/*
Theme Name:     Azeco
Description:    Modern theme for Azeco
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version:        2.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    azeco
*/

:root {
  --blue: #243985;
  --blue-soft: #6f92d3;
  --blue-light: #dbe6f7;

  --pink: #e41567;
  --white: #fff;
  --light: #f4f4f4;
  --container: 114rem;
  --pink: #e51667;
  --pink-soft: #ff67a2;
  --field: #ffd0e0;

  --orange: #df8700;
  --blue-soft: #748fc8;
  --border: #d9e3f5;
  --dark-gray: #555555;

  --azeco-blue: #243f8f;
  --azeco-blue-dark: #173374;
  --azeco-pink: #ed0b64;
  --azeco-orange: #f4a000;
  --azeco-light-blue: #dfe7f6;
  --azeco-soft-blue: #f5f7fc;
  --azeco-soft-pink: #fff0f6;
  --azeco-text: #203669;
  --azeco-muted: #6f7ca2;
  --azeco-border: #dce3f1;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(36, 63, 143, .08);
  --radius-lg: 28px;
  --radius-md: 18px;

  --proximanova-regular: 'ProximaNova-Regular', 'Raleway', sans-serif;
  --proximanova-bold: 'ProximaNova-Bold', 'Raleway', sans-serif;
  --proximanova-extrabold: 'ProximaNova-Extrabold', 'Raleway', sans-serif;
  --proximanova-medium: 'ProximaNova-Medium', 'Raleway', sans-serif;
  --proximanova-semibold: 'ProximaNova-Semibold', 'Raleway', sans-serif;
  --rubik: "Rubik", sans-serif;

}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--proximanova-regular);
  color: var(--blue);
}

h2 {
  font-size: 2.25rem;
}

h1.color-blue,
h2.color-blue {
  color: var(--blue);
}

p {
  font-size: 1.125rem;
}

strong,
b,
*.font-bold {
  font-family: var(--proximanova-extrabold);
}

body input::placeholder {
  color: #b3b3b3 !important;
  padding-left: 10px;
  position: relative;
}

body input::placeholder::before {
  content: "";
  position: absolute;
  border-left: 1px solid #b3b3b3;
  width: 2px;
  height: 100%;
}

.font-rubik {
  font-family: var(--rubik);
}

.site-header {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}

.site-logo {
  position: relative;
}

.site-logo a {
  display: block;
  position: relative;
  z-index: 3;
}

.site-logo img {
  width: auto;
  max-height: 67px;
}

.top-menu-wrapper {
  background-color: #dce3f1;
}

.site-header .top-menu-container ul li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.top-menu-container ul li:first-of-type {
  background-color: var(--pink);
}

.top-menu-container ul li:last-of-type {
  background-color: var(--blue);
}

.site-header .top-menu-container ul li a {
  font-family: var(--proximanova-semibold);
  color: #ffffff;
  display: block;
  font-size: .9rem;
}

.top-menu-container ul li:after {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M229.66%2C165.66l-48%2C48a8%2C8%2C0%2C0%2C1-11.32%2C0l-48-48a8%2C8%2C0%2C0%2C1%2C11.32-11.32L168%2C188.69V72H32a8%2C8%2C0%2C0%2C1%2C0-16H176a8%2C8%2C0%2C0%2C1%2C8%2C8V188.69l34.34-34.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  margin-left: 5px;
  line-height: 12px;
}

.main-menu-section nav {
  padding: .8rem 0;
}

.site-header ul,
.main-menu-section ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.site-header ul li,
.main-menu-section ul li {
  padding: 0 10px;
}

.main-menu-section ul li:first-of-type {
  padding-left: 0;
}

.main-menu-section ul li:last-of-type:after {
  content: "";
}

.main-menu-section ul li {
  padding: 0 10px;
}

.site-header ul li:last-of-type,
.main-menu-section ul li:last-of-type {
  border-right: 0;
}

.site-header ul li a,
.main-menu-section ul li a {
  color: #333;
  text-decoration: none;
}

.main-menu-section ul li a {
  font-size: 1rem;
  color: #213c83;
  padding: 1.5rem 1rem 1.5rem 0;
  display: inline-block;
  /*border-bottom: 5px solid transparent;*/
  height: 100%;
  position: relative;
  letter-spacing: .9px;
}

.main-menu-section > .main-menu-container > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: .3rem;
  background: var(--blue);

  clip-path: polygon(
    0 0,
    calc(100% - .3rem) 0,
    100% 100%,
    .3rem 100%
  );

  opacity: 0;
  transform: translateY(.6rem);
  transition: opacity .25s ease, transform .25s ease;
}

.main-menu-section > .main-menu-container > ul > li:hover > a:after,
.main-menu-section > .main-menu-container > ul > li > a.active:after {
  opacity: 1;
  transform: translateY(0);
}

.main-menu-section ul li a:hover {
  border-bottom-color: #213c83;
}

.main-menu-container .sub-menu-wrapper.lvl-0 .sub-menu-parent-title h2 {
  color: #213c83;
}

.main-menu-container .sub-menu-wrapper.lvl-0 {
  opacity: 0;
  visibility: hidden;
  padding: 40px 30px;
  position: absolute;
  background: #fff;
  -webkit-transition: opacity 0s, visibility 0s;
  transition: opacity 0s, visibility 0s;
  margin-top: 0px;
  left: 0;
  right: 0;
  box-shadow: 0px 10px 10px 0px #00000040;
  border-radius: 4px;
  padding-left: 8.5%;
  padding-right: 8.5%;
}

.main-menu-container .sub-menu-wrapper.lvl-0 ul li {
  width: 20%;
  padding: 0 10px;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.main-menu-container ul#main-menu li:hover > .sub-menu-wrapper.lvl-0 {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: opacity .3s, visibility 3s;
  transition: opacity .3s, visibility 3s;
  border-top: 2px solid #213c83;
  border-radius: 0;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a {
  display: block;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 2px 10px #d3d3d3;
  border-radius: 20px;
  border: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.50);
}


