@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --white: #ffff;
  --black: #0000;
  --light-navy: #123267;
  --grey-blue: #1F2A46;
  --navy: #1D2939;
  --medium-navy: #202939;
  --very-dark-navy: #101828;
  --darkest-navy: #121926;
  --lightest-grey: #F2F5F5;
  --very-light-grey: #EEF2F6;
  --lighter-grey: #EAECF0;
  --light-grey: #A0A0A0;
  --grey: #667085;
  --dark-grey: #4B5565;
  --light-aquamarine: #22CCEE;
  --vibrant-aquamarine: #55BCB3;
  --aquamarine: #06AED4;
  --red: #D92D20;
  --yellow: #FDCB00;
  --orange: #FF7128;
  --font-primary: "Inter", sans-serif;
  --font-size: 55%; /* Reduced the base font-size from 62.5% to 55% */
}
:root #widget034gf165 {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  outline: none;
}

html,
body {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}

html {
  font-size: var(--font-size);
  font-family: var(--font-primary);
}

body h1 {
  font-size: 6.5rem; /* Reduced the font sizes */
  font-weight: 400;
}
@media (max-width: 1400px) {
  body h1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 1200px) {
  body h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 992px) {
  body h1 {
    font-size: 4.6rem;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  body h1 {
    font-size: 3.4rem;
  }
}
body h2 {
  font-size: 4.5rem; /* Reduced the font sizes */
  font-weight: 600;
}
@media (max-width: 1400px) {
  body h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1200px) {
  body h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 992px) {
  body h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  body h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  body h2 {
    font-size: 2.8rem;
  }
}
body h3 {
  font-size: 3rem; /* Reduced the font sizes */
  font-weight: 400;
}
@media (max-width: 1400px) {
  body h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1200px) {
  body h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 992px) {
  body h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  body h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  body h3 {
    font-size: 1.6rem;
  }
}
body h4 {
  font-size: 2.2rem; /* Reduced the font sizes */
  font-weight: 400;
}
@media (max-width: 1400px) {
  body h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  body h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  body h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  body h4 {
    font-size: 1.2rem;
  }
}
body .text_small {
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  body .text_small {
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  body .text_small {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  body .text_small {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  body .text_small {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  body .text_small {
    font-size: 1rem;
  }
}
body .text_medium {
  font-size: 1.8rem;
}
@media (max-width: 1400px) {
  body .text_medium {
    font-size: 1.7rem;
  }
}
@media (max-width: 1200px) {
  body .text_medium {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  body .text_medium {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .text_medium {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  body .text_medium {
    font-size: 1.3rem;
  }
}
body .text_large {
  font-size: 2.2rem;
}
@media (max-width: 1400px) {
  body .text_large {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  body .text_large {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  body .text_large {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body .text_large {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  body .text_large {
    font-size: 1.3rem;
  }
}
body main {
  margin: 0;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
}
body .button {
  border-radius: 5rem;
  padding: 1.4rem 2rem; /* Reduced the padding */
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
body .button p {
  font-size: 1.8rem; /* Reduced the font size */
  font-weight: 700;
}
@media (max-width: 1400px) {
  body .button {
    padding: 1rem 1.6rem;
  }
  body .button p {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media (max-width: 1200px) {
  body .button {
    padding: 0.8rem 1.2rem;
  }
  body .button p {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
body .icon {
  height: 2.4rem;
}
@media (max-width: 1400px) {
  body .icon {
    height: 1.6rem;
  }
}
@media (max-width: 1200px) {
  body .icon {
    height: 1.3rem;
  }
}
body iframe {
  border-radius: 2.4rem;
}
body .sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}
body .break-lines {
  display: flex;
  flex-direction: column;
}
body .break-lines span {
  color: var(--grey);
}
body .checkbox {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  margin-right: 8rem;
  align-self: flex-end;
}
body .checkbox label {
  font-size: 2rem;
}
@media (max-width: 1400px) {
  body .checkbox label {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  body .checkbox label {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  body .checkbox label {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .checkbox label {
    font-size: 1.4rem;
  }
}
body .checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid black;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 1400px) {
  body .checkbox input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 1200px) {
  body .checkbox input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 992px) {
  body .checkbox input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .checkbox input[type=checkbox] {
    width: 1.4rem;
    height: 1.4rem;
  }
}
body .checkbox input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
}
body .checkbox input[type=checkbox]:checked::before {
  transform: scale(1.2);
}
@media (max-width: 1400px) {
  body .checkbox {
    transform: scale(1.1);
  }
}
@media (max-width: 1200px) {
  body .checkbox {
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  body .checkbox {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  body .checkbox {
    transform: scale(0.8);
  }
}
@media (max-width: 576px) {
  body .checkbox {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  margin: 0 5rem;
  padding-top: 3.6rem;
}
header .logo {
  height: 5rem;
}
header nav, header figure, header ul {
  display: flex;
  align-items: center;
}
header figure figcaption {
  color: --very-dark-navy;
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1.5rem;
  margin-right: 30rem;
}
header ul {
  display: flex;
  gap: 2.5rem;
  margin-right: 6.4rem;
}
header ul li {
  transition: all 0.3s ease;
}
header ul li:hover {
  transform: scale(1.1);
}
header .button_icon {
  border: 0.06rem solid var(--aquamarine);
  transition: all 0.3s ease;
}
header .button_icon path {
  stroke: var(--aquamarine);
}
header .button_icon p {
  margin-left: 0.8rem;
  color: var(--aquamarine);
}
header .button_icon:hover {
  background-color: var(--aquamarine);
}
header .button_icon:hover p {
  color: var(--white);
}
header .button_icon:hover path {
  stroke: var(--white);
}
@media (max-width: 992px) {
  header {
    align-items: flex-start;
  }
  header nav {
    display: flex;
    flex-direction: column;
  }
  header nav ul {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  header .logo {
    margin-left: 8rem;
    height: 3rem;
    margin-top: 0.7rem;
  }
}
@media (max-width: 576px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-bottom: 10rem;
  }
  header nav {
    display: flex;
    flex-direction: column;
  }
  header nav ul {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

#hero {
  padding-top: 8.3rem;
  display: flex;
  flex-direction: column;
  margin: 0 13.5rem;
}
#hero .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 4.8rem;
}
#hero .wrapper h3 {
  color: var(--dark-grey);
  align-self: flex-start;
}
#hero .wrapper .button {
  background-color: var(--aquamarine);
  border: 0.06rem solid var(--white);
  align-self: flex-end;
  transition: all 0.3s ease;
}
#hero .wrapper .button p {
  color: var(--white);
  margin-right: 0.8rem;
}
#hero .wrapper .button:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
}
#hero .wrapper .button:hover p {
  color: var(--aquamarine);
}
#hero .wrapper .button:hover path {
  stroke: var(--aquamarine);
}
#hero #hero_image {
  margin-top: 5.3rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 1200px) {
  #hero {
    margin: 0 5rem;
  }
  #hero h1 {
    white-space: break-spaces;
  }
}
@media (max-width: 992px) {
  #hero {
    text-align: center;
    margin: 0 2rem;
  }
  #hero .wrapper {
    flex-direction: column;
    align-items: center;
  }
  #hero .wrapper .button {
    margin-top: 3rem;
    align-self: center;
  }
}

#nav_desktop nav {
  height: 14.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  background-color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100vw;
}
#nav_desktop nav .button {
  border: 0.06rem solid var(--aquamarine);
  transition: all 0.3s ease;
}
#nav_desktop nav .button p {
  margin-left: 0.8rem;
  color: var(--very-dark-navy);
}
#nav_desktop nav .button:hover {
  background-color: var(--very-light-grey);
  border: 0.06rem solid var(--very-light-grey);
}
@media (max-width: 992px) {
  #nav_desktop nav {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  #nav_desktop nav {
    display: none;
  }
}

#nav_mobile nav {
  display: none;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  padding-top: 3rem;
  width: 0;
  transition: all 0.3s ease;
}
#nav_mobile nav .hamburger {
  background-color: var(--very-light-grey);
  margin-left: 5rem;
  margin-top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#nav_mobile nav .hamburger i {
  font-size: 2rem;
}
#nav_mobile nav ul {
  display: none;
  height: 100vh;
}
#nav_mobile nav ul li {
  display: none;
}
#nav_mobile nav:hover {
  width: 100%;
}
#nav_mobile nav:hover .hamburger {
  display: none;
}
#nav_mobile nav:hover ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#nav_mobile nav:hover ul li {
  margin: 0 2rem;
  display: block;
}
#nav_mobile nav:hover ul .button {
  border: 0.06rem solid var(--aquamarine);
  transition: all 0.3s ease;
}
#nav_mobile nav:hover ul .button p {
  margin-left: 0.8rem;
  color: var(--very-dark-navy);
}
#nav_mobile nav:hover ul .button:hover {
  background-color: var(--very-light-grey);
  border: 0.06rem solid var(--very-light-grey);
}
@media (max-width: 768px) {
  #nav_mobile nav {
    display: flex;
  }
}

