body {
  min-width: 1200px;
}

.w-fit-content {
  width: fit-content;
}

.no-event {
  pointer-events: none;
  cursor: auto;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #10263B;
  font-size: 16px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 2.5rem !important;
  font-weight: 700;
}
h1.main-headline {
  margin-top: 53px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
h3.lh-40 {
  line-height: 40px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 30px;
}
p a {
  border-bottom: 2px solid #0588AB;
  font-weight: 700;
}

.number {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: white;
}

.fineprint {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.mw-serif {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
}

.mws {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mws.old-style-numbers {
  font-variant-numeric: oldstyle-nums tabular-nums;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 40px;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.lh-normal {
  line-height: normal;
}

.lh-18 {
  line-height: 18px;
}

.lh-40 {
  line-height: 40px;
}

.lh-48 {
  line-height: 48px;
}

.underline {
  border-bottom: 3px solid #0588AB;
}
.underline.no-color {
  border-bottom: 3px solid;
}

.p-no-mb p {
  margin-bottom: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.line-height-140-percent {
  line-height: 140%;
}

.line-height-30-px {
  line-height: 30px;
}

.letter-spacing-1px {
  letter-spacing: 1px;
}

.search-result-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.company-highlight p {
  margin-bottom: 0;
}

.text-link {
  border-bottom: 2px solid #0588AB;
}
.text-link:hover {
  color: #0588AB;
}

.text-nowrap {
  white-space: nowrap;
}

.zoom-90 {
  zoom: 90%;
}

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/merriweather-sans/merriweather-sans-v26-latin-regular.woff2") format("woff2");
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/website/fonts/merriweather-sans/merriweather-sans-v26-latin-700.woff2") format("woff2");
}
/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/merriweather/merriweather-regular.woff2") format("woff2");
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/website/fonts/merriweather/merriweather-bold.woff2") format("woff2");
}
.telephone-icon {
  height: 13px;
  width: 13px;
  -webkit-mask: url("../images/icons/telephone-63d96eaab8cb0becec62935472a5a83e.svg") no-repeat center;
  mask: url("../images/icons/telephone-63d96eaab8cb0becec62935472a5a83e.svg") no-repeat center;
}
.telephone-icon.dark {
  background-color: #035F77;
}

.circle-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg") no-repeat center;
  mask: url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg") no-repeat center;
  background-color: #0588AB;
}

.circle-checkmark-icon {
  height: 32px;
  width: 32px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg"), url("../images/icons/circle-f99752eb8579043738cbc0cc5cebb28c.svg");
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: 50%, cover;
  border-radius: 50%;
  background-color: #0588AB;
}

.arrow-right-icon {
  height: 24px;
  width: 8px;
  -webkit-mask: url("../images/icons/arrow_right-9e98b42519e86679c50215955c0c7117.svg") no-repeat center;
  mask: url("../images/icons/arrow_right-9e98b42519e86679c50215955c0c7117.svg") no-repeat center;
  background-color: #83cea6;
}

.circled-checkmark-green-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/circled_checkmark_green-ebb0cd68231fe8187e97c3308e002a17.svg") no-repeat center;
  mask: url("../images/icons/circled_checkmark_green-ebb0cd68231fe8187e97c3308e002a17.svg") no-repeat center;
  background-color: #83cea6;
}
.circled-checkmark-green-icon.side-38 {
  height: 38px;
  width: 38px;
}

.arrow-down-icon {
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/icons/arrow_down-261655e6fd537c546ceb02c81e33efa6.svg") no-repeat center;
  mask: url("../images/icons/arrow_down-261655e6fd537c546ceb02c81e33efa6.svg") no-repeat center;
  background-color: #10263B;
  transition: transform 0.5s ease;
}
.arrow-down-icon.small {
  height: 20px;
  width: 20px;
}
.arrow-down-icon.arrow-rotate {
  transform: rotate(-180deg);
}

.dot-icon {
  height: 7px;
  width: 7px;
  -webkit-mask: url("../images/icons/dot-d5a170c827fd04de33dcc35093122e8f.svg") no-repeat center;
  mask: url("../images/icons/dot-d5a170c827fd04de33dcc35093122e8f.svg") no-repeat center;
}

.edit-icon {
  height: 22px;
  width: 22px;
  -webkit-mask: url("../images/icons/edit-bac6d04c157d33de694499734775be01.svg") no-repeat center;
  mask: url("../images/icons/edit-bac6d04c157d33de694499734775be01.svg") no-repeat center;
}

.eye-icon {
  height: 22px;
  width: 22px;
  -webkit-mask: url("../images/icons/eye-aa102a80cbbea2095edb1ff66805ce82.svg") no-repeat center;
  mask: url("../images/icons/eye-aa102a80cbbea2095edb1ff66805ce82.svg") no-repeat center;
}

.shield-icon {
  -webkit-mask: url("../images/icons/shield-a4f4759c1e8f6eede154eed08d71be4c.svg") no-repeat center;
  mask: url("../images/icons/shield-a4f4759c1e8f6eede154eed08d71be4c.svg") no-repeat center;
}

.family-icon {
  -webkit-mask: url("../images/icons/family-cbf028d113f167ce53250390dbfea26e.svg") no-repeat center;
  mask: url("../images/icons/family-cbf028d113f167ce53250390dbfea26e.svg") no-repeat center;
}

.house-icon {
  -webkit-mask: url("../images/icons/house-3f4af1f0bb4afb545c498a1d0ec7f8ed.svg") no-repeat center;
  mask: url("../images/icons/house-3f4af1f0bb4afb545c498a1d0ec7f8ed.svg") no-repeat center;
}

.construction-icon {
  -webkit-mask: url("../images/icons/construction-7d2c467302167a28a268fae9ef515b24.svg") no-repeat center;
  mask: url("../images/icons/construction-7d2c467302167a28a268fae9ef515b24.svg") no-repeat center;
}

.hands-icon {
  -webkit-mask: url("../images/icons/two_hands-7dafae5e600737bbad6fb9428295e03f.svg") no-repeat center;
  mask: url("../images/icons/two_hands-7dafae5e600737bbad6fb9428295e03f.svg") no-repeat center;
}

.moneyTransfer-icon {
  -webkit-mask: url("../images/icons/money_transfer-70b37ab955502b498cfc159a53621a82.svg") no-repeat center;
  mask: url("../images/icons/money_transfer-70b37ab955502b498cfc159a53621a82.svg") no-repeat center;
}

.building-icon {
  -webkit-mask: url("../images/icons/building-4be9b6feca0842a191a771fbb60b9183.svg") no-repeat center;
  mask: url("../images/icons/building-4be9b6feca0842a191a771fbb60b9183.svg") no-repeat center;
}

.car-icon {
  -webkit-mask: url("../images/icons/car-eb067eb23292db5fe487b8488748e11c.svg") no-repeat center;
  mask: url("../images/icons/car-eb067eb23292db5fe487b8488748e11c.svg") no-repeat center;
}

.arrow-left-circled-icon {
  -webkit-mask: url("../images/icons/arrow_left_circled-d37c88178915ada1dd276dcfa4467585.svg") no-repeat center;
  mask: url("../images/icons/arrow_left_circled-d37c88178915ada1dd276dcfa4467585.svg") no-repeat center;
}

.arrow-right-circled-icon {
  -webkit-mask: url("../images/icons/arrow_right_circled-c672c4df78acc08b44973ffe8b8433a6.svg") no-repeat center;
  mask: url("../images/icons/arrow_right_circled-c672c4df78acc08b44973ffe8b8433a6.svg") no-repeat center;
}

.quick-check-icon {
  -webkit-mask: url("../images/graphics/quick_check.svg") no-repeat center;
  mask: url("../images/graphics/quick_check.svg") no-repeat center;
}

.documents-icon {
  -webkit-mask: url("../images/icons/documents-1c8a304f2b1f442eb8f8b8513ab57ed0.svg") no-repeat center;
  mask: url("../images/icons/documents-1c8a304f2b1f442eb8f8b8513ab57ed0.svg") no-repeat center;
}

.instruction-icon {
  -webkit-mask: url("../images/icons/instruction-2761c29bab64a80e2605157bafbc107a.svg") no-repeat center;
  mask: url("../images/icons/instruction-2761c29bab64a80e2605157bafbc107a.svg") no-repeat center;
}

.interface-icon {
  -webkit-mask: url("../images/icons/interface-cce0c043e9d689f52fe313331f109148.svg") no-repeat center;
  mask: url("../images/icons/interface-cce0c043e9d689f52fe313331f109148.svg") no-repeat center;
}

.nav-arrow-left-icon {
  -webkit-mask: url("../images/icons/nav-arrow-left-da1343438d73d066e10e5a483f88d96c.svg") no-repeat center;
  mask: url("../images/icons/nav-arrow-left-da1343438d73d066e10e5a483f88d96c.svg") no-repeat center;
}

.nav-arrow-right-icon {
  -webkit-mask: url("../images/icons/nav-arrow-right-a604cc34a81c856a246757919e243ee1.svg") no-repeat center;
  mask: url("../images/icons/nav-arrow-right-a604cc34a81c856a246757919e243ee1.svg") no-repeat center;
}

.icon-container-square-rounded {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background-color: #EBFAFE;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-18 {
  height: 18px;
}

.icon-16 {
  height: 16px;
  width: 16px;
}

.icon-20 {
  height: 20px;
}

.icon-26 {
  height: 26px;
}

.icon-27 {
  width: 27px;
  height: 27px;
}

.icon-29 {
  width: 29px;
  height: 29px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-h-64 {
  height: 64px;
  width: 100%;
}

.shopping-cart-icon {
  position: relative;
}
.shopping-cart-icon .counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -25%;
  right: -25%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 4px 8px rgba(2, 53, 66, 0.25);
}

.color-jnl-bb {
  color: #011216;
}

.color-jnl-db {
  color: #10263B;
}

.color-jnl-db-80 {
  color: rgba(16, 38, 59, 0.9019607843);
}

.color-jnl-b {
  color: #035F77;
}

.color-jnl-lb {
  color: #0588AB;
}

.color-jnl-lgb {
  color: #E5F2F6;
}

.color-jnl-gb {
  color: #405162;
}

.color-jnl-g {
  color: #555555;
}

.color-jnl-lg {
  color: #939599;
}

.color-jnl-wg {
  color: #CDDFE4;
}

.color-jnl-be {
  color: #FFF4E5;
}

.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.color-jnl-o {
  color: #C45E00;
}

.bg-jnl-be {
  background-color: #FFF4E5;
}

.bg-jnl-lb {
  background-color: #0588AB;
}

.bg-jnl-b {
  background-color: #035F77;
}

.bg-jnl-g {
  background-color: #555555;
}

.bg-jnl-db {
  background-color: #10263B;
}

.bg-jnl-wb {
  background-color: #EBFAFE;
}

.bg-jnl-db-80 {
  background-color: rgba(16, 38, 59, 0.9019607843);
}

.bg-traffic-light-green {
  background-color: #00D115;
}

.bg-traffic-light-orange {
  background-color: #D17E00;
}

.bg-traffic-light-red {
  background-color: #D10000;
}

.bottom-gradient {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.mb-1-px {
  margin-bottom: 1px;
}

.mb-4-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.mt-4-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 4rem !important;
}

.flex-1 {
  flex: 1;
}

.gap-4-5 {
  gap: 2.5rem;
}

.py-2-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.w-60 {
  width: 60%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.price-label-position-packages-tab {
  position: relative;
  top: 192px;
}

.fade-in {
  animation: fadeIn 0.3s forwards;
}

.fade-out {
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fill-width {
  height: auto;
  object-fit: contain;
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  top: 0;
  bottom: 93.28%;
  height: 128px;
  padding: 24px calc((100vw - 1440px) / 2 + 159px) 24px calc((100vw - 1440px) / 2 + 159px);
  background: white;
  box-shadow: 0 10px 20px rgba(3, 95, 119, 0.06);
  z-index: 9;
}

.header-functions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 47px;
}

.header__image {
  display: block;
  height: 56px;
}

.homepage-header {
  height: 607px;
  background: linear-gradient(10.48deg, rgba(1, 5, 6, 0.4) 35.3%, rgba(4, 97, 121, 0) 84.77%), image-set(url("../images/banner/homepage-dd0204f8fa589c3725ee4f149ad35ea7.webp") type("image/webp"), url("../images/banner/homepage-b276452f3a4824649a5904b7d2b3708e.avif") type("image/avif"), url("../images/banner/homepage-93b4caf3ad3f45bcffb1f3f639de76cf.png") type("image/png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homepage-header .homepage-banner-headline {
  text-align: center;
  text-shadow: 0 4px 8px rgba(1, 34, 43, 0.2);
}

.navbar-main {
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
  top: 88px;
  width: 100%;
  z-index: 10;
  font-size: 14px;
}

.subnav {
  float: left;
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 48px;
}
.subnav .subnav-btn {
  display: flex;
  padding: 5px 0 17px 0;
  color: #011216 !important;
}
.subnav .subnav-btn:hover {
  color: #035F77 !important;
}
.subnav img {
  position: relative;
  top: -16px;
  color: #E5F2F6;
  display: none;
  height: 32px;
  width: 32px;
}
.subnav:before {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 9.5px solid transparent;
  border-bottom: 10.5px solid #B4DBE6;
  top: 31px;
  left: calc(50% - 22px);
}
.subnav:after {
  content: "";
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #FBFBFB;
  top: 31px;
  left: calc(50% - 20px);
}
.subnav:hover .subnav-content {
  display: flex;
}
.subnav:hover img {
  display: block;
}
.subnav:hover::after, .subnav:hover::before {
  opacity: 1;
}

.subnav-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 18px;
  top: 48px;
  flex-direction: column;
  padding: 24px 40px;
  display: none;
  background: #E5F2F6;
  border-radius: 16px;
  background: #FBFBFB;
  border: 1px solid #B4DBE6;
  box-shadow: 0 6px 12px rgba(29, 194, 229, 0.1);
  white-space: nowrap;
}
.subnav-content.first {
  left: 0;
  transform: none;
}
.subnav-content.last {
  left: auto;
  transform: none;
  right: 0;
}
.subnav-content a {
  color: #10263B;
}
.subnav-content hr {
  margin: 0;
}

.subnav-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-pagination-nav {
  display: flex;
  justify-content: start;
  gap: 16px;
  margin-top: 80px;
}

.content {
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
}
.content.position-top {
  position: relative;
  top: -278px;
}
.content.position-top-no-btn {
  position: relative;
  top: -248px;
}
.content.breadcrumbs {
  position: absolute;
  top: 165px;
  font-size: 14px;
  line-height: 30px;
  color: #011216;
}
.content.breadcrumbs .separator {
  color: #939599;
  font-size: 14px;
  line-height: 0;
  margin-bottom: 3px;
}
.content.breadcrumbs .pre {
  text-decoration-line: underline;
}
.content.breadcrumbs .last {
  color: #035F77;
}
.content #headline-content {
  font-weight: 700;
}
.content #headline-category {
  margin-top: 10px;
  font-weight: 700;
}
.content .sub-categories {
  display: flex;
  margin-top: 10px;
}
.content .sub-categories a {
  margin-left: 16px;
  padding-top: 4px;
}
.content .sub-categories a.arrow {
  margin-left: 4px;
}
.content .sub-categories p {
  max-height: 20px;
  font-weight: 700;
}
.content.template-site {
  margin-bottom: 165px;
}

.position-top-no-btn {
  position: relative;
  top: -248px;
}

.content-segment {
  margin: 120px auto;
}

.content-header {
  height: 360px;
  margin-top: 128px;
  background: linear-gradient(360deg, rgba(217, 217, 217, 0) 0%, #CDF3FE 100%);
}
.content-header.template-site {
  height: unset;
}
.content-header.main-category {
  display: flex;
  margin-bottom: 140px;
  height: 484px;
}
.content-header .headline-container {
  margin: 120px 80px -120px 161px;
  margin: 120px 80px -120px 161px;
}
.content-header .headline-container.with-picture {
  margin: unset;
  display: flex;
  max-width: 1441px;
  height: 484px;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
}
.content-header .headline-container.with-picture .left-side h1 {
  margin-top: 124px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  max-width: 453px;
}
.content-header .headline-container.with-picture .left-side ul {
  max-width: 453px;
  margin-top: 30px;
}
.content-header .headline-container.with-picture .left-side .list-element {
  display: flex;
  margin-top: 8px;
}
.content-header .headline-container.with-picture .left-side .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content-header .headline-container.with-picture .headline-image {
  margin-top: 65px;
  margin-left: 142px;
  max-width: 597.579px;
  position: relative;
}
.content-header .headline-container.with-picture .headline-image .background-image {
  filter: blur(10px);
  margin: 10px 0 0 10px;
  z-index: -1;
  position: absolute;
  border-radius: 24px;
}
.content-header .headline-container.with-picture .headline-image .foreground-image {
  z-index: 0;
  position: absolute;
  border-radius: 24px;
}
.content-header .headline-container.central {
  margin: unset;
  text-align: center;
  min-height: 484px;
  padding: 40px calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
}
.content-header .headline-container.central h1 {
  margin-top: 60px;
  font-weight: 700;
  max-width: 100%;
}
.content-header .headline-container.central p {
  font-weight: 700;
}
.content-header .headline-container ul {
  margin-top: 36px;
  padding-left: unset;
}
.content-header .headline-container .list-element {
  display: flex;
  margin-top: 8px;
}
.content-header .headline-container .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content-header .headline-container p {
  font-size: 16px;
}

.homepage-content {
  position: relative;
  top: -360px;
  margin-bottom: -360px;
}
.homepage-content .bottom-element {
  margin-top: 320px;
  padding-bottom: 126px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.bottom-gradient {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBFAFE 100%);
}

.wide-content {
  padding: 0 calc((100vw - 1440px) / 2 + 110px);
}
.wide-content.position-top {
  position: relative;
  top: -278px;
}
.wide-content.position-top-no-btn {
  position: relative;
  top: -248px;
}

.extra-wide-content {
  padding: 0 calc((100vw - 1440px) / 2);
}
.extra-wide-content.position-top {
  position: relative;
  top: -278px;
}
.extra-wide-content.position-top-no-btn {
  position: relative;
  top: -248px;
}

.header-info-card-container {
  display: flex;
  gap: 32px;
  position: relative;
  top: -114px;
}

.jnl-intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 0 54px 0;
}
.jnl-intro-container .icons-container {
  display: flex;
  gap: 72px;
  margin-top: 36px;
}

.review-slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: clip;
  padding: 100px 0 0 0;
  margin: 148px 0;
  height: 410px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #CDF3FE 100%);
}

