@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 14px;
    color: #1a1a1a;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**
* Basic styles for links
*/
a {
    color: #e9724c;
    text-decoration: none;
}

body {
    color: #1a1a1a;
    transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
body.menu-is-showing {
    overflow: hidden;
}

p {
    color: #1a1a1a;
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

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

.has-scroll-smooth [data-scroll-container] {
    transform: perspective(1px);
}

[data-scroll-container] {
    perspective: 999999px !important;
}

[data-scroll-container],
[data-scroll-section] {
    transform-style: preserve-3d;
    will-change: transform;
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}
@font-face {
    font-family: "Excon-Variable";
    src: url("../fonts/Excon-Variable.woff2") format("woff2"),
        url("../fonts/Excon-Variable.woff") format("woff"),
        url("../fonts/Excon-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Thin";
    src: url("../fonts/Excon-Thin.woff2") format("woff2"),
        url("../fonts/Excon-Thin.woff") format("woff"),
        url("../fonts/Excon-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Light";
    src: url("../fonts/Excon-Light.woff2") format("woff2"),
        url("../fonts/Excon-Light.woff") format("woff"),
        url("../fonts/Excon-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Regular";
    src: url("../fonts/Excon-Regular.woff2") format("woff2"),
        url("../fonts/Excon-Regular.woff") format("woff"),
        url("../fonts/Excon-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Medium";
    src: url("../fonts/Excon-Medium.woff2") format("woff2"),
        url("../fonts/Excon-Medium.woff") format("woff"),
        url("../fonts/Excon-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Bold";
    src: url("../fonts/Excon-Bold.woff2") format("woff2"),
        url("../fonts/Excon-Bold.woff") format("woff"),
        url("../fonts/Excon-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Excon-Black";
    src: url("../fonts/Excon-Black.woff2") format("woff2"),
        url("../fonts/Excon-Black.woff") format("woff"),
        url("../fonts/Excon-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Sporting Grotesque_Regular";
    src: url("../fonts/Regular/Sporting_Grotesque-Regular_web.eot");
    src: url("../fonts/Regular/Sporting_Grotesque-Regular_web.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Regular/Sporting_Grotesque-Regular_web.woff")
            format("woff"),
        url("../fonts/Regular/Sporting_Grotesque-Regular_web.woff2")
            format("woff2"),
        url("../fonts/Regular/Sporting_Grotesque-Regular_web.ttf")
            format("truetype"),
        url("../fonts/Regular/Sporting_Grotesque-Regular_web.svg#svgFontName")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Sporting Grotesque_Bold";
    src: url("../fonts/Bold/Sporting_Grotesque-Bold_web.eot");
    src: url("../fonts/Bold/Sporting_Grotesque-Bold_web.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Bold/Sporting_Grotesque-Bold_web.woff") format("woff"),
        url("../fonts/Bold/Sporting_Grotesque-Bold_web.woff2") format("woff2"),
        url("../fonts/Bold/Sporting_Grotesque-Bold_web.ttf") format("truetype"),
        url("../fonts/Bold/Sporting_Grotesque-Bold_web.svg#svgFontName")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
/**
* Basic typography style for copy text
*/
body {
    font-size: 16px;
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.container-standard {
    padding-left: 50px;
    padding-right: 50px;
}

.default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.default-padding + .default-padding {
    padding-top: 0;
}

.btn {
    max-width: 430px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    border: 1px solid #202020;
    font-size: 20px;
    line-height: 23px;
    border-radius: 35px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.btn:hover {
    background: #202020;
    color: #fff;
}

.btn--white {
    border-color: #fff;
    color: #fff;
}

.btn--white:hover {
    background: #fff;
    color: #202020;
}

.toggle {
    display: block;
    cursor: pointer;
}
.toggle input {
    display: none;
}
.toggle input + div {
    width: 20px;
    height: 14px;
    position: relative;
}
.toggle input + div div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.5s ease;
}
.toggle input + div div span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.toggle input + div div span:first-child {
    top: 0;
}
.toggle input + div div span:first-child:before,
.toggle input + div div span:first-child:after {
    top: 0;
}
.toggle input + div div span:last-child {
    bottom: 0;
}
.toggle input + div div span:last-child:before,
.toggle input + div div span:last-child:after {
    bottom: 0;
}
.toggle input + div div span:before,
.toggle input + div div span:after {
    content: "";
    display: block;
    width: 47%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    -webkit-backface-visibility: hidden;
    transition: transform 0.5s ease, border-radius 0.3s ease,
        background 0.4s ease;
}
.toggle input + div div span:before {
    left: 0;
    transform-origin: 0 50%;
    transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span:after {
    right: 0;
    transform-origin: 100% 50%;
    transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
    display: block;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    width: 44px;
    height: 44px;
    stroke-linecap: round;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    stroke-dasharray: 0 82.801 8 82.801;
    stroke-dashoffset: 82.801;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease,
        transform 0.5s ease, stroke 0.4s ease;
}
.toggle input + div svg:nth-child(3) {
    transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
    transform: rotate(90deg);
}
.toggle input:checked + div div span:before,
.toggle input:checked + div div span:after {
    background: #fff;
}
.toggle input:checked + div div span:first-child:before {
    transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child:after {
    transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:before {
    transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:after {
    transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
    stroke-dashoffset: 62;
    stroke-dasharray: 0 82.801 62 82.801;
    transform: rotate(90deg);
    stroke: #fff;
}
.toggle input:checked + div svg:nth-child(3) {
    transform: rotate(270deg);
}
#question-answer {
    display: none;
}

.cta-inner {
    padding: 120px 0;
    position: relative;
    background-color: #fafafa;
    z-index: 2;
}

#cta-breaker h3 {
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    overflow: hidden;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#cta-breaker h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    header .text-end {
        display: none;
    }
    header .menu-toggle {
        order: 2;
    }
    header #logo {
        position: static;
        transform: none;
        order: 1;
    }
    header #logo img {
        height: 60px;
    }
}
.social-links {
    padding: 0 40px;
}

#svg-text path {
    fill: none;
    stroke: #000;
    transform-origin: center;
}

#svg-text path:hover {
    transform: translateY(-10px);
}

#landing {
    height: 100vh;
    overflow-x: hidden;
}
#landing svg {
    width: 90%;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
#landing .landing-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
#landing .landing-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    opacity: 0;
    z-index: 1;
    transition: all 3s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    transform: scale(1.5);
    opacity: 0;
    transition: all 4s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-image.is-showing:before {
    opacity: 0.75;
}
#landing .landing-image.is-showing img {
    opacity: 1;
}
#landing .landing-image.is-scaled img {
    transform: scale(1);
}
#landing .landing-image.is-animating img {
    animation: zoomIns 100s linear infinite;
}
#landing .landing-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}
#landing .landing-content .landing-title {
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#landing .landing-content .landing-title span {
    display: inline-block;
    transform: translateY(100px);
    transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-content .landing-title.is-loaded span {
    transform: translateY(0);
}
#landing .landing-content .landing-title.is-white {
    color: #fff;
}
#landing .landing-content p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    overflow: hidden;
    font-weight: 200;
    line-height: 1.8;
}
#landing .landing-content p .hiding-span {
    transform: translateY(200px);
    display: inline-block;
    transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
#landing .landing-content p .hiding-span > span {
    position: relative;
    display: inline-block;
}
#landing .landing-content p .hiding-span > span:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #e9724c;
    z-index: 0;
    transition: all 0.5s ease-out;
    transition-delay: 2s;
}
#landing .landing-content p.is-showing .hiding-span {
    transform: translateY(0);
}
#landing .landing-content p.is-showing .hiding-span > span {
    position: relative;
    display: inline-block;
}
#landing .landing-content p.is-showing .hiding-span > span:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e9724c;
    z-index: 0;
}

