* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

body {
  background: rgb(255, 251, 246);
  font-family: "Open Sans", sans-serif;
}

/* NAV TOP */

.nav-top {
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff07c2a;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}

.nav-top.active {
  bottom: 50px;
  pointer-events: auto;
  opacity: 1;
}

  /*CAROUSEL*/

  /* CSS Variables to set num slides, total-slides (duplicated on html to best transition) + scroll-distance (real slides)  */
  :root {
    --total-slides-width: calc(290px * 80);
    --scroll-distance: calc(-290px * 40);
  }
  
 .carousel-box {
    animation-name: scroll;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: flex;
    width: var(--total-slides-width);
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(var(--scroll-distance));
    }
  }

.carousel {
    background: white;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    }
    
    .carousel:before,
    .carousel:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 120px;
    position: absolute;
    width: 200px;
    z-index: 2;
    }
    
    .carousel:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
    }
    
    .carousel:before {
    left: 0;
    top: 0;
    }
    
    .slide {
    height: 100px;
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    }

    .section-carousel>h2{
        font-weight: 800;
        color:#03336c;
        padding: 1rem;
        text-align: center;
    }

nav {
  padding: 1rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #03336c;
  text-align: right;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.nav-txt > h3 {
  font-weight: 800;
}

.flex {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.flex > * {
  flex: 1;
}

.section-entry {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #03336c;
  padding: 0rem 3rem;
  padding-bottom: 3rem;
  gap: 20px;
}

.section-entry2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.sec-title {
  padding-top: 3rem !important;
  font-weight: 800;
  font-size: 35px;
  color: #03336c;
  text-align: center;
  margin-bottom: -2.5rem;
  padding: 0 4rem;
}

.low-div {
  width: 50px;
  border-top: 7px solid rgb(124, 147, 248);
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.entry2-box {
  width: 300px;
  text-align: center;
  margin: auto;
}

.entry2-box > p {
  font-size: 20px;
  padding: 1.5rem;
}

.entry-form2>h2{
  font-weight: 800;
  text-align: center;
}

.entry-form2>h3{
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
}

.entry2-title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  padding-bottom: 2.5rem;
}

.entrytxt-mobile{
  display: none;
}

.section-entry3 {
  display: flex;
  flex-direction: row-reverse;
  padding: 5rem 3rem;
  align-items: center;
}

.section-entry3 > p {
  line-height: 30px;
  font-size: 20px;
  padding: 5rem;
  color: #03336c;
  text-align: justify;
  text-align-last: auto;
  hyphens: auto;
}

.section-entry4 {
  display: flex;
}

.com {
  font-size: 30px;
  font-family: auto;
  font-weight: 900;
  padding-right: 0.5rem;
  font-size: 2.5rem;
}

.section-entry5 {
  padding: 2rem;
  color: #03336c;
}

.section5-boxes {
  display: flex;
  justify-content: space-around;
  gap: 80px;
  padding: 0 3rem;
}

.s5 {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 3rem;
}

.s5 > h2 {
  padding: 1rem;
  font-weight: 800;
  font-size: 35px;
}

.s5 > p {
  line-height: 30px;
  font-size: 20px;
  color: #03336c;
  text-align: justify;
  text-align-last: auto;
  hyphens: auto;
  padding-top: 2rem;
}

.section5-boxes {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.s5-box {
  background-color: rgba(87, 114, 213, 1);
  color: white;
  padding: 2rem;
  border-radius: 40px;
  transition: 1s all;
  cursor: pointer;
  width: 30rem;
  margin: auto;
  height: 22em;
  position: relative;
}

.s5-box:hover {
  background-color: #03336c;
}

.s5-p {
  font-size: 20px;
}

.section-review {
  color: #03336c;
  display: flex;
  gap: 20px;
}

.review-txt {
  padding: 2rem;
}
/*
.divider {
    background-image: repeating-linear-gradient(0deg, #7991fb, #7991fb 30px, transparent 30px, transparent 53px, #7991fb 53px), repeating-linear-gradient(90deg, #7991fb, #7991fb 30px, transparent 30px, transparent 53px, #7991fb 53px), repeating-linear-gradient(180deg, #7991fb, #7991fb 30px, transparent 30px, transparent 53px, #7991fb 53px), repeating-linear-gradient(270deg, #7991fb, #7991fb 30px, transparent 30px, transparent 53px, #7991fb 53px);
    background-size: 7px calc(100% + 53px), calc(100% + 53px) 7px, 7px calc(100% + 53px) , calc(100% + 53px) 7px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
    }
    
    @keyframes borderAnimation {
    from { background-position: 0 0, -53px 0, 100% -53px, 0 100%; }
    to { background-position: 0 -53px, 0 0, 100% 0, -53px 100%; }
    }
*/
.section-review > h3,
.section-review2 > h3 {
  font-style: italic;
}

.section-review > h4,
.section-review2 > h4 {
  font-weight: 900;
}

.section-review2 {
  background-color: white;
  color: rgba(87, 114, 213, 1);
  padding: 4rem;
}

.deco-img {
  max-width: 900px;
}

.deco-img2 {
  max-width: 600px;
}

.entryform {
  width: 40%;
  padding: 3rem;
}

.entryform1 > h2 {
  color: #03336c;
  text-align: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.span-orange {
  color: #ff7d04;
}

.arrow {
  position: absolute;
  bottom: 10px;
  right: 24px;
}

.entryform1 {
  text-align: center;
}

.section-sep {
  background: rgb(124, 147, 248);
  background: linear-gradient(
    180deg,
    rgba(124, 147, 248, 1) 0%,
    rgba(87, 114, 213, 1) 100%
  );
  color: white !important;
  padding: 3rem;
}

.mobile-rev {
  display: none;
}
/*
.next-btn{
background-color: #f4871f;
color: white;
padding: 0.5rem 1rem;
font-size: 25px;
border-radius: 5px;
text-align: center;
margin-top: 1rem;
transition: .5s all;
cursor: pointer;
}

.next-btn:hover{
    background-color: #ff7d04;
}*/

.next-btn {
  appearance: button;
  background-color: #d16e11;
  border: solid transparent;
  border-radius: 5px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-round, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  margin-top: 15px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.next-btn:after {
  background-clip: padding-box;
  background-color: #f4871f;
  border: solid transparent;
  border-radius: 5px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.next-btn:main,
.next-btn:focus {
  user-select: auto;
}

.next-btn:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.next-btn:disabled {
  cursor: auto;
}
/*
.back-btn{
    background-color: #9f9f9f;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 25px;
    border-radius: 5px;
    text-align: center;
    margin-top: 1rem;
    transition: .5s all;
    cursor: pointer;
    }

    .back-btn:hover{
background-color: #8b8b8b;
    }*/

.back-btn {
  appearance: button;
  background-color: #747474;
  border: solid transparent;
  border-radius: 5px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-round, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  margin-top: 15px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.back-btn:after {
  background-clip: padding-box;
  background-color: #959595;
  border: solid transparent;
  border-radius: 5px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.back-btn:main,
.back-btn:focus {
  user-select: auto;
}

.back-btn:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.back-btn:disabled {
  cursor: auto;
}

.question-title {
  color: rgb(255, 255, 255);
}

.question-subtitle {
  color: orange;
}

.bottom-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #eeeeee;
  padding: 1rem;
  gap: 30px;
}

.bottom-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  gap: 5px;
}

.error {
  border: 1px solid #ec634b !important;
  background-color: #f5e8e9 !important;
}

.errormsg {
  color: #ec634b;
  margin-bottom: 0.5rem;
}

.bullet-active {
  background: rgb(244, 135, 31);
  background: linear-gradient(
    90deg,
    rgba(244, 135, 31, 1) 0%,
    rgba(244, 172, 31, 1) 100%
  );
  color: white;
  border-radius: 5px;
}

#e-mail{
  position: absolute;
  top: -9999px;
}

.form1-bullet {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.form1-bullet > img {
  padding-right: 10px;
}

.on-form {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  padding: 2rem;
  background: linear-gradient(
    180deg,
    rgba(87, 114, 213, 1) 0%,
    rgba(63, 98, 225, 1) 100%
  );
}

.entryform-box,
.form1-box,
.question {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid white;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.form1-box > p > img {
  padding-right: 10px;
}

.error-span {
  font-size: 30px;
  margin-bottom: -5px;
}

.error-alert {
  background-color: rgb(255, 107, 107);
  color: white;
  text-align: center;
  padding: 0.5rem;
  padding-top: 0.3rem;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
}

#mainform {
  width: 60%;
}

.section2 {
  background-color: white;
  height: 10rem;
}

.footer {
  text-align: center;
  background-color: #223e68;
  color: white;
  padding: 1rem 3rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

footer > p > a {
  color: white;
}

footer > p > a:hover {
  color: white;
}

.check {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  justify-content: flex-end;
}

.form-control {
  margin-bottom: 0.2rem;
}

.form-select {
  margin-bottom: 0.2rem;
}

lable > span,
.span-label {
  color: #03336c;
  font-weight: 600;
}

.group-form {
  display: flex;
  gap: 10px;
}

.question {
  width: 100%;
}

@media screen and (max-width: 1380px) {
  .section5-boxes {
    flex-direction: column;
  }

  .s5-box {
    width: 100%;
    height: 100%;
  }

  .arrow {
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .section-entry {
    flex-direction: column;
  }

  .section-entry2 {
    flex-direction: column;
  }

  .section-entry3 {
    flex-direction: column;
  }

  .section-entry4 {
    flex-direction: column;
  }

  .entry2-title {
    font-size: 30px;
  }

  .entry2-box > p {
    font-size: 17px;
  }

  .section-entry3 > p {
    padding: 0;
    padding-top: 4rem;
    text-align: justify;
    text-align-last: auto;
    hyphens: auto;
    font-size: 17px;
  }

  .s5>p {
    font-size: 17px;
    text-align: justify;
    text-align-last: auto;
    hyphens: auto;
  }

  .s5-txt > p {
    font-size: 15px;
    text-align: justify;
    text-align-last: auto;
    hyphens: auto;
  }

  .s5-mobile {
    display: none;
  }

  .on-form {
    flex-direction: column;
    gap: 30px;
  }

  #mainform {
    width: 100%;
  }

  .hide-box {
    display: none;
  }

  .section-entry2 > p {
    padding: 3rem 0.5rem;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  nav {
    padding: 1rem;
  }
  nav > img {
    max-width: 80px;
  }
  .nav-txt > h3 {
    font-size: 0.9rem;
  }
  .nav-txt > h4 {
    font-size: 0.9rem;
  }

  .entry2-box {
    width: 100%;
  }

  .flex {
    flex-direction: column;
    align-items: normal;
    gap: 5px;
  }

  .section-entry5 {
    padding: 3rem;
  }

  .sec-title {
    font-size: 22px;
  }

  .s5 > h2 {
    font-size: 25px;
  }

  .divider {
    min-height: 20px;
  }

  .section-review {
    flex-direction: column;
  }

  .desk-rev {
    display: none;
  }

  .mobile-rev {
    width: 100%;
    height: 9rem;
    object-fit: cover;
    display: block;
  }

  .review-txt {
    padding: 3rem;
    padding-top: 1rem;
  }

  .review-txt>h2{
    font-weight: 800;
  }

  .review-txt>h5{
    font-weight: 600;
  }

  .review-txt > p {
    font-size: 17px;
    text-align: justify;
    text-align-last: auto;
    hyphens: auto;
  }

  .footer > img {
    width: 50px;
  }

  .footer {
    padding: 0.2rem;
    justify-content: space-around;
  }

  .footer > p {
    font-size: 8px;
    margin-bottom: 0;
  }

  .choices[data-type*="select-one"] .choices__inner {
    height: 42px;
  }

  .choices__list--single .choices__item {
    font-size: 1rem !important;
    margin-top: -6px;
    line-height: 2rem;
  }

  .bottom-icons {
    flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  nav > img {
    max-width: 50px;
    padding-bottom: 10px;
  }

  nav {
    flex-direction: column;
    padding: 0.5rem;
  }

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

  .nav-txt > h3 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .nav-txt > h4 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

.entrytxt-mobile{
display: block;
}

.entry-form1>h2{
  margin-bottom: 0;
}

.entry-form2>h2{
display: none;
}

.entry-form2>h3{
display: none;
}

.entrytxt-mobile>h2{
  font-weight: 800;
  text-align: center;
  font-size: 17px;
}

.entrytxt-mobile>h3{
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 16px;
}

  .section-entry {
    padding: 0rem 1.5rem;
  }

  .section-sep {
    padding: 2.6rem;
  }

  .entry2-title {
    padding-bottom: 1rem;
  }

  .entry2-box > img {
    max-width: 50px;
  }

  .entry2-box > p {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }

  .group-form {
    flex-direction: column;
  }

  .form-select-lg {
    font-size: 1rem !important;
  }

  .section5-boxes {
    padding: 0;
    gap: 20px;
  }

  .s5 {
    padding: 0;
    text-align: center;
    padding-bottom: 1rem;
  }

  .bottom-icons {
    flex-direction: column;
    gap: 0px;
  }
}
