@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap");
*::before,
*::after,
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  color: #616161;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}

p {
  font-size: 1.125rem;
}

a {
  text-decoration: none;
  color: #000;
}

.logo {
  height: 3.25rem;
}

li {
  list-style: none;
  font-weight: 600;
}

.about-container {
  padding: 4rem 0;
  background-color: #00263e;
  color: #fff;
}
.about-container h2 {
  padding-bottom: 1.5rem;
}
.about-container p {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .about-container p {
    padding: 0 1rem;
  }
}
.about-container p:not(:last-child) {
  padding-bottom: 1rem;
}

button {
  background-color: #00263e;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 14rem;
  height: 4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.375);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.375);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}

button:focus {
  outline: none;
}

.contact-container {
  padding: 4rem 0;
  background-color: #00263e;
  color: #fff;
}
.contact-container h2 {
  padding-bottom: 1.5rem;
}
.contact-container .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: auto;
  padding: 0 1rem;
}
.contact-container .contact-info-wrapper {
  margin: 0 auto;
  width: 800px;
}
@media (max-width: 1250px) {
  .contact-container .contact-info-wrapper {
    padding-bottom: 4rem;
  }
}
.contact-container .contact-info-wrapper .email-disclaimer {
  margin: auto;
  margin-top: 1rem;
  padding-right: 1rem;
}
@media (max-width: 1250px) {
  .contact-container .contact-info-wrapper .email-disclaimer {
    padding-right: 0;
  }
}
.contact-container .contact-info-wrapper .email-disclaimer p {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: justify;
  letter-spacing: -0.25px;
  padding: 0.25rem 0;
}
.contact-container .contact-info {
  padding: 1rem 0;
}
.contact-container .contact-info div {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.contact-container .contact-info div i {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  width: 65px;
}
.contact-container .contact-info div a {
  color: #fff;
}
.contact-container .contact-info div p {
  display: inline-block;
  width: 80%;
}

.dots-container {
  display: flex;
  justify-content: center;
  padding: 2rem 0 0 0;
}
.dots-container .dot {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-color: #68707a;
  margin: 0.5rem;
  opacity: 0.5;
  cursor: pointer;
}
.dots-container .dot-team--selected {
  opacity: 1;
}
.dots-container .dot-testimonials--selected {
  opacity: 1;
}

.footer-container {
  background-color: rgb(21, 21, 21);
  color: #fff;
  width: 100%;
  padding: 2rem;
  border-top: 1px solid rgb(94, 94, 94);
}
.footer-container__wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1250px;
}
.footer-container .footer-nav a {
  text-decoration: none;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.footer-container .footer-nav a:first-child {
  padding-right: 2rem;
}

.hero-container {
  padding: 4rem 0;
  margin-top: 76px;
}
.hero-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}
.hero-container h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .hero-container h1 {
    font-size: 3rem;
    padding: 0 1rem;
  }
}
.hero-container h2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-container h2 {
    padding: 0 0.5rem;
  }
}

.info-container {
  background-color: rgb(21, 21, 21);
  padding: 2rem 1rem;
}
.info-container__wrapper {
  max-width: 1250px;
  margin: auto;
}
.info-container p {
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
}

.nav-container {
  height: 84px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #dee4ec;
}
.nav-container__wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  position: relative;
  max-width: 1250px;
}
.nav-container .logo {
  margin: 1rem;
}
.nav-container i {
  display: none;
}
.nav-container .mob-nav {
  display: none;
}
.nav-container #return-home {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 1.5rem;
  cursor: pointer;
  z-index: 9;
}
.nav-container .web-nav {
  display: flex;
  margin-left: auto;
  margin-right: 1rem;
  list-style: none;
}
.nav-container .web-nav li {
  padding-left: 1.5rem;
}
.nav-container .web-nav li a {
  text-decoration: none;
  color: #000;
  padding-bottom: 8px;
  position: relative;
}
.nav-container .web-nav li a:before, .nav-container .web-nav li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00263e;
}
.nav-container .web-nav li a:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.nav-container .web-nav li a:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.nav-container .web-nav li a:hover:before, .nav-container .web-nav li a:hover:after, .nav-container .web-nav li a:focus:before, .nav-container .web-nav li a:focus:after {
  opacity: 1;
  transform: translateY(0);
}
.nav-container .web-nav li a:hover:before, .nav-container .web-nav li a:focus:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.nav-container .web-nav li a:hover:after, .nav-container .web-nav li a:focus:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