.interfaces-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.quick-check-image {
  width: 100%;
}

.footer-main {
  width: 100%;
  min-height: 578px;
  background: #035F77;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
  position: relative;
  z-index: 1;
}
.footer-main .footer-element {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
}
.footer-main .footer-element a {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.footer-main .footer-element .text {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #CDDFE4 !important;
}

.footer-ehi {
  width: 100%;
  height: 72px;
  background: #CDDFE4;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.footer-bottom {
  height: 124px;
  width: 100%;
  background: white;
  padding: 0 calc((100vw - 1440px) / 2 + 159px) 0 calc((100vw - 1440px) / 2 + 159px);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer-bottom img {
  height: 54px;
}

.footer-heading {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.footer-heading.light {
  color: #CDDFE4;
}
.footer-heading.dark {
  color: #035F77;
}
.footer-heading.mr {
  margin-right: 48px;
}

.content .content-select-block {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content .content-select-block p {
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.content .content-select-block p#above-h {
  color: #035F77;
  font-size: 16px;
}
.content .content-select-block p#below-h {
  color: rgba(16, 38, 59, 0.8);
}
.content .content-select-block h1 {
  font-weight: 700;
}
.content .content-with-button-block {
  margin-top: 89px;
  text-align: center;
  justify-content: center;
}
.content .content-with-button-block p {
  margin: 24px auto 41px auto;
  text-align: center;
  color: #011216;
  max-width: 740px;
}
.content .content-with-button-block h2 {
  font-size: 16px;
  color: #035F77;
  margin-bottom: 24px;
}
.content .content-with-button-block h1 {
  font-weight: 700;
  margin-bottom: unset;
}
.content .content-with-button-block .content-fixed-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  height: 20px;
}
.content .content-with-button-block .content-fixed-buttons button {
  width: 172.462px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #035F77;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .content-with-button-block .content-fixed-buttons button p {
  width: 93px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.content .content-with-button-block .content-fixed-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 49.54px;
  height: 20px;
  flex-shrink: 0;
  color: #10263B;
  font-weight: 700;
}
.content .content-with-button-block .content-fixed-buttons a p {
  width: unset;
  height: unset;
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: #035F77;
}
.content .content-with-button-block .content-fixed-buttons a img {
  margin-left: 5px;
}
.content .content-with-image-block {
  display: flex;
  text-align: center;
  background-image: linear-gradient(284deg, #035F77 43.07%, #63BBD4 89.11%);
  width: 768px;
  flex-shrink: 0;
  border-radius: 24px;
  margin: 100px auto 50px auto;
}
.content .content-with-image-block .content-image {
  width: 79px;
  height: 68px;
  flex-shrink: 0;
  margin: 55px auto 211px 60px;
}
.content .content-with-image-block.wide .content-image {
  width: 185px;
}
.content .content-with-image-block .content-text {
  margin: 0 64px 0 51px;
  color: white;
  text-align: center;
}
.content .content-with-image-block .content-text ul {
  margin-top: 36px;
  padding-left: unset;
}
.content .content-with-image-block .content-text .list-element {
  display: flex;
  margin-top: 8px;
}
.content .content-with-image-block .content-text .list-element li {
  list-style: none;
  padding-left: 10px;
}
.content .content-with-image-block .content-text h2 {
  width: 514px;
  height: 30px;
  margin-top: 50px;
  text-align: left;
}
.content .content-with-image-block .content-text p {
  width: 514px;
  min-height: 91px;
  flex-shrink: 0;
  margin-top: 21px;
  text-align: left;
}
.content .content-with-image-block .content-fixed-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 20px;
  width: 198px;
}
.content .content-with-image-block .content-fixed-buttons a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 20px;
  flex-shrink: 0;
  font-weight: 700;
}
.content .content-with-image-block .content-fixed-buttons a p {
  width: unset;
  height: unset;
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.review-slider {
  display: flex;
  gap: 32px;
}
.review-slider.homepage-position {
  position: relative;
  top: 40px;
}

.animated-slider {
  transition: transform 1s ease-in-out;
}

.paginated-slider-nav-button:hover {
  background-color: #10263B;
}

.accordion-item {
  overflow: hidden;
}
.accordion-item.active .accordion-title {
  border-bottom: 2px solid #035F77;
}

.accordion-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.accordion-title h3 {
  margin: 0;
}

.accordion-title .arrow {
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  padding: 0 69px 0 47px;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background-color: #EBFAFE;
}

.accordion-content p {
  margin: 0;
  padding: 10px 0;
}

.accordion-item.active .accordion-content {
  max-height: fit-content;
  opacity: 1;
}

.accordion-item.active .arrow {
  transform: rotate(90deg);
}

.login-section {
  text-align: left;
}
.login-section h1 {
  margin-bottom: 72px !important;
}

.registration-login {
  display: flex;
  justify-content: left;
  gap: 80px;
  margin-top: 20px;
}
.registration-login .registration,
.registration-login .login {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 16px;
  width: 368px;
  min-height: 465px;
  box-shadow: 0 0 10px rgba(3, 95, 119, 0.1);
}
.registration-login .registration .login,
.registration-login .login .login {
  background-image: url("/build/admin/images/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: 62% 50%;
}
.registration-login .registration h2,
.registration-login .login h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 10px;
}

.registration ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.registration ul .list-element {
  display: flex;
}
.registration ul .list-element img.first-img-element {
  margin-top: -20px;
}
.registration ul .list-element img.second-img-element {
  margin-top: 5px;
}

.registration ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-left: 8px;
}

.center-buttons {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.center-buttons .line-container {
  margin-top: 15px;
}
.center-buttons .line-container p {
  position: relative;
  margin: 0 10px;
}
.center-buttons .line-container p::before,
.center-buttons .line-container p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 130px; /* Length of the line */
  border-top: 1px solid rgba(41, 149, 187, 0.2); /* Line style and color */
}
.center-buttons .line-container p::before {
  left: -140px; /* Position the left line */
  transform: translateY(-50%);
}
.center-buttons .line-container p::after {
  right: -140px; /* Position the right line */
  transform: translateY(-50%);
}

.styled-button {
  border: 1px solid #035F77;
  display: block;
  width: 75%;
  margin-top: 10px;
  border-radius: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 10px;
  text-align: center;
}

.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 80%;
  background-color: white;
  z-index: 1;
}