@keyframes zoomIns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
.byabasayi-numbers {
    padding: 150px 0 0px 0;
    margin-top: -100px;
    position: relative;
    overflow-y: hidden;
}
.byabasayi-numbers .moving-logo {
    position: absolute;
    top: -50px;
    right: -200px;
    opacity: 0.5;
    width: 600px;
    z-index: 999;
}
.byabasayi-numbers .moving-logo.fixed {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
    width: 500px;
}
.byabasayi-numbers .byabasayi-numbers--box {
    padding: 30px 75px;
}
.byabasayi-numbers .byabasayi-numbers--box .number {
    font-size: 96px;
    font-weight: 900;
    opacity: 0.9;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    color: #51aae4;
    transform: rotateY(90deg);
}
.byabasayi-numbers .byabasayi-numbers--box .number > span {
    position: absolute;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #000;
    opacity: 0.8;
}
.byabasayi-numbers .byabasayi-numbers--box p {
    opacity: 0;
    transform: translateY(100px);
}
.byabasayi-numbers .byabasayi-numbers--box p:first-of-type {
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.byabasayi-numbers .byabasayi-numbers--box p:last-of-type {
    line-height: 1.8;
}

.moving-title {
    display: inline-block;
}

#mainText {
    fill: #000;
}

.more-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.more-content .m-content {
    padding: 10px 25px;
    margin-bottom: 35px;
}
.more-content .m-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 300;
}

