@font-face {
    font-family: "Socialico";
    src: url(fonts/Socialico/Socialico.eot);
    src:
        url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
        url(fonts/Socialico/Socialico.woff2) format("woff2"),
        url(fonts/Socialico/Socialico.woff) format("woff"),
        url(fonts/Socialico/Socialico.ttf) format("truetype"),
        url(fonts/Socialico/Socialico.svg) format("svg");
}
@font-face {
    font-family: "socialico-plus";
    src: url(fonts/SocialicoPlus/socialico-plus.eot);
    src:
        url("fonts/SocialicoPlus/socialico-plus.eot?#iefix") format("embedded-opentype"),
        url(fonts/SocialicoPlus/socialico-plus.woff2) format("woff2"),
        url(fonts/SocialicoPlus/socialico-plus.woff) format("woff"),
        url(fonts/SocialicoPlus/socialico-plus.ttf) format("truetype"),
        url(fonts/SocialicoPlus/socialico-plus.svg) format("svg");
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page {
    width: 1920px;
    transform-origin: top left;
}
body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Arial", sans-serif;
    position: relative;
}
html,
body {
    font-family: "Poppins";
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
div,
article,
section,
dl,
dt,
dd,
table,
tr,
td,
ul,
ol,
li,
p,
span,
small,
em,
h1,
h2,
h3,
h4,
h5,
h6,
nav {
    padding: 0;
    margin: 0;
}
.row {
    max-width: 1620px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}
.destroy-on-load,
.cta {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li,
span,
label {
    background: #00000001;
}
a.cc-btn.cc-dismiss {
    background-color: #1e5c8f !important;
}
p {
    font-family: poppins;
    line-height: 160%;
    letter-spacing: -0.5px;
}
h3 {
    color: #152644;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
h2 {
    color: #212121;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.04em;
}
#page.inner #content .row.flex.testimonials,
#page.inner #content .row.flex.process {
    text-align: center;
}
#page.inner #content .row.flex.process {
    background: #fff;
}
#page.inner #content .row.flex.process .flex .num {
    color: #000;
}
#page.inner #content .row.flex.process .flex div {
    background: #f7f7f7;
}
#page.inner #content .row.flex {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
}
.inner #content P {
    font-size: 18px;
}
.inner #content h1 {
    font-size: 50px;
    color: #212121;
}
.inner #content {
    text-align: center;
    min-height: 690px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.flex {
    display: flex;
    gap: 40px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
header {
    position: absolute;
    width: 100%;
}
header .row.flex nav ul li {
    padding: 10px;
}
header .row.flex nav ul li:hover {
    background: #162744;
    font-weight: 700;
}
header nav {
    margin-right: -150px;
}
header .row.flex nav ul {
    color: #fff;
    list-style: none;
    font-size: 18px;
    font-family: "Poppins";
    letter-spacing: 1.9px;
    font-weight: 500;
}
header .row.flex {
    justify-content: space-between;
    align-items: center;
    max-width: 1750px;
    margin: 40px auto 0 100px;
}
#content {
    text-align: left;
}
.login.flex {
    gap: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 15px 30px;
    display: none;
}
.login.flex h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
#banner {
    background: url(../images/content/banner.webp);
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 1040px;
}
#banner .flex.row {
    max-width: 1700px !important;
    width: 100%;
}
#banner .left .flex div {
    display: flex;
    gap: 10px;
}
#banner .left {
    color: #fff;
    text-align: left;
    max-width: 870px;
    margin-top: -110px;
}
#banner .left h3 {
    background: #233e519d;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 5px;
    border: 2px solid #fff;
    max-width: 320px;
    position: relative;
    color: #fff;
    letter-spacing: 0;
}
#banner .left h3::before {
    content: "";
    background: url(../images/content/green.webp);
    display: block;
    width: 20px;
    height: 20px;
    z-index: 9;
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 25px;
}
#banner .left p {
    font-size: 22px;
    font-family: poppins;
    max-width: 500px;
    line-height: 160%;
    margin-bottom: 20px;
}
#banner .right h3 {
    color: #142644;
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}
#banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    font-family: Montserrat;
    margin: 10px 0;
    letter-spacing: -.04em;
}
div#banner .flex h4 {
    font-weight: 400;
}