.loader {
  margin-left: -24px;
  margin-top: -24px;
  position: relative;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 5px solid #777;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  text-align: center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: inherit;
}

.btn-edgy {
  box-sizing: border-box;
  border-radius: 6px;
  padding: 11px 24px;
  text-decoration: none;
  width: fit-content;
  font-weight: 700;
  background: transparent;
  text-align: center;
  line-height: 18px;
}
.btn-edgy.hollow {
  color: #10263B !important;
  border: 2px solid #0EA6C9;
}
.btn-edgy.hollow:hover {
  background: #EBFAFE !important;
}
.btn-edgy.hollow.disabled {
  color: white !important;
}
.btn-edgy.hollow.disabled .arrow-right-icon {
  background-color: white;
}
.btn-edgy.hollow .arrow-right-icon {
  background-color: #10263B;
}
.btn-edgy.solid-blue {
  background-color: #035F77 !important;
  color: white;
  border: 2px solid #035F77;
}
.btn-edgy.solid-white {
  background-color: white !important;
  color: #10263B;
  border: 2px solid white;
}
.btn-edgy.solid-background-blue-bordered {
  color: #10263B;
  border: 3px solid #0EA6C9;
  padding: 10px 15px;
}
.btn-edgy.disabled {
  pointer-events: none;
  background-color: #939599 !important;
  border: 2px solid #939599;
}
.btn-edgy.login {
  width: 90px;
}
.btn-edgy.less-padding {
  padding: 11px 12px;
}