.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a .nav-inner {
  height: 100%;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a .nav-inner h2 {
  font-weight: normal;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a .nav-inner img {
  width: 100px;
  margin: 20px auto;
  display: block;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a .nav-inner .additional-text {
  flex: 1;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper {
  border-top: 1px solid;
  padding-top: 15px;
  text-align: left;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_container {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_button__icon {
  position: relative;
  width: 1.5rem;
  height: 2.4rem;
  overflow: visible;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_button__trail {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  gap: .14rem;
  transform: translateY(-50%);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_button__trail span {
  width: .25rem;
  height: .1rem;
  background: currentColor;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity .15s ease,
    transform .2s ease;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_button__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .45s cubic-bezier(.23, 1, .32, 1);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_container .menu_azeco_button__text {
  line-height: 1;
  white-space: nowrap;
  transition: transform .45s cubic-bezier(.23, 1, .32, 1);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li .btn-wrapper .menu_azeco_button__arrow svg {
  width: 24px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__arrow {
  transform: translate(1.3rem, -50%);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__text {
  transform: translateX(16px);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span {
  opacity: 1;
  transform: scaleX(1);
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(1) {
  transition-delay: .05s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(2) {
  transition-delay: .12s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(3) {
  transition-delay: .19s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:hover .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(4) {
  transition-delay: .26s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:not(:hover) .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(1) {
  transition-delay: .21s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:not(:hover) .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(2) {
  transition-delay: .14s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:not(:hover) .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(3) {
  transition-delay: .07s;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li:not(:hover) .btn-wrapper .menu_azeco_container .menu_azeco_button__trail span:nth-child(4) {
  transition-delay: 0s;
}

.main-menu-container ul#main-menu .hex-wrap {
  z-index: 1;
  position: relative;
}

.main-menu-container ul#main-menu .sub-menu-wrapper.lvl-0 li a .hex-wrap-inner img {
  width: 230px;
  height: 230px;
  margin: 0;
}

body.menu-overlay:after {
  content: "";
  background-color: #b3b3b385;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  height: 100%;
}

.language-select-column ul li a {
  color: #213c83;
  display: block;
  position: relative;
  padding-left: 25px;
}

.language-select-column ul li:first-of-type a:before {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23213c83%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M128%2C24h0A104%2C104%2C0%2C1%2C0%2C232%2C128%2C104.12%2C104.12%2C0%2C0%2C0%2C128%2C24Zm88%2C104a87.61%2C87.61%2C0%2C0%2C1-3.33%2C24H174.16a157.44%2C157.44%2C0%2C0%2C0%2C0-48h38.51A87.61%2C87.61%2C0%2C0%2C1%2C216%2C128ZM102%2C168H154a115.11%2C115.11%2C0%2C0%2C1-26%2C45A115.27%2C115.27%2C0%2C0%2C1%2C102%2C168Zm-3.9-16a140.84%2C140.84%2C0%2C0%2C1%2C0-48h59.88a140.84%2C140.84%2C0%2C0%2C1%2C0%2C48ZM40%2C128a87.61%2C87.61%2C0%2C0%2C1%2C3.33-24H81.84a157.44%2C157.44%2C0%2C0%2C0%2C0%2C48H43.33A87.61%2C87.61%2C0%2C0%2C1%2C40%2C128ZM154%2C88H102a115.11%2C115.11%2C0%2C0%2C1%2C26-45A115.27%2C115.27%2C0%2C0%2C1%2C154%2C88Zm52.33%2C0H170.71a135.28%2C135.28%2C0%2C0%2C0-22.3-45.6A88.29%2C88.29%2C0%2C0%2C1%2C206.37%2C88ZM107.59%2C42.4A135.28%2C135.28%2C0%2C0%2C0%2C85.29%2C88H49.63A88.29%2C88.29%2C0%2C0%2C1%2C107.59%2C42.4ZM49.63%2C168H85.29a135.28%2C135.28%2C0%2C0%2C0%2C22.3%2C45.6A88.29%2C88.29%2C0%2C0%2C1%2C49.63%2C168Zm98.78%2C45.6a135.28%2C135.28%2C0%2C0%2C0%2C22.3-45.6h35.66A88.29%2C88.29%2C0%2C0%2C1%2C148.41%2C213.6Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 2px;
}

.language-select-column ul li:last-of-type {
  padding-left: 0;
  padding-right: 0;
}

.language-select-column ul li:last-of-type a {
  padding-left: 10px;
  padding-right: 25px;
}

.language-select-column ul li:last-of-type a:before {
  content: "|";
  left: 0;
  position: absolute;
}

.language-select-column ul li:last-of-type a:after {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23213c83%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M247.15%2C212.42l-56-112a8%2C8%2C0%2C0%2C0-14.31%2C0l-21.71%2C43.43A88%2C88%2C0%2C0%2C1%2C108%2C126.93%2C103.65%2C103.65%2C0%2C0%2C0%2C135.69%2C64H160a8%2C8%2C0%2C0%2C0%2C0-16H104V32a8%2C8%2C0%2C0%2C0-16%2C0V48H32a8%2C8%2C0%2C0%2C0%2C0%2C16h87.63A87.76%2C87.76%2C0%2C0%2C1%2C96%2C116.35a87.74%2C87.74%2C0%2C0%2C1-19-31%2C8%2C8%2C0%2C1%2C0-15.08%2C5.34A103.63%2C103.63%2C0%2C0%2C0%2C84%2C127a87.55%2C87.55%2C0%2C0%2C1-52%2C17%2C8%2C8%2C0%2C0%2C0%2C0%2C16%2C103.46%2C103.46%2C0%2C0%2C0%2C64-22.08%2C104.18%2C104.18%2C0%2C0%2C0%2C51.44%2C21.31l-26.6%2C53.19a8%2C8%2C0%2C0%2C0%2C14.31%2C7.16L148.94%2C192h70.11l13.79%2C27.58A8%2C8%2C0%2C0%2C0%2C240%2C224a8%2C8%2C0%2C0%2C0%2C7.15-11.58ZM156.94%2C176%2C184%2C121.89%2C211.05%2C176Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  right: 0;
  top: 2px;
  position: absolute;
}

button.search-btn {
  border: 0;
  padding: 5px;
  border-radius: 5px;
  align-self: center;
}

button.search-btn svg {
  width: 24px;
  height: 24px;
}

.site-header #searchform {
  border: 1px solid #213c83;
  padding: 2px 15px;
  border-radius: 99999px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

#searchform .search-field {
  border: none;
  padding: 0 10px 0 5px;
  width: 4rem;
  transition: width .35s ease;
  min-height: 27px;
}
#searchform .search-field::placeholder {
  color: #214792;
  opacity: 1;
}
#searchform:focus-within .search-field {
  width: 8rem;
}

#searchform [type=text]:focus {
  box-shadow: unset;
  outline: unset;
}

#searchform [type=submit] {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23213c83%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M229.66%2C218.34l-50.07-50.06a88.11%2C88.11%2C0%2C1%2C0-11.31%2C11.31l50.06%2C50.07a8%2C8%2C0%2C0%2C0%2C11.32-11.32ZM40%2C112a72%2C72%2C0%2C1%2C1%2C72%2C72A72.08%2C72.08%2C0%2C0%2C1%2C40%2C112Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  border: 0;
  background-color: transparent;
  text-indent: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 100%;
}

.banner-wrapper {
  background-color: #e6ded0;
  position: relative;
  height: 70vh;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.honeycomb-banner {
  height: 720px;
  margin-top: 10px;
}

.honeycomb-banner .banner-content {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.honeycomb-banner .banner-background {
  position: absolute;
  /*top: 0;*/
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

.honeycomb-banner .banner-content .column-inner {
  z-index: 2;
  position: relative;
  height: 100%;
}

.honeycomb-banner .banner-content:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.honeycomb-banner .banner-content .column-title {
  color: #fff;
  align-content: end;
}

.honeycomb-banner .banner-content .column-title h1 {
  font-size: clamp(2.5rem, 2vw, 3.5rem);
  text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.12);
}

.honeycomb-banner .banner-content .column-title .btn-wrapper .btn-read-more {
  text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.12); 
}

.column-honeycomb {
  align-content: center;
  justify-self: end;
  margin-right: -10%;
  padding-right: 4rem;
  position: relative;
}

.honeycomb-container {
  /* We’ll let JS compute width/height. 
     But if you want a fixed size or border, you can add it here. */
  position: relative; /* So absolutely positioned items stay within */
  border: 0px solid #ccc;
  margin: 20px auto;
  margin-right: 0;
  padding: 10px;
}

.honeycomb-container a {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 250px;
  height: 250px;
  aspect-ratio: 1;
  padding: 0 10px;
  background: url(assets/img/hexagon.png) no-repeat center;
  background-size: contain;
}

.honeycomb-container .honeycomb-inner {
  border: 1px solid red;
  display: block;
  height: 100%;
  clip-path: polygon(50% 6%, 96% 28%, 96% 73%, 50% 96%, 4% 73%, 4% 28%);
}

.honeycomb-container img {
  /* Make sure images fill their parent <a> size, if desired */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honeycomb-container h4 {
  padding: 20px 30px;
  align-content: center;
  height: 100%;
  font-size: 1.1rem;
  color: #fff;
}

.language-menu-wrapper {
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}

.language-menu-wrapper .btn-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  border: 0;
  background-color: transparent;
}

.honeycomb {
  position: absolute;
  inset: 0;
}

.hex {
  --w: 198px;
  --h: calc(var(--w) * 1.1547);
  --gap: 20px;
  --fill: transparent;
  position: absolute;
  width: var(--w);
  height: var(--h);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform .22s ease, filter .22s ease;
  z-index: 1;
  outline: 0;
}

.hex-item {
  --hex-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 205'><path fill='black' d='M81 2 C86 -1 92 -1 97 2 L171 45 C176 48 178 53 178 59 L178 147 C178 153 176 157 171 160 L97 203 C92 206 86 206 81 203 L7 160 C2 157 0 153 0 147 L0 59 C0 53 2 48 7 45 Z'/></svg>");
  aspect-ratio: 178 / 205;
  overflow: visible;
}

.hex-item__fill {
  position: absolute;
  inset: -1px;
  -webkit-mask-image: var(--hex-mask);
  mask-image: var(--hex-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hex-item__stroke {
  position: absolute;
  inset: -0.5rem;
  z-index: 2;
  display: block;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  overflow: visible;
  pointer-events: none;
}

.hex-item__stroke path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.hex-item__stroke path.stroke-one {
  stroke-width: 1;
}

.hex-item__stroke path.stroke-two {
  stroke-width: 2;
}

.hex-item__stroke path.color-blue {
  stroke: var(--blue);
}

.hex-item--color .hex-item__fill {
  background: #f7941d;
}

.hex-item--transparent .hex-item__fill {
  background: transparent;
}

.hex:hover,
.hex:focus-visible {
  transform: translate(-50%, -50%) scale(1.12);
  filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .28));
  z-index: 20;
}

.hex div.hex-title {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 18px;
  padding-right: 24px;
  padding-bottom: 70px;
  pointer-events: none;
  flex-direction: column;
}

.hex div.hex-title span.title {
  font-size: clamp(.7rem, 2vw, 1.4rem);
}

.hex div.hex-title span.sub {
  font-size: clamp(.5rem, 2vw, 1rem);
}

.hex.outline .hex-shape::after {
  background: rgba(30, 30, 30, .18);
  backdrop-filter: blur(1px);
}

.hex.product .hex-shape::after {
  background:
    linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.12)),
    url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=800&q=80") center / cover no-repeat;
}

.news-hero {
  position: relative;
  min-height: 45rem;
  padding: 4rem;
  overflow: hidden;
  background: var(--light);
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
}

.news-hero_shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.news-hero_content {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

.news-hero_title {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--white);
}

.news-hero_text {
  max-width: 66rem;
  font-size: clamp(.7rem, 2vw, 1rem);
  margin: 0;
  color: var(--white);
}

section#about-us .column-inner {
  border-radius: 20px;
  color: var(--blue);
  line-height: 28px;
  overflow: hidden;
}

section#about-us .btn-wrapper a {
  color: #e51567;
  font-size: 18px;
  text-decoration: none;
}

section:not(.honeycomb-banner) .column-title:before {
  content: "|";
  padding-right: 5px;
}

section#about-us .about-us-icons {
  border: 2px solid #ffffff;
  border-left: 0;
  padding: 2rem 2rem 2rem 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 20px 0;
  position: relative;
}

.about-us-icons .columns {
  gap: 3.5rem;
  text-align: center;
  line-height: 1.2rem;
}

.about-us-icons:before,
.about-us-icons:after {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  left: -90%;
  width: 90%;
}

.about-us-icons:before {
  top: -2px;
}

.about-us-icons:after {
  bottom: -2px;
}

.about-us-icons img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 10px;
  object-fit: contain;
}

section#about-us .col-right {
  background-image: url(assets/img/about-us-bg-1.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
}

section#about-us .col-right:after {
  content: "";
  background-image: url(assets/img/about-us-bg-2.png);
  position: absolute;
  right: -190px;
  bottom: -190px;
  z-index: 1;
  width: 500px;
  height: 500px;
  background-size: contain;
}

section#about-us .col-right-inner {
  display: flex;
  justify-content: center;
  z-index: 2;
}

section#about-us .hex-wrap {
  width: 390px;
}

section#about-us .certificates {
  align-items: center;
  display: flex;
  justify-content: end;
  padding: 10px;
  gap: 10px;
}

section#about-us .certificates img {
  width: 90px;
  height: 90px;
}

section#ingredients .section-top {
  color: var(--blue);
}

section#ingredients .section-bottom {
  /*background-color: #dce3f1;*/
}

section#ingredients .ingredient-slider {
  padding-top: 1rem;
}

section#ingredients div.bx-viewport {
  /*min-height: 580px;*/
  padding-top: 40px;
}

