@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

/**
 * Screen Sizes based on Bootstrap
 * Small tablets and large smartphones (landscape view)
 */
/**
  * Colors
  */
/**
  * Typography
  */
body {
  font-family: "DM Sans", sans-serif;
  color: #365b6d;
}

h2 {
  font-weight: 700;
  font-size: 36px;
}

b {
  font-weight: 700;
}

p {
  line-height: 24px;
}

.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}

.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}

.full-width {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.flex-initial {
  display: flex;
  flex-direction: initial;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 24px;
}
.btn--off-white {
  background-color: rgba(255, 216, 200, 0.88) !important;
  color: #000 !important;
  font-family: "DM Sans", sans-serif !important;
  letter-spacing: 0.5px;
  font-size: 18px;
  padding: 10px;
}
.btn--off-white:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn--light {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
}
.btn--light:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn--dark {
  background: #41c1ba;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.btn--dark:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn--black {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  border: solid 1px #000;
  transition: all 0.3s;
}
.btn--black:hover {
  background-color: #41c1ba !important;
  color: #000 !important;
}
.btn--dark-small {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  transition: all 0.3s;
}
.btn--dark-small:hover {
  background-color: rgba(255, 216, 200, 0.88) !important;
  color: #000 !important;
}
.btn--secondary {
  background: #000;
  color: #fff;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  transition: all 0.3s;
}
.btn--secondary:hover {
  background-color: rgba(255, 216, 200, 0.88) !important;
  color: #000 !important;
}
.btn.btn--sans-serif {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}
.btn.btn--lg, .btn.btn--lg-half {
  padding: 15px 10px !important;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.btn.btn--lg-half {
  width: 50%;
}
.btn--transparent {
  background: transparent;
  outline: 0;
  border: 0;
}
.btn--link {
  text-decoration: underline;
  color: #000;
  font-size: 13px;
}
.btn .full-width {
  width: 100%;
}
.btn .sm {
  font-size: 12px !important;
}

header {
  height: 80px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 300;
  border-bottom: 1px solid #ccc;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
header .container .logo-wrapper .logo {
  display: block;
  width: 230px;
}
header .container .logo-wrapper a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .container .logo-wrapper a object {
  position: relative;
  z-index: -1;
}
header .container .nav-links {
  display: flex;
  gap: 20px;
}
header .container .header-right a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
header .container .header-right a:hover, header .container .header-right a.active {
  color: #41c1ba;
}
header .container .mobile-menu {
  font-size: 40px;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  header .header-right {
    display: none;
  }
  header .close {
    display: none;
  }
  header.show-menu .header-right {
    display: block;
  }
  header.show-menu .hamburger {
    display: none;
  }
  header.show-menu .close {
    display: block;
    font-size: 60px;
    height: 40px;
    margin-top: -20px;
  }
  header .container .nav-links {
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    width: -webkit-fill-available;
    background-color: #fff;
    padding: 25px 20px;
    gap: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  header .container .mobile-menu {
    display: block;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll main,
body.no-scroll footer {
  filter: blur(10px);
  transform: scale(1.03);
}

.hero-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner .container {
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}
.hero-banner .container .content {
  width: 60%;
  color: #fff;
}
.hero-banner .container .content span {
  color: #41c1ba;
}
.hero-banner .container .content h2 {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero-banner .container .content {
    width: 90%;
  }
}

.cards .container {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  gap: 50px;
}
.cards .container h2 {
  color: #2eb3e4;
  font-size: 25px;
}
.cards .container .card {
  display: flex;
  flex-direction: column;
  width: 510px;
  gap: 30px;
}
@media (max-width: 768px) {
  .cards .container {
    flex-direction: column;
    padding: 100px 15px;
  }
  .cards .container .card {
    width: 100%;
  }
}

.story {
  background-color: #41c1ba;
  display: flex;
  position: relative;
  height: 600px;
}
.story img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 600px;
  object-fit: cover;
}
.story .content {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 600px;
  color: #fff;
}
.story .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .story img {
    display: none;
  }
  .story .content {
    width: 100%;
  }
}

.partner {
  background-color: rgba(205, 205, 205, 0.16);
}
.partner .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  text-align: center;
  width: 80%;
  gap: 30px;
}
.partner .container p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.contact {
  padding: 100px 0;
}
.contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.contact .container .content,
.contact .container img {
  width: 50%;
}
.contact h2 {
  color: #2eb3e4;
  margin-bottom: 20px;
}
.contact form .input-form {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.contact form textarea {
  resize: none;
  height: 180px;
  margin-top: 10px;
  width: 100%;
}
.contact form .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.contact form .checkbox input {
  height: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .contact img {
    display: none;
  }
  .contact .container {
    justify-content: center;
  }
  .contact .container .content {
    width: 80%;
  }
}

footer {
  background-color: #365b6d;
  padding: 50px 0;
  width: 100%;
}
footer .logo {
  width: 400px;
  display: block;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
footer .container a object {
  position: relative;
  z-index: -1;
}
footer .container .social-icons {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  footer .logo {
    width: 80%;
  }
  footer .container {
    justify-content: center;
    flex-direction: column;
    gap: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