.btn-round {
  display: flex;
  padding: 14px 25px;
  gap: 11px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  border: none;
  background: none;
}
.btn-round.slim {
  padding: 0 48px;
  height: 44px;
}
.btn-round.solid-white-blue-shadowed {
  background: #EBFAFE;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #035F77;
}
.btn-round.disabled {
  pointer-events: none;
  background-color: #939599 !important;
}
.btn-round.selected {
  border: 2px solid #0588AB;
}
.btn-round.selected:hover {
  background: #EBFAFE !important;
}
.btn-round.unselected {
  opacity: 0.7;
  border: 1px solid #555555;
}
.btn-round.unselected:hover {
  opacity: 1;
  border: 1px solid #10263B;
}

.btn-underline-with-arrow {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #0588AB;
  font-weight: bold;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  position: relative;
  height: fit-content;
}
.btn-underline-with-arrow:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='$jnl-dark-blue' xmlns='http://www.w3.org/2000/svg'><path d='M5.84086 5.38862L1.44079 9.83902C1.22858 10.0537 0.884535 10.0537 0.672348 9.83902L0.159153 9.31995C-0.0526957 9.10568 -0.0531032 8.75841 0.158247 8.54363L3.64538 4.99999L0.158247 1.45637C-0.0531032 1.24159 -0.0526957 0.89432 0.159153 0.680047L0.672348 0.160979C0.884558 -0.0536598 1.22861 -0.0536598 1.44079 0.160979L5.84084 4.61138C6.05305 4.826 6.05305 5.17398 5.84086 5.38862Z' fill='$jnl-dark-blue'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
.btn-underline-with-arrow.white {
  color: white;
}
.btn-underline-with-arrow.white:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M5.84086 5.38862L1.44079 9.83902C1.22858 10.0537 0.884535 10.0537 0.672348 9.83902L0.159153 9.31995C-0.0526957 9.10568 -0.0531032 8.75841 0.158247 8.54363L3.64538 4.99999L0.158247 1.45637C-0.0531032 1.24159 -0.0526957 0.89432 0.159153 0.680047L0.672348 0.160979C0.884558 -0.0536598 1.22861 -0.0536598 1.44079 0.160979L5.84084 4.61138C6.05305 4.826 6.05305 5.17398 5.84086 5.38862Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}