section#ingredients div.bx-wrapper {
  margin-bottom: 1rem;
}

section#ingredients .content-wrap {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #e51667;
  color: #ffffff;
}

section#ingredients .content-wrap .content-card {
  border-radius: 30px 0 0 30px;
}

section#ingredients .right-column .column-inner {
  padding: 1rem 8rem 1rem 1rem;
}

section#ingredients .hex-wrap {
  width: 372px;
  top: -2.5rem;
  position: relative;
}

section#ingredients h2 {
  font-weight: 600;
}

section#ingredients .left-column .column-inner {
  background-image: url(assets/img/ingredients-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section#ingredients .btn-more {
  background-color: #e51667;
  color: #ffffff;
}

section#ingredients .section-bottom {
  position: relative;
}

section#ingredients .ingredient-openspace {
  background-color: #dce3f1;
  width: auto;
  height: calc(100% - 40px);
  position: absolute;
  top: 40px;
  left: 0;
  min-width: 100%;
}
section#ingredients .choose-product-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
  padding: 4rem 0 4.5rem 3rem;
  justify-content: flex-start;
  bottom: 0;
  background-color: var(--pink);
  transition: all 0.4s ease;
  width: 0;
  min-width: 120px;
}

section#ingredients .choose-product-wrapper a {
  color: inherit;
}

