body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fffbb4;
}

.body {
    display: block;
    -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;
    background-color: #fff;
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 20px;
    /*cursor: none;*/
}

.body.flex--center {
    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;
}

.navbar--delete-me {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 32px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.style--mono {
    font-family: 'Roboto Mono', sans-serif;
    line-height: 1;
}

.style--mono.xs {
    font-size: 10px;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -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: 3px;
    background-color: #fd3846;
    background-image: url('../images/grunge.png');
    background-position: 100% 0%;
    background-size: 540%;
    box-shadow: 0 8px 6px -6px #000;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, box-shadow 200ms ease;
    transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
    color: #131313;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.button:hover {
    box-shadow: 0 12px 16px -6px #000;
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
    color: #131313;
}

.button.button--white {
    background-color: #fff;
}

.button.button--white.button--outline {
    padding: 15px 19px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    background-color: transparent;
    -webkit-transition: border 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: border 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: border 200ms ease, transform 200ms ease, box-shadow 200ms ease;
    transition: border 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
}

.button.button--white.button--outline:hover {
    border-color: #4254ff;
}

.avatar {
    display: block;
    overflow: hidden;
    width: 48px;
    height: 48px;
    padding: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.24);
}

.button__icon {
    height: 11px;
    margin-right: 8px;
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
}

.item {
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
}

.item.item--divided {
    padding-left: 16px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.25);
}

.item.opens--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -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;
}

.twitter {
    position: fixed;
    left: 32px;
    top: auto;
    right: auto;
    bottom: 32px;
    margin-bottom: 0px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -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;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
}

