* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:focus,
:active {
  outline: none
}

a:focus,
a:active {
  outline: none
}

a {
  color: inherit
}

nav,
footer,
header,
aside {
  display: block
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400
}

:root {
  --container-side-padding: 40px
}

@font-face {
  font-family: "KudryashevDisplay";
  src: url("/assets/fonts/Kudryashev-Display_Contrast.woff2");
  ;
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: "CormorantGaramon";
  src: url("/assets/fonts/CormorantGaramond-Bold.woff2");
  font-style: normal;
  font-weight: bold
}

@font-face {
  font-family: "CormorantGaramon";
  src: url("/assets/fonts/CormorantGaramond-BoldItalic.woff2");
  font-style: italic;
  font-weight: bold
}

@font-face {
  font-family: "Benedict";
  src: url("/assets/fonts/Benedict.woff2");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: "Old Standard";
  src: url("/assets/fonts/oldstandardttregular.woff2");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: "Old Standard";
  src: url("/assets/fonts/oldstandardttbold.woff2");
  font-style: normal;
  font-weight: bold
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Bold.woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Regular.woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Regular.woff");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Regular.woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Medium.woff");
  font-style: normal;
  font-weight: 500;
}

body {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5
}

.h1 {
  font-size: 42px
}



.h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.section_contact .h2 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}


.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  border-radius: 5px;
}

.btn:hover {
  filter: brightness(1.1)
}

.btn:active {
  transform: scale(.99)
}

.blue {
  color: #fff;
  background-color: #5272e7
}

.title_styled {

  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.title_styled strong {
  color: #5272e7;
}

.header {
  font-family: 'Oswald', sans-serif;
  background-color: #faf8f6;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  font-weight: 500;
  -webkit-transition: background-color .4s ease-in-out 0s;
  -o-transition: background-color .4s ease-in-out 0s;
  transition: background-color .4s ease-in-out 0s
}

.header__container {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 100px
}

.nav-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 650px;
  flex: 0 1 650px
}

.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.nav-menu__item {
  list-style-type: none;
  text-transform: uppercase
}

.nav-menu__item:not(:last-child) {
  margin-right: 36px
}

.nav-menu__item.bigmr {
  margin-right: 100px
}

.nav-menu__link {
  text-decoration: none;
  font-size: 16px;
  color: #6a6a6a;
  -webkit-transition: color .2s ease-in-out 0s;
  -o-transition: color .2s ease-in-out 0s;
  transition: color .2s ease-in-out 0s
}

.nav-menu__link:hover {
  color: #5272e7;
}

.burger-trigger {
  display: none;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 25px;
  background-color: transparent
}

.burger-trigger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.burger-trigger span:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.burger-trigger span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.burger-trigger span:nth-child(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.burger-trigger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.burger-trigger.active span:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.burger-trigger.active span:nth-child(3) {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  -ms-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg)
}

.section {
  position: relative;
  padding: 6rem 0
}

.container {
  max-width: 1440px;
  padding-left: var(--container-side-padding);
  padding-right: var(--container-side-padding);
  margin: 0 auto
}

section .container {
  display: grid;
  grid-template-columns: repeat(8, 1fr)
}

.section_contact .container {
  display: flex;
  justify-content: space-between;
}

.col {
  grid-column: 1/-1
}

.col_1:nth-child(odd) {
  grid-column: 1/5
}

.col_1:nth-child(even) {
  grid-column: 5/9
}

.col_2 {
  grid-column: 1/4
}

.col_2.offset_1 {
  grid-column: 5/9
}

.col_2.offset_2 {
  grid-column: 4/9
}

.welcome_title {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 56px;
  text-transform: uppercase
}

.section_welcome,
.section_introduction {
  background-color: #faf8f6;
  z-index: 1
}


.section_mission {
  background-color: #f3f2f0;
  z-index: 1;

}

.section_welcome::after,
.section_mission::after,
.section_introduction::after {
  content: '';
  position: absolute;
  right: 20%;
  bottom: 0;
  width: 90%;
  height: 85%;
  background-image: url(/assets/img/s1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -1
}

.section_mission::after {
  left: 10%;
  background-position: bottom left;
  background-image: url(/assets/img/s2.png);
}

.section_introduction::after {
  background-image: url(/assets/img/s3.png);
}

.section_welcome .btn {
  margin-top: 5rem
}





.section_aanbod::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #9BAAB8;
  z-index: -1
}