#section_1 {
  background-color: var(--very-light-grey);
  border-radius: 4.8rem;
  padding: 8rem 8rem 8rem 8rem;
  display: flex;
  flex-direction: column;
  margin: 8rem 13.5rem 0 13.5rem;
}
#section_1 .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2.9rem;
}
#section_1 .wrapper_title {
  display: flex;
  flex-direction: column;
}
#section_1 .wrapper_title h2 {
  color: var(--medium-navy);
}
#section_1 .wrapper .checkbox {
  align-self: flex-start;
}
#section_1 p {
  color: var(--dark-grey);
  margin-right: 18rem;
  margin-bottom: 3rem;
}
#section_1 hr {
  height: 1px;
  background-color: var(--lighter-grey);
  border: none;
  margin-bottom: 6rem;
}
#section_1 .company {
  display: flex;
  gap: 4.6rem;
  align-items: center;
}
#section_1 .company img {
  width: 13.5rem;
  height: 13.5rem;
}
#section_1 .company_info {
  margin-right: 8rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #section_1 {
    margin: 8rem 5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  #section_1 {
    margin: 8rem 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  #section_1 {
    padding: 6rem 4rem;
    text-align: center;
  }
  #section_1 .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  #section_1 .wrapper .checkbox {
    align-self: flex-end;
    margin-bottom: 3rem;
  }
  #section_1 p {
    margin-right: 0;
  }
  #section_1 .company {
    flex-direction: column;
  }
  #section_1 .company p {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  #section_1 {
    padding: 4rem 2rem;
  }
}