@media (max-width: 767px) {
  .nav-container {
    margin: auto;
  }
  .nav-container .logo {
    margin: 1rem;
  }
  .nav-container #mob-nav-burger {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 1.75rem;
    cursor: pointer;
    z-index: 9;
  }
  .nav-container .web-nav {
    display: none;
  }
  .nav-container .mob-nav {
    height: 0;
    position: fixed;
    transform: translateY(100%);
    transition: all 1s ease;
  }
  .nav-container .mob-nav.show-nav {
    position: fixed;
    top: 72px;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    transform: translateY(0%);
    z-index: -1;
    border-bottom: 1px solid #dee4ec;
  }
  .nav-container .mob-nav.show-nav li {
    padding: 1rem 0;
  }
}
.return-home {
  display: block;
}

.privacy-nav {
  margin-left: auto;
  padding-right: 1rem;
}

.privacy-container {
  margin: auto;
  max-width: 1250px;
  padding: 1rem;
  margin-top: 76px;
}
.privacy-container h2 {
  margin-top: 1rem;
}
.privacy-container h3 {
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.privacy-container p {
  text-align: justify;
  padding: 0.5rem 0;
}
.privacy-container p.inner-section {
  margin-left: 1.5rem;
}

.services-container {
  padding: 4rem 0;
}
@media (max-width: 670px) {
  .services-container {
    padding: 4rem 0;
  }
}
.services-container h2 {
  padding-bottom: 1.5rem;
}
.services-container .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  padding: 0 1rem;
  gap: 1rem;
  margin: auto;
}
.services-container .service-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1.25rem;
  border-radius: 0.25rem;
  width: 600px;
  transition: all 0.3s ease;
  border: 1px solid #d1d1d1;
  min-height: 130px;
}
.services-container .service-container i {
  color: #00263e;
  font-size: 4.5rem;
  padding-right: 1.25rem;
}
.services-container .service-container h3 {
  font-weight: 600;
}
.services-container .service-container p {
  font-size: 1.125rem;
}

