*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

svg {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

textarea {
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

ul,
ol {
  list-style-type: none;
}

picture,
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: none;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: none;
  }
}

body {
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  font-family: segoe-ui, "Segoe UI", "Helvetica Neue", Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
  background-color: #ffffff;
  color: #1d3557;
  letter-spacing: 0;
  line-height: 1.3;
  min-height: 100vh;
}
@supports (min-height: 100svh) {
  body {
    min-height: 100svh;
  }
}

.max-width {
  max-width: 50.5rem;
  width: calc(100% - clamp(1.75rem, 9.7222222222vw, 2.2rem) * 2);
  margin: 0 auto;
  height: 100%;
}

.red {
  color: #e63946;
}

.header {
  background-color: #e63946;
  color: #ffffff;
}
.header h1 {
  font-size: clamp(1.5rem, 3.6458333333vw, 2rem);
  line-height: 1.3;
  padding: clamp(0.5rem, 2.34375vw, 1.75rem) 0;
  max-width: 50.5rem;
  width: calc(100% - clamp(1rem, 5.5555555556vw, 1.5rem) * 2);
  margin: 0 auto;
  height: 100%;
}

.footer {
  color: #707070;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1.5rem 0 3.875rem;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(0.9rem, 2.0833333333vw, 1rem);
       column-gap: clamp(0.9rem, 2.0833333333vw, 1rem);
  row-gap: 0.6rem;
  justify-content: center;
  align-items: center;
}
.footer__links a {
  text-decoration: underline;
  transition: color 150ms ease;
}
@media (hover: hover) {
  .footer__links a:hover {
    color: #000000;
  }
}

.h2 {
  font-size: clamp(1.35rem, 3.6458333333vw, 2rem);
  line-height: 1;
  border-bottom: 3.5px solid #457b9d;
  padding-bottom: 0.65rem;
  margin-bottom: clamp(0.625rem, 1.953125vw, 1.25rem);
}

.hero {
  padding: clamp(1.25rem, 3.3854166667vw, 2rem) 0 clamp(2.5rem, 6.25vw, 3.5rem);
}
.hero > p:not(:last-child) {
  margin-bottom: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}

.hero__meta {
  position: relative;
  margin-bottom: clamp(0.5625rem, 1.5625vw, 1rem);
}
.hero__meta p {
  font-weight: 300;
  font-size: 1rem;
  padding-bottom: 9px;
}
.hero__meta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 100vmax;
  background-color: #457b9d;
}

.hero__content {
  position: relative;
}
.hero__content h2 {
  font-size: clamp(1.8rem, 5.2083333333vw, 3rem);
  letter-spacing: -1.31px;
  line-height: 1.1;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .hero__content h2 {
    letter-spacing: 0;
  }
}
@media (min-width: 62rem) {
  .hero__content h2 {
    position: absolute;
    max-width: 553px;
    top: clamp(1rem, 1.6666666667vw, 1.5rem);
    left: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
}
.hero__content h2 span {
  background-color: #e63946;
  color: #ffffff;
  line-height: 1.3;
  box-shadow: 0.3rem 0 #e63946, -0.3rem 0 #e63946;
}
.hero__content .image {
  background-image: linear-gradient(to bottom, transparent 0px, transparent 1px, #457b9d 1px, #457b9d 100%);
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: clamp(0.5rem, 2.34375vw, 1.75rem);
}
.hero__content .image img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 62rem) {
  .hero__content .image img.mobile {
    display: none;
  }
}
.hero__content .image img.desktop {
  display: none;
}
@media (min-width: 62rem) {
  .hero__content .image img.desktop {
    display: block;
    min-height: 382px;
  }
}
.hero__content .image p {
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem clamp(0.7rem, 2.6041666667vw, 1.25rem) 0.875rem;
}

.qualifications > p:last-child {
  margin: clamp(1.25rem, 3.6458333333vw, 2.25rem) 0 clamp(2.5rem, 6.25vw, 3.5rem);
}
.qualifications__box {
  margin: clamp(1rem, 2.0833333333vw, 1.5rem) 0 clamp(1rem, 2.6041666667vw, 1.5rem);
  border-radius: 8px;
  border: 3px solid #e63946;
  background-color: #f1faee;
  padding: 0.625rem clamp(1rem, 2.6041666667vw, 1.25rem) 1.5rem;
}
.qualifications__box ul {
  margin-top: clamp(0.4rem, 1.0416666667vw, 0.625rem);
}
.qualifications__box ul li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.qualifications__box ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.qualifications__box ul li span {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 1px solid #1d3557;
  margin-top: 4px;
}
.qualifications__box ul li span::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U2Mzk0NiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4xMjUgNi4zMzMgMCA5LjUgOS4zNzUgMTkgMjUgMy4xNjcgMjEuODc1IDBsLTEyLjUgMTIuNjY3LTYuMjUtNi4zMzRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 36rem) {
  .qualifications__box ul li span::before {
    transform: translateY(-57%);
  }
}

