@import "./alert.css";
@import "./cookie-alert.css";
@import "./fb-modal.css";

body {
    min-height: 100%;
    background: #f0fbff;
    background: radial-gradient(circle at 70.3% 71.24%, #f0fbff, transparent 61%), radial-gradient(circle at 90% 7.98%, #f0fbff, transparent 67%), radial-gradient(circle at 23.87% 49.16%, #f0fbff, transparent 67%), radial-gradient(circle at .12% 1%, rgba(33, 187, 239, .38), transparent 39%) no-repeat, radial-gradient(circle at 85.12% 49.54%, rgba(8, 235, 150, .38), transparent 35%), radial-gradient(circle at 50% 50%, #fff, #fff 100%);
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}

a:hover {
    text-decoration: none
}

picture {
    position: relative;
    display: block
}

img {
    vertical-align: bottom
}

hr {
    background: #cbdceb;
    height: 1px;
    border: 0;
    margin: 25px 0;
    padding: 0
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 48px
    }
}

.button svg {
    width: 21px;
    height: 21px;
    margin-right: 15px;
    min-width: 21px
}

p.styled strong {
    font-weight: 600
}

ul.list li::before {
    content: "";
    background: #21bbef;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 0
}

ul.list li ul {
    padding-top: 5px;
    padding-left: 20px
}

.about h2, .business h2, .contact h3, .hero .description h1, .login h2, .signup h2 {
    color: #27455e
}

.breadcrumbs ul li a {
    text-decoration: underline;
    color: #27455e
}

@media only screen and (min-width: 768px) {
    header .logo img {
        width: 140px
    }

    header .menu-blank-switch {
        display: none
    }
}

header .menu-switch::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #27455e;
    box-shadow: 0 10px 0 #27455e, 0 20px 0 #27455e
}

@media only screen and (min-width: 768px) {
    header .menu-switch {
        display: none
    }

    header [type=checkbox]:checked ~ .menu-blank-switch {
        display: none
    }
}

@media screen and (min-width: 375px) {
    header [type=checkbox]:checked ~ nav {
        width: 65%
    }
}

@media screen and (min-width: 550px) {
    header [type=checkbox]:checked ~ nav {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ nav {
        width: auto
    }
}

header [type=checkbox]:checked ~ nav ul {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 768px) {
    nav, nav ul {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        padding: 0
    }

    nav {
        box-shadow: none;
        transition: none;
        position: static;
        background: 0 0;
        width: auto;
        height: auto;
        flex: 1 1 auto;
        flex-grow: 0
    }

    nav ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        flex: 0 1 auto;
        list-style-type: none;
        margin: 0;
        height: 100%
    }

    nav ul li {
        padding: 0 15px;
        justify-content: start
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        color: #27455e;
        font-size: 16px
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li a {
        font-size: 18px
    }
}

nav ul li a.active::after, nav ul li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #08eb96;
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width: 768px) {
    nav ul li a svg {
        filter: none
    }
}

@media screen and (min-width: 425px) {
    .bottom .container {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
}

@media screen and (min-width: 980px) {
    .bottom .container {
        grid-template-columns:minmax(300px, 40%) minmax(225px, 20%) minmax(225px, 20%) minmax(225px, 20%);
        grid-template-rows:1fr
    }

    .bottom .container > div {
        margin: 0
    }
}

.bottom .container > div:first-child, .contact .details > div:first-child {
    margin-top: 0
}

.bottom h4 {
    color: #21bbef
}

@media screen and (min-width: 425px) {
    .bottom .logo p {
        max-width: 240px
    }
}

footer {
    background: #21bbef;
    padding-top: 15px;
    padding-bottom: 15px
}

footer p {
    margin: 0;
    text-align: center
}

.contact {
    padding-top: 60px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) {
    .contact {
        background: url(../../images/new/contact.svg) no-repeat bottom right calc(50% - 400px);
        background-size: 800px;
        padding-top: 100px;
        padding-bottom: 200px
    }
}

.contact h1, .panel h1, .contact .h1, .panel .h1 {
    color: #27455e;
    position: relative;
    display: inline-block;
    padding-bottom: 25px
}

.contact h1::after, .panel h1::after, .contact .h1::after, .panel .h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #08eb96
}

.contact h1 + p, .contact .h1 + p {
    padding-top: 40px;
    padding-bottom: 60px
}

@media screen and (min-width: 768px) {
    .contact h1 + p, .contact .h1 + p {
        padding-bottom: 80px
    }
}

.contact .email {
    color: #08eb96;
    text-decoration: underline
}

.business .container .description .download:hover, .contact .email:hover {
    color: #0bdd90
}

