:root {
  --darkGray: #2B2B2B;
  --limedSpruce: #36444B;
  --limedSpruce-80: #36444bb5;
  --viking: #4ACBD6;
  --blueStone: #005564;
  --blueStone-50: #00556483;
  --eden: #0B4049;
  --gray-100: #F8F9FB;
  --gray-200: #F7F8F8;
  --gray-300: #DCDDDD;
  --white: #FFFFFF;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-90: rgba(255, 255, 255, 0.9);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-30: rgba(0, 0, 0, 0.3);
}

.landing {
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--limedSpruce);
}

.landing .w-container {
  max-width: 90%;
}

.landing .btn-primary {
  background-color: var(--blueStone);
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1.15em;
  transition: background-color 0.2s ease-in-out;
  width: fit-content;
  font-weight: 400;
  margin-top: 0.75em;
}

.landing .btn-primary:hover {
  background-color: var(--eden);
  transition: background-color 0.2s ease-in-out;
}

.landing .btn-secondary {
  background-color: var(--white);
  color: var(--blueStone);
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1.125em;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  width: fit-content;
  font-weight: 500;
}

.landing .btn-secondary:hover {
  opacity: 0.8;
}

.landing .btn-tertiary {
  color: var(--blueStone);
  font-weight: 500;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
  font-size: 1.125em;
}

@media (max-width: 736px) {
  .landing .btn-primary {
    font-size: 3vw;
    padding: 2vw 4vw;
    margin-top: 0;
  }

  .landing .btn-secondary {
    font-size: 3vw;
    padding: 2vw 4vw;
  }

  .landing .btn-tertiary {
    margin: 0 1em;
    font-size: 3.25vw;
  }
}

@media (min-width:1920px) {
  .landing {
    font-size: 0.8333333vw;
  }
}