.team-container {
  padding: 4rem 0;
  position: relative;
}
.team-container h2 {
  padding-bottom: 1.5rem;
}
.team-container__description {
  margin: auto;
}
.team-container p {
  text-align: center;
  max-width: 800px;
}
.team-container p:not(:last-child) {
  padding-bottom: 1rem;
}
.team-container .carousel-container {
  position: relative;
}
@media (max-width: 900px) {
  .team-container .carousel-container {
    padding: 0 1rem;
  }
}
.team-container .carousel-container .team-wrapper {
  position: relative;
  max-width: 600px;
  margin: 2rem auto 1rem auto;
  display: flex;
}
@media (min-width: 600px) {
  .team-container .carousel-container .team-wrapper {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .team-container .carousel-container .team-wrapper {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .team-container .carousel-container .team-wrapper {
    height: 200px;
  }
}
.team-container .carousel-container .team-wrapper .arrows {
  position: absolute;
  width: 100%;
  top: 35%;
  transform: translateY(-50%);
  z-index: 2;
  color: #68707a;
}
@media (max-width: 900px) {
  .team-container .carousel-container .team-wrapper .arrows {
    top: 115%;
  }
}
@media (max-width: 600px) {
  .team-container .carousel-container .team-wrapper .arrows {
    top: 118%;
  }
}
.team-container .carousel-container .team-wrapper .arrows i {
  cursor: pointer;
  position: absolute;
  border: 3px solid #68707a;
  border-radius: 50%;
  padding: 0.375rem;
  font-size: 1.25rem;
  transition: all 0.2s ease;
}
@media (max-width: 900px) {
  .team-container .carousel-container .team-wrapper .arrows i {
    top: 102%;
    padding: 0.25rem;
    font-size: 1rem;
  }
}
.team-container .carousel-container .team-wrapper .arrows i:hover {
  color: #00263e;
  border: 3px solid #00263e;
}
.team-container .carousel-container .team-wrapper .fa-arrow-left {
  left: -60px;
}
@media (max-width: 900px) {
  .team-container .carousel-container .team-wrapper .fa-arrow-left {
    left: 0px;
  }
}
.team-container .carousel-container .team-wrapper .fa-arrow-right {
  right: -60px;
}
@media (max-width: 900px) {
  .team-container .carousel-container .team-wrapper .fa-arrow-right {
    right: 0;
  }
}
.team-container .carousel-container .team-wrapper .is-hidden {
  display: none;
}
.team-container .team-individual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
}
.team-container .team-individual.current {
  opacity: 1;
}
.team-container .individual-head {
  padding-right: 0.5rem;
}
.team-container .individual-head__name {
  margin-top: auto;
}
.team-container .individual-head__title {
  font-weight: 400;
}
.team-container .individual-head img {
  object-fit: cover;
}
@media (min-width: 600px) {
  .team-container .individual-head img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 600px) {
  .team-container .individual-head img {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 500px) {
  .team-container .individual-head img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .team-container .individual-head img {
    height: 175px;
    width: 175px;
  }
}
.team-container .individual-text {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
@media (max-width: 612px) {
  .team-container .individual-text h3 {
    font-size: 1rem;
  }
}
@media (max-width: 536px) {
  .team-container .individual-text h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 426px) {
  .team-container .individual-text h3 {
    font-size: 0.8rem;
  }
}
.team-container .individual-text p {
  text-align: justify;
}
@media (max-width: 612px) {
  .team-container .individual-text p {
    font-size: 1rem;
  }
}
@media (max-width: 536px) {
  .team-container .individual-text p {
    font-size: 0.9rem;
  }
}
@media (max-width: 426px) {
  .team-container .individual-text p {
    font-size: 0.8rem;
  }
}
.team-container .individual-text p:not(:last-child) {
  padding-bottom: 1rem;
}

.testimonials-container {
  position: relative;
  padding: 4rem 0;
  transition: all 0.3s ease-in-out;
  background-color: #00263e;
}
.testimonials-container .testimonial-pills {
  max-width: 800px;
  color: #00263e;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  font-weight: 600;
  gap: 0.25rem;
}
@media (max-width: 670px) {
  .testimonials-container .testimonial-pills {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.testimonials-container .testimonial-pills .testimonial-pill {
  padding: 0.75rem;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .testimonials-container .testimonial-pills .testimonial-pill {
    padding: 0.5rem;
  }
}
.testimonials-container .testimonial-pills .testimonial-pill--selected {
  background-color: #fff;
  color: #00263e;
}
.testimonials-container .dots-container .dot {
  background-color: #f0f0f0;
}
@media (max-width: 820px) {
  .testimonials-container .testimonial {
    margin: 0 1rem;
  }
}
.testimonials-container .testimonial {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.testimonials-container .testimonial--show {
  opacity: 1;
  height: auto;
}
.testimonials-container .testimonials-quote {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 800px;
  padding: 2.5rem;
  margin: auto;
}
.testimonials-container .testimonials-quote .testimonials-quote-top {
  text-align: center;
  margin-bottom: 1rem;
}
.testimonials-container .testimonials-quote h3 {
  font-weight: 400;
  text-align: center;
  position: relative;
}
.testimonials-container .testimonials-quote p {
  margin-top: 1rem;
  text-align: center;
}
.testimonials-container .testimonials-quote i {
  font-size: 1.25rem;
}
.testimonials-container .testimonials-info {
  max-width: 800px;
  margin: 1rem auto;
  color: #fff;
}
.testimonials-container .testimonials-info p {
  font-weight: 600;
  padding: 0.5rem 0;
  text-align: center;
}
.testimonials-container .testimonials-info span {
  font-weight: 600;
}
.testimonials-container .testimonials-disclaimer {
  margin: 2rem auto 0 auto;
  max-width: 800px;
  border-radius: 3px;
}
.testimonials-container .testimonials-disclaimer p {
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.25px;
}

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