.menu__body {
    position: fixed;
    left: 24px;
    top: 24px;
    bottom: 24px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 448px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.menu__close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.menu__title {
    color: #131313;
}

.menu__iframe {
    overflow: scroll;
    margin: 16px -24px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #ececec;
}

.menu__scrim {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(19, 19, 19, 0.5);
}

.menu-icon {
    position: static;
    margin-right: 0px;
    margin-left: 8px;
}

.analytics-link {
    position: fixed;
    right: 32px;
    bottom: 32px;
    color: hsla(0, 0%, 100%, 0.5);
    text-align: right;
}

.link {
    text-decoration: underline;
}

.gallery {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.gallery__grid {
    display: -ms-grid;
    display: grid;
    width: 200vw;
    height: 300vh;
    padding: 18vh;
    grid-auto-columns: 1fr;
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.gallery__item {
    overflow: hidden;
}

.gallery__thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider {
    width: 100vw;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: transparent;
}

.slider__mask {
    overflow: visible;
}

.slide {
    height: 100%;
}

.slide__image {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -o-object-fit: cover;
    object-fit: cover;
}

.slide__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -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;
}

.slide__title {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 13vw;
    line-height: 80%;
    text-align: center;
}

.slide__title._5467567 {
    font-size: 160px;
}

.slider__arrow {
    z-index: 1;
    width: 18vw;
}

.hide {
    display: none;
}

.slide__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 57vw;
    height: 30vw;
    margin-right: auto;
    margin-left: auto;
    -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;
    -o-object-fit: cover;
    object-fit: cover;
}

/*.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  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;
}*/

.cursor__dot {
    display: none;
    width: 80px;
    height: 80px;
    -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: 40px;
    background-color: #fd3846;
}

.cursor__arrow {
    width: 28px;
    -webkit-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    transform: rotate(89deg);
}

.slide__image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slide__parallax-1 {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.slide__parallax-2 {
    position: absolute;
}

.heading {
    margin-bottom: 25px;
    font-family: 'Rubik Mono One', sans-serif;
    color: #fff;
    font-size: 52px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
}

.heading:hover {
    color: #fffbb4;
}

.section {
    padding: 3% 3% 4%;
    background-color: #1f1e1e;
    background-image: url('../images/grunge_1.png'), url('../images/grunge.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/beautiful-shot-of-a-snowy-mountain-at-sunset.jpg');
    background-image: url('../images/grunge_1.png'), url('../images/grunge.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/beautiful-shot-of-a-snowy-mountain-at-sunset.jpg');
    background-position: 100% 50%, 50% 50%, 0px 0px, 50% 50%;
    background-size: cover, contain, auto, cover;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
}

.section-2 {
    padding: 5% 3%;
    background-color: #fff;
}

.div-block {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.column-20 {
    padding-left: 0px;
}

.d-125-image-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/01.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.d-125-image-wrapper._345234 {
    background-color: #e9e9e9;
    background-image: url('../images/Kristina_Muff-7-of-20.png');
    background-position: 50% 0%;
    background-size: contain;
}

.list-87 {
    color: #fffbb4;
    font-size: 20px;
    list-style-type: square;
}

.bold-text-582 {
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.d-125-h3-heading {
    margin-top: 0px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.d-125-3d-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-right: 16px;
    margin-left: 0px;
    border: 10px none #fff;
    background-color: #ba9850;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
}

.d-125-3d-wrapper._4657 {
    height: 500px;
    margin-right: 0px;
}

.unordered-list-11 {
    color: #fffbb4;
    font-size: 20px;
    list-style-type: square;
}

.text-block-989 {
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
}

.div-block-396 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    min-height: 400px;
    padding-top: 3%;
    padding-bottom: 2%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.text-span-222 {
    color: #d5b470;
}

.d-125-content-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #025a68;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.text-block-44 {
    margin-bottom: 3%;
    font-size: 36px;
    line-height: 1.2em;
    text-align: left;
}

.text-block-45 {
    padding-bottom: 1%;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
}

.text-block-48 {
    padding-bottom: 2%;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-size: 16px;
}

.text-block-990 {
    font-family: Gilroy, sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    text-align: center;
}

.text-block-991 {
    color: #000;
}

.text-block-992 {
    margin-bottom: 2%;
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
}

.section-3 {
    padding: 4%;
    background-image: url('../images/beautiful-shot-of-a-snowy-mountain-at-sunset.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

._1200 {
    width: 100%;
    max-width: 1200px;
}

.padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
}

.tabs2_component {
    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;
}

.tabs2_link {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.5rem 2.5rem;
    border-top: 0.125rem solid transparent;
    background-color: #2e2e2e;
    color: #f4f4f4;
}

.tabs2_link.w--current {
    border-top: 0.125rem solid #4589ff;
    background-color: #262626;
}

.tabs2_content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 48rem;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.tabs2_image-wrapper {
    width: 100%;
}

.tabs2_image {
    width: 100%;
    max-height: 32rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.max-width-large {
    width: 100%;
    max-width: 48rem;
}

.tabs2_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 28rem;
    margin-right: 6rem;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-faq-icon {
    position: relative;
    padding: 20px;
    -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;
}

.c-faq-q {
    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;
}

.c-content.cloneable {
    padding-top: 20px;
}

.faq-a-text {
    font-size: 1em;
    line-height: 1.6em;
}

.c-faq-q-text {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-faq-divider {
    padding-right: 20px;
    padding-left: 20px;
}

.note {
    color: #aaa;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 300;
}

.faq-stripe-1 {
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.cloneable-area {
    min-height: 50vh;
}

.c-faq-item {
    margin-bottom: 10px;
    border-left: 3px solid #d5b370;
    background-color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
    cursor: pointer;
}

.c-note {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._w-faq-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -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;
    color: #ac0707;
}

.c-faq-a-text {
    padding: 20px;
}

.faq-divider {
    height: 0px;
    border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
}

.c-faq-a {
    overflow: hidden;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.c-faq {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.word-highlight {
    color: #fff;
    font-weight: 400;
}

.faq-stripe-2 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.faq-stripe-2-3 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

._w-faq-icon-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -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;
    background-color: transparent;
    color: #ac0707;
}

.faq-a-text-4 {
    color: #000;
    font-size: 18px;
    line-height: 1.4em;
}

.c-faq-q-text-4 {
    padding: 10px 20px 10px 26px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
}

.c-faq-q-14 {
    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;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
}

.c-faq-q-14:focus-visible {
    background-color: #e6eefe;
}

.c-faq-q-14[data-wf-focus-visible] {
    background-color: #e6eefe;
}

.text-block-982 {
    padding-bottom: 1%;
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
}

.text-block-982._2323 {
    padding-bottom: 0%;
    font-size: 20px;
}

.text-block-982._2323._3333 {
    font-size: 18px;
}

.faq-stripe-1-3 {
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.c-faq-a-text-2 {
    padding: 20px;
    background-color: #fff;
}

.faq-q-text-6 {
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    text-transform: none;
}

.list-84 {
    color: #7391b5;
    font-size: 30px;
    list-style-type: square;
}

.c-faq-item-9 {
    margin-bottom: 10px;
    border-left: 3px solid #c7d6f0;
    background-color: transparent;
    font-size: 1.2em;
    line-height: 1.6em;
    cursor: pointer;
}

.div-block-397 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.faq-stripe-2-4 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.c-faq-q-15 {
    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;
    background-color: #fffbb4;
    box-shadow: none;
}

.c-faq-q-15:focus-visible {
    background-color: #e6eefe;
}

.c-faq-q-15[data-wf-focus-visible] {
    background-color: #e6eefe;
}

.faq-stripe-1-4 {
    width: 2px;
    height: 100%;
    background-color: #000;
}

.faq-q-text-7 {
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 28px;
    line-height: 1.4em;
    text-transform: none;
}

.c-faq-item-10 {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-left: 3px solid #c7d6f0;
    background-color: #fffbb4;
    font-size: 1.2em;
    line-height: 1.6em;
    cursor: pointer;
}

.faq-a-text-2 {
    color: #070d11;
    font-size: 18px;
    line-height: 1.4em;
}

.text-span-141 {
    line-height: 1.4em;
    text-decoration: none;
}

.italic-text-9 {
    font-size: 22px;
    font-style: normal;
}

.italic-text-11 {
    font-size: 24px;
    font-style: normal;
}

.list-62 {
    color: #025a68;
    font-size: 1em;
    font-weight: 400;
    list-style-type: decimal;
}

.text-block-814 {
    padding-bottom: 1%;
    color: #1d1c1c;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
}

.text-block-814._8787 {
    font-size: 18px;
}

.block-quote-17 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.block-quote-18 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.italic-text-10 {
    font-size: 24px;
    font-style: normal;
}

.block-quote-19 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.italic-text-12 {
    font-size: 24px;
    font-style: normal;
}

.list-63 {
    color: #025a68;
    font-size: 1em;
    font-weight: 400;
    list-style-type: decimal;
}

.text-block-815 {
    padding-bottom: 2%;
    color: #1d1c1c;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}

.block-quote-20 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.block-quote-21 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.italic-text-13 {
    font-size: 24px;
    font-style: normal;
}

.list-88 {
    color: #ff6502;
    font-weight: 900;
    list-style-type: decimal;
}

.list-88._8888 {
    color: #025a68;
    line-height: 1.2em;
    list-style-type: square;
}

.block-quote-22 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.block-quote-23 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.text-block-818 {
    margin-bottom: 3%;
    font-size: 18px;
    line-height: 1.4em;
}

.block-quote-24 {
    border-left-color: #d5b370;
    font-size: 16px;
    line-height: 1.4em;
}

.button-2 {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: #ad0201;
    font-size: 24px;
    line-height: 2em;
    text-align: center;
}

.button-2:hover {
    background-color: #ff0012;
    box-shadow: 0 0 16px 17px rgba(255, 2, 0, 0.66);
    color: #fff;
}

.columns {
    margin-bottom: 3%;
}

.section-4 {
    padding: 3%;
    background-image: url('../images/panorama-of-winter-mountains-with-snow-copy-space-background-for-your-design.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.max-width-medium {
    width: 100%;
    max-width: 32rem;
}

.sticky2_item {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 1rem;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: #6f6f6f;
    background-color: #fff;
}

.sticky2_item._1111 {
    top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    margin-bottom: 1.5rem;
    padding: 1.7rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: transparent;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.11);
}

.sticky2_content-left {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.text-span-200 {
    border-radius: 10px;
    background-color: rgba(255, 248, 232, 0);
    color: #025a68;
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.text-align-center {
    font-size: 24px;
    line-height: 1.4em;
    text-align: left;
}

.heading-76 {
    color: #ba9850;
    font-size: 76px;
    line-height: 1.2em;
    font-weight: 400;
}

.heading-76._90 {
    font-family: 'Rubik Mono One', sans-serif;
    color: #000;
    font-size: 2.6rem;
    font-weight: 400;
}

.heading-76._90 {
    color: #ad0201;
    font-size: 3.2rem;
    font-weight: 400;
}

.sticky2_component {
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 0.25fr 1.75fr;
    grid-template-columns: 0.25fr 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.sticky2_content-right {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-5 {
    padding: 2%;
}

.text-block-813 {
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 1.4em;
}

.text-span-205 {
    color: #220b01;
}

.sticky1_content-left {
    position: -webkit-sticky;
    position: sticky;
    top: 40%;
    margin-bottom: 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sticky_content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.max-width-medium-2 {
    width: 100%;
    max-width: 550px;
}

._1000 {
    width: 100%;
    max-width: 1115px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3px;
}

.div-block-404 {
    width: 200px;
    height: 3px;
    margin-bottom: 3%;
    background-color: #ad0201;
}

.div-block-404._222 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    float: none;
}

._1150-2 {
    width: 100%;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
}

.div-block-405 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0% 0% 2%;
}

.text-align-center-2 {
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
}

.section-285 {
    padding-top: 5%;
    background-color: #fff;
}

.sticky1_item-2 {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 2.5rem 1.1rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 7px 7px 20px 0 rgba(46, 46, 46, 0.1);
}

.sticky1_item-2._4 {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sticky1_item-2._2 {
    display: block;
}

.sticky1_item-2._3 {
    display: block;
}

.sticky1_item-2._546365 {
    padding-right: 0rem;
    padding-left: 0rem;
    box-shadow: none;
}

.sticky1_component {
    position: relative;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.section-286 {
    padding: 3%;
    background-image: url('../images/beautiful-shot-of-a-snowy-mountain-at-sunset.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.text-span-223 {
    text-decoration: line-through;
}

._7-col {
    display: inline-block;
    width: 540px;
    margin-right: 20px;
}

._7-col._7-col-last {
    display: inline-block;
    width: 62%;
    margin-right: 0px;
}

.form2-success-message {
    background-color: transparent;
}

.text-block-319 {
    margin-bottom: 3%;
    color: #fff;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
}

._5-col {
    display: inline-block;
    width: 380px;
    margin-right: 20px;
}

.text-span-201 {
    color: #ad0201;
    font-size: 24px;
    font-weight: 600;
}

.form2-wrapper {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.form2-form-section-wrapper {
    padding: 2% 3%;
}

.form2-headline {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #131313;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
}

.form2-success-message-text {
    margin-top: 20px;
    color: #1991eb;
    font-size: 16px;
    line-height: 24px;
}

.form2-error-message {
    padding: 0px;
    border-radius: 4px;
    background-color: transparent;
}

.text-block-318 {
    margin-bottom: 1%;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
}

.text-block-317 {
    margin-bottom: 1%;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
}

.section-9 {
    padding: 5%;
    background-color: #e4effe;
    background-image: url('../images/beautiful-shot-of-a-snowy-mountain-at-sunset.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
}

.form2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 520px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(17, 18, 18, 0.1);
    color: #111212;
}

.form2.form2-dark {
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.06);
    border-radius: 0px;
    background-color: #fff;
    color: #fff;
}

.bold-text-575 {
    color: #ad0201;
    font-size: 24px;
}

.button-82 {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    -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-style: solid;
    border-width: 1px;
    border-color: #ba9850;
    background-color: transparent;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    color: #ba9850;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.button-82:hover {
    border-color: #fff;
    background-color: #ba9850;
    color: #ecfafe;
}

.button-82:active {
    background-color: #002d9c;
}

.button-82._999 {
    border-color: #790510;
    background-color: #ac0302;
    color: #fff;
}

.button-82._999:hover {
    background-color: #790510;
}

.image-314 {
    position: relative;
    left: -19px;
    top: -11px;
    width: 110%;
    max-width: 420px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.form2-form-wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.form2-error-message-text {
    display: inline-block;
    color: #f85359;
}

.form2-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 520px;
    margin-right: -20px;
    border-radius: 0px;
    background-color: #025a68;
}

.text-span {
    color: #b90022;
}

.form2-input {
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    padding-right: 16px;
    padding-left: 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

.form2-input:hover {
    border-color: #d8d8d8;
}

.form2-input:focus {
    border-color: #a3a3a3;
}

.form2-input::-webkit-input-placeholder {
    color: #ccc;
}

.form2-input:-ms-input-placeholder {
    color: #ccc;
}

.form2-input::-ms-input-placeholder {
    color: #ccc;
}

.form2-input::placeholder {
    color: #ccc;
}

.form2-input.form2-input-dark {
    border-color: rgba(186, 152, 80, 0.24);
    background-color: #27292d;
    color: #fff;
}

.form2-input.form2-input-dark:hover {
    border-color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:focus {
    border-color: #fff;
}

.form2-input.form2-input-dark::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}

.form2-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.text-block-795 {
    margin-bottom: 2%;
    color: #070d11;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
}

._8877-2 {
    color: #c00202;
    font-size: 28px;
}

._765-2 {
    color: #c00202;
    font-size: 28px;
}

.text-block-806 {
    margin-top: 2%;
    margin-bottom: 2%;
    color: #fff;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
}

.d-103-arrow {
    width: 15px;
    margin-top: 50px;
    margin-left: 5px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.d-103-shape-placeholder {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.d-103-shape-placeholder._6767 {
    background-color: #ff9500;
    background-image: url('../images/img_376157img_376156.png');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
}

.bold-text-439 {
    font-size: 30px;
}

.d-103-card-wrapper-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    -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;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #025a68;
    color: #fff;
    text-decoration: none;
}

.d-103-right-side-2 {
    position: absolute;
    left: 100%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: 120%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02323d), to(#0fd6c7));
    background-image: linear-gradient(180deg, #02323d, #0fd6c7);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.d-103-option-text {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.bold-text-456 {
    color: #fff;
    font-size: 40px;
    text-shadow: none;
}

.bold-text-456._467 {
    color: #fffbb4;
    text-shadow: none;
}

.browser-demo-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 960px;
    height: auto;
    margin-bottom: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border: 1px none #e2e2e2;
    border-radius: 10px;
    background-color: transparent;
}

.text-block-805 {
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: transparent;
    background-image: url('../images/37.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #070d11;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}

.html-embed-9 {
    margin-bottom: 2%;
    text-align: center;
}

.c-faq-item-2 {
    margin-bottom: 10px;
    border-left: 3px solid #034877;
    background-color: #033d64;
    font-size: 1.2em;
    line-height: 1.6em;
    cursor: pointer;
}

.c-faq-item-2._345 {
    margin-bottom: 2%;
}

.bold-text-457 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #f0e8d8;
    color: #02323d;
    font-size: 24px;
    text-align: right;
}

.icon-43 {
    background-color: #02323d;
}

.text-span-122 {
    text-decoration: underline;
}

.list-89 {
    color: #ff6502;
    font-weight: 700;
    list-style-type: decimal;
}

.list-89._7766 {
    color: #ad0201;
    list-style-type: square;
}

.text-block-172 {
    font-size: 16px;
    line-height: 1.4em;
}

.c-faq-2 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.mask {
    border-radius: 0px;
    background-color: #fff;
}

.faq-stripe-1-5 {
    width: 2px;
    height: 100%;
    background-color: #ffefce;
}

.columns-84 {
    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;
}

.italic-text-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}

.text-block-758 {
    margin-bottom: 3%;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.c-faq-q-text-5 {
    padding: 10px 20px 10px 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
}

.slider-10 {
    display: block;
    height: auto;
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.text-block-559 {
    font-size: 16px;
}

.c-faq-q-6 {
    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;
    background-color: #02323d;
    font-size: 1em;
}

.faq-stripe-2-5 {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffefce;
}

.section-262 {
    padding: 3%;
    background-color: #fff8e8;
    background-image: url('../images/panorama-of-winter-mountains-with-snow-copy-space-background-for-your-design.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.text-blok {
    display: none;
}

.slide-nav-3 {
    position: relative;
    font-size: 0.4em;
    line-height: 1.4em;
}

.column-32 {
    padding-right: 18px;
    padding-left: 0px;
}

.faq-q-text-2 {
    color: #fff;
    font-size: 22px;
    text-transform: none;
}

.slide-5 {
    padding-right: 8%;
    padding-bottom: 0%;
    padding-left: 8%;
}

.div-block-201 {
    min-height: 300px;
    padding: 2% 5%;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/unnamed.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/unnamed.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, 125px;
    background-repeat: repeat, no-repeat;
}

.columns-107 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
    color: #fff;
}

.text-block-852 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.link-block {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/instagram_1instagram.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.link-block._88888 {
    width: 40px;
    height: 40px;
    background-image: url('../images/logo5.png');
}

.link-block-10 {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-width: 1px;
    border-color: #ba9850;
    border-radius: 50px;
    background-image: url('../images/youtube_1youtube.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.div-block-179 {
    width: 100%;
    float: none;
}

.section-279 {
    padding-bottom: 1%;
    background-color: #27292d;
}

.link-34 {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.div-block-338 {
    width: 100%;
    max-width: 960px;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1%;
    border-top: 1px none #ff6502;
    border-bottom: 1px none #000;
}

.div-block-287 {
    width: 12%;
    margin-right: 2%;
    float: right;
}

._4567 {
    margin-right: 2%;
    padding: 3% 6%;
    background-color: #025a68;
}

.div-block-406 {
    width: 100px;
    height: 100px;
    background-color: #025a68;
    background-image: url('../images/001.png');
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat;
}

.div-block-406._004 {
    background-image: url('../images/004.png');
    background-size: 90px;
}

.div-block-406._005 {
    background-image: url('../images/005.png');
    background-size: 90px;
}

.div-block-407 {
    width: 100px;
    height: 100px;
    background-color: #025a68;
    background-image: url('../images/002.png');
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat;
}

.div-block-407._003 {
    background-color: #025a68;
    background-image: url('../images/003.png');
    background-size: 90px;
}

.div-block-407._006 {
    background-color: #025a68;
    background-image: url('../images/006.png');
    background-size: 90px;
}

.div-block-407._008 {
    background-color: #025a68;
    background-image: url('../images/008.png');
    background-size: 90px;
}

.div-block-408 {
    width: 100px;
    height: 100px;
    background-color: #025a68;
    background-image: url('../images/87.png');
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat;
}

.image-315 {
    width: auto;
}

@media screen and (min-width: 1280px) {
    .text-block-989 {
        background-color: #000;
    }

    .div-block-396 {
        padding-top: 5%;
        padding-bottom: 5%;
        background-image: url('../images/box.png');
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .text-block-795 {
        font-size: 22px;
        line-height: 1.2em;
    }

    .text-block-806 {
        font-size: 27px;
    }

    .d-103-card-wrapper-2 {
        background-color: #ff7301;
    }

    .bold-text-456 {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    }

    .text-block-805 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .d-125-3d-wrapper {
        margin-bottom: 60px;
    }

    .text-block-989 {
        font-size: 18px;
    }

    .div-block-396 {
        padding-left: 30px;
    }

    .text-block-44 {
        font-size: 39px;
    }

    .padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .tabs2_link {
        padding: 0.75rem 1.25rem;
    }

    .tabs2_content-wrapper {
        max-width: 32rem;
    }

    .margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .tabs2_menu {
        margin-right: 2.5rem;
    }

    .sticky2_item {
        width: 20rem;
    }

    .text-align-center {
        font-size: 16px;
    }

    .sticky1_item-2 {
        padding: 1.25rem;
    }

    ._7-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    ._7-col._7-col-last {
        width: 90%;
    }

    ._5-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .form2-wrapper {
        margin-top: -20px;
    }

    .form2-form-section-wrapper {
        margin-top: -20px;
        margin-bottom: -20px;
        padding: 40px;
    }

    .form2 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form2-image-wrapper {
        height: 300px;
        margin-right: 0px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }

    .d-103-card-wrapper-2 {
        margin-bottom: 60px;
    }

    .browser-demo-2 {
        width: 500px;
        height: auto;
        margin-bottom: 100px;
        padding-top: 100px;
        padding-bottom: 100px;
        -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;
    }

    .mask {
        background-color: #fff;
    }

    .slider-10 {
        margin-bottom: 47px;
    }

    .slide-nav-3 {
        position: relative;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
    }

    .text-block-852 {
        font-size: 14px;
    }

    .link-34 {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .column-17 {
        margin-bottom: 20px;
    }

    .div-block-396 {
        margin-bottom: 20px;
    }

    .padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .tabs2_component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs2_link {
        width: auto;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
        margin-left: 0.25rem;
        padding: 0.5rem 1.5rem 0.25rem;
    }

    .margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .hide-landscape {
        display: none;
    }

    .tabs2_menu {
        width: 100%;
        max-width: 100%;
        margin-right: 0rem;
        margin-bottom: 2.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sticky2_item {
        width: 100%;
    }

    .sticky2_content-left {
        position: relative;
        top: 0%;
        width: 100%;
    }

    .sticky2_component {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .sticky2_content-right {
        width: 100%;
    }

    .sticky1_content-left {
        position: static;
        width: 100%;
        margin-bottom: 0rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sticky_content-right {
        position: static;
        width: 100%;
    }

    .sticky1_component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    ._7-col._7-col-last {
        width: 100%;
    }

    .form2-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .form2-form-section-wrapper {
        padding: 30px 2%;
    }

    .form2-headline {
        font-size: 18px;
    }

    .text-block-795 {
        font-size: 22px;
    }

    .browser-demo-2 {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
        padding: 100px 30px;
        -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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .slider-10 {
        margin-bottom: 77px;
    }
}

@media screen and (max-width: 479px) {
    .d-125-h3-heading {
        font-size: 17px;
    }

    .d-125-3d-wrapper {
        width: 280px;
        height: 389px;
    }

    .text-block-989 {
        font-size: 12px;
    }

    .div-block-396 {
        min-height: 300px;
    }

    .d-125-content-wrapper {
        padding-right: 34px;
    }

    .padding-vertical {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .tabs2_menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .note {
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .faq-a-text-4 {
        font-size: 16px;
    }

    .faq-q-text-6 {
        font-size: 18px;
    }

    .faq-q-text-7 {
        font-size: 18px;
    }

    .text-align-center {
        font-size: 14px;
    }

    .heading-76._90 {
        font-size: 40px;
    }

    .heading-76._90 {
        font-size: 40px;
    }

    .sticky2_content-right {
        top: 256px;
    }

    .text-align-center-2 {
        font-size: 16px;
    }

    .text-block-319 {
        font-size: 18px;
    }

    .text-span-201 {
        font-size: 18px;
    }

    .form2-form-section-wrapper {
        background-color: #fff;
    }

    .form2-headline {
        font-size: 18px;
        line-height: 1.4em;
    }

    .bold-text-576 {
        font-size: 18px;
    }

    .text-block-318 {
        margin-bottom: 3%;
        font-size: 30px;
    }

    .text-block-317 {
        font-size: 44px;
    }

    .form2.form2-dark {
        background-color: #e8f0fd;
    }

    .bold-text-575 {
        font-size: 18px;
    }

    .button-82 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .button-82._999 {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 18px;
    }

    .form2-input.form2-input-dark {
        font-size: 10px;
    }

    .form2-buttons-wrapper {
        -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;
    }

    .text-block-795 {
        font-size: 18px;
    }

    .browser-demo-2 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .icon-43 {
        position: relative;
        margin-right: 0px;
        font-size: 30px;
    }

    .icon-43._3443 {
        margin-left: 1px;
    }

    .slider-10 {
        margin-bottom: 191px;
    }

    .columns-107 {
        display: block;
    }

    .text-block-852 {
        margin-bottom: 1%;
        font-size: 12px;
        text-align: center;
    }

    .div-block-179 {
        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;
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Radomir tinkov gilroy';
    src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Radomir tinkov gilroy';
    src: url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.slide__title {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    color: transparent;
    transition: color 0.2s ease-in-out;
}

.slide__title {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 94px;
    line-height: 80%;
    text-align: center;
}

.heading {
    margin-bottom: 25px;
    font-family: 'Rubik Mono One', sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
}


.a-1 #akk1{
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*max-width: 900px;*/
    width: 100%;
}
.a-1 .btn-left{
    height: 100px;
    flex: 1;
    max-width: 100px;
    background-color: #025a68;
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat;
}
.a-1 .btn-center{
    height: 100px;
    flex: 1;
    background-color: #fffbb4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a-1 .btn-right{
    flex: 1;
    /*padding-left: 24px;*/
}
.mb{margin-bottom: 2%;}
.div-block-375{width: 100%;}
.btn1{background-image: url(../images/001.png);}
.btn2{background-image: url(../images/002.png);}
.btn3{background-image: url(../images/003.png);}
.btn4{background-image: url(../images/004.png);}
.btn5{background-image: url(../images/005.png);}
.btn6{background-image: url(../images/006.png);}
.btn7{background-image: url(../images/87.png);}
.btn8{background-image: url(../images/008.png);}
.a-1 .btn-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.a-1 #akk1 .div-cross{
    flex: 1;
    max-width: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.a-1 #akk1 .akk-item{
    max-width: 997px;
    margin-right: auto;
    margin-left: auto;
    border-left: 3px solid #e0b85f;
    margin-bottom: 6px;
    box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 42%);
}
.a-1 #akk1 .akk-top{
    cursor: pointer;
    background-color: #fffbb4;
    position: relative;
    display: flex;
    /*height: 132px;*/
}
#akk1 .akk-top:hover{
    background-color: #fffbb4;
}
.a-1 #akk1 .akar_up_active{
    background-color: #fffbb4;
}
.a-1 #akk1 .akk_title{
    flex: 1;
    min-width: 200px;
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
}

.a-1 #akk1 .click{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
}
.a-1 #akk1 .akk-down{
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #034877;
}
.a-1 #akk1 .akk-down .row{
    margin-left: -10px;
    margin-right: -10px;
}
.a-1 #akk1 .akk-down_content{
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 5px;
    flex: 1;
    min-width: 250px;
}
.a-1 #akk1 .akk-down_img{
    flex: 1;
    min-width: 140px;
    max-width: 264px;
    padding-right: 10px;
    padding-bottom: 15px;
}
.a-1 #akk1 .paragraph{
    color: #070d11;
    font-size: 20px;
    line-height: 1.4em;
}



/*cross*/

.a-1 #akk1 .cross{
    position: relative;
    width: 22px;
    height: 22px;
    transition: all .3s ease;
    background-color: #fffbb4;
}
.a-1 #akk1 .cross-x, .a-1 #akk1 .cross-y{
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transition: all .3s ease-in-out;
    opacity: 1;
}
.a-1 #akk1 .cross-y{
    transform: rotate(90deg);
}
.a-1 #akk1 .akar_up_active  .cross{
    transform: rotate(90deg);
}
.a-1 #akk1 .akar_up_active  .cross .cross-x{
    opacity: 0;
}
.a-1 #akk1 .paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
    color: #070d11;
}
@media(max-width: 1281px){
    /*.btn-right {padding-left: 25px;}*/
}
@media(max-width: 801px){
    /*    .a-1 #akk1 .btn-left {
            max-width: 40px;
            background-size: 30px;}*/
    /*.a-1 #akk1 .btn-center {max-width: 160px;}*/
    .a-1 #akk1 .akk-item {max-width: 97%;}
    /*.a-1 #akk1 .btn-right {padding-left: 18px;}*/
    .a-1 #akk1 .akk-down_img {max-width: 260px;}
    .a-1 #akk1 .paragraph {font-size: 17px;margin-bottom: 15px;}
    .a-1 #akk1 .div-cross {max-width: 50px;}
    .a-1 #akk1 .text-block-819 {font-size: 28px;line-height: 1em;}
    .a-1 #akk1 blockquote {padding: 4px 10px;}
    .a-1 #akk1 .paragraph br:not(.br){display: none;}
}
@media(max-width: 700px){
    /*.a-1 #akk1 .btn-right {padding-left: 10px;}*/
    .a-1 #akk1 .text-block-819 {margin-bottom: 1%;font-size: 28px;}
    .a-1 #akk1 .text-block-820 {font-size: 18px; line-height: 1.3em;}
    .a-1 #akk1 .paragraph {font-size: 16px;}
    .a-1 #akk1 .akk-down_img {max-width: 190px;}
    /*    .a-1 #akk1 .btn-left {
            max-width: 30px;
            background-size: 20px;}*/
    .a-1 #akk1 .div-cross {max-width: 35px;}
    .a-1 #akk1 .cross {
        width: 15px;
        height: 15px;}
    .a-1 #akk1 {
        padding: 20px 10px 10px;
        border-radius: 15px;}
}
@media(max-width: 600px){
    #akk3 .paragraph-4 br:not(.br){display: none;}
    .a-1 #akk1 .akk-down .row{
        margin-left: auto;
        margin-right: auto;}
    .a-1 #akk1 .akk-down {padding: 8px 4px 0 4px;}
    /*.a-1 #akk1 .btn-center{display: none;max-width: 0;}*/
    .a-1 #akk1 .btn-right{
        background-position: 0px, 106%;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 100%, 40% 100%;}
    .faq-q-text-7 {font-size: 22px;}
}
@media(max-width: 500px){

    .a-1 #akk1 .btn-right {padding-left: 6px;}
    .a-1 #akk1 .akk-item {border-left: 2px solid #fefbea;}
    .a-1 #akk1 .div-cross {max-width: 25px;}
/*    .a-1 #akk1 .btn-left {
        max-width: 20px;
        background-size: 14px;}*/
    .a-1 #akk1 .akk-down_img{order: -1;margin-bottom: 3px;}
    .a-1 #akk1 .akk-down_img {
        padding-right: 0;
        max-width: 220px;}
    .a-1 #akk1 blockquote {
        padding: 4px 6px;
        border-width: 3px;}
/*    .a-1 #akk1 .btn-left {height: 120px;}
    .a-1 #akk1 .akk-top {height: 120px;}*/
    .a-1 #akk1 .text-block-820 br:not(.br){display: none;}
}
@media(max-width: 333px){
    .heading-75 {font-size: 33px;}
    .div-cross {max-width: 20px;}
    .cross {width: 10px;height: 10px;}
    .akk-down_img {max-width: 140px;}
    .btn-right {background-size: 100% 100%, 55% 100%;}
    .block-quote-19 {font-size: 15px;}
}

@media(max-width: 801px){
    .heading-79 {font-size: 63px;}
    .text-block-845 {font-size: 39px;}
    .text-block-846 {font-size: 20px;}
}
@media(max-width: 700px){
    .heading-79 {font-size: 53px;}
    .a-1 {padding: 5% 2%;}
}
@media(max-width: 500px){
    .heading-79 {font-size: 34px;}
    .text-block-845 {font-size: 29px;}
    .text-block-846 {font-size: 16px;}
    .a-1 #akk1 {padding: 20px 1px 10px;}
    .a-1 #akk1 .text-block-819 {font-size: 21px;}
    .a-1 #akk1 .text-block-820 {font-size: 15px;}
    /*.a-1 #akk1 .akk-top, .a-1 #akk1 .btn-left {height: 110px;}*/
    .a-1 #akk1 .block-quote-19 {font-size: 15px;}
    .a-1 #akk1 .akk-down {padding: 8px 4px 0 8px;}
    .text-block-846 br:not(.br){display: none;}
}


/*question-answer*/
.underline{text-decoration: underline;}
.question-answer{
    padding-top: 4%;
    padding-bottom: 2%;
    background-color: #defbff;

}
.akk3, .embed{
    margin-bottom: 5%;
}
#akk3 .akk-item{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-left: 3px solid #02323d;
    margin-bottom: 8px;
}
#akk3 .akk-top{
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    background-color: #02323d;
    box-shadow: 1px 1px 3px 0 #000;
}
#akk3 .akk-top:hover{
    background-color: #02323d;
}
#akk3 .akar_up_active{
    background-color: #02323d;
}
#akk3 .akk_title{
    flex: 1;
    min-width: 200px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
}
#akk3 .akk_title_img{
    flex: 1;
    max-width: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#akk3 .akk_title_img img{
    max-width: 100%;
}
#akk3 .click{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
}
#akk3 .akk-down{
    margin-bottom: 8px;
    padding: 0 2.5%;
    background-color: #fff;
}
.paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 20px;
    line-height: 1.4em;
}
#akk3 .paragraph-4 {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.4em;
}
.slider-wrapper{
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.slide{
    min-height: 300px;
    padding: 2% 8%;
}
.slide_content{
    padding: 2% 4%;
    background-color: #fff;
    background-image: linear-gradient(180deg, hsla(0,0%,100%,.9), hsla(0,0%,100%,.9)),url(../images/med.png);
    background-position: 0 0,25px 85%;
    background-size: auto,125px;
    background-repeat: repeat,no-repeat;
}
.slide_title{
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ffbc00;
    color: #ff9500;
    font-size: 24px;
    display: block;
}
.slide_body{
    font-size: 16px;
    line-height: 1.4em;
    max-width: 98%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slide_sub{
    width: 100%;
    text-align: right;
    font-size: 16px;
    display: block;
}
.em{
    font-style: italic;
}
.slide_dalee{
    text-decoration: underline;
    cursor: pointer;
    color: #0055f2;
}
.slide_dalee:hover{
    color: red;
}
.slide_hide{
    display: none;
}
.delivery_link{font-size: 16px;}
#akk3 .akk-down_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2%;
    margin-bottom: 2%;
}
#akk3 .akk-down_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 321px;
}
#akk3 .akk-down_img img{
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#akk3 .bold-text-362 {
    color: #c00202;
}
.unordered-list-8 {
    margin-top: 0;
    margin-left: 0;
    color: #0e1523;
    font-size: 30px;
    list-style-type: square;
}
.text-block-616 {
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
}
.text-block-684 {
    font-size: 20px;
    line-height: 1.4em;
}
.bold-text-338 {
    color: #00599c;
    font-size: 24px;
}
.polosa.zzz strong, .polosa.zzz{
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-63._45{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 4px;
}

.akk-down1_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 280px;
}
.text-block-314 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 24px;
    line-height: 1.2em;
}
.delivery{
    padding-top: 3%;
}
.delivery_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.delivery_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 300px;
}
.delivery_img img{
    max-width: 100%;
}
.text-block-617 {
    margin-bottom: 3%;
    font-size: 24px;
    text-align: center;
}
.text-block-759 {
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 1.4em;
}
.list-4 {
    color: #f3002e;
    font-size: 24px;
    padding-bottom: 3%;
}
.text-block-193 {
    margin-bottom: 1%;
    color: #192024;
    font-size: 16px;
}
.support{
    padding-top: 3%;
    margin-left: -10px;
    margin-right: -10px;
}
.support_content{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
.support_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
    max-width: 320px;
}
.support_img img{
    max-width: 100%;
}
.list-36 {
    color: #687c4b;
    font-size: 24px;
    font-weight: 900;
    list-style-type: decimal;
}
#akk3 .text-block-769{
    padding-bottom: .5%;
}
.s_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 250px;
}
.s_img{
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;
    max-width: 257px;
}
.s_img img{
    max-width: 100%;
}
.list-50 {
    color: #ff7301;
    font-size: 24px;
    list-style-type: square;
}
.text-block-750 {
    padding-bottom: .5%;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.text-block-7653{
    margin-bottom: 1%;
    font-size: 44px;
    line-height: 1.8em;
    font-weight: 600;
    text-align: center;
}
@media(max-width: 1025px){
    .slide_content br:not(.br){display: none;}
}
@media(max-width: 801px){
    .text-block-7653{font-size: 34px;}
}
@media(max-width: 700px){
    #akk3 .akk_title {font-size: 20px;}
    .support{margin-left: auto;margin-right: auto;}
    .text-block-765 {font-size: 38px;}
    .text-block-314 {font-size: 20px;}
    .protivopokazaniya_text, .text-block-750{font-size: 16px;}
    .protivopokazaniya_img img {width: 27px;}
    .protivopokazaniya_img {max-width: 44px;}
    .support_content{padding-left: 0;padding-right: 0;}
    .support_img {max-width: 220px;}
    .delivery_content{padding-left: 0;padding-right: 0;padding-bottom: 10px;}
    .delivery_img {max-width: 194px;}
    .text-block-759 br:not(.br){display: none;}
    #akk3 .akk-item{max-width: 96%;}
}
@media(max-width: 500px){
    #akk3 .akk-top {padding-left: 10px;padding-right: 5px;}
    #akk3 .akk-down{padding-bottom: 15px;padding-top: 10px;}
    #akk3 .akk_title {font-size: 16px;}
    #akk3 .akk-down_img {max-width: 242px;}
    #akk3 .akk_title_img, #akk1 .akk_title_img{max-width: 10px;}
    .s_img {
        margin-top: 15px;
        max-width: 220px;}
    .heading-76 {font-size: 32px;}
    #akk3 .heading-63 {font-size: 22px;}
    .text-block-684 {font-size: 18px;}
    .bold-text-338 {font-size: 21px;}
    #akk3 .akk-down_img img {max-width: 70%;}
    .textgif {max-width: 70%;}
    #tuu {margin-bottom: 15px;font-size: 38px;}
    #akk3 .akk_title {font-size: 18px;}
    #akk3 .akk-top {
        padding-right: 9px;
        padding-left: 9px;
        padding-top: 10px;
        padding-bottom: 10px;}
    .text-block-753 {font-size: 28px;}
    .slide {
        min-height: auto;
        padding: 2% 1%;}
    .slide_content{background-size: auto,60px;}
    .paragraph-4{font-size: 16px;}
    .paragraph-4 br:not(.br){display: none;}
    .text-block-722 {font-size: 14px;}
    ul.list-46{padding-left: 33px;}
    .list-46 {font-size: 23px;}
    .bold-text-388 {font-size: 17px;}
    .polosa {
        font-size: 15px;
        padding: 5px 6px;
        max-width: 73%;}
    .button_submit {
        width: 80%;
        font-size: 19px;
        padding: 5px 15px;}
    .spanbtn {max-width: 70%;font-size: 17px;padding: 5px 15px;}
    #akk3 .akk_title_img {max-width: 10px;}
    .text-block-765 {font-size: 27px;}
}