.support-btn-position {
  position: fixed;
  right: 20px;
  top: 640px;
  z-index: 2;
}

.btn-dot {
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #939599;
}
.btn-dot.selected {
  background-color: #035F77;
}
.btn-dot:hover {
  background-color: #0588AB;
}

.btn-capital-text {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #035F77;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.btn-capital-text:hover {
  color: #10263B;
}
.btn-capital-text:hover .nav-arrow-right-icon, .btn-capital-text:hover .nav-arrow-left-icon {
  background-color: #10263B;
}
.btn-capital-text.disabled {
  color: #689FAD;
  cursor: default;
}
.btn-capital-text.disabled .nav-arrow-right-icon, .btn-capital-text.disabled .nav-arrow-left-icon {
  background-color: #689FAD;
}

.btn-pagination {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #035F77;
  background-color: transparent;
}
.btn-pagination:hover {
  color: #10263B;
  background-color: #f2f9fb;
}
.btn-pagination.selected {
  color: #0588AB;
  background-color: #EBFAFE;
  cursor: default;
}

.trash-btn {
  height: 20px;
  width: 16px;
  -webkit-mask: url("../images/icons/trash-4459856191c4ef956643041f9808411a.svg") no-repeat center;
  mask: url("../images/icons/trash-4459856191c4ef956643041f9808411a.svg") no-repeat center;
  background-color: #939599;
}
.trash-btn:hover {
  background-color: #555555;
}

.newsletter-signup {
  height: 48px;
  display: flex;
}
.newsletter-signup .email-input {
  background: #FFFFFF;
  border-radius: 8px 0 0 8px;
  border-color: #FFFFFF;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  width: 192px;
  outline: none;
  padding: 0 16px 0 16px;
}
.newsletter-signup .email-input::placeholder {
  color: #555555;
}
.newsletter-signup .submit-button {
  filter: drop-shadow(0px 3px 10px rgba(38, 40, 42, 0.1));
  box-sizing: border-box;
  background: #035F77;
  border: 1px solid #FFFFFF;
  border-radius: 0 8px 8px 0;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 190px;
}
.newsletter-signup .submit-button img {
  margin-left: 12px;
}