#section_2 {
  margin: 6rem 13.5rem 0 13.5rem;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 14rem;
}
#section_2 .title {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
#section_2 .title path {
  stroke: var(--red);
}
#section_2 .checkbox {
  margin-right: 16rem;
  margin-bottom: 3rem;
}
#section_2 .break-lines {
  margin-bottom: 6.4rem;
}
#section_2 p {
  color: var(--dark-grey);
}
#section_2 p span {
  font-weight: 600;
}
#section_2 .alerts_img {
  margin-top: 9.1rem;
  margin-bottom: 12.8rem;
  width: 100%;
}
#section_2 .alerts_info {
  display: flex;
  gap: 8rem;
}
#section_2 .alerts_info__em {
  font-weight: 600;
  flex: 1;
}
#section_2 .alerts_info__p1 {
  margin-bottom: 3rem;
}
#section_2 .alerts_info__p2 {
  margin-bottom: 8.8rem;
}
#section_2 .alerts_wrapper {
  flex: 1;
}
#section_2 .button {
  background-color: var(--red);
  border: 0.06rem solid var(--red);
  align-self: flex-end;
  justify-self: flex-start;
  width: fit-content;
  transition: all 0.3s ease;
}
#section_2 .button p {
  color: var(--white);
  margin-left: 0.8rem;
}
#section_2 .button path {
  stroke: var(--white);
}
#section_2 .button:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--red);
}
#section_2 .button:hover p {
  color: var(--red);
}
#section_2 .button:hover path {
  stroke: var(--red);
}
@media (max-width: 1200px) {
  #section_2 {
    margin: 6rem 5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  #section_2 {
    margin: 6rem 2rem 0 2rem;
  }
  #section_2 .alerts_info {
    flex-direction: column;
    align-items: center;
  }
  #section_2 .alerts_wrapper {
    display: flex;
    flex-direction: column;
  }
  #section_2 .alerts_wrapper .button {
    align-self: center;
  }
}
@media (max-width: 768px) {
  #section_2 {
    align-items: center;
  }
}
@media (max-width: 576px) {
  #section_2 .alerts_info {
    gap: 2rem;
  }
  #section_2 .alerts_info__p1, #section_2 .alerts_info__p2 {
    margin-bottom: 2rem;
  }
  #section_2 .alerts_img {
    margin: 4rem 0;
  }
}

#section_3 {
  margin: 12.8rem 5rem 0 5rem;
  background-image: url("/images/dramatic-sky-sea-storm-with-thunderstorm-lightning-strike-marine-theme-beautiful-nature-landscape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding-top: 4.1rem;
  display: flex;
  flex-direction: column;
  border-radius: 4.8rem;
}
#section_3 .checkbox {
  margin-right: 16rem;
  margin-bottom: 5.7rem;
}
#section_3 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_3 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_3 .wrapper {
  padding: 0rem 8.6rem 8.6rem 8.6rem;
}
#section_3 .wrapper .title {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding-bottom: 9.6rem;
}
#section_3 .wrapper .title h2 {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  flex: 0 0 auto;
}
#section_3 .wrapper ul {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
#section_3 .wrapper ul li {
  background: rgba(1, 1, 1, 0.27);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2.4rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#section_3 .wrapper ul li p {
  margin-bottom: 1.6rem;
}
#section_3 .wrapper ul li h4 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}
#section_3 .wrapper ul li h4.level_1 {
  color: var(--yellow);
}
#section_3 .wrapper ul li h4.level_1::before {
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
#section_3 .wrapper ul li h4.level_2 {
  color: var(--orange);
}
#section_3 .wrapper ul li h4.level_2::before {
  content: "";
  background: var(--orange);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
#section_3 .wrapper ul li h4.level_3 {
  color: var(--red);
}
#section_3 .wrapper ul li h4.level_3::before {
  content: "";
  background: var(--red);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
@media (max-width: 1200px) {
  #section_3 .wrapper ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #section_3 {
    margin: 12.8rem 2rem 0 2rem;
  }
  #section_3 .title {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  #section_3 {
    margin-top: 6rem;
  }
  #section_3 .checkbox {
    margin-bottom: 0;
  }
  #section_3 .wrapper {
    padding: 4rem 2rem;
  }
}