#banner .first {
    margin-right: -25px;
}
#banner .left .flex div {
    font-size: 14px;
    flex: 1 1 0%;
    width: 0;
}
#banner .left .flex {
    gap: 10px;
    max-width: 560px;
}
#banner .flex.row {
    align-items: center;
    gap: 340px;
    justify-content: center;
    max-width: 1700px !important;
    width: 100%;
    margin: 190px auto 0;
}
.form input,
.form select {
    display: block;
    width: 100%;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: "Montserrat";
}
.form label span {
    color: #b20000;
}
.form label {
    text-align: left;
    display: block;
    font-size: 14px;
    color: #666;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-weight: 500;
}
.form {
    background: #fff;
    border-radius: 30px;
    padding: 50px 40px 30px;
}
.form p.last {
    color: #878787;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 10px auto 0;
}
form .flex {
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
form .messages p {
    display: none;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}
form .loading {
    display: none;
}
form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px;
}
form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
button.ctcBtn.btn {
    font-size: 18px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: #162744;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.form p {
    color: #666;
    font-size: 20px;
    font-family: "Poppins";
    letter-spacing: -0.5px;
    margin-bottom: 35px;
}
.right.form {
    width: 100%;
    max-width: 640px;
    margin-left: -90px;
    margin-right: 20px;
}
.right iframe {
    width: 100%;
}
.row.challenge.flex .right {
    margin-top: -40px;
    border-radius: 30px;
    margin-right: -70px;
    width: 760px;
}
.row.challenge.flex h3 {
    color: #152644;
    font-size: 14px;
    font-family: poppins;
    font-weight: 500;
    letter-spacing: .1em;
}
.row.challenge.flex p {
    font-size: 18px;
    line-height: 190%;
    max-width: 740px;
    margin: 10px 0 20px;
}
.row.challenge.flex h2 {
    color: #212121;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 700;
}
.row.flex {
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}
.row.challenge.flex ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.row.challenge.flex {
    padding: 190px 20px 90px;
}
.row.challenge.flex p.last {
    color: #777;
    margin-top: 30px !important;
    display: block;
    font-style: italic;
}
.row.challenge.flex p {
    font-size: 18px;
    line-height: 190%;
    max-width: 700px;
    margin: 10px 0 20px;
}
.row.challenge.flex .right iframe {
    border-radius: 15px;
}
.row.flex.approach {
    background: #f7f5f3;
    text-align: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 190px 0 140px;
}
.row.flex.approach p {
    margin-bottom: 30px;
    max-width: 860px;
    margin: 0 auto 20px;
    line-height: 170%;
    font-size: 18px;
    font-weight: 500;
}
.row.flex.approach img {
    margin-top: 20px;
}
.about .info p {
    font-size: 16px;
    color: #777;
    letter-spacing: -.02em;
}
.about .info h2 {
    color: #132644;
    font-size: 25px;
    font-family: "Montserrat";
    font-weight: 700;
    margin: 0;
    letter-spacing: -2px;
}
.row.flex.about .left {
    position: relative;
}
.about .info {
    padding: 10px 0;
    text-align: center;
    box-shadow: 4px 4px 7px 0px rgb(0, 0, 0, 0.35);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: -30px;
    background: #fff;
    max-width: 250px;
    border-radius: 10px;
}
.row.flex.about .right p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 190%;
    max-width: 681px;
}
.row.flex.about .right h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.row.flex.about .right h2 {
    font-size: 40px;
    margin: 30px 0 20px;
}
.row.flex.about .right {
    width: 800px;
}
.row.flex.about {
    padding: 100px 50px;
}
.row.flex.about ul li {
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}
.row.flex.about ul {
    column-count: 2;
}
.row.flex.about ul {
    list-style-image: url(../images/content/check.webp);
}
.row.flex.process .flex h4 {
    font-size: 25px;
    margin: 0 auto 15px;
    font-family: "Montserrat";
    letter-spacing: -1px;
}
.row.flex.process .flex .num {
    font-size: 70px;
    margin: 0 auto 10px;
    font-weight: 700;
    letter-spacing: -3px;
    color: #d7d7d7;
}
.row.flex.process .flex {
    gap: 25px;
    max-width: 1300px;
    margin: 50px 0;
}
.row.flex.process .flex div {
    background: #fff;
    flex: 1 1 0%;
    padding: 20px 40px 40px;
    border-radius: 20px;
}
.row.flex.process {
    justify-content: center;
    text-align: center;
    background: #f7f5f3;
    max-width: 100%;
    padding: 190px 0;
}
.row.flex.testimonials .flex div h4 {
    color: #666;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
}
.row.flex.testimonials .flex div h3 {
    font-size: 20px;
    margin: 30px auto 0;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Montserrat";
}
.row.flex.testimonials .flex div p {
    line-height: 170%;
    margin: 20px 0;
    font-size: 18px;
}
.row.flex.testimonials .flex div {
    border: 2px solid #eee;
    padding: 40px 30px;
    text-align: left;
    border-radius: 18px;
    flex: 1 1 0%;
}
.row.flex.testimonials {
    text-align: center;
    padding: 150px 0;
    justify-content: center;
}
.row.flex.testimonials .flex {
    gap: 25px;
    max-width: 1600px;
    margin: 40px auto 0;
}
.row.flex.testimonials .flex div.ad h3 {
    margin: 55px auto 0;
}
.row.flex.choose h2 {
    margin: 20px 0 60px;
}
.row.flex.choose {
    background: #f7f5f3;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding: 240px 0 250px;
}
.row.flex.coverage {
    display: flex;
    justify-content: space-around;
}
.row.flex.coverage div div {
    text-align: left;
}
.row.flex.coverage .flex .flex {
    gap: 10px;
    align-items: center;
    justify-content: start;
}
.row.flex.coverage div {
    width: 100%;
    text-align: center;
}
.row.flex.coverage .container ul li {
    margin-top: 6px;
}
.row.flex.coverage .container ul {
    padding-left: 25px;
    font-size: 20px;
}
.row.flex.coverage .container {
    font-size: 25px;
    margin: 30px auto 0;
    max-width: 1400px;
    gap: 25px;
}
.row.flex.coverage {
    padding: 150px 0 100px;
}
.row.flex.coverage .container div div {
    border: none;
    padding: 0;
}
.row.flex.coverage .container div {
    border: 2px solid #aaa;
    padding: 40px;
    border-radius: 10px;
    flex: 1 1 0%;
}
.row.flex.coverage p {
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
.row.flex.coverage .nation.flex h3 {
    margin: 0;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 400;
}
.row.flex.coverage .nation.flex {
    justify-content: center;
    align-items: center;
    background: #eee;
    margin: 40px auto 0;
    border-radius: 500px;
    padding: 5px 0;
    gap: 10px;
    max-width: 250px;
}
.row.flex.coverage .flex h4 {
    letter-spacing: -0.5px;
}
.row.flex.do h3 {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.row.flex.do {
    padding: 100px 0 80px;
    background: #162744;
    color: #fff;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}
.row.flex.do p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 210%;
}
.row.flex.do .build {
    color: #c49151;
    border: 2px solid #c49151;
    padding: 20px;
    display: block;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 10px;
}
.row.flex.do h4 {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 700;
}
.row.flex.do .info a {
    display: block;
    margin-top: 40px;
    font-size: 20px;
}
.row.flex.do h2 {
    color: #fff;
    margin: 0;
}
.row.flex.sell .form h3 {
    color: #142644;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0;
    font-family: "Montserrat";
}
.row.flex.sell .form {
    margin: 30px auto 0;
    border-radius: 6px;
}
.row.flex.sell {
    justify-content: center;
    max-width: 100%;
    text-align: center;
    background: #eee;
    padding: 50px 0 30px;
}
.row.flex.sell .form {
    margin: 30px auto 0;
    border-radius: 11px;
    padding: 70px 50px 30px;
}
.sell .form p {
    margin-bottom: 30px;
    font-size: 20px;
}
.row.flex.sell p {
    font-size: 25px;
    letter-spacing: -1.4px;
}
.row.flex.sell p.last {
    font-size: 16px !important;
    margin: 10px auto 0;
}
.row.flex.sell .form p {
    font-size: 20px;
    letter-spacing: -0.5px;
}
.row.flex.sell h2 {
    margin-bottom: 20px;
}
div#footer img.td {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 40px;
}
div#footer {
    background: #162744;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 40px 6%;
}
#footer p.copy {
    text-align: center;
    font-size: 20px;
}
.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
    display: none;
}
#content .row.flex.about {
    padding: 50px;
    text-align: left;
}