.form-input {
  position: relative;
  height: 48px;
  width: 256px;
  box-sizing: border-box;
  background: white;
  border: 2px solid #939599;
  border-radius: 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-input .search-input {
  padding: 13px 10px 12px 52px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.form-input img {
  position: absolute;
  left: 10px;
  top: -1px;
}

.form-group {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-group.search-container {
  display: inline-block;
  position: relative;
}
.form-group .search-icon,
.form-group .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-group .search-icon {
  left: 10px;
}
.form-group .clear-icon {
  right: 12px;
  display: none;
  cursor: pointer;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #10263B;
}
.form-group input {
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-group input.search-input {
  border-radius: 30px;
  padding: 11px 24px 12px 49px;
}
.form-group input.w-standard {
  width: 288px;
}
.form-group input.w-tiny {
  width: 118px;
}
.form-group input.w-wide {
  width: 399px;
}
.form-group input:focus {
  outline: none;
  border-color: #0588AB;
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group input:hover:not(:focus) {
  border-color: #011216;
}
.form-group textarea {
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-group textarea:focus {
  outline: none;
  border-color: #0588AB;
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group textarea:hover:not(:focus) {
  border-color: #011216;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/icons/triangle_down-c814e0d13b6456464d3298b896994ce1.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 16px;
  position: relative;
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
}
.form-group select.w-standard {
  width: 288px;
}
.form-group select.w-tiny {
  width: 118px;
}
.form-group select.w-wide {
  width: 399px;
}
.form-group select:focus {
  outline: none;
  border-color: #0588AB;
  box-shadow: 0 0 0 2px rgba(5, 136, 171, 0.2509803922);
}
.form-group select:hover:not(:focus) {
  border-color: #011216;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #939599;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  accent-color: #0588AB;
}
input[type=checkbox]:checked {
  background-color: #0588AB;
  border: none;
}
input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=checkbox]:checked:hover {
  background-color: #035F77;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #939599;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #0588AB;
  border: none;
}
input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/checkmark-098d9c2c551f253847e0475f37b6455f.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-group {
  display: flex;
  margin-bottom: 24px;
}

.coupon-trigger {
  cursor: pointer;
}

.coupon-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s, opacity 0.8s;
}

.coupon-content.visible {
  opacity: 1;
  max-height: 500px;
}

.edit-button {
  cursor: pointer;
}
.edit-button.disabled {
  pointer-events: none;
}

.payment-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s, opacity 0.8s;
}

.payment-detail.visible {
  opacity: 1;
  max-height: 500px;
}

.dropdown-select {
  position: relative;
  width: 100%;
  padding: 11px 24px 11px 24px;
  border: 2px solid #939599;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
}
.dropdown-select:hover {
  border-color: #011216;
}
.dropdown-select::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/triangle_down-c814e0d13b6456464d3298b896994ce1.svg");
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  pointer-events: none;
}
.dropdown-select .dropdown-options {
  display: none;
  position: absolute;
  width: calc(100% + 4px);
  background: white;
  z-index: 1000;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  left: -2px;
  top: 46px;
  border-radius: 0 0 8px 8px;
  border: 2px solid #0588AB;
  max-height: 300px;
  overflow: auto;
}
.dropdown-select .dropdown-options li {
  padding: 11px 24px 11px 24px;
  border-bottom: 1px solid #CDDFE4;
}
.dropdown-select .dropdown-options li.last {
  border-radius: 0 0 8px 8px;
}
.dropdown-select .dropdown-options li.selected-option {
  background-color: #E6F3F7;
  color: #0588AB;
}
.dropdown-select .dropdown-options li:hover {
  background-color: #f2f9fb;
}
.dropdown-select.active {
  border-radius: 8px 8px 0 0;
  border: 2px solid #0588AB;
  background-color: #E6F3F7;
}
.dropdown-select.active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
  background-image: url("../images/icons/triangle_down_dark-49a0db71076cfcca4b9e55c4904cf30b.svg");
}
.dropdown-select.active .dropdown-options {
  display: block;
}

.form-error {
  color: #dc3545;
  min-height: 24px;
}
.form-error ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-success {
  color: green;
  min-height: 24px;
}
.form-success ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.info-box-wrap {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.info-box-wrap .info-box {
  position: relative;
  width: 691px;
  top: -240px;
  padding: 57px 52px;
  background: white;
  --webkit-clip-path: polygon(96.7% 0, 100% 3.3%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(96.7% 0, 100% 3.3%, 100% 100%, 0 100%, 0 0);
}
.info-box-wrap .info-box .corner-top-right {
  position: absolute;
  top: 0;
  right: -4px;
}

.simple-border-box {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
  padding: 32px 24px;
}
.simple-border-box .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.simple-border-box .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.simple-border-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-element {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background: white;
  height: 464px;
  gap: 84px;
}
.cta-element.no-shadow {
  box-shadow: none;
}
.cta-element.full-width {
  background: #EBFAFE;
  border-radius: 0;
  padding: 57px calc((100vw - 1440px) / 2 + 159px);
}
.cta-element .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 20px 0;
}
.cta-element .content-area > :nth-last-child(2) {
  flex-grow: 2;
}
.cta-element .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.cta-element .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-border-box-rounder {
  border-radius: 16px;
  padding: 57px 41px;
  box-shadow: 0 3px 10px 0 rgba(3, 95, 119, 0.1);
  background: white;
}

.data-box {
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
}
.data-box .box-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: #10263B;
  font-size: 14px;
  letter-spacing: 1px;
}
.data-box .data-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: #939599;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.data-box .data-content {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #10263B;
  font-size: 16px;
}
.data-box .data-note {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #C45E00;
  font-size: 16px;
}

.simple-border {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
}

.create-account-box {
  width: 100%;
  height: 334px;
  display: flex;
}
.create-account-box .cta-part {
  width: 60%;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  border-radius: 24px 0 0 24px;
  padding: 54px 47px 54px 47px;
}
.create-account-box .action-part {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid #035F77;
  border-radius: 0 24px 24px 0;
  padding: 54px 47px 54px 47px;
}

.cta-box {
  width: 100%;
  height: 334px;
  display: flex;
  margin-top: 100px;
}
.cta-box .left-part {
  width: 60%;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  border-radius: 24px 0 0 24px;
  padding: 54px 47px 54px 47px;
}
.cta-box .right-part {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid #035F77;
  border-radius: 0 24px 24px 0;
  padding: 54px 47px 54px 47px;
}

.cta-element-3-sections {
  height: 334px;
  display: flex;
  margin-top: 100px;
}
.cta-element-3-sections .section-1 {
  height: 100%;
  border-radius: 24px 0 0 24px;
  padding: 0;
  overflow: hidden;
}
.cta-element-3-sections .section-1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cta-element-3-sections .section-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(284.14deg, #004D60 43.07%, #15748E 89.11%);
  padding: 42px;
}
.cta-element-3-sections .section-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: rgba(235, 250, 254, 0.2);
  border: 2px solid #035F77;
  padding: 42px;
  border-radius: 0 24px 24px 0;
}

.account-number-badge {
  background: #FFFFFF;
  border-radius: 16px;
  color: #10263B;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}

.aoi-box {
  height: 238px;
  width: 100%;
  padding: 40px 30px 20px 30px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 16px;
  background: white;
  box-shadow: 0 3px 10px 0 rgba(3, 95, 119, 0.1);
}

.jnl-credit-box {
  background-color: rgba(5, 136, 171, 0.05);
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.recommendation-badge {
  display: flex;
  align-items: center;
  height: 26px;
  width: 83px;
  padding: 7px 12px;
  border-radius: 30px;
  background: #FFF4E5;
  color: #035F77;
  font-size: 10px;
  line-height: 0;
}

.tooltip-right {
  position: relative;
  display: flex;
}
.tooltip-right .tooltip-content {
  position: absolute;
  top: -12px;
  left: 44px;
  padding: 18px;
  font-size: 14px;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #B4DBE6;
  background: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 200px;
  max-width: 300px;
  z-index: 3;
}
.tooltip-right .tooltip-content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #B4DBE6;
  top: 11px;
  left: -16px;
  z-index: 2;
}
.tooltip-right .tooltip-content:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid white;
  top: 11px;
  left: -14px;
  z-index: 3;
}
.tooltip-right:hover .tooltip-content {
  display: block;
}