@media (max-width:1680px) {
  .landing {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .landing {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .landing {
    font-size: 10.35px;
  }
}

@media (max-width:414px) {
  .landing {
    font-size: 2.5vw;
  }
}

.hero {
  margin: 0 auto;
  font-size: 16px;
  height: 35em;
  background: url('images/hero_web.jpg') no-repeat;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: white;
}

.hero .w-container {
  margin: 0 auto;
  width: 85.375em;
}

.hero .box {
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* text-align: center; */
}

.hero .box h2 {
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

.hero .box h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1em;
}

.hero .box p {
  font-size: 1.25em;
}

@media (min-width: 1921px) {
  .hero {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .hero {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hero {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .hero {
    max-width: 100vw;
    min-height: 115vw; 
    font-size: 10.35px;
    background: url('images/hero_m.jpg') 50% 0 no-repeat;
    background-size: 100%;
    display: flex;
    align-items: start;
  }

  .hero .w-container {
    width: 90vw;
    padding: 0;
    text-align: center;
  }

  .hero .box {
    padding: 10vw 0 0;
  }

  .hero .text {
    flex: 1 1 0;
  }

  .hero .box h2 {
    font-size: 9vw;
    padding: 0 0 2vw;
  }

  .hero .box h3 {
    font-size: 3.5vw;
    padding: 0 0 5vw;
  }

  .hero .box p {
    font-size: 4vw;
  }
}

@media (max-width: 414px) {
  .hero {
    font-size: 2.5vw;
  }
}

.definition {
  font-size: 16px;
  background: linear-gradient(91deg, #1D2529 0%, #004D5A 100%);
  color: white;
}

.definition .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.definition .definition-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.definition h2 {
  font-size: 3.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.definition .definition-title p {
  color: var(--viking);
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.definition-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
}

.definition .definition-content p {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 400;
}

.definition .definition-content .icon {
    width: 3em;
    height: 3em;
}

@media (min-width: 1921px) {
  .definition {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .definition {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .definition {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .definition {
    font-size: 10.35px;
  }

  .definition .w-container {
    width: 90vw;
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto;
  }

  .definition .definition-title {
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }

  .definition h2 {
    font-size: 6vw;
  }

  .definition .definition-content {
    flex-wrap: wrap;
    gap: 10vw;
  }

  .definition .definition-content p {
    font-size: 3vw;
  }
}

.vigilant-benefits {
  font-size: 16px;
  background-color: var(--white);
}

.vigilant-benefits .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.vigilant-benefits-content {
  display: flex;
  gap: 3em;
  align-items: center;
}

.vigilant-benefits-left {
  flex: 0 0 40%;
  padding-right: 2em;
}

.vigilant-benefits h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: var(--limedSpruce);
}

.vigilant-benefits-left p {
  font-size: 1.125em;
  line-height: 1.6;
  color: var(--limedSpruce);
  font-weight: 400;
}

.vigilant-benefits-right {
  flex: 1;
  position: relative;
  min-height: 32em;
}

.vigilant-benefit-item {
  border-radius: 0.5em;
  padding: 2em;
  color: white;
  position: absolute;
  width: 20em;
  max-width: 100%;
}

.vigilant-benefit-item:first-child {
  background: var(--eden);
  top: 0;
  left: 0;
  z-index: 1;
}

.vigilant-benefit-item:nth-child(2) {
  background: var(--blueStone);
  top: 9.3em;
  right: 0;
  z-index: 2;
}

.vigilant-benefit-item:nth-child(3) {
  background: rgb(23, 116, 132);
  top: 19em;
  left: 2em;
  z-index: 2;
}

.vigilant-benefit-item .benefit-number {
  font-size: 3.5em;
  font-weight: 300;
  opacity: 0.2;
  position: absolute;
  top: 0.2em;
  right: 0.3em;
  line-height: 1;
  color: white;
}

.vigilant-benefit-item h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}

.vigilant-benefit-item p {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 300;
  color: var(--white-80);
  position: relative;
  z-index: 1;
}

@media (min-width: 1921px) {
  .vigilant-benefits {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .vigilant-benefits {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .vigilant-benefits {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .vigilant-benefits {
    font-size: 10.35px;
  }

  .vigilant-benefits .w-container {
    width: 90vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .vigilant-benefits-content {
    flex-direction: column;
    gap: 6vw;
  }

  .vigilant-benefits-left {
    flex: 1;
    padding-right: 0;
  }

  .vigilant-benefits h2 {
    font-size: 6vw;
  }

  .vigilant-benefits-left p {
    font-size: 3.25vw;
  }

  .vigilant-benefits-right {
    width: 100%;
    min-height: 98vw;
    position: relative;
  }

  .vigilant-benefit-item {
    width: 55vw;
    padding: 5vw;
    position: absolute;
  }

  .vigilant-benefit-item:first-child {
    top: 0;
    left: 0;
  }

  .vigilant-benefit-item:nth-child(2) {
    top: 28vw;
    right: 0;
  }

  .vigilant-benefit-item:nth-child(3) {
    top: 61vw;
    left: 0;
  }

  .vigilant-benefit-item .benefit-number {
    font-size: 10vw;
  }

  .vigilant-benefit-item h3 {
    font-size: 4vw;
  }

  .vigilant-benefit-item p {
    font-size: 3vw;
  }
}

@media(max-width:414px) {
  .vigilant-benefits {
    font-size: 2.5vw;
  }
}

.liner {
  font-size: 16px;
  background: var(--gray-100);
  color: var(--limedSpruce);
}

.liner .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.liner .liner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.liner h3 {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.liner h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
  color: var(--blueStone);
}

.liner .liner-title p {
  color: var(--viking);
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

@media (min-width: 1921px) {
  .liner {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .liner {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .liner {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .liner {
    font-size: 10.35px;
  }

  .liner .w-container {
    width: 90vw;
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto;
    gap: 4vw;
  }

  .liner h2 {
    font-size: 6vw;
  }

}

.features {
  font-size: 16px;
}

.features .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.features .features-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e5e5e5;
}

.features h2 {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.features img {
  width: 3em;
  height: 3em;
  object-position: center;
  object-fit: cover;  
}

.features .features-2 .features-item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1em;
}

.features .features-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}

.features .features-2 .detail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.features .features-2 .detail h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
}

.features .features-2 .detail p {
  font-weight: 400;
  margin-top: 0.5em;
  line-height: 1.5;
  color: var(--limedSpruce-80);
}

.features .features-2 .detail p > span.number {
  margin-right: 0.75em;
  font-weight: 300;
  color: var(--blueStone);
}

.features .features-2 .detail .link {
  font-weight: 300;
  background-color: var(--blueStone);
  color: white;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  text-decoration: none;
  width: fit-content;
  margin-top: 2em;
}

@media (min-width: 1921px) {
  .features {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .features {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .features {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .features {
    font-size: 10.35px;
  }

  .features .w-container {
    width: 90vw;
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto;
  }

  .features h2 {
    font-size: 6vw;
  }

  .features .features-title {
    flex-direction: column;
    align-items: center;
    border: none;
    margin-bottom: 2vw;
  }

  .features img {
    width: 8vw;
    height: 8vw;
  }

  .features .features-2 .detail h3 {
    font-size: 4vw;
  }

  .features .features-2 .detail p {
    opacity: 1;
    font-size: 3vw;
    display: flex;
  }

  .features .features-2 .detail .link {
    font-size: 3vw;
    margin-top: 6vw;
  }

  .features .features-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .features .features-2 .features-item {
    flex: 1 0 auto;
    gap: 4vw;
  }

  .features .features-2 .detail {
    font-size: 1.25em;
  }
}

@media(max-width:414px) {
  .features {
    font-size: 2.5vw;
  }
}

.categories {
  font-size: 16px;
  background-color: var(--gray-100);
}

.categories .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.categories .categories-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  margin-bottom: 3em;
}

.categories h2 {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.categories img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 1;
  object-position: center;
  object-fit: cover;
  transition: all linear 300ms;
}

.categories .categories-item:hover img {
  transform: scale(1.1);
}

.categories .categories-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}

.categories .categories-2:has(> :nth-child(n+5)) {
    grid-template-columns: repeat(3, 1fr);
}

.categories .categories-2+.categories-2 {
  margin-top: 1em;
}

.categories .categories-2 .categories-item {
  cursor: pointer;
  display: flex;
  flex: 1 1 0;
  position: relative;
  min-height: 17em;
  overflow: hidden;
  border-radius: 0.5em;
}

.categories .categories-2 .img {
  overflow: hidden;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%
}

.categories .categories-2 .detail {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 1.3em 2em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.categories .categories-2 .categories-item:nth-child(odd) .detail h3 {
  color: var(--limedSpruce);
}

.categories .categories-2 .categories-item:nth-child(odd) .detail p,
.categories .categories-2 .categories-item:nth-child(odd) .detail .link {
  color: var(--limedSpruce-80);
}

.categories .categories-2 .detail h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
  color: white;
}

.categories .categories-2 .detail p {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  font-weight: 300;
  margin-top: 0.5em;
  line-height: 1.3;
  color: var(--white-80)
}

.categories .categories-2 .detail .link {
  position: absolute;
  left: 2em;
  bottom: 1.3em;
  color: var(--white-80);
  font-weight: 300;
  text-decoration: none;
  font-size: 1.1em;
}

.categories .categories-item:hover .link {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.5px;
}

.categories .categories-item:hover .detail {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: background 0.3s ease-in-out;
}

.categories .categories-item:nth-child(odd):hover .detail {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.categories .categories-item:hover p {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1921px) {
  .categories {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .categories {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .categories {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .categories {
    font-size: 10.35px;
  }

  .categories .w-container {
    width: 90vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .categories h2 {
    font-size: 6vw;
  }

  .categories .categories-2 .detail {
    background: transparent;
  }

  .categories .categories-2 .detail h3 {
    font-size: 4vw;
    font-weight: 400;
  }

  .categories .categories-2 .detail p {
    opacity: 0;
    font-size: 2.8vw;
  }

  .categories .categories-2 .detail .link {
    font-size: 2.8vw;
  }

  .categories .categories-title {
    flex-direction: column;
    align-items: center;
    border: none;
    margin-bottom: 4vw;
  }

  .categories img:hover {
    transform: none;
  }

  .categories .categories-2 {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .categories .categories-2:has(> :nth-child(n+5)) {
    grid-template-columns: 1fr;
 }

  .categories .categories-2 .categories-item {
    flex: 1 0 auto;
    min-height: 45vw;
  }

  .categories .categories-2 .detail {
    font-size: 1.25em;
  }

  .categories .categories-item:hover .detail,
  .categories .categories-item:nth-child(odd):hover .detail {
    background: transparent;
  }
}

@media(max-width:414px) {
  .categories {
    font-size: 2.5vw;
  }
}

.cta {
  font-size: 16px;
  background: linear-gradient(91deg, #093138 0%, #0c0e0f 100%);
}

.cta .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.cta .w-container .terms {
  color: #ffffff97;
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.875em;
  margin-top: 1em;
}

.cta-content {
  display: flex;
  gap: 3em;
  align-items: center;
}

.cta-left {
  flex: 0 0 40%;
  padding-right: 2em;
}

.cta-left .btn-container {
  margin-top: 2.5em;
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
}

.cta-left .btn-container .check-item {
  display: flex;
  gap: 0.75em;
  align-items: center;
  justify-content: center;
}

.cta-left .btn-container .check-item .check {
  width: 1em;
  height: 1em;
}

.cta-left h2 {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.75em;
  color: var(--white);
}

.cta-left p {
  font-size: 1em;
  line-height: 1.6;
  color: var(--white);
  font-weight: 400;
}

.cta-right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  display: block;
}

.cta-right p {
  font-size: 1em;
  font-weight: 400;
  color: var(--white);
  position: absolute;
  right: -6em;
  top: -2em;
  z-index: 3;
  padding:2em;
  aspect-ratio: 1/1;
  background-color: var(--blueStone-50);
  max-width: 70%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10em;
}

.cta-right p span {
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1921px) {
  .cta {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .cta {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .cta {
    font-size: 12px;
  }

  .cta-right p {
    font-size: 0.9em;
  }
}

@media (max-width:736px) {
  .cta {
    font-size: 10.35px;
  }

  .cta .w-container {
    width: 90vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .cta .w-container .terms {
    font-size: 2.5vw;
    margin-top: 6vw;
  }

  .cta-content {
    flex-direction: column;
    gap: 6vw;
  }

  .cta-left {
    flex: 1;
    padding-right: 0;
  }

  .cta-left h2 {
    font-size: 7vw;
    margin-bottom: 6vw;
  }

  .cta-left p {
    font-size: 3.25vw;
  }

  .cta-left .btn-container {
    margin-top: 6vw;
  }

  .cta-left .btn-container .check-item .check {
    width: 3vw;
    height: 3vw;
  }

  .cta-right {
    width: 100%;
    min-height: auto;
    position: relative;
  }

  .cta-right h3 {
    font-size: 16vw;
    top: 3vw;
  }

  .cta-right p {
    font-size: 3.5vw;
    padding: 4vw;
    right: initial;
    top: initial;
    left: 10vw;
    bottom: 0;
    display: block;
    aspect-ratio: initial;
    border-radius: 0;
    max-width: initial;
  }

  .cta-right p span {
    font-size: 8vw;
  }
}

@media(max-width:414px) {
  .cta {
    font-size: 2.5vw;
  }
}