.top-image {
    position: absolute;
    width: 750px;
    top: 0;
}

.byabasati-steps {
    position: relative;
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 80px;
    overflow: hidden;
}
.byabasati-steps .lead {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    margin: 50px 0 15px 0;
}
.byabasati-steps:before {
    content: "";
    display: none;
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -250px;
    top: 50%;
    opacity: 0.1;
    transform: translateY(-60%);
    background-image: url("../images/briefcase3.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.how__top {
    position: relative;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

.how__top .t1,
.how__top .t2,
.how__top .t3,
.how__top .t4 {
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.how__top .t1 {
    text-align: center;
    font-size: 8.5vw;
    text-transform: uppercase;
    line-height: 120%;
}

.how__top .t1 {
    left: 10px;
}

.how__top .t2 {
    left: 340px;
    top: 275px;
    font-size: 140px;
    line-height: 120%;
    /* position: relative; */
}

.how__top .t2 {
    left: 500px;
}

.how__top .t2 i {
    position: absolute;
    width: 390px;
    height: 224px;
    border-radius: 50%;
    opacity: 0.4;
    border: 1px solid #ffffff;
    top: -10px;
    left: -100px;
    display: block;
}

.how__top .t3 {
    right: 10px;
    top: 300px;
    font-size: 230px;
    line-height: 120%;
}

.how__top .t3 {
    top: 460px;
}

.how__top .t4 {
    font-size: 230px;
    line-height: 120%;
    bottom: 0;
    left: 10px;
}

.how__top .t4 {
    display: none;
}

@media (max-width: 1200px) {
    .how__top {
        height: 240px;
        margin-bottom: 40px;
    }
    .how__top .t1,
    .how__top .t1 {
        left: 16px;
        top: 32px;
        font-size: 52px;
        line-height: 52px;
    }
    .how__top .t2 {
        font-size: 40px;
        line-height: 52px;
        top: 104px;
        left: 70px;
    }
    .how__top .t2 {
        left: 130px;
        top: 120px;
    }
    .how__top .t2 i {
        width: 104px;
        height: 68px;
        left: -22px;
        top: -5px;
    }
    .how__top .t3 {
        top: 100px;
        font-size: 52px;
        line-height: 52px;
        right: 0;
    }
    .how__top .t3 {
        top: 180px;
        right: 16px;
    }
    .how__top .t4 {
        font-size: 52px;
        line-height: 52px;
        left: 0;
    }
}
.how-list li {
    line-height: 1.8;
    margin: 40px 0;
    position: relative;
}
.how-list li::before {
    content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    position: absolute;
}
.how-list li p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.howto-get {
    padding-top: 80px;
    color: #fff;
}
.howto-get .get-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.howto-get .box-step {
    padding: 40px 12px;
    position: relative;
}
.howto-get .box-step p {
    font-size: 64px;
    font-weight: 100;
    position: relative;
}
.howto-get .box-step p i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 24px;
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
    transition: all 0.25s ease-in;
}
.howto-get .box-step p.show-plus i {
    opacity: 1;
    transform: translateY(-50%) rotate(45deg);
}
.howto-get .box-step p:hover i {
    opacity: 1;
}
.howto-get .box-step:last-of-type {
    margin-bottom: 32px;
}
.howto-get .box-step:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.howto-get .box-step:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.25s ease-in-out;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.9);
}
.howto-get .box-step:hover {
    cursor: pointer;
}
.howto-get .box-step:hover::after {
    width: 100%;
}
.howto-get .box-step p {
    font-family: "DM Sans", sans-serif;
    color: #fff;
}
.howto-get .box-step p span {
    display: inline-block;
    margin-right: 15px;
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
}
.howto-get .box-step .response-box {
    padding: 20px 32px;
    display: none;
}
.howto-get .box-step .response-box p {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.25px;
}
.howto-get .box-step .final-box {
    padding: 20px 32px;
    display: none;
}
.howto-get .box-step .final-box p {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.25px;
}

#form-show {
    position: relative;
}