.cards {
  grid-column: 1/-1;
  display: grid;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(3, 1fr);
  font-family: 'KudryashevDisplay';
  text-align: center
}

.card {
  position: relative
}

.card>.card_title,
.card>.card_text {
  max-width: 244px;
  margin: 1.5rem auto
}

.card::after {
  content: '01';
  position: absolute;
  top: -12%;
  right: -5%;
  font-size: 72px;
  font-family: "KudryashevDisplay"
}

.card:first-child::after {
  content: "01"
}

.card:nth-child(2)::after {
  content: "02"
}

.card:nth-child(3)::after {
  content: "03"
}

.card_img_wrap {
  overflow: hidden;
  margin: auto;
  max-height: 244px;
  max-width: 244px
}

.card_img {
  display: block;
  width: 100%;
  height: auto
}

.card_title {
  margin-top: .5rem;
  font-size: 38px;
  text-transform: none
}

.card_text {
  font-size: 20px;
  margin-top: 3rem
}

.section_download {
  text-align: center;
  background-image: url(/assets/img/download_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%
}

.download-wrap {
  text-align: center;
  grid-column: 1/-1;
  max-width: 875px;
  margin: auto;
  padding: 3rem 6rem;
  background-color: #faf8f6
}

.download_title {
  font-size: 35px;
  font-family: 'KudryashevDisplay';
  text-transform: none;
  margin-bottom: 2rem
}

.download-wrap .title_styled {
  margin-bottom: 1.5rem
}

.section_social {
  padding-top: 2rem;
  background-color: #faf8f6
}

.section_social::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 55%;
  background-color: #edeae6;
  z-index: 0
}

.section_social .container {
  margin: 0;
  padding: 0 15px;
  max-width: unset
}

.section_social .section_title {
  grid-column: 1/-1;
  margin-bottom: 5rem;
  z-index: 1
}

.social_wrap {
  width: 100%;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem
}

.social_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1
}

.img_wrap {
  height: 100%
}

.social_img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 50vh
}

.social_link {
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  text-align: center;
  display: inline-block;
  max-width: 350px;
  font-family: 'KudryashevDisplay';
  font-size: 26px;
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #9baab8;
  transition: all .3s ease
}

.social_link:hover {
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .4)
}

.social_title {
  text-transform: none
}

.section_contact {
  background-color: #edeef2;
  color: #000;
  padding: 3rem 0;
}

.contact_wrap {
  grid-column: 1/-1
}

.section_contact .title_styled {
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  margin: 2rem 0
}

.images_carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.carousel_img_wrap {
  max-width: 300px;
  max-height: 300px;
  overflow: hidden
}

.carousel_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom
}

.mob-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #faf8f6;
  -webkit-transition: background-color .3s ease-in-out 0s;
  -o-transition: background-color .3s ease-in-out 0s;
  transition: background-color .3s ease-in-out 0s
}

.mob-menu .nav-menu__item {
  margin: .5rem 0
}

.mob-menu .nav-menu__link {
  font-size: 1.5rem
}

.mob-menu.active {
  z-index: 1
}

.mob-menu__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto
}

.mob-menu .nav-menu {
  margin: auto;
  grid-column: 1/-1
}

.mob-menu .nav-menu__list {
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mob-menu .nav-menu__item {
  margin-right: 0;
  text-align: center
}

.social_icon_img {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
  width: 100%;
  height: auto
}

.terms_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.footer_navigation a {
  transition: all .3s ease
}

.footer_navigation a:hover {
  filter: invert(100%)
}

.ul.social,
.footer_navigation {
  display: flex
}

.ul.social {
  gap: 1rem
}

.footer_navigation {
  grid-column: 1/-1;
  padding: 50px 0;
  justify-content: space-between
}

.terms_list {
  font-size: 18px;
  font-family: 'KudryashevDisplay'
}

.input {
  font-family: 'KudryashevDisplay';
  font-size: 24px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 280px;
  min-height: 35px;
  padding: 5px;
  margin: 5px auto
}

input.btn {
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 15px 10px;
  cursor: pointer
}

.text {
  margin-top: 2rem
}

p.text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px
}