#section_4 {
  display: flex;
  flex-direction: column;
  margin: 6rem 13.5rem 12.8rem 13.5rem;
}
#section_4 .title {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
#section_4 .title path {
  stroke: var(--red);
}
#section_4 .checkbox {
  margin-right: 16rem;
  margin-bottom: 3rem;
}
#section_4 .break-lines {
  margin-bottom: 6.4rem;
}
#section_4 p {
  color: var(--dark-grey);
}
#section_4 p span {
  font-weight: 600;
}
#section_4 .alerts_img {
  margin-top: 9.1rem;
  margin-bottom: 12.8rem;
  width: 100%;
}
#section_4 .button {
  background-color: var(--red);
  border: 0.06rem solid var(--red);
  align-self: center;
  max-width: 70%;
  transition: all 0.3s ease;
}
#section_4 .button p {
  color: var(--white);
  margin-left: 0.8rem;
}
#section_4 .button path {
  stroke: var(--white);
}
#section_4 .button:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--red);
}
#section_4 .button:hover p {
  color: var(--red);
}
#section_4 .button:hover path {
  stroke: var(--red);
}
@media (max-width: 1200px) {
  #section_4 {
    margin: 6rem 5rem 0 5rem;
  }
}
@media (max-width: 992px) {
  #section_4 {
    margin: 6rem 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  #section_4 {
    align-items: center;
  }
  #section_4 .alerts_info {
    flex-direction: column;
    align-items: center;
  }
  #section_4 .alerts_wrapper {
    display: flex;
    flex-direction: column;
  }
  #section_4 .alerts_wrapper .button {
    align-self: center;
  }
}
@media (max-width: 576px) {
  #section_4 .alerts_img {
    margin: 4rem 0;
  }
}

#section_5 {
  margin: 12.8rem 5rem 0 5rem;
  background-image: url("/images/dry_landscape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding-top: 4.1rem;
  display: flex;
  flex-direction: column;
  border-radius: 4.8rem;
}
#section_5 .checkbox {
  margin-right: 16rem;
  margin-bottom: 5.7rem;
}
#section_5 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_5 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_5 .wrapper {
  padding: 0 8.6rem 8.6rem 8.6rem;
}
#section_5 .wrapper p:first-of-type {
  margin-bottom: 2rem;
}
#section_5 .wrapper .title {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding-bottom: 9.6rem;
}
#section_5 .wrapper .title h2 {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  flex: 0 0 auto;
}
#section_5 .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-between;
}
#section_5 .wrapper ul li {
  background: rgba(1, 1, 1, 0.27);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2.4rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#section_5 .wrapper ul li div p {
  margin-bottom: 1.6rem;
}
#section_5 .wrapper ul li h4 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
#section_5 .wrapper ul li h4.level_1 {
  color: var(--yellow);
}
#section_5 .wrapper ul li h4.level_1::before {
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
#section_5 .wrapper ul li h4.level_2 {
  color: var(--orange);
}
#section_5 .wrapper ul li h4.level_2::before {
  content: "";
  background: var(--orange);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
#section_5 .wrapper ul li h4.level_3 {
  color: var(--red);
}
#section_5 .wrapper ul li h4.level_3::before {
  content: "";
  background: var(--red);
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
}
#section_5 .wrapper ul li h4.level_4 {
  color: var(--light-grey);
}
@media (max-width: 992px) {
  #section_5 {
    margin: 12.8rem 2rem 0 2rem;
  }
  #section_5 .title {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #section_5 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_5 {
    margin-top: 6rem;
  }
  #section_5 .checkbox {
    margin-bottom: 0;
  }
  #section_5 .wrapper {
    padding: 4rem 2rem;
  }
}

#section_6 {
  display: flex;
  flex-direction: column;
  margin: 6rem 13.5rem 12.8rem 13.5rem;
  scroll-margin-top: 14rem;
}
#section_6 .title {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
#section_6 .title path {
  stroke: var(--yellow);
}
#section_6 .title h3 {
  color: var(--medium-navy);
}
#section_6 h4 {
  color: var(--medium-navy);
  font-weight: 500;
}
#section_6 h3 {
  color: var(--medium-navy);
  font-weight: 500;
  align-self: center;
  text-align: center;
  max-width: 92rem;
  margin-bottom: 3rem;
}
#section_6 p.emphasized {
  color: var(--red);
  background-color: rgba(217, 45, 32, 0.08);
  border-radius: 1rem;
  padding: 1.6rem;
  margin: 3rem 0;
}
#section_6 .no-icon {
  background-color: var(--aquamarine);
  border: 0.06rem solid var(--white);
  align-self: flex-start;
  margin-bottom: 7rem;
  transition: all 0.3s ease;
}
#section_6 .no-icon p {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
}
#section_6 .no-icon:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
}
#section_6 .no-icon:hover p {
  color: var(--aquamarine);
}
#section_6 .with-icon {
  border: 0.06rem solid var(--aquamarine);
  align-self: center;
  transition: all 0.3s ease;
}
#section_6 .with-icon p {
  font-size: 2rem;
  margin-left: 0.8rem;
  color: var(--very-dark-navy);
}
#section_6 .with-icon:hover {
  background-color: var(--very-light-grey);
  border: 0.06rem solid var(--very-light-grey);
}
#section_6 .video {
  align-self: center;
  margin-bottom: 10.2rem;
}
#section_6 .video iframe {
  max-width: 1090px;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  #section_6 .video iframe {
    max-width: 90rem;
  }
}
@media (max-width: 992px) {
  #section_6 .video iframe {
    max-width: 70rem;
  }
}
@media (max-width: 768px) {
  #section_6 {
    padding: 6rem 4rem;
  }
  #section_6 .video iframe {
    max-width: 50rem;
  }
}
@media (max-width: 576px) {
  #section_6 {
    padding: 4rem 2rem;
    margin: 0;
  }
  #section_6 .video iframe {
    max-width: 30rem;
  }
}