.contact .details {
    max-width: 860px
}

@media screen and (min-width: 768px) {
    .contact .details {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto;
        grid-gap: 0 100px
    }
}

.contact .details > div {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .contact .details > div {
        margin: 0
    }
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 48px
    }

    header .logo img {
        width: 140px
    }

    header .menu-blank-switch, header .menu-switch {
        display: none
    }

    header [type=checkbox]:checked ~ .menu-blank-switch {
        display: none
    }
}

@media screen and (min-width: 375px) {
    header [type=checkbox]:checked ~ nav {
        width: 65%
    }
}

@media screen and (min-width: 550px) {
    header [type=checkbox]:checked ~ nav {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ nav {
        width: auto
    }
}

@media only screen and (min-width: 768px) {
    nav, nav ul {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        padding: 0
    }

    nav {
        box-shadow: none;
        transition: none;
        position: static;
        background: 0 0;
        width: auto;
        height: auto;
        flex: 1 1 auto;
        flex-grow: 0
    }

    nav ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        flex: 0 1 auto;
        list-style-type: none;
        margin: 0;
        height: 100%
    }

    nav ul li {
        padding: 0 15px;
        justify-content: start
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        color: #27455e;
        font-size: 16px
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li a {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a svg {
        filter: none
    }
}

@media screen and (min-width: 425px) {
    .bottom .container {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
}

@media screen and (min-width: 980px) {
    .bottom .container {
        grid-template-columns:minmax(300px, 40%) minmax(225px, 20%) minmax(225px, 20%) minmax(225px, 20%);
        grid-template-rows:1fr
    }

    .bottom .container > div {
        margin: 0
    }
}

@media screen and (min-width: 425px) {
    .bottom .logo p {
        max-width: 240px
    }
}

.hero {
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .hero {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

.hero .container {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto
}

@media only screen and (min-width: 768px) {
    .hero .container {
        grid-template-columns:minmax(550px, 40%) 60%
    }
}

.hero .description {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero .description p {
    margin-bottom: 20px
}

.hero .image {
    align-self: center;
    text-align: center;
    padding-top: 40px
}

@media only screen and (min-width: 768px) {
    .hero .image {
        padding-top: 0
    }
}

.hero .image img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 768px) {
    .hero .image img {
        width: 607px
    }
}

.hero .info {
    display: flex;
    align-items: center;
    padding-top: 40px
}

.hero .info img {
    margin-right: 20px
}

.hero .info p {
    margin: 0;
    font-weight: 500
}

.hero .button-wrapper {
    padding-top: 20px;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .hero .button-wrapper {
        justify-content: start
    }
}

.about {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .about {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.about .container {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto
}

@media screen and (min-width: 980px) {
    .about .container {
        grid-template-columns:50% 50%;
        grid-gap: 0 20px
    }
}

@media screen and (min-width: 1199px) {
    .about .container {
        grid-template-columns:50% 50%;
        grid-template-rows:auto auto auto
    }
}

.about .container .image {
    padding-top: 40px;
    text-align: center
}

@media screen and (min-width: 980px) {
    .about .container .image {
        padding-top: 0;
        order: 1
    }
}

.about .container .image img {
    max-width: 556px;
    width: 100%;
    height: auto
}

@media screen and (min-width: 980px) {
    .about .container .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 2
    }
}

.business, .panel h1 + p, .panel .h1 + p {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .business {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.business .container {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto
}

@media screen and (min-width: 980px) {
    .business .container {
        grid-template-columns:50% 50%;
        grid-gap: 0 20px
    }
}

@media screen and (min-width: 1199px) {
    .business .container {
        grid-template-columns:50% 50%;
        grid-template-rows:auto auto auto
    }
}

.business .container .image, .login, .signup {
    padding-top: 40px;
    text-align: center
}

@media screen and (min-width: 980px) {
    .business .container .image {
        padding-top: 0;
        order: 2;
        align-self: center
    }
}

.business .container .image img {
    max-width: 574px;
    width: 100%;
    height: auto
}

@media screen and (min-width: 980px) {
    .business .container .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1
    }
}

.business .container .description .download {
    display: inline-flex;
    align-items: center;
    color: #08eb96;
    text-decoration: underline
}

.bottom .address .email svg, .business .container .description .download svg {
    margin-right: 10px;
    width: 18px;
    height: 19px
}

@media screen and (min-width: 768px) {
    form .form-row {
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr
    }
}

@media screen and (max-width: 320px) {
    form .form-group input[type=email], form .form-group input[type=password], form .form-group input[type=tel], form .form-group input[type=text], form .form-group select, form .form-group textarea {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    form .form-group input[type=email]::-webkit-input-placeholder, form .form-group input[type=password]::-webkit-input-placeholder, form .form-group input[type=tel]::-webkit-input-placeholder, form .form-group input[type=text]::-webkit-input-placeholder, form .form-group select::-webkit-input-placeholder, form .form-group textarea::-webkit-input-placeholder {
        font-size: 14px
    }
}

form .form-group input[type=email].error, form .form-group input[type=password].rrror, form .form-group input[type=tel].error, form .form-group input[type=text].error, form .form-group select.error, form .form-group textarea.error {
    color: #ea5b67
}

form .form-group .form-control.error {
    border: 1px solid #ea5b67
}

form .form-group label.error {
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #ea5b67 !important;
    position: relative
}

form .form-group div.error {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: .04em;
    display: block;
    margin-bottom: 10px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #ea5b67 !important;
    position: relative
}

form .form-group label.error::before {
    background: url(../../images/new/error.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    transform: translateY(2px)
}

form .form-group div.error::before {
    background: url(../../images/new/error.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    transform: translateY(2px)
}

form .form-group button:hover, form label {
    cursor: pointer
}

form .form-group label.error, form label {
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

form label {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: .04em;
    color: #27455e;
    display: block;
    margin-bottom: 10px
}

form label span {
    font-weight: 300;
    margin-top: 5px;
    display: inline-block
}

form fieldset {
    border: 0;
    padding: 0
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) {
    header .logo img {
        width: 140px
    }

    header .menu-blank-switch, header .menu-switch {
        display: none
    }

    header [type=checkbox]:checked ~ .menu-blank-switch {
        display: none
    }
}

@media screen and (min-width: 375px) {
    header [type=checkbox]:checked ~ nav {
        width: 65%
    }
}

@media screen and (min-width: 550px) {
    header [type=checkbox]:checked ~ nav {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ nav {
        width: auto
    }
}

@media only screen and (min-width: 768px) {
    nav, nav ul {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        padding: 0
    }

    nav {
        box-shadow: none;
        transition: none;
        position: static;
        background: 0 0;
        width: auto;
        height: auto;
        flex: 1 1 auto;
        flex-grow: 0
    }

    nav ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        flex: 0 1 auto;
        list-style-type: none;
        margin: 0;
        height: 100%
    }

    nav ul li {
        padding: 0 15px;
        justify-content: start
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        color: #27455e;
        font-size: 16px
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li a {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a svg {
        filter: none
    }
}

@media screen and (min-width: 425px) {
    .bottom .container {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
}

@media screen and (min-width: 980px) {
    .bottom .container {
        grid-template-columns:minmax(300px, 40%) minmax(225px, 20%) minmax(225px, 20%) minmax(225px, 20%);
        grid-template-rows:1fr
    }

    .bottom .container > div {
        margin: 0
    }
}

.bottom .address .email:hover, .login .link-wrapper a:hover, .signup .link-wrapper a:hover {
    color: #18adde
}

@media screen and (min-width: 425px) {
    .bottom .logo p {
        max-width: 240px
    }
}

.login, .signup {
    padding-top: 60px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) {
    .login, .signup {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 130px
    }
}

.login .container, .signup .container {
    max-width: 470px
}

.login .button, .signup .button {
    width: 100%;
    justify-content: center
}

.login .button-wrapper, .signup .button-wrapper {
    padding: 40px 0;
    justify-content: center
}

.login form, .signup form {
    padding: 40px 0 10px
}

.login form .button-wrapper, .signup form .button-wrapper {
    margin: 0;
    padding: 0
}

.login .link-wrapper p, .signup .link-wrapper p {
    margin-bottom: 5px
}

.free-trial .container .link-wrapper a, .login .link-wrapper a, .signup .link-wrapper a {
    color: #21bbef;
    text-decoration: underline;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 48px
    }
}

strong {
    font-weight: 700
}

.button {
    box-shadow: 0 16px 30px #6ed8f866
}

@media only screen and (min-width: 768px) {
    header .logo img {
        width: 140px
    }
}

@media only screen and (min-width: 768px) {
    header .menu-blank-switch {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    header .menu-switch {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ .menu-blank-switch {
        display: none
    }
}

@media screen and (min-width: 375px) {
    header [type=checkbox]:checked ~ nav {
        width: 65%
    }
}

@media screen and (min-width: 550px) {
    header [type=checkbox]:checked ~ nav {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ nav {
        width: auto
    }
}

@media only screen and (min-width: 768px) {
    nav {
        box-shadow: none;
        transition: none;
        position: static;
        background: 0 0;
        padding: 0;
        width: auto;
        height: auto;
        align-items: stretch;
        display: flex;
        flex: 1 1 auto;
        flex-flow: row nowrap;
        flex-grow: 0
    }
}

@media only screen and (min-width: 768px) {
    nav ul {
        opacity: 1;
        visibility: visible;
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        position: relative;
        flex: 0 1 auto;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%
    }
}

@media only screen and (min-width: 768px) {
    nav ul li {
        padding: 0 15px;
        justify-content: start
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        color: #27455e;
        font-size: 16px
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li a {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) {
    nav ul li a svg {
        filter: none
    }
}

@media screen and (min-width: 425px) {
    .bottom .container {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
}

@media screen and (min-width: 980px) {
    .bottom .container {
        grid-template-columns:minmax(300px, 40%) minmax(225px, 20%) minmax(225px, 20%) minmax(225px, 20%);
        grid-template-rows:1fr
    }
}

@media screen and (min-width: 980px) {
    .bottom .container > div {
        margin: 0
    }
}

@media screen and (min-width: 425px) {
    .bottom .logo p {
        max-width: 240px
    }
}

.panel {
    padding-top: 60px;
    padding-bottom: 100px
}

@media only screen and (min-width: 768px) {
    .panel {
        padding-top: 100px;
        padding-bottom: 60px
    }
}

.panel h1::after, .panel .h1::after {
    width: 40%
}

.panel h1 + p, .panel .h1 + p {
    padding-bottom: 60px
}

@media screen and (min-width: 768px) {
    .panel h1 + p, .panel .h1 + p {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

.free-trial {
    background: url(../../images/new/free-trial.svg) no-repeat center center #21bbef;
    background-size: 1500px;
    margin-bottom: 100px
}

.free-trial h2, .free-trial p, footer p {
    color: #fff
}

.free-trial .container {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:auto;
    height: 100%
}

@media screen and (min-width: 980px) {
    .free-trial .container {
        grid-template-columns:40% 60%;
        grid-gap: 0 20px
    }
}

.free-trial .container .image {
    text-align: center;
    display: flex;
    align-items: flex-end
}

@media screen and (min-width: 980px) {
    .free-trial .container .image {
        padding-top: 0
    }
}

.free-trial .container .image img {
    max-width: 894px;
    width: 100%;
    height: auto;
    transform: translateY(18%);
    margin-top: -15%
}

.free-trial .container .description {
    padding: 60px 0 0;
    text-align: center
}

@media screen and (min-width: 980px) {
    .free-trial .container .description {
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.free-trial .container .button-wrapper {
    justify-content: center
}

.free-trial .container .link-wrapper {
    padding-top: 20px
}

.free-trial .container .link-wrapper a {
    color: #27455e
}

.free-trial .container .link-wrapper a:hover {
    color: #294e6b
}

.offer {
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .offer {
        padding-top: 100px;
        padding-bottom: 130px
    }
}

.bottom .nav a, .breadcrumbs ul li span, .faq h2, .offer .offer-list h4, .offer h2 {
    color: #27455e
}

.offer .offer-list {
    display: grid;
    grid-gap: 20px 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;

}

.offer .offer-list__button {
    /* max-height: 10rem; */
    background: none;
    color: #21bbef;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (min-width: 1270px) {
    .truncate {
        -webkit-line-clamp: 6;
    }
}

@media screen and (min-width: 980px) {
    .offer .offer-list {
        grid-template-columns: minmax(225px, 50%) minmax(250px, 50%);
        grid-template-rows: 1fr;
        max-width: 680px;
    }
}

@media screen and (min-width: 1270px) {
    .offer .offer-list {
        grid-template-columns: minmax(225px, 25%) minmax(225px, 25%) minmax(225px, 25%) minmax(225px, 25%);
        grid-template-rows: 1fr;
        max-width: unset;
        margin: 0;
    }
}

.offer .offer-list .box {
    border: 1px solid #cbdceb;
    padding: 20px
}

.offer .offer-list svg {
    fill: #21bbef;
    width: 60px;
    height: 60px;
    margin: 20px 0 30px
}

.offer .offer-list hr {
    background: #21bbef;
    height: 3px;
    width: 40%;
    margin: 30px auto
}

.faq {
    padding-bottom: 100px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .faq {
        background: url(../../images/new/faq-left.svg) no-repeat left 80%, url(../../images/new/faq-right.svg) no-repeat right 150px;
        padding-bottom: 130px
    }
}

.faq .faq-list {
    max-width: 800px;
    margin: auto;
    text-align: left;
    padding: 0 3px;
    line-height: 1.8;
    font-size: 18px
}

.faq details, .faq summary, .offer .offer-list .box {
    background: #fff;
    border-radius: 5px;
}

.faq details {
    border: 1px solid #cbdceb;
    margin-bottom: 10px
}

.faq details[open] .chevron {
    transform: none
}

.faq details[open] summary {
    border-bottom: 1px solid #cbdceb;
    border-radius: 5px 5px 0 0
}

.faq details p {
    margin-bottom: 0;
    padding: 20px
}

.faq .chevron {
    width: 11px;
    height: 7px;
    margin-right: 10px;
    transform: rotate(180deg);
    position: absolute;
    top: 21px;
    left: 20px
}

.faq summary {
    padding: 10px 20px 10px 50px;
    display: block;
    font-size: 16px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #27455e;
    cursor: pointer;
    position: relative
}

.faq summary::-webkit-details-marker, .faq summary::marker {
    display: none
}

.tabs {
    overflow: hidden;
    max-width: 800px;
    margin: auto;
    padding: 20px 0
}

.tabs .tab-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative
}

.tabs .tab-list::after, .tabs .tab-list::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    transition: .3s
}

.tabs .tab-list::before {
    height: 1px;
    width: 100%;
    background-color: #cbdceb
}

.tabs .tab-list::after {
    width: 33.33%;
    background-color: #21bbef;
    height: 3px
}

.tabs .tab-item {
    flex: 1;
    text-align: center;
    transition: .3s;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #27455e
}

@media only screen and (min-width: 768px) {
    .tabs .tab-item {
        font-size: 18px
    }
}

.tabs .tab-trigger {
    display: block;
    padding: 20px 10px;
    cursor: pointer
}

.tabs .tab-container {
    padding-top: 50px
}

.tabs .tab-content, .tabs .tab-toggle {
    display: none
}

.tabs .tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1), .tabs .tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2), .tabs .tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3) {
    color: #21bbef
}

.tabs .tab-toggle:nth-child(2):checked ~ .tab-list::after {
    transform: translateX(100%)
}

.tabs .tab-toggle:nth-child(3):checked ~ .tab-list::after {
    transform: translateX(200%)
}

.tabs .tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1), .tabs .tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2), .tabs .tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3) {
    display: block
}

form .form-row {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    form .form-row {
        grid-template-columns:1fr 1fr;
        grid-template-rows:1fr
    }
}

form .form-row .form-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 10px
}

form .form-row .form-group input ~ input {
    margin-top: 13px
}

form .form-row label {
    grid-column: 1/span 2
}

form .form-row textarea {
    height: 100%
}

form .form-group {
    margin-bottom: 20px
}

form .form-group input[type=email], form .form-group input[type=password], form .form-group input[type=tel], form .form-group input[type=text] {
    max-width: 470px;
    color: #000
}

form .form-group input[type=email], form .form-group input[type=password], form .form-group input[type=tel], form .form-group input[type=text], form .form-group select, form .form-group textarea {
    background: #fff;
    border: 1px solid #cbdceb;
    padding: 10px 30px;
    width: 100%;
    line-height: 1.8;
    box-sizing: border-box;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 3px 3px 60px 0 rgba(0, 130, 255, .15)
}

form .form-group select {
    max-width: 470px
}

form .form-group textarea {
    color: #000
}

@media screen and (max-width: 320px) {
    form .form-group input[type=email], form .form-group input[type=password], form .form-group input[type=tel], form .form-group input[type=text], form .form-group select, form .form-group textarea {
        font-size: 14px
    }
}

form .form-group input[type=email]:focus, form .form-group input[type=password]:focus, form .form-group input[type=tel]:focus, form .form-group input[type=text]:focus, form .form-group select:focus, form .form-group textarea:focus {
    outline: 0
}

form .form-group input[type=email]::-webkit-input-placeholder, form .form-group input[type=password]::-webkit-input-placeholder, form .form-group input[type=tel]::-webkit-input-placeholder, form .form-group input[type=text]::-webkit-input-placeholder, form .form-group select::-webkit-input-placeholder, form .form-group textarea::-webkit-input-placeholder {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d2d2d2;
    text-align: center
}

@media screen and (max-width: 320px) {
    form .form-group input[type=email]::-webkit-input-placeholder, form .form-group input[type=password]::-webkit-input-placeholder, form .form-group input[type=tel]::-webkit-input-placeholder, form .form-group input[type=text]::-webkit-input-placeholder, form .form-group select::-webkit-input-placeholder, form .form-group textarea::-webkit-input-placeholder {
        font-size: 14px
    }
}

form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #d2d2d2
}

form .form-group select.default {
    color: #d2d2d2
}

form .form-group select.dark {
    color: #000
}

form .form-group select.hidden {
    display: none
}

form .form-group textarea {
    resize: none;
    max-width: initial
}

form .form-group input[type=email].has-error, form .form-group input[type=password].has-error, form .form-group input[type=tel].has-error, form .form-group input[type=text].has-error, form .form-group select.has-error, form .form-group textarea.has-error {
    color: #ea5b67
}

form .form-group .form-control.has-error {
    border: 1px solid #ea5b67
}

form .form-group .just-validate-error-label {
    padding-top: 5px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ea5b67 !important;
    position: relative
}

form .form-group .just-validate-error-label::before {
    background: url(../../images/new/error.svg) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    transform: translateY(2px)
}

form .button {
    width: 100%
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    height: 100%
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
    padding: 0
}

h5, h6 {
    font-size: 100%;
    font-family: inherit
}

a {
    text-decoration: none;
    outline: 0
}

ol, ul {
    list-style: none
}

h5, h6, ol {
    margin: 0
}

h1, h2, h3, h4 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.3
}

h1, .h1 {
    font-weight: 800;
    font-size: 38px;
    letter-spacing: 0;
    margin: 0 0 30px
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 48px
    }
}

h2, h3, h4 {
    font-weight: 700
}

h2 {
    font-size: 30px;
    letter-spacing: .85px;
    margin: 0 0 30px
}

h3, h4 {
    margin: 0 0 20px
}

h3 {
    font-size: 26px;
    letter-spacing: .3px
}

h4 {
    font-size: 16px
}

label:not(form label,.tabs label,header label) {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .53px;
    color: #08eb96;
    display: block;
    margin-bottom: 8px
}

.bottom .logo img, ul.list {
    margin-bottom: 20px
}

p, ul {
    margin: 0 0 20px
}

p, ul li {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #27455e
}

.container, header .inner {
    margin: 0 auto;
    max-width: 1198px
}

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

.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.button {
    display: inline-flex;
    align-items: center;
    background: #27455e;
    padding: 18px 42px;
    border: 0;
    box-shadow: 0 16px 30px rgba(110, 216, 248, .4);
    border-radius: 5px;
    box-sizing: border-box;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    transition: background .2s ease-in-out
}

.button:hover {
    background: #294e6b
}

.button.green {
    background: #08eb96;
    color: #000
}

.button.green:hover {
    background: #0bdd90
}

.button.red {
    background: #ea5b67;
    color: #fff
}

.button.blue {
    background: #21bbef;
    color: #000
}

.button.blue:hover {
    background: #18adde
}

.button--outlined {
    border: 1px solid #08eb96;
    background: 0 0;
    color: #08eb96
}

.button--outlined:hover {
    background: rgba(0, 0, 0, .02)
}

p.styled {
    position: relative;
    display: inline-block
}

p.styled::after, p.styled::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%) translateX(calc(-100% - 20px));
    background: #cbdceb;
    height: 1px;
    width: 50px
}

p.styled::after {
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(calc(100% + 20px))
}

.title-login, .title-login--secondary, ul.list li {
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

.breadcrumbs ul li, ul.list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7
}

ul.list li {
    color: #27455e;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px
}

.breadcrumbs ul li {
    display: inline-block;
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

.breadcrumbs ul li .separator {
    padding: 0 10px
}

.title-login, .title-login--secondary {
    font-weight: 700
}

.title-login {
    margin-bottom: 63px;
    font-size: 34px;
    line-height: 1.176;
    letter-spacing: .85px;
    color: #27455e
}

.title-login--secondary {
    color: #08eb96;
    font-size: 21px;
    line-height: 1.19;
    letter-spacing: .53px;
    text-transform: uppercase
}

.title-login--mb-sm {
    margin-bottom: 8px
}

.link, .link:hover {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #21bbef;
    text-decoration: underline
}

.link:hover {
    color: #20bbef
}

.link--uppercase {
    text-transform: uppercase
}

.link--email svg, .link--tel svg {
    margin-right: 8.5px;
    height: 15px;
    width: 15px
}

.link--tel, .link--tel:hover {
    color: #000;
    text-decoration: none
}

.link--email, .link--tel {
    display: flex;
    align-items: center
}

.modal {
    z-index: 2;
    padding: 27px 46px 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #fff;
    transform: translate(-50%, -50%)
}

.modal__text {
    font-size: 14px;
    line-height: 1.57;
    color: #27455e;
    text-align: center
}

.modal__title {
    font-weight: 700
}

.modal__btn-grp {
    display: flex;
    margin-top: 36px;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.modal__btn-grp .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 213px;
    justify-content: center
}

.modal .cancel {
    position: absolute;
    top: 29px;
    right: 29px;
    padding: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(39, 69, 93, .1)
}

.hidden {
    display: none !important
}

.noScroll {
    overflow: hidden
}

header .logo img {
    width: 120px;
    height: auto
}

@media only screen and (min-width: 768px) {
    header .logo img {
        width: 140px
    }
}

header .inner {
    align-items: stretch;
    background: 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px;
    position: relative
}

header .menu-blank-switch {
    width: 100%;
    height: 100%;
    content: "";
    background: 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    header .menu-blank-switch {
        display: none
    }
}

header .menu-switch {
    order: 2;
    align-self: center;
    display: block;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 22px;
    position: relative;
    text-indent: 100px;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
    z-index: 100
}

@media only screen and (min-width: 768px) {
    header .menu-switch {
        display: none
    }
}

header [type=checkbox] {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header [type=checkbox]:checked + .menu-switch {
    position: fixed;
    top: 35px;
    right: 20px
}

header [type=checkbox]:checked + .menu-switch::after, header [type=checkbox]:checked + .menu-switch::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    box-shadow: none;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%
}

header [type=checkbox]:checked + .menu-switch::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

header [type=checkbox]:checked + .menu-switch::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

header [type=checkbox]:checked ~ .menu-blank-switch {
    display: block
}

@media only screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ .menu-blank-switch {
        display: none
    }
}

header [type=checkbox]:checked ~ nav {
    width: 100%
}

@media screen and (min-width: 375px) {
    header [type=checkbox]:checked ~ nav {
        width: 65%
    }
}

@media screen and (min-width: 550px) {
    header [type=checkbox]:checked ~ nav {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    header [type=checkbox]:checked ~ nav {
        width: auto
    }
}

nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #27455e;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 80px
}

@media only screen and (min-width: 768px) {
    nav {
        box-shadow: none;
        transition: none;
        position: static;
        background: 0 0;
        padding: 0;
        width: auto;
        height: auto;
        align-items: stretch;
        display: flex;
        flex: 1 1 auto;
        flex-flow: row nowrap;
        flex-grow: 0
    }
}

nav ul {
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 768px) {
    nav ul {
        opacity: 1;
        visibility: visible;
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        position: relative;
        flex: 0 1 auto;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%
    }
}

nav ul li, nav ul li a {
    display: flex;
    align-items: center
}

nav ul li {
    padding: 10px 30px;
    flex: 0 0 auto;
    justify-content: flex-end
}

@media only screen and (min-width: 768px) {
    nav ul li {
        padding: 0 15px;
        justify-content: start
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li {
        padding: 0 30px
    }
}

nav ul li a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .54px;
    color: #fff;
    position: relative;
    padding: 5px 0;
    white-space: nowrap
}

@media only screen and (min-width: 768px) {
    nav ul li a {
        color: #27455e;
        font-size: 16px
    }
}

@media only screen and (min-width: 1024px) {
    nav ul li a {
        font-size: 18px
    }
}

nav ul li a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: brightness(0) invert(1)
}

@media only screen and (min-width: 768px) {
    nav ul li a svg {
        filter: none
    }
}

.bottom {
    background: #fff;
    padding: 60px 0
}

@media screen and (min-width: 425px) {
    .bottom .container {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto auto
    }
}

@media screen and (min-width: 980px) {
    .bottom .container {
        grid-template-columns:minmax(300px, 40%) minmax(225px, 20%) minmax(225px, 20%) minmax(225px, 20%);
        grid-template-rows:1fr
    }
}

.bottom .container > div {
    padding: 0 10px;
    margin-top: 30px
}

@media screen and (min-width: 980px) {
    .bottom .container > div {
        margin: 0
    }
}

.bottom .address .email {
    display: inline-flex;
    align-items: center;
    color: #21bbef;
    text-decoration: underline
}

@media screen and (min-width: 425px) {
    .bottom .logo p {
        max-width: 240px
    }
}

.register {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px
}

@media only screen and (min-width: 1420px) {
    .register {
        padding-right: 0;
        padding-left: 0
    }
}

.register__wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    padding-bottom: 117px
}

.register__wrapper--verify {
    max-width: 470px
}

.register__wrapper .logo img {
    width: 170px;
    height: 74px
}

.register__wrapper .step1, .register__wrapper .step4, .register__wrapper .step5 {
    max-width: 810px
}

.register__wrapper .step2 {
    max-width: 1320px
}

.register__wrapper .step0 .step-header {
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.176;
    font-weight: bold;
    letter-spacing: 0.85px;
    color: #27455e;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.register__wrapper .step0 .step-body p {
    color: #08eb96;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 0.53px;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.register__wrapper .step2 p {
    margin-bottom: 0
}

.register__wrapper .step3 {
    max-width: 1360px
}

.register__wrapper .step3 li {
    margin-bottom: 37px
}

.register__wrapper .step4 p:first-child {
    margin-bottom: 32px
}

.register__step {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: .53px;
    color: #b2c7d9;
    text-transform: uppercase
}

.register__step--mt {
    margin-top: 89px
}

.register__links-wrapper {
    display: flex;
    justify-content: center;
    gap: 68px
}

.register__cols {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 1420px) {
    .register__cols {
        flex-direction: row;
        gap: 64px
    }
}

.register__col {
    width: 100%;
    text-align: left
}

@media only screen and (min-width: 1420px) {
    .register__col {
        width: 50%
    }
}

.register__col-title {
    margin-bottom: 0;
    color: #27455e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875
}

.register__col-item {
    margin-bottom: 20px
}

.register__close {
    position: absolute;
    top: 29px;
    right: 29px;
    padding: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.register__checkbox-group {
    margin-top: 50px;
    text-align: start;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #27455e
}

@media only screen and (min-width: 1420px) {
    .register__checkbox-group > div {
        padding-bottom: 50px
    }
}

.register__checkbox-group > div .just-validate-error-label {
    color: #ea5b67 !important;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-left: 30px
}

.register__checkbox-group strong {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #27455e;
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

.register__checkbox-group label.register__checkbox {
    display: flex;
    align-items: start;
    color: #27455e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.57;
    text-align: start;
    margin-bottom: 0
}

.register__checkbox-group label.register__checkbox input {
    margin-right: 11px
}

.register__checkbox-wrap {
    margin-bottom: 20px
}

.register__form-btn-grp {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
    padding-bottom: 50px;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.register__form-btn-grp .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 213px;
    justify-content: center;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .register__form-btn-grp {
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 1420px) {
    .register__form-btn-grp {
        margin-top: 0;
        padding-bottom: 0
    }
}

.register__message {
    position: relative;
    padding: 28px 40px;
    color: #27455e;
    box-shadow: 0 16px 30px rgba(110, 216, 248, .4);
    border: 2px solid;
    text-align: center;
    font-size: 14px;
    line-height: 1.57;
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

.register__message .cancel {
    position: absolute;
    top: 29px;
    right: 29px;
    padding: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.register__message.error {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.register__message.success {
    color: #327e62;
    background: #e2fff4;
    border-color: #08eb96
}

.register__message--mb-top {
    margin-top: 54px;
}

.business {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .business {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.business h2 {
    color: #27455e;
}
.business .description {
    justify-self: center;
    max-width: 470px;
}
@media only screen and (min-width: 1024px) {
    .business .description {
        justify-self: start;
    }
}
.business .description > * {
    text-align: center;
}
.business__form .button {
    max-width: 180px;
    display: flex;
    justify-content: center;
}
.business__form label {
    text-align: left;
}
.business__form .select-wrap {
    position: relative;
}
.business__form .select-wrap select {
    color: #000;
}
.business__form .select-wrap:after {
    position: absolute;
    top: 22px;
    right: 16px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../images/new/symbol/svg/arrow-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.business .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}
@media screen and (min-width: 980px) {
    .business .container {
        grid-template-columns: 50% 50%;
        grid-gap: 0 20px;
    }
}
@media screen and (min-width: 1199px) {
    .business .container {
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto auto;
    }
}
.business .container .image {
    padding-top: 40px;
    text-align: center;
}
@media screen and (min-width: 980px) {
    .business .container .image {
        padding-top: 0px;
        order: 2;
        align-self: center;
    }
}
.business .container .image img {
    max-width: 574px;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 980px) {
    .business .container .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1;
    }
}
.business .container .description .download {
    display: inline-flex;
    align-items: center;
    color: #08eb96;
    text-decoration: underline;
}
.business .container .description .download:hover {
    color: #0bdd90;
}
.business .container .description .download svg {
    margin-right: 10px;
    width: 18px;
    height: 19px;
}

.stats {
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
    .stats {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
.stats .container h2 {
    color: #27455e;
}
.stats .container > * {
    text-align: center;
}
.stats__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 30px;
}
@media only screen and (min-width: 768px) {
    .stats__grid {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1024px) {
    .stats__grid {
        max-width: unset;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.stats__col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stats__number {
    color: #08EB96;
    font-size: 72px;
    font-weight: bold;
    line-height: 1.175;
}
.stats__text {
    color: #27455E;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.222;
    letter-spacing: 0.45px;
}

.grecaptcha-badge {
    display: none;
}