.box-step .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.svg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.svg-wrapper svg {
    overflow: visible;
    height: 100%;
    /* Fix Safari rendering bug */
    transform: translateZ(0);
}
.svg-wrapper path {
    stroke-width: 2;
    stroke: gray;
    opacity: 0;
}
.svg-wrapper .briefcase-1 {
    width: 125px;
    height: 125px;
}
.svg-wrapper .briefcase-1 img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.12;
}

@media only screen and (max-width: 600px) {
    #landing .landing-content .landing-title {
        font-size: 18px;
    }
    .byabasayi-about {
        padding: 40px 0 20px 0;
    }
    .byabasayi-about .byabasyi-about--paragraph {
        font-size: 24px;
        line-height: 48px;
    }
    .byabasayi-numbers .byabasayi-numbers--box {
        padding: 0 24px;
        margin-bottom: 20px;
    }
    .top-image {
        position: static;
        width: auto;
    }
    .more-content {
        height: auto;
    }
    .byabasayi-numbers {
        padding-bottom: 0;
    }
    .howto-get .box-step p {
        font-size: 24px;
    }
    .howto-get .box-step .subscription-form {
        padding: 20px 0;
    }
}
.footer-text {
    position: relative;
}

.line-1 {
    position: relative;
    top: 50%;
    width: 20.18em;
    margin: 0 auto;
    border-right: 2px solid rgba(255, 255, 255, 0.75);
    font-size: 4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    box-sizing: content-box;
    display: block;
}

.anim-typewriter.line-1 {
    font-size: 5.2rem;
    font-weight: 600;
}

/* Animation */
.anim-typewriter,
.anim-typewriter2 {
    width: 0;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 275px;
    overflow-x: hidden;
    margin: auto;
    z-index: -1;
}

.marquee .content {
    font-size: 5.25rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 120s linear infinite;
    top: 41%;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.help-text {
    opacity: 0.9;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
.help-text > span {
    position: absolute;
    top: 53%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #000;
    opacity: 0.5;
}

.entre-text {
    opacity: 0.9;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
.entre-text > span {
    position: absolute;
    top: 53%;
    left: 50.25%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #4a4a4a;
    opacity: 0.3;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subscription-form {
    padding: 20px 32px;
}
.subscription-form .input-container {
    width: 100%;
    position: relative;
    top: 50px;
    margin-bottom: 25px;
}
.subscription-form label {
    color: #000;
    position: absolute;
    cursor: text;
    transform: translateY(-25px);
    transition: transform 0.3s ease;
    left: 0;
    bottom: -15px;
}
.subscription-form input,
.subscription-form select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    transition: 0.6s;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.subscription-form input:focus,
.subscription-form select:focus {
    outline: none;
    border-bottom: 2px solid #e9724c;
}
.subscription-form .animation label {
    transform: translateY(-55px);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.subscription-form .animation-color label {
    color: #e9724c;
}

.footer {
    position: relative;
    z-index: -1;
    background-color: #3a3a3a;
}

.footer-text {
    position: relative;
}
.footer-text .footer-contacts {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 3;
}
.footer-text .footer-contacts .foot-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.footer-text .footer-contacts .foot-info p {
    line-height: 1;
}
.footer-text .footer-contacts .foot-info .icon {
    font-size: 56px;
    margin-right: 10px;
}
.footer-text .footer-contacts .foot-info .icon i {
    line-height: 1.8;
}
.footer-text .footer-contacts .foot-info .info .foot-title {
    font-size: 18px;
}
.footer-text .footer-contacts .foot-info .info .pinfo {
    font-size: 28px;
    font-weight: 600;
}
.footer-text .footer-contacts .social-links p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-text .footer-contacts .social-links .social-icons {
    display: flex;
    align-items: center;
}
.footer-text .footer-contacts .social-links .social-icons a {
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
}

#byabasayi-about {
    padding: 40px 0;
    background-color: rgb(250, 250, 250);
    height: 100vh;
    display: flex;
    align-items: center;
}
#byabasayi-about .about-main-text {
    position: relative;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
#byabasayi-about .about-main-text p {
    font-size: 8vw;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}
#byabasayi-about .about-main-text .sub-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35%;
    font-size: 20px;
    text-transform: none;
    font-family: "Lexend", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.8;
}

.video-bg {
    width: 0;
    overflow: hidden;
    height: 75vh;
    margin: 0 auto;
}
.video-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.video-wrapper {
    padding-top: 60px;
}

.video-wrap-text h4 {
    margin: 64px 0 80px 0;
    font-size: 3.25rem;
}

.col-left {
    margin-top: 50px;
}

.col-right {
    margin-top: 15%;
}

.image-features {
    margin-top: 32px;
    margin-bottom: 14px;
    overflow: hidden;
}
.image-features img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.image-feature-content {
    padding-right: 10%;
}
.image-feature-content p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.image-feature-content p:last-of-type {
    font-size: 14px;
    line-height: 1.8;
}

.horizontal-sections {
    overflow: hidden;
}
.horizontal-sections .section {
    height: 100vh;
    width: 75vw;
}
.horizontal-sections .animation-wrap,
.horizontal-sections .pin-wrap {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100vh;
}
.horizontal-sections #section-A1 {
    display: flex;
    align-items: center;
}
.horizontal-sections #section-A1 h2 {
    font-size: 9vw;
    line-height: 1;
    margin-bottom: 40px;
}
.horizontal-sections #section-A1 p {
    font-size: 14px;
}
.horizontal-sections #section-A1 .new-fontSize {
    font-size: 20px;
}
.horizontal-sections .feature-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 90px 0;
}
.horizontal-sections .feature-wrapper .feature-section {
    position: relative;
}
.horizontal-sections .feature-wrapper .feature-image {
    max-width: 75%;
    margin: 0 auto;
    position: relative;
}
.horizontal-sections .feature-wrapper .feature-image .number {
    font-size: 96px;
    font-weight: 900;
    opacity: 0.9;
    margin-bottom: 14px;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -30px;
    color: #51aae4;
}
.horizontal-sections .feature-wrapper .feature-image .number > span {
    position: absolute;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #000;
    opacity: 0.8;
}
.horizontal-sections .feature-wrapper .feature-content {
    position: absolute;
    max-width: 450px;
    right: 5px;
    padding: 25px;
    bottom: -60px;
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 10px;
}

