/* fancy css**/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.15) 65%,
            rgba(0, 0, 0, 0.075) 75.5%,
            rgba(0, 0, 0, 0.037) 82.85%,
            rgba(0, 0, 0, 0.019) 88%,
            rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@font-face {
    font-family: "GT America Trial Bd";
    src: url("../fonts/GTAmericaTrial-Bd.woff2") format("woff2"),
        url("../fonts/GTAmericaTrial-Bd.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ABCArizonaMix-Light";
    src: url("../fonts/ABCArizonaMix-Light.woff2") format("woff2"),
        url("../fonts/ABCArizonaMix-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ABC Arizona Mix Unlicensed Trial";
    src: url("../fonts/ABCArizonaMix-Medium.woff2") format("woff2"),
        url("../fonts/ABCArizonaMix-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTAmericaTrial-CnMd";
    src: url("../fonts/GTAmericaTrial-CnMd.woff2") format("woff2"),
        url("../fonts/GTAmericaTrial-CnMd.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTAmericaTrial-CnLt";
    src: url("../fonts/GTAmericaTrial-CnLt.woff2") format("woff2"),
        url("../fonts/GTAmericaTrial-CnLt.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GTAmericaTrial-ExpBd";
    src: url("../fonts/GTAmericaTrial-ExpBd.woff2") format("woff2"),
        url("../fonts/GTAmericaTrial-ExpBd.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
}

* {
    outline: none;
    box-sizing: border-box;
}

a,
button {
    outline: none;
}

ul li {
    list-style: none;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: "GTAmericaTrial-CnLt";
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.21;
}

p {
    font-family: "GTAmericaTrial-CnLt";
    font-size: 18px;
    line-height: 1.21;
    margin: 0 0 15px;
    color: #0019bd;
}

.archive-description {
    font-family: "GTAmericaTrial-CnLt";
    font-size: 18px;
    line-height: 1.21;
    margin: 0 0 15px;
    color: #0019bd;
}

.btn {
    background: #0019bd;
    color: #fff;
    border: 0.08vw solid #fff;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-family: "GTAmericaTrial-CnMd";
    display: block;
    max-width: max-content;
    margin-top: 10px;
}

.power-section .left-column .left-column-inner p:last-child br {
    display: none;
}

section.team-banner.about img {
    border-radius: 40px;
}

section.error-404 .container {
    background: #ebf3fa;
    padding: 30px 50px;
    border-radius: 40px;
}

section.error-404 p {
    margin: 0 0 30px;
}

img {
    max-width: 100%;
    height: auto;
}

/*div::after, header::after, footer::after, section::after{width:100%;display:block;content:"";clear:both;}*/
.clearboth {
    clear: both;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 60px;
    letter-spacing: -2.5px;
    text-transform: uppercase;
    font-family: "ABCArizonaMix-Light";
    color: #0019bd;
    margin: 0 0 20px;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    line-height: 1;
    color: #0019bd;
    margin: 0 0 20px;
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
}

h3 {
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1;
    font-size: 28px;
    color: #0019bd;
}

h4 {
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 20px;
    line-height: 1;
    color: #0019bd;
}

h5 {
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    color: #0019bd;
    margin: 0 0 20px;
}

h6 {
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1;
    font-size: 22px;
    color: #0019bd;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
}

blockquote,
blockquote p {
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    font-style: italic;
    margin-left: 0;
}

.wp-block-table thead {
    border-bottom: 2px solid;
}

ul.wp-block-list li {
    list-style: disc;
    font-size: 18px;
    color: #0019bd;
    font-family: "ABCArizonaMix-Light";
    margin: 0 0 10px;
}

table {
    color: #0019bd;
    font-family: "ABCArizonaMix-Light";
}

ol.wp-block-list li {
    font-size: 18px;
    color: #0019bd;
    font-family: "ABCArizonaMix-Light";
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #primary-menu .menu-item-has-children:hover>a::before {
        transform: rotate(180deg);
    }

    #primary-menu li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }

    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1230px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

body {
    background-color: #e2e9f0;
}

/* --- Header --- */
header.header {
    background: #ebf3fa;
    margin: 20px 20px;
    border-radius: 72px;
}

header.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header.header .logo {
    width: 280px;
    display: inline-block;
}

header.header .main-menu {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header.header .main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 50px;
}

header.header .main-menu ul li a {
    display: inline-block;
    font-family: "GTAmericaTrial-CnMd";
    text-decoration: none;
    font-weight: 500;
    color: #0019bd;
    font-size: 18px;
    padding: 28px 0;
    transition: all 0.5s;
    position: relative;
    line-height: 1;
}

header.header .main-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #0019bd 0%, #0047ff 50%, #00c3ffcf 100%);
    left: 0;
    border-radius: 3px;
    transition: all 0.5s;
}

header.header .main-menu ul li a:hover::after {
    width: 100%;
}

/* Submenu container */
#primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    border-radius: 10px;
    min-width: 260px;
    display: none;
    z-index: 999;
}

#primary-menu .sub-menu li {
    list-style: none;
    margin: 0;
}

#primary-menu .sub-menu li a {
    display: block;
    padding: 18px 24px;
    text-decoration: none;
    color: #0019BD;
    font-family: "GTAmericaTrial-CnMd";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

#primary-menu .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #EBF3FA;
}

#primary-menu .menu-item-has-children {
    position: relative;
}

#primary-menu .menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

#primary-menu .menu-item-has-children>a::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
    background-image: url(../images/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    order: 2;
    transition: transform 0.3s ease;
}

@media (min-width: 767px) {
    header.header .main-menu ul li.current-menu-item a::after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 0%;
        height: 3px;
        background: linear-gradient(90deg, #0019bd 0%, #0047ff 50%, #00c3ffcf 100%);
        left: 0;
        border-radius: 3px;
        transition: all 0.5s;
        width: 100%;
    }
}

.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none;
}

.hamburger.is-md {
    font-size: 1.5rem;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.1em;
    border-radius: 0.125em;
    background: #0000a6;
    transition: inherit;
}

.hamburger-line:nth-child(1) {
    top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
    top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}

/* --- Hero --- */
.hero-section {
    margin: 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.hero-section .hero-image {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    animation: kenBurnsZoom 25s ease-in-out infinite;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.1);
    }
}

.hero-section .hero-content {
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}

.hero-section .hero-content figure img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}

/* .hero-section h1{font-size:3vw;font-family:'ABCArizonaMix-Light';margin-bottom:0px;font-weight:300;text-transform:uppercase;line-height:1;color:#fff;letter-spacing:-0.064vw;} */
.hero-section h1 {
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.156rem;
}

.hero-section .btn {
    background: transparent;
    color: #fff;
    border: 0.08vw solid #fff;
    padding: 1vw 2vw;
    border-radius: 1.8vw;
    text-decoration: none;
    font-size: 1vw;
    font-family: "GTAmericaTrial-CnMd";
    display: block;
    max-width: max-content;
    margin: 1.5vw auto 0;
}

section.about-author {
    padding-bottom: 50px;
}

.hero-section .hero-content .btn {
    transition: all 0.5s;
}

.hero-section .hero-content .btn:hover {
    transform: scale(1.05);
    background-color: #fff;
    color: #0019bd;
}

.hero-section .heading {
    color: #fff;
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    margin-bottom: 0px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.156rem;
}

.hero-section .heading>div {
    overflow: hidden;
}

.hero-section .heading>div>p {
    color: #fff;
    width: max-content;
    white-space: nowrap;
    margin: 0;
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    width: 100%;
    text-align: center;
    line-height: 117%;
}

section.reactor {
    padding-top: 4vw;
    padding-bottom: 5vw;
}