section#ingredients .choose-product-wrapper h4 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.choose-product-wrapper .arrow-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.arrow-btn {
  padding: 8px;
  color: #f3a001;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid transparent ;
}

.arrow-btn:hover {
  background-color: transparent;
  color: #FFF !important;
  border: 1px solid #FFF;
}

section#blogs {
  color: var(--blue);
  position: relative;
}

section#blogs .content-wrap {
  position: relative;
}

section#blogs .content-wrap:before {
  content: "";
  background-image: url(assets/img/hex-blog.png);
  background-size: contain;
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: -70px;
  left: -40px;
  width: 260px;
  height: 260px;
  z-index: 0;
  opacity: .5;
}

section#blogs .content-wrap:after {
  content: "";
  background-image: url(assets/img/hex-blog.png);
  background-size: cover;
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 20px;
  left: -90px;
  width: 350px;
  height: 580px;
  z-index: 0;
  opacity: .5;
}

section#blogs div.bx-wrapper {
  border-radius: 20px;
  z-index: 2;
}

#more-news .card,
.blog-slider .card {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #d3d3d3;
  border: 0;
  height: 100%;
}

#more-news .card-inner,
.blog-slider .card-inner {
  color: #213c85;
  background-color: #f2f2f2;
  padding: 1.5rem;
  border-radius: 15px;
  height: 100%;
}

#more-news .card-body,
.blog-slider .card-body {
  padding-left: 0;
  padding-right: 0;
}

#more-news .card-inner img,
.blog-slider .card-inner img {
  width: 198px;
  width: auto;
  margin: 0 auto;
  /*height: 100%;*/
}

#blogs .bx-wrapper .bx-pager {
  bottom: -60px;
}

.blog-slider .blog-item:nth-child(4n) .card-inner {
  background-color: #e51667;
  color: #ffffff;
}

.blog-slider .card-inner img {
  object-fit: cover;
}

.blog-slider .card h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section#blogs .card-inner .btn-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
}

section#blogs .card-inner .btn-wrapper a {
  color: #e51567;
}

section#blogs .btn-wrapper {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 2;
}

section#more-news .btn-wrapper a,
section#blogs .btn-wrapper a {
  color: #213c83;
  text-decoration: none;
  font-size: 14px;
}

section.video iframe {
  height: 600px;
  width: 100%;
  padding: 20px 0;
}

.video-block {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.video-poster,
.video-frame,
.video-overlay {
  position: absolute;
  inset: 0;
}

.video-poster {
  z-index: 1;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-frame {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-overlay {
  z-index: 3;
  cursor: pointer;
}

.video-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.video-content {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  z-index: 2;
  max-width: 75rem;
}

.video-eyebrow {
  color: var(--orange);
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.video-title {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.3rem, 5vw, 3rem);
  line-height: 1.05;
  font-weight: 300;
}

.video-title strong {
  font-weight: 800;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8rem;
  height: 6rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .3rem solid var(--white);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  transition: .25s ease;
}

.play-btn:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,.18);
}

.play-icon i {
  font-size: 4rem;
  color: var(--white);
  line-height: 0;
}

.video-block.is-playing .video-frame {
  opacity: 1;
  visibility: visible;
}

.video-block.is-playing .video-overlay,
.video-block.is-playing .video-poster {
  display: none;
}

.btn-wrapper a .arrow {
  margin-right: 15px;
}

.btn-wrapper a .arrow svg {}

section#blogs .card-inner .column-title {
  color: #e51667;
}

section#subscribe {
  color: #213c83;
  background-color: #dce3f1;
}

/*section#subscribe .column-1 {
  background: url(assets/img/subscribe-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative;
}*/

section#subscribe .container-fluid {
  position: relative;
}

section#subscribe .container-fluid:before {
  content: "";
  background: url(assets/img/hex-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 240px;
  position: absolute;
  top: -20px;
  left: -70px;
  z-index: 2;
}

section#subscribe .column-1:before {
  content: "";
  background: url(assets/img/hex-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 115px;
  left: 155px;
}

section#subscribe .column-1:after {
  content: "";
  background: url(assets/img/hex-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 450px;
  position: absolute;
  top: 40px;
  left: -200px;
}

section#subscribe .column-2 {
  background-color: #ef9b11;
}

section#subscribe .column-1,
section#subscribe .column-2,
section#subscribe .column-3,
section#subscribe .column-4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section#subscribe .column-2 .column-inner {
  height: 100%;
  align-content: center;
}

section#subscribe .column-3 {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ef9b11;
  position: relative;
}

section#subscribe .column-3 .column-inner {
  padding-left: 3rem;
}

section#subscribe .column-3 .column-inner:after {
  content: "";
  background: url(assets/img/subscribe-bg-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  /*top: 0;*/
  left: 30%;
  bottom: -3rem;
  z-index: 0;
  width: 100%;
  height: 100%;
}

section#subscribe input {
  box-shadow: none;
  border: 0;
  border-radius: 10px;
}

section#subscribe .btn-subscribe {
  background-color: #e51667;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: bold;
}


section#subscribe .hex-wrap {
  width: 24rem;
  z-index: 1;
  position: relative;
}

section.download a.btn {
  color: #ffffff;
}

section#request-kit {
  /*background: url(assets/img/request-kit-featured.png) no-repeat bottom left;*/
  background-color: #febbaa;
  color: #213c83;
  background-size: cover;
  height: 510px;
}

section#request-kit .column-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
}

section#request-kit .container-fluid {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

section#request-kit .btn {
  color: #e51667;
}

section#our-team .member {
  padding: .3rem;
}
section#our-team .member .column-inner {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #d3d3d3;
  border: 0;
  height: 100%;
}

section#our-team .member .column-inner-card {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 20px;
}

section#our-team .member .column-inner-card h4 {
  font-family: var(--proximanova-bold);
  font-size: 1.3rem;
  margin-bottom: 0;
}

section#our-team {
  color: var(--blue);
}

section#our-team img {
  margin-bottom: 1rem;
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

section#our-team a {
  color: inherit;
  text-decoration: none;  
}

