@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

html {
  font-size: 16px;
} /* html */

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
} /* body */

main {
  flex-grow: 1;
} /* main */

button,
input[type="submit"],
input[type="reset"] {
  padding: 0;
  font: inherit;
  border: none;
  outline: inherit;
  background: none;
  color: inherit;
  cursor: pointer;
} /* button, input[type="submit"], input[type="reset"] */

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} /* input[type=text] */

a {
  text-decoration: inherit;
  color: inherit;
} /* a */

.h1-60-800 {
  font-size: 3.75rem;
  font-weight: 800;
} /* .h1-60-800 */

.h2-58-800 {
  font-size: 3.625rem;
  font-weight: 800;
} /* .h2-58-800 */

.h3-48-800 {
  font-size: 3rem;
  font-weight: 800;
} /* .h3-48-800 */

.h4-26-800 {
  font-size: 1.625rem;
  font-weight: 800;
} /* .h4-26-800 */

.h4-24-700 {
  font-size: 1.5rem;
  font-weight: 700;
} /* .h4-24-700 */

.h5-22-800 {
  font-size: 1.375rem;
  font-weight: 800;
} /* .h5-22-800 */

.h5-22-700 {
  font-size: 1.375rem;
  font-weight: 700;
} /* .h5-22-700 */

.h5-22-500 {
  font-size: 1.375rem;
  font-weight: 500;
} /* .h5-22-500 */

.h5-20-800 {
  font-size: 1.25rem;
  font-weight: 800;
} /* .h5-20-800 */

.h5-20-700 {
  font-size: 1.25rem;
  font-weight: 700;
} /* .h5-20-700 */

.h5-20-500 {
  font-size: 1.25rem;
  font-weight: 500;
} /* .h5-20-500 */

.h5-20-400 {
  font-size: 1.25rem;
  font-weight: 400;
} /* .h5-20-400 */

.p-18-700 {
  font-size: 1.125rem;
  font-weight: 700;
} /* .p-18-700 */

.p-18-600 {
  font-size: 1.125rem;
  font-weight: 600;
} /* .p-18-600 */

.p-18-500 {
  font-size: 1.125rem;
  font-weight: 500;
} /* .p-18-500 */

.p-16-800 {
  font-size: 1rem;
  font-weight: 800;
} /* .p-16-800 */

.p-16-700 {
  font-size: 1rem;
  font-weight: 700;
} /* .p-16-700 */

.p-16-600 {
  font-size: 1rem;
  font-weight: 600;
} /* .p-16-600 */

.p-16-500 {
  font-size: 1rem;
  font-weight: 500;
} /* .p-16-500 */

.p-14-800 {
  font-size: 0.875rem;
  font-weight: 800;
} /* .p-14-800 */

.p-14-700 {
  font-size: 0.875rem;
  font-weight: 700;
} /* .p-14-700 */

.p-14-600 {
  font-size: 0.875rem;
  font-weight: 600;
} /* .p-14-600 */

.p-12-600 {
  font-size: 0.75rem;
  font-weight: 600;
} /* .p-12-600 */

.wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
} /* .wrapper */

.white-background {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);

  .section-subtitle {
    color: rgba(31, 72, 152, 1);
  } /* .section-subtitle */

  .section-description {
    color: rgba(130, 130, 130, 1);
  } /* .section-description */
} /* .white-background */

.gray-background {
  background-color: rgba(251, 250, 250, 1);
  color: rgba(0, 0, 0, 1);

  .section-subtitle {
    color: rgba(31, 72, 152, 1);
  } /* .section-subtitle */

  .section-description {
    color: rgba(130, 130, 130, 1);
  } /* .section-description */
} /* .gray-background */

.blue-background {
  background-color: rgba(31, 72, 152, 1);
  color: rgba(255, 255, 255, 1);

  .section-subtitle {
    color: rgba(255, 255, 255, 1);
  } /* .section-subtitle */

  .section-description {
    color: rgba(255, 255, 255, 0.48);
  } /* .section-description */
} /* .blue-background */

.primary-button {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
  border-radius: 6.1875rem;
  border: 2px solid rgba(209, 166, 23, 1);
  background-color: transparent;
  transition: background-color 0.5s ease;

  &:hover {
    background-color: rgba(209, 166, 23, 1);
  } /* .primary-button:hover */
} /* .primary-button */

.secondary-button {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
  border-radius: 6.1875rem;
  border: 2px solid rgba(209, 166, 23, 1);
  transition: background-color 0.5s ease;

  &:hover {
    background-color: rgba(209, 166, 23, 1);
  } /* .secondary-button:hover */
} /* .secondary-button */

.tertiary-button {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  white-space: nowrap;
  border-radius: 6.1875rem;
  cursor: pointer;
  transition: background-color 0.5s ease;

  &:hover {
    p {
      border-color: rgba(209, 166, 23, 1);
    } /* .tertiary-button:hover p */
  } /* .tertiary-button:hover */

  p {
    border-bottom: 1px solid;
    border-color: transparent;
    transition: border-color 0.5s ease;
  } /* .tertiary-button p */
} /* .tertiary-button */

.section-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .section-title-wrapper {
    .section-subtitle {
      position: relative;
      margin-left: 4rem;
      letter-spacing: 0.4rem;
      text-transform: uppercase;

      &::before {
        background-color: rgba(209, 166, 23, 1);
        content: "";
        position: absolute;
        top: 50%;
        left: -4rem;
        height: 2px;
        width: 3rem;
        translate: 0 -50%;
      } /* .section-subtitle::before */
    } /* .section-subtitle */

    .section-title {
      margin-top: 1.5rem;
    } /* .section-title */

    .section-description {
      margin-top: 1.875rem;
    } /* .section-description */

    ul {
      li {
        margin-left: 20px;
        color: rgba(255, 255, 255, 0.48);
      } /* .section-title-container ul li */
    } /* .section-title-container ul */
  } /* .section-title-wrapper */
} /* .section-title-container */