[data-show]{display: none;}

.mailto:hover{
    text-decoration: underline;
}

/*;;;;;;;;;;;;;;;;;;;   footer   ;;;;;;;;;;;;;;;;;;;*/    


footer{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1% 3%;
    background: #27292d;
    font-family: Gilroy, sans-serif;
}
.footer-item{
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
}
.footer-item.left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.footer-item.right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__item-img{
    flex: 1;
    max-width: 82px;
    cursor: pointer;
    transition: opacity .3s;
}
.footer__item-img:hover{
    opacity: .7;
}
.footer__item-img img{
    max-width: 56px;
}
.footer-item a{
    color: white;
}
.footer-item span, .footer-item a{    
    color: #fff;
    font-size: 12px;
    line-height: 16px;}
@media(max-width: 1370px){
    .footer-item span{font-size: 14px;}
    .footer__item-img {max-width: 74px;}
    .footer__item-img img {max-width: 50px;}
}
@media(max-width: 601px){
    .footer-item span {font-size: 12px;}
    .footer__item-img img {max-width: 43px;}
}
@media(max-width: 500px){
    .footer-item.left, .footer-item.right{
        text-align: center;
        min-width: 100%;}
    .footer-item.right{justify-content: center;margin-top: 8px;margin-bottom: 8px;}
    .footer__item-img img {max-width: 37px;}
    .footer-item span {font-size: 11px;}
    footer {padding-top: 3%;}
}