section#our-team a.btn {
  color: #e51567;
}

section#two-column-text .text-col .column-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

section#two-column-text .btn-read-more {
  color: #e51567;
}

section#two-column-text .image-col .column-inner {
    background-image: url(assets/img/hex-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#two-column-text .hex-wrap {
  width: 300px;
  inset: 0;
  background: #ffffff;
  border: 5px solid #ffffff;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
}

section#two-column-text .hex-wrap-inner {
  content: "";
  inset: 5px;
  background: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
}

section#two-column-text .hex-wrap-inner img {
  width: 380px;
  height: 380px;
}

section#image-carousel {
  color: var(--blue);
}

section#image-carousel img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

section#image-carousel .btn-more {
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
}

section#image-carousel .bx-viewport {
  padding-left: 10px;
}

section#image-carousel .column-inner {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #d3d3d3;
  border: 0;
  height: 100%;
}

section#image-carousel .card-inner {
  position: relative;
}

section#image-carousel .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background-color: #f2f2f2;
}

section#image-carousel .column-inner img {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

section#wide-image-block .image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#expert-details .main-wrapper {
  color: var(--blue);
  background-color: #d5ddee;
  border-radius: 20px;
  padding: 4rem 5rem;
  position: relative;
  overflow: hidden;
}

#expert-details .main-wrapper:after {
  content: "";
  background-image: url(assets/img/about-us-bg-2.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 240px;
  height: 280px;
  background-size: cover;
}

.single-expert .hex-wrap {
  inset: 0;
  background: #ffffff;
  border: 5px solid #ffffff;
  overflow: hidden;
  margin-bottom: 1.2rem;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
}

.single-expert .hex-wrap-inner {
  content: "";
  inset: 5px;
  background: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') center / 100% 100% no-repeat;
}

.single-expert .hex-wrap-inner img {
  width: 380px;
  height: 380px;
}

.single-expert .col-left-inner {
  padding-right: 3rem;
  padding-bottom: 4rem;
  height: 100%;
  position: relative;
}

.single-expert .col-right-inner {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #d3d3d3;
  border: 0;
  z-index: 2;
  background: #ffffff;
}

.single-expert .col-right-inner .column-inner {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 20px;
}

.single-expert .col-right-inner img {
  border-radius: 5px;
  min-height: 220px;
  object-fit: cover;
}

.single-expert .col-right-inner a {
  color: inherit;
  text-decoration: none;
}

.single-expert .col-right-inner h4 {
  margin-bottom: 0;
}

.single-expert .col-right-inner a.btn-appointment {
  background-color: #e51667;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

#contact-expert a.btn-cta {
  background-color: #e51667;
  color: #ffffff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}

.single-expert .col-right-inner a.btn-appointment svg {
  margin-left: 20px;
}

.single-expert .btn-download {
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}

section#contact-expert {
  color: #213c83;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#contact-expert .right-column .column-inner {
  background-image: url(assets/img/hex-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#contact-expert .hex-wrap {
  inset: 0;
  margin-bottom: 0;
  background: #ffffff;
  border: 5px solid #ffffff;
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 178 205"><path fill="black" d="M89 4 C96 4 103 6 109 10 L166 43 C172 47 176 53 176 61 L176 144 C176 152 172 158 166 162 L109 195 C103 199 96 201 89 201 C82 201 75 199 69 195 L12 162 C6 158 2 152 2 144 L2 61 C2 53 6 47 12 43 L69 10 C75 6 82 4 89 4 Z"/></svg>') left / 100% 100% no-repeat;
  width: 100%;
  height: 70%;
}

section#contact-expert .hex-wrap .hex-wrap-inner {
  background-size: contain;
}

ul.expertise {
  list-style: none;
  display: block;
  padding-left: 0;
  position: absolute;
  bottom: 10px;
} 

ul.expertise li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.expertise li a {
  border-radius: 5px;
  padding: 10px 25px;
  background: #798EC2;
  color: #ffffff;
}

ul.expertise li a:hover {
  border-color: #798EC2;
}

section#expert-quote {
  margin-bottom: 3rem;
}

section#expert-quote .column-1 {
  background: url(assets/img/subscribe-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}

section#expert-quote .column-2 {
  padding: 6rem 0;
}

section#expert-quote h2 {
  font-size: 3rem;
  font-weight: 700;
}

section#expert-quote .column-3 {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

section#expert-quote .column-3 .column-inner {
  width: 100%;
  height: 100%;
}

section#expert-quote .column-3 .column-inner:after {
  content: "";
  background: url(assets/img/subscribe-bg-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 30%;
  bottom: 0;
  z-index: 0;
  width: 100%;
}

.page-template-magazine .h1 {
  color: var(--blue);
}

.page-template-magazine #featured-news h2 {
  font-weight: normal;
  color: var(--blue);
  width: 20rem;
  align-self: flex-end;
  align-content: center;
  font-size: clamp(2.2rem, 2vw, 3rem);
  flex: 1;
  text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.18),
        0 2px 6px rgba(0, 0, 0, 0.12);
}

.page-template-magazine .featured-news-1 .column-inner {
  min-height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #dce3f1;
  padding: 20px;
  box-shadow: 2px 2px 5px #d3d3d3;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-template-magazine .featured-news-2 .column-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 280px;
  color: var(--blue);
  display: flex;
  flex-direction: column;
}

.page-template-magazine .featured-news-2 .row:first-child .column-inner {
  background-color: #dce3f1;
}

.page-template-magazine .featured-news-2 .column-inner .social-media-container a {
  text-decoration: none;
}

.page-template-magazine .featured-news-2 .column-inner .social-media-container a i {
  color: #748FC8;
  font-size: 1.55rem;
}

section#announcement .column-inner {
  height: 780px;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

section#announcement .column-inner .row {
  padding-left: 3rem;
}

section#announcement .inner-content,
section#announcement .inner-content h2 {
  color: #ffffff;
}

section#announcement .inner-content {
  align-self: flex-end;
  margin-bottom: 2rem;
}

section#announcement .inner-content h2 {
  max-width: 35rem;
}

section#announcement .inner-content a {
  text-decoration: none;
}
section#announcement .post-date {
  color: #FF9B00;
  font-size: 2rem;
}
section#announcement .post-categories {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.page-template-magazine .featured-news-2 h3 {
  color: var(--blue);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  width: 75%;
}

.page-template-magazine #featured-news .btn-wrapper a {
  text-decoration: none;
}

.page-template-magazine .card-body .card-text {
  color: #000;
}

.post-categories {
  display: flex;
  align-self: flex-end;
  gap: .2rem;
  flex-direction: column;
}

.post-categories a {
  background-color: #798EC2;
  color: #FFF;
  border-radius: 5px;
  padding: 1px 18px;
  display: block;
}

.post-categories a:hover {
  background-color: #dce3f1;
  color: var(--blue);
}

