@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf") format("truetype")
}
@font-face {
    font-family: "Inter-Light-BETA";
    src: url("../fonts/Inter-Light-BETA.ttf") format("truetype")
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Inter-Regular';
    font-weight: 500
}
.b--ld {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fafafa
}
.b--hd,
.b--hm,
.b--gn,
.b--wrap,
.b--nv {
    visibility: hidden
}
.f--en {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 500
}
.f--ensb {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 600
}
.f--enb {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 700
}
.circle {
    fill: #F2182E;
}
.b--hd__lg__ico img {
    max-width: 200px;
    margin-top: -5px;
    margin-left: -8px;
}
.b--hd__ot__ico.c--fic img {
    width: 18px;
    max-width: 18px;
    margin-top: -3px;
    margin-left: -8px;
}
.c--fig .is-l {
    background-size: cover !important;
}
.swiper {
    width: 100%;
}
.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    /* display: none; */
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .2);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    content: "";
    font-family: element-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.swiper .swiper-button-prev:hover {
    background-color: rgba(31, 45, 61, .5);
}
.swiper .swiper-button-next:hover {
    background-color: rgba(31, 45, 61, .5);
}
.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper .tp--sv__one {
    width: 100%;
}
.m--btn__tgt.js-hv {
    text-shadow: 0 0 black;
}
.tp--cs__bd .js-pos .js-tdg {
    text-shadow: 2px 2px 2px white;
}
.b--ft__lg__ico img {
    filter: invert(50%) brightness(300%) !important;
}
.b--ft__add .b--ft__add_title {
    font-size: 14px;
    font-weight: bold;
}
.b--ft__add .b--ft__add_text {
    margin-top: 12px;
}
.c--ds {
    display: block !important;
}
.b--ft__nv__s-one {
    width: 120px !important;
}
.b--ft__nv__s-two {
    width: 250px !important;
}
.b--ft__nv__one-one {
    width: 300px !important;
}
.tp--sv__one__lg.tp--sv__one__lg-one {
    aspect-ratio: 4.6095238095238 !important;
}
.tp--sv__one__lg.tp--sv__one__lg-two {
    aspect-ratio: 4.4952380952381 !important;
}
.tp--sv__one__lg.tp--sv__one__lg-three {
    aspect-ratio: 4.5047619047619 !important;
}
.tp--sv__one__lg.tp--sv__one__lg-for {
    aspect-ratio: 4.5047619047619 !important;
}
@media screen and (max-width: 1000px) {
    .b--hd__lg__ico img {
        margin-top: -30px !important;
    }
}
/* Animated diagonal line backgrounds in CTA section */
.b--cv__bg__a._l .c--bg.is-l {
    background-repeat: repeat-x !important;
    background-position: 0 0 !important;
    background-size: 800px 100% !important;
    animation: bgSweepLeft 18s linear infinite;
    will-change: background-position;
}
.b--cv__bg__a._r .c--bg.is-l {
    background-repeat: repeat-x !important;
    background-position: 0 0 !important;
    background-size: 800px 100% !important;
    animation: bgSweepRight 18s linear infinite;
    will-change: background-position;
}
@keyframes bgSweepLeft {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -800px;
    }
}

@keyframes bgSweepRight {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 800px;
    }
}

/* Investor Relations section diagonal lines overlay */
.tp--cs__bg {
    position: relative;
    overflow: hidden;
}
.tp--cs__bg::before,
.tp--cs__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 800px 100%;
    pointer-events: none;
}
.tp--cs__bg::before {
    background-image: url("../images/strategyarrowsplit.png");
    animation: bgSweepLeft 20s linear infinite;
}
.tp--cs__bg::after {
    background-image: url("../images/strategyarrowend@2x.png");
    animation: bgSweepRight 22s linear infinite;
}
.tp--cs__bg .tp--cs__bg__i {
    position: relative;
    z-index: 1;
}
/* Loading section circling cursor animation */
.cm-loading__logo .loader {
    position: relative;
    display: inline-block;
}
.cm-loading__logo .loader::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #F2182E;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    z-index: 0;
}
.cm-loading__logo .loader img {
    position: relative;
    z-index: 1;
    display: block;
}