#section_7 {
  background-color: var(--very-light-grey);
  display: flex;
  flex-direction: column;
  padding: 6rem 13.5rem 0 13.5rem;
  scroll-margin-top: 14rem;
}
#section_7 .checkbox {
  margin-bottom: 3rem;
}
#section_7 .title {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
#section_7 .title path {
  stroke: var(--aquamarine);
}
#section_7 .title h3 {
  color: var(--medium-navy);
}
#section_7 h4 {
  color: var(--medium-navy);
  font-weight: 500;
}
#section_7 p.text_medium {
  color: var(--grey);
  font-weight: 400;
  align-self: center;
}
#section_7 p.text_medium:last-of-type {
  margin-bottom: 8rem;
}
#section_7 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4.8rem;
  margin: 8rem 0;
}
#section_7 ul li {
  flex: 1;
}
#section_7 ul li img {
  width: 100%;
}
#section_7 .button {
  background-color: var(--aquamarine);
  border: 0.06rem solid var(--white);
  align-self: center;
  margin-bottom: 7rem;
  transition: all 0.3s ease;
}
#section_7 .button p {
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
}
#section_7 .button:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
}
#section_7 .button:hover p {
  color: var(--aquamarine);
}
#section_7 .video {
  align-self: center;
  margin-bottom: 10.2rem;
}
#section_7 .video iframe {
  max-width: 1090px;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  #section_7 ul {
    grid-template-columns: repeat(4, minmax(172px, 1fr));
    gap: 3rem;
  }
  #section_7 .video iframe {
    max-width: 90rem;
  }
}
@media (max-width: 992px) {
  #section_7 .video iframe {
    max-width: 70rem;
  }
  #section_7 ul {
    grid-template-columns: repeat(4, minmax(102px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  #section_7 {
    padding: 6rem 4rem;
  }
  #section_7 .video iframe {
    max-width: 50rem;
  }
}
@media (max-width: 576px) {
  #section_7 {
    padding: 4rem 2rem;
  }
  #section_7 .video iframe {
    max-width: 30rem;
  }
  #section_7 ul {
    grid-template-columns: repeat(2, minmax(102px, 1fr));
    gap: 2rem;
  }
}

#section_8 {
  margin-top: 6.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section_8 .checkbox {
  margin-bottom: 3.5rem;
  padding-right: 13.5rem;
}
#section_8 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12.8rem;
  padding: 0 13.5rem;
}
#section_8 .title h2 {
  margin-bottom: 3.3rem;
  color: var(--navy);
}
#section_8 .title p {
  color: var(--medium-navy);
  text-align: center;
  max-width: 114rem;
}
#section_8 .comics {
  background-image: url("/images/weatherman.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 13.5rem 20rem 5.2rem 23rem;
  display: flex;
  gap: 10rem;
  align-items: flex-end;
}
#section_8 .comics p {
  color: var(--white);
}
#section_8 .comics_desc {
  background: rgba(1, 1, 1, 0.27);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2.4rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 35%;
  margin-bottom: 4rem;
}
#section_8 .comics_desc .cover {
  height: 59%;
  width: 82%;
}
#section_8 .comics_desc .button {
  background-color: var(--white);
  transition: all 0.3s ease;
}
#section_8 .comics_desc .button p {
  color: var(--very-dark-navy);
  padding-left: 0.8rem;
  white-space: nowrap;
}
#section_8 .comics_desc .button path {
  stroke: var(--very-dark-navy);
}
#section_8 .comics_desc .button:hover {
  background-color: var(--very-light-grey);
}
#section_8 .comics_desc .text_medium a {
  color: var(--aquamarine);
}
#section_8 .comics_play {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
#section_8 .comics_play a {
  margin-left: 13rem;
}
@media (max-width: 1400px) {
  #section_8 .comics {
    background-position: right;
    padding: 10rem 15rem;
  }
  #section_8 .comics_desc {
    max-width: fit-content;
  }
  #section_8 .comics_play a {
    margin-left: 0;
  }
  #section_8 .comics_play {
    gap: 3rem;
  }
}
@media (max-width: 1200px) {
  #section_8 .comics {
    background-position: right;
    padding: 8rem 13rem;
  }
}
@media (max-width: 992px) {
  #section_8 .comics {
    background-position: right;
    padding: 6rem 10rem;
  }
}
@media (max-width: 768px) {
  #section_8 {
    padding: 6rem 0;
  }
  #section_8 .comics {
    flex-direction: column;
  }
  #section_8 .text_medium {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #section_8 {
    padding: 4rem 0;
    margin-top: 0;
  }
  #section_8 .title {
    padding: 0 4rem;
    margin-bottom: 3rem;
  }
}

