body {
  background-color: #f1f1f1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Gotham Book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-family: 'Gotham Light', sans-serif;
  line-height: 23px;
}

a {
  color: #fd4239;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-family: 'Gotham Book', sans-serif;
  font-size: 15px;
  line-height: 23px;
  list-style-type: disc;
}

strong {
  font-family: 'Gotham Bold', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.site-container {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 100px;
}

.body {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  margin-bottom: 60px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-container {
  overflow: hidden;
  max-width: none;
  min-width: auto;
  margin-bottom: 17px;
}

.marker {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  margin-top: 100px;
}

.faq-answer-img {
  display: none;
  width: 100%;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.toggle-text {
  position: relative;
  z-index: 2;
}

.subtitle {
  color: #727272;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd4239;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  width: 24px;
  margin-right: 16px;
}

.title {
  text-align: center;
}

.faq-body {
  position: relative;
  display: block;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: fixed;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 7;
  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-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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 450px;
  padding: 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.05);
}

.navlink {
  margin-right: 5px;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gotham Medium', sans-serif;
  color: #7e7e7e;
  text-decoration: none;
}

.navlink:hover {
  opacity: 1;
  color: #fd4239;
}

.div-block-2 {
  margin-bottom: 30px;
}

.image {
  margin-bottom: 45px;
}

.button {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 4px;
  background-color: #fd4239;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fd4239;
  background-color: transparent;
  color: #fd4239;
}

.divider {
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
  background-color: #afafaf;
}

.faq-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 15px;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
  text-decoration: none;
}

.smoothwrapper {
  position: relative;
}

.arrow {
  display: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-1 {
  margin-bottom: 20px;
  margin-left: 25px;
}

.welcome-wrapper {
  position: relative;
  height: 80px;
}

.image-2 {
  position: absolute;
  left: -13%;
  top: -10%;
  right: auto;
  bottom: auto;
  z-index: -4;
}

.heading {
  color: #fff;
}

.scrollprogress {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 50px;
  padding-bottom: 50px;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.lottie-animation-2 {
  width: 20px;
  height: 21px;
}

@media screen and (min-width: 1280px) {
  .site-container {
    max-width: 710px;
  }

  .faq-wrap {
    padding-bottom: 0px;
  }

  .nav-link-wrapper {
    text-decoration: none;
  }

  .image-2 {
    left: -8%;
  }

  .scrollprogress {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .site-container {
    max-width: 650px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .navigation {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999999999;
    display: block;
  }

  .div-block {
    overflow: auto;
    width: 100%;
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    box-shadow: 2px 2px 20px -1px rgba(0, 0, 0, 0.25);
  }

  .navlink {
    display: inline-block;
    white-space: nowrap;
  }

  .div-block-2 {
    position: absolute;
    left: 20px;
    top: 10px;
    right: auto;
    bottom: auto;
    display: none;
  }

  .nav-link-wrapper {
    margin-right: 30px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3 {
    position: static;
    left: 3%;
    top: auto;
    right: 0%;
    bottom: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: nowrap;
  }

  .arrow {
    display: none;
  }

  .image-2 {
    left: -8%;
  }

  .scrollprogress {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 19px;
  }

  li {
    font-size: 14px;
    font-weight: 400;
  }

  .site-container {
    max-width: 460px;
  }

  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }

  .faq-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .faq-title {
    font-size: 14px;
    line-height: 18px;
  }

  .image-2 {
    left: -11%;
  }
}

@media screen and (max-width: 479px) {
  .site-container {
    max-width: 260px;
  }

  .faq-img {
    display: none;
  }

  .faq-wrap {
    padding-right: 3%;
    padding-left: 3%;
  }

  .subtitle {
    font-size: 14px;
  }

  .faq {
    height: 81px;
  }

  .title {
    font-size: 36px;
  }

  .div-block {
    height: 110px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-wrapper {
    margin-right: 15px;
  }

  .div-block-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-header-1 {
    margin-left: 0px;
  }

  .image-2 {
    left: -21%;
  }
}

@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}