/* tablet breakpoint */
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  } /* html */

  body {
  } /* body */

  main {
  } /* main */

  .h1-60-800 {
  } /* .h1-60-800 */

  .h2-58-800 {
  } /* .h2-58-800 */

  .h3-48-800 {
  } /* .h3-48-800 */

  .h4-26-800 {
  } /* .h4-26-800 */

  .h4-24-700 {
  } /* .h4-24-700 */

  .h5-22-800 {
  } /* .h5-22-800 */

  .h5-22-700 {
  } /* .h5-22-700 */

  .h5-22-500 {
  } /* .h5-22-500 */

  .h5-20-800 {
  } /* .h5-20-800 */

  .h5-20-700 {
  } /* .h5-20-700 */

  .h5-20-500 {
  } /* .h5-20-500 */

  .h5-20-400 {
  } /* .h5-20-400 */

  .p-18-700 {
  } /* .p-18-700 */

  .p-18-600 {
  } /* .p-18-600 */

  .p-18-500 {
  } /* .p-18-500 */

  .p-16-800 {
  } /* .p-16-800 */

  .p-16-700 {
  } /* .p-16-700 */

  .p-16-600 {
  } /* .p-16-600 */

  .p-16-500 {
  } /* .p-16-500 */

  .p-14-800 {
  } /* .p-14-800 */

  .p-14-700 {
  } /* .p-14-700 */

  .p-14-600 {
  } /* .p-14-600 */

  .p-12-600 {
  } /* .p-12-600 */

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  } /* .wrapper */

  .white-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .white-background */

  .gray-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .gray-background */

  .blue-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .blue-background */

  .primary-button {
    &:hover {
    } /* .primary-button:hover */
  } /* .primary-button */

  .secondary-button {
    &:hover {
    } /* .secondary-button:hover */
  } /* .secondary-button */

  .tertiary-button {
    &:hover {
      p {
      } /* .tertiary-button:hover p */
    } /* .tertiary-button:hover */

    p {
    } /* .tertiary-button p */
  } /* .tertiary-button */

  .section-title-container {
    .section-title-wrapper {
      .section-subtitle {
        &::before {
        } /* .section-subtitle::before */
      } /* .section-subtitle */

      .section-title {
      } /* .section-title */

      .section-description {
      } /* .section-description */
    } /* .section-title-wrapper */
  } /* .section-title-container */
}

/* mobile breakpoint */
@media (max-width: 640px) {
  html {
    font-size: 10px;
  } /* html */

  body {
  } /* body */

  main {
  } /* main */

  .h1-60-800 {
  } /* .h1-60-800 */

  .h2-58-800 {
  } /* .h2-58-800 */

  .h3-48-800 {
  } /* .h3-48-800 */

  .h4-26-800 {
  } /* .h4-26-800 */

  .h4-24-700 {
  } /* .h4-24-700 */

  .h5-22-800 {
  } /* .h5-22-800 */

  .h5-22-700 {
  } /* .h5-22-700 */

  .h5-22-500 {
  } /* .h5-22-500 */

  .h5-20-800 {
  } /* .h5-20-800 */

  .h5-20-700 {
  } /* .h5-20-700 */

  .h5-20-500 {
  } /* .h5-20-500 */

  .h5-20-400 {
  } /* .h5-20-400 */

  .p-18-700 {
  } /* .p-18-700 */

  .p-18-600 {
  } /* .p-18-600 */

  .p-18-500 {
  } /* .p-18-500 */

  .p-16-800 {
    font-size: 1.4rem;
  } /* .p-16-800 */

  .p-16-700 {
    font-size: 1.4rem;
  } /* .p-16-700 */

  .p-16-600 {
    font-size: 1.4rem;
  } /* .p-16-600 */

  .p-16-500 {
    font-size: 1.4rem;
  } /* .p-16-500 */

  .p-14-800 {
    font-size: 1.2rem;
  } /* .p-14-800 */

  .p-14-700 {
    font-size: 1.2rem;
  } /* .p-14-700 */

  .p-14-600 {
    font-size: 1.2rem;
  } /* .p-14-600 */

  .p-12-600 {
  } /* .p-12-600 */

  .wrapper {
  } /* .wrapper */

  .white-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .white-background */

  .gray-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .gray-background */

  .blue-background {
    .section-subtitle {
    } /* .section-subtitle */

    .section-description {
    } /* .section-description */
  } /* .blue-background */

  .primary-button {
    &:hover {
    } /* .primary-button:hover */
  } /* .primary-button */

  .secondary-button {
    &:hover {
    } /* .secondary-button:hover */
  } /* .secondary-button */

  .tertiary-button {
    &:hover {
      p {
      } /* .tertiary-button:hover p */
    } /* .tertiary-button:hover */

    p {
    } /* .tertiary-button p */
  } /* .tertiary-button */

  .section-title-container {
    .section-title-wrapper {
      .section-subtitle {
        &::before {
        } /* .section-subtitle::before */
      } /* .section-subtitle */

      .section-title {
      } /* .section-title */

      .section-description {
      } /* .section-description */
    } /* .section-title-wrapper */
  } /* .section-title-container */
}