.white-space1 {
    flex: 0 0 150px;
}

.landing-sticky {
    background: #fff;
}

#landing {
    background-color: #fff;
}

.video-wrap-text {
    padding-bottom: 80px;
}

.byabasayi-partners {
    position: relative;
    height: 85vh;
    z-index: 2;
}
.byabasayi-partners .mockup-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.byabasayi-partners .mockup-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.byabasayi-partners .patners-content {
    height: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.byabasayi-partners .patners-content h4 {
    font-size: 4vw;
    position: relative;
    z-index: 2;
    line-height: 1;
    margin-bottom: 40px;
}
.byabasayi-partners .patners-content p {
    position: relative;
    z-index: 2;
}

.partners-items {
    position: relative;
    z-index: 2;
}
.partners-items .partner-item {
    padding: 15px;
}
.byabasayi-partners .patners-content .partners-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.partners-details {
    padding: 20px 40px 20px 75px;
}
.image-fit {
    width: auto;
    height: 100%;
}
.partners-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    width: 40%;
    z-index: 0;
}
.main-partners-slide .slick-list,
.main-partners-slide .slick-list .slick-track {
    height: 100%;
}
.slick-dots {
    bottom: 25px;
}
.footer-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-contact li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.footer-contact li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.footer-contact li a:hover::before {
    width: 100%;
}
.footer-contact li a i {
    margin-right: 5px;
}
@media only screen and (max-width: 600px) {
    #byabasayi-about {
        height: 100vh;
        flex-direction: column;
        justify-content: center;
    }
    #byabasayi-about .about-main-text .sub-text {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 40px;
    }
    .video-bg {
        height: 275px;
    }
    #byabasayi-about .about-main-text p {
        font-size: 16vw;
    }
    .video-wrap-text h4 {
        font-size: 28px;
    }
    .white-space1 {
        display: none;
    }
    .horizontal-sections .section {
        height: auto;
    }
    .horizontal-sections .animation-wrap,
    .horizontal-sections .pin-wrap {
        display: block;
        height: auto;
        padding: 60px 0 0 0;
    }
    .horizontal-sections .section {
        width: 100%;
    }
    .how__top {
        height: auto;
        margin-bottom: 10px;
    }
    .how__top .t1,
    .how__top .t1 {
        left: 16px;
        top: 32px;
        font-size: 48px;
        line-height: 52px;
    }
    form .btn {
        margin-top: 30px;
    }
    .subscription-form {
        padding: 20px 0;
    }
    .marquee .content {
        font-size: 2.25rem;
    }
    .marquee {
        height: 125px;
    }
    .footer-text {
        padding-bottom: 20px;
    }
    .partners-details {
        position: static;
        transform: none;
        margin-top: 25px;
        width: 100%;
        padding: 15px;
    }
    .partners-details img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-contact {
        flex-direction: column;
    }
    .footer-contact li {
        margin-bottom: 15px;
    }
    .slick-dots {
        bottom: -25px;
    }
}
.red-color {
    color: #e9724c;
}