.info > p {
  margin-bottom: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}
.info .images {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 0.5rem;
  margin-bottom: clamp(1.5rem, 3.6458333333vw, 1.75rem);
}
@media (min-width: 48rem) {
  .info .images {
    grid-template-columns: auto auto auto auto;
    -moz-column-gap: clamp(2rem, 4.435483871vw, 3.5rem);
         column-gap: clamp(2rem, 4.435483871vw, 3.5rem);
  }
}

.info__item > p {
  margin-bottom: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}
.info__item header {
  position: relative;
  background-color: #457b9d;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 0.5rem 0.875rem;
  margin-bottom: 32px;
}
.info__item header::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 28px;
  background-color: #457b9d;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: calc(50% - 27px);
  bottom: -27px;
}
.info__item header h3 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(0.95rem, 2.6041666667vw, 1.5rem);
  line-height: 1.3;
}
.info__item video {
  display: block;
  margin-bottom: clamp(1rem, 3.125vw, 1.75rem);
}

.img-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}
@media (min-width: 48rem) {
  .img-text {
    flex-direction: row;
  }
}
.img-text img {
  width: 100%;
  height: auto;
  max-width: 384px;
}
.img-text img.desktop {
  display: none;
}
@media (min-width: 48rem) {
  .img-text img.desktop {
    display: block;
    width: 100%;
    height: auto;
  }
}
.img-text img.mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .img-text img.mobile {
    display: none;
  }
}

.info__item:last-child header h3 {
  font-size: clamp(0.95rem, 2.6041666667vw, 1.3rem);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin: clamp(0.7rem, 2.0833333333vw, 1.2rem) 0 clamp(1rem, 3.125vw, 1.875rem);
}
.cta a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.2rem, 6vw, 1.5rem);
  border-radius: 8px;
  color: #1d3557;
  background-color: #80ef80;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 0px #1d3557;
  padding: 1.5rem 0.5rem;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
@media (hover: hover) {
  .cta a:hover {
    box-shadow: 0 1px 0px #1d3557;
    transform: translateY(3px);
  }
}
@media (min-width: 360px) {
  .cta a {
    min-width: 320px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .cta:has(a:hover) img:first-of-type {
    transform: translateX(4px);
  }
  .cta:has(a:hover) img:last-of-type {
    transform: translateX(-4px);
  }
}
.cta img {
  display: none;
  transition: transform 200ms ease;
}
@media (min-width: 36rem) {
  .cta img {
    display: block;
  }
}

.comments > p,
.treatment > p {
  margin-bottom: clamp(1.25rem, 3.6458333333vw, 2.25rem);
}
.comments > p.alert,
.treatment > p.alert {
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
}
.comments > p.info-text,
.treatment > p.info-text {
  color: #457b9d;
  font-size: 1rem;
  max-width: 565px;
  margin: 0 auto clamp(1.25rem, 3.6458333333vw, 2.25rem);
  text-align: center;
}

.comments {
  border-bottom: 3px solid #457b9d;
  padding-bottom: clamp(1rem, 3.125vw, 2rem);
}

.comments__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2.5rem;
}
.comments__content article div:first-child {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(0.625rem, 2.34375vw, 1.125rem);
       column-gap: clamp(0.625rem, 2.34375vw, 1.125rem);
  margin-bottom: 0.6rem;
}
.comments__content article div:first-child img {
  width: clamp(80px, 11.71875vw, 100px);
  height: auto;
}
.comments__content article div:first-child p {
  color: #457b9d;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 62rem) {
  .comments__content article div:last-child {
    padding-left: 118px;
    margin-top: -25px;
  }
}
.comments__content article div:last-child h3 {
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: clamp(0.5rem, 1.5625vw, 1rem);
}