.blue-box {
  border-radius: 24px;
  background: linear-gradient(284deg, #035F77 43.07%, #63BBD4 89.11%);
}
.blue-box .icon-area {
  width: 20%;
  display: flex;
  align-items: start;
}
.blue-box .content-area {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  color: white;
}

.search-info-box {
  display: flex;
  position: absolute;
  right: 0;
  top: 12px;
}
.search-info-box .text-box {
  width: 300px;
  height: 115px;
  padding: 16px 25px;
  background-color: #035F77;
}
.search-info-box .contact-details-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  padding: 23px 25px;
  background-color: #0e7089;
}
.search-info-box .end-box {
  width: 300px;
  height: 32px;
  background-color: #035F77;
}

.profile-badge {
  width: 40px;
  height: 40px;
  background: #0EA6C9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-cta-box {
  display: flex;
  width: 601px;
  height: 334px;
  background: linear-gradient(281deg, #035F77 58.93%, #63BBD4 103.26%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  margin: auto;
  padding: 49px 54px;
}
.icon-cta-box .icon-area {
  width: 190px;
  display: flex;
  align-items: start;
}
.icon-cta-box .content-area {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}

.right-side-box {
  box-sizing: border-box;
  border: 1px solid #E6F3F7;
  border-radius: 4px;
  padding: 32px 24px;
}
.right-side-box p {
  margin-bottom: 0;
}
.right-side-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.border-bottom-54 {
  border-bottom: 1px solid #939599;
  padding-bottom: 54px;
}

.data-box-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: #939599;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.data-box-content {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #10263B;
  font-size: 16px;
}

.jnlTable {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #E6F3F7;
  border-radius: 4px;
  table-layout: auto;
}
.jnlTable thead {
  background-color: #E6F3F7;
  color: #10263B;
  height: 58px;
}
.jnlTable thead th {
  padding: 10px;
  position: relative;
}
.jnlTable thead th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #035F77;
  opacity: 0.7;
}
.jnlTable tbody tr {
  height: 58px;
}
.jnlTable tbody tr:nth-child(even) {
  background-color: #f2f9fb;
}
.jnlTable tbody tr:hover {
  background-color: rgba(5, 136, 171, 0.28) !important;
}
.jnlTable tbody tr:hover .edit-icon, .jnlTable tbody tr:hover .eye-icon {
  visibility: visible;
}
.jnlTable tbody tr.canceled {
  background-color: rgba(255, 193, 7, 0.1);
}
.jnlTable tbody .edit-icon, .jnlTable tbody .eye-icon {
  visibility: hidden;
}
.jnlTable tbody td {
  padding: 10px;
  border-right: 1px solid #E6F3F7;
  white-space: nowrap;
  overflow: hidden;
}
.jnlTable tbody td:last-child {
  border-right: none;
}
.jnlTable tbody td .cancellation-date {
  color: #C45E00;
  font-style: italic;
}

.cart-table {
  border-collapse: collapse;
}
.cart-table thead th {
  background-color: transparent;
  padding: 10px;
}
.cart-table tbody tr {
  background-color: transparent;
}
.cart-table tbody tr td {
  background-color: #f2f9fb;
  height: 44px;
  padding: 10px;
}
.cart-table tbody tr:nth-child(odd):not(.coupon-row) td {
  background-color: white;
}
.cart-table tbody tr:not(.coupon-row) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-table tbody tr:not(.coupon-row) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cart-table tbody .coupon-row-spacer {
  height: 16px;
}
.cart-table tbody .coupon-row-spacer td {
  background-color: transparent !important;
  height: 8px;
}
.cart-table tbody .coupon-row td {
  background-color: #fefbf2;
}
.cart-table tbody .coupon-row td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-table tbody .coupon-row td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab-nav {
  margin-bottom: 48px;
}
.tab-nav .tab-button {
  border-bottom: solid 2px #555555;
  cursor: pointer;
}
.tab-nav .tab-button.active {
  color: #035F77;
  border-bottom: solid 4px #0588AB;
}
.tab-nav .tab-button:first-child {
  padding-right: 24px;
}
.tab-nav .tab-button:last-child {
  padding-left: 24px;
}
.tab-nav .tab-button:not(:first-child):not(:last-child) {
  padding: 0 24px;
}
.tab-nav.table-top {
  margin-bottom: 0;
}
.tab-nav.table-top .tab-button {
  border-bottom: solid 4px #CDDFE4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
}
.tab-nav.table-top .tab-button.active {
  color: #035F77;
  border-bottom: solid 4px #0588AB;
}
.tab-nav.table-top .tab-button:not(.active):hover {
  border-bottom: solid 4px #B4DBE6;
}
.tab-nav.table-top .tab-button:first-child {
  padding-right: 24px;
}
.tab-nav.table-top .tab-button:last-child {
  padding-left: 24px;
}
.tab-nav.table-top .tab-button:not(:first-child):not(:last-child) {
  padding: 0 24px;
}

.tab-nav-bar {
  display: flex;
  justify-content: center;
}
.tab-nav-bar .tab-button {
  color: #405162;
  background-color: white;
  padding: 14px 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  border: 2px solid #405162;
  border-left-width: 0;
  height: 48px;
  position: relative;
}
.tab-nav-bar .tab-button:not(.active):hover {
  background-color: #E6F3F7;
}
.tab-nav-bar .tab-button.active {
  color: white;
  background-color: #405162;
}
.tab-nav-bar .tab-button.active:hover {
  background-color: rgba(16, 38, 59, 0.9019607843);
}
.tab-nav-bar .tab-button.active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid rgba(5, 136, 171, 0.5019607843);
  top: 52px;
  left: calc(50% - 14px);
  z-index: 2;
}
.tab-nav-bar .tab-button.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid white;
  top: 53px;
  left: calc(50% - 14px);
  z-index: 2;
}
.tab-nav-bar .tab-button:first-child {
  padding: 14px 30px 14px 52px;
  border-radius: 24px 0 0 24px;
  border-left-width: 2px;
}
.tab-nav-bar .tab-button:last-child {
  border-radius: 0 24px 24px 0;
  padding: 14px 52px 14px 30px;
}
.tab-nav-bar .tab-icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  background: transparent;
  border: none;
  color: #939599;
  position: relative;
}
.tab-nav-bar .tab-icon-button .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
}
.tab-nav-bar .tab-icon-button .tab-icon {
  height: 25px;
  width: 100%;
  background-color: #939599;
}
.tab-nav-bar .tab-icon-button.active {
  color: #0588AB;
}
.tab-nav-bar .tab-icon-button:not(.active):hover {
  color: #555555;
}
.tab-nav-bar .tab-icon-button:not(.active):hover .tab-icon {
  background-color: #555555;
}
.tab-nav-bar .tab-icon-button.active {
  color: #0588AB;
}
.tab-nav-bar .tab-icon-button.active:hover {
  color: #035F77;
}
.tab-nav-bar .tab-icon-button.active:hover .tab-icon {
  background-color: #035F77;
}
.tab-nav-bar .tab-icon-button.active .tab-icon {
  background-color: #0588AB;
}
.tab-nav-bar .tab-icon-button.active .icon-box {
  background-color: #EBFAFE;
}
.tab-nav-bar .tab-icon-button.active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid rgba(5, 136, 171, 0.5019607843);
  top: 121px;
  left: calc(50% - 14px);
}
.tab-nav-bar .tab-icon-button.active:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 24px solid white;
  top: 122px;
  left: calc(50% - 14px);
  z-index: 2;
}