.like-logo {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#fixed-social {
    position: fixed;
    bottom: 130px;
    right: 0;
    z-index: 999999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    border-radius: 4px;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-call {
    background-color: #51aae4;
}

.fixed-email {
    background-color: #7360f2;
}

.fixed-whatsapp {
    background: #25d366;
}

.fixed-call span {
    background-color: #51aae4;
}

.fixed-email span {
    background-color: #7360f2;
}

.fixed-whatsapp span {
    background: #25d366;
}
#landing .landing-image img {
    object-position: top;
}
.about-main-text > p:last-of-type {
    text-transform: none;
    /*color: #51aae4;*/
}
#byabasayi-about .about-main-text p {
    font-size: 7.5vw;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    line-height: 0.9;
}
.like-logo {
    font-weight: 600;
    letter-spacing: 1.5px;
}
.video-wrap-text h4 {
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 1.5;
}
.horizontal-sections #section-A1 h2 {
    font-size: 9vw;
    line-height: 1;
    margin-bottom: 48px;
    font-weight: 400;
}
.how__top .t1 {
    font-size: 7.75vw;
}
.byabasati-steps .lead {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.8;
    margin: 20px 0 0 0;
}
.subscription-form {
    padding: 0px 32px;
}
a {
    color: #51aae4;
    text-decoration: none;
}
.btn {
    background-color: #51aae4;
    color: #fff;
    border-color: #51aae4;
}
.btn:hover {
    border-color: #000;
}
.byabasati-steps .lead {
    margin: 10px 0;
}
#byabasayi-about .about-main-text .sub-text {
    top: 65%;
}
.blue-text {
    color: #51aae4;
}
.font-light {
    font-weight: 400;
}
#byabasayi-about .about-main-text p.trial-font {
    font-size: 14px;
    font-weight: 400;
    padding-left: 40px;
}

.customModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s ease-in-out;
}
.customModal.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.75s ease-in-out;
}
.customModal .customModalWrapper {
    max-width: 800px;
    height: 75vh;
    background-color: #fff;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 90px 0;
    position: relative;
}
.customModal .customModalWrapper .custommodalBody {
    width: 750px;
}
.customModalBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
#closeModal {
    position: absolute;
    top: 20px;
    right: 20px;
}
#closeModal:hover {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .scroll-container {
        overflow-x: hidden;
    }
    .nav-brand img {
        width: 200px;
    }
    #byabasayi-about .about-main-text p {
        font-size: 16vw;
        line-height: 1.1;
    }
    .video-wrap-text h4 {
        font-size: 18px;
    }
    .btn {
        max-width: 330px;
        font-size: 16px;
        width: auto;
    }
    .mainImg {
        display: none;
    }

    .byabasati-steps form {
        position: relative;
    }
    .customModal {
        width: 100vw;
        height: 100vh;
    }
    .customModal .customModalWrapper {
        max-width: 75%;
        height: 75%;
        background-color: #fff;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        padding: 20px 0;
        position: relative;
    }
    .customModal .customModalWrapper .custommodalBody {
        width: 100%;
        padding: 30px 10px;
    }
    .customModal .customModalWrapper .custommodalBody h4 {
        font-weight: 400;
        font-size: 16px;
    }
    .btn {
        line-height: 48px;
        height: 48px;
    }
    .customModal .customModalWrapper .custommodalBody .btn {
        margin-top: 50px;
    }
    .horizontal-sections .feature-wrapper .feature-image .number {
        font-size: 48px;
    }
    .horizontal-sections .feature-wrapper .feature-image .number {
        left: -10px;
        top: -15px;
    }
    .horizontal-sections .feature-wrapper .feature-image {
        max-width: 100%;
    }
    .horizontal-sections .feature-wrapper .feature-image {
        height: 275px;
    }
    .horizontal-sections .feature-wrapper {
        padding: 75px 15px;
    }
    .nav-menu > li > a {
        color: #131313;
    }
}