section.reactor .reactor-grid {
    max-width: 40vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

/* section.reactor .reactor-grid h2{position:absolute;top:-2.8vw;left:50%;transform:translateX(-50%);width:100%;text-align:center;margin:0;line-height:1;font-size:3vw;font-family:'ABCArizonaMix-Light';color:#0019bd;letter-spacing:-0.064vw;} */

section.reactor .reactor-grid h2 {
    position: relative;
    top: 0.5vw;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    color: #0019bd;
    letter-spacing: -0.156rem;
    text-transform: uppercase;
    min-width: 60vw;
    left: 50%;
    transform: translateX(-50%);
}

section.reactor .heading {
    min-width: 80vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

section.reactor .heading>div {
    overflow: hidden;
}

section.reactor .heading>div>p {
    text-transform: uppercase;
    color: #0019bd;
    margin: 0;
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    width: 100%;
    text-align: center;
}

section.reactor .reactor-info {
    position: absolute;
    top: 0;
    left: 0;
}

section.reactor .reactor-info h4 {
    font-family: "ABCArizonaMix-Light";
    color: #0019bd;
    font-size: 1.5vw;
    line-height: 1;
    letter-spacing: -0.05vw;
    text-transform: uppercase;
    margin: 0 0 0.6vw;
}

section.reactor .reactor-info p {
    color: #0019bd;
    font-size: 1vw;
    margin: 0;
}

section.reactor .reactor-info span.number {
    background: #e9eff4;
    border: 0.09vw solid #0019bd;
    width: 3vw;
    display: flex;
    height: 3vw;
    justify-content: center;
    align-items: center;
    color: #0019bd;
    border-radius: 0.6vw;
    font-size: 1.6vw;
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    position: absolute;
    right: -3.8vw;
}

section.reactor .reactor-list .reactor-info:first-child {
    display: block;
    top: 22vh;
    left: -16vw;
}

section.reactor .reactor-list .reactor-info:first-child span.number {
    top: 0.4vw;
    right: 0vw;
}

section.reactor .reactor-list .reactor-info:first-child p {
    max-width: 12vw;
}

section.reactor .reactor-info:nth-child(2) {
    top: 54vh;
    left: -20.5vw;
}

section.reactor .reactor-info:nth-child(2) span.number {
    top: -2vw;
    right: 0;
}

section.reactor .reactor-info:nth-child(3) {
    top: 78vh;
    left: -10vw;
}

section.reactor .reactor-info:nth-child(3) span.number {
    right: 0;
}

section.reactor .reactor-info:nth-child(4) {
    top: 22vh;
    right: -15vw;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

section.reactor .reactor-info:nth-child(4) span.number {
    order: 3;
    position: relative;
    right: auto;
    margin-top: 1vw;
}

section.reactor .reactor-info:nth-child(4) h4 {
    order: 1;
}

section.reactor .reactor-info:nth-child(4) p {
    order: 2;
}

section.reactor .reactor-info:nth-child(5) {
    top: 49.5vh;
    right: -18vw;
    left: auto;
}

section.reactor .reactor-info:nth-child(5) span.number {
    right: auto;
    left: 0vw;
}

section.reactor .reactor-info:nth-child(6) {
    top: 73.5vh;
    right: -12vw;
    left: auto;
}

section.reactor .reactor-info:nth-child(6) span.number {
    position: relative;
    right: auto;
    margin: 0 0 1vw;
}

.reactor-animation {
    position: relative;
    height: 100vh;
}

img.round-shape-bg {
    position: absolute;
    top: 55%;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: translateY(-50%);
    z-index: -1;
}

/* img.round-shape-bg{position:absolute;top:50%;width:100%;height:auto;object-fit:cover;transform:translateY(-50%);z-index:-1;} */
/* .reactor-animation canvas{width:100%;height:100%;display:block;object-fit:cover;} */
.reactor-animation canvas {
    width: 100%;
    height: 78%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -2%;
}

.video-section {
    position: relative;
    margin: 20px;
    overflow: hidden;
    border-radius: 40px;
}

.video-section .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.video-section .video-content button.play-btn {
    background: transparent;
    border: 0;
    outline: 0;
    width: 120px;
    pointer-events: none;
}

.video-section img {
    display: block;
}

.video-section .video-content h2 {
    font-size: 60px;
    font-family: "ABCArizonaMix-Light";
    margin: 25px 0 0px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.156rem;
}

.video-section .overlay {
    position: absolute;
    background: rgba(0, 0, 166, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.plant {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    margin: 0 20px;
    border-radius: 40px;
}

.plant-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
}

.plant-cards .card {
    transition: all 0.3s ease;
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.plant-cards .card .text-wrap {
    width: 50%;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-right: 0;
}

.plant-cards .card .text-wrap h3 {
    font-size: 46px;
    line-height: 1;
    color: #0019bd;
    text-transform: uppercase;
    letter-spacing: -0.156rem;
}

.plant-cards .card .text-wrap p {
    color: #0019bd;
    font-weight: 300;
    font-family: "GTAmericaTrial-CnLt";
    margin: 0;
    max-width: 90%;
    font-size: 22px;
}

.plant-cards .card .text-wrap h3 strong {
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-weight: 500;
    display: block;
}

.plant-cards .card figure {
    width: 50%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.plant-cards .card figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 991px) {
    .plant-cards .card:hover {
        transform: scale(1.02) !important;
    }
}

/* --- Reactor --- */
.experience {
    padding: 100px 0 60px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30%;
    overflow: hidden;
}

.experience::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background-image: url(../images/ex-shp.png);
    width: 40%;
    height: 40%;
    background-size: contain;
    background-position: left bottom;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.experience .star-logo {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 4vw;
    left: 13vw;
}

.experience .col-one {
    border: 2px solid #0019bd;
    border-radius: 40px;
    padding: 50px 0;
    width: 22%;
}

.experience .col-one h3 {
    font-family: "ABCArizonaMix-Light";
    color: #0019bd;
    font-size: 35px;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.08;
    letter-spacing: -1.04px;
    font-weight: 300;
    max-width: 174px;
    margin: 0 auto;
}

@media (min-width: 767px) {
    .experience .col-one:hover h3 {
        transform: scale(1.02);
    }
}

.experience .custom-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: flex-start;
}

.experience .experience-grid {
    width: calc(100% - 22% - 20px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.experience .exp-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.experience .exp-item .text-wrapper {
    width: 55%;
    background: #ebf0f5;
    border-radius: 40px;
    padding: 20px 35px;
}

.experience .exp-item .text-wrapper h4 {
    text-transform: uppercase;
    font-family: "ABCArizonaMix-Light";
    color: #0019bd;
    font-size: 30px;
    text-align: left;
    line-height: 1.05;
    font-weight: 300;
    margin: 0;
    letter-spacing: -1.04px;
}

.experience .exp-item .text-wrapper p {
    /*font-family: "ABCArizonaMix-Light";*/
    color: #0019bd;
    font-size: 20px;
    margin: 8px 0 0;
    line-height: 1.08;
}

.experience .exp-item figure {
    transition: all 0.3s;
    width: calc(45% - 10px);
    position: relative;
    overflow: hidden;
    margin: 0;
    display: block;
    border-radius: 40px;
}

.experience .exp-item figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience .exp-item figure:hover {
    transform: scale(1.02);
}

.team-banner {
    padding: 100px 0 40px;
    margin: 0 20px;
}

.team-banner h1 {
    margin: 0 0 100px;
    font-weight: 300;
    text-align: center;
    font-size: 72px;
}

.team-section .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}

.team-section .list-wrapper .list-item {
    width: calc(25% - 15px);
    background: #ebf0f5;
    border-radius: 20px;
    overflow: hidden;
}

img.hero-image {
    display: block;
    border-radius: 40px;
    width: 100%;
    height: auto;
}

.team-content-section .content-section {
    display: flex;
    max-width: 960px;
    padding: 60px 15px 100px 15px;
    align-items: flex-start;
    gap: 72px;
    align-self: stretch;
    margin: 0 auto;
}

.team-content-section .content-section p {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #0019BD;
    margin: 0px;
}

.team-section .team-info {
    position: absolute;
    bottom: 0;
    padding: 1.25rem 1.5rem;
    width: 100%;
}

.team-section .list-wrapper .list-item figure {
    margin: 0;
    position: relative;
    padding-top: 150%;
    display: block;
}

.team-section .container {
    max-width: 100%;
    padding: 0 10.5%;
}

.team-section .list-wrapper .list-item .list-content p {
    font-size: 18px;
}

.team-section .list-wrapper .list-item .list-content {
    padding: 30px 20px 20px;
}

.team-section .list-wrapper .list-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-section .list-wrapper .list-item .team-info .team-name {
    color: #FFF;
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 30px */
    margin: 0px 0px 5px 0;
}

.team-section .list-wrapper .list-item .team-info p {
    font-family: "GTAmericaTrial-CnLt";
    color: #fff;
    margin: 0;
}

/*.team-section .list-item .list-content {
    background: transparent url(../images/icon-divider-arrow-red.svg) 15px -10px/24px 21px no-repeat;
}*/

.team-section {
    padding: 0px 15px 100px 15px;
}

footer.footer {
    background: #0000a6;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

footer.footer .footer-content {
    grid-template-columns: 3fr 1.6fr 1.6fr 1.4fr;
    display: grid;
}

.footer.footer .footer-logo {
    max-width: 280px;
    display: inline-block;
}

.footer.footer h6 {
    margin: 0 0 20px;
    font-family: "GT America Trial Bd";
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer.footer a,
.footer.footer p,
.footer.footer address {
    font-family: "GTAmericaTrial-CnLt";
    color: #fff;
    font-size: 16px;
    position: relative;
    font-style: normal;
}

.copyright {
    margin: 20px 0 0;
}

ul.social-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

ul.social-links li a svg {
    width: 24px;
    fill: #fff;
}

.team-banner.project .container {
    padding: 0 50px;
}

.project-section-modular {
    padding: 40px 0 80px;
}

.project-section-modular .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

.project-section-modular .container .column {
    width: calc(50% - 30px);
}

.project-section-modular .container .column figure {
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.project-section-modular .container .column figure img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.project-section-modular .container .column h3 {
    font-family: "GTAmericaTrial-CnMd";
}

section.reactor.project {
    background: #d2deea;
    border-radius: 40px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

section.reactor.project .left-column {
    position: absolute;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
}

section.reactor.project .left-column h3 {
    font-size: 3.58vw;
    line-height: 1;
    letter-spacing: -2.5px;
    text-transform: uppercase;
}

section.reactor.project .left-column p {
    font-size: 1.4vw;
    font-family: "GTAmericaTrial-CnLt";
    font-weight: 300;
    margin: 0;
}

section.reactor.project canvas {
    height: 85%;
    top: 50%;
}

ul.feature-list {
    position: absolute;
    left: 90%;
    width: 65%;
    top: 50%;
    transform: translateY(-50%);
}

.feature-list li {
    counter-increment: feature-counter;
    position: relative;
    padding-left: 4.5vw;
    margin-bottom: 2vw;
}

.feature-list li::before {
    content: counter(feature-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5vw;
    height: 2.5vw;
    border: 0.12vw solid #0019bd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0019bd;
    background-color: #dde6ef;
    font-size: 1.5vw;
    font-family: "ABCArizonaMix-Light";
}

.feature-list h4 {
    margin: 0 0 0.4vw;
    font-size: 1vw;
    font-family: "GT America Trial Bd";
    color: #0019bd;
}

.feature-list p {
    margin: 0;
    color: #0019bd;
    line-height: 1.2;
    max-width: 480px;
    font-size: 1vw;
}

.spectrum-reactor {
    margin: 20px 20px;
}

.spectrum-reactor .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 40px;
    overflow: hidden;
    background-color: #0019bd;
}

.spectrum-reactor .inner-wrapper .col-left {
    width: 45%;
}

.spectrum-reactor .inner-wrapper .col-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.spectrum-reactor .col-right {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
    max-width: 722px;
    margin: 0 auto;
}

.spectrum-reactor .col-right h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
}

.spectrum-reactor .col-right p {
    color: #fff;
    text-align: justify;
}

.power-section .container {
    display: flex;
    flex-wrap: wrap;
}

.power-section .left-column {
    width: 40%;
}

.power-section h2 {
    font-size: 60px;
}

.power-section .left-column p {
    text-align: justify;
}

.power-section .right-column {
    width: 60%;
    padding-left: 80px;
}

.power-section .right-column img {
    max-width: 400px;
}

.power-section .left-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.power-section .left-column-inner strong {
    display: block;
    color: #0019bd;
    font-family: "GT America Trial Bd";
}

.nuclear-section {
    background-color: #d2deea;
    margin: 0 20px 20px;
    border-radius: 40px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.nuclear-section h2 {
    font-size: 60px;
}

.nuclear-section .container {
    display: flex;
    flex-wrap: wrap;
}

.nuclear-section .left-column {
    width: 40%;
}

.nuclear-section .right-column {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.nuclear-section .right-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nuclear-section h6 {
    font-family: "GT America Trial Bd";
    color: #ff0059;
    font-size: 16px;
    margin: 0 0 5px;
}

.nuclear-section h6 span {
    font-family: "GTAmericaTrial-CnLt";
}

body.search-results .blog-posts {
    padding-top: 60px;
}

body.search-results header.page-header {
    padding-top: 90px;
}

body.search-results main {
    background-image: url(../images/blog-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}

.search-no-results section.no-results.not-found {
    background: #ebf3fa;
    margin: 90px auto 90px;
    max-width: 1230px;
    border-radius: 40px;
    padding: 30px 40px;
    width: 92%;
}

.search-no-results .fanuclear-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    max-width: max-content;
    margin-top: 30px;
    margin-bottom: 10px;
}

.search-no-results .search-field {
    color: #fff;
}

section.error-404 {
    padding: 90px 0;
}

.power-section {
    background-color: #d2deea;
    margin: 0 20px 20px;
    border-radius: 40px;
    padding: 60px 0;
    background-image: url(../images/shape-pw.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 18%;
}

.spectrum-reactor .inner-wrapper {
    background-image: url(../images/ranbow-shape.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 14%;
}

section.team-banner.about {
    padding-bottom: 0px;
}

.about-section {
    display: flex;
    padding: 15px 15px 0 15px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.about-section .container {
    display: flex;
    max-width: 960px;
    padding: 100px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
}

.about-section .page-content h2 {
    font-size: 48px;
}

.about-section .page-content p.subheading {
    font-size: 28px;
}

.about-section .page-content h4 {
    font-size: 30px;
    margin: 30px 0px 20px;
}

.timeline-section {
    display: flex;
    padding: 15px 15px 0 15px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.timeline-section-inner {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 40px;
    background: #EBF3FA;
}

.timeline-section .container {
    display: flex;
    max-width: 1230px;
    padding: 100px 15px 0 15px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.timeline-section h2 {
    font-size: 60px;
    line-height: 100%;
}

.timeline-section .timeline {
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.timeline-section .timeline .timeline-item {
    display: inline-grid;
    padding: 30px 0;
    column-gap: 15px;
    align-self: stretch;
    grid-template-rows: repeat(1, fit-content(100%));
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-bottom: 1px solid #0019BD;
}

.timeline-section .timeline .timeline-item .image {
    display: flex;
    height: 221.43px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3/2;
    grid-row: 1 / span 1;
    grid-column: 6 / span 2;
    justify-self: stretch;
}

.timeline-section .timeline .timeline-item .image img {
    border-radius: 20px;
}

.timeline-section .timeline .timeline-item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    grid-row: 1 / span 1;
    grid-column: 1 / span 5;
    justify-self: stretch;
}

.timeline-section .timeline .timeline-item .text .date .icon {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    border-radius: 666px;
    border: 5px solid #0019BD;
    background: #00C8FF;
}


.timeline-section .timeline .timeline-item .text .date {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}


.timeline-section .timeline .timeline-item .text .date-range {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnLt";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0;
    /* 30px */
}

.timeline-section .timeline .timeline-item .text p {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnLt";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 0;
}

.our-partners {
    display: flex;
    padding: 15px 15px 15px 15px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.our-partners .out-partners-inner {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 40px;
    background: #D2DEEA url(../images/partner-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.our-partners .heading-section {
    display: flex;
    max-width: 1230px;
    padding: 100px 15px 0 15px;
    flex-direction: column;
    align-items: flex-start;
}

.our-partners .heading-section .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.our-partners .heading-section .text h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0px;
}

.our-partners .heading-section .text p {
    font-size: 28px;
    margin: 0px;
}

.our-partners .partners-grid {
    display: flex;
    max-width: 1230px;
    padding: 100px 15px 0 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.partner-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 50px;
}

.our-partners .partner-card {
    display: flex;
    max-width: 390px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

.our-partners .partner-card .image {
    display: flex;
    height: 260px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    aspect-ratio: 3/2;
    border-radius: 20px;
    background: #0019BD;
}

.our-partners .partner-card .text {
    display: flex;
    padding-right: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.our-partners .partner-card .text h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: "GTAmericaTrial-CnMd";
    margin: 0;
}

.our-partners .partner-card .text p {
    font-size: 18px;
    margin: 0;
}

/*Blog Grid*/
.blog-posts {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 20px;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.nav-links {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.first-post {
    width: 100%;
}

.post-item.first-post .container,
.single-post article .entry-header .container,
.page-template-template-news .entry-header .container,
.single-fanuclear_news .entry-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
}

.post-item.first-post .container .entry-header-inner,
.single-post article .entry-header .container .entry-header-inner,
.page-template-template-news .entry-header .container .entry-header-inner,
.single-fanuclear_news .entry-header .container .entry-header-inner {
    width: calc(100% - 220px);
    padding-right: 40px;
}

.page-template-template-news .entry-header .container .entry-header-inner h1,
.page-template-template-news .entry-header .container .entry-header-inner h1 a {
    color: #fff;
}

.single-fanuclear_news .entry-header .container .entry-header-inner h1,
.single-fanuclear_news .entry-header .container .entry-header-inner h1 a {
    color: #fff;
}

.post-item.first-post a.post-thumbnail img {
    border-radius: 40px;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.fanuclear-share a.trigger-share img.share-icon {
    width: 22px;
}

.fanuclear-share a.trigger-share {
    background: #ff0059;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 30px;
    font-size: 18px;
    color: #8e0032;
    padding: 10px 15px;
    gap: 10px;
    text-transform: uppercase;
    max-width: max-content;
    font-family: "GT America Trial Bd";
}

.post-item.first-post .container .fanuclear-search,
.single-post .container .fanuclear-search,
.page-template-template-news .entry-header .container .fanuclear-search {
    position: relative;
    top: -62px;
}

.post-item.first-post .container .entry-header-inner h1.entry-title a,
.single-post article .entry-header .container .entry-header-inner h1.entry-title a {
    color: #0019bd;
}

.post-item.first-post .container .entry-header-inner h1.entry-title,
.single-post article .entry-header .container .entry-header-inner h1.entry-title {
    max-width: 388px;
    margin-bottom: 30px;
}

.page-template-template-news .entry-header .container .entry-header-inner h1.entry-title,
.single-fanuclear_news .entry-header .container .entry-header-inner h1.entry-title {
    margin-bottom: 0;
}

.page-template-template-news header.entry-header,
.single-fanuclear_news header.entry-header {
    margin-top: 90px;
}

.post-grid .post-item article footer.entry-footer a.trigger-share {
    padding: 7px 14px;
    font-size: 16px;
}

.post-grid .post-item article footer.entry-footer a.trigger-share img.share-icon {
    width: 18px;
}

.post-item.first-post .content-main .container .entry-content,
.single-post article .entry-header .container .entry-content {
    width: calc(100% - 124px);
    padding-right: 100px;
}

.post-item.first-post .content-main .container .entry-content p,
.single-post article .entry-header .container .entry-content p {
    font-family: "ABCArizonaMix-Light";
    margin: 0;
}

.post-item.first-post .content-main {
    margin-top: 90px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page-template-template-news .entry-header .container .fanuclear-search {
    top: 0;
}

.page-template-template-news .entry-header .container,
.single-fanuclear_news .entry-header .container {
    align-items: center;
    margin-bottom: 35px;
}

/* .post-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  transition: all 0.3s ease;
} */

/* .post-item:hover {
  transform: translateY(-5px);
}  */
/*Search Form*/
.fanuclear-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    background: #0000a6;
    border-radius: 40px;
    padding: 10px 15px;
    width: 220px;
    transition: all 0.3s ease;
}

/* .search-input-wrapper:hover,
.search-input-wrapper:focus-within {
  background: #e9ecef;
} */
.single-post .content-main .container .entry-content,
.single-fanuclear_news .content-main .container .entry-content {
    width: calc(100% - 200px);
}

.single-fanuclear_news .content-main {
    padding-bottom: 90px;
    background-image: url(../images/news-details-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.single-post .content-main .container,
.single-fanuclear_news .content-main .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.single-post header.entry-header+.post-thumbnail,
.page-template-template-news header.entry-header+.post-thumbnail,
.single-fanuclear_news header.entry-header+.post-thumbnail {
    border-radius: 40px;
    overflow: hidden;
    margin: 0 20px 90px;
}

.page-template-template-news .search-input-wrapper,
.single-fanuclear_news .search-input-wrapper {
    background: #ffffff;
    /*box-shadow: inset 0 0 15px #0000a6;*/
}

.single-fanuclear_news .content-main * {
    color: #fff;
}

.single-post .content-main p {
    font-family: "ABCArizonaMix-Light";
}

.single-post header.entry-header+.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.search-icon {
    color: #999;
    margin-right: 8px;
    flex-shrink: 0;
}

.post-item.first-post .container .entry-header-inner .entry-meta,
.single-post article .entry-header .container .entry-header-inner .entry-meta {
    font-family: "ABC Arizona Mix Unlicensed Trial" !important;
    font-weight: 500;
}

.post-item.first-post a.read-more {
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-weight: 500;
    margin-left: 6px;
    color: #0019bd;
}

.post-grid .post-item {
    background: #0019bd;
    border-radius: 35px;
    padding-top: 35px;
    padding-bottom: 15px;
    display: flex;
}

.post-grid .post-item article {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-grid .post-item article header.entry-header {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 30px;
}

.post-grid .post-item article header.entry-header h2 {
    font-size: 50px;
    font-family: "ABCArizonaMix-Light";
}

.post-grid .post-item article header.entry-header h2 a {
    color: #fff;
}

.post-grid .post-item article .entry-content p {
    color: #fff;
}

.post-grid .post-item article .entry-content {
    padding: 30px 30px 30px;
}

.post-grid .post-item article footer.entry-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 30px;
    align-items: center;
    margin-top: 40px;
}

.post-grid .post-item article footer.entry-footer .entry-meta {
    width: calc(100% - 130px);
    padding-right: 10px;
}

.fanuclear-share {
    position: relative;
}

.fanuclear-share .share-buttons {
    position: absolute;
    min-width: max-content;
    right: 0;
    top: 100%;
}

.post-grid .post-item article footer.entry-footer .entry-meta * {
    color: #23ddff;
    text-transform: uppercase;
    font-family: "GTAmericaTrial-CnMd";
}

.single-post article {
    padding-top: 100px;
}

.post-item.first-post .container .entry-header-inner .entry-meta *,
.single-post article .entry-header .container .entry-header-inner .entry-meta * {
    color: #0019bd;
    text-transform: uppercase;
}

/*body.blog main {
  background-image: url(../images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}*/

.search-input-wrapper svg.search-icon {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}

.search-field {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 20px;
    color: #0019bd;
    font-family: "GTAmericaTrial-CnLt";
}

.search-field::placeholder {
    color: #ffffff;
    font-style: italic;
}

.search-submit {
    display: none;
    /* hide default button */
}

/*Related Post*/
.related-posts {
    margin-top: 80px;
    padding-top: 70px;
    background: #0000a6;
    padding-bottom: 40px;
}

.related-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-item {
    text-align: left;
    background: transparent;
}

.related-item a.related-thumb img {
    display: block;
    border-radius: 20px;
}

.related-thumb img {
    width: 100%;

    transition: transform 0.3s ease;
}

.related-thumb img:hover {
    transform: scale(1.02);
}

.nav-links a {
    background: #0019bd;
    color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    display: inline-block;
}

.related-date {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    font-family: "GTAmericaTrial-CnLt";
}

.related-heading {
    margin-top: 5px;
    line-height: 1.2;
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-size: 34px;
}

.related-heading a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 900px) {
    .related-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
}

/*Author Section*/
.about-author .author-box {
    background: #0018b0;
    color: #fff;
    border-radius: 40px;
    padding: 50px 70px;
    margin-top: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

.author-image img {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.search-field::placeholder {
    color: #ffffff;
    opacity: 1;
    /* ensures consistent color across browsers */
}

/* Optional: if you want to match all browsers */
.search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.search-field::-ms-input-placeholder {
    /* Microsoft Edge (legacy) */
    color: #ffffff;
}

.page-template-default header.entry-header+.post-thumbnail {
    border-radius: 40px;
    overflow: hidden;
    margin: 0 20px 60px;
}

.page-template-default main#primary {
    padding-bottom: 50px;
}

.page-template-default header.entry-header {
    margin: 90px 0 30px;
}

.page-template-default header.entry-header+.post-thumbnail img {
    display: block;
}

body.blog .search-field,
.single-post .search-field {
    color: #fff;
}

.page-template-template-news .search-field::placeholder,
.single-fanuclear_news .search-field::placeholder {
    color: #0000a6;
}

/* Optional: if you want to match all browsers */
.page-template-template-news .search-field:-ms-input-placeholder,
.single-fanuclear_news .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0000a6;
}

.page-template-template-news .search-field::-ms-input-placeholder,
.single-fanuclear_news .search-field::-ms-input-placeholder {
    /* Microsoft Edge (legacy) */
    color: #0000a6;
}

.page-template-template-news .search-input-wrapper svg.search-icon,
.single-fanuclear_news .search-input-wrapper svg.search-icon {
    fill: #0000a6;
}

.news-wrap {
    background-image: url(../images/news-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    padding-bottom: 100px;
}

.author-info {
    flex: 1;
    max-width: 619px;
}

.author-info h4 {
    margin: 0 0 15px;
    color: #fff;
    font-family: "GT America Trial Bd";
    font-size: 20px;
    font-weight: bold;
}

.author-info p {
    color: #fff;
}

.author-link {
    display: inline-block;
    color: #ff0059;
    margin-top: 10px;
    font-family: "ABCArizonaMix-Light";
    text-decoration: none;
    border-bottom: 1px solid #ff0059;
}

.list-wrapper-main .container {
    display: flex;
    max-width: 1475px;
    padding: 100px 15px 0 15px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.list-wrapper-main.executive-leadership {
    border-radius: 40px;
    padding-bottom: 100px;
    background: #D2DEEA url(../images/executive-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

h2.team-term-title {
    padding: 0px 40px 50px 20px;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

@media (max-width: 768px) {
    h2.team-term-title {
        font-size: 24px;
        padding: 0px 0px 30px 0px;
    }

    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-share {
        margin-left: 0;
    }
}

/*News List*/
.news-category-section {
    padding: 70px 0;
    background: #0000a6;
    /* dark blue background */
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    background: #e3e8ef;
    border-radius: 15px;
    padding: 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-template-template-news .nav-links a {
    background: #fff;
    display: inline-block;
}

.news-cat {
    font-size: 15px;
    color: #0000a6;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: "GTAmericaTrial-CnLt";
}

.news-title {
    font-size: 32px;
    color: #0019bd;
    margin-bottom: 30px;
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-weight: 500;
}

.news-category-section .news-card-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.news-category-section .news-card-inner .news-title {
    flex-grow: 1;
    font-size: 36px;
    flex-basis: 0;
}

.news-title a {
    text-decoration: none;
    color: #0019bd;
}

.news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}

.news-footer .arrow-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cat-name {
    font-size: 18px;
    color: #0019bd;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "ABCArizonaMix-Light";
}

.arrow-link {
    color: #0019bd;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.arrow-link:hover {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.news-list-page {
    padding: 60px 0;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-template-template-news .fanuclear-share {
    margin-right: 30px;
    margin-left: auto;
    max-width: max-content;
    margin-bottom: 20px;
}

.news-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #e3e8ef;
    border-radius: 20px;
    padding: 25px 30px;
    gap: 40px;
    color: #0019bd;
}

.news-card {
    background: #e2e9f0 !important;
    border-radius: 40px !important;
    padding: 30px 30px !important;
}

.news-content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-thumb img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.2;
}

.news-thumb {
    width: 35%;
}

.news-meta {
    font-family: "ABC Arizona Mix Unlicensed Trial" !important;
    font-weight: 500;
    color: #0019bd;

    text-transform: uppercase;
}

.divider {
    border: none;
    border-top: 1px solid rgba(0, 27, 123, 0.3);
    margin: 8px 0 15px;
}

.news-category-section h2 {
    font-size: 60px;
    margin: 0 0 40px !important;
    display: block;
    color: #fff;
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-excerpt {
    font-size: 22px;
    line-height: 1.2;
    color: #0019bd;
    font-family: "ABCArizonaMix-Light";
    font-weight: 300;
    margin-top: auto;
    margin-bottom: 0;
    display: block;
}

.read-more {
    color: #ff004c;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* Pagination */
.pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrap .nav-links a {
    color: #0019bd;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.pagination-wrap .nav-links a:hover {
    color: #ff004c;
}

.news-grid .news-card {
    border-radius: 25px !important;
}

body.page-template-template-news,
.single-fanuclear_news {
    background: #0019bd;
}

body.page-template-template-news header.header,
.single-fanuclear_news header.header {
    background: #0d26ce;
}

body.page-template-template-news header.header .main-menu ul li a,
body.single-fanuclear_news header.header .main-menu ul li a {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .news-card {
        flex-direction: column;
    }

    .news-thumb img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 52px;
        letter-spacing: -2.3px;
    }

    header.header .logo {
        width: 250px;
    }

    header.header .main-menu {
        width: calc(100% - 250px);
    }

    header.header .main-menu ul {
        column-gap: 32px;
    }

    .hero-section .hero-content {
        bottom: 50px;
    }

    .hero-section h1 {
        font-size: 44px;
    }

    .hero-section .heading>div>p,
    .video-section .video-content h2,
    section.reactor .heading>div>p {
        font-size: 44px;
    }

    .hero-section .btn {
        border: 0.1vw solid #fff;
        padding: 1vw 2vw;
        font-size: 1.4vw;
    }

    .plant-cards .card .text-wrap h3 {
        font-size: 34px;
    }

    .video-section .video-content button.play-btn {
        width: 100px;
    }

    .experience .exp-item .text-wrapper h4,
    .experience .col-one h3 {
        font-size: 26px;
    }

    .team-section .list-wrapper .list-item .team-info .team-name {
        font-size: 22px;
    }

    .team-banner {
        padding: 70px 0 40px;
    }

    .spectrum-reactor .col-right h2,
    .power-section h2,
    .nuclear-section h2 {
        font-size: 50px;
    }

    .nuclear-section .left-column {
        width: 45%;
    }

    .post-grid .post-item article header.entry-header h2 {
        font-size: 40px;
    }

    .team-section .list-wrapper .list-item {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 44px;
        letter-spacing: -2.2px;
    }

    .post-grid .post-item article header.entry-header h2 {
        font-size: 34px;
    }

    header.header .logo {
        width: 200px;
    }

    header.header .main-menu {
        width: calc(100% - 200px);
    }

    header.header .main-menu ul {
        column-gap: 15px;
    }

    header.header .main-menu ul li a {
        font-size: 16px;
        padding: 25px 0;
    }

    .hero-section h1 {
        font-size: 38px;
    }

    .hero-section .heading>div>p,
    .video-section .video-content h2,
    section.reactor .heading>div>p {
        font-size: 38px;
    }

    .plant-cards .card .text-wrap h3 {
        font-size: 28px;
    }

    .plant-cards .card .text-wrap {
        padding: 25px 25px;
    }

    blockquote,
    blockquote p {
        font-size: 44px;
    }

    .plant-cards .card .text-wrap p {
        font-size: 14px;
    }

    .experience .exp-item .text-wrapper {
        width: 100%;
        padding: 20px 40px;
    }

    .experience .exp-item figure {
        width: 100%;
    }

    .experience .exp-item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .experience .exp-item:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .plant {
        padding: 80px 0;
    }

    .experience {
        padding: 60px 0 60px;
    }

    .experience .exp-item .text-wrapper h4,
    .experience .col-one h3 {
        font-size: 22px;
    }

    .team-section .list-wrapper .list-item {
        width: calc(33.33% - 14px);
    }

    section.reactor .heading {
        min-width: 100vw;
    }

    ul.social-links {
        gap: 15px;
    }

    .footer.footer .footer-logo {
        max-width: 250px;
    }

    ul.social-links li a svg {
        width: 22px;
    }

    .project-section-modular .container .column {
        width: 100%;
    }

    .project-section-modular .container {
        column-gap: 0;
        row-gap: 30px;
    }

    .spectrum-reactor .col-right h2,
    .power-section h2,
    .nuclear-section h2 {
        font-size: 44px;
    }

    .power-section .right-column {
        padding-left: 40px;
    }

    .team-section .list-wrapper .list-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        letter-spacing: -0.5px;
    }

    body.search-results header.page-header {
        padding-top: 50px;
    }

    body.search-results .blog-posts {
        padding-top: 40px;
        margin: 0;
    }

    .post-item.first-post .container .entry-header-inner h1.entry-title,
    .single-post article .entry-header .container .entry-header-inner h1.entry-title {
        font-size: 34px;
    }

    p {
        font-size: 16px;
    }

    .hamburger {
        display: inline-block;
    }

    header.header {
        margin: 15px 15px;
        position: relative;
        padding: 15px 0;
    }

    header.header .main-menu ul:not(.sub-menu) {
        column-gap: 15px;
        position: fixed;
        top: 75px;
        background: #e2e9f0;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: auto;
        right: 0;
        transform: translatex(110%);
        transition: all 0.5s;
        height: 100%;
        justify-content: flex-start;
        padding-bottom: 100px;
        overflow-y: auto;
    }

    header.header .main-menu ul li {
        width: 100%;
        text-align: center;
    }

    header.header .main-menu ul li a {
        font-size: 22px;
        padding: 20px 0;
        border-bottom: 1px solid;
        width: 100%;
        display: block;
    }

    #primary-menu .sub-menu {
        position: relative;
        background: unset;
        border-radius: 0px;
        min-width: auto;
        display: none;
        z-index: 999;
        top: unset;
        left: unset;
    }

    #primary-menu .sub-menu li a {
        font-size: 18px;
        padding: 20px 0;
        border-bottom: 1px solid #0019BD !important;
        width: 100%;
        display: block;
    }

    #primary-menu .menu-item-has-children.active .sub-menu {
        display: block;
    }

    #primary-menu .menu-item-has-children.active>a::before {
        transform: rotate(180deg);
    }

    #primary-menu .menu-item-has-children>a {
        justify-content: center;
    }

    body.open {
        position: fixed;
        width: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    header.header .main-menu ul.open {
        transform: translatex(0);
    }

    body {
        overflow-x: hidden;
    }

    .hero-section .hero-content {
        bottom: 100px;
    }

    .hero-section h1 {
        font-size: 22px;
    }

    .hero-section .heading>div>p {
        font-size: 22px;
    }

    .hero-section {
        margin: 0 15px;
    }

    .hero-section .hero-content figure img {
        width: 25px;
        height: 25px;
        margin: 0 auto 10px;
    }

    .hero-section .btn {
        border: 1px solid #fff;
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 30px;
        margin: 15px auto 0;
    }

    .hero-section .hero-image {
        animation: none;
        min-height: calc(100vh - 110px);
        object-fit: cover;
    }

    .plant-cards .card {
        width: 100%;
    }

    .plant-cards .card .text-wrap {
        padding: 20px 20px;
    }

    .plant-cards .card .text-wrap h3 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .experience .exp-item .text-wrapper p {
        font-size: 16px;
    }

    .plant-cards {
        column-gap: 0;
        row-gap: 20px;
    }

    .plant {
        padding: 60px 0;
    }

    .video-section .video-content {
        width: 100%;
    }

    .video-section .video-content h2 {
        font-size: 28px;
        margin: 10px 0 0px;
        letter-spacing: -1px;
    }

    .video-section .video-content button.play-btn {
        width: 60px;
    }

    .experience .col-one {
        padding: 40px 0;
        width: 100%;
    }

    .experience .experience-grid {
        width: 100%;
        margin-top: 25px;
    }

    .experience .exp-item .text-wrapper {
        padding: 20px 30px;
    }

    .experience {
        padding: 40px 0 80px;
    }

    section.reactor .reactor-info h4 {
        font-size: 3vw;
        margin: 0 0 1vw;
    }

    section.reactor .reactor-list .reactor-info:first-child p {
        max-width: 22vw;
    }

    section.reactor .reactor-info p {
        font-size: 2.7vw;
    }

    section.reactor .reactor-grid h2 {
        top: 7.2vh;
        width: 100%;
        font-size: 7vw;
        width: 100%;
        min-width: 70vw;
    }

    section.reactor .reactor-info:nth-child(3) span.number {
        right: -7vw;
        top: -2vw;
    }

    section.reactor .reactor-info:nth-child(4) {
        top: 21vh;
        right: -30.5vw;
        max-width: 29vw;
    }

    section.reactor .reactor-info:nth-child(4) br {
        display: none;
    }

    section.reactor .reactor-info:nth-child(4) span.number {
        margin-top: 3vw;
    }

    section.reactor .heading {
        top: 30px;
        position: absolute;
    }

    section.reactor .heading>div>p {
        font-size: 20px;
    }

    section.reactor .reactor-info span.number {
        border: 1px solid #0019bd;
        width: 5vw;
        height: 5vw;
        border-radius: 4px;
        font-size: 3vw;
        right: 1vw;
        top: -2vw;
    }

    footer.footer .footer-content {
        display: block;
    }

    footer.footer .footer-content .column:nth-child(1) {
        width: 100%;
        margin: 0 0 30px;
    }

    footer.footer .footer-content .column:nth-child(3),
    footer.footer .footer-content .column:nth-child(4) {
        width: calc(50% - 2px);
        display: inline-block;
        vertical-align: top;
    }

    ul.social-links {
        margin: 0 0 20px;
    }

    footer.footer {
        padding: 50px 0;
    }

    .reactor-animation canvas {
        height: 55%;
    }

    .reactor-animation {
        display: flex;
        align-items: center;
    }

    section.reactor .reactor-info:nth-child(5) {
        right: -28.5vw;
        max-width: 25vw;
    }

    section.reactor .reactor-info:nth-child(5) br {
        display: none;
    }

    section.reactor .reactor-info:nth-child(5) span.number {
        right: auto;
        left: 0vw;
        top: -7vw;
    }

    section.experience {
        overflow: hidden;
    }

    html {
        overflow-x: hidden;
    }

    .experience .star-logo {
        width: 35px;
        height: 35px;
        bottom: 4vw;
        left: 5vw;
    }

    .team-banner {
        padding: 50px 0 40px;
    }

    .team-banner h1 br {
        display: none;
    }

    .team-banner>.container {
        padding: 0;
    }

    .team-banner h1 {
        font-size: 30px;
        letter-spacing: -1.5px;
        margin: 0 0 50px;
    }

    .team-banner {
        margin: 0 15px;
    }

    .team-section .list-wrapper .list-item {
        width: 100%;
    }

    .team-section .list-wrapper {
        gap: 15px;
        padding: 0;
    }

    .team-section .list-wrapper .list-item .list-content {
        padding: 25px 14px 15px;
    }

    section.reactor .heading {
        top: 30px;
        position: absolute;
        left: -25%;
        width: 100vw;
        transform: translateX(-50%);
    }

    section.reactor .reactor-list .reactor-info:first-child {
        left: -55vw;
        top: 17vh;
    }

    section.reactor .reactor-info:nth-child(2) {
        left: -55vw;
        top: 34vh;
    }

    section.reactor .reactor-info:nth-child(3) {
        top: 44vh;
        left: -55vw;
    }

    section.reactor .reactor-info:nth-child(4) {
        top: 56vh;
        right: auto;
        max-width: 29vw;
        left: -55vw;
    }

    section.reactor .reactor-info:nth-child(5) {
        right: auto;
        max-width: 25vw;
        left: -55vw;
        top: 70vh;
    }

    section.reactor .reactor-info:nth-child(6) {
        top: 82vh;
        right: auto;
        left: -55vw;
    }

    section.reactor .reactor-list .reactor-info p {
        max-width: 100% !important;
    }

    /* .reactor-info {
    padding-left: 8vw;
  } */
    section.reactor .reactor-info {
        max-width: 38vw !important;
    }

    section.reactor .reactor-info::after {
        width: calc(100% + 7vw) !important;
        height: calc(100% + 6vw) !important;
    }

    .reactor-animation canvas {
        height: 68%;
        left: -15%;
    }

    section.reactor .reactor-list .reactor-info p br {
        display: none;
    }

    img.round-shape-bg {
        transform: translateY(-50%) scale(1.5);
        left: -10%;
    }

    section.reactor .reactor-info span.number {
        top: 0;
        position: absolute !important;
        right: auto !important;
        left: 0 !important;
        top: 0 !important;
    }

    section.reactor .reactor-grid {
        max-width: 40vw;
        margin: 0 auto;
        position: relative;
        width: 100%;
        margin-right: 0;
        margin-left: auto;
    }

    .reactor-list {
        position: absolute;
        left: -55vw;
        height: calc(100% - 30vh);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        top: 18vh;
    }

    section.reactor .reactor-info {
        /* max-width: 40vw !important; */
        position: relative !important;
        top: auto !important;
        left: 1.5vw !important;
        right: auto !important;
    }

    .team-banner.project .container {
        padding: 0 15px;
    }

    .project-section-modular .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-section-modular {
        padding: 10px 0 50px;
    }

    .spectrum-reactor .inner-wrapper .col-left {
        width: 100%;
    }

    .spectrum-reactor .col-right {
        width: 100%;
        padding: 30px 30px 60px;
        max-width: 100%;
    }

    .spectrum-reactor .col-right h2,
    .power-section h2,
    .nuclear-section h2 {
        font-size: 30px;
    }

    .spectrum-reactor .inner-wrapper {
        background-size: 32%;
    }

    .power-section .left-column {
        width: 100%;
    }

    .power-section .right-column {
        padding-left: 0;
        width: 100%;
        padding-top: 40px;
    }

    .power-section .right-column img {
        max-width: 100%;
    }

    .spectrum-reactor {
        margin: 20px 15px;
    }

    .power-section {
        margin: 0 15px 20px;
        background-size: 41%;
    }

    .nuclear-section .left-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .nuclear-section .right-column {
        width: 100%;
        height: auto;
        position: relative;
    }

    .nuclear-section {
        margin: 0 15px 20px;
        padding: 40px 0 0;
    }

    section.reactor.project canvas {
        height: 55%;
        top: 50%;
    }

    section.reactor.project .left-column {
        width: 100%;
        top: 9%;
        min-width: 70vw;
        left: -98%;
    }

    ul.feature-list {
        position: absolute;
        left: -47vw;
        width: 85%;
        top: 52%;
        transform: translateY(-50%);
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .feature-list h4 {
        margin: 0 0 0.7vw;
        font-size: 2.5vw;
    }

    section.reactor.project .left-column h3 {
        font-size: 3.8vw;
        letter-spacing: -0.5px;
        margin: 0 0 1.2vw;
    }

    section.reactor.project .left-column h3 br {
        display: none;
    }

    .feature-list p {
        font-size: 2.5vw;
    }

    .project-section-modular .container .column h3 {
        font-size: 22px;
    }

    .nuclear-section .right-column img {
        border-radius: 40px;
        display: block;
    }

    .plant {
        margin: 0 15px;
    }

    .video-section {
        margin: 20px 15px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .team-section .content-section {
        max-width: 100%;
        width: 100%;
    }

    .team-section .container {
        padding: 0 15px;
    }

    .post-grid .post-item article header.entry-header h2 {
        font-size: 30px;
    }

    .post-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .post-grid .post-item article header.entry-header {
        padding: 0 20px;
    }

    .post-grid .post-item article .entry-content {
        padding: 20px;
    }

    .post-grid .post-item article footer.entry-footer {
        padding: 0 10px 0 20px;
        flex-wrap: wrap;
    }

    .post-grid .post-item article footer.entry-footer .fanuclear-share {
        position: relative;
        margin-right: 0;
        margin-left: auto;
        margin-top: 10px;
    }

    .fanuclear-share a.trigger-share {
        font-size: 16px;
        padding: 5px 14px;
    }

    .post-item.first-post .container .entry-header-inner,
    .single-post article .entry-header .container .entry-header-inner,
    .page-template-template-news .entry-header .container .entry-header-inner {
        width: 100%;
        padding-right: 0;
    }

    .post-item.first-post+.container {
        padding: 0;
    }

    .post-item.first-post .container {
        padding: 0;
    }

    .blog-posts {
        padding-top: 50px;
        margin: 0 15px;
        padding-bottom: 50px;
    }

    .single-post article {
        padding-top: 50px;
    }

    .post-item.first-post .container .entry-header-inner h1.entry-title,
    .single-post article .entry-header .container .entry-header-inner h1.entry-title,
    .page-template-template-news .entry-header .container .entry-header-inner h1.entry-title {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .post-item.first-post .container .fanuclear-search,
    .single-post article .entry-header .fanuclear-search,
    .page-template-template-news .entry-header .container .fanuclear-search {
        position: relative;
        top: 0;
        margin-top: 15px;
        width: 100%;
    }

    .single-fanuclear_news .entry-header .fanuclear-search {
        margin-top: 15px;
        width: 100%;
    }

    .page-template-template-news header.entry-header {
        margin-top: 50px;
    }

    .page-template-template-news header.entry-header+.post-thumbnail {
        margin: 0 15px 50px;
    }

    .page-template-template-news .entry-header .container .entry-header-inner h1.entry-title,
    .single-fanuclear_news .entry-header .container .entry-header-inner h1.entry-title {
        margin-bottom: 0;
        font-size: 34px;
    }

    .post-item.first-post .container .fanuclear-search label,
    .single-post article .entry-header .fanuclear-search label,
    .page-template-template-news .entry-header .container .fanuclear-search label,
    .single-fanuclear_news .entry-header .fanuclear-search label {
        display: block;
        width: 100%;
    }

    .single-fanuclear_news header.entry-header+.post-thumbnail {
        margin: 0 15px 50px;
    }

    .single-post header.entry-header+.post-thumbnail {
        margin: 0 15px 50px;
    }

    .single-post .content-main .container .entry-content {
        width: 100%;
    }

    .single-post .content-main .container .entry-content,
    .single-fanuclear_news .content-main .container .entry-content {
        width: 100%;
    }

    .single-fanuclear_news .fanuclear-share {
        margin-right: 0;
        margin-left: auto;
        margin-top: 10px;
    }

    .single-fanuclear_news .content-main {
        padding-bottom: 50px;
        background-size: 50%;
    }

    .search-input-wrapper {
        width: 100%;
    }

    .post-item.first-post .content-main .container .entry-content,
    .single-fanuclear_news .entry-header .container .entry-header-inner {
        width: 100%;
        padding-right: 0;
    }

    .post-item.first-post .container .fanuclear-share {
        margin-right: 0;
        margin-left: auto;
        margin-top: 10px;
    }

    .blog-posts {
        gap: 20px;
    }

    .post-item.first-post .content-main,
    .single-fanuclear_news header.entry-header {
        margin-top: 50px;
    }

    .post-grid .post-item article footer.entry-footer .entry-meta {
        width: 100%;
        padding-right: 0;
    }

    blockquote,
    blockquote p {
        font-size: 32px;
    }

    ul.wp-block-list li,
    ol.wp-block-list li {
        font-size: 16px;
    }

    .single-post .fanuclear-share {
        margin-right: 0;
        margin-left: auto;
        margin-top: 5px;
    }

    .about-author .author-box {
        padding: 35px 25px;
        margin-top: 40px;
        gap: 35px;
    }

    .related-heading {
        font-size: 24px;
    }

    .related-posts {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .news-thumb {
        width: 100%;
    }

    .news-card {
        padding: 30px 25px !important;
    }

    .news-excerpt {
        font-size: 18px;
    }

    .news-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .news-wrap {
        padding-bottom: 50px;
    }

    .news-category-section h2 {
        font-size: 42px;
        margin: 0 0 30px !important;
    }

    .news-category-section {
        padding: 50px 0;
    }

    .news-category-section .news-card-inner .news-title {
        font-size: 30px;
    }

    .cat-name {
        font-size: 16px;
    }

    header.header .main-menu ul li a::after {
        display: none;
    }

    .single-fanuclear_news .hamburger-line,
    .page-template-template-news .hamburger-line {
        background: #fff;
    }

    .single-fanuclear_news header.header .main-menu ul,
    .page-template-template-news header.header .main-menu ul {
        background: #0019bd;
    }

    section.error-404 .container {
        padding: 25px 30px;
        width: 100%;
        max-width: 95%;
    }

    /* section.reactor .reactor-info:nth-child(5) {
    padding-left: 7vw;
} */
    .page-template-default header.entry-header {
        margin: 50px 0 20px;
    }

    .page-template-default header.entry-header+.post-thumbnail {
        margin: 0 15px 30px;
    }

    section.reactor.project .left-column p {
        font-size: 3.12vw;
    }
}

/* .reactor-animation canvas {
    height: 95vh;
} */

section.reactor .reactor-info::after {
    background: #ebf0f5;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4vw);
    height: calc(100% + 4vw);
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 2vw;
}

section.reactor .reactor-list .reactor-info:nth-child(2):after {
    height: calc(100% + 6vw);
}

.team-info:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.88) 100%);
}

.team-info>* {
    position: relative;
    z-index: 1;
}

@media (max-width: 376px) {
    .reactor-list {
        height: calc(100% - 28vh);
    }
}



.single-fanuclear_news .entry-header .container .entry-header-inner h1.entry-title {
    font-size: 45px;
}

.page-template-template-careers section.team-banner.project {
    padding: 0px 0px 0px;
    position: relative;
}

.page-template-template-careers section.team-banner.project img.hero-image.mobile {
    display: none;
}

.page-template-template-careers section.team-banner.project .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    text-align: center;
}

.page-template-template-careers section.team-banner h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    margin: 0 0 10px !important;
}

.page-template-template-careers section.team-banner p {
    font-size: 28px;
    color: #fff;
}

.page-template-template-careers section.team-banner.project .container a.btn {
    margin: 40px auto 0 auto;
    background: #fff;
    color: #0019BD;
}

.page-template-template-careers section.proven {
    padding: 100px 0 0 0;
}

.page-template-template-careers section.proven .project-section-modular {
    padding: 0px 0 0px;
}

.page-template-template-careers section.proven h2 {
    text-align: center;
    font-size: 72px;

}

.page-template-template-careers section.proven .project-section-modular .container {
    align-items: center;
}

.page-template-template-careers section.proven .project-section-modular .column h3 {
    font-family: "ABCArizonaMix-Light";
    font-size: 60px;
}

.page-template-template-careers section.proven .project-section-modular:nth-child(odd) {
    padding: 60px 0 60px;
}

.page-template-template-careers section.proven .project-section-modular:nth-child(odd) .container {
    flex-direction: row-reverse;
}

.page-template-template-careers section.open-roles {
    background-color: #D2DEEA;
    border-radius: 40px;
    margin: 30px 15px 15px;
    padding: 100px 20px;
    background-image: url(../images/image-3-scaled.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
}

.page-template-template-careers section.open-roles h2 {
    font-size: 72px;
    text-align: center;

}

.page-template-template-careers section.open-roles p {
    text-align: center;
    font-size: 28px;
}

.page-template-template-careers section.open-roles a.btn {
    margin: 40px auto 0 auto;
    background: #fff;
    color: #0019bd;
}

.page-template-template-careers section.open-roles .roles {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
}

.page-template-template-careers section.open-roles .role {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 50px 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.page-template-template-careers section.open-roles .role h3 {
    font-weight: 500;
    font-family: "ABC Arizona Mix Unlicensed Trial";
    font-size: 30px;
    margin: 0 0 30px;
}

.page-template-template-careers section.open-roles .role ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

.page-template-template-careers section.open-roles .role ul li {
    list-style: none;
    font-family: "GTAmericaTrial-CnLt";
    color: #0000A6;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 17px;
}

.page-template-template-careers section.open-roles .role ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0000A6;
    border-radius: 50%;
}

.page-template-template-careers section.open-roles .role a.link {
    margin-top: auto;
    margin-bottom: 0;
    color: #0019BD;
    font-size: 18px;
    position: relative;
    font-family: "GTAmericaTrial-CnMd";
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #0019BD;
    max-width: max-content;
    padding-bottom: 10px;
}

@media(max-width:1024px) {

    .page-template-template-careers section.team-banner h1,
    .page-template-template-careers section.proven h2,
    .page-template-template-careers section.open-roles h2 {
        font-size: 56px;
    }

    .page-template-template-careers section.team-banner p {
        font-size: 20px;
    }

    .page-template-template-careers section.team-banner.project .container a.btn {
        margin: 25px auto 0 auto;
    }

    .partner-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:991px) {

    .page-template-template-careers section.proven .project-section-modular .container {
        flex-direction: column-reverse;
    }

    .page-template-template-careers section.proven .project-section-modular:nth-child(odd) .container {
        flex-direction: column-reverse;
    }

    .page-template-template-careers section.proven .project-section-modular .column h3 {
        font-size: 48px;
    }

    .page-template-template-careers section.open-roles .roles {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 60px;
    }

    .page-template-template-careers section.team-banner.project img.hero-image.desktop {
        min-height: 320px;
    }
}

@media(max-width:767px) {
    .page-template-template-careers section.team-banner h1 {
        font-size: 30px;
    }

    .page-template-template-careers section.proven .project-section-modular .column h3 {
        font-size: 32px;
    }

    .page-template-template-careers section.team-banner p {
        font-size: 18px;
    }

    .page-template-template-careers section.team-banner h1,
    .page-template-template-careers section.proven h2,
    .page-template-template-careers section.open-roles h2 {
        font-size: 32px;
    }

    .page-template-template-careers section.open-roles .roles {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-template-careers section.open-roles p {
        font-size: 18px;
    }

    .page-template-template-careers section.open-roles .role h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .page-template-template-careers section.open-roles .role {
        padding: 40px 30px;
    }

    .page-template-template-careers section.open-roles .container {
        padding: 0;
    }

    .page-template-template-careers section.open-roles {
        padding: 60px 20px;

    }

    .page-template-template-careers section.proven .project-section-modular:nth-child(odd) {
        padding: 50px 0 40px;
    }

    .page-template-template-careers section.team-banner.project img.hero-image.desktop {
        display: none;
    }

    .page-template-template-careers section.team-banner.project img.hero-image.mobile {
        display: block;
    }

    .page-template-template-careers section.proven h2 {
        padding: 0 15px;
    }

    .page-template-template-careers section.proven {
        padding: 60px 0 0 0;
    }
}

/*Blog, Category, Single */
.category-dropdown {
    position: relative;
    width: 250px;
    cursor: pointer;
}

.dropdown-selected {
    padding: 12px 16px;
    border: 1px solid #ccc;
    background: #fff;
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.dropdown-list.open {
    display: block;
}

.dropdown-list li {
    padding: 10px 16px;
}

.dropdown-list li:hover,
.dropdown-list li.active {
    background: #f5f5f5;
    font-weight: 600;
}

.blog-posts nav.navigation.pagination a.next,
.blog-posts nav.navigation.pagination a.prev {
    display: none;
}

.blog-posts .nav-links {
    align-items: center;
}

.blog-posts nav.navigation.pagination .page-numbers {
    font-size: 16px;
    color: #0000A6;
    opacity: 0.6;
    font-family: "GTAmericaTrial-CnMd";
    font-weight: 500;
    background: transparent;
    padding: 0 12px 12px;
}

.page-numbers.current {
    border-bottom: 2px solid #0000A6;
    opacity: 1 !important;
}

section.media-assets {
    background: #D2DEEA;
    padding-top: 80px;
    margin: 0 15px;
    border-radius: 40px 40px 0 0;
    padding-bottom: 60px;
}

section.media-assets h2.section-title {
    font-size: 70px;
    margin: 0 0 80px;
}

section.media-assets .media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 60px;
}

section.media-assets .media-grid .media-item .media-thumb {
    width: 100%;
}

section.media-assets .media-grid .media-item .media-thumb img {
    display: block;
    width: 100%;
}


section.media-assets .media-grid .media-item .media-content {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    align-items: flex-end;
    justify-content: space-between;
}

section.media-assets .media-grid .media-item .media-content h4 {
    font-family: "GTAmericaTrial-CnMd";
    font-weight: 500;
    font-size: 24px;
    width: calc(100% - 100px);
    margin: 0;
}

.post-item .entry-title a {
    color: #0019bd;
}

section.media-assets .media-grid .media-item .media-content a.download-link {
    font-size: 18px;
    font-family: "GTAmericaTrial-CnMd";
    font-weight: 500;
    padding-bottom: 12px;
    position: relative;
    color: #0019BD;
    border-bottom: 1px solid #0019BD;
}

section.about-fanco {
    background: #D2DEEA;
    padding-bottom: 80px;
    margin: 0 15px;
}

.about-fanco h2 {
    border-top: 1px solid #0019BD;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 48px;
    margin: 0 0 45px;
}

section.contact-section {
    background: #D2DEEA;
    margin: 0 15px 15px;
    border-radius: 0 0 40px 40px;
    padding: 0 0 100px;
}

section.contact-section .section-title {
    border-top: 1px solid #0019BD;
    padding-top: 50px;
    font-size: 48px;
    margin: 0 0 45px;
}

section.contact-section .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

section.contact-section .contact-grid .contact-card {
    background: #EBF3FA;
    border-radius: 20px;
    padding: 40px;
}

section.contact-section .contact-grid .contact-card h4 {
    font-size: 30px;
    margin: 0 0 30px;
}

section.contact-section .contact-grid .contact-card:not(.social-links) a {
    font-size: 18px;
    font-family: "GTAmericaTrial-CnMd";
    font-weight: 500;
    padding-bottom: 12px;
    position: relative;
    color: #0019BD;
    border-bottom: 1px solid #0019BD;
}

section.contact-section .contact-grid .contact-card ul.social-links a {
    padding: 0;
    border: 0;
}

section.contact-section .contact-grid ul.social-links li a svg {
    width: 48px;

}


.featured-posts {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.featured-posts-inner .post-item {
    margin: 0 0 80px;
}

.featured-posts .post-thumbnail img {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 30px;
}

.featured-posts .container {
    padding: 0;
}

.post-item .post-excerpt {
    font-size: 28px;
    color: #0019BD;
    margin: 0 0 25px;
}

.post-item .entry-meta.bottom {
    font-size: 18px;
    color: #0019BD;
}

.post-item .entry-meta.bottom * {
    color: #0019BD;
}

.post-item .entry-meta.top {
    padding-bottom: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}


.post-item .entry-meta.top span.post-categories,
.post-item .entry-meta.top span.featured-label,
.post-item .entry-meta.top span.post-categories a {
    text-transform: uppercase;
    font-family: "GTAmericaTrial-CnMd";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    color: #0000A6
}

.post-item .entry-title {
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: -0.48px;
}


.blog-posts {
    margin: 0 15px 15px;
    background: #EBF3FA;
    border-radius: 40px;
    gap: 100px;
}

.blog-posts .head {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.blog-posts .head h2 {
    font-size: 48px;
    margin: 0;
}

.blog-posts .head .category-dropdown {
    width: 346px;
}

.post-item .entry-title a {
    color: #0019BD;
}

.blog-posts .head .dropdown-selected {
    padding: 16px 16px;
    border: 1px solid #0D26CE;
    background: #fff;
    border-radius: 10px;
    color: #0019BD;
}

.blog-posts .head .dropdown-list {
    border: 1px solid #0D26CE;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    margin-top: -10px;
    overflow: hidden;
}

.blog-posts .head .dropdown-selected::after {
    content: "";
    position: absolute;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    background-position: right 8px;
    background-size: 34px;
    right: 5px;
    top: 2px;
    width: 32px;
    height: 32px;
}

.blog-posts .head .dropdown-list {
    color: #0019BD;
}

.blog-posts .post-thumbnail img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.featured-posts .post-thumbnail img {
    border-radius: 20px;
}

section.media-assets .media-grid .media-item .media-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.featured-posts-inner .entry-title {
    text-transform: uppercase;
}

.post-item.first-post .container .entry-header-inner,
.single-post article .entry-header .container .entry-header-inner,
.page-template-template-news .entry-header .container .entry-header-inner,
.single-fanuclear_news .entry-header .container .entry-header-inner {
    width: 100%;
    padding-right: 0px;
}

.post-item.first-post .container .entry-header-inner h1.entry-title,
.single-post article .entry-header .container .entry-header-inner h1.entry-title {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 72px;
}

.single-post .entry-meta.top {
    font-size: 18px;
    color: #0000A6;
    text-transform: uppercase;
    font-family: "GTAmericaTrial-CnMd";
    border-bottom: 1px solid #0000A6;
    padding-bottom: 15px;
    display: block;
    margin: 0 0 30px;
}

.single-post .entry-meta.top span {
    font-size: 18px;
    color: #0000A6;
    text-transform: uppercase;
    font-family: "GTAmericaTrial-CnMd";
}

.single-post .entry-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-post .content-main .container .entry-content,
.single-fanuclear_news .content-main .container .entry-content {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}


.post-item.first-post .container .entry-header-inner .entry-meta.bottom *,
.single-post article .entry-header .container .entry-header-inner .entry-meta.bottom * {
    font-family: "GTAmericaTrial-CnLt" !important;
    text-transform: inherit !important;
    font-size: 18px;
}

.heateor_sss_sharing_ul a span {
    background: #fff !important;
    background-color: #fff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    margin-left: 8px !important;

}

.heateor_sss_sharing_ul a span svg path {
    fill: #0019BD !important;
}

.heateor_sss_sharing_ul a span svg {
    max-width: 30px;
    display: block;
    margin: 0 auto;
}


.single-post article .post-thumbnail,
.page-template-template-news article .post-thumbnail,
.single-fanuclear_news article .post-thumbnail {
    max-width: 1470px;
    margin: 0 auto !important;
    display: block;
    width: 100%;
    padding: 0 15px;
}


.single-post article .post-thumbnail img,
.page-template-template-news article .post-thumbnail img,
.single-fanuclear_news article .post-thumbnail img {
    border-radius: 40px;
}

.single-post header.entry-header+.post-thumbnail img {
    border-radius: 40px;
}

.single-post header.entry-header {
    margin-bottom: 80px;
}

.single-post .content-main {
    margin-top: 80px;
}

.single-post p.post-thumbnail-caption {
    max-width: 930px;
    margin: 0 auto;
    border-bottom: 1px solid #0019BD;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
}

.single-post .content-main p {
    font-family: "GTAmericaTrial-CnLt";
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 25px;
}

.single-post .content-main .container .entry-content figure,
.single-fanuclear_news .content-main .container .entry-content figure {
    border-radius: 40px;
    margin: 60px 0 60px;
}

.single-post .author-box {
    background: #EBF3FA;
    color: #0019BD;
}

.single-post .author-info h4 {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnLt";
    font-weight: bold;
}

.single-post .author-info p {
    color: #0019BD;
}

.single-post .author-link {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnMd";
    border-bottom: 1px solid #0019BD;
}

.single-post .related-posts {
    background: #D2DEEA;
    border-radius: 40px;
    margin: 80px 15px 15px;
    padding-top: 100px;
    padding-bottom: 80px;
}

.single-post .related-grid span.related-category {
    font-family: "GTAmericaTrial-CnMd";
    font-size: 16px;
    border-bottom: 1px solid #0000A6;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

.single-post .related-grid span.related-category a {
    color: #0000A6;
    text-transform: uppercase;
}

.single-post .related-heading {
    font-size: 24px;
    color: #0019BD;
    font-family: "ABCArizonaMix-Light";
}

.single-post .related-heading a {

    color: #0019BD;
}

.single-post .related-posts h2 {
    font-size: 48px;
    margin: 0 0 60px;
}

.single-post .content-main .wp-block-heading {
    font-size: 30px;
}

.single-post .content-main strong {
    font-weight: 500;
    font-family: "ABC Arizona Mix Unlicensed Trial";
}

@media(max-width:991px) {

    .post-item .entry-title,
    .blog-posts .head h2,
    .about-fanco h2,
    section.contact-section .section-title {
        font-size: 40px;
    }

    section.media-assets h2.section-title {
        font-size: 48px;
    }

    .post-item .post-excerpt {
        font-size: 22px;
    }

}

@media(max-width:767px) {
    .post-item .entry-meta.top {
        font-size: 14px;
    }

    .blog-posts .head h2,
    .about-fanco h2,
    section.contact-section .section-title {
        font-size: 28px;
    }

    .single-post header.entry-header+.post-thumbnail img {
        border-radius: 20px;
    }

    .about-author .author-box {
        border-radius: 20px;
    }

    .post-item .post-excerpt {
        font-size: 18px;
    }

    .featured-posts-inner .post-item h1.entry-title {
        margin: 0 0 15px;
    }

    .post-item .entry-meta.bottom {
        font-size: 16px;
    }

    .featured-posts-inner .post-item {
        margin: 0 0 50px;
    }

    .blog-posts .head h2 {
        font-size: 24px;
        margin: 0 0 30px;
    }

    .blog-posts .head {
        flex-wrap: wrap;
    }

    .blog-posts .head .category-dropdown {
        width: 100%;
    }

    .blog-posts .head .right {
        width: 100%;
    }

    .blog-posts {
        margin: 0 0px 15px;
        border-radius: 20px;
        gap: 50px;
    }

    .blog-posts .entry-title {
        font-size: 22px;
    }

    .featured-posts .post-thumbnail img {
        border-radius: 20px;
    }

    .blog-posts .post-thumbnail img {
        border-radius: 20px;
    }

    section.media-assets {
        padding-top: 50px;
        border-radius: 20px 20px 0 0;
        padding-bottom: 50px;
        margin: 0;
    }

    section.media-assets h2.section-title {
        font-size: 30px;
        margin: 0 0 50px;
    }

    section.media-assets .media-grid {
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 50px;
    }

    section.media-assets .media-grid .media-item .media-content h4 {
        font-size: 18px;
        margin: 0;
    }

    section.media-assets .media-grid .media-item .media-content {
        margin: 20px 0 0;
    }

    section.media-assets .media-grid .media-item .media-thumb {
        border-radius: 20px;
        overflow: hidden;
    }

    section.about-fanco {
        margin: 0;
    }

    section.contact-section {
        margin: 0 0px 15px;
        border-radius: 0 0 20px 20px;

    }

    section.contact-section .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-item.first-post .container .entry-header-inner h1.entry-title,
    .single-post article .entry-header .container .entry-header-inner h1.entry-title {
        font-size: 30px;
    }

    .heateor_sss_sharing_ul a span {
        width: 40px !important;
        height: 40px !important;

    }

    .single-post .social-share {
        margin-top: 15px;
    }

    .single-post header.entry-header {
        margin-bottom: 50px;
    }

    .single-post .content-main {
        margin-top: 50px;
    }

    .single-post .content-main p {
        font-family: "GTAmericaTrial-CnLt";
        font-size: 16px;
        margin: 0 0 20px;
    }

    .single-post header.entry-header+.post-thumbnail,
    .page-template-template-news header.entry-header+.post-thumbnail,
    .single-fanuclear_news header.entry-header+.post-thumbnail {
        border-radius: 0;
    }

    .single-post .related-posts {
        border-radius: 20px;
        margin: 30px 15px 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .single-post .related-posts h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }

    .single-post .related-heading {
        font-size: 20px;
    }

    .single-post .content-main .wp-block-heading {
        font-size: 24px;
    }

    .single-post .content-main .container .entry-content figure,
    .single-fanuclear_news .content-main .container .entry-content figure {
        margin: 40px 0 40px;
    }
}



/*.blog-posts .head {
  max-width: 960px;
}*/

/*.blog-posts .post-item {
  max-width: 960px;
  margin: 0 auto;
}*/

.featured-posts .container {
    padding: 0 15px;
    max-width: 960px;
}

section.about-fanco {
    padding-top: 35px;
}

.about-fanco h2 {
    border-top: 0;
}

section.about-fanco {
    border-radius: 40px 40px 0 0;
}

section.media-assets+section.about-fanco {
    padding-top: 0;
}

section.media-assets+section.about-fanco h2 {

    border-top: 1px solid #0019BD;
}

section.media-assets+section.about-fanco {
    border-radius: 0;
}

.single-post .content-main .container .entry-content,
.single-fanuclear_news .content-main .container .entry-content {

    max-width: 960px;
}

.single .post-excerpt p {
    font-family: "GTAmericaTrial-CnLt";
    font-size: 28px;
    max-width: 800px;
    font-weight: 300;
}

.single .post-excerpt {
    margin: 0 0 30px;
}

nav.navigation.pagination {
    clear: both;
}

.navigation.pagination .nav-links {
    display: flex;
    min-height: 56px;
}

@media(max-width:767px) {
    section.about-fanco {
        border-radius: 20px 20px 0 0;
    }

    section.media-assets+section.about-fanco {
        border-radius: 0;
    }

    section.about-fanco {
        padding-top: 20px;
    }

    .blog-posts .head h2,
    .about-fanco h2,
    section.contact-section .section-title {
        font-size: 24px;
    }

    .post-item .entry-title {
        font-size: 22px;
    }

    .single .post-excerpt p {
        font-family: "GTAmericaTrial-CnLt";
        font-size: 22px;
    }

    nav.navigation.pagination {
        clear: both;
        margin-top: 0px;
    }
}

.single-post .content-main .container .entry-content .wp-block-heading {
    margin-top: 80px;
}

.single-post .content-main .entry-content figure img {
    border-radius: 40px;
    width: 100%;
}

.single-post p.post-thumbnail-caption {
    max-width: 960px;
}

@media(max-width:767px) {
    .single-post .content-main .entry-content figure img {
        border-radius: 20px;
    }

    .single-post .content-main .wp-block-heading {
        margin-top: 50px !important;
    }

    .featured-posts .container {
        padding: 0 0px;
    }
}

/*News Page New CSS*/
.latest-from {
    display: flex;
    padding: 100px 15px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 50px;
}

.latest-from-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.latest-from-content h1 {
    color: #0019BD;
    text-align: center;
    font-family: "ABCArizonaMix-Light";
    font-size: 72px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.latest-from-content .more-info {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    justify-content: center;
}

.latest-from-content .more-info span {
    color: #0019BD;
    font-family: "ABCArizonaMix-Light";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.latest-from-content .more-info a {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnMd";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    line-height: 100%;
}

.main-with-sidebar .left-content .blog-posts .head {
    padding-left: 0;
}

.latest-from-content .more-info a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0D26CE;
    bottom: -15px;
    left: 0;
}

.main-with-sidebar .container {
    display: flex;
    max-width: 1230px;
    padding: 100px 15px 0 15px;
    align-items: flex-start;
    gap: 100px;
    flex: 1 0 0;
}

.left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.main-with-sidebar .left-content .blog-posts {
    margin-left: 0;
    margin-right: 0;
}

.right-sidebar {
    display: flex;
    max-width: 390px;
    padding: 0 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    flex: 1 0 0;
}

.main-with-sidebar {
    margin: 0 15px 15px;
    background: #EBF3FA;
    border-radius: 40px;
    gap: 80px;
}

.sidebar-box {
    display: flex;
    max-width: 390px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.main-with-sidebar h4 {
    color: #0019BD;
    font-family: "ABCArizonaMix-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 0;
}

.categories ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #0019BD;
}

.categories ul li {
    display: flex;
    padding: 15px 0;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #0D26CE;
}

.categories ul li a {
    color: #0019BD;
    font-family: "GTAmericaTrial-CnMd";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.sidebar-box.recent-content .recent-posts {
    border-bottom: 1px solid #0019BD;
}

.sidebar-box.recent-content .recent-post-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 0;
    border-top: 1px solid #0D26CE;
}

.sidebar-box.recent-content .recent-post-item a.title {
    flex: 1;
    color: #0019BD;
    font-family: "GTAmericaTrial-CnMd";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.sidebar-box.recent-content .recent-post-item .post-thumbnail-main {
    grid-row: 1 / span 1;
    grid-column: 3 / span 1;
    justify-self: stretch;
}

.sidebar-box.recent-content .recent-post-item .post-thumbnail-main img {
    border-radius: 10px;
    width: 93px;
    height: auto;
    object-fit: cover;
}

.blog-posts .post-item {
    border-bottom: 1px solid #0019BD;
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

/*FAQ Page*/
.faq-section {
    display: flex;
    padding: 15px 15px 15px 15px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.faq-inner {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 40px;
    background: #EBF3FA;
}

.faq-section .container {
    display: flex;
    max-width: 960px;
    padding: 50px 15px 0 15px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.faq-row {
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #0019BD;
}

.question {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
    justify-content: space-between;
    cursor: pointer;
}

.question h3 {
    color: #0019BD;
    font-family: "ABCArizonaMix-Light";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin: 0;
}

.question .faq-icon {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    transition: transform 0.35s ease;
    line-height: 0;
}

.question.active .faq-icon svg {
    transform: rotate(180deg);
}

.answer {
    display: flex;
    padding: 30px 80px 0 0;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
}

.answer * {
    color: #0000A6;
    font-family: "GTAmericaTrial-CnLt";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.answer p:last-child {
    margin: 0px;
}

@media (min-width: 1200px) {
    .main-with-sidebar .right-sidebar {
        position: sticky;
        top: 40px;
        align-self: flex-start;
    }
}

@media (max-width: 991px) {

    .left-content,
    .right-sidebar {
        width: 100%;
    }

    .recent-content {
        display: none;
    }

    .main-with-sidebar .container {
        flex-direction: column;
    }

    .right-sidebar {
        order: 1;
    }

    .left-content {
        order: 2;
    }

    .sidebar-box {
        max-width: 100%;
    }

    .archive .latest-from,
    .blog .latest-from {
        padding: 50px 15px 65px;
    }

    .main-with-sidebar .container {
        padding: 50px 15px 0 15px;
        gap: 0;
    }

    .main-with-sidebar .right-sidebar {
        max-width: 100%;
        padding: 0 0px 0px;
    }

    .blog-posts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width:767px) {
    .latest-from {
        padding: 50px 15px;
        gap: 50px;
    }

    .latest-from-content h1 {
        font-size: 30px;
        max-width: 280px;
    }

    .latest-from-content .more-info {
        flex-direction: column;
        gap: 15px;
    }

    .latest-from-content .more-info span {
        text-align: center;
    }

    .archive .latest-from,
    .blog .latest-from {
        padding: 50px 15px 65px;

    }

    .main-with-sidebar {
        margin: 0 0px 15px;
        border-radius: 20px;

    }

    .main-with-sidebar .container {
        padding: 50px 15px 0 15px;
        gap: 0;
    }

    .main-with-sidebar .right-sidebar {
        max-width: 100%;
        padding: 0 0px 0px;
    }

    .main-with-sidebar .left-content .blog-posts .head {
        padding: 0;
    }

    .main-with-sidebar .left-content .blog-posts .head h2 {
        margin: 0 !important;
    }

    .main-with-sidebar .left-content .blog-posts .post-item .entry-meta.top {
        padding-bottom: 16px;
        margin-top: 20px;

    }

    .main-with-sidebar .left-content .blog-posts .post-item {
        padding-bottom: 30px;
    }

    .main-with-sidebar h4 {
        font-size: 22px;
    }

    /*FAQ*/

    body.page-template-template-faq .latest-from-content .more-info a {
        padding: 15px 0px 0 0px;
    }

    .faq-section {
        padding: 15px 0px 15px 0px;
    }

    .faq-inner {
        padding: 20px 0 50px 0;
    }

    .faq-section .container {
        padding: 0 15px;
    }

    .faq-row {
        padding: 30px 0;
    }

    .question {
        gap: 20px;
    }

    .question h3 {
        font-size: 22px;
    }

    .answer {
        padding: 30px 50px 0 0;
    }

    .answer * {
        font-size: 16px;
    }

    /*Our Team*/
    .team-content-section .content-section p {
        font-size: 24px;
    }

    .team-content-section .content-section {
        padding: 25px 15px 65px 15px
    }

    .list-wrapper-main .container {
        padding: 50px 15px 0 15px;
    }

    .team-section {
        padding: 0px 0px 50px 0px
    }

    .team-section .list-wrapper .list-item .list-content p {
        font-size: 16px;
    }

    .list-wrapper-main.executive-leadership {
        padding-bottom: 50px;
    }

    .list-wrapper-main.executive-leadership {
        background: #D2DEEA url(../images/executive-bg-mobile.svg);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    /*About Us*/
    .about-section .container {
        padding: 50px 0px;
        gap: 30px;
    }

    .about-section .page-content h2 {
        font-size: 24px;
    }

    .about-section .page-content p.subheading {
        font-size: 18px;
    }

    .about-section .page-content h4 {
        font-size: 22px;
        margin: 30px 0px 10px;
    }

    .timeline-section {
        padding: 15px 0px 0px 0px;
    }

    .timeline-section .container {
        padding: 50px 15px 0 15px;
    }

    .timeline-section h2 {
        font-size: 28px;
    }

    .timeline-section .timeline {
        padding-top: 15px;
    }

    .timeline-section .timeline .timeline-item .image {
        height: auto;
    }

    .timeline-section .timeline .timeline-item .image img {
        border-radius: 10px;
    }

    .timeline-section .timeline .timeline-item .text {
        gap: 15px;
    }

    .timeline-section .timeline .timeline-item .text .date-range {
        font-size: 18px;

    }

    .timeline-section .timeline .timeline-item .text p {
        font-size: 18px
    }

    /*Our Partners*/
    .our-partners {
        padding: 15px 0px 15px 0px;
    }

    .our-partners .out-partners-inner {
        padding-bottom: 50px;
        background: #D2DEEA url(../images/partner-bg-mobile.svg);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .our-partners .heading-section {
        padding: 50px 15px 0 15px;
    }

    .our-partners .heading-section .text {
        gap: 20px;
    }

    .our-partners .heading-section .text h2 {
        font-size: 28px;
    }

    .our-partners .heading-section .text p {
        font-size: 18px;
    }

    .our-partners .partners-grid {
        padding: 50px 15px 0 15px;
        gap: 30px;
    }

    .partner-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 30px;
    }

    .our-partners .partner-card {
        display: flex;
        max-width: 390px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        flex: 1 0 0;
    }

    .our-partners .partner-card .image {
        height: 110px;
        border-radius: 20px;
    }

    .our-partners .partner-card .image img {
        width: 118.068px;
        height: 33.846px;
        flex-shrink: 0;
        aspect-ratio: 150/43;
    }

    .our-partners .partner-card:nth-child(3) .image img {
        width: 67.737px;
        height: 67.692px;
        flex-shrink: 0;
        aspect-ratio: 67.74/67.69;
    }

    .our-partners .partner-card .text {
        padding-right: 0px;
    }

    .our-partners .partner-card .text h5 {
        font-size: 18px;
    }

    .our-partners .partner-card .text p {
        font-size: 16px;
    }

}


@media (max-width: 380px) {
    .partner-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-partners .partner-card .image {
        height: auto;
    }

    .our-partners .partner-card .image img,
    .our-partners .partner-card:nth-child(3) .image img {
        width: 50%;
        height: auto;
    }
}