.tab-nav-bar.two-parts .tab-button.active:after {
  border-bottom: 24px solid #EBFAFE;
}

.tab-content {
  padding: 30px 40px;
  margin: auto;
  background: white;
  border: 1px solid rgba(5, 136, 171, 0.3);
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 34px;
}
.tab-content.internetrecht, .tab-content.uebersichtsseite {
  display: flex;
  width: 100%;
}
.tab-content.internetrecht .image, .tab-content.uebersichtsseite .image {
  width: 544px;
  height: 417px;
  flex-shrink: 0;
  border-radius: 16px;
  margin-top: 15px;
  margin-left: 8px;
}
.tab-content.internetrecht .image .background-image, .tab-content.uebersichtsseite .image .background-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.tab-content.internetrecht .tab-nav-content, .tab-content.uebersichtsseite .tab-nav-content {
  text-align: left;
  width: 624px;
  display: flex;
  flex-direction: column;
  margin: 15px auto 5px 66px;
}
.tab-content.internetrecht .tab-nav-content ul, .tab-content.uebersichtsseite .tab-nav-content ul {
  padding-left: unset;
  margin-bottom: unset;
}
.tab-content.internetrecht .tab-nav-content .list-element, .tab-content.uebersichtsseite .tab-nav-content .list-element {
  display: flex;
  margin-top: 10px;
  height: 20px;
}
.tab-content.internetrecht .tab-nav-content .list-element li, .tab-content.uebersichtsseite .tab-nav-content .list-element li {
  list-style: none;
  padding-left: 10px;
}
.tab-content.internetrecht .tab-nav-content p, .tab-content.uebersichtsseite .tab-nav-content p {
  margin-bottom: 27px;
  letter-spacing: unset;
  text-transform: unset;
}
.tab-content.internetrecht .tab-nav-content > :nth-last-child(2), .tab-content.uebersichtsseite .tab-nav-content > :nth-last-child(2) {
  flex-grow: 2;
}
.tab-content.internetrecht .tab-nav-content p.pre-headline, .tab-content.uebersichtsseite .tab-nav-content p.pre-headline {
  width: 240px;
  height: 25px;
  margin-bottom: 20px;
}
.tab-content.internetrecht .tab-nav-content h2, .tab-content.uebersichtsseite .tab-nav-content h2 {
  margin-bottom: 29px !important;
  font-weight: 700;
}
.tab-content.internetrecht .tab-nav-content #tab-button-internet-recht, .tab-content.uebersichtsseite .tab-nav-content #tab-button-internet-recht {
  margin-top: 30px;
}
.tab-content.internetrecht .tab-nav-content button, .tab-content.uebersichtsseite .tab-nav-content button {
  max-width: 400px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #035F77;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content.internetrecht .tab-nav-content button p, .tab-content.uebersichtsseite .tab-nav-content button p {
  width: 93px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.tab-content.internetrecht .tab-nav-content .button-container, .tab-content.uebersichtsseite .tab-nav-content .button-container {
  display: flex;
  margin-top: 57px;
}
.tab-content.internetrecht .tab-nav-content .button-container a, .tab-content.uebersichtsseite .tab-nav-content .button-container a {
  padding-top: 15px;
  padding-left: 56px;
  text-decoration: underline;
}
.tab-content.uebersichtsseite {
  min-height: 550px;
}
.tab-content.no-box {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
}
.tab-content.two-parts {
  padding: 0;
}
.tab-content.two-parts .top-part {
  padding: 30px 40px 30px 38px;
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid rgba(5, 136, 171, 0.3);
  background-color: #EBFAFE;
}
.tab-content.two-parts .bottom-part {
  padding: 30px 40px 30px 38px;
  border-radius: 0 0 14px 14px;
}

.tab-icon-nav-button {
  position: relative;
  top: 34px;
}
.tab-icon-nav-button:hover {
  background-color: #10263B;
}

.tab-icon-content {
  padding: 50px;
  width: 100%;
  max-height: 480px;
  background: white;
  border: 1px solid rgba(5, 136, 171, 0.3);
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 34px;
  display: flex;
  gap: 40px;
}
.tab-icon-content .content-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.tab-icon-content .image {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.tab-icon-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-image {
  height: 120px;
  width: fit-content;
  margin-left: 18%;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-contents {
  background-color: white;
  padding: 29px 34px 57px;
  width: 40%;
  border-radius: 16px;
}

.modal-close-icon {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-heading {
  margin: 20px 38px 48px 38px;
  text-align: center;
}

.modal-main {
  margin: auto 60px;
}
.modal-main form {
  border: none;
}
.modal-main .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 42px !important;
}
.modal-main .dropdown-select {
  margin: 42px 0 !important;
}

.info-card-1 {
  border-radius: 16px;
  padding: 40px 22px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(3, 95, 119, 0.1215686275);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.review-card {
  height: 254px;
  width: 256px;
  flex-shrink: 0;
  padding: 34px 24px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 21px;
  border-radius: 16px;
  border: 1px solid rgba(5, 136, 171, 0);
  background: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.review-card-offset-up {
  margin-bottom: 34px;
}

.review-card-offset-down {
  margin-top: 34px;
}

ol.jnl-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin: 0;
}
ol.jnl-list li {
  counter-increment: list-counter;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-top: 3px;
  position: relative;
  min-height: 32px;
}
ol.jnl-list li:before {
  content: counter(list-counter);
  border: 1px solid #555555;
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(50% - 16px));
  font-weight: 700;
  font-size: 14px;
  font-family: "Merriweather", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo {
  display: flex;
  justify-content: center;
  min-width: 260px;
  padding: 10px;
}

/*# sourceMappingURL=app.output.css.map */