.post-categories.horizontal a {
  display: inline-block;
}

section#login .right-col .column-inner {
  padding: 3.5rem;
  color: #213c83;
}

section#login .right-col .column-inner .usp-item {
  display: flex;
  gap: 2rem;
}

section#login .right-col .column-inner .usp-icon {
  width: 120px;
  min-height: 80px;
  background: #d5ddee;
  padding: 10px;
}

section#login .right-col .register a {
  color: #ffffff;
  background-color: #e51667;
  border-radius: 30px;
  padding: 10px 25px;
  border: 0;
  width: 100%;
}

.login-form-wrapper {
  padding: 3.5rem;
  color: #213c83;
  background: #d5ddee;
}

.login-form-wrapper label {
  padding: 10px;
}

.login-form-wrapper .input {
  border: 1px solid #213c83;
  border-radius: 5px;
  font-size: .9rem;
  padding: .9rem 1.2rem;
  color: #213c83;
  display: block;
  width: 100%;
}

.login-form-wrapper #wp-submit {
  color: #ffffff;
  background-color: #e51667;
  border-radius: 30px;
  padding: 10px 25px;
  border: 0;
  width: 100%;
}

.login-form-wrapper .lostpassword a {
  color: #000;
  text-decoration: none;
  margin-top: 1rem;
  display: block;
}

#more-news h2 {
  color: #213c85;
}

.btn-white {
  background-color: #ffffff;
  color: var(--blue);
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-white:hover {
  border-color: #ffffff;
}

img.hidden {
  opacity: 0;
  visibility: hidden;
}

.h1 {
  font-size: 2.5rem;
}

div.bx-wrapper {
  box-shadow: none;
  border: 0;
}

#blogs .bx-viewport {
  padding-left: 10px;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e6e6e6;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #213c83;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::after {
  content: "";
  background-image: url(assets/img/hex-shadow.png);
  background-size: cover;
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  top: 20%;
  bottom: 0;
  right: -200px;
  width: 600px;
  z-index: 0;
  opacity: .2;
}

.footer-main {
  color: #ffffff;
  background-color: #213c83;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  line-height: 28px;
}

.footer-main::before {
  content: "";
  background-image: url(assets/img/hex-shadow.png);
  background-size: contain;
  background-position: top left;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: -100px;
  width: 200px;
  height: 240px;
  z-index: 0;
  opacity: .2;
}

.footer-main a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main .footer-widget-2,
.footer-main .footer-widget-3,
.footer-main .footer-widget-4 {
}

.footer-main .widget-inner {
  margin-top: 1rem;
  position: relative;
  padding-left: 20px;
}