.lock {
  overflow: hidden
}

p.download_text {
  margin-bottom: 3rem
}

.aanbod_welcome {
  background-image: url(/assets/img/aanbod_welcome_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  min-height: 85vh
}

.aanbod_welcome .container {
  padding-bottom: 40px
}

.welcome_wrap {
  position: relative;
  max-width: 920px;
  padding: 140px 20px;
  margin: auto;
  background-color: #f5f3f2;
  border: 1px solid #000
}

.aanbod_welcome .btn {
  font-family: 'Old Standard';
  font-weight: bold;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 450px
}

.aanbod_success {
  text-align: center;
  background-color: #edeae6
}

.success_wrap {
  max-width: 920px;
  padding: 80px 20px;
  margin: auto
}

.achive_list {
  font-family: 'Old Standard';
  list-style-type: decimal-leading-zero;
  padding: .1rem 0 1rem
}

.ol {
  font-size: 22px;
  padding-left: 3.5rem
}

.section_achive .container {
  grid-gap: 1rem
}

.section_achive .h1 {}

.achive_item {
  margin: 1rem 0
}

.border_left {
  border-left: 2px solid #707070
}

.col_wrap.small {
  max-width: 500px
}

.section_options {
  background-color: #F5f3f2
}

.section_options .container,
.section_vip .container {
  grid-gap: 0 2rem;
  position: relative;
  z-index: 1
}

.text-center {
  text-align: center
}

.img {
  display: block;
  width: 100%;
  height: auto
}

.section_options .text,
.section_club .text {
  font-family: 'Old standard'
}

.text.subtitle {
  margin: 0 0 3rem;
  font-family: 'KudryashevDisplay';
  font-size: 24px;
  max-width: 1000px;
  margin: 0 auto 3rem;
  text-align: justify
}

.h3.subtitle {
  font-family: 'KudryashevDisplay';
  font-size: 26px;
  margin-bottom: 3rem
}

.text.sized {
  padding: 0 20px;
  text-align: justify
}

.col_1.image {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end
}

.section_options .h2,
.section_club .h2,
.section_vip .h2 {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.section_club,
.section_vip {
  background-color: #f5f3f2
}

.section_club .img {
  max-width: 600px
}

.section_club .h1 {
  text-transform: none
}

.section_vip .img {
  max-width: 600px
}

.section_vip .image {
  align-items: flex-start
}

.section_cta {
  background-color: #edeae6
}

.cta_wrap {
  max-width: 1440px;
  padding: 80px 20px;
  margin: auto;
  background-color: #fff
}

.wrapp {
  max-width: 720px;
  margin: auto;
  text-align: center
}

.m-img {
  display: none;
  width: 100%;
}

.m-img-wrap {
  max-width: 400px;
}

@media (max-width: 1546px) {
  .carousel_img_wrap:last-child {
    display: none
  }
}


@media (max-width: 1405px) {
  .section_welcome::after,
  .section_introduction::after {
    right: 0;
  }
}

@media (max-width: 1247px) {
  .carousel_img_wrap:nth-last-child(-n+2) {
    display: none
  }
}

@media (max-width: 768px) {

  .section_welcome::after,
  .section_welcome::before,
  .section_mission::before,
  .section_mission::after,
  .section_introduction::before,
  .section_introduction::after {
    display: none;
  }

  .m-img {
    display: block;
    margin-top: 1rem;
  }
}

@media (max-width: 948px) {
  .carousel_img_wrap:nth-last-child(-n+3) {
    display: none
  }
}

@media (max-width: 647px) {
  .carousel_img_wrap:nth-last-child(-n+4) {
    display: none
  }

  .carousel_img_wrap:not(:first-child) {
    display: none
  }

  .carousel_img_wrap {
    max-width: unset;
    width: 100%
  }

  .section_options .container,
  .section_vip .container {
    grid-gap: 0
  }

  .section_options .h2 {
    margin: 1rem 0
  }

  .text.sized {
    padding: 0
  }

  .cta_wrap {
    padding: 10px
  }

  .cta_wrap .text {
    font-size: 16px;
    margin: .5 0
  }
}

@media (max-width: 1124px) {
  .col_2 {
    grid-column: 1/5
  }

  .section_welcome::after,
  .section_welcome::before,
  .section_mission::before,
  .section_mission::after,
  .section_introduction::before,
  .section_introduction::after {
    right: 0;
    width: 100%;
    opacity: .2
  }

  .social_wrap {
    grid-column-gap: 2rem
  }

  .social_title {
    font-size: 1.2rem
  }

  .social_title.white {
    bottom: 0
  }
}

@media (max-width: 992px) {
  .header__logo {
    margin-right: 0
  }

  .header__menu {
    display: none
  }

  .burger-trigger {
    display: block;
    z-index: 2
  }
}

@media (max-width: 768px) {

  .col_2,
  .col_2.offset_1,
  .col_2.offset_2,
  .card {
    grid-column: 1/-1
  }

  .section_welcome::before,
  .section_mission::before,
  .section_introduction::before {
    opacity: .1
  }





  .section_aanbod::after {
    height: 20%
  }

  .download-wrap {
    padding: 1rem
  }

  .download_title {
    font-size: 1.2rem;
    text-align: center
  }

  .input {
    font-size: 1rem
  }

  .social_wrap {
    grid-template-columns: 1fr;
    grid-gap: 3rem
  }

  .section_social .section_title {
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    margin-left: 0
  }

  .desc-break {
    display: none
  }

  .card::after {
    right: 10%;
    top: 0
  }

  .section_download .container {
    padding: 1rem
  }

  .footer_navigation {
    align-items: center
  }

  .social_wrap {}

  .social_card {
    max-width: 350px;
    margin: auto
  }

  .social_img {
    min-height: unset;
    max-width: 250px
  }

  .btn {
    padding: .5rem 1rem;
    font-size: 24px
  }

  .welcome_wrap {
    padding: 40px 10px
  }

  h1.h1.welcome_title {}

  .col_1 {
    grid-column: 1/-1 !important
  }

  .col_wrap.small {
    max-width: unset
  }

  .border_left {
    border-left: none
  }

  .achive_list {
    padding-left: 0
  }

  .section_options .text,
  .section_club .text {
    padding: 0
  }

  .section_options .h3.subtitle,
  .section_club .text.subtitle,
  .section_vip .h3.subtitle {
    font-size: 20px;
    margin-bottom: 0
  }

  .success_wrap {
    padding: 20px 0
  }
}

@media (max-width: 615px) {
  .aanbod_welcome {
    min-height: unset
  }

  .aanbod_welcome .welcome_title {
    font-size: 1.7rem;
    line-height: 1.2
  }

  .aanbod_welcome .btn {
    max-width: 230px;
    bottom: -23px;
    font-size: 20px
  }

  .section_contact .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section_contact .container>* {
    width: 100%;
  }

}

@media (max-width: 576px) {

  .mb_order_1 {
    order: 1
  }

  .mb_order_2 {
    order: 2
  }

  .burger-trigger {
    width: 30px;
    height: 20px
  }

  .burger-trigger span {
    height: 3px
  }

  .welcome_title {
    font-size: 2rem;
    line-height: 1.2
  }

  .h2 {
    font-size: 1.8rem;
    line-height: 1.2
  }

  p.text,
  .section_options .text.subtitle,
  .ol {
    text-align: justify;
    margin-top: 1rem;
    font-size: 18px
  }

  .section_contact p.text {
    font-size: 18px
  }

  .section {
    padding: 2rem 0
  }

  .title_styled {
    font-size: 27px
  }

  .cards {
    grid-gap: 1rem
  }

  .card_title {
    font-size: 24px
  }

  .card_text {
    margin-top: 1rem
  }

  .card::after {
    right: -1%;
    top: 34%
  }

  .card>.card_title,
  .card>.card_text {
    margin: .5rem auto .5rem
  }

  .card>.card_title {
    margin-top: .5rem
  }

  .terms_list {
    flex-direction: column;
    gap: .3rem;
    text-align: right
  }

  .footer_navigation {
    padding: 1rem 0
  }

  .section_social {
    padding-bottom: 5rem
  }

  .card_text {
    font-size: 18px
  }

  p.download_text {
    margin-bottom: 1rem
  }

  input.btn {
    -webkit-appearance: none;
    padding: 7.5px 5px
  }

  .social_icon_img {}

  .section_contact .title_styled {
    font-size: 18px;
    margin-top: 1rem;
  }

}