@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@100;

200;300;400;500&display=swap);body {
  font-family: "Commissioner", sans-serif;
}

h3 {
  font-weight: 300;
  color: #25566E;
  font-size: 35px;
  line-height: 43px;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 42px;
    line-height: 49px;
  }
}

p {
  font-size: 21px;
  line-height: 33px;
  font-weight: 300;
  color: #25566E;
}

@media only screen and (min-width: 768px) {
  p {
    line-height: 55px;
  }
}

.four p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding: 6% 0 6% 5%;
  font-weight: 300;
  color: #F5F9FA;
}

html {
  scroll-behavior: smooth;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0px 0px 30px #7777771f;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  nav {
    padding: 25px;
  }
}

nav.hero {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
}

nav.topMenu {
  z-index: 99999;
}

nav .logos {
  display: flex;
}

nav .logos img {
  height: 25px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  nav .logos img {
    height: 40px;
  }
}

nav .burger img {
  height: 25px;
}

nav .collapse {
  background-color: #25566E;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 10%;
  position: fixed;
  top: 0;
  right: -102%;
  transition: 0.6s;
}

nav .collapse img {
  bottom: -64px;
  right: 0%;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  nav .collapse img {
    width: 85%;
    bottom: -25%;
    right: -7%;
  }
}

nav .collapse ul li {
  font-size: 30px;
  line-height: 55px;
  font-weight: 100;
  color: #F5F9FA;
}

@media only screen and (min-width: 768px) {
  nav .collapse ul li {
    font-size: 45px;
    line-height: 95px;
  }
}

nav .collapse ul li a {
  position: relative;
}

nav .collapse ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: 0.6s;
  background-color: #249DC2;
}

nav .collapse ul li:hover a {
  color: #249DC2;
}

nav .collapse ul li:hover a::before {
  width: 100%;
}

nav .collapse.show {
  right: 0;
}

nav .collapse .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: 6px;
}

nav .collapse .close::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  top: 15px;
  box-shadow: 0 0 2px 0 #ccc;
  transform: rotate(45deg);
  left: 3px;
}

nav .collapse .close::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  top: 15px;
  box-shadow: 0 0 2px 0 #ccc;
  transform: rotate(-45deg);
  right: 12px;
}

section.one {
  height: 100vh;
}

section.one img.mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  section.one img.mobile {
    display: none;
  }
}

section.one img.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.one img.desktop {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

section.one p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 33px;
  line-height: 39px;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  section.one p.mobile {
    display: none;
  }
}

section.one p.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.one p.desktop {
    bottom: 80px;
    left: 130px;
    font-size: 42px;
    line-height: 62px;
    display: block;
  }
}

section.two {
  padding: 7% 0;
  display: flex;
  justify-content: center;
}

section.two p {
  padding-top: 25px;
  width: 90%;
  text-align: center;
  font-size: 21px;
  line-height: 54px;
}

@media only screen and (min-width: 768px) {
  section.two p {
    width: 65%;
  }
}

section.three .wrapper {
  width: 95%;
  margin: auto;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  section.three .wrapper {
    width: 70%;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.three .wrapper img.mobile {
    display: none;
  }
}

section.three .wrapper img.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.three .wrapper img.desktop {
    display: block;
  }
}

section.four {
  background-color: #249CC2;
  position: relative;
  margin: 10% 0 0 0;
  padding-bottom: 35px;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  section.four {
    padding-bottom: 0;
  }
}

section.four p {
  font-size: 2rem;
  padding: 35% 0 6% 5%;
  position: relative;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  section.four p {
    font-size: 2.4rem;
    width: 65%;
    padding: 6% 0 6% 9%;
  }
}

@media only screen and (min-width: 768px) {
  section.four p.mobile {
    display: none;
  }
}

section.four p.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.four p.desktop {
    display: block;
  }
}

section.four img {
  position: absolute;
  right: 0;
  top: -85px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.four img {
    top: unset;
    bottom: 0;
    width: 50%;
    transform: unset;
  }
}

section.five {
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  section.five {
    padding-top: 6%;
  }
}

section.six {
  z-index: -1;
}

section.six .wrapper {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.six .wrapper {
    width: 80%;
  }
}

section.six .wrapper .logo-btn {
  height: 0;
  width: 48%;
  padding-bottom: 48%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #7777771F;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  margin: 0.5%;
}

@media only screen and (min-width: 768px) {
  section.six .wrapper .logo-btn {
    width: 28%;
    padding-bottom: 28%;
  }
}

section.six .wrapper .logo-btn span {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  color: #25566E;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.six .wrapper .logo-btn span {
    font-size: 14px;
  }
}

section.six .wrapper .logo-btn:hover {
  background-color: #D9F2FF;
  transition: 0.4s;
}