#section_9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 6.3rem 13.5rem 0 13.5rem;
}
#section_9 .checkbox {
  margin-bottom: 3.5rem;
  margin-right: 16rem;
}
#section_9 h1 {
  color: var(--navy);
  margin-bottom: 8rem;
}
#section_9 h1 span {
  color: var(--grey);
}
#section_9 .text_flex {
  display: flex;
  gap: 8rem;
}
#section_9 .text_flex p {
  margin-bottom: 3rem;
  color: var(--dark-grey);
  font-weight: 400;
}
#section_9 .text_flex p.emphasized {
  font-weight: 600;
}
#section_9 .text_flex.flex_1, #section_9 .text_flex.flex_2 {
  flex: 1;
}
#section_9 .workshops {
  background-color: var(--very-light-grey);
  border-radius: 4.8rem;
  padding-top: 8.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_9 .workshops .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
  width: 90%;
  text-align: center;
}
#section_9 .workshops .title h5 {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 3.8rem;
}
#section_9 .workshops .title p {
  text-align: center;
}
#section_9 .workshops ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-items: center;
  margin-bottom: 8rem;
}
#section_9 .workshops ul .button {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
  width: fit-content;
  transition: all 0.3s ease;
}
#section_9 .workshops ul .button p {
  color: var(--very-dark-navy);
}
#section_9 .workshops ul .button:hover p {
  color: var(--aquamarine);
}
#section_9 .workshops .education {
  background-color: var(--aquamarine);
  border-radius: 4.8rem;
  width: 89%;
  height: 20rem;
  margin-bottom: 6.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9rem;
}
#section_9 .workshops .education p {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
}
#section_9 .workshops .education .button {
  background-color: var(--white);
  transition: all 0.3s ease;
}
#section_9 .workshops .education .button p {
  color: var(--aquamarine);
  font-size: 2rem;
  padding: 0 3.2rem;
}
#section_9 .workshops .education .button:hover {
  transform: scale(1.05);
}
#section_9 .workshops .education_info {
  display: flex;
  flex-direction: column;
  margin-left: 16rem;
}
#section_9 .workshops .education_graphics {
  position: relative;
  width: 20rem;
  height: 20rem;
}
#section_9 .workshops .education_graphics__1, #section_9 .workshops .education_graphics__2 {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#section_9 .workshops .education_graphics__1 {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 2;
}
#section_9 .workshops .education_graphics__2 {
  top: 26%;
  left: 115%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 1;
}
@media (max-width: 992px) {
  #section_9 .workshops .education {
    flex-direction: column;
    height: auto;
    padding: 2rem 4rem;
    text-align: center;
  }
  #section_9 .workshops .education p {
    font-size: 2.2rem;
  }
  #section_9 .workshops .education .button {
    margin-top: 2rem;
  }
  #section_9 .workshops .education .button p {
    font-size: 1.8rem;
  }
  #section_9 .workshops .education_info {
    margin-left: 0;
    margin-top: 5rem;
  }
  #section_9 .workshops .education_graphics {
    margin-top: 5rem;
    width: 11rem;
    height: 11rem;
  }
}
@media (max-width: 768px) {
  #section_9 .workshops .education p {
    font-size: 1.8rem;
  }
  #section_9 .workshops .education .button {
    margin-top: 1.5rem;
  }
  #section_9 .workshops .education .button p {
    font-size: 1.6rem;
  }
  #section_9 .workshops .education_graphics {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 576px) {
  #section_9 .workshops .education {
    padding: 1rem 2rem;
  }
  #section_9 .workshops .education p {
    font-size: 1.6rem;
  }
  #section_9 .workshops .education .button {
    margin-top: 1rem;
  }
  #section_9 .workshops .education .button p {
    font-size: 1.4rem;
  }
  #section_9 .workshops .education_graphics {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 1200px) {
  #section_9 {
    margin: 6.3rem 5rem 0 5rem;
  }
  #section_9 .workshops ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #section_9 .text_flex {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #section_9 {
    margin: 6rem 2rem 0 2rem;
    margin: 6.3rem 2rem 0 2rem;
  }
  #section_9 .workshops ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #section_9 {
    padding: 6rem 4rem;
  }
  #section_9 .workshops {
    padding: 3rem;
  }
}
@media (max-width: 576px) {
  #section_9 {
    padding: 4rem 2rem;
    margin: 0;
  }
  #section_9 .workshops ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

