/** BASE (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

body, html {
  padding: 0;
  margin: 0;
}

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

* {
  font-family: Montserrat, sans-serif;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
body {
  background-color: #F6F6F6;
  overflow: auto;
  overflow-x: hidden;
}

#main-content {
  padding-left: 250px;
  padding-right: 250px;
}
@media (max-width: 1400px) {
  #main-content {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  #main-content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  #main-content {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  #main-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  #main-content {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  #main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hidden {
  display: none !important;
}

.svg-inline {
  height: 1em;
}

/** LAYOUTS (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
footer {
  width: 100%;
  background-color: #04586D;
}
footer .pre-footer {
  padding-left: 250px;
  padding-right: 250px;
  background-color: #F6F6F6;
  padding-bottom: 50px;
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  footer .pre-footer {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  footer .pre-footer {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  footer .pre-footer {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  footer .pre-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  footer .pre-footer {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  footer .pre-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  footer .pre-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  footer .pre-footer {
    display: grid;
    grid-template-columns: 1fr;
  }
}
footer .pre-footer .pre-footer-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .pre-footer .pre-footer-element .element-picture {
  height: 90px;
}
footer .pre-footer .pre-footer-element .element-picture.picture-dollar-tag {
  max-width: 70px;
}
footer .pre-footer .pre-footer-element .element-picture.picture-insurance {
  max-width: 71px;
}
footer .pre-footer .pre-footer-element .element-picture.picture-hand {
  max-width: 80px;
}
footer .pre-footer .pre-footer-element .element-picture.picture-computer {
  max-width: 115.71px;
}
footer .pre-footer .pre-footer-element .element-label {
  text-transform: uppercase;
  color: #8E8C8C;
  text-align: center;
  letter-spacing: 5px;
  font-size: 14px;
}
footer .footer-content {
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 150px;
  padding-top: 35px;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
}
@media (max-width: 1400px) {
  footer .footer-content {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  footer .footer-content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  footer .footer-content {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  footer .footer-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  footer .footer-content {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  footer .footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  footer .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
footer .footer-content .footer-content-info {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  footer .footer-content .footer-content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
footer .footer-content .footer-content-info .logo {
  margin-bottom: 30px;
  max-width: 200px;
}
footer .footer-content .footer-content-info .address-block {
  display: flex;
  line-height: 25px;
}
@media (max-width: 1200px) {
  footer .footer-content .footer-content-info .address-block {
    justify-content: center;
    align-items: center;
  }
}
footer .footer-content .footer-content-info .address-block svg {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media (max-width: 1200px) {
  footer .footer-content .footer-content-info .address-block svg {
    top: 0;
  }
}
footer .footer-content .footer-content-info .address-block:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-content .footer-content-info .social-networks a {
  font-size: 24px;
}
footer .footer-content .footer-content-info .social-networks a:not(:last-child) {
  margin-right: 20px;
}
footer .footer-content .footer-content-info .social-networks a:hover {
  text-decoration: none;
}
footer .footer-content .footer-content-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  footer .footer-content .footer-content-links {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  footer .footer-content .footer-content-links {
    grid-template-columns: 1fr 1fr;
    display: grid;
    text-align: center;
  }
}
@media (max-width: 800px) {
  footer .footer-content .footer-content-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .footer-content .footer-content-links .links-block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
footer .footer-content .footer-content-links .links-block .small-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  opacity: 50%;
}
footer .footer-content .footer-content-links .links-block .medium-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
}
footer .footer-content .footer-content-links .links-block .link-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.26px;
}
footer .footer-content .footer-content-links .links-block a:not(:last-child), footer .footer-content .footer-content-links .links-block span:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  footer .footer-content .footer-content-links .links-block:last-child {
    grid-column: 1/span 2;
  }
}
@media (max-width: 800px) {
  footer .footer-content .footer-content-links .links-block:last-child {
    grid-column: 1;
  }
}
footer .footer-bottom-row {
  padding-left: 250px;
  padding-right: 250px;
}
@media (max-width: 1400px) {
  footer .footer-bottom-row {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  footer .footer-bottom-row {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  footer .footer-bottom-row {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  footer .footer-bottom-row {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  footer .footer-bottom-row {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  footer .footer-bottom-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .footer-bottom-row .footer-bottom-row-content {
  padding-top: 20px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 550px) {
  footer .footer-bottom-row .footer-bottom-row-content {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
footer .footer-bottom-row .footer-bottom-row-content p {
  opacity: 80%;
  color: #FFFFFF;
}
footer .footer-bottom-row .footer-bottom-row-content p:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 550px) {
  footer .footer-bottom-row .footer-bottom-row-content p:not(:last-child) {
    margin-right: 0px;
  }
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header .header-content {
  background-color: #FFFFFF;
  display: flex;
  padding: 17px 25px;
  align-items: center;
}
@media (max-width: 1400px) {
  header .header-content {
    flex-direction: column;
  }
}
header .header-content .logo {
  max-width: 200px;
}
header .header-content ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 800px) {
  header .header-content ul {
    display: none;
  }
}
header .header-content ul li {
  position: relative;
  margin-left: 20px;
}
@media (max-width: 1400px) {
  header .header-content ul li:first-child {
    margin-left: 0;
  }
}
header .header-content ul li > a, header .header-content ul li span {
  cursor: pointer;
  padding: 0 0 30px 0;
}
header .header-content ul li > a svg, header .header-content ul li span svg {
  margin-left: 5px;
  vertical-align: baseline;
}
header .header-content ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #04586D;
  color: white;
  flex-direction: column;
  z-index: 999;
  width: max-content;
  box-shadow: 0px 0px 21.6000003815px 0px rgba(0, 0, 0, 0.2196078431);
}
header .header-content ul li .dropdown-content .dropdown-content-link:first-child a, header .header-content ul li .dropdown-content .dropdown-content-link:first-child span {
  padding-top: 25px;
}
header .header-content ul li .dropdown-content .dropdown-content-link:last-child a, header .header-content ul li .dropdown-content .dropdown-content-link:last-child span {
  padding-bottom: 25px;
}
header .header-content ul li .dropdown-content a, header .header-content ul li .dropdown-content span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  padding: 12px 30px;
}
header .header-content ul li .dropdown-content a:hover, header .header-content ul li .dropdown-content span:hover {
  color: #60DCFB;
  text-decoration: none;
}
header .header-content ul li .dropdown-content.dropdown-content-2 {
  left: 100%;
  top: 0;
  z-index: 9999;
  display: none;
}
header .header-content ul li .dropdown-content.dropdown-content-1 {
  left: 0;
  top: 150%;
}
header .header-content ul li:hover .dropdown-content-1 {
  display: flex;
}
header .header-content ul li:hover .dropdown-content-1 .dropdown-content-link:hover .dropdown-content-2 {
  display: flex;
}
header .header-content .ctas {
  margin-left: auto;
}
@media (max-width: 800px) {
  header .header-content .ctas {
    display: none;
  }
}
@media (max-width: 1400px) {
  header .header-content .ctas {
    margin: 40px 0;
  }
}
header .header-content .ctas a:not(:first-child) {
  margin-left: 25px;
}
header .header-content .ctas a:not(.button) {
  font-weight: 700;
}
header .header-content .ctas a:not(.button) svg {
  margin-right: 5px;
}
header .header-content .ctas .button {
  display: inline;
}

/** ABSTRACTS (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/** PAGES (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.article-buttons-bar {
  margin-bottom: 100px;
}
.article-buttons-bar .button {
  margin-left: auto;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.homepage-header {
  margin-left: -250px;
  margin-right: -250px;
  position: relative;
}
@media (max-width: 1400px) {
  .homepage-header {
    margin-left: -175px;
    margin-right: -175px;
  }
}
@media (max-width: 1000px) {
  .homepage-header {
    margin-left: -125px;
    margin-right: -125px;
  }
}
@media (max-width: 800px) {
  .homepage-header {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 550px) {
  .homepage-header {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (max-width: 450px) {
  .homepage-header {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.homepage-header .homepage-header-background {
  aspect-ratio: 1440/782;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1000px) {
  .homepage-header .homepage-header-background {
    aspect-ratio: 1440/1240;
  }
}
@media (max-width: 800px) {
  .homepage-header .homepage-header-background {
    aspect-ratio: 1440/1440;
  }
}
@media (max-width: 550px) {
  .homepage-header .homepage-header-background {
    aspect-ratio: 1440/2880;
  }
}
.homepage-header .content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 250px;
  padding-right: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.6274509804), transparent);
}
@media (max-width: 1400px) {
  .homepage-header .content-wrapper {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  .homepage-header .content-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  .homepage-header .content-wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  .homepage-header .content-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  .homepage-header .content-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  .homepage-header .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.homepage-header .content-wrapper .over-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.66px;
  letter-spacing: 0.345em;
  text-align: center;
  color: #FFFFFF;
}
.homepage-header .content-wrapper .title {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66.42px;
  color: #FFFFFF;
  max-width: 846px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .homepage-header .content-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 800px) {
  .homepage-header .content-wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .homepage-header .content-wrapper .title {
    font-size: 20px;
    line-height: 23px;
  }
}
.homepage-header .content-wrapper .title > .alternate-text {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #60DCFB;
}
.homepage-header .content-wrapper .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.3px;
  text-align: center;
  color: #FFFFFF;
  max-width: 700px;
  margin-bottom: 30px;
}
.homepage-header .content-wrapper .buttons-row {
  display: flex;
  gap: 18px;
}
@media (max-width: 550px) {
  .homepage-header .content-wrapper .buttons-row {
    flex-direction: column;
    align-items: center;
  }
}
.homepage-header .homepage-header-bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1000px) {
  .homepage-header .homepage-header-bottom-wave {
    height: 60px;
  }
}
@media (max-width: 800px) {
  .homepage-header .homepage-header-bottom-wave {
    height: 45px;
  }
}
@media (max-width: 450px) {
  .homepage-header .homepage-header-bottom-wave {
    height: 30px;
  }
}

.homepage-offers .intro .intro-waves, .homepage-actualities .intro .intro-waves, .homepage-testimonies .intro .intro-waves, .homepage-partners .intro .intro-waves {
  margin-bottom: 0;
  margin-top: 50px;
}
.homepage-offers > .button, .homepage-actualities > .button, .homepage-testimonies > .button, .homepage-partners > .button {
  margin: 40px auto;
}

.homepage-boats {
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 150px;
  margin-top: 100px;
  background-image: url("../images/pages/homepage/boats/top-wave-5f8b0f76efef950329355ba4d4420128.svg"), url("../images/pages/homepage/boats/bottom-wave-81ce46912a93a726f64a70695f83a9b0.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position-y: -250px, 325px;
  position: relative;
}
@media (max-width: 1400px) {
  .homepage-boats {
    margin-left: -175px;
    margin-right: -175px;
  }
}
@media (max-width: 1000px) {
  .homepage-boats {
    margin-left: -125px;
    margin-right: -125px;
  }
}
@media (max-width: 800px) {
  .homepage-boats {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 550px) {
  .homepage-boats {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (max-width: 450px) {
  .homepage-boats {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1400px) {
  .homepage-boats {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  .homepage-boats {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  .homepage-boats {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  .homepage-boats {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  .homepage-boats {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  .homepage-boats {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.homepage-boats .swiper-slide {
  width: fit-content;
  height: auto;
}
.homepage-boats .swiper-slide:not(:last-child) {
  padding-right: 60px;
}
.homepage-boats .swiper-slide:not(:first-child) {
  padding-left: 60px;
}
.homepage-boats .swiper-slide .boat-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-boats .swiper-slide .boat-card .icon {
  max-width: 110px;
  object-position: bottom;
  object-fit: contain;
  height: 125px;
}
.homepage-boats .swiper-slide .boat-card .name {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  max-width: 196px;
  text-align: center;
  color: #60DCFB;
}
.homepage-boats .swiper-slide:nth-child(2n) .boat-card .name {
  color: #04586D;
}
.homepage-boats .swiper-button {
  position: absolute;
  z-index: 10;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}
.homepage-boats .swiper-button-prev {
  left: 30px;
}
.homepage-boats .swiper-button-next {
  right: 30px;
}

.homepage-offer-cards {
  display: flex;
  gap: 60px;
}
@media (max-width: 1000px) {
  .homepage-offer-cards {
    flex-direction: column;
  }
}

.homepage-partners .partners-list {
  position: relative;
  background-color: #FFFFFF;
  margin-top: 100px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.homepage-partners .partners-list .swiper-slide {
  width: fit-content;
  height: auto;
}
.homepage-partners .partners-list .swiper-slide:not(:last-child) {
  padding-right: 60px;
}
.homepage-partners .partners-list .swiper-slide:not(:first-child) {
  padding-left: 60px;
}
.homepage-partners .partners-list .swiper-slide .partner-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-partners .partners-list .swiper-slide .partner-card .icon {
  max-width: 110px;
  object-fit: contain;
  height: 125px;
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
}
.homepage-partners .partners-list .swiper-slide .partner-card .icon:hover {
  filter: grayscale(0);
}
.homepage-partners .partners-list .swiper-slide .partner-card .name {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  max-width: 196px;
  text-align: center;
  color: #60DCFB;
}
.homepage-partners .partners-list .swiper-slide:nth-child(2n) .partner-card .name {
  color: #04586D;
}

.homepage-testimonies {
  margin-left: -250px;
  margin-right: -250px;
  padding-left: 250px;
  padding-right: 250px;
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 150px;
  margin-top: 100px;
  background-image: url("../images/pages/homepage/boats/top-wave-5f8b0f76efef950329355ba4d4420128.svg"), url("../images/pages/homepage/boats/bottom-wave-81ce46912a93a726f64a70695f83a9b0.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  background-position-y: -250px, 325px;
  position: relative;
}
@media (max-width: 1400px) {
  .homepage-testimonies {
    margin-left: -175px;
    margin-right: -175px;
  }
}
@media (max-width: 1000px) {
  .homepage-testimonies {
    margin-left: -125px;
    margin-right: -125px;
  }
}
@media (max-width: 800px) {
  .homepage-testimonies {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 550px) {
  .homepage-testimonies {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (max-width: 450px) {
  .homepage-testimonies {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1400px) {
  .homepage-testimonies {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  .homepage-testimonies {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  .homepage-testimonies {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  .homepage-testimonies {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  .homepage-testimonies {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  .homepage-testimonies {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.homepage-testimonies .swiper-slide {
  width: fit-content;
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}
.homepage-testimonies .swiper-slide .testimony-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-testimonies .swiper-slide .testimony-card .text {
  color: #04586D;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 36.5px;
  max-width: 750px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 550px) {
  .homepage-testimonies .swiper-slide .testimony-card .text {
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
  }
}
.homepage-testimonies .swiper-slide .testimony-card .name {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  letter-spacing: 0.15em;
  max-width: 196px;
  text-align: center;
  color: #60DCFB;
}
.homepage-testimonies .swiper-slide:nth-child(2n) .boat-card .name {
  color: #04586D;
}
.homepage-testimonies .swiper-button {
  position: absolute;
  z-index: 10;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}
.homepage-testimonies .swiper-button-prev {
  left: 30px;
}
.homepage-testimonies .swiper-button-next {
  right: 30px;
}
@media (max-width: 550px) {
  .homepage-testimonies .swiper-buttons {
    display: none;
  }
}

.button-testimonies {
  margin: 0 auto;
}

/** FORMS (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
form .section {
  display: grid;
  column-gap: 50px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  form .section {
    grid-template-columns: 1fr;
  }
}
form .section .title {
  grid-column: 1/span 2;
  margin-top: 0;
  margin-bottom: -10px;
}
@media (max-width: 800px) {
  form .section .title {
    grid-column: 1;
  }
}
form .section .widget label {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  color: #04586D;
  display: block;
}
form .section .widget > label {
  margin-bottom: 20px;
}
form .section .widget input, form .section .widget select, form .section .widget textarea {
  display: block;
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  border: none;
}
form .section .widget input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
form .section .widget input[type=radio] + label {
  cursor: pointer;
}
form .section .widget input[type=radio] + label:before {
  content: "";
  background: #FFFFFF;
  border-radius: 100%;
  border: 3px solid #04586D;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
form .section .widget input[type=radio]:checked + label:before {
  background-color: #04586D;
  box-shadow: inset 0 0 0 4px #04586D;
}
form .section .widget input[type=radio]:hover:not(:checked) + label:before {
  background-color: #60DCFB;
}
form .section .widget.checkbox {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  padding: 25px;
}
form .section .widget.checkbox label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
form .section .widget.checkbox input {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 800px) {
  form .section .widget.checkbox {
    margin: 0 auto;
  }
}
form .section .widget .inline {
  display: flex;
  gap: 15px;
}
form .section .full-width {
  grid-column: 1/span 2;
}
@media (max-width: 800px) {
  form .section .full-width {
    grid-column: 1;
  }
}
form .section .disclaimer {
  color: #686868;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
}
form .section .disclaimer a {
  color: #04586D;
}
form .widget > label.required:after {
  content: "*";
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
form[name=contact_front_form] .title {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44.28px;
}
form[name=contact_front_form] .button-submit {
  margin-left: auto;
  margin-right: auto;
}

/** COMPONENTS (DO NOT REMOVE OR MODIFY THIS LINE) **/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.last-articles .over-title {
  margin: 100px 0 0 0;
}
.last-articles .title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 46.74px;
}
.last-articles .articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .last-articles .articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .last-articles .articles {
    grid-template-columns: 1fr;
  }
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.articles-list .over-title {
  margin: 100px 0 0 0;
}
.articles-list .title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 46.74px;
}
.articles-list .articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .articles-list .articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .articles-list .articles {
    grid-template-columns: 1fr;
  }
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.article-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.article-card:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.article-card .picture {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  aspect-ratio: 427/243;
  object-fit: cover;
}
.article-card .article-card-content {
  padding: 40px;
}
.article-card .article-card-content .over-title {
  color: #0F809C;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.66px;
  letter-spacing: 0.345em;
  text-align: left;
  margin-top: 0;
}
.article-card .article-card-content > a:hover {
  text-decoration: none;
}
.article-card .article-card-content .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.13px;
  text-align: left;
}
.article-card .article-card-content .text {
  color: #636363;
  font-size: 14px;
  line-height: 24.5px;
  font-weight: 400;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.article-paragraph .title {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #151515;
  font-size: 38px;
  line-height: 41.23px;
  font-weight: 600;
}
.article-paragraph .title > .alternate-text {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #60DCFB;
}
.article-paragraph .text {
  color: #636363;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.article-paragraph .picture {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .article-paragraph .picture {
    margin-top: 30px;
  }
}
.article-paragraph + .paragraph {
  margin-top: 100px;
}
.breadcrumb + .article-paragraph {
  margin-top: 75px;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.page-header {
  margin-left: -250px;
  margin-right: -250px;
  position: relative;
}
@media (max-width: 1400px) {
  .page-header {
    margin-left: -175px;
    margin-right: -175px;
  }
}
@media (max-width: 1000px) {
  .page-header {
    margin-left: -125px;
    margin-right: -125px;
  }
}
@media (max-width: 800px) {
  .page-header {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 550px) {
  .page-header {
    margin-left: -75px;
    margin-right: -75px;
  }
}
@media (max-width: 450px) {
  .page-header {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.page-header .page-header-background {
  aspect-ratio: 1443/587;
  width: 100%;
  object-fit: cover;
}
.page-header .content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 250px;
  padding-right: 250px;
  display: flex;
  align-items: center;
  background: linear-gradient(98.33deg, #04586D 0%, rgba(4, 88, 109, 0) 100%);
}
@media (max-width: 1400px) {
  .page-header .content-wrapper {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media (max-width: 1200px) {
  .page-header .content-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1000px) {
  .page-header .content-wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 800px) {
  .page-header .content-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 550px) {
  .page-header .content-wrapper {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 450px) {
  .page-header .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-header .content-wrapper .title {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66.42px;
  color: #FFFFFF;
  max-width: 846px;
}
@media (max-width: 1000px) {
  .page-header .content-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 800px) {
  .page-header .content-wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .page-header .content-wrapper .title {
    font-size: 20px;
    line-height: 23px;
  }
}
.page-header .content-wrapper .title > .alternate-text {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #60DCFB;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.pagination {
  margin-top: 3.75rem;
  margin-inline: auto;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.125rem;
  position: relative;
}
.pagination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid;
  opacity: 0.4;
}
.pagination .pagination__item {
  font-weight: 600;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  height: 1.5rem;
}
.pagination .pagination__item--current-page {
  opacity: 1;
  color: #04586D;
}
.pagination .pagination__item--disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.pagination .pagination__item svg {
  width: 1.125rem;
  height: auto;
}
.pagination .pagination__item:first-child {
  margin-right: auto;
}
.pagination .pagination__item:first-child svg {
  rotate: 90deg;
  margin-right: 12px;
}
.pagination .pagination__item:last-child {
  margin-left: auto;
}
.pagination .pagination__item:last-child svg {
  rotate: -90deg;
  margin-left: 12px;
}
.pagination .pagination__item:not(:last-child):not(:first-child) {
  margin-right: 15px;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.breadcrumb {
  color: #D7D7D7;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.breadcrumb .active {
  color: #04586D;
}
.breadcrumb.breadcrumb-centered {
  text-align: center;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.paragraph {
  display: flex;
}
.paragraph .paragraph-col-1 {
  flex: 50%;
  box-sizing: border-box;
}
.paragraph .paragraph-col-2 {
  flex: 50%;
  box-sizing: border-box;
}
.paragraph:nth-child(2n+1) {
  flex-direction: row;
}
.paragraph:nth-child(2n+1) .paragraph-col-1 {
  padding-right: 100px;
}
.paragraph:nth-child(2n+1) .paragraph-col-2 {
  padding-left: 10px;
}
.paragraph:nth-child(2n) {
  flex-direction: row-reverse;
}
.paragraph:nth-child(2n) .paragraph-col-1 {
  padding-left: 100px;
}
.paragraph:nth-child(2n) .paragraph-col-2 {
  padding-right: 10px;
}
@media (max-width: 1000px) {
  .paragraph:nth-child(1n) {
    flex-direction: column;
  }
  .paragraph:nth-child(1n) .paragraph-col-1, .paragraph:nth-child(1n) .paragraph-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph .over-title {
  color: #636363;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.66px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.paragraph .title {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #151515;
  font-size: 38px;
  line-height: 41.23px;
  font-weight: 600;
}
.paragraph .title > .alternate-text {
  font-family: ClashDisplay-Variable, Montserrat, sans-serif;
  color: #60DCFB;
}
.paragraph .text {
  color: #636363;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.paragraph .picture {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .paragraph .picture {
    margin-top: 30px;
  }
}
.paragraph + .paragraph {
  margin-top: 100px;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.button {
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  padding: 20px 40px 20px 40px;
  border-radius: 100px;
  gap: 10px;
  display: block;
  width: fit-content;
  color: #FFFFFF;
  background-color: #04586D;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.button:not(.no-hover):hover {
  color: #04586D;
  background-color: #60DCFB;
}
.button:hover {
  text-decoration: none;
}
.button.button-alternate {
  color: #04586D;
  background-color: #60DCFB;
}
.button.button-alternate:not(.no-hover):hover {
  color: #FFFFFF;
  background-color: #04586D;
}
.button.button-alternate-2 {
  color: #04586D;
  background-color: transparent;
  border: 1px solid #04586D;
}
.button.button-alternate-2:not(.no-hover):hover {
  color: #04586D;
  background-color: #60DCFB;
  border: 1px solid #60DCFB;
}
.button.button-alternate-3 {
  color: #04586D;
  background-color: white;
}
.button.button-alternate-3:not(.no-hover):hover {
  color: #04586D;
  background-color: #60DCFB;
}

/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
/******************* Breakpoints ****************/
/******************* Colors *******************/
/******************* Other *******************/
.alert {
  position: fixed;
  padding: 30px 50px;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  background-color: #60DCFB;
  border-radius: 10px;
  transition: bottom 0.5s ease-in-out;
  width: max-content;
  max-width: 90%;
  box-sizing: border-box;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22,%22../../assets/styles/abstracts/_constants.scss%22,%22../../assets/styles/base/_reset.scss%22,%22../../assets/styles/base/_typography.scss%22,%22../../assets/styles/base/_base.scss%22,%22../../assets/styles/abstracts/_mixins.scss%22,%22../../assets/styles/layout/_footer.scss%22,%22../../assets/styles/layout/_header.scss%22,%22../../assets/styles/pages/_articles.scss%22,%22../../assets/styles/pages/_homepage.scss%22,%22../../assets/styles/forms/_base.scss%22,%22../../assets/styles/forms/_contact.scss%22,%22../../assets/styles/components/article/_lastArticles.scss%22,%22../../assets/styles/components/article/_articlesList.scss%22,%22../../assets/styles/components/article/_card.scss%22,%22../../assets/styles/components/article/_paragraph.scss%22,%22../../assets/styles/components/_pageHeader.scss%22,%22../../assets/styles/components/_pagination.scss%22,%22../../assets/styles/components/_breadcrumb.scss%22,%22../../assets/styles/components/_paragraph.scss%22,%22../../assets/styles/components/_button.scss%22,%22../../assets/styles/components/_alerts.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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AAGF;EACE;EACA;EACA;;ALFF;EKDA;IAMI;;;AAKF;EACE;EACA;EACA;EACA,OTVO;ESWP;;AAEF;EACE;;AAEF;EACE;EACA;EACA,kBThBY;ESiBZ;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA,YT/BQ;ESgCR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;EACE,kBTpDC;ESqDD;;AAMF;EACE,kBT7DC;;ASmET;EACE,kBThEY;ESiEZ;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;;ALrFN;EKsEE;IAmBI;;;AAIJ;EACE;EACA;;AAGJ;EACE;;ALnGF;EKkGA;IAGI;;;AAGJ;EACE;EACA;EACA;EACA;;AAEA;EACE,OT3GO;;ASiHT;EACE;;;ATnIR;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AU9BE;EACE;EACA;EACA;EACA;;AAIF;EACE;EACA;;;AXUJ;ACrBA;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AW9BE;EACE;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;APAA;EOHF;IAMI;;;APHF;EOHF;IAUI;;;;AXpBN;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AY9BE;EACE;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;ARDA;EQHF;IAOI;;;ARJF;EQHF;IAWI;;;;AZrBN;AAeA;AAgBA;AA/BA;AAeA;AAgBA;Aa/BA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE,wBbgBY;EafZ,yBbeY;EadZ;EACA;EACA;;AAIF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AAGF;EACE,ObjCc;EakCd;EACA;EACA;;;AbtDN;AAeA;AAgBA;AA/BA;AAeA;AAgBA;Ac9BE;EACE;EACA,OdgBgB;EcfhB;EACA;EACA;;AAEA;EACE;EACA,OdMS;;AcHb;EACE,OdIgB;EcHhB;EACA;EACA;;AAGF;EACE,edWY;EcVZ;EACA;EACA;;AVXA;EUOF;IAOI;;;AAIJ;EACE;;AAGF;EACE;;;AdpCJ;AAeA;AAgBA;AA/BA;AAeA;AAgBA;Ae/BA;EXsDE;EACA;EWrDA;;AXWE;EWbJ;IX0DI;IACA;;;AA9CA;EWbJ;IX8DI;IACA;;;AAlDA;EWbJ;IXkEI;IACA;;;AAtDA;EWbJ;IXsEI;IACA;;;AA1DA;EWbJ;IX0EI;IACA;;;AWvEF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EXSF;EACA;EWRE;EACA;EACA;;AXNA;EWHF;IXkBE;IACA;;;AAhBA;EWHF;IXsBE;IACA;;;AApBA;EWHF;IX0BE;IACA;;;AAxBA;EWHF;IX8BE;IACA;;;AA5BA;EWHF;IXkCE;IACA;;;AAhCA;EWHF;IXsCE;IACA;;;AW5BA;EACE;EACA;EACA;EACA;EACA,OfNc;EeOd;;AXdF;EWQA;IASI;IACA;;;AXlBJ;EWQA;IAaI;IACA;;;AXtBJ;EWQA;IAiBI;IACA;;;AAGF;EACE;EACA,Of5BO;;;AAhBf;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AgB9BA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,OhBhBS;;AgBkBX;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAEA;EACE;EACA;;AAGJ;EACE;;AAEA;EACE;EACA;;AAGJ;EACE;;;AhB9DN;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AiB/BA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,OjBQW;;AiBLb;EACE;;;AjBbJ;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AkB/BA;EACE;;AAEA;EACE;EACA;;AAEF;EACE;EACA;;AAGF;EACE;;AACA;EACE;;AAEF;EACE;;AAIJ;EACE;;AACA;EACE;;AAEF;EACE;;AdfF;EcoBA;IACE;;EACA;IACE;IACA;;;AAON;EACE,OlB3BgB;EkB4BhB;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA,OlBnCgB;EkBoChB;EACA;EACA;;AAEA;EACE;EACA,OlB7CS;;AkBgDb;EACE,OlB/CgB;EkBgDhB;EACA;EACA;;AAGF;EACE,elBxCY;EkByCZ;EACA;EACA;;Ad9DA;Ec0DF;IAOI;;;AAIJ;EACE;;;AlBnFJ;AAeA;AAgBA;AmBhCA;EACE;EACA;EACA;EACA;EACA;EACA;EAEA,OnBakB;EmBZlB,kBnBSa;EmBRb;EACA;EACA;;AAEA;EACE,OnBGW;EmBFX,kBnBCW;;AmBEb;EACE;;AAGF;EACE,OnBNW;EmBOX,kBnBRW;;AmBUX;EACE,OnBPc;EmBQd,kBnBXS;;AmBeb;EACE,OnBhBW;EmBiBX;EACA;;AAEA;EACE,OnBrBS;EmBsBT,kBnBvBS;EmBwBT;;AAIJ;EACE,OnB5BW;EmB6BX;;AAEA;EACE,OnBhCS;EmBiCT,kBnBlCS;;;AAhBf;AAeA;AAgBA;AA/BA;AAeA;AAgBA;AoB/BA;EACE;EACA;EACA;EACA;EACA;EACA,kBpBUa;EoBTb;EACA;EACA;EACA;EACA%22,%22file%22:%22app.output.css%22%7D */