/*cross*/

#akk3 .cross{
    position: relative;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}
#akk3 .cross-x, #akk3  .cross-y{
    width: 100%;
    height: 2px;
    background-color: #ffefce;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transition: all .3s ease-in-out;
    opacity: 1;
}
#akk3 .cross-y{
    transform: rotate(90deg);
}
#akk3 .akar_up_active  .cross{
    transform: rotate(90deg);
}
#akk3 .akar_up_active  .cross .cross-x{
    opacity: 0;
}

.unordered-list-10, .list-51 {
    color: #c7d6f0;
    font-size: 30px;
    list-style-type: square;
}
.text-block-761 {
    margin-bottom: 4%;
    color: #1e1914;
    font-size: 30px;
    line-height: 1.2em;
}
.bold-text-410 {
    color: #1e1914;
    font-size: 24px;
    font-weight: 600;
}
.text-block-994 {
    padding-bottom: 1%;
    color: #192024;
    font-size: 20px;
    line-height: 1.4em;
}
.dd1{padding-left: 10px;
     padding-right: 10px;
     flex: 1;
     min-width: 250px;}
.dd2{padding-left: 10px;
     padding-right: 10px;
     flex: 1;
     max-width: 320px;
     min-width: 250px;}
.win1 .modalWindow-inner{
    padding: 2% 1% 2% 6%;
}

.slide__title._59{
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 13vw;
    line-height: 80%;
    text-align: center;
}


































