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

*:after {
  transition-duration: 400ms;
}
[type=radio] {
  display: none;
}

#slider {
  height: 678px ;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  padding-bottom: 100px;
}

#slider label {
  margin: auto;
  border-radius: 4px;
  position: absolute;
  left: 0; right: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
  
}
#slider label img{
  width: 100%;
  height: 100%;
}

#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  
  transform: translate3d(-30%,0,-200px);
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  
  transform: translate3d(-15%,0,-100px);
}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
 
  transform: translate3d(0,0,0);
}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  
  transform: translate3d(15%,0,-100px);
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  
  transform: translate3d(30%,0,-200px);
}

.mkt-3dSlider { background: #ffffff; padding: 72px 0 }

.mkt-3dSlider-title {
  color: #fff;
  margin: 0 auto;
  text-align: center;
    margin-bottom: 24px;
}

.mkt-3dSlider-description {
  color: #fff;
  text-align: center;
  margin-bottom: 48px
}

.card-slider {
  background: #fff;
  width: 20%;
  height: 750px;
  
}
@media screen and (max-width: 1024px){
  .card-slider{
    width: 40%;
  }
}
@media screen and (max-width: 768px){
  .card-slider{
    width: 45%;
  }
}
@media screen and (max-width: 600px){
  .card-slider{
    width: 300px;
  }
}
@media screen and (max-width: 450px){
  .card-slider{
    width: 300px;
  }
}


.body {
  font-family: 'Nunito Sans', sans-serif;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 43px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
  -ms-grid-columns: minmax(200px, 1fr) 43px -webkit-max-content 43px -webkit-max-content 43px -webkit-max-content 43px 0.25fr;
  -ms-grid-columns: minmax(200px, 1fr) 43px max-content 43px max-content 43px max-content 43px 0.25fr;
  grid-template-columns: minmax(200px, 1fr) -webkit-max-content -webkit-max-content -webkit-max-content 0.25fr;
  grid-template-columns: minmax(200px, 1fr) max-content max-content max-content 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.main-logo {
  width: auto;
  height: 100%;
  max-width: 40%;
  min-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.free-button {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 120px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #ff9800;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero {
  position: static;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  overflow: visible;
  width: 100%;
  margin-left: 40px;
  direction: ltr;
}

.hero-image {
  position: absolute;
  z-index: -1;
  width: 35%;
  height: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.deg-img {
  position: relative;
  left: 60px;
  top: auto;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  float: right;
  clear: none;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: translate(138px, 0px);
  -ms-transform: translate(138px, 0px);
  transform: translate(138px, 0px);
  direction: ltr;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: static;
}

.image-2 {
  position: absolute;
  z-index: -1;
  width: 93%;
  height: 93%;
 }

.image-3 {
  position: absolute;
  left: 20%;
  width: 30%;
  height: auto;
}

.image-4 {
  position: relative;
  left: 30%;
  width: 50%;
  height: auto;
}

.main-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #3f3d56;
  text-transform: capitalize;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  margin-top: 5.65%!important;
  clear: none;
}

.columns {
  position: static;
  margin-top: 0%;
}

.column-2 {
  margin-top: 10%;
  text-align: left;
}

.paragraph {
  color: #3f3d56;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.vertical-center {
  display: flex;
  justify-content: center!important;
  align-items: center!important;
  align-content: center!important;
}

.button {
  overflow: visible;
  margin: 10% auto auto;
  padding: 15px 20px;
  float: none;
  border-radius: 15px;
  background-color: #ff9800;
  direction: ltr;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  margin-top: 20px;
  color: #ff9800;
  text-align: left;
}

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

.centered-container {
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 80%;
  max-width: none;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section-2 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-5 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  direction: ltr;
  text-align: left;
  white-space: normal;
  width: 25%;
}

.columns-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcc161;
}

.column-3 {
  display: block;
  overflow: visible;
  clear: none;
}

.heading {
  text-align: center;
}

.paragraph-3 {
  text-align: center;
}

.image-6 {
  display: block;
  margin: 0px auto auto;
  text-align: left;
  width: 25%;
}

.heading-2 {
  text-align: center;
}

.paragraph-4 {
  text-align: center;
}

.image-7 {
  display: block;
  margin: 0px auto auto;
  width: 25%;
}

.heading-3 {
  text-align: center;
}

.paragraph-5 {
  text-align: center;
}

.cards-section-3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3f3d56;
}

.heading-4 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
  font-size: 18px;
}