.footer-main .widget-inner:before {
  border-left: 1px solid #ffffff;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}

.footer-bottom {
  background-color: #e51667;
  color: #ffffff;
  padding: 2rem;
}

.footer-bottom::before {
  content: "";
  background-image: url(assets/img/hex-shadow.png);
  background-size: cover;
  background-position: top right;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  left: -40px;
  width: 180px;
  height: 85px;
  z-index: 0;
  opacity: .2;
}

.footer-bottom a {
  text-decoration: none;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  z-index: 3;
}

.footer-bottom .wp-block-social-links, 
.footer-bottom .wp-block-social-links.has-normal-icon-size {
  margin-bottom: 0;
  justify-content: end;
}

.border-radius-left {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border-radius-right {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hex-btn-more {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: end;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  padding-bottom: 20px;
}

.hex-btn-more .hex-btn-container {
  position: relative;
  padding-bottom: 10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.hex-btn-more .azeco_button__icon {
  position: relative;
  overflow: visible;
}

.hex-btn-more .azeco_button__trail {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  gap: .14rem;
  transform: translateY(-50%);
}

.hex-btn-more .azeco_button__trail span {
  width: .2rem;
  height: .1rem;
  background: currentColor;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity .15s ease,
    transform .2s ease;
}

.hex-btn-more .azeco_button__arrow {
  position: absolute;
  right: -3px;
  top: 50%;
  width: 1.2rem;
  height: 2rem;
  transform: translateY(-50%);
  transition: transform .45s cubic-bezier(.23, 1, .32, 1);
}

.hex-btn-more .azeco_button__arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hex-btn-more:hover .azeco_button__icon {
  transform: translateX(-6px);
}

.hex-btn-more:hover .azeco_button__arrow {
  transform: translate(.9rem, -50%);
}

.hex-btn-more:hover .azeco_button__trail span {
  opacity: 1;
  transform: scaleX(1);
}

.hex-btn-more:hover .azeco_button__trail span:nth-child(1) {
  transition-delay: .05s;
}

.hex-btn-more:hover .azeco_button__trail span:nth-child(2) {
  transition-delay: .12s;
}

.hex-btn-more:hover .azeco_button__trail span:nth-child(3) {
  transition-delay: .19s;
}

.hex-btn-more:hover .azeco_button__trail span:nth-child(4) {
  transition-delay: .26s;
}

.hex-btn-more:not(:hover) .azeco_button__trail span:nth-child(1) {
  transition-delay: .21s;
}

.hex-btn-more:not(:hover) .azeco_button__trail span:nth-child(2) {
  transition-delay: .14s;
}

.hex-btn-more:not(:hover) .azeco_button__trail span:nth-child(3) {
  transition-delay: .07s;
}

.hex-btn-more:not(:hover) .azeco_button__trail span:nth-child(4) {
  transition-delay: 0s;
}

.hex-btn-more .azeco_button__text {
  line-height: 1;
  white-space: nowrap;
}

/* Pointy-top zeshoeken. Horizontale afstand: breedte + 20px. */
/*.hex-0 { left: calc(33.7% + 156px); top: 23.0%; }
.hex-1 { left: calc(33.7% + 374px); top: 23.0%; }
.hex-2 { left: calc(33.7% + 48px); top: calc(24.0% + 186px); }
.hex-3 { left: calc(33.7% + 267px); top: calc(24.0% + 186px); }
.hex-4 { left: calc(33.7% + 484px); top: calc(24.0% + 186px); }
.hex-5 { left: calc(33.7% + 157px); top: calc(27.0% + 360px); }
.hex-6 { left: calc(33.7% + 376px); top: calc(27.0% + 360px); }
.hex-7 { left: calc(33.7% + 594px); top: calc(27.0% + 360px); }*/

.honeycomb-banner {
  --hex-size: 198px;
  --hex-scale: 1;

  --hex-base-left: 33.7%;

  --hex-row-1-top: 23%;
  --hex-row-2-top: 24%;
  --hex-row-3-top: 27%;

  --hex-row-1-left: 156px;
  --hex-row-2-left: 48px;
  --hex-row-3-left: 157px;

  --hex-gap-x: 218px;
  --hex-row-2-offset-y: 186px;
  --hex-row-3-offset-y: 360px;

  position: relative;
  overflow: hidden;
}

.honeycomb-banner .hex-item {
  width: calc(var(--hex-size) * var(--hex-scale));
  height: calc(var(--hex-size) * var(--hex-scale));
}

/* Top row */

.honeycomb-banner .hex-0 {
  left: calc(
    var(--hex-base-left) +
    (var(--hex-row-1-left) * var(--hex-scale))
  );
  top: var(--hex-row-1-top);
}

.honeycomb-banner .hex-1 {
  left: calc(
    var(--hex-base-left) +
    (
      (var(--hex-row-1-left) + var(--hex-gap-x)) *
      var(--hex-scale)
    )
  );
  top: var(--hex-row-1-top);
}

/* Middle row */

.honeycomb-banner .hex-2 {
  left: calc(
    var(--hex-base-left) +
    (var(--hex-row-2-left) * var(--hex-scale))
  );
  top: calc(
    var(--hex-row-2-top) +
    (var(--hex-row-2-offset-y) * var(--hex-scale))
  );
}

.honeycomb-banner .hex-3 {
  left: calc(
    var(--hex-base-left) +
    (
      (
        var(--hex-row-2-left) +
        var(--hex-gap-x) +
        1px
      ) *
      var(--hex-scale)
    )
  );
  top: calc(
    var(--hex-row-2-top) +
    (var(--hex-row-2-offset-y) * var(--hex-scale))
  );
}

.honeycomb-banner .hex-4 {
  left: calc(
    var(--hex-base-left) +
    (
      (
        var(--hex-row-2-left) +
        (var(--hex-gap-x) * 2)
      ) *
      var(--hex-scale)
    )
  );
  top: calc(
    var(--hex-row-2-top) +
    (var(--hex-row-2-offset-y) * var(--hex-scale))
  );
}

/* Bottom row */

.honeycomb-banner .hex-5 {
  left: calc(
    var(--hex-base-left) +
    (var(--hex-row-3-left) * var(--hex-scale))
  );
  top: calc(
    var(--hex-row-3-top) +
    (var(--hex-row-3-offset-y) * var(--hex-scale))
  );
}

.honeycomb-banner .hex-6 {
  left: calc(
    var(--hex-base-left) +
    (
      (
        var(--hex-row-3-left) +
        var(--hex-gap-x) +
        1px
      ) *
      var(--hex-scale)
    )
  );
  top: calc(
    var(--hex-row-3-top) +
    (var(--hex-row-3-offset-y) * var(--hex-scale))
  );
}

.honeycomb-banner .hex-7 {
  left: calc(
    var(--hex-base-left) +
    (
      (
        var(--hex-row-3-left) +
        (var(--hex-gap-x) * 2) +
        1px
      ) *
      var(--hex-scale)
    )
  );
  top: calc(
    var(--hex-row-3-top) +
    (var(--hex-row-3-offset-y) * var(--hex-scale))
  );
}

/* Dashboard */
#dashboard {
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: var(--blue);
}
#dashboard .heading{
  margin:6px 0 20px 270px;
}
#dashboard .heading h1 {
  font-family: var(--proximanova-bold);
  font-size:38px;
}
#dashboard .heading p {
  font-size:21px;
}
#dashboard .heading span{
  color:var(--pink);
  font-weight:700;
}
#dashboard .layout{
  display:grid;
  grid-template-columns:230px 1fr;
  gap:48px;
  align-items:start;
}
#dashboard .sidebar{
  border:1px solid #dfe5f2;
  border-radius: 22px;
  padding:14px;
  box-shadow: 0 12px 30px rgba(29,59,143,.06);;
}
#dashboard .menu{
  list-style:none;
  padding: 0;
}
#dashboard .menu li+li {
  margin-top:4px;
}
#dashboard .menu a{
  min-height:49px;
  display:flex;
  align-items:center;
  gap:14px;
  border-radius:14px;
  padding:0 14px;
  text-decoration: none;
  color: var(--blue);
}
#dashboard .menu a:hover,
#dashboard .menu a.active{
  background:#fff0f6;
  color:var(--pink);
}
#dashboard .logout{
  border-top:1px solid #dfe5f2;
  margin-top:12px!important;
  padding-top:12px;
}
#dashboard .stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:22px;
}
#dashboard .card,
#dashboard .panel{
  color: var(--blue);
  border:1px solid #dfe5f2;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(29,59,143,.06);;
  background:#fff;
  flex-direction: row;
}
#dashboard .card{min-height:180px;
  padding:28px;
  display:flex;
  gap:20px;
}
#dashboard .icon{
  width:72px;
  height:72px;
  flex:0 0 72px;
  display:grid;
  place-items:center;
  clip-path: polygon(
    50% 0%,
    95% 24%,
    95% 76%,
    50% 100%,
    5% 76%,
    5% 24%
  );
  background:var(--light);
  font-size:29px;
}
#dashboard .bookmarks .icon{
  background:#fff0f6;
  color:var(--pink);
}
#dashboard .help .icon {
  background:#fff3d8;
  color:var(--orange);
}
#dashboard .value{font-size:40px;
  line-height:1;
  font-weight:700;
}
#dashboard .card h2{
  font-size:18px;
  margin:5px 0;
}
#dashboard .card p{
  font-size:15px;
  color:#43598f;
}
#dashboard .button{
  font-size: 1rem;
  display:inline-flex;
  margin-top:16px;
  background:var(--pink);
  color:white;
  border-radius: 30px;
  padding: 10px 40px;
  text-decoration: none;
}
#dashboard .panels{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:20px;
}
#dashboard .panel {
  padding:26px;
}
#dashboard .panel-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:16px;
}
#dashboard .panel-head h2{
  font-size:18px;
}
#dashboard .panel-head a{
  color:var(--pink);
  text-decoration:underline;
}
#dashboard .list{
  list-style:none;
  padding: 0;
}
#dashboard .list li{
  min-height:52px;
  display:grid;
  grid-template-columns:38px 1fr auto;
  gap:14px;
  align-items:center;
}
#dashboard .item-icon{
  width:38px;
  height:38px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:var(--light);
}
#dashboard .bookmark-list .item-icon{
  background:#fff0f6;
  color:var(--pink);
}
#dashboard .title{
  font-size:14px;
  font-weight:600;
}
#dashboard .meta{
  font-size:13px;
  color:var(--muted);
}
#dashboard .panel-foot{
  margin-top:12px;
  color:var(--pink);
}
#dashboard .sample-request {
  background-color: #e51667;
  color: #ffffff;
  border-radius: 80px;
}

/* --- */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: .98rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1b46a3;
  margin-top: 4rem;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #1b46a3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

/* Separator */
.breadcrumbs .separator {
  display: inline-block;
  margin: 0 12px;
  color: #1b46a3;
  font-weight: 400;
}