.summary__header {
  margin: clamp(1.375rem, 3.3854166667vw, 2.125rem) auto clamp(1rem, 3.125vw, 1.75rem);
  max-width: 870px;
  width: calc(100% - clamp(1.75rem, 9.7222222222vw, 2.2rem) * 2);
}
.summary__header a {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  font-size: clamp(0.9rem, 4.4444444444vw, 1rem);
  color: #1d3557;
  transition: color 150ms ease;
}
.summary__header a .icon {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMUQzNTU3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMjIuMTIxIDEwLjI1aC0yMW04LjEwNiA5LTcuNTI1LTcuNTg3YTIuMDA4IDIuMDA4IDAgMCAxIDAtMi44MjZMOS4yMjkgMS4yNSIvPjwvc3ZnPg==");
}
@media (hover: hover) {
  .summary__header a {
    color: #000000;
  }
}

.summary-time {
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .summary-time {
    color: #457b9d;
  }
}

.summary-info {
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
  max-width: 520px;
  margin: 0 auto clamp(0.75rem, 1.5625vw, 1rem);
}

.summary-alert {
  max-width: 640px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
  font-weight: 700;
  color: #e63946;
  background-color: #ffffff;
  border-radius: 8px;
  border: 3px solid #e63946;
  padding: 0.4rem 1.5rem;
}

.summary__title {
  position: relative;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0.625rem 0.875rem;
  margin-bottom: 32px;
  background-color: #80ef80;
  color: #ffffff;
}
.summary__title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 28px;
  background-color: #80ef80;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: calc(50% - 27px);
  bottom: -27px;
}
.summary__title h1 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(1.8rem, 5.2083333333vw, 3rem);
  line-height: 1.1;
}
@media (min-width: 62rem) {
  .summary__title h1 {
    letter-spacing: 7.2px;
  }
}

.summary .img-text {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .summary .img-text {
    margin-bottom: 1rem;
    align-items: center;
  }
}
.summary .img-text p {
  margin-bottom: clamp(1rem, 2.8645833333vw, 1.5rem);
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
}
.summary .img-text p .underline {
  text-decoration: underline;
}
.summary .img-text img.desktop {
  -o-object-position: left bottom;
     object-position: left bottom;
  min-width: 300px;
}

.contact-box {
  background-color: #f1faee;
  border-radius: 16px;
  padding: 0.75rem 0.625rem;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  margin-bottom: 2.2rem;
}
@media (min-width: 48rem) {
  .contact-box {
    padding: 0.75rem clamp(1.5rem, 3.125vw, 2.5rem) 1.5rem;
  }
}
.contact-box p:first-child {
  font-size: clamp(1rem, 2.6041666667vw, 1.5rem);
}
.contact-box p:first-child .red {
  font-size: clamp(1.1rem, 2.8645833333vw, 1.65rem);
}

.contact__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin: clamp(0.7rem, 2.0833333333vw, 1.2rem) 0 0.75rem;
}
.contact__phone .contact__links {
  width: 100%;
}
@media (min-width: 400px) {
  .contact__phone .contact__links {
    min-width: 320px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact__phone a {
  display: none;
  width: 100%;
  font-size: clamp(2rem, 4.5572916667vw, 2.7rem);
  padding: 0.7rem 0.3rem;
  background: #ffffff;
  font-weight: 700;
  box-shadow: 0px 3px 0px #80ef80;
  border: 3px solid #80ef80;
  line-height: 1.1;
  border-radius: 8px;
}
.contact__phone button {
  font-weight: 700;
  font-size: clamp(1.2rem, 6vw, 1.5rem);
  border-radius: 8px;
  color: #1d3557;
  background-color: #80ef80;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 0px #1d3557;
  padding: 1rem 0.5rem;
  transition: box-shadow 200ms ease, transform 200ms ease;
}
@media (hover: hover) {
  .contact__phone button:hover {
    box-shadow: 0 1px 0px #1d3557;
    transform: translateY(3px);
  }
}
@media (min-width: 400px) {
  .contact__phone button {
    width: 340px;
    padding: 1rem;
  }
}
@media (hover: hover) {
  .contact__phone:has(button:hover) img:first-of-type, .contact__phone:has(a:hover) img:first-of-type {
    transform: translateX(4px);
  }
  .contact__phone:has(button:hover) img:last-of-type, .contact__phone:has(a:hover) img:last-of-type {
    transform: translateX(-4px);
  }
}
.contact__phone img {
  display: none;
  transition: transform 200ms ease;
}
@media (min-width: 36rem) {
  .contact__phone img {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */