@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media (max-width: 1280px) {
  html {
    scroll-padding-top: 4rem;
  }
}
body {
  background: #ffffff;
  color: #212623;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  background: inherit;
  border: inherit;
  font-size: inherit;
  line-height: 1.6;
  padding: 0;
}
::selection {
  text-shadow: none;
  background: #b0c4de80;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  border-top: 1px solid #f1f1f1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
code {
  background: #f1f1f1;
  border: 1px dashed #c3c5c2;
  border-radius: 3px;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}
figure {
  margin: 0 0 1rem 0;
}
figure:last-child {
  margin: 0;
}
/* Search Form */
.search-form {
  display: flex;
}
.search-form label {
  flex-grow: 1;
}
.screen-reader-text {
  display: none;
}
/* Post Meta Text */
.post-meta-text {
  display: flex;
  gap: 1.5em;
}
.post-meta-text, .post-meta-text a {
  color: #828582;
  font-size: 0.9rem;
}
.post-meta-text > * {
  position: relative;
}
.post-meta-text > *:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #c3c5c2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  right: -0.75em;
}
.post-meta-text > *:last-child:after {
  display: none;
}
/* Widgets */
.widget:not(:last-child) {
  margin-bottom: 2rem;
}
/* 404 */
.four-o-four-section h1 {
  font-size: 10em;
  color: #c3c5c2;
}
@media (max-width: 640px) {
  .four-o-four-section h1 {
    font-size: 6em;
  }
}
/* Password Protected Page Form */
.post-password-form {
  max-width: 800px;
  margin: 5rem auto 0 auto;
  padding: calc(min(6vw, 80px) + 20px) 8vw;
}
.post-password-form p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
#cc-main {
  --cc-font-family: Open Sans, sans-serif;
  --cc-modal-border-radius: 10px;
  --cc-btn-border-radius: 10px;
  --cc-modal-transition-duration: 0.3s;
  --cc-link-color: #1C3F95;
  --cc-primary-color: #212623;
  --cc-secondary-color: #212623;
  --cc-btn-primary-bg: #1C3F95;
  --cc-btn-primary-hover-bg: #285ad5;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-secondary-bg: #f1f1f1;
  --cc-btn-secondary-hover-bg: #d8d8d8;
}
.cll {
  --im-font-family: Open Sans, sans-serif;
  --im-color: #ffffff;
  --im-link-color: #ffffff;
  --im-link-hover-color: #285ad5;
  --im-btn-color: #ffffff;
  --im-btn-bg: #1C3F95;
  --im-btn-hover-bg: #285ad5;
  --im-btn-active-box-shadow: none;
  --im-btn-s-color: #212623;
  --im-btn-s-bg: #f1f1f1;
  --im-btn-s-hover-bg: #d8d8d8;
  --im-btn-s-active-bg: #d8d8d8;
  --im-overlay-bg: none;
}
#cc-main {
  font-size: 1rem !important;
}
#cc-main .cm__title, #cc-main h2.pm__title {
  font-size: 1.2rem !important;
}
#cc-main button.cm__btn, #cc-main button.pm__btn, #cc-main button.pm__close-btn {
  border: none;
}
#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0 !important;
}
#cc-main .cm__texts {
  padding: 1.5rem 0 0 !important;
}
#cc-main .cm__desc {
  padding: 0 1.5rem 1.5rem 1.5rem !important;
}
#cc-main .cm__btns {
  padding: 1.5rem !important;
}
#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1.5rem !important;
}
#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  #cc-main .cm-wrapper .cm__btns, #cc-main .cm-wrapper .cm__desc, #cc-main.cm-wrapper .cm__links, #cc-main .cm-wrapper .cm__title {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #cc-main .pm-wrapper .pm__body, #cc-main .pm-wrapper .pm__footer, #cc-main .pm-wrapper .pm__header {
    padding: 1.5rem !important;
  }
}
.cll .c-bg-i {
  filter: blur(1rem);
}
.cll .c-l-b, .cll .c-la-b {
  box-shadow: none !important;
  border-radius: 10px !important;
}
.button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=submit] {
  background: #7AC142;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 1.5rem;
  height: 3rem;
  transition-duration: 0.3s;
  cursor: pointer;
  outline: none;
}
.button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type=submit]:hover {
  background: #285ad5;
  color: #ffffff;
}
.button.outline, .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #7AC142;
  color: #7AC142;
}
.button.outline svg path {
  fill: #7AC142;
  transition-duration: 0.3s;
}
.button.outline:hover, .is-style-outline .wp-block-button__link:hover {
  background: #7AC142;
  border-color: #7AC142;
  color: #ffffff;
}
.button.outline:hover svg path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.button.button-small, .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  height: 2.1rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
}
.button.button-large, .button-large .wp-block-button__link {
  height: 4rem;
  padding: 0 2.2rem;
  font-size: 1.2rem;
}
.button.with-icon-only {
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0;
}
.with-icon-only > * {
  width: 1.8rem;
  height: 1.8rem;
}
.with-icon-only path, .button.with-icon-left path, .button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.with-icon-only:hover path, .button.with-icon-left:hover path, .button.with-icon-right:hover path {
  fill: #ffffff;
}
.button-small.with-icon-only {
  width: 2.1rem;
  height: 2.1rem;
}
.button-small.with-icon-only > * {
  width: 1.26rem;
  height: 1.26rem;
}
.button-large.with-icon-only {
  width: 4rem;
  height: 4rem;
}
.button-large.with-icon-only > * {
  width: 2.4rem;
  height: 2.4rem;
}
.inverted .button, .inverted input[type=submit] {
  background: #7AC142;
  color: #ffffff;
}
.inverted .button.with-icon-only path, .inverted .button.with-icon-left path, .inverted .button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.3s;
}
.inverted .button:hover, .inverted input[type=submit]:hover {
  background: #a3d47c;
  color: #ffffff;
}
.inverted .button.with-icon-only:hover path, .inverted .button.with-icon-left:hover path, .inverted .button.with-icon-right:hover path {
  fill: #ffffff;
}
.inverted .button.outline {
  background: transparent;
  border: 1px solid #7AC142;
  color: #7AC142;
}
.inverted .button.outline:hover {
  background: #7AC142;
  border-color: #7AC142;
  color: #ffffff;
}
.inverted .button.outline path {
  fill: #7AC142;
}
.inverted .button.outline:hover path {
  fill: #ffffff;
}
.accordion-menu a {
  min-height: 2em;
  padding-right: 2.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.accordion-menu .menu-item {
  position: relative;
  width: 100%;
}
.accordion-menu .menu-item .sub-menu-icon {
  display: none;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.3s;
}
.accordion-menu .menu-item-has-children > .sub-menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-menu .menu-item > .sub-menu-icon::after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  border-left: 2px solid rgba(255, 255, 255, 0.65);
  transform: rotate(45deg) translate(0.1em, -0.1em);
  transition-duration: var(--accordion-menu-transition-duration);
}
.accordion-menu .sub-menu-icon.sub-menu-open::after {
  transform: rotate(-45deg) translate(1px, -1px);
}
.accordion-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition-duration: var(--accordion-menu-transition-duration);
  padding-left: 1rem;
}
.accordion-menu .sub-menu-open + .sub-menu {
  height: auto;
}
.accordion {
  width: 100%;
}
.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0px 0.1rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
}
.accordion-title {
  padding: 1.5rem 2rem;
  margin: 0;
  position: relative;
  background: #ffffff;
  color: #212623;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.3s;
}
.accordion-title > * {
  color: #212623;
  transition-duration: 0.3s;
}
.accordion-title:hover, .active > .accordion-title {
  background: #7AC142;
}
.accordion-title:hover > *, .active > .accordion-title > * {
  color: #ffffff;
}
.accordion-inner-content {
  padding: 2rem;
}
.accordion-content {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion-item.active .accordion-content {
  opacity: 1;
  max-height: none;
}
.accordion-title::before {
  content: "";
  position: absolute;
  background: #212623;
  transition-duration: 0.3s;
}
.accordion-title::before {
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: 33.3% 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
  border: 2px solid #212623;
  border-top-width: 0;
  border-right-width: 0;
}
.accordion-title:hover::before {
  border-color: #ffffff;
}
.active .accordion-title::before {
  transform: translateY(-50%) rotate(135deg);
  border-color: #ffffff;
}
.collapse-js {
  height: 0;
  overflow: hidden;
}
.collapse-js.open-js {
  height: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 1rem 4rem 1rem;
  display: flex;
  opacity: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: opacity 0.3s ease-out, z-index 0s 0.3s ease-out;
}
.modal-open {
  z-index: 3000;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  overflow-y: hidden;
  border-radius: 10px;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  z-index: 3010;
  transform: translateY(-1rem);
  transition-duration: 0.3s;
  margin: auto;
}
.modal-open .modal-box {
  transform: translateY(0);
}
.modal-content {
  margin-top: 1rem;
}
.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  background: #ffffff;
  color: #828582;
  line-height: 0.8;
  padding: 0.8rem;
  transition-duration: 0.3s;
}
.close-icon:hover {
  color: #212623;
}
.video-popup iframe {
  border-radius: 10px;
}
.video-popup .modal-content {
  margin: 0 auto;
}
.enable-sound-button {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  cursor: pointer;
  background: rgba(3, 31, 60, 0.9);
  padding: 0.3rem;
  padding-right: 1rem;
  border-radius: 1000px;
}
.play-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #ffffff;
}
.enable-sound-button .play-icon {
  padding: 0.4rem;
  border-radius: 1000px;
  background: #7AC142;
  display: flex;
}
.enable-sound-button .play-icon svg {
  width: 15px;
  height: 15px;
}
.enable-sound-button svg path {
  fill: #ffffff;
}
.news-tag {
  font-weight: 800;
  margin-top: 2rem;
}
.parallax-background {
  position: relative;
  overflow: hidden;
}
.parallax-background > img:first-of-type {
  position: absolute;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.full-height-js.parallax-background > img:first-of-type, .height-100vh.parallax-background > img:first-of-type {
  top: -50%;
  height: 100%;
}
.full-height-minus-header-js.parallax-background > img:first-of-type {
  top: -50%;
  height: 102%;
}
.viewport-height-3.parallax-background > img:first-of-type, .viewport-min-height-3.parallax-background > img:first-of-type {
  top: calc(50 / 75 * -100%);
  height: calc(50 / 75 * 100% + 50%);
}
.viewport-height-2.parallax-background > img:first-of-type, .viewport-min-height-2.parallax-background > img:first-of-type {
  top: calc(50 / 50 * -100%);
  height: calc(50 / 50 * 100% + 50%);
}
.hero-parallax.parallax-background > img:first-of-type {
  top: -65%;
  height: 105%;
}
/* Examples
25vh = top: -200%; height: 250%;
50vh = top: -100%; height: 150%;
75vh = top: -67%; height: 117%;
100vh = top: -50%; height: 100%;

// 50 / 25 = 2
// 50 / 50 = 1
// 50 / 75 = 0,67
// 50 / 100 = 0.5
*/
.splide {
  margin-bottom: 5rem;
}
.splide__arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: -5rem;
  z-index: 1;
  width: 7rem;
  pointer-events: none;
}
.splide__arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
  background: #7AC142;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  pointer-events: auto;
  opacity: 1;
  top: 0;
  transform: translateY(0);
}
.splide__arrow:hover {
  background: #1C3F95;
}
.splide__arrow:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--next {
  right: 0;
}
.splide__arrow--prev:after {
  transform: translate(-25%, -50%) rotate(-45deg);
}
.splide__arrow--next:after {
  transform: translate(-75%, -50%) rotate(135deg);
}
.splide__pagination {
  display: none;
  position: absolute;
  bottom: 0.75rem;
  width: 100%;
  padding: 0;
}
.splide__pagination li {
  display: flex !important;
  margin: 3px !important;
}
.splide__pagination__page {
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background: #ffffff;
}
.splide__track {
  overflow: visible;
}
.thumbnail-carousel-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
#main-slider .splide__track {
  overflow: hidden;
}
#thumbnail-slider {
  position: sticky;
  top: 6rem;
}
#thumbnail-slider .splide__list {
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
}
#thumbnail-slider .splide__slide {
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid transparent;
  transition-duration: 0.3s;
  border-radius: 10px;
  box-shadow: 0px 0.1rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
}
#thumbnail-slider .splide__slide:hover {
  border: 1px solid #c3c5c2;
}
#thumbnail-slider .splide__slide.is-active {
  border: 1px solid #7AC142;
}
#main-slider img, #thumbnail-slider img {
  aspect-ratio: 1;
  object-fit: contain;
}
.product-slider-item {
  border-radius: 10px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #c3c5c2;
  border-radius: 10px;
  background: #ffffff;
  color: #212623;
  padding: 0 1.2rem;
  flex-grow: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"] {
  height: 3rem;
  line-height: 1.2;
}
textarea {
  padding: 0.8rem 1.2rem;
  line-height: 1.6;
  min-height: 150px;
  resize: vertical;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="url"]:hover, textarea:hover {
  background: #ffffff;
  border-color: #828582;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffffff;
  border-color: #1C3F95;
}
::placeholder {
  color: #828582;
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #c3c5c2;
  margin: 0 10px 0 0;
  transition-duration: 0.3s;
  transition-property: border-color, background, background-color;
  flex-shrink: 0;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  background-color: #ffffff;
  border-color: #828582;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  opacity: 0;
  transition-duration: 0.3s;
  background-color: #1C3F95;
}
input[type="checkbox"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><polyline points="6,13 11,18 20,8" style="fill:none;stroke:white;stroke-width:2" /></svg>');
}
input[type="radio"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><circle cx="13" cy="13" r="6" style="fill:white;" /></svg>');
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"], input[type="checkbox"]:after, input[type="checkbox"]:checked:after {
  border-radius: 5px;
}
input[type="radio"], input[type="radio"]:after, input[type="radio"]:checked:after {
  border-radius: 100%;
}
select {
  height: 3rem;
  line-height: 1.2;
  padding: 0 1.2rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #c3c5c2;
  border-radius: 10px;
  background-color: #ffffff;
  color: #212623;
  background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
select:hover {
  border-color: #828582;
}
.inverted input[type="text"], .inverted input[type="email"], .inverted input[type="number"], .inverted input[type="tel"], .inverted input[type="password"], .inverted input[type="search"], .inverted input[type="url"], .inverted textarea {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.inverted input[type="text"]:hover, .inverted input[type="email"]:hover, .inverted input[type="number"]:hover, .inverted input[type="tel"]:hover, .inverted input[type="password"]:hover, .inverted input[type="search"]:hover, .inverted input[type="url"]:hover, .inverted textarea:hover {
  background: transparent;
  border-color: #c3c5c2;
}
.inverted input[type="text"]:focus, .inverted input[type="email"]:focus, .inverted input[type="number"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="password"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted textarea:focus {
  background: transparent;
  border-color: #c3c5c2;
}
.inverted input::placeholder, .inverted textarea::placeholder {
  color: #828582;
}
.inverted input[type="checkbox"], .inverted input[type="radio"] {
  background-color: transparent;
  border-color: #ffffff;
}
.inverted input[type="checkbox"]:hover, .inverted input[type="radio"]:hover {
  border-color: #c3c5c2;
}
.inverted input[type="checkbox"]:after, .inverted input[type="radio"]:after {
  background-color: transparent;
}
.inverted select {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.inverted select:hover {
  border-color: #c3c5c2;
}
.fluentform .ff-el-form-hide_label .ff-el-input--label {
  display: none;
}
.fluentform .ff-el-form-check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.fluentform .ff-el-form-check:last-child {
  margin-bottom: 0;
}
.fluentform .ff-el-form-check-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label {
  display: flex;
}
.fluentform .ff-el-form-check.ff-el-tc label.ff_tc_label > span {
  width: auto;
}
.inverted .fluentform .ff-el-input--label label, .inverted .fluentform .ff-el-is-error .text-danger, .inverted .fluentform .ff-message-success {
  color: #ffffff;
}
.ff_submit_btn_wrapper {
  margin-bottom: 0 !important;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
figure.wp-block-table thead > tr, figure.wp-block-table tfoot > tr {
  background: #212623;
  color: #ffffff;
  text-align: left;
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button__width-100 {
  width: 100%;
}
.wp-block-button__link {
  width: 100%;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file:last-child {
  margin-bottom: 0;
}
.wp-block-file a:first-child {
  color: #212623;
  margin-right: 1rem;
}
.wp-block-file a:first-child:hover {
  color: #285ad5;
}
.wp-block-columns {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-column {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.background-image-absolute {
  position: relative;
}
.background-image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-absolute {
  position: relative;
}
.image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-5-4 {
  padding-bottom: 80%;
}
.ratio-4-3 {
  padding-bottom: 75%;
}
.ratio-3-2 {
  padding-bottom: 66.66%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.ratio-2-1 {
  padding-bottom: 50%;
}
.ratio-3-1 {
  padding-bottom: 33.33%;
}
.ratio-4-1 {
  padding-bottom: 25%;
}
.ratio-2-3 {
  padding-bottom: 150%;
}
.ratio-3-4 {
  padding-bottom: 133.335%;
}
.ratio-4-5 {
  padding-bottom: 125%;
}
.object-fit-cover > img:first-of-type {
  object-fit: cover;
}
.object-fit-contain > img:first-of-type {
  object-fit: contain;
}
.object-position-0-0 > img:first-of-type {
  object-position: 0% 0%;
}
.object-position-0-25 > img:first-of-type {
  object-position: 0% 25%;
}
.object-position-0-50 > img:first-of-type {
  object-position: 0% 50%;
}
.object-position-0-75 > img:first-of-type {
  object-position: 0% 75%;
}
.object-position-0-100 > img:first-of-type {
  object-position: 0% 100%;
}
.object-position-25-0 > img:first-of-type {
  object-position: 25% 0%;
}
.object-position-25-25 > img:first-of-type {
  object-position: 25% 25%;
}
.object-position-25-50 > img:first-of-type {
  object-position: 25% 50%;
}
.object-position-25-75 > img:first-of-type {
  object-position: 25% 75%;
}
.object-position-25-100 > img:first-of-type {
  object-position: 25% 100%;
}
.object-position-50-0 > img:first-of-type {
  object-position: 50% 0%;
}
.object-position-50-25 > img:first-of-type {
  object-position: 50% 25%;
}
.object-position-50-50 > img:first-of-type {
  object-position: 50% 50%;
}
.object-position-50-75 > img:first-of-type {
  object-position: 50% 75%;
}
.object-position-50-100 > img:first-of-type {
  object-position: 50% 100%;
}
.object-position-75-0 > img:first-of-type {
  object-position: 75% 0%;
}
.object-position-75-25 > img:first-of-type {
  object-position: 75% 25%;
}
.object-position-75-50 > img:first-of-type {
  object-position: 75% 50%;
}
.object-position-75-75 > img:first-of-type {
  object-position: 75% 75%;
}
.object-position-75-100 > img:first-of-type {
  object-position: 75% 100%;
}
.object-position-100-0 > img:first-of-type {
  object-position: 100% 0%;
}
.object-position-100-25 > img:first-of-type {
  object-position: 100% 25%;
}
.object-position-100-50 > img:first-of-type {
  object-position: 100% 50%;
}
.object-position-100-75 > img:first-of-type {
  object-position: 100% 75%;
}
.object-position-100-100 > img:first-of-type {
  object-position: 100% 100%;
}
.with-icon-left, .with-icon-right {
  display: flex;
  align-items: center;
}
.with-icon-left > *, .with-icon-right > * {
  width: 1.2em;
  height: 1.2em;
}
.with-icon-left > * {
  margin-right: 0.5em;
}
.with-icon-right > * {
  margin-left: 0.5em;
}
.with-icon-right {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.with-icon-right > svg {
  transition: transform 0.3s ease;
}
.with-icon-right:hover > svg {
  transform: translateX(5px);
}
.with-icon-left path, .with-icon-right path {
  fill: #1C3F95;
}
a.with-icon-left path, a.with-icon-right path {
  fill: #1C3F95;
  transition-duration: 0.3s;
}
a.with-icon-left:hover path, a.with-icon-right:hover path {
  fill: #285ad5;
}
.icon-large > * {
  width: 1.6em;
  height: 1.6em;
}
.inverted .with-icon-left path, .inverted .with-icon-right path {
  fill: #ffffff;
}
.inverted a.with-icon-left:hover path, .inverted a.with-icon-right:hover path {
  fill: #a3d47c;
}
a {
  color: #1C3F95;
  transition-duration: 0.3s;
  text-decoration: none;
  overflow-wrap: anywhere;
}
a:hover {
  color: #285ad5;
}
.dark-links a {
  color: #212623;
}
.dark-links a:hover {
  color: #1C3F95;
}
.dark-links a path {
  fill: #212623;
}
.dark-links a:hover path {
  fill: #1C3F95;
}
.inverted a {
  color: #ffffff;
}
.inverted a:hover, .inverted h1 a:hover, .inverted h2 a:hover, .inverted h3 a:hover, .inverted h4 a:hover {
  color: #a3d47c;
}
p a {
  text-decoration: underline;
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vertical-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  list-style-type: none;
}
.stretch-li-content {
  align-items: stretch;
}
.horizontal-list a, .vertical-list a {
  display: flex;
}
.list-spacing-5 li {
  margin-bottom: 1.5em;
}
.list-spacing-4 li {
  margin-bottom: 1em;
}
.list-spacing-3 li {
  margin-bottom: 0.75em;
}
.list-spacing-2 li {
  margin-bottom: 0.5em;
}
.list-spacing-1 li {
  margin-bottom: 0.25em;
}
.list-spacing-last-child-0 li:last-child {
  margin-bottom: 0;
}
.page-width-wide {
  max-width: 1560px;
}
.page-width-default {
  max-width: 1280px;
}
.page-width-narrow {
  max-width: 800px;
}
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
a.page-numbers, span.page-numbers {
  padding: 0.6rem 1rem;
  background: #f1f1f1;
  color: #212623;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 10px;
  display: block;
}
span.page-numbers.current {
  background: #1C3F95;
  color: #ffffff;
}
a.page-numbers:hover {
  background: #285ad5;
  color: #ffffff;
}
.section-wrapper {
  width: 100%;
  padding: calc(min(6vw, 80px) + 20px) 8vw;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 640px) {
  .section-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  .section-wrapper {
    padding: 30px 15px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  transition-duration: 0.3s;
}
table td, table th {
  padding: 0.5rem 1rem;
}
.table-divider tr {
  border-bottom: 1px solid #c3c5c2;
}
.tabel-cell-border td, .tabel-cell-border th, .is-style-regular td, .is-style-regular th {
  border: 1px solid #c3c5c2;
}
.table-striped tr:nth-child(even), .is-style-stripes tr:nth-child(even) {
  background: #f1f1f1;
}
.table-hover tr:hover {
  background: #c3c5c2;
}
.huge, h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  color: #212623;
  line-height: 1.2;
  margin-top: calc(.7em + 1.3rem);
  margin-bottom: calc(.3em + .7rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
  /* Manual word break with hyphens by adding &shy; in the word */
  hyphens: manual;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
.huge:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  margin-top: calc(.3em + .7rem);
}
.huge:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, blockquote:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: 800;
}
i, em {
  font-style: italic;
}
blockquote {
  border-left: 0.33rem solid #828582;
  color: #212623;
  font-style: italic;
  margin: 1em 0;
  padding-left: 1em;
}
figcaption {
  font-size: 0.9rem;
  color: #828582;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted blockquote {
  color: #ffffff;
}
.inverted figcaption {
  color: #c3c5c2;
}
@keyframes fade-in-video {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.background-video-embed iframe {
  width: 177.77vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}
.smaller-player.background-video-embed iframe {
  width: 177.77vh;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}
.video-height-3 {
  height: 75;
}
.video-height-3 iframe {
  min-height: 75;
}
.video-height-2 {
  height: 50;
}
.video-height-2 iframe {
  min-height: 50;
}
.video-height-1 {
  height: 25;
}
.video-height-1 iframe {
  min-height: 25;
}
.responsive-video-embed, .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-video-embed iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-black {
  background: #212623;
}
.background-black-alpha-3 {
  background: rgba(0, 0, 0, 0.7);
}
.background-black-alpha-2 {
  background: rgba(0, 0, 0, 0.25);
}
.background-black-alpha-1 {
  background: rgba(0, 0, 0, 0.1);
}
.background-dark {
  background: #828582;
}
.background-light {
  background: #c3c5c2;
}
.background-pale {
  background: #f1f1f1;
}
.background-white {
  background: #ffffff;
}
.background-white-alpha-3 {
  background: rgba(255, 255, 255, 0.65);
}
.background-white-alpha-2 {
  background: rgba(255, 255, 255, 0.25);
}
.background-white-alpha-1 {
  background: rgba(255, 255, 255, 0.1);
}
.background-primary {
  background: #1C3F95;
}
.background-secondary {
  background: #7AC142;
}
.background-tertiary {
  background: #B8F08C;
}
.background-hover {
  background: #285ad5;
}
.background-success {
  background: green;
}
.background-warning {
  background: orange;
}
.background-error {
  background: red;
}
.hover-background-black:hover {
  background: #212623;
}
.hover-background-black-alpha-3:hover {
  background: rgba(0, 0, 0, 0.7);
}
.hover-background-black-alpha-2:hover {
  background: rgba(0, 0, 0, 0.25);
}
.hover-background-black-alpha-1:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hover-background-dark:hover {
  background: #828582;
}
.hover-background-light:hover {
  background: #c3c5c2;
}
.hover-background-pale:hover {
  background: #f1f1f1;
}
.hover-background-white:hover {
  background: #ffffff;
}
.hover-background-white-alpha-3:hover {
  background: rgba(255, 255, 255, 0.65);
}
.hover-background-white-alpha-2:hover {
  background: rgba(255, 255, 255, 0.25);
}
.hover-background-white-alpha-1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hover-background-primary:hover {
  background: #1C3F95;
}
.hover-background-secondary:hover {
  background: #7AC142;
}
.hover-background-tertiary:hover {
  background: #B8F08C;
}
.hover-background-hover:hover {
  background: #285ad5;
}
.border-radius {
  border-radius: 10px;
}
.border-radius-100pr {
  border-radius: 100%;
}
.border-radius-pill {
  border-radius: 100000px;
}
.box-shadow-large {
  box-shadow: 0px 0.5rem 3rem -0.1rem rgba(0, 0, 0, 0.15);
}
.box-shadow-medium {
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
}
.box-shadow-small {
  box-shadow: 0px 0.1rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
}
.color-black {
  color: #212623;
}
.color-black-alpha-3 {
  color: rgba(0, 0, 0, 0.7);
}
.color-black-alpha-2 {
  color: rgba(0, 0, 0, 0.25);
}
.color-black-alpha-1 {
  color: rgba(0, 0, 0, 0.1);
}
.color-dark {
  color: #828582;
}
.color-light {
  color: #c3c5c2;
}
.color-pale {
  color: #f1f1f1;
}
.color-white {
  color: #ffffff;
}
.color-white-alpha-3 {
  color: rgba(255, 255, 255, 0.65);
}
.color-white-alpha-2 {
  color: rgba(255, 255, 255, 0.25);
}
.color-white-alpha-1 {
  color: rgba(255, 255, 255, 0.1);
}
.color-primary {
  color: #1C3F95;
}
.color-secondary {
  color: #7AC142;
}
.color-tertiary {
  color: #B8F08C;
}
.color-link {
  color: #1C3F95;
}
.color-success {
  color: green;
}
.color-warning {
  color: orange;
}
.color-error {
  color: red;
}
.hover-color-black:hover {
  color: #212623;
}
.hover-color-black-alpha-3:hover {
  color: rgba(0, 0, 0, 0.7);
}
.hover-color-black-alpha-2:hover {
  color: rgba(0, 0, 0, 0.25);
}
.hover-color-black-alpha-1:hover {
  color: rgba(0, 0, 0, 0.1);
}
.hover-color-dark:hover {
  color: #828582;
}
.hover-color-light:hover {
  color: #c3c5c2;
}
.hover-color-pale:hover {
  color: #f1f1f1;
}
.hover-color-white:hover {
  color: #ffffff;
}
.hover-color-white-alpha-3:hover {
  color: rgba(255, 255, 255, 0.65);
}
.hover-color-white-alpha-2:hover {
  color: rgba(255, 255, 255, 0.25);
}
.hover-color-white-alpha-1:hover {
  color: rgba(255, 255, 255, 0.1);
}
.hover-color-primary:hover {
  color: #1C3F95;
}
.hover-color-secondary:hover {
  color: #7AC142;
}
.hover-color-tertiary:hover {
  color: #B8F08C;
}
.hover-color-link:hover {
  color: #285ad5;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.none {
  display: none;
}
@media (max-width: 1280px) {
  .lg-flex {
    display: flex;
  }
  .lg-grid {
    display: grid;
  }
  .lg-none {
    display: none;
  }
}
@media (max-width: 960px) {
  .md-flex {
    display: flex;
  }
  .md-grid {
    display: grid;
  }
  .md-none {
    display: none;
  }
}
@media (max-width: 640px) {
  .sm-flex {
    display: flex;
  }
  .sm-grid {
    display: grid;
  }
  .sm-none {
    display: none;
  }
}
.brightness-90pr {
  filter: brightness(90%);
}
.brightness-80pr {
  filter: brightness(80%);
}
.brightness-70pr {
  filter: brightness(70%);
}
.brightness-60pr {
  filter: brightness(60%);
}
.brightness-50pr {
  filter: brightness(50%);
}
.brightness-40pr {
  filter: brightness(40%);
}
.brightness-30pr {
  filter: brightness(30%);
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
@media (max-width: 1280px) {
  .lg-direction-row {
    flex-direction: row;
  }
  .lg-direction-column {
    flex-direction: column;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-nowrap {
    flex-wrap: nowrap;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  .lg-justify-space-around {
    justify-content: space-around;
  }
  .lg-justify-space-between {
    justify-content: space-between;
  }
  .lg-justify-space-evenly {
    justify-content: space-evenly;
  }
  .lg-align-start {
    align-items: flex-start;
  }
  .lg-align-center {
    align-items: center;
  }
  .lg-align-end {
    align-items: flex-end;
  }
  .lg-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 960px) {
  .md-direction-row {
    flex-direction: row;
  }
  .md-direction-column {
    flex-direction: column;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-nowrap {
    flex-wrap: nowrap;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-space-around {
    justify-content: space-around;
  }
  .md-justify-space-between {
    justify-content: space-between;
  }
  .md-justify-space-evenly {
    justify-content: space-evenly;
  }
  .md-align-start {
    align-items: flex-start;
  }
  .md-align-center {
    align-items: center;
  }
  .md-align-end {
    align-items: flex-end;
  }
  .md-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .sm-direction-row {
    flex-direction: row;
  }
  .sm-direction-column {
    flex-direction: column;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-nowrap {
    flex-wrap: nowrap;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-center {
    justify-content: center;
  }
  .sm-justify-end {
    justify-content: flex-end;
  }
  .sm-justify-space-around {
    justify-content: space-around;
  }
  .sm-justify-space-between {
    justify-content: space-between;
  }
  .sm-justify-space-evenly {
    justify-content: space-evenly;
  }
  .sm-align-start {
    align-items: flex-start;
  }
  .sm-align-center {
    align-items: center;
  }
  .sm-align-end {
    align-items: flex-end;
  }
  .sm-align-stretch {
    align-items: stretch;
  }
}
.grow-5 {
  flex-grow: 5;
}
.grow-4 {
  flex-grow: 4;
}
.grow-3 {
  flex-grow: 3;
}
.grow-2 {
  flex-grow: 2;
}
.grow-1 {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.columns-1 {
  grid-template-columns: 1fr;
}
.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.columns-1-2 {
  grid-template-columns: 1fr 2fr;
}
.columns-2-1 {
  grid-template-columns: 2fr 1fr;
}
.columns-1-3 {
  grid-template-columns: 1fr 3fr;
}
.columns-3-1 {
  grid-template-columns: 3fr 1fr;
}
.columns-3-2 {
  grid-template-columns: 3fr 2fr;
}
.columns-2-3 {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 1280px) {
  .lg-columns-1 {
    grid-template-columns: 1fr;
  }
  .lg-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .lg-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .lg-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .lg-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .lg-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .lg-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 960px) {
  .md-columns-1 {
    grid-template-columns: 1fr;
  }
  .md-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .md-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .md-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .md-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .md-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .md-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 640px) {
  .sm-columns-1 {
    grid-template-columns: 1fr;
  }
  .sm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .sm-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .sm-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .sm-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .sm-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .sm-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
.column-start-1 {
  grid-column-start: 1;
}
.column-start-2 {
  grid-column-start: 2;
}
.column-start-3 {
  grid-column-start: 3;
}
.column-start-4 {
  grid-column-start: 4;
}
.column-start-5 {
  grid-column-start: 5;
}
.column-span-1 {
  grid-column-end: span 1;
}
.column-span-2 {
  grid-column-end: span 2;
}
.column-span-3 {
  grid-column-end: span 3;
}
.column-span-4 {
  grid-column-end: span 4;
}
.column-span-5 {
  grid-column-end: span 5;
}
@media (max-width: 1280px) {
  .lg-column-start-1 {
    grid-column-start: 1;
  }
  .lg-column-start-2 {
    grid-column-start: 2;
  }
  .lg-column-start-3 {
    grid-column-start: 3;
  }
  .lg-column-start-4 {
    grid-column-start: 4;
  }
  .lg-column-start-5 {
    grid-column-start: 5;
  }
  .lg-column-span-1 {
    grid-column-end: span 1;
  }
  .lg-column-span-2 {
    grid-column-end: span 2;
  }
  .lg-column-span-3 {
    grid-column-end: span 3;
  }
  .lg-column-span-4 {
    grid-column-end: span 4;
  }
  .lg-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 960px) {
  .md-column-start-1 {
    grid-column-start: 1;
  }
  .md-column-start-2 {
    grid-column-start: 2;
  }
  .md-column-start-3 {
    grid-column-start: 3;
  }
  .md-column-start-4 {
    grid-column-start: 4;
  }
  .md-column-start-5 {
    grid-column-start: 5;
  }
  .md-column-span-1 {
    grid-column-end: span 1;
  }
  .md-column-span-2 {
    grid-column-end: span 2;
  }
  .md-column-span-3 {
    grid-column-end: span 3;
  }
  .md-column-span-4 {
    grid-column-end: span 4;
  }
  .md-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 640px) {
  .sm-column-start-1 {
    grid-column-start: 1;
  }
  .sm-column-start-2 {
    grid-column-start: 2;
  }
  .sm-column-start-3 {
    grid-column-start: 3;
  }
  .sm-column-start-4 {
    grid-column-start: 4;
  }
  .sm-column-start-5 {
    grid-column-start: 5;
  }
  .sm-column-span-1 {
    grid-column-end: span 1;
  }
  .sm-column-span-2 {
    grid-column-end: span 2;
  }
  .sm-column-span-3 {
    grid-column-end: span 3;
  }
  .sm-column-span-4 {
    grid-column-end: span 4;
  }
  .sm-column-span-5 {
    grid-column-end: span 5;
  }
}
.row-gap-tiny {
  row-gap: 0.5rem;
}
.row-gap-small {
  row-gap: 1.5rem;
}
.row-gap-default {
  row-gap: 2.25rem;
}
.row-gap-large {
  row-gap: 3rem;
}
.column-gap-tiny {
  column-gap: 0.5rem;
}
.column-gap-small {
  column-gap: 1.5rem;
}
.column-gap-default {
  column-gap: 2.25rem;
}
.column-gap-large {
  column-gap: 3rem;
}
@media (max-width: 1280px) {
  .row-gap-small {
    row-gap: 1.333rem;
  }
  .row-gap-default {
    row-gap: 1.9995rem;
  }
  .row-gap-large {
    row-gap: 2.666rem;
  }
  .column-gap-small {
    column-gap: 1.333rem;
  }
  .column-gap-default {
    column-gap: 1.9995rem;
  }
  .column-gap-large {
    column-gap: 2.666rem;
  }
}
@media (max-width: 960px) {
  .row-gap-small {
    row-gap: 1.167rem;
  }
  .row-gap-default {
    row-gap: 1.7505rem;
  }
  .row-gap-large {
    row-gap: 2.334rem;
  }
  .column-gap-small {
    column-gap: 1.167rem;
  }
  .column-gap-default {
    column-gap: 1.7505rem;
  }
  .column-gap-large {
    column-gap: 2.334rem;
  }
}
@media (max-width: 640px) {
  .row-gap-small {
    row-gap: 1rem;
  }
  .row-gap-default {
    row-gap: 1.5rem;
  }
  .row-gap-large {
    row-gap: 2rem;
  }
  .column-gap-small {
    column-gap: 1rem;
  }
  .column-gap-default {
    column-gap: 1.5rem;
  }
  .column-gap-large {
    column-gap: 2rem;
  }
}
.height-18 {
  height: 1536px;
}
.height-17 {
  height: 1408px;
}
.height-16 {
  height: 1280px;
}
.height-15 {
  height: 1152px;
}
.height-14 {
  height: 1024px;
}
.height-13 {
  height: 896px;
}
.height-12 {
  height: 768px;
}
.height-11 {
  height: 640px;
}
.height-10 {
  height: 512px;
}
.height-09 {
  height: 384px;
}
.height-08 {
  height: 256px;
}
.height-07 {
  height: 192px;
}
.height-06 {
  height: 128px;
}
.height-05 {
  height: 96px;
}
.height-04 {
  height: 64px;
}
.height-03 {
  height: 32px;
}
.height-02 {
  height: 24px;
}
.height-01 {
  height: 16px;
}
@media (max-width: 1280px) {
  .lg-height-18 {
    height: 1536px;
  }
  .lg-height-17 {
    height: 1408px;
  }
  .lg-height-16 {
    height: 1280px;
  }
  .lg-height-15 {
    height: 1152px;
  }
  .lg-height-14 {
    height: 1024px;
  }
  .lg-height-13 {
    height: 896px;
  }
  .lg-height-12 {
    height: 768px;
  }
  .lg-height-11 {
    height: 640px;
  }
  .lg-height-10 {
    height: 512px;
  }
  .lg-height-09 {
    height: 384px;
  }
  .lg-height-08 {
    height: 256px;
  }
  .lg-height-07 {
    height: 192px;
  }
  .lg-height-06 {
    height: 128px;
  }
  .lg-height-05 {
    height: 96px;
  }
  .lg-height-04 {
    height: 64px;
  }
  .lg-height-03 {
    height: 32px;
  }
  .lg-height-02 {
    height: 24px;
  }
  .lg-height-01 {
    height: 16px;
  }
}
@media (max-width: 960px) {
  .md-height-18 {
    height: 1536px;
  }
  .md-height-17 {
    height: 1408px;
  }
  .md-height-16 {
    height: 1280px;
  }
  .md-height-15 {
    height: 1152px;
  }
  .md-height-14 {
    height: 1024px;
  }
  .md-height-13 {
    height: 896px;
  }
  .md-height-12 {
    height: 768px;
  }
  .md-height-11 {
    height: 640px;
  }
  .md-height-10 {
    height: 512px;
  }
  .md-height-09 {
    height: 384px;
  }
  .md-height-08 {
    height: 256px;
  }
  .md-height-07 {
    height: 192px;
  }
  .md-height-06 {
    height: 128px;
  }
  .md-height-05 {
    height: 96px;
  }
  .md-height-04 {
    height: 64px;
  }
  .md-height-03 {
    height: 32px;
  }
  .md-height-02 {
    height: 24px;
  }
  .md-height-01 {
    height: 16px;
  }
}
@media (max-width: 640px) {
  .sm-height-18 {
    height: 1536px;
  }
  .sm-height-17 {
    height: 1408px;
  }
  .sm-height-16 {
    height: 1280px;
  }
  .sm-height-15 {
    height: 1152px;
  }
  .sm-height-14 {
    height: 1024px;
  }
  .sm-height-13 {
    height: 896px;
  }
  .sm-height-12 {
    height: 768px;
  }
  .sm-height-11 {
    height: 640px;
  }
  .sm-height-10 {
    height: 512px;
  }
  .sm-height-09 {
    height: 384px;
  }
  .sm-height-08 {
    height: 256px;
  }
  .sm-height-07 {
    height: 192px;
  }
  .sm-height-06 {
    height: 128px;
  }
  .sm-height-05 {
    height: 96px;
  }
  .sm-height-04 {
    height: 64px;
  }
  .sm-height-03 {
    height: 32px;
  }
  .sm-height-02 {
    height: 24px;
  }
  .sm-height-01 {
    height: 16px;
  }
}
.height-100pr {
  height: 100%;
}
.min-height-100pr {
  min-height: 100%;
}
.margin-top-n9 {
  margin-top: -9rem;
}
.margin-top-n8 {
  margin-top: -7rem;
}
.margin-top-n7 {
  margin-top: -5rem;
}
.margin-top-n6 {
  margin-top: -4rem;
}
.margin-top-n5 {
  margin-top: -3rem;
}
.margin-top-n4 {
  margin-top: -2rem;
}
.margin-top-n3 {
  margin-top: -1.5rem;
}
.margin-top-n2 {
  margin-top: -1rem;
}
.margin-top-n1 {
  margin-top: -0.5rem;
}
@media (max-width: 1280px) {
  .lg-margin-top-n8 {
    margin-top: -7rem;
  }
  .lg-margin-top-n7 {
    margin-top: -5rem;
  }
  .lg-margin-top-n6 {
    margin-top: -4rem;
  }
  .lg-margin-top-n5 {
    margin-top: -3rem;
  }
  .lg-margin-top-n4 {
    margin-top: -2rem;
  }
  .lg-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .lg-margin-top-n2 {
    margin-top: -1rem;
  }
  .lg-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 960px) {
  .md-margin-top-n7 {
    margin-top: -5rem;
  }
  .md-margin-top-n6 {
    margin-top: -4rem;
  }
  .md-margin-top-n5 {
    margin-top: -3rem;
  }
  .md-margin-top-n4 {
    margin-top: -2rem;
  }
  .md-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .md-margin-top-n2 {
    margin-top: -1rem;
  }
  .md-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-n7 {
    margin-top: -5rem;
  }
  .sm-margin-top-n6 {
    margin-top: -4rem;
  }
  .sm-margin-top-n5 {
    margin-top: -3rem;
  }
  .sm-margin-top-n4 {
    margin-top: -2rem;
  }
  .sm-margin-top-n3 {
    margin-top: -1.5rem;
  }
  .sm-margin-top-n2 {
    margin-top: -1rem;
  }
  .sm-margin-top-n1 {
    margin-top: -0.5rem;
  }
}
.margin-5 {
  margin: 3rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-0 {
  margin: 0;
}
@media (max-width: 1280px) {
  .lg-margin-5 {
    margin: 3rem;
  }
  .lg-margin-4 {
    margin: 2rem;
  }
  .lg-margin-3 {
    margin: 1.5rem;
  }
  .lg-margin-2 {
    margin: 1rem;
  }
  .lg-margin-1 {
    margin: 0.5rem;
  }
  .lg-margin-0 {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-5 {
    margin: 3rem;
  }
  .md-margin-4 {
    margin: 2rem;
  }
  .md-margin-3 {
    margin: 1.5rem;
  }
  .md-margin-2 {
    margin: 1rem;
  }
  .md-margin-1 {
    margin: 0.5rem;
  }
  .md-margin-0 {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-5 {
    margin: 3rem;
  }
  .sm-margin-4 {
    margin: 2rem;
  }
  .sm-margin-3 {
    margin: 1.5rem;
  }
  .sm-margin-2 {
    margin: 1rem;
  }
  .sm-margin-1 {
    margin: 0.5rem;
  }
  .sm-margin-0 {
    margin: 0;
  }
}
.margin-top-7 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-top-0 {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .lg-margin-top-5 {
    margin-top: 3rem;
  }
  .lg-margin-top-4 {
    margin-top: 2rem;
  }
  .lg-margin-top-3 {
    margin-top: 1.5rem;
  }
  .lg-margin-top-2 {
    margin-top: 1rem;
  }
  .lg-margin-top-1 {
    margin-top: 0.5rem;
  }
  .lg-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-top-5 {
    margin-top: 3rem;
  }
  .md-margin-top-4 {
    margin-top: 2rem;
  }
  .md-margin-top-3 {
    margin-top: 1.5rem;
  }
  .md-margin-top-2 {
    margin-top: 1rem;
  }
  .md-margin-top-1 {
    margin-top: 0.5rem;
  }
  .md-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-5 {
    margin-top: 3rem;
  }
  .sm-margin-top-4 {
    margin-top: 2rem;
  }
  .sm-margin-top-3 {
    margin-top: 1.5rem;
  }
  .sm-margin-top-2 {
    margin-top: 1rem;
  }
  .sm-margin-top-1 {
    margin-top: 0.5rem;
  }
  .sm-margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-7 {
  margin-right: 5rem;
}
.margin-right-6 {
  margin-right: 4rem;
}
.margin-right-5 {
  margin-right: 3rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-right-0 {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .lg-margin-right-5 {
    margin-right: 3rem;
  }
  .lg-margin-right-4 {
    margin-right: 2rem;
  }
  .lg-margin-right-3 {
    margin-right: 1.5rem;
  }
  .lg-margin-right-2 {
    margin-right: 1rem;
  }
  .lg-margin-right-1 {
    margin-right: 0.5rem;
  }
  .lg-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-right-5 {
    margin-right: 3rem;
  }
  .md-margin-right-4 {
    margin-right: 2rem;
  }
  .md-margin-right-3 {
    margin-right: 1.5rem;
  }
  .md-margin-right-2 {
    margin-right: 1rem;
  }
  .md-margin-right-1 {
    margin-right: 0.5rem;
  }
  .md-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-5 {
    margin-right: 3rem;
  }
  .sm-margin-right-4 {
    margin-right: 2rem;
  }
  .sm-margin-right-3 {
    margin-right: 1.5rem;
  }
  .sm-margin-right-2 {
    margin-right: 1rem;
  }
  .sm-margin-right-1 {
    margin-right: 0.5rem;
  }
  .sm-margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-7 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .lg-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .lg-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .lg-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .lg-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .lg-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .lg-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .md-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .md-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .md-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .md-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .md-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .sm-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .sm-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .sm-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .sm-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .sm-margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-7 {
  margin-left: 5rem;
}
.margin-left-6 {
  margin-left: 4rem;
}
.margin-left-5 {
  margin-left: 3rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-left-0 {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .lg-margin-left-5 {
    margin-left: 3rem;
  }
  .lg-margin-left-4 {
    margin-left: 2rem;
  }
  .lg-margin-left-3 {
    margin-left: 1.5rem;
  }
  .lg-margin-left-2 {
    margin-left: 1rem;
  }
  .lg-margin-left-1 {
    margin-left: 0.5rem;
  }
  .lg-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-left-5 {
    margin-left: 3rem;
  }
  .md-margin-left-4 {
    margin-left: 2rem;
  }
  .md-margin-left-3 {
    margin-left: 1.5rem;
  }
  .md-margin-left-2 {
    margin-left: 1rem;
  }
  .md-margin-left-1 {
    margin-left: 0.5rem;
  }
  .md-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-5 {
    margin-left: 3rem;
  }
  .sm-margin-left-4 {
    margin-left: 2rem;
  }
  .sm-margin-left-3 {
    margin-left: 1.5rem;
  }
  .sm-margin-left-2 {
    margin-left: 1rem;
  }
  .sm-margin-left-1 {
    margin-left: 0.5rem;
  }
  .sm-margin-left-0 {
    margin-left: 0;
  }
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.button-margin-top-3 {
  margin-top: 4rem;
}
.button-margin-top-2 {
  margin-top: 2.5rem;
}
.button-margin-top-1 {
  margin-top: 1.5rem;
}
.header-height-margin-top {
  margin-top: 5rem;
}
@media (max-width: 1280px) {
  .header-height-margin-top {
    margin-top: 4rem;
  }
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (max-width: 1280px) {
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
}
@media (max-width: 960px) {
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
}
@media (max-width: 640px) {
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1280px) {
  .lg-overflow-scroll {
    overflow: scroll;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg-overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg-overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (max-width: 960px) {
  .md-overflow-scroll {
    overflow: scroll;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  .md-overflow-x-scroll {
    overflow-x: scroll;
  }
  .md-overflow-x-hidden {
    overflow-x: hidden;
  }
  .md-overflow-y-scroll {
    overflow-y: scroll;
  }
  .md-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (max-width: 640px) {
  .sm-overflow-scroll {
    overflow: scroll;
  }
  .sm-overflow-hidden {
    overflow: hidden;
  }
  .sm-overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm-overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm-overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm-overflow-y-hidden {
    overflow-y: hidden;
  }
}
.padding-small {
  padding: 1.5rem;
}
.padding-default {
  padding: 2.25rem;
}
.padding-large {
  padding: 4rem;
}
@media (max-width: 1280px) {
  .padding-small {
    padding: 1.333rem;
  }
  .padding-default {
    padding: 1.9995rem;
  }
  .padding-large {
    padding: 3.332rem;
  }
}
@media (max-width: 960px) {
  .padding-small {
    padding: 1.167rem;
  }
  .padding-default {
    padding: 1.7505rem;
  }
  .padding-large {
    padding: 2.668rem;
  }
}
@media (max-width: 640px) {
  .padding-small {
    padding: 1rem;
  }
  .padding-default {
    padding: 1.5rem;
  }
  .padding-large {
    padding: 2rem;
  }
}
.padding-top-0 {
  padding-top: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-top-5 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1280px) {
  .lg-padding-top-5 {
    padding-top: 3rem;
  }
  .lg-padding-top-4 {
    padding-top: 2rem;
  }
  .lg-padding-top-3 {
    padding-top: 1.5rem;
  }
  .lg-padding-top-2 {
    padding-top: 1rem;
  }
  .lg-padding-top-1 {
    padding-top: 0.5rem;
  }
  .lg-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-top-5 {
    padding-top: 3rem;
  }
  .md-padding-top-4 {
    padding-top: 2rem;
  }
  .md-padding-top-3 {
    padding-top: 1.5rem;
  }
  .md-padding-top-2 {
    padding-top: 1rem;
  }
  .md-padding-top-1 {
    padding-top: 0.5rem;
  }
  .md-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-top-5 {
    padding-top: 3rem;
  }
  .sm-padding-top-4 {
    padding-top: 2rem;
  }
  .sm-padding-top-3 {
    padding-top: 1.5rem;
  }
  .sm-padding-top-2 {
    padding-top: 1rem;
  }
  .sm-padding-top-1 {
    padding-top: 0.5rem;
  }
  .sm-padding-top-0 {
    padding-top: 0;
  }
}
.padding-bottom-5 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  .lg-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .lg-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .lg-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .lg-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .lg-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .lg-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .md-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .md-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .md-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .md-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .md-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .sm-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .sm-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .sm-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .sm-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .sm-padding-bottom-0 {
    padding-bottom: 0;
  }
}
.remove-section-padding-left {
  padding-left: 0;
}
.remove-section-padding-right {
  padding-right: 0;
}
@media (min-width: 1601px) {
  .hg-remove-section-padding-left {
    padding-left: 0;
  }
  .hg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .lg-remove-section-padding-left {
    padding-left: 0;
  }
  .lg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .md-remove-section-padding-left {
    padding-left: 0;
  }
  .md-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .sm-remove-section-padding-left {
    padding-left: 0;
  }
  .sm-remove-section-padding-right {
    padding-right: 0;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
@media (max-width: 1280px) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-sticky {
    position: sticky;
  }
}
@media (max-width: 960px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 640px) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-sticky {
    position: sticky;
  }
}
.text-align-left, .has-text-align-left {
  text-align: left;
}
.text-align-center, .has-text-align-center {
  text-align: center;
}
.text-align-right, .has-text-align-right {
  text-align: right;
}
@media (max-width: 1280px) {
  .lg-text-align-left {
    text-align: left;
  }
  .lg-text-align-center {
    text-align: center;
  }
  .lg-text-align-right {
    text-align: right;
  }
}
@media (max-width: 960px) {
  .md-text-align-left {
    text-align: left;
  }
  .md-text-align-center {
    text-align: center;
  }
  .md-text-align-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .sm-text-align-left {
    text-align: left;
  }
  .sm-text-align-center {
    text-align: center;
  }
  .sm-text-align-right {
    text-align: right;
  }
}
.font-family-primary {
  font-family: "Open Sans", sans-serif;
}
.font-family-secondary {
  font-family: "DM Sans", sans-serif;
}
.font-family-tertiary {
  font-family: "Public Sans", sans-serif;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 800;
}
.font-style-italic {
  font-style: italic;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.line-height-default {
  line-height: 1.6;
}
.line-height-medium {
  line-height: 1.4;
}
.line-height-small {
  line-height: 1.2;
}
.lead-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.4;
}
.meta-text {
  color: #7AC142;
  font-size: 0.8rem;
  text-transform: none;
}
.meta-text a {
  color: #7AC142;
}
.inverted .meta-text {
  color: rgba(255, 255, 255, 0.25);
}
body, html {
  font-size: 16px;
}
.huge, .has-huge-font-size {
  font-size: 3.5rem;
}
h1, .h1-size {
  font-size: 3rem;
}
h2, .h2-size {
  font-size: 2.5rem;
}
h3, .h3-size {
  font-size: 1.6rem;
}
h4, .h4-size {
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  body, html {
    font-size: 15.666px;
  }
  .huge, .has-huge-font-size {
    font-size: 3.333rem;
  }
  h1, .h1-size {
    font-size: 2.833rem;
  }
  h2, .h2-size {
    font-size: 2.333rem;
  }
  h3, .h3-size {
    font-size: 1.4998rem;
  }
  h4, .h4-size {
    font-size: 1.1666rem;
  }
}
@media (max-width: 960px) {
  body, html {
    font-size: 15.334px;
  }
  .huge, .has-huge-font-size {
    font-size: 3.167rem;
  }
  h1, .h1-size {
    font-size: 2.667rem;
  }
  h2, .h2-size {
    font-size: 2.167rem;
  }
  h3, .h3-size {
    font-size: 1.4002rem;
  }
  h4, .h4-size {
    font-size: 1.1334rem;
  }
}
@media (max-width: 640px) {
  body, html {
    font-size: 15px;
  }
  .huge, .has-huge-font-size {
    font-size: 3rem;
  }
  h1, .h1-size {
    font-size: 2.5rem;
  }
  h2, .h2-size {
    font-size: 2rem;
  }
  h3, .h3-size {
    font-size: 1.3rem;
  }
  h4, .h4-size {
    font-size: 1.1rem;
  }
}
.font-size-large, .has-large-font-size {
  font-size: 1.2rem;
}
.font-size-medium, .has-medium-font-size {
  font-size: 1.1rem;
}
.font-size-default {
  font-size: 1rem;
}
.font-size-small, .has-small-font-size {
  font-size: 0.9rem;
}
.font-size-tiny {
  font-size: 0.8rem;
}
.full-height {
  height: 100vh;
  height: 100svh;
}
.full-height-minus-header {
  height: calc(100vh - 5rem);
  height: calc(100svh - 5rem);
}
@media (max-width: 960px) {
  .full-height-minus-header {
    height: 95vh;
    height: 95svh;
  }
}
.viewport-min-height-3 {
  min-height: 75vh;
}
.viewport-min-height-2 {
  min-height: 50vh;
}
.viewport-min-height-1 {
  min-height: 25vh;
}
.width-100pr {
  width: 100%;
}
.width-80pr {
  width: 80%;
}
.width-75pr {
  width: 75%;
}
.width-66pr {
  width: 66.66%;
}
.width-60pr {
  width: 60%;
}
.width-50pr {
  width: 50%;
}
.width-40pr {
  width: 40%;
}
.width-33pr {
  width: 33.33%;
}
.width-25pr {
  width: 25%;
}
.width-20pr {
  width: 20%;
}
@media (max-width: 1280px) {
  .lg-width-100pr {
    width: 100%;
  }
  .lg-width-80pr {
    width: 80%;
  }
  .lg-width-75pr {
    width: 75%;
  }
  .lg-width-66pr {
    width: 66.66%;
  }
  .lg-width-60pr {
    width: 60%;
  }
  .lg-width-50pr {
    width: 50%;
  }
  .lg-width-40pr {
    width: 40%;
  }
  .lg-width-33pr {
    width: 33.33%;
  }
  .lg-width-25pr {
    width: 25%;
  }
  .lg-width-20pr {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .md-width-100pr {
    width: 100%;
  }
  .md-width-80pr {
    width: 80%;
  }
  .md-width-75pr {
    width: 75%;
  }
  .md-width-66pr {
    width: 66.66%;
  }
  .md-width-60pr {
    width: 60%;
  }
  .md-width-50pr {
    width: 50%;
  }
  .md-width-40pr {
    width: 40%;
  }
  .md-width-33pr {
    width: 33.33%;
  }
  .md-width-25pr {
    width: 25%;
  }
  .md-width-20pr {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .sm-width-100pr {
    width: 100%;
  }
  .sm-width-80pr {
    width: 80%;
  }
  .sm-width-75pr {
    width: 75%;
  }
  .sm-width-66pr {
    width: 66.66%;
  }
  .sm-width-60pr {
    width: 60%;
  }
  .sm-width-50pr {
    width: 50%;
  }
  .sm-width-40pr {
    width: 40%;
  }
  .sm-width-33pr {
    width: 33.33%;
  }
  .sm-width-25pr {
    width: 25%;
  }
  .sm-width-20pr {
    width: 20%;
  }
}
.text-width-8 {
  max-width: 80ch;
}
.text-width-7 {
  max-width: 60ch;
}
.text-width-6 {
  max-width: 50ch;
}
.text-width-5 {
  max-width: 30ch;
}
.text-width-4 {
  max-width: 25ch;
}
.text-width-3 {
  max-width: 20ch;
}
.text-width-2 {
  max-width: 15ch;
}
.text-width-1 {
  max-width: 10ch;
}
.max-width-18 {
  max-width: 1536px;
}
.max-width-17 {
  max-width: 1408px;
}
.max-width-16 {
  max-width: 1280px;
}
.max-width-15 {
  max-width: 1152px;
}
.max-width-14 {
  max-width: 1024px;
}
.max-width-13 {
  max-width: 896px;
}
.max-width-12 {
  max-width: 768px;
}
.max-width-11 {
  max-width: 640px;
}
.max-width-10 {
  max-width: 512px;
}
.max-width-09 {
  max-width: 384px;
}
.max-width-08 {
  max-width: 256px;
}
.max-width-07 {
  max-width: 192px;
}
.max-width-06 {
  max-width: 128px;
}
.max-width-05 {
  max-width: 96px;
}
.max-width-04 {
  max-width: 64px;
}
.max-width-03 {
  max-width: 32px;
}
.max-width-02 {
  max-width: 24px;
}
.max-width-01 {
  max-width: 16px;
}
@media (max-width: 1280px) {
  .lg-max-width-18 {
    max-width: 1536px;
  }
  .lg-max-width-17 {
    max-width: 1408px;
  }
  .lg-max-width-16 {
    max-width: 1280px;
  }
  .lg-max-width-15 {
    max-width: 1152px;
  }
  .lg-max-width-14 {
    max-width: 1024px;
  }
  .lg-max-width-13 {
    max-width: 896px;
  }
  .lg-max-width-12 {
    max-width: 768px;
  }
  .lg-max-width-11 {
    max-width: 640px;
  }
  .lg-max-width-10 {
    max-width: 512px;
  }
  .lg-max-width-09 {
    max-width: 384px;
  }
  .lg-max-width-08 {
    max-width: 256px;
  }
  .lg-max-width-07 {
    max-width: 192px;
  }
  .lg-max-width-06 {
    max-width: 128px;
  }
  .lg-max-width-05 {
    max-width: 96px;
  }
  .lg-max-width-04 {
    max-width: 64px;
  }
  .lg-max-width-03 {
    max-width: 32px;
  }
  .lg-max-width-02 {
    max-width: 24px;
  }
  .lg-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 960px) {
  .md-max-width-18 {
    max-width: 1536px;
  }
  .md-max-width-17 {
    max-width: 1408px;
  }
  .md-max-width-16 {
    max-width: 1280px;
  }
  .md-max-width-15 {
    max-width: 1152px;
  }
  .md-max-width-14 {
    max-width: 1024px;
  }
  .md-max-width-13 {
    max-width: 896px;
  }
  .md-max-width-12 {
    max-width: 768px;
  }
  .md-max-width-11 {
    max-width: 640px;
  }
  .md-max-width-10 {
    max-width: 512px;
  }
  .md-max-width-09 {
    max-width: 384px;
  }
  .md-max-width-08 {
    max-width: 256px;
  }
  .md-max-width-07 {
    max-width: 192px;
  }
  .md-max-width-06 {
    max-width: 128px;
  }
  .md-max-width-05 {
    max-width: 96px;
  }
  .md-max-width-04 {
    max-width: 64px;
  }
  .md-max-width-03 {
    max-width: 32px;
  }
  .md-max-width-02 {
    max-width: 24px;
  }
  .md-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-width-18 {
    max-width: 1536px;
  }
  .sm-max-width-17 {
    max-width: 1408px;
  }
  .sm-max-width-16 {
    max-width: 1280px;
  }
  .sm-max-width-15 {
    max-width: 1152px;
  }
  .sm-max-width-14 {
    max-width: 1024px;
  }
  .sm-max-width-13 {
    max-width: 896px;
  }
  .sm-max-width-12 {
    max-width: 768px;
  }
  .sm-max-width-11 {
    max-width: 640px;
  }
  .sm-max-width-10 {
    max-width: 512px;
  }
  .sm-max-width-09 {
    max-width: 384px;
  }
  .sm-max-width-08 {
    max-width: 256px;
  }
  .sm-max-width-07 {
    max-width: 192px;
  }
  .sm-max-width-06 {
    max-width: 128px;
  }
  .sm-max-width-05 {
    max-width: 96px;
  }
  .sm-max-width-04 {
    max-width: 64px;
  }
  .sm-max-width-03 {
    max-width: 32px;
  }
  .sm-max-width-02 {
    max-width: 24px;
  }
  .sm-max-width-01 {
    max-width: 16px;
  }
}
.z-index-3 {
  z-index: 3;
}
.z-index-2 {
  z-index: 2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-n1 {
  z-index: -1;
}
.products-sub-menu, .about-us-sub-menu, .contact-sub-menu, .news-sub-menu {
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ffffff;
  transform: translateY(1rem);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
@media (max-width: 1280px) {
  .products-sub-menu, .about-us-sub-menu, .contact-sub-menu, .news-sub-menu {
    display: none;
  }
}
.show-products-sub-menu .products-sub-menu, .show-about-us-sub-menu .about-us-sub-menu, .show-contact-sub-menu .contact-sub-menu, .show-news-sub-menu .news-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.sub-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu-list li {
  margin-bottom: 0.5rem;
}
.sub-menu-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-menu-image-container img {
  max-width: 10rem;
}
.sub-menu-svg-container svg {
  width: 100px;
  height: 100px;
  margin-right: 3rem;
}
.sub-menu-image-container {
  padding: 0 2rem;
}
.products-sub-menu-separator {
  border: 1px solid #f1f1f1;
}
.news-sub-menu-image-container img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  max-width: 12rem;
}
.news-sub-menu-image-container {
  padding: 0;
}
.sub-menu-inner-content {
  padding: 2rem 0 0 0;
  max-width: 12rem;
}
.header {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2000;
  height: 5rem;
  transition-duration: 0.3s;
}
.header a {
  font-family: "DM Sans", sans-serif;
}
.scrolled .header {
  height: 5rem;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
}
.transparent-header:not(.scrolled, .password-protected, .off-canvas-open) .header {
  background: transparent;
}
.transparent-header .main {
  margin-top: -5rem;
}
.transparent-header .main > .section-wrapper:first-child .section-content {
  padding-top: 5rem;
}
@media (max-width: 1280px) {
  .transparent-header .main > .section-wrapper:first-child .section-content {
    padding-top: 4rem;
  }
}
.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0 8vw;
}
.home .primary-logo {
  filter: brightness(10);
}
.scrolled .primary-logo {
  filter: brightness(1);
}
.off-canvas-open .primary-logo {
  filter: brightness(1);
}
.logo {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.logo svg {
  width: 9rem;
  height: auto;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .header {
    height: 4rem;
  }
  .scrolled .header {
    height: 4rem;
  }
  .header-height-margin-top {
    margin-top: 4rem;
  }
}
@media (max-width: 640px) {
  .header-row {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .header-row {
    padding: 0 15px;
  }
}
/* Main Menu Desktop */
.main-menu-desktop {
  margin-right: -1rem;
}
.main-menu-desktop > ul {
  height: 100%;
}
.main-menu-desktop a {
  color: #212623;
  padding: 0 1rem;
  height: 100%;
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.main-menu-desktop a:hover, .main-menu-desktop .current-menu-item > a, .main-menu-desktop .current-menu-parent > a, .main-menu-desktop .current-menu-ancestor > a {
  color: #212623;
}
.scrolled .main-menu-desktop a {
  color: #212623;
}
.transparent-header:not(.scrolled) .main-menu-desktop a {
  color: #ffffff;
}
.main-menu-desktop .menu-item {
  position: relative;
}
.main-menu-desktop .menu-item-has-children > a, .main-menu-desktop .products > a {
  cursor: pointer;
}
.main-menu-desktop .menu-item.hover > a.placeholder-menu-item {
  cursor: default;
}
.main-menu-desktop .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1rem;
  margin: 0;
  padding: 1rem;
  width: 13rem;
  border-radius: 0px 0px 10px 10px;
  list-style-type: none;
  background: #ffffff;
  box-shadow: 0px 10px 50px 10px rgba(126, 126, 126, 0.152);
  transition-duration: 0.3s;
  transform: translate(0px, 0px);
  font-size: 0.9rem;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > .sub-menu {
  background: rgba(0, 0, 0, 0.7);
}
.main-menu-desktop .menu-item-has-children:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.main-menu-desktop .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > a:after, .transparent-header:not(.scrolled) .main-menu-desktop .products > a:after {
  border-color: #ffffff;
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  left: calc(100% + 1rem);
}
.main-menu-desktop .menu-item-has-children > .sub-menu > .menu-item-has-children.hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-menu-desktop .menu-item-has-children > .sub-menu .menu-item-has-children > a:after {
  top: calc(50% - 0.25rem);
  transform: rotate(-45deg);
}
.main-menu-desktop .sub-menu a {
  padding: 0.5rem 1rem;
}
@media (max-width: 1280px) {
  .main-menu-desktop {
    display: none;
  }
}
/* Main Menu Desktop Hover Styles */
.main-menu-desktop a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 1rem;
  top: calc(50% + 1rem);
  transition-duration: 0.3s;
}
.main-menu-desktop .menu-item.hover > a:before {
  width: calc(100% - 2rem);
}
.main-menu-desktop .menu-item.hover > a:before, .main-menu-desktop .current-menu-item > a:before, .main-menu-desktop .current-menu-parent > a:before {
  background: #212623;
}
.scrolled .main-menu-desktop .menu-item.hover > a:before, .scrolled .main-menu-desktop .current-menu-item > a:before, .scrolled .main-menu-desktop .current-menu-parent > a:before {
  background: #212623;
}
.scrolled .main-menu-desktop a:before {
  background: #ffffff;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item.hover > a:before, .transparent-header:not(.scrolled) .main-menu-desktop .current-menu-item > a:before, .transparent-header:not(.scrolled) .main-menu-desktop .current-menu-parent > a:before {
  background: #ffffff;
}
/* Hamburger */
.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 0;
  z-index: 1000;
}
.hamburger-inner {
  width: 32px;
  height: 20px;
  display: flex;
  position: relative;
  margin-top: -2px;
}
.hamburger-top-bar, .hamburger-middle-bar, .hamburger-bottom-bar {
  position: absolute;
  background: #212623;
  height: 2px;
}
.transparent-header:not(.scrolled, .off-canvas-open) .hamburger-top-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-middle-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-bottom-bar {
  background: #ffffff;
}
.hamburger-top-bar {
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 80%;
}
.hamburger-middle-bar {
  opacity: 1;
  top: 50%;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-bottom-bar {
  top: 100%;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 80%;
}
.off-canvas-open .hamburger-top-bar {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-middle-bar {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-bottom-bar {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-top-bar, .off-canvas-open .hamburger-middle-bar, .off-canvas-open .hamburger-bottom-bar {
  width: 100%;
}
@media (max-width: 1280px) {
  .hamburger {
    display: flex;
  }
}
/* Off-canvas */
body.off-canvas-open {
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #1C3F95;
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(0);
  transition-duration: 0.4s;
  z-index: 2000;
  padding-top: 5rem;
}
.scrolled .off-canvas {
  padding-top: 5rem;
}
@media (max-width: 1280px) {
  .off-canvas {
    padding-top: 4rem;
  }
  .scrolled .off-canvas {
    padding-top: 4rem;
  }
}
.off-canvas-open .off-canvas {
  transform: translateX(100vw);
}
.off-canvas-content {
  width: 100%;
  height: 100%;
  padding: 0 10vw;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.off-canvas-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.off-canvas-content::-webkit-scrollbar {
  display: none;
}
.search-trigger {
  display: flex;
  background: none;
  margin: 0;
  padding: 10px;
  border: none;
  transition-duration: 0.3s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.search-trigger:hover {
  border-bottom: 1px solid #7AC142;
}
.search-trigger path {
  fill: #212623;
  transition-duration: 0.3s;
}
.scrolled .search-trigger path {
  fill: #212623;
}
.transparent-header:not(.scrolled, .off-canvas-open) .search-trigger path {
  fill: #ffffff;
}
.search-overlay-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: calc(0.5rem + 5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: z-index 0.4s step-end;
  pointer-events: none;
}
.search-open .search-overlay-wrapper {
  z-index: 100;
  transition: z-index 0.4s step-start;
}
.search-overlay-content {
  background: transparent;
  width: 100%;
  max-width: 48rem;
  border-radius: 10px;
  pointer-events: auto;
  opacity: 0;
  z-index: -1;
  transform: translateY(1rem);
  transition: opacity 0.4s, z-index 0.4s step-end, transform 0.4s;
}
.search-open .search-overlay-content {
  opacity: 1;
  z-index: 100;
  transform: translateY(0);
  transition: opacity 0.4s, z-index 0.4s step-start, transform 0.4s;
}
.viewport-overlay {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0.4s step-end;
}
.off-canvas-open .viewport-overlay, .search-open .viewport-overlay {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.4s, z-index 0.4s step-start;
}
body.off-canvas-open, body.search-open {
  overflow: hidden;
}
/* Main Menu Mobile */
.off-canvas nav > ul > .menu-item {
  font-size: 1.1rem;
}
.off-canvas .menu-item {
  font-size: 1rem;
}
.language-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-right: -1rem;
  transition-duration: 0.3s;
}
.off-canvas .language-selector {
  margin-left: 0;
}
.language-selector-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid transparent;
}
.language-selector-button:hover {
  border-bottom: 1px solid #7AC142;
}
.language-selector-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 5px);
  right: 0;
  opacity: 0;
  transition-duration: 0.15s;
  pointer-events: none;
  width: auto;
}
.language-selector-items.open {
  top: 80%;
  opacity: 1;
  pointer-events: auto;
}
.language-selector-items-off-canvas {
  text-transform: uppercase;
}
.language-selector-items-off-canvas a {
  position: relative;
  color: #ffffff;
}
.language-selector-items-off-canvas a:first-child {
  margin-right: 1rem;
}
.language-selector-items-off-canvas a:first-child:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: -0.7rem;
  width: 1px;
  height: 1rem;
  background: #d5d9dd;
}
.home .lang-text {
  color: #ffffff;
  margin-right: 4px;
}
.lang-text {
  color: #212623;
  margin-right: 4px;
  text-transform: uppercase;
}
.off-canvas .lang-text {
  color: #212623;
}
.scrolled .lang-text {
  color: #212623;
}
a.language-selector-item {
  display: block;
  white-space: nowrap;
  background: #212623;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition-duration: 0.3s;
  text-transform: uppercase;
}
a.language-selector-item:hover {
  background: #1C3F95;
}
a.language-selector-item:last-child {
  border-bottom: none;
}
.language-selector-item a.glink.gt-current-lang {
  font-weight: 400;
}
@media (max-width: 1280px) {
  .language-selector {
    display: none;
  }
}
@media (max-width: 1280px) {
  .off-canvas .language-selector {
    display: flex;
  }
}
.top-nav-globe {
  display: flex;
}
.top-nav-globe img {
  width: 1.2rem;
}
.home .top-nav-globe path {
  fill: #ffff;
}
.scrolled .top-nav-globe path {
  fill: #000;
}
.header-icon-link {
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 0.6rem;
  margin-top: 2rem;
}
.header-icon-link svg {
  width: 1.25rem;
}
.page-id-94 footer, .page-id-160 footer, .page-id-442 footer, .page-id-380 footer, .page-template-contact-location footer {
  margin-top: -20rem;
}
.footer-cta {
  z-index: 9;
  position: relative;
}
.footer-cta ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* Footer Columns */
.footer-columns {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media (max-width: 960px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 640px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .footer-columns > div {
    border-top: 1px solid #c3c5c2;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-columns > div:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-logo svg {
  width: 14rem;
  height: auto;
}
.footer-cta {
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
/* Cookie Notice */
.cookie-notice-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1rem;
  max-width: 512px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0.1rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
  z-index: 9000000;
}
.cookie-notice-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.cookie-notice-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.cookie-notice-buttons button, .cookie-notice-buttons a {
  margin: 0.75rem;
  font-size: 0.9rem;
}
.text-link img, .text-link svg {
  transition-duration: 0.3s;
}
.text-link path {
  fill: #1C3F95;
}
.text-link:hover img, .text-link:hover svg {
  transform: translateX(0.5rem);
}
.slider-inner-content a:hover path {
  fill: #285ad5;
}
@media (max-width: 1280px) {
  .aterforsaljare.image-absolute > img:first-of-type {
    position: relative !important;
  }
}
.page-id-1052 .map-sweden, .page-id-1052 .map-usa {
  display: none;
}
.page-id-99 .map-england, .page-id-99 .map-usa {
  display: none;
}
.page-id-1064 .map-england, .page-id-1064 .map-sweden {
  display: none;
}
.img-fade-in {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1C3F95;
  z-index: 4;
}
.scroll-down-wrapper {
  position: absolute;
  bottom: 8rem;
  right: 2rem;
}
.fp-hero-content {
  z-index: 8;
}
.scrolldown-text {
  transform: rotate(-90deg);
  z-index: 2;
  color: #ffffff;
  text-transform: uppercase;
  transition-duration: 0.3s;
  padding: 0.5rem;
}
.fp-scrolldown-position {
  width: 2px;
  height: 3vh;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown {
  margin-top: 2.6rem;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #7AC142 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -2.5vh;
  background-size: 100% 200%;
  animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation-delay: -0.5s;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -2.5vh;
    opacity: 0;
  }
  75% {
    background-position: 0 0;
    opacity: 1;
  }
  100% {
    background-position: 0 3vh;
  }
}
.logo-wrapper {
  margin-top: 1rem;
  background: #ffffff;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 2rem 8rem 0rem;
}
.image-border-radius img {
  border-radius: 10px;
  max-height: 350px;
  object-fit: contain;
}
.image-overlay {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 63, 149, 0.702);
  border-radius: 10px;
  z-index: 2;
}
.title-wrapper {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  z-index: 3;
}
h2.image-title {
  position: relative;
}
h2.image-title:after {
  position: absolute;
  content: "";
  background-color: #7AC142;
  bottom: -1rem;
  left: 0;
  width: 5%;
  min-width: 5rem;
  height: 0.3rem;
  transition: width 0.5s ease;
}
.inner-content-reveal-1, .inner-content-reveal-2, .inner-content-reveal-3, .inner-content-reveal-4, .inner-content-reveal-5, .image-title {
  pointer-events: none;
}
.inner-content-image {
  filter: blur(0);
  transition: filter 1s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-overlay:hover h2.image-title:after {
  width: 100%;
}
.image-overlay:hover .inner-content-image {
  filter: blur(5px);
}
.smaller-cards {
  position: relative;
}
.smaller-cards a {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.image-overlay {
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .smaller-cards .inner-content-image {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.slider-image-item {
  height: 100%;
  box-shadow: 0px 10px 50px 10px rgba(236, 236, 236, 0.262);
  border-radius: 10px;
}
@media (max-width: 960px) {
  .slider-image-item {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}
.slider-image-item img {
  border-radius: 10px 10px 0 0;
}
.sticky-heading {
  position: sticky;
  top: 35vh;
}
.sticky-content {
  position: sticky;
  top: 6rem;
  border-radius: 10px;
}
.about-icon img {
  width: 3rem;
}
.img-border-radius img {
  border-radius: 10px;
}
.slider-product-item, .archive-product-item {
  border-radius: 10px;
}
.slider-product-item {
  height: 100%;
}
.product-item {
  box-shadow: 0px 10px 50px 10px rgba(236, 236, 236, 0.711);
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.image-caption {
  text-align: center;
  padding: 0.5rem;
  background: #f1f1f1;
}
.slider-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.background-primary-gradient {
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #1C3F95 40%) no-repeat;
}
.background-light-gradient {
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, #f1f1f1 30%) no-repeat;
}
.contact-item-wrapper {
  background-color: #ffffff;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.post-item-wrapper {
  background-color: #ffffff;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 1rem;
}
.tab {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 0 1.5rem 0 1rem;
}
.tab button {
  background-color: inherit;
  border: none;
  border-bottom: 1px solid transparent;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
  padding: 0.75rem 2rem;
  transition-duration: 0.3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab button:hover {
  background: #f1f1f1;
}
.tab button.active {
  background: #7AC142;
  color: #ffffff;
}
.tabcontent {
  display: none;
}
.product-info-table {
  background: linear-gradient(to bottom, white 90%, transparent 90%);
}
.product-info-table table {
  font-size: 0.9rem;
}
.background-table {
  background: linear-gradient(to top, #1C3F95 60%, white 60%);
}
.table-container {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
table.table {
  border-radius: 10px;
}
table tr:last-child {
  border-radius: 10px;
}
tr.table-titles {
  background-color: #7AC142;
  border-radius: 10px !important;
  color: #ffffff;
}
.product-table > table > tbody > tr > td {
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
}
.product-table > table > tbody > tr > td:first-child {
  padding-left: 1.5rem;
}
.product-table > table > tbody > tr:nth-child(2) > td {
  padding-top: 1rem;
}
.product-table > table > tbody > tr:last-child > td {
  padding-bottom: 1.25rem;
}
.product-table > table > tbody > tr > td > p {
  display: inline;
  line-height: 1;
}
@media (max-width: 960px) {
  .product-table > table > tbody > tr > td > p {
    display: inline-flex;
  }
}
tr:nth-child(even) {
  background-color: #ffffff;
}
tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.product-table > table > tbody > tr:nth-child(1) {
  background-color: #7AC142;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
}
.product-info-table tr:hover {
  background-color: #B8F08C;
}
.product-card-inner-content ul, .product-card-inner-content ol {
  padding-left: 15px;
  /* Indrag för listor */
  margin: 0 0 15px;
  /* Avstånd ovanför och nedanför */
}
.product-card-inner-content li {
  line-height: 1.5;
  /* Gör listan lättare att läsa */
}
.product-card-image {
  margin: 1rem;
  padding: 1rem;
}
.product-card-image img {
  transition-duration: 0.3s;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-card-image:hover img {
  transform: scale(1.1);
}
.technical-documentation-list p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.technical-documentation-list svg {
  margin-right: 1rem;
  min-width: 26px;
  min-height: 26px;
}
.floating-cta-inner-content {
  padding: 3rem 3rem 1rem 3rem;
  background: #ffffff;
}
.floating-quote-cta-wrapper {
  position: sticky;
  top: 6rem;
  z-index: 50;
}
.floating-quote-cta {
  max-width: 350px;
  margin-left: auto;
  border-radius: 25px;
}
.floating-quote-cta .accordion-item {
  border-radius: 10px;
}
@media (max-width: 960px) {
  .floating-quote-cta-wrapper {
    top: 5rem;
  }
  .floating-quote-cta {
    max-width: 100%;
  }
}
.floating-quote-cta .active .floating-cta-content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.floating-cta-content .accordion-inner-content {
  padding: 2rem;
}
.floating-cta-accordion-title {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  z-index: 100;
}
.floating-cta-accordion-title.accordion-title::before {
  display: none;
}
.floating-cta-accordion-title h4 {
  margin: 0;
}
/* Default state of the SVG */
.floating-cta-accordion-title svg {
  transition: transform 0.3s ease;
}
.accordion-item.active .floating-cta-accordion-title svg {
  transform: rotate(-180deg);
}
.kontakt-tab {
  background-color: #f1f1f1;
  padding: 2rem;
}
.header-notice-news {
  display: flex;
  justify-content: center;
  background-color: #1C3F95;
  color: #ffffff;
  padding: 0.7rem;
}
@media (max-width: 960px) {
  .header-notice-a {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.map {
  min-height: 70vh;
}
.overflow-x-wrapper {
  overflow-x: auto;
}
.scroll-container {
  display: flex;
  flex-wrap: nowrap;
}
.scroll-item {
  flex: 0 0 auto;
  max-width: 45rem;
  position: relative;
}
.slide-spacer {
  flex-shrink: 0;
  margin-left: 2rem;
}
.scroll-item:first-child {
  margin-left: 6rem;
}
.scroll-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 10px;
}
.overflow-x-wrapper::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 20vw;
}
.overflow-x-wrapper::-webkit-scrollbar-thumb {
  background-color: #7AC142;
  border-radius: 10px;
  border: 4px solid #7AC142;
  background-clip: content-box;
}
.overflow-x-wrapper::-webkit-scrollbar {
  height: 10px;
  width: 100px;
}
@media (max-width: 960px) {
  .scroll-item {
    max-width: 90vw;
  }
  .scroll-item .grid {
    width: 100%;
  }
  .scroll-item:first-child {
    margin-left: 1rem;
  }
  .slider-image-container img {
    height: 10rem;
    object-fit: contain;
  }
}
.box-shadow {
  box-shadow: 0 0rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
}
.wpgmza_marker_holder {
  padding: calc(min(6vw, 80px) + 20px) 6vw;
  border: none !important;
}
#wpgmza_table_2_wrapper {
  margin: 0 auto;
  margin-top: -10rem;
  max-width: 1280px;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 0rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.odd.wpgmaps_mlist_row {
  padding: 1rem 0;
}
.wpgmza_table_marker {
  width: 2rem !important;
}
#wpgmza_table_2 > thead > tr {
  background-color: #7AC142;
  color: white;
  border-radius: 10px;
}
#wpgmza_map_list_icon {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#wpgmza_map_list_description {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#wpgmza_table_2 tbody tr, table.dataTable.no-footer {
  border: none !important;
}
#wpgmza_table_2 tbody tr {
  border-bottom: 1px solid #c3c5c2 !important;
}
.wpgmza_table .wpgmaps_mlist_row:hover {
  background: #f1f1f1 !important;
}
.wpgmaps_mlist_row img {
  max-width: 2rem;
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .wpgmaps_mlist_row img {
    max-width: 1.5rem;
    margin-top: 0.5rem;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 2.6rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  box-shadow: none !important;
  left: 0 !important;
  margin-top: 0 !important;
  transform: translateY(-50%);
  height: 1.5em !important;
  width: 1.5em !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #f1f1f1 !important;
  color: #828582 !important;
  border: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background: #7AC142 !important;
  color: #ffffff !important;
}
.dataTables_length {
  display: none;
}
.dataTables_info, .dataTables_paginate {
  margin-top: 2rem;
  padding: 2rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: bold;
  color: black !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #7AC142 !important;
  border: none !important;
  background: #7AC142 !important;
  border-radius: 100% !important;
}
table.dataTable {
  table-layout: fixed;
}
.wpgmza_table th.sorting {
  padding-bottom: 10px !important;
}
.wpgmza-marker-listing-category-filter {
  position: absolute;
  top: 2rem;
  left: 1rem;
  padding: 1rem;
}
#wpgmza_table_2_filter > label > input[type="search"], .wpgmza-marker-listing-category-filter select, #wpgmza_table_2_length select {
  border-radius: 25px;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
}
#wpgmza_table_2_filter > label > input[type="search"] {
  max-width: 300px;
}
#wpgmza_table_2_filter > label, .wpgmza-marker-listing-category-filter, #wpgmza_table_2_length label {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.wpgmza-marker-listing-category-filter span {
  width: 100%;
  display: flex;
  justify-content: center;
}
#wpgmza_table_2_length select {
  width: 80px;
  margin-left: 1rem;
  margin-right: 1rem;
}
#wpgmza_table_2_filter {
  padding: 1rem;
}
#wpgmza_table_2_length {
  padding: 1rem;
}
#wpgmza_table_2_paginate > span > a.paginate_button.current {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next):hover {
  color: #ffffff !important;
  border: none !important;
  background: #7AC142 !important;
  border-radius: 100% !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next) {
  display: inline-block !important;
  margin-left: 2px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #333 !important;
  border: 1px solid transparent;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 2rem !important;
}
#wpgmza_table_2_next:hover, #wpgmza_table_2_previous:hover {
  color: #7AC142 !important;
  border: none !important;
  background-color: white !important;
  background: white !important;
}
#wpgmza_table_2_next, #wpgmza_table_2_previous {
  border: none !important;
  background-color: white !important;
  background: white !important;
}
.wpgmaps_mlist_row .wpgmza_table_title, .wpgmaps_mlist_row .wpgmza_table_category, .wpgmaps_mlist_row .wpgmza_table_address, .wpgmaps_mlist_row .wpgmza_table_description, .wpgmaps_mlist_row .wpgmza_table_link {
  font-size: 0.9rem;
  padding: 1rem !important;
  word-wrap: break-word;
}
@media (max-width: 1280px) {
  .wpgmza_table_address {
    display: none;
  }
}
@media (max-width: 960px) {
  #wpgmza_table_2_length {
    padding-bottom: 5rem;
  }
  #wpgmza_table_2_filter > label > input[type="search"] {
    max-width: 100%;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none !important;
    padding-top: 5rem !important;
  }
  .wpgmza-marker-listing-category-filter span {
    margin-right: 1rem;
  }
}
@media (max-width: 640px) {
  #wpgmza_table_2_length {
    padding-bottom: 0;
  }
  .wpgmza_table_description {
    display: none;
  }
  #wpgmza_map_list_category {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (max-width: 480px) {
  #wpgmza_filter_2 > span, #wpgmza_map_list_category, .wpgmza_table_category {
    display: none;
  }
  #wpgmza_map_list_title {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (min-width: 1280px) {
  .overlay.search-bar input[type="search"], .overlay.search-bar .search-form {
    width: 48rem;
  }
}
.news.search-bar {
  width: 100%;
  display: flex;
}
.search-bar {
  width: 100%;
  display: flex;
  position: relative;
}
.search-bar.hero-section {
  justify-content: center;
  padding: 1rem;
  margin-top: -3rem;
}
.search-bar.hero-section .search-form {
  width: 100%;
  max-width: 25rem;
}
.search-bar .search-form {
  position: relative;
}
.search-bar input[type="search"], .news.search-bar input[type="search"] {
  border-radius: 3rem;
  height: 4rem;
  padding-left: 5rem;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0rem 0.25rem 2rem -0.5rem rgba(0, 0, 0, 0.1);
}
.search-bar input[type="search"]:hover, .search-bar input[type="search"]:focus {
  border: 1px solid #7AC142;
}
#overlay-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.search-submit {
  position: absolute;
  top: 0.5rem;
  left: calc(.5rem + 2px);
  background: #7AC142;
  color: #ffffff;
  border: none;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition-duration: 0.3s;
  cursor: pointer;
  outline: none;
}
.search-submit:hover {
  background: #285ad5;
}
.search-submit svg {
  width: 1.3rem;
  height: 1.3rem;
}
.breadcrumbs {
  font-size: 0.8rem;
  text-transform: uppercase;
  display: flex;
  gap: 0.75em;
}
.breadcrumbs, .breadcrumbs a {
  color: #828582;
}
.breadcrumbs a:hover {
  color: #285ad5;
}
