@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: Muli, sans-serif;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
q {
    quotes: "\00201c""\00201d";
}
q:before {
    content: open-quote !important;
}
q:after {
    content: close-quote !important;
}
a {
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none !important;
}
p:empty {
    margin: 0 !important;
    padding: 0 !important;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
a:active,
a:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select {
    vertical-align: middle;
}
textarea {
    overflow: auto;
    resize: none;
}
input[type="button"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
}
input[type="button"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
[placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}
[placeholder]:focus::-moz-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select {
    margin: 0;
}
button,
input {
    overflow: visible;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.fw-light {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}
@media only screen and (min-width: 1441px) {
    .container {
        max-width: 1400px;
    }
}
@media only screen and (min-width: 1700px) {
    .container {
        max-width: 1670px;
    }
}
body {
    font-family: Rajdhani, sans-serif;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.2s ease;
}
header .container > a {
    opacity: 0;
}
header .header-logo {
    width: 327.5px;
    padding: 20px 0 10px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1699.9px) {
    header .header-logo {
        width: 280px;
    }
}
@media only screen and (max-width: 1440.9px) {
    header .header-logo {
        width: 260px;
    }
}
@media only screen and (max-width: 1199.9px) {
    header .header-logo {
        width: 230px;
    }
}
@media only screen and (max-width: 991.9px) {
    header .header-logo {
        width: 200px;
    }
}
@media only screen and (max-width: 767.9px) {
    header .header-logo {
        width: 180px;
        padding: 20px 0 15px;
    }
}
@media only screen and (max-width: 575.9px) {
    header .header-logo {
        width: 160px;
    }
}
@media only screen and (max-width: 360.9px) {
    header .header-logo {
        width: 140px;
    }
}
header .header-logo .logo-element {
    transition: all 0.3s ease;
}
header .header-logo.white .logo-element {
    fill: #fff;
}
header .header-logo img,
header .header-logo svg {
    width: 80%;
    height: auto;
    display: block;
}
header .header-menu {
    letter-spacing: 0.85px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
header .header-menu,
header .header-menu .hammenu-icon {
    transition: all 0.3s ease;
}
header .header-menu img,
header .header-menu svg {
    width: 40px;
    margin-right: -9px;
    margin-top: -1px;
}
@media only screen and (max-width: 1199.9px) {
    header .header-menu {
        transform: scale(0.95);
    }
}
@media only screen and (max-width: 991.9px) {
    header .header-menu {
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 767.9px) {
    header .header-menu {
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 575.9px) {
    header .header-menu {
        transform: scale(0.8);
    }
}
@media only screen and (max-width: 360.9px) {
    header .header-menu {
        transform: scale(0.75);
    }
}
header.scrolled {
    background: #fff;
    opacity: 0.87;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13333333333333333);
}
header.scrolled .header-menu {
    color: #e30038;
}
header.scrolled .header-menu .hammenu-icon {
    stroke: #e30038;
}
header.scrolled .header-logo {
    width: 204px;
    padding: 21px 0 16px;
}
@media only screen and (max-width: 1699.9px) {
    header.scrolled .header-logo {
        width: 180px;
    }
}
@media only screen and (max-width: 1440.9px) {
    header.scrolled .header-logo {
        width: 170px;
    }
}
@media only screen and (max-width: 1199.9px) {
    header.scrolled .header-logo {
        width: 160px;
    }
}
@media only screen and (max-width: 991.9px) {
    header.scrolled .header-logo {
        width: 150px;
    }
}
@media only screen and (max-width: 767.9px) {
    header.scrolled .header-logo {
        width: 140px;
        padding: 15px 0 12px;
    }
}
@media only screen and (max-width: 575.9px) {
    header.scrolled .header-logo {
        width: 130px;
    }
}
header.menu-open {
    opacity: 1;
}
header .hammenu-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -101vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
header .hammenu-nav ul {
    display: inline-block;
    padding: 0 40px 70px;
}
header .hammenu-nav ul li {
    text-decoration: none;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.82px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 35px 0;
}
@media only screen and (max-width: 1440.9px) {
    header .hammenu-nav ul li {
        font-size: 50px;
        letter-spacing: 2px;
        margin: 30px 0;
    }
}
@media only screen and (max-width: 1199.9px) {
    header .hammenu-nav ul li {
        font-size: 42px;
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width: 1024.9px) {
    header .hammenu-nav ul li {
        opacity: 0.6;
        line-height: 1.2;
        margin: 25px 0;
    }
    header .hammenu-nav ul li.active {
        opacity: 1;
    }
}
@media only screen and (max-width: 991.9px) {
    header .hammenu-nav ul li {
        font-size: 36px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 575.9px) {
    header .hammenu-nav ul li {
        font-size: 32px;
        letter-spacing: 0.75px;
        margin: 20px 0;
    }
}
header .hammenu-nav ul li a,
header .hammenu-nav ul li strong {
    display: inline-block;
    transition: all 0.2s ease;
    color: #fff;
    overflow: hidden;
}
header .hammenu-nav ul li span {
    display: block;
    transform: translateY(100%);
    border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1024.9px) {
    header .hammenu-nav ul li span {
        border: none;
    }
}
header .hammenu-nav ul li a:hover span {
    color: #fff;
    border-bottom-color: #fff;
}
header .hammenu-nav ul li.active span {
    border-bottom-color: #fff;
}
header .hammenu-nav .after-element {
    position: fixed;
    width: 125vw;
    height: 125vw;
    border-radius: 50%;
    background: transparent linear-gradient(118deg, #00aeef, #ed1846) 0 0 no-repeat padding-box;
    transition: all 0.8s cubic-bezier(0, 0.29, 0.19, 0.86);
    right: 0;
    top: 0;
    transform: translate(20%, -20%) scale(0);
    transform-origin: top right;
    z-index: -1;
}
header .hammenu-nav.active {
    left: 0;
    top: 0;
}
header .hammenu-nav.active .after-element {
    transform: translate(20%, -20%) scale(1);
}
header .hammenu-nav .close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1;
    width: 30px;
    opacity: 0;
}
@media only screen and (max-width: 767.9px) {
    header .hammenu-nav .close {
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 575.9px) {
    header .hammenu-nav .close {
        transform: scale(0.7);
    }
}
header .hammenu-nav .close img {
    width: 100%;
}
header .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
header .anim-component span:first-of-type {
    opacity: 0.25;
    left: 8%;
    top: 14%;
    transform: rotate(-30deg);
}
header .anim-component span:nth-of-type(2) {
    opacity: 0.19;
    left: -1%;
    bottom: -3%;
    transform: rotate(30deg);
}
header .anim-component span:nth-of-type(3) {
    opacity: 0.28;
    right: -3%;
    top: 30%;
    width: 140px;
    height: 140px;
    transform: rotate(0deg);
}
header .pt-component {
    opacity: 0;
}
header .pt-component span:first-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.1;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    left: -8%;
    top: 15%;
}
@media only screen and (max-width: 767.9px) {
    header .pt-component span:first-of-type {
        opacity: 0.05;
    }
}
header .pt-component span:last-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.1;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    right: -16%;
    bottom: 15%;
}
@media only screen and (max-width: 767.9px) {
    header .pt-component span:last-of-type {
        opacity: 0.05;
    }
}
@media only screen and (min-width: 1024px) {
    header.innerpage-header {
        opacity: 1;
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
    }
    header.innerpage-header .anim-component,
    header.innerpage-header .pt-component {
        opacity: 0;
    }
    header.innerpage-header.sticky {
        background: #fff;
        opacity: 0.87;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13333333333333333);
        padding: 0;
    }
    header.innerpage-header .header-menu {
        display: none;
    }
    header.innerpage-header .hammenu-nav {
        position: static;
        overflow: visible;
        margin-right: -10px;
    }
    header.innerpage-header .hammenu-nav ul {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0;
    }
    header.innerpage-header .hammenu-nav ul li {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0;
        margin: 0 0 0 45px;
    }
    header.innerpage-header .hammenu-nav ul li.active a,
    header.innerpage-header .hammenu-nav ul li.active span,
    header.innerpage-header .hammenu-nav ul li.active strong,
    header.innerpage-header .hammenu-nav ul li:hover a,
    header.innerpage-header .hammenu-nav ul li:hover span,
    header.innerpage-header .hammenu-nav ul li:hover strong {
        color: #ff0b47;
    }
    header.innerpage-header .hammenu-nav ul li a,
    header.innerpage-header .hammenu-nav ul li strong {
        color: #000;
        padding: 0 10px;
        display: block;
    }
    header.innerpage-header .hammenu-nav ul li span {
        transform: none !important;
    }
}
@media only screen and (min-width: 1025px) {
    .innerpage-contact {
        display: none;
    }
}
.header-contact {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    font-size: 30px;
    color: #fff;
}
@media only screen and (max-width: 1440.9px) {
    .header-contact {
        font-size: 26px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .header-contact {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991.9px) {
    .header-contact {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767.9px) {
    .header-contact {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .header-contact {
        font-size: 18px;
    }
}
.header-contact a {
    color: inherit;
    font-size: inherit;
    margin: 0 30px;
    opacity: 0;
    display: inline-block;
}
@media only screen and (max-width: 1440.9px) {
    .header-contact a {
        margin: 0 25px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .header-contact a {
        margin: 0 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .header-contact a {
        margin: 0 15px;
    }
}
.header-contact span {
    width: 25px;
    display: inline-block;
    margin: -4px 8px 0;
}
@media only screen and (max-width: 1440.9px) {
    .header-contact span {
        width: 20px;
    }
}
@media only screen and (max-width: 991.9px) {
    .header-contact span {
        width: 18px;
    }
}
@media only screen and (max-width: 767.9px) {
    .header-contact span {
        width: 17px;
    }
}
@media only screen and (max-width: 575.9px) {
    .header-contact span {
        width: 16px;
    }
}
.header-contact span img {
    width: 100%;
}
.anim-component,
.pt-component {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    left: 0;
    top: 0;
    pointer-events: none;
    overflow: hidden;
}
.anim-component span,
.pt-component span {
    user-select: none;
}
@media only screen and (max-width: 1440.9px) {
    .anim-component span {
        background-size: 80% !important;
    }
}
@media only screen and (max-width: 991.9px) {
    .anim-component span {
        background-size: 65% !important;
    }
}
@media only screen and (max-width: 575.9px) {
    .anim-component span {
        background-size: 50% !important;
    }
}
@-moz-keyframes elementspin {
    to {
        -moz-transform: rotate(1turn);
    }
}
@-webkit-keyframes elementspin {
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes elementspin {
    to {
        transform: rotate(1turn);
    }
}
.home-banner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent linear-gradient(118deg, #00aeef, #ed1846) 0 0 no-repeat padding-box;
    opacity: 0.86;
    z-index: 1;
}
@media only screen and (max-width: 767.9px) {
    .home-banner {
        min-height: 320px;
    }
}
.home-banner__content {
    position: relative;
    padding-top: 20px;
    z-index: 1;
}
@media only screen and (max-width: 767.9px) {
    .home-banner__content {
        padding-top: 30px;
    }
}
.home-banner__content > * {
    opacity: 0;
    transform: translateY(50px);
}
.home-banner__content h1,
.home-banner__content p {
    width: 550px;
    max-width: 100%;
}
@media only screen and (max-width: 1440.9px) {
    .home-banner__content h1,
    .home-banner__content p {
        width: 480px;
    }
}
.home-banner__content h1 {
    letter-spacing: 4.7px;
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 100px;
    color: #fff;
    margin-left: -0.05em;
}
.home-banner__content h1 span {
    color: #00f5ff;
}
@media only screen and (max-width: 1699.9px) {
    .home-banner__content h1 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-banner__content h1 {
        font-size: 65px;
        letter-spacing: 4px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-banner__content h1 {
        font-size: 58px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-banner__content h1 {
        font-size: 52px;
        letter-spacing: 2.5px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-banner__content h1 {
        font-size: 46px;
        letter-spacing: 2px;
        line-height: 1;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-banner__content h1 {
        letter-spacing: 1.88px;
        font-size: 40px;
    }
}
.home-banner__content p {
    color: #fcfcfc;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 22px;
    line-height: 1.273;
    margin-top: 15px;
}
@media only screen and (max-width: 1440.9px) {
    .home-banner__content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-banner__content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-banner__content p {
        font-size: 16px;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137254902);
        width: 90%;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-banner__content p {
        font-size: 14px;
    }
}
@keyframes mousescroll {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translateY(25px);
    }
}
.home-banner .mouse-scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 27px;
    bottom: 5%;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: mousescroll;
    z-index: 1;
}
@media only screen and (max-width: 767.9px) {
    .home-banner .mouse-scroll {
        width: 22px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-banner .mouse-scroll {
        width: 20px;
    }
}
.home-banner .mouse-scroll img {
    width: 100%;
    display: block;
}
.home-banner .anim-component,
.home-banner .pt-component {
    z-index: 1;
}
.home-banner .pt-component span:first-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.11;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -4.5%;
    top: 10%;
}
.home-banner .pt-component span:last-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.1;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    right: -16%;
    bottom: 15%;
}
.home-banner .video-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-banner .video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-banner {
    min-height: 100vh;
}
.fp-tableCell .home-banner {
    min-height: 0;
}
body[class*="fp-"].modal-open {
    padding-right: 0 !important;
}
.home-domain {
    background: #077478;
    padding-top: 130px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 760px;
    z-index: 2;
}
@media only screen and (max-width: 1699.9px) {
    .home-domain {
        min-height: 670px;
        padding-top: 120px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-domain {
        min-height: 590px;
        padding-top: 110px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-domain {
        min-height: 550px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain {
        min-height: 510px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain {
        min-height: 480px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-domain {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
    }
}
.home-domain__intro > * {
    opacity: 0;
    transform: translateY(20px);
}
.home-domain h2 {
    font-size: 50px;
    letter-spacing: 2.35px;
    line-height: 1.3;
    color: #fff;
    text-transform: capitalize;
}
@media only screen and (max-width: 1699.9px) {
    .home-domain h2 {
        font-size: 46px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-domain h2 {
        font-size: 42px;
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-domain h2 {
        font-size: 38px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-domain h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain h2 {
        font-size: 24px;
        text-align: left;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-domain h2 {
        font-size: 20px;
    }
}
.home-domain p {
    font-size: 32px;
    letter-spacing: 1.5px;
    line-height: 1.3;
    color: #fff;
    margin-top: 10px;
}
@media only screen and (max-width: 1699.9px) {
    .home-domain p {
        margin-top: 5px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-domain p {
        margin-top: 0;
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-domain p {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-domain p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain p {
        font-size: 16px;
        text-align: left;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-domain p {
        font-size: 14px;
    }
}
.home-domain__boxwrap {
    display: flex;
    width: 1250px;
    flex-wrap: wrap;
    margin: 0 auto;
    transform: rotate(-45deg) translatey(-50%);
    top: 68%;
    transform-origin: top;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 70%;
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__boxwrap {
        top: 65%;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-domain__boxwrap {
        transform: none;
        position: relative;
        top: 0;
        margin: 40px auto 0;
        max-width: 75%;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-domain__boxwrap {
        max-width: 80%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain__boxwrap {
        max-width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain__boxwrap {
        height: 100%;
        margin-top: 16px;
        padding-bottom: 4vh;
    }
}
.home-domain__boxwrap [class*="col-"] {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__boxwrap [class*="col-"] {
        padding: 0 3px;
        margin-bottom: 6px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-domain__boxwrap [class*="col-"] {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px;
        margin: 5px 0 !important;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain__boxwrap [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.home-domain__boxwrap [class*="col-"]:hover {
    transform: scale(0.9);
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__boxwrap [class*="col-"]:hover {
        transform: scale(0.95);
    }
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(odd) .home-domain__box {
    border-bottom-left-radius: 40%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(2n + 2) .home-domain__box {
    border-top-right-radius: 40%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(8n + 1) .home-domain__box {
    border-top-left-radius: 40%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(8n + 8) .home-domain__box {
    border-bottom-right-radius: 40%;
}
.home-domain__boxwrap [class*="col-"]:first-of-type .home-domain__box {
    background: #00a0df;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(2) {
    margin-right: 60%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(2) .home-domain__box {
    background: #ff3866;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(3) {
    margin-left: 20%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(3) .home-domain__box {
    background: #00d99d;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(4) {
    margin-right: 40%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(4) .home-domain__box {
    background: #ffce00;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(5) {
    margin-left: 40%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(5) .home-domain__box {
    background: #ff9100;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(6) {
    margin-right: 20%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(6) .home-domain__box {
    background: #b436bd;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(7) {
    margin-left: 60%;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(7) .home-domain__box {
    background: #00a0df;
}
.home-domain__boxwrap [class*="col-"]:nth-of-type(8) .home-domain__box {
    background: #00d99d;
}
.home-domain__box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: red;
    border-radius: 30px;
    transform: translate(-20px, 20px);
    opacity: 0;
}
@media only screen and (max-width: 1024.9px) {
    .home-domain__box {
        border-radius: 20px !important;
        padding-bottom: 80%;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain__box {
        border-radius: 6px !important;
        padding-bottom: 0;
        height: 100%;
    }
}
.home-domain__box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(45deg);
}
@media only screen and (max-width: 1024.9px) {
    .home-domain__box .content {
        transform: none;
    }
}
.home-domain__box .content span {
    display: block;
    margin-top: -20px;
}
@media only screen and (max-width: 1699.9px) {
    .home-domain__box .content span {
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-domain__box .content span {
        transform: scale(0.8);
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__box .content span {
        transform: scale(0.7);
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain__box .content span {
        transform: scale(0.6);
        margin-top: -15px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-domain__box .content span {
        transform: none;
        height: 6vh;
        margin-top: 0;
        margin-bottom: 8px;
    }
    @media only screen and (max-height: 550px) {
        .home-domain__box .content span {
            margin: 4px 0;
        }
    }
}
.home-domain__box .content span img {
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 575.9px) {
    .home-domain__box .content span img {
        height: 100%;
    }
}
.home-domain__box .content p {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0;
    margin-top: 12px;
}
@media only screen and (max-width: 1699.9px) {
    .home-domain__box .content p {
        font-size: 26px;
        margin-top: 8px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-domain__box .content p {
        font-size: 23px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__box .content p {
        font-size: 20px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-domain__box .content p {
        font-size: 18px;
        line-height: 1.3;
    }
}
.home-domain__path {
    position: absolute;
    width: calc(130% + 10px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(45deg);
    top: -7.5%;
    left: -7.5%;
    background-position: 50%;
    pointer-events: none;
    opacity: 0;
}
@media only screen and (max-width: 1199.9px) {
    .home-domain__path {
        top: -7%;
        left: -8%;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-domain__path {
        display: none;
    }
}
.home-domain .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-domain .anim-component span:first-of-type {
    opacity: 0.25;
    left: 8%;
    top: 14%;
    transform: rotate(-30deg);
}
.home-domain .anim-component span:nth-of-type(2) {
    opacity: 0.19;
    left: -1%;
    bottom: -3%;
    transform: rotate(30deg);
}
.home-domain .anim-component span:nth-of-type(3) {
    opacity: 0.28;
    right: -3%;
    top: 30%;
    width: 140px;
    height: 140px;
    transform: rotate(0deg);
}
.home-domain .pt-component span:first-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.03;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -5%;
    top: 8%;
}
.home-domain .pt-component span:last-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.03;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    right: -18%;
    bottom: 20%;
}
.home-offtech {
    background: #051448;
    position: relative;
    height: 100%;
    min-height: 700px;
    z-index: 2;
}
@media only screen and (max-width: 1699.9px) {
    .home-offtech {
        min-height: 640px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech {
        min-height: 580px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech {
        min-height: 520px;
    }
}
.home-offtech__banner {
    height: 50%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    opacity: 0;
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__banner {
        display: none;
    }
}
.home-offtech__boxwrap {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__boxwrap {
        height: 50%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__boxwrap {
        height: 100%;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__boxwrap {
        height: 100%;
    }
}
.home-offtech__boxwrap > div {
    display: flex;
    padding: 2.5% 12%;
    justify-content: center;
    width: 100%;
}
@media only screen and (max-width: 1699.9px) {
    .home-offtech__boxwrap > div {
        padding: 0 5%;
    }
    .home-offtech__boxwrap > div:not(.anim-component) {
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__boxwrap > div {
        padding: 0;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__boxwrap > div:not(.anim-component) {
        transform: scale(0.95);
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__boxwrap > div:not(.anim-component) {
        transform: scale(1);
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__boxwrap > div:not(.anim-component) {
        height: 100%;
        padding-top: 73px;
    }
    @media only screen and (max-height: 699.9px) {
        .home-offtech__boxwrap > div:not(.anim-component) {
            padding-bottom: 5px;
        }
    }
    @media only screen and (max-height: 599.9px) {
        .home-offtech__boxwrap > div:not(.anim-component) {
            padding-bottom: 10px;
        }
    }
}
.home-offtech__boxwrap .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-offtech__boxwrap .anim-component span:first-of-type {
    opacity: 0.25;
    right: -3%;
    top: 44%;
    transform: rotate(-30deg);
}
.home-offtech__boxwrap .anim-component span:nth-of-type(2) {
    width: 200px;
    height: 200px;
    opacity: 0.19;
    left: -5%;
    bottom: 24%;
    transform: rotate(30deg);
}
.home-offtech__boxwrap .anim-component span:nth-of-type(3) {
    opacity: 0.28;
    bottom: 12%;
    right: 14%;
    width: 90px;
    height: 90px;
    transform: rotate(0deg);
}
.home-offtech__box {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    border-radius: 25px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: relative;
    left: -20px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box {
        transform: none !important;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box {
        width: 31.33%;
        margin: 5px 1%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__box {
        width: 100%;
        margin: 0 0 15px;
        display: flex;
        align-items: center;
        height: calc(20% - 15px);
        padding-bottom: 0;
        border-radius: 10px;
    }
    @media only screen and (max-height: 699.9px) {
        .home-offtech__box {
            margin: 0 0 10px;
            height: calc(20% - 10px);
        }
    }
    @media only screen and (max-height: 599.9px) {
        .home-offtech__box {
            margin: 0 0 5px;
            height: calc(20% - 5px);
        }
    }
}
.home-offtech__box:hover {
    left: -20px !important;
}
@media only screen and (max-width: 1024.9px) {
    .home-offtech__box:hover {
        left: 0 !important;
    }
}
.home-offtech__box:first-of-type {
    background: #ff4f6a;
    transform: rotate(40deg);
}
.home-offtech__box:first-of-type .content {
    transform: rotate(-40deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box:first-of-type .content {
        transform: rotate(-40deg) scale(0.95);
    }
}
.home-offtech__box:nth-of-type(2) {
    background: #199ed9;
    transform: rotate(40deg);
}
.home-offtech__box:nth-of-type(2) .content {
    transform: rotate(-40deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box:nth-of-type(2) .content {
        transform: rotate(-40deg) scale(0.95);
    }
}
.home-offtech__box:nth-of-type(3) {
    background: #fccf21;
    transform: rotate(25deg);
}
.home-offtech__box:nth-of-type(3) .content {
    transform: rotate(-25deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box:nth-of-type(3) .content {
        transform: rotate(-25deg) scale(0.95);
    }
}
.home-offtech__box:nth-of-type(4) {
    background: #40d5a1;
    transform: rotate(30deg);
}
.home-offtech__box:nth-of-type(4) .content {
    transform: rotate(-30deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box:nth-of-type(4) .content {
        transform: rotate(-30deg) scale(0.95);
    }
}
.home-offtech__box:nth-of-type(4) .content span {
    margin-left: 10px;
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box:nth-of-type(4) .content span {
        margin: 0;
    }
}
.home-offtech__box:nth-of-type(5) {
    background: #ff9725;
    transform: rotate(17deg);
}
.home-offtech__box:nth-of-type(5) .content {
    transform: rotate(-17deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box:nth-of-type(5) .content {
        transform: rotate(-17deg) scale(0.95);
    }
}
.home-offtech__box .content {
    width: 75%;
    margin-left: 10px;
    margin-top: -5px;
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box .content {
        margin-left: 7px;
        margin-top: -13px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box .content {
        margin-left: 15px;
        margin-top: 0;
        transform: none !important;
        width: calc(100% - 25px);
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box .content {
        margin: 0;
        width: 100%;
        padding: 20px 20px 20px 30%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__box .content {
        padding: 0 10px 0 90px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__box .content {
        padding-left: 65px;
    }
}
.home-offtech__box .content span {
    display: flex;
    min-height: 80px;
    align-items: flex-end;
    width: 70%;
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box .content span {
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box .content span {
        margin-bottom: -20px;
        width: auto;
        transform: scale(0.6);
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box .content span {
        position: absolute;
        width: 30%;
        left: 0;
        top: 10px;
        padding: 15px;
        transform: none;
        align-items: flex-start;
    }
    .home-offtech__box .content span img {
        width: 100%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__box .content span {
        max-height: 50px;
        height: 70%;
        min-height: 0;
        margin: 0;
        width: 85px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__box .content span {
        width: 65px;
    }
}
.home-offtech__box .content img {
    display: block;
    margin: 10px auto 0;
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box .content img {
        margin: 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__box .content img {
        width: auto;
        height: 100%;
        max-width: 50px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__box .content img {
        max-width: 35px;
    }
}
.home-offtech__box .content h3 {
    letter-spacing: 1.22px;
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 15px 0 5px;
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box .content h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box .content h3 {
        margin: 0 0 5px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__box .content h3 {
        margin: 0 0 2px;
        line-height: 1.4;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__box .content h3 {
        font-size: 16px;
        letter-spacing: 0.75px;
    }
}
.home-offtech__box .content p {
    letter-spacing: 1.03px;
    color: #fff;
    line-height: 1.1;
    font-size: 22px;
    margin: 0;
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__box .content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__box .content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__box .content p {
        font-size: 16px;
    }
}
.home-offtech__footer {
    background: #f5cd60;
    height: 12%;
    display: flex;
    align-items: center;
    position: relative;
    transform: translateY(105%);
}
@media only screen and (max-width: 1699.9px) {
    .home-offtech__footer {
        height: 10%;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__footer {
        height: auto;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__footer {
        padding: 8px 0;
    }
}
.home-offtech__footer a {
    color: #404040;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1699.9px) {
    .home-offtech__footer a {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-offtech__footer a {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__footer a {
        font-size: 23px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__footer a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__footer a {
        font-size: 16px;
        width: 100%;
        margin: 5px 0;
        border: none;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-offtech__footer a {
        font-size: 14px;
    }
}
.home-offtech__footer a:hover {
    border-bottom-color: #fff;
}
.home-offtech__footer a span {
    margin-top: -2px;
    margin-left: 12.5px;
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__footer a span {
        margin-left: 8px;
    }
}
.home-offtech__footer a span img {
    display: block;
}
@media only screen and (max-width: 1199.9px) {
    .home-offtech__footer a span img {
        width: 17px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-offtech__footer a span img {
        width: 15px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-offtech__footer a span img {
        width: 12px;
    }
}
.home-offtech__footer a:first-of-type {
    margin-right: auto;
}
.home-offtech__footer a:last-of-type {
    margin-left: auto;
}
.home-offtech__footer .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-offtech__footer .anim-component span:first-of-type {
    width: 200px;
    height: 200px;
    opacity: 0.19;
    left: 45%;
    bottom: -70%;
    transform: rotate(30deg);
}
.home-keytech {
    position: relative;
    padding-top: 110px;
    height: 100%;
    background: transparent linear-gradient(180deg, #fff, #f0f2f5) 0 0 no-repeat padding-box;
    min-height: 700px;
    z-index: 2;
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech {
        min-height: 650px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech {
        min-height: 600px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech {
        min-height: 550px;
        padding-top: 100px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech {
        padding-top: 85px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech {
        padding-top: 75px;
        min-height: 480px;
    }
}
.home-keytech .horizontal-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991.9px) {
    .home-keytech .horizontal-wrap {
        height: calc(80% - 70px);
    }
}
@media only screen and (max-height: 549.9px) {
    .home-keytech .horizontal-wrap {
        height: calc(80% - 60px);
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech .horizontal-wrap {
        height: calc(80% - 50px);
    }
    @media only screen and (max-height: 549.9px) {
        .home-keytech .horizontal-wrap {
            height: calc(80% - 40px);
        }
    }
}
.home-keytech .container {
    z-index: 2;
}
.home-keytech .anim-component {
    z-index: 1;
}
.home-keytech .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-keytech .anim-component span:first-of-type {
    width: 120px;
    height: 120px;
    opacity: 0.25;
    left: 70%;
    top: 5%;
    transform: rotate(-30deg);
}
.home-keytech .anim-component span:nth-of-type(2) {
    opacity: 0.19;
    left: -3%;
    bottom: -7%;
    transform: rotate(30deg);
    width: 200px;
    height: 200px;
}
.home-keytech .anim-component span:nth-of-type(3) {
    background-image: url(../images/star-grey.png);
    opacity: 0.28;
    right: -3%;
    top: 30%;
    transform: rotate(0deg);
}
.home-keytech .pt-component {
    z-index: 0;
}
.home-keytech .pt-component span:first-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.06;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -5%;
    top: 5%;
    color: #2cb6f3;
}
.home-keytech .pt-component span:last-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.05;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    right: -18%;
    bottom: 10%;
    color: #2cb6f3;
}
.home-keytech:before {
    background-image: url(../images/keytech-before.svg);
    background-position: top;
    top: 0;
}
.home-keytech:after,
.home-keytech:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.home-keytech:after {
    background-image: url(../images/keytech-after.svg);
    background-position: bottom;
    bottom: 0;
}
.home-keytech h2 {
    font-size: 50px;
    color: #1f2021;
    letter-spacing: 2.35px;
    text-transform: uppercase;
    line-height: 1.26;
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech h2 {
        font-size: 36px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech h2 {
        font-size: 32px;
        letter-spacing: 1.65px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech h2 {
        font-size: 28px;
        letter-spacing: 1.3px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech h2 {
        font-size: 20px;
        letter-spacing: 0.94px;
    }
}
.home-keytech h2 span:first-of-type {
    color: #ff023f;
}
.home-keytech h2 span:last-of-type {
    color: #03b0f4;
}
.home-keytech__sliderwrap {
    padding: 10px 0 14vh;
    height: 100%;
}
.home-keytech__sliderwrap:first-of-type {
    width: calc(100% - 235px);
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__sliderwrap:first-of-type {
        width: calc(100% - 220px);
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech__sliderwrap:first-of-type {
        width: calc(100% - 200px);
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__sliderwrap:first-of-type {
        width: 100%;
    }
}
.home-keytech__sliderwrap:last-of-type {
    width: 235px;
    padding-left: 30px;
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__sliderwrap:last-of-type {
        width: 220px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech__sliderwrap:last-of-type {
        width: 200px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__sliderwrap:last-of-type {
        width: 100%;
        padding-left: 0;
        height: calc(25% - 10px) !important;
    }
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech__sliderwrap {
        padding: 0 0 12vh;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__sliderwrap {
        padding: 0;
    }
}
.home-keytech__slider {
    width: 100%;
    border-radius: 10px;
    height: calc(25% - 30px);
    margin-top: 30px;
    padding: 0 100px;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech__slider {
        height: calc(25% - 20px);
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider {
        height: calc(25% - 15px);
        margin-top: 15px;
        padding: 0 70px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech__slider {
        height: calc(25% - 10px);
        margin-top: 10px;
        border-width: 2px !important;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider {
        padding: 0 40px;
        border: none !important;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech__slider {
        padding: 0 30px;
    }
}
.home-keytech__slider:first-of-type {
    border: 1.5px solid #2ea279;
    background: #7de8c3;
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider:first-of-type {
        background: #86eace;
    }
}
.home-keytech__slider:nth-of-type(2) {
    border: 1.5px solid #bea33a;
    background: #f8df7b;
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider:nth-of-type(2) {
        background: #f8e394;
    }
}
.home-keytech__slider:nth-of-type(3) {
    border: 1.5px solid #3386aa;
    background: #63c3ed;
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider:nth-of-type(3) {
        background: #79ccf0;
    }
}
.home-keytech__slider:nth-of-type(4) {
    border: 1.5px solid #c44f62;
    background: #fa7b8f;
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider:nth-of-type(4) {
        background: #e98da4;
    }
}
.home-keytech__slider .logo-slider {
    position: static;
}
.home-keytech__slider .logo-slider,
.home-keytech__slider .slick-list,
.home-keytech__slider .slick-track {
    height: 100%;
}
.home-keytech__slider .swiper-button-next,
.home-keytech__slider .swiper-button-prev {
    height: 100%;
    width: 90px;
    position: absolute;
    text-indent: 100vw;
    border: none;
    background: transparent;
    top: 0;
    outline: none;
    cursor: pointer;
    margin-top: 0;
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider .swiper-button-next,
    .home-keytech__slider .swiper-button-prev {
        width: 60px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider .swiper-button-next,
    .home-keytech__slider .swiper-button-prev {
        width: 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider .swiper-button-next,
    .home-keytech__slider .swiper-button-prev {
        width: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech__slider .swiper-button-next,
    .home-keytech__slider .swiper-button-prev {
        width: 30px;
    }
}
.home-keytech__slider .swiper-button-next:after,
.home-keytech__slider .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-bottom: 3px solid #5b5b5b;
    border-left: 3px solid #5b5b5b;
    left: 50%;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 3px);
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider .swiper-button-next:after,
    .home-keytech__slider .swiper-button-prev:after {
        width: 10px;
        height: 10px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        left: 30%;
    }
}
.home-keytech__slider .swiper-button-prev {
    left: 0;
}
.home-keytech__slider .swiper-button-next {
    right: 0;
    transform: scalex(-1);
}
.home-keytech__slider .item {
    width: auto;
}
.home-keytech__slider .item img {
    display: block;
    margin: 0 auto;
    max-height: 40%;
    max-width: 220px;
}
@media only screen and (max-height: 750px) {
    .home-keytech__slider .item img {
        max-height: 50%;
    }
}
@media only screen and (max-height: 600px) {
    .home-keytech__slider .item img {
        max-height: 60%;
    }
}
.home-keytech__slider.vertical {
    height: calc(100% - 30px);
    border: 1.5px solid #77909a;
    background: #ecf8fd;
    padding: 100px 0;
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech__slider.vertical {
        height: calc(100% - 20px);
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider.vertical {
        height: calc(100% - 15px);
        padding: 70px 0;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech__slider.vertical {
        height: calc(100% - 10px);
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical {
        height: 100%;
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider.vertical {
        padding: 0 40px;
        background: #edf8fc;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech__slider.vertical {
        padding: 0 30px;
    }
}
.home-keytech__slider.vertical .swiper-button-next:after,
.home-keytech__slider.vertical .swiper-button-prev:after {
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}
.home-keytech__slider.vertical .swiper-button-next {
    bottom: 0;
    height: 90px;
    width: 100%;
    left: 0;
    top: auto;
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider.vertical .swiper-button-next {
        height: 60px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .swiper-button-next {
        width: 50px;
        height: 100%;
        transform: scalex(-1);
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider.vertical .swiper-button-next {
        width: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech__slider.vertical .swiper-button-next {
        width: 30px;
    }
}
.home-keytech__slider.vertical .swiper-button-next:after {
    left: calc(50% - 5px);
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .swiper-button-next:after {
        left: 50%;
        transform: rotate(45deg) translateY(-50%);
        top: calc(50% - 3px);
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider.vertical .swiper-button-next:after {
        left: 30%;
    }
}
.home-keytech__slider.vertical .swiper-button-prev {
    top: 0;
    bottom: auto;
    height: 90px;
    width: 100%;
    left: 0;
    transform: scaleY(-1);
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider.vertical .swiper-button-prev {
        height: 60px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .swiper-button-prev {
        width: 50px;
        height: 100%;
        transform: none;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider.vertical .swiper-button-prev {
        width: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-keytech__slider.vertical .swiper-button-prev {
        width: 30px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .swiper-button-prev:after {
        left: 50%;
        transform: rotate(45deg) translateY(-50%);
        top: calc(50% - 3px);
    }
}
@media only screen and (max-width: 767.9px) {
    .home-keytech__slider.vertical .swiper-button-prev:after {
        left: 30%;
    }
}
.home-keytech__slider.vertical .item {
    width: 100%;
    height: 105px;
}
@media only screen and (max-width: 1699.9px) {
    .home-keytech__slider.vertical .item {
        height: 100px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-keytech__slider.vertical .item {
        height: 90px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-keytech__slider.vertical .item {
        height: 80px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .item {
        width: auto;
        height: 100%;
    }
}
.home-keytech__slider.vertical .item img {
    max-width: 70%;
    max-height: 70%;
}
@media only screen and (max-width: 991.9px) {
    .home-keytech__slider.vertical .item img {
        display: block;
        margin: 0 auto;
        max-height: 40%;
        max-width: 220px;
    }
    @media only screen and (max-height: 750px) {
        .home-keytech__slider.vertical .item img {
            max-height: 50%;
        }
    }
    @media only screen and (max-height: 600px) {
        .home-keytech__slider.vertical .item img {
            max-height: 60%;
        }
    }
}
.home-footer {
    background: #fefdfe;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1699.9px) {
    .home-footer {
        padding-top: 00px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer {
        padding-top: 30px;
    }
}
.home-footer h2 {
    letter-spacing: 2.35px;
    font-size: 50px;
    line-height: 1.2;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1699.9px) {
    .home-footer h2 {
        font-size: 46px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-footer h2 {
        font-size: 42px;
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer h2 {
        font-size: 38px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer h2 {
        font-size: 33px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-footer h2 {
        font-size: 20px;
        letter-spacing: 0.94px;
    }
}
.home-footer h2 + p {
    letter-spacing: 1.5px;
    color: #1f1f1f;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 32px;
    margin: 5px auto 0;
}
@media only screen and (max-width: 1699.9px) {
    .home-footer h2 + p {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-footer h2 + p {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer h2 + p {
        font-size: 26px;
        letter-spacing: 1.25px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer h2 + p {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer h2 + p {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer h2 + p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-footer h2 + p {
        font-size: 16px;
        letter-spacing: 0.75px;
    }
}
.home-footer__glass {
    padding: 70px 0;
    background: #fefdfd;
    position: relative;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass {
        padding: 40px 0;
    }
}
.home-footer__glass .pt-component span:first-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.05;
    font-size: 35vw;
    line-height: 100px;
    position: absolute;
    right: -17%;
    bottom: 25%;
    color: #2cb6f3;
}
.home-footer__glass .pt-component span:last-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.05;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -5%;
    top: 8%;
    color: #2cb6f3;
}
.home-footer__glass .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-blue.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-footer__glass .anim-component span:first-of-type {
    opacity: 0.15;
    right: -3%;
    top: 14%;
    transform: rotate(-30deg);
}
.home-footer__glass .anim-component span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    opacity: 0.15;
    left: -4%;
    bottom: 4%;
    transform: rotate(30deg);
}
.home-footer__glass h2 {
    color: #00ad2b;
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass h2,
    .home-footer__glass h2 + p {
        text-align: left !important;
    }
}
.home-footer__glass .review-slider {
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    padding: 0 90px 30px;
    margin: 20px auto 0;
    position: relative;
    background: #fff;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider {
        padding: 0 60px 30px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider {
        padding: 0 35px 30px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider {
        padding: 0 0 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-footer__glass .review-slider .swiper-container {
        padding-right: 15px;
    }
}
.home-footer__glass .review-slider .swiper-button-prev {
    left: -90px;
    height: 120%;
    top: -10%;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider .swiper-button-prev {
        left: -60px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-prev {
        left: -35px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider .swiper-button-prev {
        display: none;
    }
}
.home-footer__glass .review-slider .swiper-button-next {
    right: -90px;
    height: 120%;
    top: -10%;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider .swiper-button-next {
        right: -60px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-next {
        right: -35px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider .swiper-button-next {
        display: none;
    }
}
.home-footer__glass .review-slider .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 100%;
    background: #fefdfd;
    right: 0;
    top: 0;
    z-index: 2;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider .swiper-button-next:after {
        width: 55px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-next:after {
        width: 30px;
    }
}
.home-footer__glass .review-slider .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: translateY(-50%) rotate(-135deg);
    right: 7px;
    top: calc(50% + 22.5px);
    z-index: 3;
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-next:before {
        width: 20px;
        height: 20px;
    }
}
.home-footer__glass .review-slider .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 100%;
    background: #fefdfd;
    left: 0;
    top: 0;
    z-index: 2;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider .swiper-button-prev:after {
        width: 55px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-prev:after {
        width: 30px;
    }
}
.home-footer__glass .review-slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: translateY(-50%) rotate(45deg);
    left: 7px;
    top: calc(50% + 22.5px);
    z-index: 3;
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-button-prev:before {
        width: 20px;
        height: 20px;
    }
}
.home-footer__glass .review-slider .swiper-slide {
    padding: 10px;
    overflow: hidden;
    margin-top: 0 !important;
    height: auto;
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider .swiper-slide {
        padding: 0;
        box-shadow: 0 6px 21px hsla(0, 0%, 48.2%, 0.10196078431372549);
    }
}
.home-footer__glass .review-slider .swiper-container {
    overflow: visible;
}
.home-footer__glass .review-slider .swiper-wrapper {
    flex-direction: row;
}
.home-footer__glass .review-slider .swiper-pagination {
    bottom: -28px;
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider .swiper-pagination {
        bottom: -35px;
    }
}
.home-footer__glass .review-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #0d86db;
    opacity: 0.36;
    margin: 0 7px;
}
.home-footer__glass .review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}
.home-footer__glass .review-slider__box {
    padding: 35px;
    box-shadow: 0 6px 21px hsla(0, 0%, 48.2%, 0.10196078431372549);
    border-radius: 10px;
    position: relative;
    margin: 12.5px 0;
    background: #fff;
    height: calc(100% - 25px);
}
@media only screen and (max-width: 1699.9px) {
    .home-footer__glass .review-slider__box {
        margin: 5px 0;
        height: calc(100% - 10px);
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider__box {
        padding: 25px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider__box {
        padding: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box {
        box-shadow: none;
        padding: 15px;
    }
}
.home-footer__glass .review-slider__box:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/gd-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider__box:after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__glass .review-slider__box:after {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider__box:after {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box:after {
        width: 25px;
        height: 25px;
    }
}
.home-footer__glass .review-slider__box h3,
.home-footer__glass .review-slider__box q {
    color: #1f1f1f;
    line-height: 1.3;
    font-size: 28px;
    margin: 0;
    display: block;
    padding-right: 60px;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider__box h3,
    .home-footer__glass .review-slider__box q {
        font-size: 25px;
        padding-right: 55px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider__box h3,
    .home-footer__glass .review-slider__box q {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__glass .review-slider__box h3,
    .home-footer__glass .review-slider__box q {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider__box h3,
    .home-footer__glass .review-slider__box q {
        font-size: 20px;
        padding-right: 45px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box h3,
    .home-footer__glass .review-slider__box q {
        font-size: 18px;
    }
}
.home-footer__glass .review-slider__box span {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.2;
    margin-left: 15px;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider__box span {
        font-size: 18px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__glass .review-slider__box span {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box span {
        font-size: 14px;
    }
}
.home-footer__glass .review-slider__box h4,
.home-footer__glass .review-slider__box ol li,
.home-footer__glass .review-slider__box p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 1.23;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider__box h4,
    .home-footer__glass .review-slider__box ol li,
    .home-footer__glass .review-slider__box p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__glass .review-slider__box h4,
    .home-footer__glass .review-slider__box ol li,
    .home-footer__glass .review-slider__box p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box h4,
    .home-footer__glass .review-slider__box ol li,
    .home-footer__glass .review-slider__box p {
        font-size: 16px;
    }
}
.home-footer__glass .review-slider__box h4 {
    margin: 5px 0 3px;
}
.home-footer__glass .review-slider__box ul {
    display: inline-block;
    vertical-align: middle;
}
.home-footer__glass .review-slider__box .rating {
    margin-bottom: 3px;
}
.home-footer__glass .review-slider__box .rating li {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='511pt' viewBox='0 -10 511.987 511' width='511pt'%3E%3Cpath d='M510.652 185.902a27.158 27.158 0 00-23.425-18.71l-147.774-13.419-58.433-136.77C276.71 6.98 266.898.494 255.996.494s-20.715 6.487-25.023 16.534l-58.434 136.746-147.797 13.418A27.208 27.208 0 001.34 185.902c-3.371 10.368-.258 21.739 7.957 28.907l111.7 97.96-32.938 145.09c-2.41 10.668 1.73 21.696 10.582 28.094 4.757 3.438 10.324 5.188 15.937 5.188 4.84 0 9.64-1.305 13.95-3.883l127.468-76.184 127.422 76.184c9.324 5.61 21.078 5.097 29.91-1.305a27.223 27.223 0 0010.582-28.094l-32.937-145.09 111.699-97.94a27.224 27.224 0 007.98-28.927zm0 0' fill='%23ffc107'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 7px 5px 7px 0;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__glass .review-slider__box .rating li {
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__glass .review-slider__box .rating li {
        margin-bottom: 3px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__glass .review-slider__box .rating li {
        width: 16px;
        height: 16px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__glass .review-slider__box .rating li {
        width: 14px;
        height: 14px;
    }
}
.home-footer__glass .review-slider__box .glass-social {
    margin-top: 15px;
}
.home-footer__glass .review-slider__box .glass-social a {
    display: inline-block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #989898;
    vertical-align: middle;
    padding: 7px;
    text-align: center;
    margin-right: 20px;
}
.home-footer__glass .review-slider__box .glass-social a img {
    height: 100%;
    max-width: 100%;
}
.home-footer__glass .review-slider__box ol {
    list-style: none;
    counter-reset: number;
}
.home-footer__glass .review-slider__box ol li {
    counter-increment: number;
    position: relative;
    padding-left: 20px;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__glass .review-slider__box ol li {
        padding-left: 18px;
    }
}
.home-footer__glass .review-slider__box ol li:before {
    content: counter(number) ". ";
    width: 20px;
    position: absolute;
    left: 0;
}
.home-footer__video {
    background: #ecf8fd;
    padding: 70px 0;
    overflow: hidden;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__video {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__video {
        padding: 40px 0;
    }
}
.home-footer__video h2 {
    color: #0d86db;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__video h2 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__video h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__video h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__video h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__video h2 {
        margin-bottom: 0;
        max-width: 345px;
    }
}
.home-footer__video .video-src {
    height: 93%;
    position: absolute;
    top: 2.5%;
    left: 2%;
    z-index: -1;
    width: 96%;
    background: #000;
    border-radius: 5%;
    overflow: hidden;
}
.home-footer__video .video-src--mobile {
    height: 96%;
    top: 2%;
}
.home-footer__video .video-src video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.home-footer__video .video-frame {
    width: 800px;
    position: relative;
    z-index: 1;
    left: 50vw;
    transform: translateX(-50vw);
    margin: 0 auto;
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__video .video-frame {
        width: 650px;
        top: 18px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__video .video-frame {
        width: 270px;
        top: 36px;
    }
}
.home-footer__video .video-frame img {
    width: 100%;
    display: block;
}
.home-footer__video .video-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.home-footer__video .trigger-point {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-footer__video .video-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 93%;
    position: absolute;
    top: 2.5%;
    left: 2%;
    width: 96%;
    border-radius: 5%;
    cursor: pointer;
}
.home-footer__video .video-overlay.paused {
    opacity: 0;
}
.home-footer__video .video-overlay img {
    position: absolute;
    display: block;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.2s ease;
    background: hsla(0, 0%, 100%, 0.6);
}
.home-footer__video .video-overlay .videomodal-btn {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.75;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__video .video-overlay .videomodal-btn {
        width: 55px;
        height: 55px;
        opacity: 1;
    }
}
.home-footer__video .video-overlay .videomodal-btn:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cg data-name='Group 79'%3E%3Cpath data-name='Polygon 35' d='M18.249 7.859a3 3 0 010 5.251l-13.388 7.4A3 3 0 01.41 17.884V3.086A3 3 0 014.861.46z' fill='%233499f0'/%3E%3C/g%3E%3C/svg%3E");
}
.home-footer__video .video-overlay .videomodal-btn:after {
    display: none;
}
.home-footer__video .video-overlay .videomodal-btn svg path {
    stroke: #3499f0;
    stroke-dashoffset: 0;
}
.home-footer__video .video-overlay:hover img {
    background: #fff;
}
.home-footer__video .video-overlay:hover .videomodal-btn {
    opacity: 1;
}
.home-footer__gallery {
    padding: 70px 0;
    text-align: right;
    background: #fcfcfc;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 1441px) {
    .home-footer__gallery .container {
        max-width: 1256px;
    }
}
.home-footer__gallery .row {
    margin-left: -8px;
    margin-right: -8px;
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-left: -4px;
        margin-right: -4px;
    }
}
.home-footer__gallery .row > div {
    padding: 0 8px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 991.9px) {
    .home-footer__gallery .row > div:not(:nth-of-type(-n + 6)) {
        display: none;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery .row > div {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery .row > div {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .home-footer__gallery .row > div:not(:nth-of-type(-n + 4)) {
        display: none;
    }
}
.home-footer__gallery .gallery-img {
    height: 360px;
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__gallery .gallery-img {
        height: 300px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-footer__gallery .gallery-img {
        height: 250px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery .gallery-img {
        height: 200px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery .gallery-img {
        height: auto;
    }
}
.home-footer__gallery .gallery-img > div {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 50%;
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery .gallery-img > div {
        height: 0;
        padding-bottom: 115%;
    }
}
.home-footer__gallery .gallery-img:after {
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: 100%;
    left: 8px;
    background: transparent linear-gradient(118deg, #00aeef, #ed1846) 0 0 no-repeat padding-box;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.home-footer__gallery .gallery-img:hover:after {
    opacity: 0.5;
}
.home-footer__gallery .gallery-img:hover > div {
    transform: scale(1.1);
}
.home-footer__gallery .gallery-link {
    color: #2cb6f3;
    letter-spacing: 0;
    font-size: 29px;
    line-height: 1.31;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__gallery .gallery-link {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__gallery .gallery-link {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery .gallery-link {
        font-size: 22px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery .gallery-link {
        font-size: 20px;
        margin-top: 0;
    }
}
.home-footer__gallery .gallery-link span {
    display: inline-block;
    margin-left: 5px;
    width: 21px;
}
@media only screen and (max-width: 1440.9px) {
    .home-footer__gallery .gallery-link span {
        width: 16px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-footer__gallery .gallery-link span {
        width: 15px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-footer__gallery .gallery-link span {
        width: 13px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-footer__gallery .gallery-link span {
        width: 12px;
    }
}
.home-footer__gallery .gallery-link span img {
    width: 100%;
}
.web-footer {
    background: #fff;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767.9px) {
    .web-footer {
        padding: 10px 0 30px;
    }
}
.web-footer__links a {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.web-footer__links a:hover {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.web-footer__links li {
    display: inline-block;
    text-transform: capitalize;
}
.web-footer a,
.web-footer strong {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    margin: 0 25px;
}
@media only screen and (max-width: 1199.9px) {
    .web-footer a,
    .web-footer strong {
        margin: 0 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-footer a,
    .web-footer strong {
        margin: 0 10px;
        font-size: 16px;
    }
}
.web-footer strong {
    font-weight: 400;
    color: #ff0b47;
}
.web-footer .web-footer__social {
    margin: 40px 0;
}
@media only screen and (max-width: 1199.9px) {
    .web-footer .web-footer__social {
        margin: 30px 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-footer .web-footer__social {
        margin: 22px 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-footer .web-footer__social {
        margin: 20px 0;
    }
}
.web-footer .web-footer__social a {
    display: inline-block;
    height: 25px;
    margin: 0 18px;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.web-footer .web-footer__social a:hover {
    opacity: 1;
}
@media only screen and (max-width: 1199.9px) {
    .web-footer .web-footer__social a {
        margin: 0 15px;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-footer .web-footer__social a {
        margin: 0 12px;
        height: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-footer .web-footer__social a {
        margin: 0 10px;
        height: 18px;
    }
}
.web-footer .web-footer__social a img {
    height: 100%;
    display: block;
}
.web-footer p {
    color: rgba(0, 0, 0, 0.6392156862745098);
    font-size: 16px;
    line-height: 1.3;
    margin: 20px 0;
}
.web-footer p:not(:last-of-type) {
    width: 100%;
}
.web-footer p a {
    margin: 0 15px;
    color: inherit;
    font-size: inherit;
}
.web-footer p span {
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin: 2px 7px 0;
}
.web-footer p span img {
    width: 100%;
}
.web-footer p:last-of-type {
    margin: 0 auto;
}
.web-footer p:last-of-type span {
    width: auto;
    margin: 0 5px;
}
@media only screen and (max-width: 1199.9px) {
    .web-footer p {
        font-size: 15px;
        margin: 15px 0;
    }
    .web-footer p a {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-footer p {
        font-size: 14px;
        width: 210px;
        margin: 10px auto;
    }
    .web-footer p a {
        margin: 0 6px;
    }
    .web-footer p span {
        width: 14px;
        margin: 2px 5px 0;
    }
}
.home-producthub {
    padding-top: 100px;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 760px;
    overflow: hidden;
}
@media only screen and (max-width: 1699.9px) {
    .home-producthub {
        min-height: 670px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub {
        min-height: 590px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-producthub {
        min-height: 550px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-producthub {
        min-height: 480px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-producthub > .container {
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.home-producthub .pt-component span:first-of-type {
    letter-spacing: 40px;
    color: #fff;
    opacity: 0.05;
    font-size: 35vw;
    line-height: 100px;
    position: absolute;
    right: -18%;
    bottom: -2%;
    color: #ff0b47;
}
.home-producthub .pt-component span:last-of-type {
    letter-spacing: 18.84px;
    color: #fff;
    opacity: 0.05;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -5%;
    top: 8%;
    color: #ff0b47;
}
.home-producthub .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-red.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-producthub .anim-component span:first-of-type {
    opacity: 0.15;
    right: -3%;
    top: 14%;
    transform: rotate(-30deg);
}
.home-producthub .anim-component span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    opacity: 0.15;
    left: -4%;
    bottom: 4%;
    transform: rotate(30deg);
}
.home-producthub h2 {
    letter-spacing: 4.7px;
    color: #e30038;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(10px);
}
@media only screen and (max-width: 1699.9px) {
    .home-producthub h2 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub h2 {
        font-size: 60px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-producthub h2 {
        font-size: 54px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-producthub h2 {
        font-size: 48px;
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-producthub h2 {
        font-size: 40px;
        letter-spacing: 1px;
        text-align: center;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-producthub h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-producthub h2 {
        letter-spacing: 0.94px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-producthub__intro {
        display: none;
    }
}
.home-producthub__count {
    width: 170px;
}
.home-producthub__count > div {
    margin-top: 70px;
    opacity: 0;
    transform: translateY(10px);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__count > div {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-producthub__count > div {
        margin-top: 40px;
    }
}
.home-producthub__count h4 {
    color: #e30138;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
}
@media only screen and (max-width: 1699.9px) {
    .home-producthub__count h4 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__count h4 {
        font-size: 32px;
    }
}
.home-producthub__count p {
    color: rgba(0, 0, 0, 0.8705882352941177);
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
}
@media only screen and (max-width: 1699.9px) {
    .home-producthub__count p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__count p {
        font-size: 18px;
    }
}
.home-producthub__content {
    position: absolute;
    width: 1470px;
    left: calc(50% + 120px);
    top: 58%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1699.9px) {
    .home-producthub__content {
        transform: translate(-50%, -50%) scale(0.87);
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content {
        width: 1180px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-producthub__content {
        transform: translate(-50%, -50%) scale(0.8);
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-producthub__content {
        display: none;
    }
}
.home-producthub__content > img,
.home-producthub__content > svg {
    width: 70%;
    margin: 25px auto;
    display: block;
    height: 100%;
}
.home-producthub__content svg path {
    stroke: #ccc;
    stroke-width: 5px;
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
    transition: all 1.8s ease;
}
.home-producthub__content svg path:first-of-type,
.home-producthub__content svg path:nth-of-type(2),
.home-producthub__content svg path:nth-of-type(4) {
    stroke-dashoffset: 1100;
}
.home-producthub__content.active svg path {
    stroke-dashoffset: 0;
}
.home-producthub__content.active svg path:first-of-type,
.home-producthub__content.active svg path:nth-of-type(2),
.home-producthub__content.active svg path:nth-of-type(4) {
    stroke-dashoffset: 2200;
}
.home-producthub__content span img {
    width: 100%;
}
.home-producthub__content span {
    opacity: 0;
    transform: translateY(10px);
}
.home-producthub__content span p {
    color: #e64f44;
    position: absolute;
    font-size: 16px;
    opacity: 0;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span p {
        font-size: 15px;
    }
}
.home-producthub__content span.logo {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 230px;
    left: 47%;
    top: 43.5%;
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.logo {
        width: 215px;
        top: 45.5%;
    }
}
.home-producthub__content span.icon1 {
    position: absolute;
    width: 115px;
    left: 40%;
    top: -8%;
}
.home-producthub__content span.icon1 p {
    left: 0;
    top: 90%;
    transform: rotate(-27deg) skewX(18deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon1 {
        left: 39%;
        top: -10%;
    }
    .home-producthub__content span.icon1 p {
        top: 85%;
    }
}
.home-producthub__content span.icon2 {
    position: absolute;
    width: 150px;
    left: 55%;
    top: -9.5%;
}
.home-producthub__content span.icon2 p {
    left: -48%;
    top: 113%;
    transform: rotate(-29deg) skewX(20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon2 {
        left: 54%;
        top: -11.5%;
    }
    .home-producthub__content span.icon2 p {
        left: -37%;
        top: 99%;
    }
}
.home-producthub__content span.icon3 {
    position: absolute;
    width: 130px;
    left: 71%;
    top: 4.5%;
}
.home-producthub__content span.icon3 p {
    left: -180%;
    top: 88%;
    transform: rotate(-29deg) skewX(20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon3 {
        left: 70%;
        top: 1.5%;
    }
    .home-producthub__content span.icon3 p {
        left: -154%;
    }
}
.home-producthub__content span.icon4 {
    position: absolute;
    width: 150px;
    left: 78%;
    top: 51.5%;
}
.home-producthub__content span.icon4 p {
    left: -180%;
    top: 4%;
    transform: rotate(29deg) skewX(-20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon4 {
        left: 77%;
        top: 47.5%;
    }
    .home-producthub__content span.icon4 p {
        left: -158%;
    }
}
.home-producthub__content span.icon5 {
    position: absolute;
    width: 150px;
    left: 64%;
    top: 82.5%;
}
.home-producthub__content span.icon5 p {
    left: -80%;
    top: -85%;
    transform: rotate(29deg) skewX(-20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon5 {
        left: 63%;
        top: 79%;
    }
    .home-producthub__content span.icon5 p {
        left: -70%;
        top: -70%;
    }
}
.home-producthub__content span.icon6 {
    position: absolute;
    width: 150px;
    left: 35%;
    top: 79%;
}
.home-producthub__content span.icon6 p {
    left: -35%;
    top: 3%;
    transform: rotate(32deg) skewX(-20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon6 {
        top: 76.5%;
    }
}
.home-producthub__content span.icon7 {
    position: absolute;
    width: 240px;
    left: 8%;
    top: 70.5%;
}
.home-producthub__content span.icon7 p {
    left: 95%;
    top: -8%;
    transform: rotate(-28deg) skewX(20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon7 {
        left: 3.2%;
    }
}
.home-producthub__content span.icon8 {
    position: absolute;
    width: 140px;
    left: 11%;
    top: 28%;
}
.home-producthub__content span.icon8 p {
    left: 110%;
    top: 65%;
    transform: rotate(31deg) skewX(-20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon8 {
        left: 9%;
        top: 24%;
    }
    .home-producthub__content span.icon8 p {
        left: 94%;
        top: 60%;
    }
}
.home-producthub__content span.icon9 {
    position: absolute;
    width: 130px;
    left: 19%;
    top: 8%;
}
.home-producthub__content span.icon9 p {
    left: 168%;
    top: 90%;
    transform: rotate(30deg) skewX(-20deg);
}
@media only screen and (max-width: 1440.9px) {
    .home-producthub__content span.icon9 {
        left: 18%;
        top: 5%;
    }
    .home-producthub__content span.icon9 p {
        left: 135%;
        top: 80%;
    }
}
.home-producthub__slider {
    display: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1024.9px) {
    .home-producthub__slider {
        display: block;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-producthub__slider {
        width: 100%;
        padding-top: 50px;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-producthub__slider {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 480.9px) {
    .home-producthub__slider {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-producthub__slider {
        padding-bottom: 35px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: none;
    }
}
.home-producthub__slider img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-producthub__slider p {
    font-size: 24px;
    color: #ff0b48;
    letter-spacing: 0.94px;
    line-height: 1.3;
    margin-top: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
@media only screen and (max-width: 767.9px) {
    .home-producthub__slider p:after {
        content: attr(data-text);
        position: absolute;
        top: -320px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        font-size: 64px;
        letter-spacing: 3px;
        min-width: 320px;
        color: #ddd;
        opacity: 0.3;
        z-index: -1;
        white-space: normal;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-producthub__slider p {
        margin-top: 20px;
    }
    .home-producthub__slider p:after {
        top: -310px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 480.9px) {
    .home-producthub__slider p {
        font-size: 20px;
    }
    .home-producthub__slider p:after {
        font-size: 46px;
        letter-spacing: 2px;
    }
}
.home-producthub__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}
.home-producthub__slider .swiper-slide img {
    transform: scale(0.3);
    transform-origin: bottom;
    transition: all 0.3s ease;
}
.home-producthub__slider .swiper-slide p {
    opacity: 0;
}
.home-producthub__slider .swiper-slide-prev img {
    transform-origin: bottom right;
}
.home-producthub__slider .swiper-slide-next img {
    transform-origin: bottom left;
}
.home-producthub__slider .swiper-slide-active img {
    transform: scale(1);
}
.home-producthub__slider .swiper-slide-active p {
    opacity: 1;
    transform: translateY(0);
}
.home-producthub__slider .swiper-pagination {
    bottom: -7px;
}
.home-producthub__slider .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #e2e2e2;
    opacity: 1;
}
.home-producthub__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #888;
}
.home-devhub {
    background: transparent linear-gradient(42deg, #fea286, #da8194 15%, #8d486d) 0 0 no-repeat padding-box;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 700px;
}
.home-devhub .container {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 90px;
}
.home-devhub h2 {
    letter-spacing: 4.7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1.28;
    opacity: 0;
    transform: translateY(20px);
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub h2 {
        font-size: 80px;
        position: relative;
        z-index: 2;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub h2 {
        font-size: 60px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub h2 {
        font-size: 52px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-devhub h2 {
        font-size: 44px;
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-devhub h2 {
        font-size: 36px;
        letter-spacing: 1px;
        text-align: center;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 360.9px) {
    .home-devhub h2 {
        letter-spacing: 0.94px;
        font-size: 20px;
    }
}
.home-devhub svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub__contentwrap {
        height: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 120px;
        width: 100%;
    }
}
.home-devhub__content {
    position: absolute;
    width: 60%;
    height: 74%;
    top: 26%;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/mission.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0;
    transform: translateY(30px);
}
@media only screen and (max-width: 767.9px) {
    .home-devhub__content {
        min-height: 300px;
        top: 340px;
        bottom: 0;
        margin-top: auto;
    }
}
.home-devhub__content .mobile-content {
    display: none;
    height: 50%;
    margin-top: 4vh;
    width: 100%;
}
.home-devhub__content .mobile-content .content__box {
    position: static;
    transform: none !important;
}
.home-devhub__content .mobile-content .swiper-container {
    padding: 0 60px;
    height: 100%;
}
@media only screen and (max-width: 575.9px) {
    .home-devhub__content .mobile-content .swiper-container {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 399.9px) {
    .home-devhub__content .mobile-content .swiper-container {
        padding: 0 20px;
    }
}
.home-devhub__content .mobile-content .swiper-wrapper {
    align-items: center;
    height: 100%;
}
.home-devhub__content .mobile-content .swiper-slide {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-devhub__content .mobile-content .swiper-slide p {
    font-size: 20px;
    letter-spacing: 0.75px;
    color: #fff;
    line-height: 1.3;
    margin-top: 5px;
}
@media only screen and (max-height: 650.9px) {
    .home-devhub__content .mobile-content .swiper-slide p {
        margin-top: -10px;
    }
}
@media only screen and (max-height: 650.9px) {
    .home-devhub__content .mobile-content .swiper-slide img {
        transform: scale(0.8);
        transform-origin: top;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub__content .mobile-content .swiper-slide img {
        max-height: calc(100% - 36px);
    }
    @media only screen and (max-height: 650.9px) {
        .home-devhub__content .mobile-content .swiper-slide img {
            max-height: calc(100% - 13px);
        }
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub__content .mobile-content .swiper-slide img {
        transform: scale(0.9);
    }
}
.home-devhub__content .mobile-content .swiper-button-next,
.home-devhub__content .mobile-content .swiper-button-prev {
    color: #fff;
}
.home-devhub__content .mobile-content .swiper-button-next:after,
.home-devhub__content .mobile-content .swiper-button-prev:after {
    font-weight: 700;
    font-size: 26px;
}
@media only screen and (max-width: 399.9px) {
    .home-devhub__content .mobile-content .swiper-button-next {
        right: 0;
        transform: scale(0.8);
        transform-origin: right;
    }
}
@media only screen and (max-width: 399.9px) {
    .home-devhub__content .mobile-content .swiper-button-prev {
        left: 0;
        transform: scale(0.8);
        transform-origin: left;
    }
}
@media only screen and (max-height: 750.9px) {
    .home-devhub__content {
        background-size: 50%;
    }
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__content {
        background-size: 50%;
        height: 70%;
        top: 30%;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__content {
        width: 800px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub__content {
        background-size: 313px;
        width: 95%;
        background-position: 48% bottom;
        height: 55%;
        top: 45%;
    }
    .home-devhub__content .content {
        display: none;
    }
    .home-devhub__content .mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub__content {
        display: flex;
        align-items: flex-end;
        background-position: 25% bottom;
    }
}
.home-devhub__content .circle {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
.home-devhub__content .circle:first-of-type {
    width: 100%;
    background-image: url(../images/outer-circle.svg);
    padding-bottom: 100%;
    transform: rotate(-25deg);
}
@media only screen and (max-width: 767.9px) {
    .home-devhub__content .circle:first-of-type {
        transform: none;
        background-position: center 20vw;
    }
}
.home-devhub__content .circle:nth-of-type(2) {
    width: 72%;
    background-image: url(../images/inner-circle.svg);
    padding-bottom: 72%;
    top: 28%;
}
@media only screen and (max-width: 767.9px) {
    .home-devhub__content .circle:nth-of-type(2) {
        width: 70%;
        padding-bottom: 80%;
        background-position: center 25vw;
        top: auto;
    }
}
.home-devhub__content .content p {
    letter-spacing: 1.22px;
    color: #fff;
    font-size: 26px;
    line-height: 1.27;
    white-space: nowrap;
    margin-top: 10px;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__content .content p {
        font-size: 23px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__content .content p {
        font-size: 20px;
        margin-top: -5px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__content .content p {
        letter-spacing: 1px;
        margin-top: -12px;
    }
}
.home-devhub__content .content p:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 114%;
    left: -10%;
    top: -7%;
    border: 4px solid red;
    border-right: none;
    opacity: 0;
}
.home-devhub__content .content p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 114%;
    right: -10%;
    top: -7%;
    border: 4px solid red;
    border-left: none;
    opacity: 0;
}
.home-devhub__content .content__box {
    text-align: center;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.home-devhub__content .content__box span {
    position: absolute;
    width: 106%;
    height: 106%;
    background: linear-gradient(#fff, #fff), linear-gradient(90deg, hsla(0, 0%, 100%, 0.2) 1px, transparent 0, transparent 19px), linear-gradient(hsla(0, 0%, 100%, 0.2) 1px, transparent 0, transparent 19px),
        linear-gradient(transparent, hsla(0, 0%, 100%, 0.2));
    background-size: 100% 1.5%, 10% 100%, 100% 10%, 100% 100%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-position: 0 0, 0 0, 0 0, 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 1.5%, 0 1.5%);
    animation: move 2s linear infinite;
    left: -3%;
    top: -3%;
    opacity: 0;
}
@keyframes move {
    0% {
        background-position: 0 100%, 0 0, 0 0, 0 0;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    50% {
        background-position: 0 100%, 0 0, 0 0, 0 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    to {
        background-position: 0 100%, 0 0, 0 0, 0 0;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
}
.home-devhub__content .content__box:hover p:after,
.home-devhub__content .content__box:hover p:before,
.home-devhub__content .content__box span.active,
.home-devhub__content .content__box span.active + p:after,
.home-devhub__content .content__box span.active + p:before {
    opacity: 1;
}
.home-devhub__content .content__box img {
    display: block;
    margin: 0 auto;
    max-width: 160px;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__content .content__box img {
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__content .content__box img {
        transform: scale(0.7);
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__content .content__box img {
        transform: scale(0.6);
    }
}
.home-devhub__content .content__box:first-of-type {
    left: -5%;
    top: 47%;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__content .content__box:first-of-type {
        left: -6%;
        top: 50%;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__content .content__box:first-of-type {
        left: -7%;
    }
}
.home-devhub__content .content__box:nth-of-type(2) {
    left: 17.5%;
    top: 4%;
}
.home-devhub__content .content__box:nth-of-type(3) {
    left: 63.5%;
    top: 0;
}
.home-devhub__content .content__box:nth-of-type(4) {
    left: 89%;
    top: 48%;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__content .content__box:nth-of-type(4) {
        left: 88.5%;
        top: 52%;
    }
}
.home-devhub__content .content__box:nth-of-type(5) {
    left: 18%;
    top: 38%;
}
.home-devhub__content .content__box:nth-of-type(6) {
    left: 41%;
    top: 17.5%;
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__content .content__box:nth-of-type(6) {
        top: 19%;
    }
}
.home-devhub__content .content__box:nth-of-type(7) {
    left: 66%;
    top: 35%;
}
.home-devhub__icon {
    position: absolute;
    z-index: 2;
    opacity: 0;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__icon img {
        transform: scale(0.85);
        transform-origin: bottom;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__icon img {
        transform: scale(0.7);
        transform: scale(0.6);
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub__icon {
        display: none;
    }
}
.home-devhub__icon:first-of-type {
    left: 10%;
    top: 25%;
}
.home-devhub__icon:nth-of-type(2) {
    left: 24.5%;
    top: 84%;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__icon:nth-of-type(2) {
        left: 24%;
        top: 84%;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__icon:nth-of-type(2) {
        left: 22%;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__icon:nth-of-type(2) {
        left: 19.5%;
    }
}
.home-devhub__icon:nth-of-type(3) {
    left: 5%;
    top: 65%;
}
.home-devhub__icon:nth-of-type(4) {
    left: 80%;
    top: 25%;
}
.home-devhub__icon:nth-of-type(5) {
    left: 77%;
    top: 86%;
}
@media only screen and (max-width: 1699.9px) {
    .home-devhub__icon:nth-of-type(5) {
        left: 76%;
        top: 88%;
    }
}
@media only screen and (max-width: 1440.9px) {
    .home-devhub__icon:nth-of-type(5) {
        left: 74%;
    }
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub__icon:nth-of-type(5) {
        left: 69.5%;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub .home-devhub-boxdata {
        height: 45%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 160px;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-devhub .home-devhub-boxdata {
        min-height: 340px;
    }
}
.home-devhub .home-devhub-boxdata .box-data {
    transform: translateY(35px);
    position: absolute;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2627450980392157);
    border-radius: 10px;
    width: 440px;
    padding: 28px 23px;
    bottom: 3%;
    right: 2%;
    z-index: 5;
    background: #fff;
    opacity: 0;
    transition: all 0.8s ease;
    pointer-events: none;
}
.home-devhub .home-devhub-boxdata .box-data.active {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub .home-devhub-boxdata .box-data {
        width: 380px;
        padding: 20px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub .home-devhub-boxdata .box-data {
        height: auto;
        background: transparent;
        border: 1px solid #fff;
        width: 930px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: auto;
        box-shadow: none;
    }
}
@media only screen and (max-width: 991.9px) {
    .home-devhub .home-devhub-boxdata .box-data {
        width: 690px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-devhub .home-devhub-boxdata .box-data {
        width: 510px;
        max-height: 100%;
        overflow: scroll;
        text-align: center;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub .home-devhub-boxdata .box-data {
        width: calc(100% - 30px);
    }
}
.home-devhub .home-devhub-boxdata h3 {
    padding-right: 50px;
    letter-spacing: 1.22px;
    color: #ff0b48;
    line-height: 1.27;
    font-size: 26px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub .home-devhub-boxdata h3 {
        letter-spacing: 1px;
        font-size: 24px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub .home-devhub-boxdata h3 {
        color: #fff;
        letter-spacing: 1px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767.9px) {
    .home-devhub .home-devhub-boxdata h3 {
        font-size: 20px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub .home-devhub-boxdata h3 {
        letter-spacing: 0.85px;
        font-size: 18px;
    }
}
.home-devhub .home-devhub-boxdata p {
    letter-spacing: 0.85px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    font-size: 16px;
    margin-top: 10px;
}
.home-devhub .home-devhub-boxdata p:first-of-type {
    margin-top: 0;
}
@media only screen and (max-width: 1199.9px) {
    .home-devhub .home-devhub-boxdata p {
        letter-spacing: 0.7px;
        line-height: 1.3;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub .home-devhub-boxdata p {
        color: #fff;
        letter-spacing: 0.8px;
        font-size: 17px;
        line-height: 1.375;
        font-weight: 400;
    }
}
@media only screen and (max-width: 575.9px) {
    .home-devhub .home-devhub-boxdata p {
        letter-spacing: 0.75px;
        font-size: 16px;
    }
}
.home-devhub .home-devhub-boxdata span {
    top: 18px;
    display: inline-block;
    position: absolute;
    right: 15px;
    line-height: 0.6;
    padding: 0 5px;
    font-size: 48px;
    font-weight: 100;
}
@media only screen and (max-width: 1024.9px) {
    .home-devhub .home-devhub-boxdata span {
        color: #fff;
        display: none;
    }
}
.home-devhub .pt-component span:first-of-type {
    letter-spacing: 40px;
    opacity: 0.03;
    font-size: 50vw;
    line-height: 100px;
    position: absolute;
    right: -20%;
    bottom: 25%;
    color: #fff;
}
.home-devhub .pt-component span:last-of-type {
    letter-spacing: 18.84px;
    opacity: 0.08;
    font-size: 25vw;
    line-height: 100px;
    position: absolute;
    left: -5%;
    top: 8%;
    color: #fff;
}
.home-devhub .anim-component span {
    width: 150px;
    height: 150px;
    background: url(../images/star-white.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    animation: elementspin 100s linear infinite;
    -webkit-animation: elementspin 100s linear infinite;
}
.home-devhub .anim-component span:first-of-type {
    opacity: 0.15;
    right: -3%;
    top: 14%;
    transform: rotate(-30deg);
}
.home-devhub .anim-component span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    opacity: 0.15;
    left: -4%;
    bottom: 4%;
    transform: rotate(30deg);
}
body::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.how-we-started-layout {
    overflow-x: hidden;
}
.how-we-started-layout p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1440.9px) {
    .how-we-started-layout p {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .how-we-started-layout p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .how-we-started-layout p:last-of-type {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575.9px) {
    .how-we-started-layout p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 360.9px) {
    .how-we-started-layout p {
        font-size: 14px;
    }
}
.how-we-started-layout .section {
    opacity: 0;
    transform: translateY(20px);
}
.how-we-started-layout .section .container {
    position: relative;
}
.how-we-started-layout .section .container:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 125%;
    left: -130px;
    top: -17%;
    background-image: url(/images/story-pattern.png);
}
.how-we-started-layout .section:last-of-type {
    margin-bottom: 200px;
}
@media only screen and (max-width: 1440.9px) {
    .how-we-started-layout .section:last-of-type {
        margin-bottom: 150px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .how-we-started-layout .section:last-of-type {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 991.9px) {
    .how-we-started-layout .section:last-of-type {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767.9px) {
    .how-we-started-layout .section:last-of-type {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 575.9px) {
    .how-we-started-layout .section:last-of-type {
        margin-bottom: 50px;
    }
}
.how-we-started-layout .section:last-of-type .container:before {
    display: none;
}
.howstart-content {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (max-width: 1440.9px) {
    .howstart-content {
        padding-top: 160px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 991.9px) {
    .howstart-content {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .howstart-content {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .howstart-content {
        padding-top: 85px;
        padding-bottom: 20px;
    }
}
.howstart-content:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 100%;
    right: -4%;
    top: 0;
    background-image: url(/images/story-pattern.png);
    z-index: -1;
}
@media only screen and (max-width: 1440.9px) {
    .howstart-content:after {
        right: -7%;
    }
}
@media only screen and (max-width: 1199.9px) {
    .howstart-content:after {
        display: none;
    }
}
.howstart-content h1 {
    font-size: 80px;
    line-height: 1.1;
    color: #212121;
    margin-top: 80px;
    position: relative;
}
@media only screen and (max-width: 1440.9px) {
    .howstart-content h1 {
        font-size: 64px;
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .howstart-content h1 {
        font-size: 54px;
        margin-top: 55px;
    }
}
@media only screen and (max-width: 991.9px) {
    .howstart-content h1 {
        font-size: 48px;
        margin-top: 0;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .howstart-content h1 {
        font-size: 40px;
        margin-top: 0;
        padding-right: 0;
        color: rgba(0, 0, 0, 0.87);
    }
}
@media only screen and (max-width: 575.9px) {
    .howstart-content h1 {
        font-size: 32px;
        width: 400px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 360.9px) {
    .howstart-content h1 {
        font-size: 28px;
    }
}
.howstart-content h1:before {
    content: "";
    position: absolute;
    top: -50px;
    background-image: url(/images/story-pattern.png);
    height: 37px;
    width: 100%;
    left: 4px;
}
@media only screen and (max-width: 767.9px) {
    .howstart-content h1:before {
        display: none;
    }
}
.howstart-content h1 span {
    display: block;
    color: #ff0b47;
    white-space: nowrap;
}
.howstart-content .howstart-left {
    opacity: 0;
    transform: translateY(20px);
}
.howstart-content .howstart-right {
    opacity: 0;
    transform: translateX(20px);
}
@media only screen and (max-width: 1440.9px) {
    .howstart-content .howstart-right {
        padding: 0;
    }
}
@media only screen and (max-width: 991.9px) {
    .howstart-content .howstart-right {
        max-width: 85%;
        flex: none;
        width: 550px;
        margin: 50px auto 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .howstart-content .howstart-right {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 575.9px) {
    .howstart-content .howstart-right {
        margin-top: 25px;
    }
}
.howstart-content .howstart-right span {
    position: absolute;
    transform: scale(0.9);
}
@media only screen and (max-width: 1440.9px) {
    .howstart-content .howstart-right span {
        transform: scale(0.75);
        transform-origin: bottom right;
    }
}
@media only screen and (max-width: 1199.9px) {
    .howstart-content .howstart-right span {
        transform: scale(0.6);
    }
}
@media only screen and (max-width: 991.9px) {
    .howstart-content .howstart-right span img {
        width: 100%;
    }
}
.howstart-content .howstart-right span:first-of-type {
    right: 4%;
    top: -18%;
}
@media only screen and (max-width: 1199.9px) {
    .howstart-content .howstart-right span:first-of-type {
        top: -30%;
    }
}
@media only screen and (max-width: 991.9px) {
    .howstart-content .howstart-right span:first-of-type {
        transform: none;
        width: 24%;
        top: -15%;
        right: -4%;
    }
}
.howstart-content .howstart-right span:nth-of-type(2) {
    bottom: 5%;
    right: 14%;
}
@media only screen and (max-width: 991.9px) {
    .howstart-content .howstart-right span:nth-of-type(2) {
        width: 16%;
        transform: none;
        right: 13%;
    }
}
.howstart-content .howstart-right span:nth-of-type(3) {
    bottom: 4%;
    left: -25%;
}
@media only screen and (max-width: 991.9px) {
    .howstart-content .howstart-right span:nth-of-type(3) {
        width: 20%;
        transform: none;
        left: -17%;
    }
}
@media only screen and (max-width: 575.9px) {
    .howstart-content .howstart-right span:nth-of-type(3) {
        left: -10%;
        bottom: 0;
    }
}
@media only screen and (min-width: 1441px) {
    .container.inner-container {
        max-width: 1400px;
    }
}
.timeline-slider {
    overflow: hidden;
    margin: 50px 0;
}
@media only screen and (max-width: 1440.9px) {
    .timeline-slider {
        margin: 35px 0;
    }
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider {
        margin: 10px 0;
    }
}
.timeline-slider .swiper-container {
    overflow: visible;
}
.timeline-slider .timeline-item {
    width: 210px;
    text-align: center;
    display: flex;
    flex-direction: column;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    opacity: 0;
    transform: translateX(20px);
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item {
        width: 200px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item {
        width: 160px;
    }
}
.timeline-slider .timeline-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 45px;
    top: 50%;
    background: #6d6e71;
    z-index: -1;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item:after {
        left: 40px;
    }
}
.timeline-slider .timeline-item:last-of-type:after {
    left: -45px;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item:last-of-type:after {
        left: -40px;
    }
}
.timeline-slider .timeline-item h3 {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 500;
    color: #00a79d;
    margin-top: 138px;
}
@media only screen and (max-width: 1440.9px) {
    .timeline-slider .timeline-item h3 {
        font-size: 32px;
        margin-top: 145px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item h3 {
        margin-top: 125px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item h3 {
        font-size: 28px;
        font-weight: 700;
        margin-top: 95px;
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item h3 {
        font-size: 24px;
        margin-top: 82px;
    }
}
.timeline-slider .timeline-item h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
}
@media only screen and (max-width: 1440.9px) {
    .timeline-slider .timeline-item h3 span {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item h3 span {
        font-weight: 600;
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item h3 span {
        font-size: 20px;
    }
}
.timeline-slider .timeline-item .timeline-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath d='M60 119.48A59.44 59.44 0 01.6 60' fill='none' stroke='%236d6e71' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-size: contain;
    width: 120px;
    height: 120px;
    margin: 0 auto 140px;
    position: relative;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item .timeline-circle {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle {
        width: 80px;
        height: 80px;
        margin-bottom: 88px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cpath d='M60 119.48A59.44 59.44 0 01.6 60' fill='none' stroke='%236d6e71' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item .timeline-circle {
        margin-bottom: 82px;
    }
}
.timeline-slider .timeline-item .timeline-circle:after {
    content: "";
    width: 1px;
    height: 130px;
    background: #00a79d;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 105px;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item .timeline-circle:after {
        height: 110px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle:after {
        top: 70px;
        height: 80px;
    }
}
.timeline-slider .timeline-item .timeline-circle:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00a79d;
    left: 0;
    bottom: -120px;
    right: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item .timeline-circle:before {
        bottom: -100px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle:before {
        bottom: -70px;
        width: 10px;
        height: 10px;
    }
}
.timeline-slider .timeline-item .timeline-circle span {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #6d6e71;
    position: relative;
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle span {
        width: 60px;
        height: 60px;
    }
}
.timeline-slider .timeline-item .timeline-circle span:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00a79d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle span:after {
        width: 18px;
        height: 18px;
    }
}
.timeline-slider .timeline-item .timeline-circle span:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid #00a79d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item .timeline-circle span:before {
        width: 36px;
        height: 36px;
        border-width: 3px;
    }
}
.timeline-slider .timeline-item p {
    color: #141515;
    font-size: 16px;
    line-height: 1.4375;
    margin: 0;
    height: 69px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item p {
        font-size: 15px;
        height: 63px;
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item p {
        font-size: 14px;
        height: 52px;
        line-height: 1.25;
    }
}
.timeline-slider .timeline-item:nth-of-type(2n):after {
    top: calc(50% + 69px);
}
@media only screen and (max-width: 1440.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n):after {
        top: calc(50% + 72px);
    }
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n):after {
        top: calc(50% + 62px);
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n):after {
        top: calc(50% + 47px);
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n):after {
        top: calc(50% + 41px);
    }
}
.timeline-slider .timeline-item:nth-of-type(2n) h3 {
    order: 3;
    margin-top: 0;
}
.timeline-slider .timeline-item:nth-of-type(2n) .timeline-circle {
    order: 2;
    transform: rotate(180deg);
    margin: 140px auto 0;
}
@media only screen and (max-width: 1199.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n) .timeline-circle {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 767.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n) .timeline-circle {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 575.9px) {
    .timeline-slider .timeline-item:nth-of-type(2n) .timeline-circle {
        margin-top: 82px;
    }
}
.timeline-slider .timeline-item:nth-of-type(2n) p {
    order: 1;
    align-items: flex-end;
}
.timeline-slider .timeline-item:nth-of-type(4n + 1) h3 {
    color: #00a79d;
}
.timeline-slider .timeline-item:nth-of-type(4n + 1) .timeline-circle:after,
.timeline-slider .timeline-item:nth-of-type(4n + 1) .timeline-circle span:after {
    background: #00a79d;
}
.timeline-slider .timeline-item:nth-of-type(4n + 1) .timeline-circle span:before {
    border-color: #00a79d;
}
.timeline-slider .timeline-item:nth-of-type(4n + 1) .timeline-circle:before {
    background: #00a79d;
}
.timeline-slider .timeline-item:nth-of-type(4n + 2) h3 {
    color: #f7941e;
}
.timeline-slider .timeline-item:nth-of-type(4n + 2) .timeline-circle:after,
.timeline-slider .timeline-item:nth-of-type(4n + 2) .timeline-circle span:after {
    background: #f7941e;
}
.timeline-slider .timeline-item:nth-of-type(4n + 2) .timeline-circle span:before {
    border-color: #f7941e;
}
.timeline-slider .timeline-item:nth-of-type(4n + 2) .timeline-circle:before {
    background: #f7941e;
}
.timeline-slider .timeline-item:nth-of-type(4n + 3) h3 {
    color: #ee2a7b;
}
.timeline-slider .timeline-item:nth-of-type(4n + 3) .timeline-circle:after,
.timeline-slider .timeline-item:nth-of-type(4n + 3) .timeline-circle span:after {
    background: #ee2a7b;
}
.timeline-slider .timeline-item:nth-of-type(4n + 3) .timeline-circle span:before {
    border-color: #ee2a7b;
}
.timeline-slider .timeline-item:nth-of-type(4n + 3) .timeline-circle:before {
    background: #ee2a7b;
}
.timeline-slider .timeline-item:nth-of-type(4n + 4) h3 {
    color: #1c75bc;
}
.timeline-slider .timeline-item:nth-of-type(4n + 4) .timeline-circle:after,
.timeline-slider .timeline-item:nth-of-type(4n + 4) .timeline-circle span:after {
    background: #1c75bc;
}
.timeline-slider .timeline-item:nth-of-type(4n + 4) .timeline-circle span:before {
    border-color: #1c75bc;
}
.timeline-slider .timeline-item:nth-of-type(4n + 4) .timeline-circle:before {
    background: #1c75bc;
}
.reasons-layout {
    overflow-x: hidden;
}
.reasons-layout .reasons-content {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (max-width: 1699.9px) {
    .reasons-layout .reasons-content {
        padding-top: 170px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-content {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-content {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-content {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content {
        padding-top: 85px;
        padding-bottom: 30px;
    }
}
.reasons-layout .reasons-content:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 100%;
    right: -8%;
    top: 0;
    background-image: url(/images/story-pattern.png);
    z-index: -1;
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-content:after {
        display: none;
    }
}
.reasons-layout .reasons-content h1 {
    font-size: 80px;
    line-height: 1.1;
    color: #212121;
    margin-top: 140px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 64px;
        margin-top: 100px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 54px;
        margin-top: 80px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 48px;
        margin-top: 50px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 40px;
        margin-top: 0;
        padding-right: 0;
        color: rgba(0, 0, 0, 0.87);
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 32px;
        width: 400px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-content h1 {
        font-size: 28px;
    }
}
.reasons-layout .reasons-content h1:before {
    content: "";
    position: absolute;
    top: -50px;
    background-image: url(/images/story-pattern.png);
    height: 37px;
    width: 100%;
    left: 4px;
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-content h1:before {
        display: none;
    }
}
.reasons-layout .reasons-content h1 span {
    color: #ff0b47;
}
.reasons-layout .reasons-content p {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    margin-top: 30px;
    transform: translateY(20px);
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-content p {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content p {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-content p {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-content .reasons-left {
        flex: 0 0 80%;
        max-width: 80%;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-content .reasons-left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-content .reasons-left {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content .reasons-left {
        margin-bottom: 50px;
    }
}
.reasons-layout .reasons-content .reasons-right {
    opacity: 0;
    transform: translateX(20px);
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-content .reasons-right {
        max-width: 65%;
        flex: 0 0 65%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-content .reasons-right {
        max-width: 80%;
        flex: 0 0 80%;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-content .reasons-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.reasons-layout .reasons-content .reasons-right span {
    position: absolute;
    transform: scale(0.9);
}
@media only screen and (max-width: 1699.9px) {
    .reasons-layout .reasons-content .reasons-right span {
        transform: scale(0.7);
        transform-origin: top;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-content .reasons-right span {
        transform: scale(0.6);
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content .reasons-right span {
        transform: none;
    }
    .reasons-layout .reasons-content .reasons-right span img {
        width: 100%;
    }
}
.reasons-layout .reasons-content .reasons-right span:first-of-type {
    top: 19%;
    left: 19%;
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content .reasons-right span:first-of-type {
        top: 20%;
        left: 20%;
        width: 15%;
    }
}
.reasons-layout .reasons-content .reasons-right span:nth-of-type(2) {
    top: 6%;
    left: 8%;
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content .reasons-right span:nth-of-type(2) {
        top: 6%;
        left: 10%;
        width: 30%;
    }
}
.reasons-layout .reasons-content .reasons-right span:nth-of-type(3) {
    top: -6%;
    right: -6%;
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-content .reasons-right span:nth-of-type(3) {
        top: -6%;
        right: 1%;
        width: 40%;
    }
}
.reasons-layout .reasons-feature {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
@media only screen and (max-width: 1699.9px) {
    .reasons-layout .reasons-feature {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-feature {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-feature {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.reasons-layout .reasons-feature:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 60%;
    left: -170px;
    top: -15%;
    background-image: url(/images/story-pattern.png);
}
.reasons-layout .reasons-feature__left {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 45px;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    transform: translateX(-20px);
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-feature__left {
        padding: 30px;
        border-radius: 15px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-feature__left {
        flex: 0 0 55%;
        max-width: 55%;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__left {
        padding: 25px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__left {
        padding: 20px;
    }
}
.reasons-layout .reasons-feature__left img {
    width: 200px;
    margin: -25px -25px -10px;
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__left img {
        width: 170px;
        margin: -25px -20px -15px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__left img {
        width: 160px;
    }
}
.reasons-layout .reasons-feature__left h3 {
    color: #212121;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
    width: 430px;
    max-width: 100%;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-feature__left h3 {
        font-size: 24px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__left h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__left h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-feature__left h3 {
        font-size: 19px;
        margin-bottom: 17px;
    }
}
.reasons-layout .reasons-feature__left p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6392156862745098);
    line-height: 1.6;
    margin-top: 25px;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-feature__left p {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__left p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__left p {
        line-height: 1.4;
        font-size: 15px;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-feature__left p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.reasons-layout .reasons-feature__right {
    padding-left: 30px;
    flex: 0 0 52.5%;
    max-width: 52.5%;
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-feature__right {
        flex: 0 0 45%;
        max-width: 45%;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 45px;
        margin: 30px 0 0;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__right {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__right {
        padding: 0 25px;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-feature__right {
        margin-top: 25px;
    }
}
.reasons-layout .reasons-feature__right .nav-tabs {
    border: none;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .reasons-layout .reasons-feature__right .nav-tabs {
        transform: none !important;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs {
        flex-wrap: nowrap;
        justify-content: normal;
    }
}
@media only screen and (min-width: 992px) {
    .reasons-layout .reasons-feature__right .swiper-button-next,
    .reasons-layout .reasons-feature__right .swiper-button-prev {
        display: none;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__right .swiper-button-next,
    .reasons-layout .reasons-feature__right .swiper-button-prev {
        height: 100%;
        top: 0;
        margin: 0;
        width: 45px;
        background: #fff;
    }
    .reasons-layout .reasons-feature__right .swiper-button-next:after,
    .reasons-layout .reasons-feature__right .swiper-button-prev:after {
        font-size: 24px;
        color: #747474;
        margin: 0 5px;
        font-weight: 700;
    }
    .reasons-layout .reasons-feature__right .swiper-button-prev {
        left: -1px;
        justify-content: flex-start;
    }
    .reasons-layout .reasons-feature__right .swiper-button-next {
        right: -1px;
        justify-content: flex-end;
    }
    .reasons-layout .reasons-feature__right .swiper-container {
        overflow: visible;
        position: static;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-feature__right .swiper-button-next,
    .reasons-layout .reasons-feature__right .swiper-button-prev {
        width: 30px;
    }
    .reasons-layout .reasons-feature__right .swiper-button-next:after,
    .reasons-layout .reasons-feature__right .swiper-button-prev:after {
        font-size: 20px;
        margin: 0 2px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-feature__right .swiper-button-next,
    .reasons-layout .reasons-feature__right .swiper-button-prev {
        width: 25px;
    }
    .reasons-layout .reasons-feature__right .swiper-button-next:after,
    .reasons-layout .reasons-feature__right .swiper-button-prev:after {
        font-size: 16px;
    }
}
.reasons-layout .reasons-feature__right .nav-tabs .nav-item {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    flex: none;
    margin: 45px 30px 0;
    max-width: 150px;
    height: 140px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23fef4e3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100%;
    opacity: 0;
    transform: translateY(10px);
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs .nav-item {
        margin: 30px 15px 0;
        max-width: 134px;
        height: 125px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs .nav-item {
        margin: 20px 15px 0;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs .nav-item {
        margin: 0;
        height: auto;
        max-width: none;
    }
}
.reasons-layout .reasons-feature__right .nav-tabs .nav-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23ff0b47'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.reasons-layout .reasons-feature__right .nav-tabs .nav-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23dfeaf0'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.reasons-layout .reasons-feature__right .nav-tabs .nav-item.active:before {
    opacity: 1;
}
.reasons-layout .reasons-feature__right .nav-tabs .nav-item:nth-of-type(-n + 3) {
    margin-top: 0;
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs .nav-item:nth-of-type(3) {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-feature__right .nav-tabs .nav-item:nth-of-type(3) {
        margin-top: 0;
    }
}
.reasons-layout .reasons-feature__right .tab-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.reasons-layout .reasons-feature__right .tab-box img {
    max-width: 100%;
}
.reasons-layout .reasons-gallery {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media only screen and (max-width: 1699.9px) {
    .reasons-layout .reasons-gallery {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.reasons-layout .reasons-gallery h3 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery h3 {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery h3 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery h3 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
}
.reasons-layout .reasons-gallery__left {
    width: calc(100% - 190px);
    padding-right: 60px;
    position: relative;
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__left {
        width: calc(100% - 170px);
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__left {
        padding-right: 0;
        width: calc(100% - 165px);
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__left {
        width: 100%;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__left {
        padding-bottom: 0;
    }
}
.reasons-layout .reasons-gallery__left:after {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 120px);
    right: 0;
    top: 120px;
    background-image: url(/images/story-pattern.png);
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__left:after {
        right: -40px;
        width: 100%;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__left:after {
        display: none;
    }
}
.reasons-layout .reasons-gallery__left img {
    width: 100%;
}
.reasons-layout .reasons-gallery__left .swiper-container {
    box-shadow: 0 3px 26px rgba(19, 77, 126, 0.34901960784313724);
    border-radius: 10px;
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__left .swiper-container {
        border-radius: 0;
        box-shadow: none;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery__left .swiper-container {
        margin: 0 -15px;
    }
}
.reasons-layout .reasons-gallery__left .item {
    height: 640px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__left .item {
        height: 550px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__left .item {
        height: 500px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__left .item {
        height: 0;
        padding-bottom: 60%;
    }
}
.reasons-layout .reasons-gallery__left .swiper-pagination {
    bottom: 0;
}
.reasons-layout .reasons-gallery__left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #0d86db;
    opacity: 0.36;
    margin: 0 7px;
}
.reasons-layout .reasons-gallery__left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__left .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__left .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}
.reasons-layout .reasons-gallery__right {
    width: 190px;
    height: 790px;
    padding: 75px 0 75px 40px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__right {
        width: 170px;
        height: 670px;
        padding: 60px 0 60px 40px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__right {
        height: 620px;
        width: 165px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right {
        width: 100%;
        height: auto;
        padding: 0 45px;
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__right {
        padding: 0 30px;
        display: none;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery__right {
        padding: 0 25px;
    }
}
.reasons-layout .reasons-gallery__right .swiper-container {
    height: 100%;
    overflow: visible;
    position: static;
}
.reasons-layout .reasons-gallery__right .swiper-button-next,
.reasons-layout .reasons-gallery__right .swiper-button-prev {
    width: calc(100% - 40px);
    background: #fff;
    right: 0;
    left: auto;
    height: 75px;
    margin: 0;
    padding-right: 10px;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next,
    .reasons-layout .reasons-gallery__right .swiper-button-prev {
        height: 60px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next,
    .reasons-layout .reasons-gallery__right .swiper-button-prev {
        height: 100%;
        width: 45px;
        padding: 0;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next,
    .reasons-layout .reasons-gallery__right .swiper-button-prev {
        width: 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next,
    .reasons-layout .reasons-gallery__right .swiper-button-prev {
        width: 25px;
    }
}
.reasons-layout .reasons-gallery__right .swiper-button-next:before,
.reasons-layout .reasons-gallery__right .swiper-button-prev:before {
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.411' height='48.189'%3E%3Cpath d='M5.56 11.401C12.53-2.282 31.7-3.287 44.244 16.031c8.364 12.88-.35 29.983-23.352 31.188-15.335.804-25.79-15.294-15.334-35.818z' fill='%23efefef'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    position: absolute;
    left: 0;
    right: 10px;
    top: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next:before,
    .reasons-layout .reasons-gallery__right .swiper-button-prev:before {
        display: none;
    }
}
.reasons-layout .reasons-gallery__right .swiper-button-next:after,
.reasons-layout .reasons-gallery__right .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
    transform: rotate(90deg);
    content: "prev";
    width: 36px;
    color: #707070;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next:after,
    .reasons-layout .reasons-gallery__right .swiper-button-prev:after {
        width: 22px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next:after,
    .reasons-layout .reasons-gallery__right .swiper-button-prev:after {
        transform: none;
        width: auto;
        margin: 0 2px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next:after,
    .reasons-layout .reasons-gallery__right .swiper-button-prev:after {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next:after,
    .reasons-layout .reasons-gallery__right .swiper-button-prev:after {
        font-size: 16px;
    }
}
.reasons-layout .reasons-gallery__right .swiper-button-prev {
    top: 0;
    bottom: auto;
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-prev {
        left: -1px;
        justify-content: flex-start;
    }
}
.reasons-layout .reasons-gallery__right .swiper-button-next {
    bottom: 0;
    top: auto;
    transform: scaleY(-1);
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-button-next {
        transform: scaleX(-1);
        right: -1px;
        justify-content: flex-start;
    }
}
.reasons-layout .reasons-gallery__right .swiper-slide {
    height: 140px;
    margin-bottom: 27px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-gallery__right .swiper-slide {
        height: 121px;
        margin-bottom: 20px;
    }
    .reasons-layout .reasons-gallery__right .swiper-slide svg {
        width: 100%;
        height: 100%;
    }
    @media only screen and (max-width: 991.9px) {
        .reasons-layout .reasons-gallery__right .swiper-slide svg {
            padding-right: 10px;
            display: block;
        }
    }
    @media only screen and (max-width: 767.9px) {
        .reasons-layout .reasons-gallery__right .swiper-slide svg {
            padding-right: 8.5px;
        }
    }
    @media only screen and (max-width: 575.9px) {
        .reasons-layout .reasons-gallery__right .swiper-slide svg {
            padding-right: 7px;
        }
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-gallery__right .swiper-slide {
        height: 115px;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-gallery__right .swiper-slide {
        margin-bottom: 0;
        height: auto;
        padding-right: 0;
    }
}
.reasons-layout .reasons-gallery__right .swiper-slide:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23dfeaf0'/%3E%3C/svg%3E");
}
.reasons-layout .reasons-gallery__right .swiper-slide:after,
.reasons-layout .reasons-gallery__right .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: 100%;
}
.reasons-layout .reasons-gallery__right .swiper-slide:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23ffb9d7'/%3E%3C/svg%3E");
    opacity: 0;
    transition: all 0.3s ease;
}
.reasons-layout .reasons-gallery__right .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 1;
}
.reasons-layout .reasons-testimony {
    padding-top: 100px;
    padding-bottom: 200px;
}
@media only screen and (max-width: 1699.9px) {
    .reasons-layout .reasons-testimony {
        padding-top: 80px;
        padding-bottom: 170px;
    }
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony {
        padding-top: 50px;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-testimony {
        padding-top: 40px;
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony {
        padding-bottom: 80px;
        padding-top: 30px;
    }
}
.reasons-layout .reasons-testimony__right {
    padding-right: 40px;
    position: relative;
    opacity: 0;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony__right {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-testimony__right {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony__right {
        margin: 30px auto 0;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-testimony__right {
        margin-top: 20px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony__right {
        margin-top: 15px;
        max-width: 90%;
    }
}
.reasons-layout .reasons-testimony__right:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.916' height='140.268'%3E%3Cpath d='M16.003 33.151C35.991-6.71 90.958-9.637 126.92 46.638c23.978 37.518-1.007 87.342-66.953 90.854C16 139.832-13.975 92.936 16.003 33.152z' fill='%23dfeaf0'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: 100%;
}
.reasons-layout .reasons-testimony__right:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 61%;
    right: 0;
    top: 53%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/images/story-pattern.png);
    z-index: -1;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony__right:before {
        width: 120%;
        height: 58%;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony__right:before {
        height: 55%;
    }
}
.reasons-layout .reasons-testimony__right svg {
    width: 550px;
    height: 550px;
    display: block;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony__right svg {
        width: 500px;
        height: 500px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-testimony__right svg {
        width: 450px;
        height: 450px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony__right svg {
        width: 400px;
        max-width: 100%;
        height: auto;
    }
}
.reasons-layout .reasons-testimony__right .videomodal-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony__right .videomodal-btn {
        right: 18px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony__right .videomodal-btn {
        right: 12px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-testimony__right .videomodal-btn {
        transform: translateY(-50%) scale(0.85);
        right: 10px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony__right .videomodal-btn {
        transform: translateY(-50%) scale(0.7);
        right: 8px;
    }
}
.reasons-layout .reasons-testimony__left {
    width: calc(100% - 590px);
    opacity: 0;
    transform: translateY(20px);
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony__left {
        width: calc(100% - 530px);
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-testimony__left {
        width: calc(100% - 475px);
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony__left {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony__left {
        margin-top: 0;
    }
}
.reasons-layout .reasons-testimony h2 {
    width: 540px;
    max-width: 100%;
    color: #212121;
    font-size: 80px;
    line-height: 1.2125;
}
@media only screen and (max-width: 1440.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 64px;
        width: 500px;
    }
}
@media only screen and (max-width: 1199.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 52px;
        width: 400px;
    }
}
@media only screen and (max-width: 991.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 42px;
        max-width: 100%;
        width: 420px;
    }
}
@media only screen and (max-width: 767.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 26px;
        width: 320px;
    }
}
@media only screen and (max-width: 360.9px) {
    .reasons-layout .reasons-testimony h2 {
        font-size: 24px;
    }
}
.reasons-layout .reasons-testimony h2 span {
    color: #fd0e49;
}
.videomodal-btn {
    width: 55px;
    height: 55px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 15 15'%3E%3Cpath data-name='Polygon 35' d='M11.581 3.124a5 5 0 010 8.752L7.918 13.9A5 5 0 01.5 9.524V5.476A5 5 0 017.918 1.1z' fill='%23fff' stroke='%23ccc' opacity='.77' stroke-width='.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.videomodal-btn:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cg data-name='Group 79'%3E%3Cpath data-name='Polygon 35' d='M18.249 7.859a3 3 0 010 5.251l-13.388 7.4A3 3 0 01.41 17.884V3.086A3 3 0 014.861.46z' fill='%23ccc'/%3E%3C/g%3E%3C/svg%3E");
}
.videomodal-btn:after,
.videomodal-btn:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 20px;
    height: 21px;
}
.videomodal-btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cg data-name='Group 79'%3E%3Cpath data-name='Polygon 35' d='M18.249 7.859a3 3 0 010 5.251l-13.388 7.4A3 3 0 01.41 17.884V3.086A3 3 0 014.861.46z' fill='%23ff0b47'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0;
    transition: all 0.3s ease;
}
.videomodal-btn svg {
    width: 100% !important;
    height: 100% !important;
}
.videomodal-btn svg path {
    stroke-dasharray: 45;
    stroke-dashoffset: 45;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1024.9px) {
    .videomodal-btn svg path {
        stroke-dashoffset: 0;
    }
    .videomodal-btn:after {
        opacity: 1;
    }
}
.videomodal-btn:hover svg path {
    stroke-dashoffset: 0;
}
.videomodal-btn:hover:after {
    opacity: 1;
}
.modal-backdrop {
    display: none;
}
.web-modal .after-element {
    position: fixed;
    width: 125vw;
    height: 125vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.8s cubic-bezier(0, 0.29, 0.19, 0.86);
    right: 0;
    bottom: 0;
    transform: translate(20%, 20%) scale(0);
    transform-origin: bottom right;
    z-index: -1;
    pointer-events: none;
}
.web-modal .modal-dialog {
    width: 70%;
    max-width: 1400px;
    transition-duration: 0.5s;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    transition-delay: 0.5s !important;
    margin: auto;
    transform: none !important;
}
@media only screen and (max-width: 1199.9px) {
    .web-modal .modal-dialog {
        width: 80%;
    }
}
@media only screen and (max-width: 991.9px) {
    .web-modal .modal-dialog {
        width: 85%;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-modal .modal-dialog {
        width: 90%;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .modal-dialog {
        width: 95%;
    }
}
.web-modal.show .after-element {
    transform: translate(20%, 20%) scale(1);
}
.web-modal.show .modal-dialog {
    opacity: 1;
}
.web-modal .pe-none {
    pointer-events: none;
}
.web-modal .close {
    position: absolute;
    right: -35px;
    top: 0;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    font-weight: 100;
    font-size: 54px;
    line-height: 20px;
}
@media only screen and (max-width: 767.9px) {
    .web-modal .close {
        right: -30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .close {
        right: -5px;
        top: -24px;
    }
}
.web-modal .modal-body {
    border: 10px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}
.web-modal .modal-body.iframe-video {
    height: 0;
    padding-bottom: 51%;
}
@media only screen and (max-width: 1199.9px) {
    .web-modal .modal-body.iframe-video {
        border-width: 5px;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .modal-body.iframe-video {
        border-width: 1px;
        padding-bottom: 49%;
    }
}
.web-modal .modal-body.iframe-video iframe {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.web-modal .modal-body.img-slider {
    padding: 0;
}
@media only screen and (max-width: 1199.9px) {
    .web-modal .modal-body.img-slider {
        border-width: 5px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .modal-body.img-slider {
        border-width: 1px;
    }
}
.web-modal .modal-body.img-slider img {
    width: 100%;
    height: auto;
    display: block;
}
.web-modal .modal-body.img-slider .item {
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: 50%;
}
.web-modal .modal-body .swiper-button-next,
.web-modal .modal-body .swiper-button-prev {
    height: 100%;
    width: 90px;
    position: absolute;
    text-indent: 100vw;
    border: none;
    background: transparent;
    top: 0;
    outline: none;
    cursor: pointer;
    margin-top: 0;
}
@media only screen and (max-width: 1440.9px) {
    .web-modal .modal-body .swiper-button-next,
    .web-modal .modal-body .swiper-button-prev {
        width: 60px;
    }
}
@media only screen and (max-width: 991.9px) {
    .web-modal .modal-body .swiper-button-next,
    .web-modal .modal-body .swiper-button-prev {
        width: 50px;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-modal .modal-body .swiper-button-next,
    .web-modal .modal-body .swiper-button-prev {
        width: 40px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .modal-body .swiper-button-next,
    .web-modal .modal-body .swiper-button-prev {
        width: 30px;
    }
}
.web-modal .modal-body .swiper-button-next:after,
.web-modal .modal-body .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-bottom: 3px solid #5b5b5b;
    border-left: 3px solid #5b5b5b;
    left: 37%;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 3px);
}
@media only screen and (max-width: 1440.9px) {
    .web-modal .modal-body .swiper-button-next:after,
    .web-modal .modal-body .swiper-button-prev:after {
        width: 12px;
        height: 12px;
        left: 34%;
        top: calc(50% - 2px);
    }
}
@media only screen and (max-width: 767.9px) {
    .web-modal .modal-body .swiper-button-next:after,
    .web-modal .modal-body .swiper-button-prev:after {
        width: 10px;
        height: 10px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        left: 30%;
    }
}
.web-modal .modal-body .swiper-button-next:before,
.web-modal .modal-body .swiper-button-prev:before {
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.411' height='48.189'%3E%3Cpath d='M5.56 11.401C12.53-2.282 31.7-3.287 44.244 16.031c8.364 12.88-.35 29.983-23.352 31.188-15.335.804-25.79-15.294-15.334-35.818z' fill='%23efefef'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%) rotate(50deg);
}
@media only screen and (max-width: 1440.9px) {
    .web-modal .modal-body .swiper-button-next:before,
    .web-modal .modal-body .swiper-button-prev:before {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 991.9px) {
    .web-modal .modal-body .swiper-button-next:before,
    .web-modal .modal-body .swiper-button-prev:before {
        width: 36px;
        height: 36px;
    }
}
@media only screen and (max-width: 767.9px) {
    .web-modal .modal-body .swiper-button-next:before,
    .web-modal .modal-body .swiper-button-prev:before {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 575.9px) {
    .web-modal .modal-body .swiper-button-next:before,
    .web-modal .modal-body .swiper-button-prev:before {
        width: 27px;
        height: 27px;
        left: 57%;
    }
}
.web-modal .modal-body .swiper-button-prev {
    left: 0;
}
.web-modal .modal-body .swiper-button-next {
    right: 0;
    transform: scalex(-1);
}