#section_10 {
  display: flex;
  flex-direction: column;
  background-color: var(--darkest-navy);
  color: var(--white);
  margin-top: 12.8rem;
  padding: 0 13.5rem;
  scroll-margin-top: 14rem;
}
#section_10 .checkbox {
  margin-bottom: 4.9rem;
  margin-top: 5.4rem;
}
#section_10 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_10 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_10 h1 {
  margin-bottom: 8rem;
}
#section_10 .text_flex {
  color: var(--lighter-grey);
  display: flex;
  gap: 9.2rem;
  margin-bottom: 13.7rem;
}
#section_10 .text_flex p {
  margin-bottom: 3.2rem;
}
#section_10 .text_flex .flex_1, #section_10 .text_flex .flex_2 {
  flex: 1;
}
#section_10 .text_flex .flex_1 {
  font-weight: 600;
}
#section_10 ul {
  display: flex;
  gap: 4rem;
  margin-bottom: 7.2rem;
}
#section_10 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.2rem;
}
#section_10 ul li:last-of-type {
  gap: 6rem;
}
#section_10 ul li img {
  width: 100%;
}
#section_10 ul .button {
  background-color: var(--lighter-grey);
  width: fit-content;
  transition: all 0.3s ease;
}
#section_10 ul .button p {
  color: var(--very-dark-navy);
}
#section_10 ul .button:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  #section_10 ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(157px, 1fr));
    column-gap: 2rem;
    row-gap: 7rem;
  }
}
@media (max-width: 992px) {
  #section_10 .text_flex {
    flex-direction: column;
  }
  #section_10 ul {
    grid-template-columns: repeat(2, minmax(157px, 1fr));
  }
}
@media (max-width: 768px) {
  #section_10 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_10 {
    padding: 4rem 2rem;
    margin-top: 0;
  }
  #section_10 .checkbox {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  #section_10 .text_flex {
    margin-bottom: 3rem;
  }
}

#section_11 {
  margin-top: 3.9rem;
  padding: 0 13.5rem;
  margin-bottom: 8rem;
  scroll-margin-top: 14rem;
}
#section_11 .checkbox {
  margin-bottom: 3.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#section_11 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7rem;
  margin-bottom: 12.8rem;
}
#section_11 .title .text, #section_11 .title .image {
  flex: 1;
}
#section_11 .title .image {
  max-width: 43%;
}
#section_11 .title h1 {
  margin-bottom: 8rem;
  color: var(--navy);
  white-space: nowrap;
}
#section_11 .title h1 span {
  color: var(--grey);
}
#section_11 .title p {
  color: var(--dark-grey);
  margin-bottom: 3rem;
}
#section_11 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  max-width: 100%;
  align-self: center;
  justify-items: center;
}
#section_11 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 37rem;
  margin-bottom: 5rem;
}
#section_11 ul li img {
  max-width: 100%;
  height: auto;
}
#section_11 ul li p {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
#section_11 ul li .button {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
  width: fit-content;
  justify-content: flex-start;
  transition: all 0.3s ease;
}
#section_11 ul li .button p {
  color: var(--very-dark-navy);
  font-weight: 700;
}
#section_11 ul li .button:hover {
  background-color: var(--very-light-grey);
  border: 0.06rem solid var(--very-light-grey);
}
#section_11 ul li .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  width: 80%;
  height: 13rem;
  justify-content: space-between;
}
#section_11 ul li .wrapper .text_small {
  margin-bottom: 1rem;
}
@media (max-width: 1400px) {
  #section_11 ul {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  }
  #section_11 ul li {
    max-width: 26rem;
  }
}
@media (max-width: 1200px) {
  #section_11 ul {
    grid-template-columns: repeat(3, minmax(175px, 1fr));
    justify-content: center;
  }
}
@media (max-width: 992px) {
  #section_11 .title {
    flex-direction: column;
  }
  #section_11 ul {
    grid-template-columns: repeat(3, minmax(175px, 1fr));
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #section_11 {
    padding: 6rem 4rem;
  }
  #section_11 ul {
    grid-template-columns: repeat(2, minmax(175px, 1fr));
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #section_11 {
    padding: 4rem 2rem;
    margin-top: 0;
  }
}

#section_12 {
  display: flex;
  padding: 4rem 13.5rem;
  background-color: var(--very-light-grey);
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
#section_12 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}
#section_12 .wrapper h2 {
  font-weight: 400;
}
#section_12 .wrapper ul {
  display: flex;
  gap: 2.3rem;
}
#section_12 .wrapper ul li {
  flex: 1;
  transition: all 0.3s ease;
}
#section_12 .wrapper ul li:hover {
  transform: scale(1.05);
}
#section_12 .phones {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 120rem;
}
#section_12 .phones li {
  flex: 1;
}
#section_12 .phones li img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 992px) {
  #section_12 .phones {
    gap: 0.8rem;
  }
  #section_12 .phones li img {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  #section_12 .phones {
    gap: 1.5rem;
  }
  #section_12 .phones li img {
    transform: scale(0.8);
  }
}
@media (max-width: 992px) {
  #section_12 {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #section_12 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_12 {
    padding: 4rem 2rem;
  }
}

#section_13 {
  display: flex;
  flex-direction: column;
  background-color: var(--darkest-navy);
  color: var(--white);
  padding: 4rem 13.5rem 0 13.5rem;
  align-items: center;
}
#section_13 .checkbox {
  margin-bottom: 3.5rem;
}
#section_13 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_13 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_13 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12.8rem;
  max-width: 73%;
}
#section_13 .wrapper h1 {
  margin-bottom: 6rem;
  text-align: center;
}
#section_13 .wrapper .text_1 {
  color: var(--very-light-grey);
  text-align: center;
  margin-bottom: 4.8rem;
}
#section_13 .wrapper .text_2 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 9.6rem;
}
#section_13 .wrapper ul {
  display: flex;
  gap: 8.4rem;
  width: 100%;
  justify-content: space-between;
}
#section_13 .wrapper ul li {
  flex: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