.button-2 {
  display: block;
  width: 30%;
  margin: 0px auto auto;
  float: none;
  clear: right;
  border-radius: 10px;
  background-color: #565377;
  direction: ltr;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-height: 200px;
  max-width: 200px;
  justify-self:flex-end;
}
.qr-arrow{
  margin-right:auto;
  width: 20%;
  
}
.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 200px;
  max-width: 200px;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-height: 200px;
  max-width: 200px;
}

.button-3 {
  border-radius: 15px;
  background-color: #565377;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.button-4 {
  border-radius: 15px;
  background-color: #565377;
  box-shadow: 2px 2px 3px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button-5 {
  border-radius: 15px;
  background-color: #565377;
  box-shadow: 1px 1px 3px 0 #000;
}
.design-images{
  width: 25%;
}
.column-4 {
  margin-left: 20px;
  text-align: center;
}

.column-5 {
  margin-left: 40px;
  margin-right: 20px;
  text-align: center;
}

.column-6 {
  margin-left: 20px;
  text-align: center;
}

.heading-5 {
  text-align: center;
}

.paragraph-7 {
  overflow: visible;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-12 {
  padding-left: 10px;
  width: 6%;
}

.div2 {
  margin-top: 40px;
  text-align: center;
}

.image-13 {
  padding-left: 10px;
  width: 7%;
}

.image-14 {
  padding-left: 10px;
  width: 6%;
}

.mask {
  overflow: hidden;
  opacity: 0;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: dotted;
  outline-width: 3px;
}

.slider {
  width: 50%;
  height: 500px;
  min-width: 601px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.column-7 {
  margin-top: 5%;
}

.image-15 {
  margin-top: 10%;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
}

.section {
  background-color: #fff9f1;
}

.heading-8 {
  text-align: center;
}

.grid {
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.heading-9 {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 118px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0px auto auto;
  grid-template-rows: 0px auto auto;
}

.ozellikler {
  padding-bottom: 100px;
  background-color: #fff9f1;
}

.heading-10 {
  margin-top: 0px;
  text-align: center;
}

.text-block {
  display: inline-block;
}

.heading-11 {
  display: inline-block;
  font-weight: 800;
}

.heading-12 {
  display: inline-block;
  margin-left: 6px;
  font-weight: 600;
}

.div-block {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.heading-13 {
  display: inline-block;
  font-weight: 800;
}

.heading-14 {
  display: inline-block;
  margin-left: 6px;
  font-weight: 600;
}

.div-block-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
}

.div-block-3 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
}

.heading-15 {
  display: inline-block;
  font-weight: 800;
}

.heading-16 {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.heading-17 {
  display: inline-block;
  font-weight: 800;
}

.heading-18 {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.div-block-4 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
}

.div-block-5 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
}

.heading-19 {
  display: inline-block;
  font-weight: 800;
}

.heading-20 {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.div-block-6 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #000;
}

.heading-21 {
  display: inline-block;
  font-weight: 800;
}

.heading-22 {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.div-block-7 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-23 {
  display: inline-block;
  font-weight: 800;
}

.div-block-8 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
}

.image-16 {
  width: 15%;
}

.heading-24 {
  display: inline-block;
  font-weight: 800;
}

.heading-25 {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.text-span {
  font-size: 36px;
  font-weight: 600;
}

.text-span-2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}

.heading-26 {
  text-align: center;
}

.paragraph-8 {
  text-align: center;
}

.div-block-9 {
  margin-top: 8%;
}

.image-17 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-span-3 {
  font-weight: 900;
}

.column-8 {
  margin-top: 5%;
}

.column-9 {
  margin-top: 5%;
}

.heading-27 {
  text-align: center;
}

.paragraph-9 {
  width: 75%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.text-span-4 {
  font-weight: 900;
}

.paragraph-10 {
  width: 75%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.heading-28 {
  text-align: center;
}

.image-18 {
  width: 65%;
  margin-right: auto;
  margin-left: 120px;
}

.image-19 {
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: 12px;
}

.div-block-10 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  width: 65%;
  margin-left: 40px;
  text-align: center;
}

.image-21 {
  width: 15%;
}

.image-22 {
  width: 15%;
}

.div-block-11 {
  background-color: #fff9f1;
}

.image-23 {
  width: 50%;
  margin-top: 50%;
  margin-right: auto;
  margin-left: auto;
}

.column-10 {
  text-align: center;
}

.text-span-5 {
  font-weight: 900;
}

.heading-29 {
  margin-top: 0px;
  text-align: center;
}

.column-11 {
  margin-top: 9%;
}

.paragraph-11 {
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-4 {
  margin-top: 40px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.div-block-12 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.image-24 {
  margin-top: 15px;
}

.div-block-13 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.image-25 {
  margin-top: 20px;
}

.div-block-14 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.image-26 {
  margin-top: 20px;
}

.div-block-15 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-27 {
  margin-top: 20px;
}

.div-block-16 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-28 {
  margin-top: 20px;
}

.div-block-17 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-29 {
  margin-top: 20px;
}

.div-block-18 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: center;
}

.image-30 {
  margin-top: 20px;
}

.div-block-19 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-31 {
  margin-top: 20px;
}

.div-block-20 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-32 {
  margin-top: 20px;
}

.div-block-21 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-33 {
  margin-top: 20px;
}

.div-block-22 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-34 {
  margin-top: 20px;
}

.div-block-23 {
  width: 100px;
  height: 97px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-35 {
  margin-top: 20px;
}

.heading-30 {
  margin-top: 100px;
  color: #3f3d56;
  font-weight: 600;
  text-align: center;
}

.text-span-6 {
  font-weight: 900;
}

.div-block-24 {
  display: inline-block;
  width: 299px;
  height: 200px;
  float: none;
  background-color: #fff9f1;
  text-align: center;
}

.column-14 {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

.div-block-25 {
  width: 300px;
  height: 200px;
  border-radius: 0px;
  background-color: #fff9f1;
  text-align: right;
}

.column-15 {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  color: #3f3d56;
  padding-top: 22px;
  text-align: center;
}

.image-36 {
  text-align: center;
}

.column-16 {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  padding-top: 22px;
}

.column-17 {
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.column-18 {
  border-right: 1px solid #e2e2e2;
  text-align: center;
}

.column-19 {
  text-align: center;
}

.image-37 {
  display: inline-block;
}

.image-38 {
  display: inline-block;
  float: left;
  clear: both;
}

.image-39 {
  margin-top: 40px;
  text-align: left;
}

.image-40 {
  margin-top: 15px;
}

.nav-link-2 {
  font-weight: 700;
}

.nav-link-3 {
  font-weight: 700;
}

.nav-link-4 {
  border-radius: 10px;
  background-color: #ff9800;
  font-weight: 700;
}

.nav-link-4.w--current {
  color: #fff;
}

.button-6 {
  margin-top: 10px;
  float: right;
  clear: none;
  border-radius: 10px;
  background-color: #ff9800;
  text-align: center;
  cursor: pointer;
}

.container {
  text-align: left;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 7px -4px #000;
}

.text-span-7 {
  font-weight: 400;
}

.text-span-8 {
  font-weight: 400;
}

.text-span-9 {
  font-weight: 400;
}

.text-span-10 {
  font-weight: 400;
}

.image-41 {
  width: 15%;
}

.image-42 {
  width: 15%;
}

.image-43 {
  width: 15%;
}

.image-44 {
  width: 15%;
}

.div-block-26 {
  background-color: #3f3d56;
  color: #fff;
}

.heading-31 {
  margin-top: auto;
  padding-top: 100px;
  color: #fff;
  text-align: center;
}

.text-span-11 {
  font-weight: 400;
}

.text-span-12 {
  font-weight: 800;
}

.heading-32 {
  color: #fff;
  text-align: center;
}

.image-45 {
  display: inline-block;
  text-align: center;
}

.image-46 {
  width: 28%;
  text-align: center;
}

.column-20 {
  text-align: center;
}

.heading-33 {
  color: #fff;
}

.column-21 {
  text-align: center;
}

.image-47 {
  width: 28%;
}

.paragraph-19 {
  color: #fff;
}

.image-48 {
  width: 26%;
}

.image-49 {
  text-align: right;
}

.div-block-27 {
  display: block;
  width: 25%;
  height: 100%;
}

.image-50 {
  width: 85%;
}

.div-block-28 {
  display: inline-block;
  width: 100%;
}

.div-block-29 {
  display: block;
  width: 25%;
  text-align: left;
}

.image-51 {
  display: block;
  width: 85%;
}

.div-block-30 {
  position: relative;
  width: 40%;
  margin-left: auto;
  text-align: left;
}

.image-52 {
  text-align: left;
}

.image-53 {
  width: 27%;
  margin-left: 20px;
}

.image-54 {
  margin-left: 20px;
}

.div-block-31 {
  width: 40%;
  margin-left: auto;
}

.div-block-32 {
  width: 40%;
  margin-left: auto;
}

.heading-34 {
  color: #fff;
  font-weight: 600;
}

.heading-35 {
  display: block;
  color: #fff;
}

.heading-36 {
  color: #fff;
  font-weight: 600;
}

.image-55 {
  width: 24%;
}

.image-56 {
  width: 70%;
}

.column-22 {
  text-align: center;
}

.image-57 {
  position: relative;
  width: 94%;
}

.column-23 {
  margin-top: 60px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-37 {
  color: #fff;
}

.image-58 {
  width: 70%;
}

.column-24 {
  text-align: center;
}

.text-block-2 {
  position: static;
  color: #fff;
  font-size: 40px;
}

.container-2 {
  color: #fff;
}

.column-25 {
  text-align: center;
}

.column-26 {
  text-align: right;
}

.image-59 {
  margin-right: auto;
}

.column-27 {
  border-bottom: 1px solid #4b4343;
}

.columns-4 {
  margin-right: auto;
  margin-left: auto;
}

.column-28 {
  text-align: center;
}

.image-60 {
  text-align: center;
}

.column-29 {
  text-align: right;
}

.column-30 {
  text-align: center;
}

.column-31 {
  text-align: right;
}

.column-32 {
  text-align: center;
}

.heading-38 {
  font-size: 20px;
}

.container-3 {
  text-align: left;
}

.heading-39 {
  display: inline-block;
}

.heading-40 {
  width: 8%;
}

.div-block-33 {
  width: 20%;
}

.div-block-34 {
  width: 20%;
}

.div-block-35 {
  display: block;
  width: 20%;
}

.heading-41 {
  display: block;
}

.column-33 {
  text-align: center;
}

.heading-42 {
  text-align: center;
}

.image-61 {
  width: 50px;
}

.image-62 {
  width: 50px;
}

.heading-43 {
  font-size: 18px;
}

.heading-44 {
  font-weight: 400;
}

.column-34 {
  text-align: center;
}

.image-63 {
  margin-left: 60px;
}

.div-block-36 {
  display: block;
  width: 20%;
  text-align: right;
}

.div-block-37 {
  display: block;
  width: 20%;
  text-align: center;
}

.column-35 {
  text-align: left;
}

.column-36 {
  text-align: center;
}

.column-37 {
  text-align: center;
}

.column-38 {
  text-align: center;
}

.column-39 {
  text-align: center;
}

.column-40 {
  text-align: center;
}

.column-41 {
  text-align: center;
}

.column-42 {
  text-align: center;
}

.column-43 {
  text-align: center;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.column-44 {
  text-align: center;
}

.image-65 {
  width: 70px;
}

.column-45 {
  text-align: center;
}

.column-46 {
  text-align: center;
}

.image-66 {
  width: 70px;
}

.column-47 {
  text-align: center;
}

.column-48 {
  text-align: center;
}

.heading-45 {
  left: auto;
  top: 10%;
  right: auto;
  bottom: auto;
}

.column-49 {
  text-align: center;
}

.column-50 {
  text-align: center;
}

.column-51 {
  text-align: center;
}

.column-52 {
  text-align: center;
}

.column-53 {
  text-align: center;
}

.column-54 {
  text-align: center;
}

.column-55 {
  text-align: center;
}

.column-56 {
  text-align: center;
}

.column-57 {
  text-align: center;
}

.column-58 {
  text-align: center;
}

.column-59 {
  margin-top: 100px;
  text-align: center;
}

.heading-54 {
  margin-top: 40px;
}

.heading-55 {
  font-weight: 400;
}

.column-60 {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  justify-items: center;
  align-self:center;
  align-content: center;
  text-align: center;
}

.column-61 {
  text-align: left;
}

.column-62 {
  text-align: left;
}

.image-79 {
  margin-left: 60px;
}

.submit-button {
  border-radius: 15px;
  background-color: #3f3d56;
}

.column-63 {
  margin-top: 100px;
  text-align: center;
}

.text-span-13 {
  font-weight: 800;
}

.text-span-14 {
  font-weight: 400;
}

.heading-56 {
  font-size: 15px;
}

.heading-57 {
  font-weight: 800;
}

.text-span-15 {
  font-weight: 400;
}

.text-span-16 {
  display: block;
  font-weight: 400;
}

.image-80 {
  margin-top: 78px;
}

.text-span-17 {
  display: block;
}

.heading-58 {
  font-size: 18px;
}

.heading-59 {
  font-size: 20px;
  font-weight: 800;
}

.heading-60 {
  font-weight: 900;
}

.text-span-18 {
  font-size: 22px;
}

.text-block-3 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.text-span-19 {
  display: block;
}

.text-span-20 {
  display: block;
}

.text-span-21 {
  display: block;
}

.text-span-22 {
  font-weight: 800;
}

.text-span-23 {
  font-weight: 800;
}

.text-span-24 {
  font-weight: 800;
}

.text-span-25 {
  font-weight: 800;
}

.image-81 {
  margin-top: 52px;
}

.form {
  width: 95%;
  margin-top: 40px;
  text-align: center;
}

.section-2 {
  background-color: #3f3d56;
  color: #fff;
}

.image-83 {
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 40px;
}

.text-block-4 {
  margin-top: 10px;
}

.text-block-5 {
  margin-top: 45px;
}

.column-65 {
  margin-top: 40px;
}

.column-66 {
  margin-top: 40px;
}

.heading-61 {
  margin-top: 30px;
}

.oz {
  background-color: #fff9f1;
  text-align: center;
  padding-bottom: 50px;
}

.heading-62 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  font-size: 30px;
}

.slide {
  width: 300px;
}

.slide-2 {
  width: 300px;
}

.slide-3 {
  width: 300px;
}

.mask-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.columns-6 {
  margin-top: 50px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.56);
}

.columns-7 {
  margin-top: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.56);
}

.columns-8 {
  margin-top: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.56);
}

.columns-9 {
  margin-top: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.56);
}

.columns-10 {
  margin-top: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.56);
}

.columns-11 {
  margin-top: 30px;
}

.container-4 {
  margin-top: 60px;
  padding-bottom: 180px;
  border-right: 1px none hsla(0, 0%, 100%, 0.56);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.56);
}

.text-field {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.text-field-2 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.textarea {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.column-67 {
  border-left: 1px none hsla(0, 0%, 100%, 0.56);
}

.column-68 {
  border: 1px none #000;
}

.columns-12 {
  margin-top: 80px;
}

.image-84 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 110px;
  margin-top: 75%;
  margin-right: 60px;
}

.image-85 {
  margin-left: 0px;
  text-align: left;
}

.heading-63 {
  margin-top: 40px;
}

.column-69 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-13 {
  padding-bottom: 100px;
}

.columns-14 {
  padding-bottom: 60px;
}

.columns-15 {
  margin-top: 40px;
}

.image-87 {
  margin-left: 20px;
}

.columns-16 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .column {
    margin-top: 10%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-8 {
    width: 50%;
  }

  .text-span {
    font-size: 32px;
  }

  .text-span-2 {
    font-size: 34px;
  }

  .image-23 {
    width: 70%;
    margin-top: 50%;
  }

  .heading-57 {
    font-size: 20px;
  }

  .text-span-15 {
    font-size: 18px;
  }

  .text-span-16 {
    font-size: 18px;
  }

  .image-80 {
    width: 140px;
    margin-top: 66px;
  }

  .text-span-17 {
    font-size: 17px;
  }

  .heading-58 {
    margin-top: 10px;
    font-size: 15px;
  }

  .text-span-18 {
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .image-81 {
    width: 140px;
    margin-top: 9px;
  }

  .form {
    margin-top: 20px;
  }

  .heading-61 {
    font-size: 15px;
  }

  .text-span-26 {
    display: block;
    text-align: center;
  }

  .image-84 {
    width: 70px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-head {
    font-size: 34px;
  }

  .column {
    margin-top: 2%;
  }

  .paragraph {
    font-size: 16px;
  }

  .button {
    font-size: 18px;
    font-weight: 600;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .image-8 {
    width: 40%;
    height: auto;
  }

  .image-9 {
    width: 40%;
    height: auto;
  }

  .image-10 {
    width: 40%;
    height: auto;
  }

  .heading-10 {
    font-size: 30px;
  }

  .div-block {
    text-align: left;
  }

  .div-block-2 {
    text-align: left;
  }

  .div-block-3 {
    text-align: left;
  }

  .div-block-4 {
    text-align: left;
  }

  .div-block-5 {
    text-align: left;
  }

  .div-block-6 {
    text-align: left;
  }

  .div-block-8 {
    width: 90%;
    margin-left: 10px;
    text-align: left;
  }

  .image-16 {
    width: 15%;
  }

  .text-span {
    font-size: 28px;
    font-weight: 400;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .heading-26 {
    font-size: 30px;
  }

  .heading-27 {
    font-size: 20px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .image-18 {
    width: 50%;
    margin-left: 40px;
    text-align: center;
  }

  .image-20 {
    width: 50%;
  }

  .image-21 {
    width: 15%;
  }

  .image-22 {
    width: 15%;
  }

  .image-23 {
    width: 50%;
  }

  .column-12 {
    text-align: center;
  }

  .column-13 {
    text-align: center;
  }

  .column-15 {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .button-6 {
    margin-top: 15px;
  }

  .image-41 {
    width: 15%;
  }

  .image-42 {
    width: 15%;
  }

  .image-43 {
    width: 15%;
  }

  .image-44 {
    width: 15%;
  }

  .image-65 {
    width: 50px;
  }

  .image-66 {
    width: 50px;
  }

  .heading-45 {
    font-size: 25px;
  }

  .image-67 {
    width: 30px;
  }
  .image-86{
    position: relative;
    z-index: 0;
    width: 15px;
  }

  .image-68 {
    width: 30px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .image-84 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .main-logo {
    margin-top: auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #c4c4c4;
  }

  .main-head {
    margin-left: auto;
    font-size: 24px;
  }

  .column {
    padding-left: 0px;
  }

  .column-2 {
    margin-top: 35%;
  }

  .paragraph {
    font-size: 12px;
  }

  .button {
    font-size: 18px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    text-align: center;
  }

  .paragraph-6 {
    font-size: 14px;
    text-align: center;
  }

  .image-9 {
    margin-top: 10px;
  }

  .image-10 {
    margin-top: 10px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .paragraph-7 {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }

  .heading-10 {
    font-size: 25px;
  }

  .heading-18 {
    float: none;
    clear: none;
    text-align: left;
  }

  .div-block-8 {
    width: 95%;
  }

  .image-16 {
    width: 15%;
  }

  .text-span {
    font-size: 22px;
  }

  .text-span-2 {
    font-size: 22px;
  }

  .paragraph-9 {
    font-size: 13px;
    font-weight: 600;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .image-18 {
    margin-left: 20px;
  }

  .image-19 {
    width: 100%;
  }

  .image-20 {
    margin-left: 20px;
  }

  .image-21 {
    width: 22%;
  }

  .image-22 {
    width: 22%;
  }

  .paragraph-11 {
    width: 80%;
  }

  .grid-4 {
    width: 100%;
  }

  .div-block-12 {
    width: 100px;
  }

  .image-24 {
    font-size: 12px;
  }

  .div-block-14 {
    width: 90px;
  }

  .text-span-6 {
    font-size: 32px;
  }

  .image-40 {
    width: 70%;
    margin-top: 10px;
  }

  .button-6 {
    display: block;
    overflow: visible;
    margin-left: 10px;
    float: left;
    clear: left;
    font-size: 10px;
    white-space: normal;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .paragraph-12 {
    text-align: center;
  }

  .paragraph-13 {
    text-align: center;
  }

  .paragraph-14 {
    text-align: center;
  }

  .paragraph-15 {
    text-align: center;
  }

  .paragraph-16 {
    text-align: center;
  }

  .paragraph-17 {
    text-align: center;
  }

  .paragraph-18 {
    text-align: center;
  }

  .text-span-7 {
    font-size: 30px;
  }

  .text-span-11 {
    font-size: 20px;
  }

  .text-span-12 {
    font-size: 20px;
  }

  .heading-45 {
    z-index: 2;
    margin-top: 0px;
    font-size: 15px;
  }

  .image-67 {
    width: 20px;
  }

  .image-68 {
    width: 20px;
  }

  .heading-46 {
    font-size: 12px;
  }

  .heading-47 {
    position: relative;
    z-index: 1;
    font-size: 10px;
  }

  .heading-48 {
    font-size: 10px;
  }

  .image-69 {
    width: 20px;
  }

  .image-70 {
    width: 20px;
  }

  .image-71 {
    width: 20px;
  }

  .image-72 {
    width: 20px;
  }

  .heading-49 {
    font-size: 12px;
  }

  .heading-50 {
    font-size: 12px;
  }

  .heading-51 {
    font-size: 12px;
  }

  .image-73 {
    width: 20px;
  }

  .image-74 {
    width: 20px;
  }

  .image-75 {
    width: 20px;
  }

  .image-76 {
    width: 20px;
  }

  .heading-52 {
    font-size: 12px;
  }

  .heading-53 {
    font-size: 12px;
  }

  .image-77 {
    width: 20px;
  }

  .image-78 {
    width: 20px;
  }

  .column-61 {
    text-align: center;
  }

  .column-62 {
    text-align: center;
  }

  .image-79 {
    display: block;
    margin-left: 0px;
  }

  .heading-57 {
    font-size: 16px;
  }

  .text-span-15 {
    font-size: 19px;
  }

  .text-span-16 {
    font-size: 20px;
  }

  .image-80 {
    width: 140px;
    margin-top: 111px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-span-17 {
    font-size: 20px;
  }

  .heading-58 {
    margin-top: 3px;
    font-size: 13px;
  }

  .heading-60 {
    margin-top: 20px;
  }

  .text-span-18 {
    font-size: 15px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 14px;
  }

  .image-81 {
    width: 140px;
    margin-top: 93px;
  }

  .column-64 {
    text-align: center;
  }

  .form {
    margin-top: 40px;
  }

  .image-82 {
    width: 80%;
  }

  .text-block-5 {
    margin-top: 20px;
  }

  .column-65 {
    margin-top: 20px;
  }

  .column-66 {
    margin-top: 20px;
  }

  .heading-61 {
    font-size: 13px;
  }

  .image-85 {
    margin-left: 0px;
    text-align: center;
  }

  .image-86 {
    position: relative;
    z-index: 0;
    width: 35px;
  }
}

#w-node-_83e09d7e-468f-b02e-df1b-5f0b3dbf6e14-d2363000 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8737ef5a-47f4-9080-b864-7cf948d5eaee-d2363000 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d83d7a67-db5b-e68a-3a6c-67c7076e24f8-d2363000 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_21d1a737-bc63-458e-9079-3282fe5e6685-d2363000 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dc0851a6-99ee-e40b-7cb0-e9a8f18e6270-d2363000 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4cda603-4fc9-a113-198f-d12e5dcc5f9a-d2363000 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_90b5a610-dfe2-f9be-092e-31e6b5daa89d-d2363000 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_03a02b46-39f7-cbac-114d-986f9a65277e-d2363000 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f34f0e3f-8aa3-e507-d854-32bcfce82d4f-d2363000 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1d8ec81d-ffe7-9983-21c3-a0c3feb75df6-d2363000 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

