.container {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 568px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 151px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  max-width: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  padding-right: 10px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 30px;
  -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;
}

.div-block-2 {
  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;
}

.div-block-3 {
  position: relative;
  margin-right: 10px;
  padding-right: 0px;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #64c2e3;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.div-block-5 {
  max-width: none;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  max-width: none;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  overflow: visible;
  max-height: none;
  max-width: none;
  min-width: auto;
  margin-top: -15px;
  padding-left: 0px;
}

.heading {
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 300px;
  background-color: #ed7a00;
  box-shadow: inset 2px -2px 2px 0 #b35d02;
  font-family: 'Amsipronarw ultra', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #203a6c;
  font-size: 18px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #203a6c;
  font-size: 24px;
  text-transform: uppercase;
}

.text-block {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #203a6c;
  font-size: 18px;
}

.container-4 {
  max-width: 100vw;
  margin-top: -332px;
  background-color: #64c2e3;
}

.container-5 {
  max-width: 720px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-3 {
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #203a6c;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #203a6c;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: -80px;
  padding: 100px 20px 20px;
  -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;
}

.section-2 {
  background-color: #203a6c;
  color: #203a6c;
}

.heading-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: auto;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading-5 {
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #ed7a00;
}

.div-block-8 {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
}

.slider {
  display: block;
  margin: 10px auto 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-7 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 700px;
  -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;
}

.slide {
  margin: 40px auto;
  padding-right: 0px;
  padding-left: 0px;
}

.section-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #e7e5e5;
}

.section-4 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  width: 278px;
  height: 185px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #203a6c;
  font-size: 16px;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #ed7a00;
  text-transform: uppercase;
}

.div-block-9 {
  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;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-8 {
  max-width: 720px;
  padding-right: 20px;
  padding-left: 20px;
}

.section-5 {
  background-color: #ed7a00;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.container-9 {
  max-width: 568px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-7 {
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #203a6c;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

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

.div-block-12 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #203a6c;
}

.text-block-3 {
  margin-top: 0px;
  padding-top: 20px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #ed7a00;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-4 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-13 {
  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;
}

.section-6 {
  background-color: #ed7a00;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 568px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -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;
}

.text-block-5 {
  padding-top: 60px;
}

.heading-8 {
  margin-top: 80px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button-2 {
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 300px;
  background-color: #fff;
  box-shadow: inset 2px -2px 3px 0 #c2c1c1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #203a6c;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.container-11 {
  max-width: 568px;
}

.text-block-6 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #203a6c;
  text-align: center;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-14 {
  position: relative;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-span {
  padding-right: 5px;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 20px;
}

.slide-nav-2 {
  display: none;
}

.icon {
  margin-top: 200px;
  margin-bottom: 63px;
}

.container-12 {
  max-width: 720px;
  min-height: 500px;
}

.slide-nav-3 {
  display: none;
}

.div-block-15 {
  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;
}

.heading-9 {
  color: #203a6c;
}

.icon-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.mask-2 {
  min-height: 600px;
}

.icon-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.left-arrow {
  min-height: 379px;
  margin-top: auto;
  margin-bottom: auto;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 375px;
}

.slider-2 {
  min-height: 620px;
  background-color: transparent;
}

.slide-nav-4 {
  display: none;
}

.icon-5 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.icon-6 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.paragraph-4 {
  padding-right: 100px;
  padding-left: 100px;
  color: #203a6c;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.heading-10 {
  margin-top: 10px;
  font-family: 'Amsipronarw ultra', sans-serif;
  color: #ed7a00;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

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

  .section {
    margin-top: 20px;
  }

  .container-3 {
    max-width: 568px;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading {
    font-family: 'Amsipronarw ultra', sans-serif;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
  }

  .button {
    padding: 15px 30px;
    border-radius: 300px;
    background-color: #ed7a00;
    box-shadow: inset 2px -2px 3px 0 #a75600;
    opacity: 1;
    font-family: 'Amsipronarw ultra', sans-serif;
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph {
    color: #203a6c;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-family: 'Amsipronarw ultra', sans-serif;
    color: #203a6c;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .text-block {
    margin-bottom: 10px;
    color: #203a6c;
  }

  .container-5 {
    max-width: 568px;
  }

  .container-6 {
    max-width: 568px;
  }

  .container-8 {
    max-width: 568px;
  }

  .icon {
    margin-bottom: 200px;
  }

  .icon-2 {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .mask {
    min-height: 600px;
  }

  .container-12 {
    max-width: 568px;
  }

  .slider-2 {
    min-height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    box-shadow: inset 3px -3px 3px 0 #c26502;
  }
}

@media screen and (max-width: 479px) {
  .div-block-5 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    text-align: center;
  }

  .button {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

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

  .text-block {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .paragraph-2 {
    padding-bottom: 20px;
  }

  .heading-4 {
    line-height: 20px;
  }

  .slider {
    min-height: 500px;
  }

  .container-7 {
    max-height: none;
    max-width: none;
    min-height: auto;
  }

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

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

  .div-block-9 {
    -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;
  }

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .div-block-13 {
    -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;
  }

  .heading-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-6 {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: 300px;
    margin-top: 20px;
    padding-top: 0px;
  }

  .image-7 {
    max-width: 100vh;
  }

  .slide-6 {
    max-width: 100vw;
  }

  .container-12 {
    min-height: auto;
  }

  .slider-2 {
    min-height: 420px;
  }

  .icon-5 {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .icon-6 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsipronarw ultra';
  src: url('../fonts/amsipronarw-ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}