/* Registration and Login page */
.title-divider {
  width: 100%;
  height: 1px;
  margin: 2.5rem 0 3.25rem;
  background: linear-gradient(90deg, var(--azeco-blue), rgba(36,63,143,.05));
}

.register-login-page .form-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid var(--azeco-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.register-login-page .form-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 165px;
  right: -70px;
  top: -60px;
  background: var(--azeco-soft-pink);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.register-login-page .section-label {
  margin-bottom: .65rem;
  color: var(--azeco-pink);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.register-login-page .section-title {
  margin-bottom: .75rem;
  color: var(--azeco-blue);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
}

.register-login-page .section-copy {
  max-width: 640px;
  margin-bottom: 2rem;
  color: var(--azeco-muted);
}

.register-login-page .form-label {
  color: var(--azeco-blue);
  font-size: .87rem;
  font-weight: 700;
}

.register-login-page .form-control,
.register-login-page .form-select {
  min-height: 54px;
  border: 1px solid var(--azeco-border);
  border-radius: 12px;
  background: #fbfcff;
  color: var(--azeco-text);
  padding: .85rem 1rem;
  box-shadow: none;
}

.register-login-page .form-control:focus,
.register-login-page .form-select:focus {
  border-color: var(--azeco-blue);
  background: #fff;
  box-shadow: 0 0 0 .25rem rgba(36,63,143,.1);
}

.register-login-page .password-wrap { position: relative; }

.register-login-page .password-wrap .form-control { padding-right: 3rem; }

.register-login-page .password-toggle {
  position: absolute;
  top: 50%;
  right: .85rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--azeco-blue);
}

.register-login-page .register-btn {
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--azeco-pink);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(237,11,100,.18);
}

.register-login-page a {
  color: var(--azeco-pink);
}

.register-login-page .register-btn:hover,
.register-login-page .register-btn:focus {
  background: #d50057;
  color: #fff;
}

.register-login-page .login-note {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--azeco-border);
}

.register-login-page .login-note a {
  color: var(--azeco-pink);
  font-weight: 700;
  text-underline-offset: 4px;
}

.register-login-page .usp-panel {
  height: 100%;
  padding: clamp(1.4rem, 2vw, 2rem) .35rem;
  color: var(--blue);
}

.register-login-page .usp-card {
  display: grid;
  align-items: center;
  gap: 1rem;
  padding: .5rem;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  transition: .2s ease;
  grid-template-columns: 1fr auto;
}

.register-login-page .usp-card:hover {
  border-color: var(--azeco-border);
  background: var(--azeco-soft-blue);
  transform: translateX(3px);
}

.register-login-page .usp-icon {
  width: 150px;
  height: 150px;
}

.register-login-page .usp-title {
  margin-bottom: .2rem;
  color: var(--azeco-blue);
  font-size: 1.05rem;
  font-weight: 700;
}

.register-login-page .usp-copy {
  margin: 0;
  color: var(--azeco-muted);
  font-size: .92rem;
}
.register-login-page .form-check .form-check-input {
  margin-left: unset;
}

.register-login-page .hero-shape .hex-wrap-wrapper .hero-wrap-image img {
  height: 100%;
}

/* ==================================================
   MOBILE SUBMENU TOGGLE
   ================================================== */

#mobile-menu .menu-item-has-children {
  position: relative;
}

#mobile-menu .menu-item-has-children > a {
  padding-right: 5.6rem;
}

#mobile-menu .mobile-nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 5.2rem;
  height: 5.8rem;
  padding: 0;

  color: #213c83;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

#mobile-menu .mobile-nav__toggle:hover,
#mobile-menu .mobile-nav__toggle:focus {
  color: #e51667;
  background: transparent;
  outline: 0;
  box-shadow: none;
}

#mobile-menu .mobile-nav__toggle svg {
  display: block;
  width: 1.4rem;
  height: 2.4rem;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.3s ease;
  pointer-events: none;
}

#mobile-menu .mobile-nav__toggle.is-open svg {
  transform: rotate(90deg);
}

#mobile-menu .sub-menu-wrapper {
  display: none;
  width: 100%;
}

#mobile-menu .sub-menu-wrapper.is-open {
  display: block;
}

#mobile-menu .sub-menu {
  width: 100%;
  padding: 0 0 1.5rem 1.5rem;
  margin: 0;
  list-style: none;
}

#mobile-menu .sub-menu > li {
  width: 100%;
}

#mobile-menu .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;

  color: #213c83;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;

  border-left: 0.2rem solid rgba(33, 60, 131, 0.18);
}

#mobile-menu .sub-menu > li > a:hover,
#mobile-menu .sub-menu > li > a:focus {
  color: #e51667;
  border-left-color: #e51667;
}

.page-head .page-intro {
  width: 75%;
}

.form-section {
  background-color: rgb(230, 16, 103);
}

.form-section iframe {
  border-radius: 10px;
}

/* Gated Download */
.security-icon {
  width: 7.8rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #224991;
  border: .2rem solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: -59px;
  top: 29px;
  padding: 26px;
}

.security-icon svg {
  width: 10rem;
  height: auto;
  overflow: visible;
}

.security-icon path,
.security-icon circle {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-icon .user-fill {
  fill: #fff;
  stroke: none;
}

.security-icon .user-cutout {
  fill: #224991;
  stroke: none;
}

.azeco-ai-trigger {
  --azeco-blue: #24458f;
  --azeco-light-blue: #7398d5;
  --azeco-pink: #ed0b69;

  position: relative;
  z-index: 9998;

  display: flex;
  align-items: center;
  gap: 16px;

  width: min(720px, calc(100% - 40px));
  padding: 14px 18px;
  border: 1px solid rgba(36, 69, 143, 0.12);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 12px 35px rgba(36, 69, 143, 0.18),
    0 3px 8px rgba(36, 69, 143, 0.08);

  width: 100%;
}

.azeco-ai-trigger.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.azeco-ai-trigger .hex-wrap {
  width: 48px;
  position: relative;
}

.azeco-ai-trigger .hex-wrap .hex-item .hex-item__fill {
  font-family: var(--proximanova-extrabold);
  background: var(--azeco-light-blue);
  color: white;
  font-size: 0.875rem;
}

.azeco-ai-trigger .hex-wrap .hex-item .hex-item__fill::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 9px;
  height: 9px;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--azeco-pink);
}

.azeco-ai-message {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  color: var(--azeco-blue);
}

.azeco-ai-message strong {
  font-size: 15px;
  line-height: 1.25;
}

.azeco-ai-message span {
  font-size: 13px;
  line-height: 1.35;
  color: #65708b;
}

.azeco-ai-message p {
  margin-bottom: 0;
}

.azeco-ai-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 19px;
  border: 0;
  border-radius: 30px;
  color: white;
  background: var(--azeco-pink);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.azeco-ai-button:hover {
  background: var(--azeco-blue);
  transform: translateY(-2px);
}