#section_13 .wrapper ul li img {
  width: 100%;
  border-radius: 15%;
}
#section_13 .wrapper ul li:hover {
  transform: scale(1.05);
}
@media (max-width: 1400px) {
  #section_13 .wrapper ul {
    gap: 7.4rem;
  }
}
@media (max-width: 1200px) {
  #section_13 .wrapper ul {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  #section_13 .wrapper ul {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  #section_13 .wrapper ul {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  #section_13 .wrapper ul {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  #section_13 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_13 {
    padding: 4rem 2rem;
  }
}

#section_14 {
  background-color: var(--grey-blue);
  display: flex;
  flex-direction: column;
  color: var(--white);
  padding: 4rem 13.5rem 0 13.5rem;
  align-items: center;
}
#section_14 .checkbox {
  margin-bottom: 3.5rem;
}
#section_14 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_14 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_14 .envelope {
  max-width: 18.4rem;
  max-height: 13.8rem;
}
#section_14 .emphasized {
  font-weight: 600;
  color: var(--vibrant-aquamarine);
  margin-bottom: 2.8rem;
  text-align: center;
}
#section_14 .text1, #section_14 .text2 {
  text-align: center;
}
#section_14 .text1 {
  margin-bottom: 2.4rem;
}
#section_14 .text2 {
  margin-bottom: 4.8rem;
}
#section_14 .button {
  background-color: var(--aquamarine);
  margin-bottom: 9.7rem;
  transition: all 0.3s ease;
}
#section_14 .button p {
  color: var(--white);
  font-weight: 700;
}
#section_14 .button:hover {
  background-color: var(--white);
}
#section_14 .button:hover p {
  color: var(--aquamarine);
}
@media (max-width: 768px) {
  #section_14 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_14 {
    padding: 4rem 2rem;
  }
}

#section_15 {
  background-image: url("/images/obserwator.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4.6rem 13.5rem 0 13.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--white);
}
#section_15 .checkbox {
  margin-bottom: 3.5rem;
}
#section_15 .checkbox input[type=checkbox] {
  border: 0.2rem solid white;
}
#section_15 .checkbox input[type=checkbox]::before {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8.5 13L14.5 7M5.8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
#section_15 .main_content {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: 34rem;
}
#section_15 .main_content .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#section_15 .main_content .wrapper .mini_title {
  margin-bottom: 1.6rem;
}
#section_15 .main_content .wrapper h2 {
  font-weight: 400;
  margin-bottom: 1.6rem;
}
#section_15 .main_content .wrapper .main_text {
  margin-bottom: 4.8rem;
}
#section_15 .main_content .buttons {
  display: flex;
  gap: 1.8rem;
}
#section_15 .main_content .buttons .button {
  background-color: var(--very-light-grey);
  margin-bottom: 6.9rem;
  transition: all 0.3s ease;
}
#section_15 .main_content .buttons .button p {
  color: var(--very-dark-navy);
  font-size: 2rem;
  font-weight: 700;
}
#section_15 .main_content .buttons .button:hover {
  transform: scale(1.05);
}
@media (max-width: 1400px) {
  #section_15 .main_content .buttons .button p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  #section_15 .main_content .buttons .button p {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  #section_15 .main_content {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #section_15 {
    padding: 6rem 4rem;
  }
}
@media (max-width: 576px) {
  #section_15 {
    padding: 4rem 2rem;
  }
}

#section_16 {
  display: flex;
  background-color: var(--lightest-grey);
  align-items: center;
  justify-content: center;
  gap: 10rem;
  padding-top: 15.3rem;
  padding-bottom: 10rem;
}
#section_16 img {
  border-radius: 1.5rem;
  width: 18%;
}
#section_16 .wrapper {
  display: flex;
  flex-direction: column;
}
#section_16 .wrapper h2 {
  margin-bottom: 3rem;
}
#section_16 .wrapper p {
  color: var(--grey);
  font-weight: 600;
  margin-bottom: 3rem;
}
#section_16 .wrapper p span {
  color: var(--red);
}
#section_16 .wrapper .button {
  width: fit-content;
  background-color: var(--aquamarine);
  border: 0.06rem solid var(--aquamarine);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}
#section_16 .wrapper .button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#section_16 .wrapper .button:hover {
  background-color: var(--white);
  border: 0.06rem solid var(--aquamarine);
  color: var(--aquamarine);
}
@media (max-width: 1400px) {
  #section_16 .wrapper .button {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  #section_16 .wrapper .button {
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  #section_16 {
    padding: 15.3rem 5rem 10rem 5rem;
  }
}
@media (max-width: 768px) {
  #section_16 {
    flex-direction: column-reverse;
    padding: 6rem 4rem;
  }
  #section_16 .wrapper {
    align-items: center;
    text-align: center;
  }
  #section_16 img {
    width: 30%;
  }
}
@media (max-width: 576px) {
  #section_16 {
    padding: 4rem 2rem;
  }
}

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