@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.dropdown-nav::-webkit-scrollbar {
    width: 3px
}

.dropdown-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f1f1f1
}

.dropdown-nav::-webkit-scrollbar-thumb {
    background: #888
}

.dropdown-nav::-webkit-scrollbar-thumb:hover {
    background: #555
}

.dropdown-nav::-webkit-scrollbar-track-piece {
    background: #fff
}

a:hover {
    color: #ffffffab
}

body {
    background: #0c6359;
    font-family: Tajawal;
    color: #ffffffab;
    font-size: 18px;
    line-height: 1.667em;
    font-weight: 600
}

.section {
    padding-top: 128px;
    padding-bottom: 128px;
    direction: rtl;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

ul {
    list-style-type: none;
}

.container-default {
    max-width: 1246px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
}

.header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: transparent
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.brand {
    padding-left: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #fff;
    text-decoration: underline;
    background-color: transparent
}

.header-logo {
    width: 148px
}

img {
    display: inline-block;
    max-width: 100%;
    border: 0;
    vertical-align: middle
}

.split-content.header-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.w-nav-menu {
    position: relative;
    float: right;
    z-index: 333
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.w-dropdown-list {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%;
    -webkit-transition: transform .3s linear 0s;
    transition: transform .3s linear 0s
}

.dropdown-list {
    left: -98px;
    padding-top: 20px;
    background-color: transparent
}

.dropdown-nav-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 22px;
    background-color: #1d1a27;
    box-shadow: 0 10px 34px 0 rgb(0 0 0/35%)
}

.dropdown-nav-pages-wrapper {
    width: 100%;
    margin-right: 74px
}



.dropdown-nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dropdown-nav {
    margin-right: 44px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.nav-langs {
    max-height: 400px;
    min-height: 200px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    width: 170px;
    scrollbar-color: #f1f1f1 #888 !important;
    scrollbar-width: thin !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.dropdown-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.111em
}

.nav-langs li {
    width: 50%
}

.dropdown-nav-link {
    color: #b7b4c7;
    font-size: 15px;
    line-height: 1.111em;
    text-decoration: none;
    white-space: nowrap;
    font-family: Tajawal
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none
}

.nav-item-wrapper {
    margin-right: 32px;
    margin-bottom: 0
}

.w-dropdown {
    display: inline-block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.nav-link-dropdown {
    bottom: -2px;
    display: block;
    line-height: 1em
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

.nav-link {
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
    line-height: 1.111em;
    letter-spacing: .01em;
    text-decoration: none
}

.nav-link.dropdown {
    padding: 0;
    color: #fff
}

.w-dropdown-list.w--open {
    display: block
}

.nav-link.dropdown:hover {
    color: #ff4895
}

.dropdown-arrow {
    position: relative;
    top: -12px;
    display: inline-block;
    font-family: sans-serif;
    font-size: 8px;
    font-weight: 400;
    transition: .4s
}

.container-medium-940px {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
}

.container-medium-940px.home-hero {
    position: relative;
    z-index: 1;
    margin-bottom: 78px;
    text-align: center
}

.section.home-hero {
    overflow: hidden;
    padding-top: 179px;
    padding-bottom: 1rem
}

.home-hero-featured-message-wrapper {
    display: inline-block;
    display: none;
    margin-bottom: 37px
}

.home-hero-featured-message-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-hero-featured-message-blur {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-radius: 10000000px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3868), to(#714dff));
    background-image: linear-gradient(90deg, #ff3868, #714dff);
    -webkit-filter: blur(12px);
    filter: blur(12px)
}

h1 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: .02em
}

.display-1 {
    font-size: 62px;
    line-height: 1.077em
}

.custom-color {
    color: #ffffff
}

h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    font-size: 44px;
    line-height: 1.182em;
    font-weight: 700
}

.paragraph-large {
    font-size: 21px;
    line-height: 1.583em
}

.paragraph-large.home-hero {
    max-width: 796px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto
}



/* .input:hover {
    background-color: #1d1a27
} */

input#phoneNumber {
    width: 90%;
    transition: .4s;
    letter-spacing: 2px;
    text-align: center;
    direction: ltr;

}

input:focus {
    outline: none
}

.donwload-results {
    border-color: rgba(255, 255, 255, .06);
    box-shadow: 0 10px 34px 0 rgb(0 0 0/35%);
    background-color: #1e1a27;
    padding: 1rem 2rem;
    margin: 2rem 0;
    border-radius: 11px
}

.donwload-results:empty {
    display: none
}

.donwload-results img {
    border-radius: 10px;
    margin-bottom: 2rem
}

form#search-form .header-buttons {
    margin-top: 2rem
}

._2-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -24px;
    margin-bottom: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.button-primary-gradient {
    display: inline-block;
    padding: 2px;
    border-radius: 10000px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(49%, #ffffff), to(#ffffff));
    background-image: linear-gradient(90deg, #ffffff, #ffffff 49%, #ffffff);
    box-shadow: 0 3px 7px 0 rgb(19 17 26/14%);
    -webkit-transform: scale3d(1, 1, 1.01);
    transform: scale3d(1, 1, 1.01);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.button-primary-gradient:hover {
    -webkit-transform: scale3d(1.04, 1.04, 1.01);
    transform: scale3d(1.04, 1.04, 1.01)
}

.button-primary-gradient._2-buttons {
    margin-right: 28px;
    margin-bottom: 15px
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

.button-primary {
    padding: 22px 56px;
    border-radius: 1000px;
    background-color: #0A5950;
    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    letter-spacing: .01em
}

::placeholder {
    color: #fff;
    opacity: 1
}

.section.home-steps {
    padding-top: 2rem
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.home-steps-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.split-content.home-steps-left {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1;
    max-width: 416px;
    margin-right: 30px
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700
}

.paragraph.home-steps {
    margin-bottom: 32px
}

.split-content.home-steps-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 744px;
    min-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.home-steps-grid {
    position: relative;
    z-index: 1;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.card {
    overflow: hidden;
    border-radius: 22px;
    background-color: #0A5950;
    box-shadow: 0 5px 14px 0 rgb(0 0 0/10%)
}

.card.home-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(255, 255, 255, .06);
}

.card-home-step-content {
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.title.h3-size {
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700
}

.title.h3-size.card-home-step-number {
    display: inline-block;
    margin-bottom: 26px;
    padding: 10px 21px;
    border-radius: 12px;
    background-color: #ffffff2b
}

.card-home-step-number svg {
    display: block
}

.title.card-home-step {
    margin-bottom: 8px
}

.paragraph.card-home-step {
    margin-bottom: 0;
    margin-top: 0
}

.bg-gradient-blur-wrapper {
    position: absolute;
    width: 100%;
    max-width: 44%;
    min-height: 74%;
    opacity: .5;
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

.bg-gradient-blur-wrapper.home-steps {
    max-width: 40%;
    min-height: 40%
}

.bg-gradient-blur-circle-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #6923ff
}

.bg-gradient-blur-circle-3.pink {
    background-color: #ff4895
}

.bg-gradient-blur-circle-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #fe316f
}

.bg-gradient-blur-circle-2.blue {
    background-color: #1766ff
}

.bg-gradient-blur-circle-1 {
    position: absolute;
    width: 70%;
    max-height: 70%;
    min-height: 70%;
    min-width: 70%;
    border-radius: 1000000px;
    background-color: #d220ff
}

.bg-gradient-blur-circle-1.purple {
    background-color: #6923ff
}

.section.faqs {
    padding-top: 148px
}

.container-medium-800px {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
}

.container-medium-800px.faqs {
    position: relative
}

.faqs-title-wrapper {
    position: relative;
    z-index: 1;
    max-width: 733px;
    margin-right: auto;
    margin-bottom: 46px;
    margin-left: auto;
    text-align: center
}

.title.faqs {
    margin-bottom: 14px
}

.paragraph.faqs {
    margin-bottom: 0
}

.faqs-wrapper {
    position: relative;
    z-index: 1
}

.card.faq {
    margin-bottom: 32px;
    padding: 32px 38px;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    cursor: pointer
}

.card.faq:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0/10%);
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px)
}

.card-faq-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title.h4-size {
    font-size: 22px;
    line-height: 1.273em
}

.title.h4-size.card-faq {
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    display: block;
    font-size: 1.17em;
    font-weight: 700
}

.card-faq-icon-gradient {
    position: relative;
    display: inline-block;
    width: 42px;
    max-height: 24px;
    min-height: 42px;
    min-width: 42px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(49%, #ffffff), to(#ffffff));
    background-image: linear-gradient(90deg, #ffffff, #ffffff 49%, #ffffff);
}

.card-faq-icon-wrapper {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #0c6359;
}

.card-faq-icon-1 {
    position: absolute;
    width: 18px;
    min-height: 2px;
    border-radius: 10000000000000px;
    background-color: #fff
}

.card-faq-icon-2 {
    position: absolute;
    width: 2px;
    min-height: 18px;
    border-radius: 10000000000000px;
    background-color: #fff;
    transition: .4s
}

.card-faq-icon-2.active {
    transform: rotate(90deg)
}

.card-faq-content-bottom {
    max-width: 580px
}

.paragraph.card-faq {
    margin-bottom: 0
}

.bg-gradient-blur-wrapper.faqs {
    left: -598px;
    top: 69px;
    max-width: 105%;
    min-height: 59%
}

.bg-gradient-blur-circle-2.blue.left {
    right: auto
}

.bg-gradient-blur-circle-1.pink {
    background: #ff4895
}

.container-medium-761px {
    max-width: 761px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px
}

.card.contact-form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 604px;
    padding: 48px 40px 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .16);
    border-radius: 20px;
    background-color: #014840;
    margin: 5rem 5%
}

.w-form {
    margin: 0 0 15px
}

.contact-form-block {
    max-width: 100%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-contact-form {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.input-wrapper {
    max-width: 100%
}

label {
    display: block;
    margin-bottom: 11px;
    margin-left: 7px;
    color: #d9d7e6;
    line-height: 1.333em;
    font-weight: 700
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc
}

.input {
    min-height: 56px;
    margin-bottom: 0;
    padding-right: 24px;
    padding-left: 24px;
    border: 0 solid #000;
    border-radius: 12px;
    background-color: #247269;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px
}

#message {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}

#title {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1
}

.input.text-area {
    max-height: 200px;
    max-width: 100%;
    min-height: 136px;
    min-width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 16px
}

#submit {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start
}

input.w-button {
    -webkit-appearance: button
}

.button-primary.small {
    padding: 18px 38px
}

.footer {
    padding-top: 110px;
    padding-bottom: 34px;
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-newsletter-content {
    max-width: none
}

.footer-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
    padding-top: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ffffffab
}



.w-container:after {
    clear: both
}

section.container.page-content.box {
    border-color: rgba(255, 255, 255, .16);
    border-radius: 20px;
    background-color: #13111a;
    box-shadow: 0 10px 24px 0 rgb(0 0 0/65%);
    max-width: 90%;
    margin: 3rem auto;
    padding: 3rem
}

section.container.page-content.box img {
    margin-bottom: 2rem
}

section.container.page-content.box .links div {
    margin-left: 2rem;
    margin-bottom: 2rem
}

.button-primary.small-v2 {
    padding: 15px 28px
}

.footer-small-print {
    margin-bottom: 15px
}

.footer-nav {
    margin-right: 20px;
    margin-bottom: 0;
    padding-left: 0
}

.footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.111em
}

ul.footer-nav.w-list-unstyled.fotoer-menu li {
    display: inline-block;
    margin-left: 1rem
}

.footer-nav-link {
    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
    color: #ffffff;
    line-height: 1.111em;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap
}

@media screen and (min-width:1920px) {
    .section {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .section.home-hero {
        padding-top: 224px;
        padding-bottom: 207px
    }

    .section.home-steps {
        padding-top: 258px
    }

    .section.faqs {
        padding-top: 185px
    }
}

@media screen and (max-width:991px) {
    h1 {
        margin-bottom: 20px;
        font-size: 50px
    }

    h2 {
        margin-bottom: 10px
    }

    .container-default {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .button-primary.small-v2.mobile-button {
        display: block
    }

    .header {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .display-1 {
        font-size: 65px
    }

    .display-1.home-hero {
        max-width: 803px;
        margin-right: auto;
        margin-left: auto
    }

    .footer {
        padding-top: 92px
    }

    .section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .section.home-hero {
        padding-top: 160px;
        padding-bottom: 133px
    }

    .section.home-steps {
        overflow: hidden;
        padding-top: 165px
    }

    .section.faqs {
        padding-top: 118px
    }

    .split-content.header-right {
        position: relative;
        z-index: 2
    }

    .split-content.header-left {
        position: relative;
        z-index: 2
    }

    .split-content.home-steps-left {
        position: static;
        max-width: 566px;
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center
    }

    .split-content.home-steps-right {
        min-width: auto
    }

    .split-content.header-center {
        margin-right: 27px;
        margin-left: auto
    }

    .split-content.contact-form {
        max-width: 100%
    }

    .image-wrapper.card-testimonial {
        max-width: 286px;
        min-width: auto;
        margin-bottom: 40px
    }

    .button-primary-gradient.header-button {
        margin-right: 27px
    }

    .button-primary-gradient.header-button.mobile-button {
        display: block;
        margin-right: 0
    }

    .container-medium-940px.home-hero {
        margin-bottom: 65px
    }

    .home-steps-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-content {
        margin-bottom: 92px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-menu-main-content {
        margin-right: 0;
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    h1 {
        margin-bottom: 15px;
        font-size: 42px
    }

    h2 {
        font-size: 37px
    }

    h3 {
        font-size: 22px
    }

    .button-primary {
        padding-right: 35px;
        padding-left: 35px
    }

    .button-primary.button-white._2-buttons {
        margin-right: 10px
    }

    .button-primary.small {
        padding-right: 35px;
        padding-left: 35px
    }

    .header {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .display-1 {
        font-size: 42px
    }

    .display-2 {
        font-size: 52px;
        line-height: 58px
    }

    .footer {
        padding-top: 77px;
        padding-bottom: 30px
    }

    .footer-logo-container {
        margin-right: 0
    }

    .footer-logo {
        width: 125px
    }

    .section {
        padding-top: 82px;
        padding-bottom: 82px
    }

    .section.home-hero {
        padding-top: 150px;
        padding-bottom: 106px
    }

    .section.faqs {
        padding-top: 95px
    }

    .card.home-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .card.faq {
        margin-bottom: 27px;
        padding-right: 35px;
        padding-left: 35px
    }

    .card.contact-form {
        min-height: 825px;
        padding: 40px 35px 47px
    }

    .button-primary-gradient._2-buttons {
        margin-right: 15px
    }

    .button-primary-gradient.header-button {
        display: none
    }

    .container-medium-940px.home-hero {
        margin-bottom: 54px
    }

    .container-medium-756px.home-features {
        margin-bottom: 40px
    }

    .container-medium-603px.testimonials {
        margin-bottom: 40px
    }

    .card-home-step-content {
        max-width: 100%;
        padding-top: 33px;
        padding-right: 35px;
        padding-left: 35px
    }

    .footer-content {
        margin-bottom: 77px
    }

    .footer-menu-main-content {
        margin-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-content-bottom {
        margin-bottom: 0;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-menu-wrapper {
        margin-bottom: 40px
    }

    .footer-menu-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faqs-title-wrapper {
        margin-bottom: 40px
    }

    .card-contact-form {
        -ms-grid-columns: minmax(100%, 100%);
        grid-template-columns: minmax(100%, 100%)
    }

    .card-faq-content-bottom {
        max-width: 89%
    }
}

@media screen and (max-width:479px) {
    h1 {
        margin-bottom: 10px;
        font-size: 35px
    }

    h2 {
        font-size: 31px
    }

    h3 {
        font-size: 20px
    }

    .container-default {
        padding-right: 16px;
        padding-left: 16px;
        text-align: center
    }

    .button-primary {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
        text-align: center
    }

    .button-primary.button-white._2-buttons {
        margin-right: 0;
        margin-bottom: 22px
    }

    .button-primary.small {
        padding-right: 25px;
        padding-left: 25px
    }

    .header {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .header-logo {
        width: 130px
    }

    .display-1 {
        font-size: 45px
    }

    .footer {
        padding-top: 64px
    }

    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section {
        padding-top: 66px;
        padding-bottom: 66px
    }

    .section.home-hero {
        padding-top: 48px;
        padding-bottom: 0
    }

    .section.home-steps {
        padding-top: 105px
    }

    .section.faqs {
        padding-top: 76px
    }

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

    .container-medium-761px {
        padding-right: 16px;
        padding-left: 16px
    }

    .card {
        border-radius: 20px
    }

    .card.faq {
        margin-bottom: 23px;
        padding-right: 25px;
        padding-left: 25px
    }

    .card.contact-form {
        padding: 33px 25px 40px
    }

    .button-primary-gradient {
        display: block
    }

    .button-primary-gradient._2-buttons {
        display: block;
        margin-right: 0
    }

    .button-primary-gradient.contact-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container-medium-940px {
        padding-right: 16px;
        padding-left: 16px
    }

    .container-medium-940px.home-hero {
        margin-bottom: 45px
    }

    ._2-buttons-wrapper {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .container-medium-756px {
        padding-right: 16px;
        padding-left: 16px
    }

    .container-medium-603px {
        padding-right: 16px;
        padding-left: 16px
    }

    .container-medium-603px.testimonials {
        margin-bottom: 35px
    }

    .footer-content {
        margin-bottom: 64px
    }

    .footer-menu-main-content {
        margin-bottom: 20px
    }

    .footer-small-print {
        font-size: 15px;
        width: 100%;
        margin-top: 1rem
    }

    .bg-gradient-blur-wrapper.home-hero-1 {
        left: -99px
    }

    .bg-gradient-blur-wrapper.home-hero-2 {
        right: -42px;
        bottom: 103px
    }

    .cart-header {
        padding-right: 16px;
        padding-left: 16px
    }

    .container-medium-713px {
        padding-right: 16px;
        padding-left: 16px
    }

    .container-medium-713px.blog-hero {
        margin-bottom: 44px
    }

    .container-medium-811px.careers-hero {
        margin-bottom: 60px
    }

    .copywrite {
        display: block;
        margin: auto;
    }
}

@media screen and (max-width:767px) {

    #title,
    #message {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    #submit {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1
    }

    .home-steps-grid {
        grid-row-gap: 35px
    }
}

@media screen and (min-width:992px) and (max-width:1350px) {
    .dropdown:hover .dropdown-content {
        display: block;
        position: absolute;
        right: 100px;
        z-index: 999;
        background: #13111a
    }
}

@media screen and (min-width:500px) and (max-width:991px) {
    .dropdown-content {
        position: absolute;
        right: 0;
        z-index: 999
    }
}

@media screen and (max-width:479px) {
    #submit {
        -ms-grid-column-align: stretch;
        justify-self: stretch
    }

    .title.h3-size.card-home-step-number {
        margin-bottom: 15px
    }

    .dropdown:hover .dropdown-content {
        display: block;
        position: absolute;
        right: -40px;
        z-index: 999;
        background: #13111a
    }
}

@media screen and (max-width:414px) {
    .dropdown:hover .dropdown-content {
        right: -40px
    }
}

@media screen and (max-width:375px) {
    .dropdown:hover .dropdown-content {
        right: -40px
    }
}

@media screen and (max-width:360px) {
    .dropdown:hover .dropdown-content {
        right: -40px
    }
}

@media screen and (max-width:320px) {
    .dropdown:hover .dropdown-content {
        right: -40px
    }
}

@media(max-width:991px) {
    .faq {
        margin-bottom: 30px
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px
    }

    .dropdown-list {
        position: static;
        padding-top: 0
    }
}

@media screen and (max-width:479px) {
    .button-primary {
        width: 100%
    }

    .faq .card {
        margin: 5px 0
    }

    .card-home-step .text-no-wrap {
        white-space: unset
    }

    .footer-newsletter-content img {
        width: 40% !important
    }
}

.close .accordionItemContent {
    float: left;
    display: block
}

.accordionItem {
    overflow: hidden;
    border-radius: 22px;
    background-color: #0A5950;
    box-shadow: 0 5px 14px 0 rgb(0 0 0/10%);
    margin-bottom: 32px;
    padding: 32px 38px;
    -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease;
    transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    cursor: pointer
}

.dropdown-arrow.active {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d
}

.w-dropdown-list.active {
    display: block !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    width: 206px !important
}

.home-perks {
    display: none
}

.split-content.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .nav-item-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .nav-link-dropdown {
        margin-right: 0;
        margin-left: 0
    }

    .dropdown-arrow {
        font-size: 11px
    }

    .dropdown-nav-main-wrapper {
        padding: 40px 0 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-width: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none
    }

    .dropdown-nav-pages-wrapper {
        width: auto
    }

    .dropdown-nav-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block;
        -webkit-user-select: text
    }

    .header-menu-button-icon-wrapper {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .icon-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        min-height: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    @media screen and (max-width:991px) {
        .icon-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 20px;
            min-height: 15px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
    }

    .header-menu-button-icon-top {
        width: 100%;
        max-height: 1px;
        min-height: 1px;
        padding: 0;
        background-color: #fff;
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        -ms-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out
    }

    .header-menu-button-icon-top.animate {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(8px) rotate(45deg)
    }

    .header-menu-button-icon-medium {
        width: 100%;
        max-height: 1px;
        min-height: 1px;
        padding: 0;
        background-color: #fff;
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        -ms-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out
    }

    .header-menu-button-icon-medium.animate {
        opacity: 0
    }

    .header-menu-button-icon-bottom {
        width: 100%;
        max-height: 1px;
        min-height: 1px;
        padding: 0;
        background-color: #fff;
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        -ms-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out
    }

    .header-menu-button-icon-bottom.animate {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg)
    }

    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 53px;
        max-height: 53px;
        min-height: 53px;
        min-width: 53px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 1000000px;
        background-color: rgba(255, 255, 255, .1);
        -webkit-transition: background-color 350ms ease;
        transition: background-color 350ms ease;
        color: #fff;
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .dropdown-nav-main-wrapper {
        margin-bottom: -40px;
        padding-top: 35px
    }

    .dropdown-nav-pages-wrapper {
        margin-right: 60px;
        margin-bottom: 40px
    }

    .dropdown-nav {
        margin-right: 40px
    }
}

@media screen and (max-width:479px) {
    .split-content.header-center {
        margin-right: 10px
    }

    .nav-item-wrapper {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .nav-link {
        font-size: 20px
    }

    .dropdown-nav-main-wrapper {
        padding-top: 30px
    }

    .dropdown-arrow {
        font-size: 9px
    }

    .dropdown-nav-pages-wrapper {
        margin-right: 40px;
        margin-bottom: 30px
    }

    .menu-button {
        padding: 10px;
        font-size: 26px
    }
}

@media screen and (max-width:991px) {
    .w-nav-menu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 0;
        z-index: 9999;
        background-color: #0c6359;
        display: block;
        padding: 15px;
        -webkit-transition: transform 400ms ease 0s;
        -moz-transition: transform 400ms ease 0s;
        -o-transition: transform 400ms ease 0s;
        -ms-transition: transform 400ms ease 0s;
        transition: transform 400ms ease 0s;
        height: 100vh;
        width: 100%;
        transform: translateX(-100%);
        direction: rtl
    }

    .w-nav-menu.active {
        transform: translateX(0)
    }

    body.overflow {
        overflow-y: hidden
    }
}

.card-home-step-number {
    -webkit-user-drag: none;
    user-select: none
}

.card-home-step-number img {
    -webkit-user-drag: none;
    user-select: none
}

#downloadapp img {
    width: 215px;
    margin: 6px 0
}


.captcha-box {
    display: flex;
    align-items: center;
    max-width: 300px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}

.captcha-box .prefix {
  font-weight: 300;
  font-size: 14px;
  color: #999;
}

.captcha-box input {
  flex-grow: 1;
  font-size: 14px;
  background: #247269;;
  border: none;
  outline: none;
  padding: 0.5rem;
}

.captcha-box:focus-within {
  border-color: #777;
}