section.six .wrapper .logo-btn:hover span {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.six .wrapper .logo-btn:hover span {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  section.six .wrapper .logo-btn:nth-child(4) {
    margin-left: 12%;
  }
}

section.six .wrapper .logo-btn .inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.six .wrapper .logo-btn .inside a {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

section.six .wrapper .logo-btn .inside a img {
  padding: 15%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.seven {
  padding: 12% 0;
}

@media only screen and (min-width: 768px) {
  section.seven {
    padding: 6% 0 0 0;
  }
}

section.seven p {
  font-size: 18px;
}

section.seven .wrapper {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper {
    flex-direction: row;
  }
}

section.seven .wrapper .logo-btn {
  position: relative;
  width: 75%;
  display: inline-block;
  text-align: center;
  color: #25566E;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn {
    width: 19%;
  }
}

section.seven .wrapper .logo-btn img {
  padding: 15%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.seven .wrapper .logo-btn:nth-child(1) img {
  height: 190px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn:nth-child(1) img {
    height: 150px;
    width: 100%;
  }
}

section.seven .wrapper .logo-btn:nth-child(2) img {
  padding: 7%;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn:nth-child(2) img {
    height: 120px;
  }
}

section.seven .wrapper .logo-btn:nth-child(3) img {
  height: 190px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn:nth-child(3) img {
    height: 170px;
  }
}

section.seven .wrapper .logo-btn:nth-child(4) img {
  height: 190px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn:nth-child(4) img {
    height: 120px;
  }
}

section.seven .wrapper .logo-btn:nth-child(5) img {
  height: 170px;
}

@media only screen and (min-width: 768px) {
  section.seven .wrapper .logo-btn:nth-child(5) img {
    height: 140px;
  }
}

section.seven .wrapper .logo-btn span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

section.eight {
  padding-bottom: 50px;
  padding-top: 8%;
}

section.eight p {
  font-size: 18px;
}

section.eight .wrapper {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper {
    flex-direction: row;
  }
}

section.eight .wrapper .logo-btn {
  width: 50%;
  display: inline-block;
  text-align: center;
  color: #25566E;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  margin: 4% 0;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn {
    width: 19%;
    margin: 0;
  }
}

section.eight .wrapper .logo-btn img {
  padding: 15%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 170px;
}

section.eight .wrapper .logo-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

section.eight .wrapper .logo-btn:nth-child(1) img {
  height: 110px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(1) img {
    height: 100px;
    width: 100%;
  }
}

section.eight .wrapper .logo-btn:nth-child(2) img {
  padding: 7%;
  height: 150px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(2) img {
    height: 120px;
  }
}

section.eight .wrapper .logo-btn:nth-child(3) img {
  height: 110px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(3) img {
    height: 120px;
  }
}

section.eight .wrapper .logo-btn:nth-child(4) img {
  height: 190px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(4) img {
    height: 120px;
  }
}

section.eight .wrapper .logo-btn:nth-child(5) img {
  height: 125px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(5) img {
    height: 100px;
  }
}

section.eight .wrapper .logo-btn:nth-child(6) img {
  height: 190px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(6) img {
    height: 140px;
  }
}

section.eight .wrapper .logo-btn:nth-child(7) img {
  height: 170px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(7) img {
    height: 140px;
  }
}

section.eight .wrapper .logo-btn:nth-child(8) img {
  height: 170px;
}

@media only screen and (min-width: 768px) {
  section.eight .wrapper .logo-btn:nth-child(8) img {
    height: 140px;
  }
}

section.nine {
  padding: 12% 0;
}

@media only screen and (min-width: 768px) {
  section.nine {
    padding: 6% 0;
  }
}

section.nine p {
  font-size: 18px;
}

section.nine .wrapper {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  section.nine .wrapper {
    flex-direction: row;
  }
}

section.nine .wrapper .logo-btn {
  width: 50%;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  section.nine .wrapper .logo-btn {
    width: 19%;
  }
}

section.nine .wrapper .logo-btn img {
  padding: 15%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.ten {
  padding-bottom: 50px;
}

section.ten p {
  font-size: 14px;
}

section.ten .wrapper {
  width: 55%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  section.ten .wrapper {
    flex-direction: row;
  }
}

section.ten .wrapper .logo-btn {
  width: 75%;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  section.ten .wrapper .logo-btn {
    width: 19%;
  }
}

section.ten .wrapper .logo-btn img {
  padding: 8%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 170px;
}

footer {
  background-color: #25566E;
  padding: 35px 0;
}

footer p {
  font-family: "Commissioner", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: #F5F9FA;
}

footer ul {
  font-family: "Commissioner", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #F5F9FA;
  display: flex;
  justify-content: center;
}

.noScroll {
  overflow: hidden;
}

