/* -------------------------------------------
***** Includes *****
------------------------------------------- */
/* -------------------------------------------
***** INNER BANNERS *****
------------------------------------------- */
.page-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner-static {
  display: flex;
  flex-direction: column;
  height: 42vw;
  max-height: 780px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}
.banner-static:before {
  background: url(../img/custom/watermark_2.svg) no-repeat 100% 100%/contain;
  bottom: 0;
  content: "";
  left: 50%;
  max-width: 1000px;
  opacity: 0;
  position: absolute;
  top: 9vw;
  transition: 0.3s 0.3s all;
  width: 58%;
  z-index: 1;
}
.banner-static:has(.active):before {
  opacity: 1;
}
.banner-static .banner-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-static .wrapper {
  align-items: flex-end;
  display: flex;
  height: 100%;
}
.banner-static .caption {
  color: #fff;
  line-height: 1.5; /*margin: 9vw 0 0;*/
  margin: 0 0 clamp(35px, 3.5vw, 60px);
  opacity: 0;
  position: relative;
  text-align: center;
  transition: 0.6s all;
  z-index: 2;
}
.banner-static .caption.active {
  opacity: 1;
}
.banner-static .caption.active h1 {
  margin: 0;
}
.banner-static .caption.active h1 span {
  opacity: 0;
  transition: 0.3s all;
}
.banner-static .caption.active h1 span.active {
  opacity: 1;
}
.banner-static .caption p:last-child {
  margin-bottom: 0;
}

.sub-banner {
  height: 29vw;
  max-height: 540px;
  min-height: 220px;
  position: relative;
}
.sub-banner:before {
  display: none;
}
.sub-banner .wrapper {
  align-items: flex-end;
  display: flex;
}
.sub-banner .heading {
  position: relative;
  z-index: 1;
}
.sub-banner .heading h1 {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .banner-static:before {
    right: 50%;
    top: 140px;
    width: 55%;
  }
  .sub-banner .heading h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */ }
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .banner-static :before {
    left: 0;
    right: 0;
    top: 90px;
  }
  .sub-banner .heading h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 640px) { /* -------------------------  640  ------------------------- */
  .sub-banner .heading h1 {
    font-size: 26px !important;
  }
}
/*
@import "abstracts/_mixins";
@import "base/_utilities";
@import "base/_typography";
@import "base/_animate";
@import "base/_base";
@import "base/_fonts";

@import "layout/_sidebar";

@import "inc/_forms";
@import "inc/_login";
@import "inc/_gdpr";
@import "inc/_ie-popup";
@import "inc/_lightbox";
@import "inc/_custom";
*/
.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-navbar-dropdown {
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-position-relative {
  position: relative !important;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider {
  -webkit-tap-highlight-color: transparent;
}

.uk-slider-items {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}

.subscribe-container .gform_wrapper.gravity-theme .gform_heading {
  margin: 0 0 10px;
}
.subscribe-container .gform_wrapper.gravity-theme fieldset.field-name {
  grid-column: span 8;
}
.subscribe-container .gform_wrapper.gravity-theme div.field-email {
  grid-column: span 4;
}
.subscribe-container .gform_wrapper.gravity-theme div.field-captcha {
  grid-column: span 2;
  min-width: 300px;
}
.subscribe-container .gform_wrapper.gravity-theme div.field-captcha label {
  display: none;
}
.subscribe-container .gform_wrapper.gravity-theme input[type=text],
.subscribe-container .gform_wrapper.gravity-theme input[type=email],
.subscribe-container .gform_wrapper.gravity-theme textarea {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  line-height: 1.5;
  padding: 12px 15px;
}
.subscribe-container .gform_wrapper.gravity-theme input[type=text]::placeholder,
.subscribe-container .gform_wrapper.gravity-theme input[type=email]::placeholder,
.subscribe-container .gform_wrapper.gravity-theme textarea::placeholder {
  color: #fff;
}
.subscribe-container .gform_wrapper.gravity-theme input[type=text]:focus,
.subscribe-container .gform_wrapper.gravity-theme input[type=email]:focus,
.subscribe-container .gform_wrapper.gravity-theme textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.subscribe-container .gform_wrapper.gravity-theme .gform_fields {
  align-items: flex-end;
  grid-column-gap: 1.4%;
  text-align: left;
}
.subscribe-container .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 5px;
}
.subscribe-container .gform_wrapper.gravity-theme .gfield_required {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.subscribe-container .gform_wrapper.gravity-theme .gform_required_legend {
  display: none; /*font-size: 13px; line-height: 1;*/
}
.subscribe-container .gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
.subscribe-container .gform_wrapper.gravity-theme button {
  background: var(--wp--preset--color--secondary);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 22px;
  transition: 0.3s all;
}
.subscribe-container .gform_wrapper.gravity-theme button:hover, .subscribe-container .gform_wrapper.gravity-theme button:focus, .subscribe-container .gform_wrapper.gravity-theme button:active {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.subscribe-container .gform_wrapper.gravity-theme .gform_validation_errors {
  background: #c02b0a;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 12px;
}
.subscribe-container .gform_wrapper.gravity-theme .gform_validation_errors h2.hide_summary {
  color: #fff;
  font-size: 15px;
  padding: 0 0 0 35px;
}
.subscribe-container .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  inset-inline-start: 8px;
}
.subscribe-container .gform_wrapper.gravity-theme .validation_message {
  background: #c02b0a;
  color: #fff;
  line-height: 1.4;
  padding: 12px;
}
.subscribe-container .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .subscribe-container .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
  }
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    font-size: 17px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 18px;
    padding: 16px 25px;
  }
}
@media (max-width: 960px) {
  .subscribe-container .gform_wrapper.gravity-theme fieldset.field-name {
    grid-column: 1/-1;
  }
  .subscribe-container .gform_wrapper.gravity-theme div.field-email {
    grid-column: 1/-1;
  }
  .subscribe-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
  }
  .subscribe-container .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    padding: 10px 15px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .subscribe-container .gform_wrapper.gravity-theme input[type=text],
  .subscribe-container .gform_wrapper.gravity-theme input[type=email],
  .subscribe-container .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    padding: 8px 12px;
  }
  .subscribe-container .gform_wrapper.gravity-theme button {
    font-size: 15px;
  }
}
:root :where(p) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

:root :where(.wp-block-group) {
  margin-bottom: 0;
}

html {
  background: #fff;
  min-height: 100%;
  scroll-behavior: smooth;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* parent theme cleanup */
.admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
  top: 0;
}
@media screen and (max-width: 960px) {
  .admin-bar header, .admin-bar header.hamb-open, .admin-bar header.sticky, .admin-bar header .header-right nav.header-nav {
    top: 0;
  }
}

main a {
  color: var(--wp--preset--color--secondary);
  transition: 0.2s all;
}
main a a:hover, main a a:active, main a a:focus {
  color: var(--wp--preset--color--darksecondary);
  text-decoration: none;
}
main ol, main p, main pre, main ul {
  margin: 0 0 20px;
}
main * + ol, main * + p, main * + pre, main * + ul {
  margin-top: 20px;
}

a {
  color: var(--wp--preset--color--secondary);
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:active {
  color: var(--wp--preset--color--darksecondary);
  text-decoration: none;
}
a:focus-visible {
  outline: 2px dashed var(--wp--preset--color--secondary);
  outline-offset: 3px;
}

input {
  border-radius: 0;
}

em {
  color: var(--wp--preset--color--foreground);
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}

svg {
  display: block;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

h1 {
  color: #fff !important; /*font-size: clamp(30px, 4vw, 68px) !important;*/
  font-size: clamp(30px, 3.8vw, 64px) !important;
  font-weight: 700 !important;
}

h2 {
  color: var(--wp--preset--color--primary) !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  text-transform: uppercase;
}

h3 {
  color: var(--wp--preset--color--secondary) !important;
  font-size: 1.8vw !important;
}

h4 {
  font-size: 22px !important;
}

h5 {
  font-size: 20px !important;
}

.em {
  color: var(--wp--preset--color--secondary) !important;
}

ul li ul li {
  list-style-type: circle;
}

ul li, ol li {
  margin-bottom: 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5 {
  margin-top: 30px;
}

h2 + p {
  margin-top: 0;
}

h2 + h3, h2 + h2, h2 + h4, h2 + h5 {
  margin-top: 0;
}

.em {
  color: var(--wp--preset--color--primary) !important;
}

.btn-more {
  background: var(--wp--preset--color--secondary);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 22px;
  text-transform: uppercase;
}
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more:focus-visible {
  background: var(--wp--preset--color--darksecondary);
  color: #fff;
}

.more {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.section {
  padding: 5vw 0;
}

.mw150 {
  min-width: 150px;
}

.mw250 {
  min-width: 250px;
}

proactive-charts {
  display: block;
  margin: 0 0 20px;
}

/* wp-table */
/*
* Global button styling
*/
/*
* Breakpoint debugging
*/
/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
/*
* SASS Parent append
* Useful if you want to add an append to the parent without writing it out again
* Usage: @include parent-append(":hover")
* Source: https://codepen.io/imkremen/pen/RMVBvq
*/
/*
* Skew
* Useful mixing to create skewed edges
* Usage: @include angle-edge(bottomright, 3deg, topleft, 3deg, #fff);
* Source: http://www.hongkiat.com/blog/skewed-edges-css/
*/
/*
* TEXT TRUNCATE
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
* Usage: @include text-truncate;
* Source: http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
*/
/*
* DON'T BREAK
* Useful mixing so links don't overrun their container
* Usage: @include dontbreak();
* Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
*/
/*
* Dynamic Spacing
* A nice easy way to create a vertical rhythm for section of content
*/
/*
* Accessibility Focus
* Using the focus-visible psuedo class to only show focus styles when the element is focused via the keyboard
*/
.main-col .wp-element-button {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.main-col .wp-element-button:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--lightprimary);
}

.wp-block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .wp-block-table table {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table {
    font-size: 15px;
  }
}
.wp-block-table table + h2, .wp-block-table table + h3, .wp-block-table table + h4, .wp-block-table table + h5, .wp-block-table table + h6 {
  margin-top: 3rem;
}
.wp-block-table table thead,
.wp-block-table table tfoot {
  text-transform: unset;
  text-align: left;
  color: var(--wp--preset--color--foreground);
  padding: 10px 20px;
  text-transform: uppercase;
}
.wp-block-table table thead tr,
.wp-block-table table tfoot tr {
  border-bottom: none;
}
.wp-block-table table thead th,
.wp-block-table table tfoot th {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background: var(--wp--preset--color--primary);
  border-bottom: 0;
  line-height: 1.5;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 17px;
    padding: 14px 25px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table thead th,
  .wp-block-table table tfoot th {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.wp-block-table table thead th.edit {
  text-align: center;
}
.wp-block-table table tbody {
  border-bottom: none;
}
.wp-block-table table tbody tr td {
  line-height: 1.5;
  vertical-align: middle;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .wp-block-table table tbody tr td {
    padding: 14px 25px;
  }
}
@media (max-width: 960px) {
  .wp-block-table table tbody tr td {
    padding: 10px 15px;
  }
}
.wp-block-table table tbody .file_name a {
  display: block;
  color: var(--wp--preset--color--primary);
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.wp-block-table table tbody .file_name a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  background: none;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_name {
    min-width: 200px;
  }
}
.wp-block-table table tbody .file_size {
  width: 12rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .file_size {
    min-width: 9rem;
  }
}
.wp-block-table table tbody .date_published {
  width: 20rem;
  font-size: 16px;
}
@media (max-width: 782px) {
  .wp-block-table table tbody .date_published {
    min-width: 12rem;
    font-size: 15px;
  }
}
.wp-block-table table tbody .report,
.wp-block-table table tbody .webcast,
.wp-block-table table tbody .presentation,
.wp-block-table table tbody .download,
.wp-block-table table tbody .edit {
  width: 12rem;
  text-align: center;
}
.wp-block-table table tbody .report a,
.wp-block-table table tbody .webcast a,
.wp-block-table table tbody .presentation a,
.wp-block-table table tbody .download a,
.wp-block-table table tbody .edit a {
  display: block;
  text-align: center;
  padding: 1rem;
  margin: -1rem;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report a:focus, .wp-block-table table tbody .report a:hover,
.wp-block-table table tbody .webcast a:focus,
.wp-block-table table tbody .webcast a:hover,
.wp-block-table table tbody .presentation a:focus,
.wp-block-table table tbody .presentation a:hover,
.wp-block-table table tbody .download a:focus,
.wp-block-table table tbody .download a:hover,
.wp-block-table table tbody .edit a:focus,
.wp-block-table table tbody .edit a:hover {
  background: none;
  color: var(--wp--preset--color--darksecondary);
}
.wp-block-table table tbody .report a:focus svg, .wp-block-table table tbody .report a:hover svg,
.wp-block-table table tbody .webcast a:focus svg,
.wp-block-table table tbody .webcast a:hover svg,
.wp-block-table table tbody .presentation a:focus svg,
.wp-block-table table tbody .presentation a:hover svg,
.wp-block-table table tbody .download a:focus svg,
.wp-block-table table tbody .download a:hover svg,
.wp-block-table table tbody .edit a:focus svg,
.wp-block-table table tbody .edit a:hover svg {
  fill: var(--wp--preset--color--primary);
}
.wp-block-table table tbody .report span,
.wp-block-table table tbody .webcast span,
.wp-block-table table tbody .presentation span,
.wp-block-table table tbody .download span,
.wp-block-table table tbody .edit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10rem;
  padding: 0.75rem;
  box-sizing: content-box;
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tbody .report svg,
.wp-block-table table tbody .webcast svg,
.wp-block-table table tbody .presentation svg,
.wp-block-table table tbody .download svg,
.wp-block-table table tbody .edit svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--primary);
  transition: all 0.25s ease-in-out;
}
.wp-block-table table tfoot th {
  background: none;
}
.wp-block-table table {
  background: #f5f5f5;
}
.wp-block-table table thead, .wp-block-table table tfoot {
  border: none;
}
.wp-block-table table tbody tr {
  border-bottom: 1px solid #ccc;
}
.wp-block-table table td {
  border: none;
}

figure {
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
}

figcaption {
  color: var(--wp--preset--color--primary);
  line-height: 1.4;
  text-align: center;
}

.wp-block-image figcaption {
  margin: 0 0 10px;
}

.wp-block-columns.is-layout-flex {
  gap: 35px 4%;
}

.wp-block-columns + .wp-block-columns {
  margin: 35px 0 0;
}

* + .wp-block-columns {
  margin-top: 45px;
}

h2 + .wp-block-columns {
  margin-top: 20px;
}

h3 + .wp-block-columns {
  margin-top: 25px;
}

/* overrides for certain block */
.wp-block-proactive-accordion-item {
  border-width: 2px;
}

.wp-block-proactive-accordion-item__header {
  padding: 15px 40px 15px 0;
}

.wp-block-proactive-accordion-item__title {
  font-size: 22px;
  font-weight: 400;
}

/* quotes-table */
.quotes-table {
  column-gap: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quotes-table > div {
  border-bottom: 1px solid #dedede;
  display: flex;
  flex: 1 0 48%;
  font-size: clamp(14px, 12px + 0.313vw, 17px);
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.4;
  min-width: 280px;
  padding: 6px 10px;
}
.quotes-table > div span {
  font-weight: 400;
}

@media (min-width: 1600px) {
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 22px !important;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 30px;
  }
  * + h1, * + h2, * + h3, * + h4, * + h5 {
    margin-top: 40px;
  }
  main ol, main p, main pre, main ul {
    margin: 0 0 25px;
  }
  main * + ol, main * + p, main * + pre, main * + ul {
    margin-top: 25px;
  }
  p {
    font-size: 20px;
  }
  figcaption {
    font-size: 18px;
  }
  .btn-more {
    font-size: 18px;
    padding: 17px 25px;
  }
  .more {
    font-size: 16px;
  }
  .wp-block-proactive-accordion-item__title {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.9vw !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 19px !important;
  }
  .btn-more {
    font-size: 15px;
  }
  .more {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 19px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  p {
    font-size: 16px;
  }
  .btn-more {
    font-size: 14px;
  }
  .section {
    padding: 45px 0;
  }
  .wp-block-proactive-accordion-item__title {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 21px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  .btn-more {
    font-size: 14px;
    padding: 14px 20px;
  }
  .more {
    font-size: 12px;
  }
  .wp-block-proactive-accordion-item__title {
    font-size: 18px;
  }
}
/* all pages */
body {
  color: var(--wp--preset--color--foreground);
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  margin: auto;
  padding: 0 5vw;
  position: relative;
  width: 100%;
}

header {
  height: 9vw;
  margin: 0 0 -9vw;
  position: relative;
  z-index: 150;
}

header:before { /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
  bottom: -30%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.home header { /*background: rgba(255,255,255,.85);*/
  background: rgba(255, 255, 255, 0.5);
}
.home header:before {
  display: none;
}

.logo {
  display: block;
  transition: none;
  width: min(19vw, 300px);
}

.right-c {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

.topinfo {
  margin: min(1.5vw, 25px) 0 0;
}

.stockinfo {
  color: var(--wp--preset--color--primary);
  font-size: clamp(14px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.4;
}

.main-nav {
  align-items: center;
  align-self: center;
  display: flex;
  gap: min(2.2vw, 36px);
  justify-content: flex-end;
  list-style-type: none;
  margin: 0 0 min(2.2vw, 36px);
  padding: 0;
}
.main-nav li {
  list-style-type: none;
  position: relative;
}
.main-nav li a {
  display: block;
  text-transform: none;
}
.main-nav > li > a {
  color: #4b4b4b;
  font-size: clamp(15px, 1.3vw, 21px);
  font-weight: 600;
  height: auto;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: 0.2s color;
}
.main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:has(+ div.uk-open) {
  color: var(--wp--preset--color--primary);
}
.main-nav > li > a:focus-visible {
  border-radius: 3px;
  outline: 2px dashed var(--wp--preset--color--primary);
  outline-offset: 3px;
}
.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-parent > a {
  color: var(--wp--preset--color--primary);
}

.uk-navbar-dropdown {
  background: var(--wp--preset--color--primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 14px 20px;
  width: 230px;
}
.uk-navbar-dropdown.uk-open {
  display: block;
  height: auto;
  opacity: 1;
  transition: 0.3s opacity;
}
.uk-navbar-dropdown li a {
  color: #fff;
  padding: clamp(7px, 0.6vw, 10px) 0;
}
.uk-navbar-dropdown li a:hover, .uk-navbar-dropdown li a:focus, .uk-navbar-dropdown li a:active {
  color: var(--wp--preset--color--secondary);
}
.uk-navbar-dropdown li a:focus-visible {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.uk-navbar-dropdown .uk-navbar-dropdown {
  left: 100% !important;
  top: 0 !important;
}

.uk-navbar-dropdown-nav {
  font-size: clamp(13px, 1.1vw, 18px);
  line-height: 1.3;
}

/* ----------  Mobile Navigation Button  ---------- */
.mobile-nav-btn {
  display: none;
  height: 46px;
  position: absolute;
  right: 20px;
  top: 56px;
  transition: none;
  width: 46px;
}

.mobile-nav-btn span {
  background: var(--wp--preset--color--foreground);
  display: inline-block;
  height: 2px;
  left: 10px;
  position: absolute;
  text-indent: -9999px;
  top: 22px;
  width: 25px;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: 0.3s all;
  width: 100%;
}

.mobile-nav-btn span:before {
  bottom: 8px;
}

.mobile-nav-btn span:after {
  top: 8px;
}

.mobile-nav-btn.is-clicked span:before {
  background: var(--wp--preset--color--foreground);
  bottom: 5px;
}

.mobile-nav-btn.is-clicked span:after {
  background: var(--wp--preset--color--foreground);
  top: 5px;
}

.mobile-nav {
  background: var(--wp--preset--color--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: auto;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 124px;
  visibility: hidden;
  width: 100%;
  z-index: 130;
}

.mobile-nav.mobile-nav-is-open {
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-nav ul li a {
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 25px;
  text-transform: uppercase;
  transition: none;
}

.mobile-nav ul li.current-menu-item a,
.mobile-nav ul li.current-menu-parent > a {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}

.mobile-nav ul li.sub-open a {
  background: var(--wp--preset--color--lightprimary);
  color: #fff;
}

.mobile-nav ul.sub-menu {
  display: none;
}

.mobile-nav ul ul.sub-menu a {
  padding: 14px 20px 14px 56px;
}

.mobile-nav ul li.sub-open ul.sub-menu a {
  background: inherit;
}

.section {
  padding: clamp(45px, 5vw, 90px) 0;
}

.intro {
  overflow: hidden;
}
.intro .wrapper {
  align-items: center;
  display: flex;
}
.intro .c:first-child {
  padding: 0 min(4vw, 70px) 0 0;
  position: relative;
  width: 66.66%;
}
.intro .c:last-child {
  width: 33.33%;
}
.intro h2 {
  margin: 0 0 clamp(20px, 2.5vw, 40px);
}
.intro .btn-more {
  margin: clamp(8px, 1vw, 15px) 0 0;
}

.map {
  margin: -40vw -20vw -5vw 0;
  opacity: 0;
  transform: scale(0.9) translateX(4vw);
  transition: ease-out 0.5s all;
}
.map.active {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.map svg {
  width: auto;
}
.map svg a:hover > text, .map svg a:focus > text, .map svg a:focus-visible > text {
  text-decoration: underline;
}
.map svg a:focus-visible {
  outline-color: #fff;
}

.features {
  position: relative;
}
.features .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 0;
}
.features .entry {
  aspect-ratio: 3/2;
  background: var(--wp--preset--color--primary);
  color: #fff;
  display: flex;
  flex: 0 0 32%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.features .entry img {
  height: 92%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s all;
  width: 100%;
}
.features .entry .inner {
  align-items: center;
  background: var(--wp--preset--color--primary);
  display: flex;
  flex-direction: column;
  padding: min(2vw, 35px) 0 min(1vw, 16px);
  position: relative;
  text-align: center;
}
.features .entry .icon {
  position: absolute;
  top: -3.5vw;
  width: 8vw;
}
.features .entry h4 {
  color: #fff;
  font-size: 1.3vw !important;
  margin: 0 0 8px;
  padding: 0 0 6px;
  position: relative;
  text-transform: uppercase;
}
.features .entry h4:after {
  background: var(--wp--preset--color--secondary);
  content: "";
  height: 4px;
  left: 28%;
  position: absolute;
  right: 28%;
  top: 100%;
}
.features .entry:has(.more:hover) img {
  transform: scale(1.1);
}
.features .more {
  color: #fff;
}
.features .more:hover, .features .more:focus {
  text-decoration: underline;
}
.features .more:focus-visible {
  outline-color: #fff;
}

.l-news-container h2 {
  margin: 0 0 clamp(25px, 3vw, 50px);
  text-align: center;
}
.l-news-container .grid {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.l-news-container .entry {
  color: var(--wp--preset--color--foreground);
  line-height: 1.6;
  padding: 0 0 60px;
  position: relative;
  width: 29%;
}
.l-news-container .entry .more {
  background: var(--wp--preset--color--secondary);
  bottom: 0;
  color: #fff;
  left: 50%;
  padding: 8px 15px;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
}
.l-news-container .entry .more:hover, .l-news-container .entry .more:focus {
  background: var(--wp--preset--color--darksecondary);
}
.l-news-container .date {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
  margin: 0 0 12px;
}

.subpage {
  overflow: hidden;
}
.subpage .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-col {
  min-height: 500px;
  padding: min(4vw, 70px) 0 min(4vw, 70px) min(4vw, 70px);
  text-align: justify;
  width: 75%;
}
.main-col.wide {
  margin: 0 auto;
  padding-left: 0;
  width: 80%;
}
.main-col h2 {
  color: var(--wp--preset--color--primary);
}
.main-col > h2:first-child {
  display: inline-block;
  margin: 0 0 clamp(25px, 2.5vw, 40px);
  padding: 0 0 clamp(15px, 1.2vw, 20px);
  position: relative;
}
.main-col > h2:first-child:after {
  background: var(--wp--preset--color--secondary);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.main-col h4 {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}
.main-col ul {
  list-style-type: disc;
}
.main-col ul, .main-col ol {
  font-weight: 400;
}
.main-col ul li, .main-col ol li {
  margin-bottom: 20px;
}
.main-col ul.nomargin li, .main-col ol.nomargin li {
  margin: 0;
}
.main-col a {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
  text-decoration: underline;
}
.main-col a:hover, .main-col a:focus, .main-col a:active {
  color: var(--wp--preset--color--darksecondary);
  text-decoration: underline;
}
.main-col.projects-overview {
  display: flex;
  flex-direction: row-reverse;
}
.main-col.projects-overview .main-content {
  width: 55%;
}
.main-col.projects-overview .map-col {
  width: 45%;
}
.main-col.projects-overview .map {
  display: flex;
  height: 1200px;
  justify-content: flex-end;
  margin: -520px -200px 0 0;
}
.main-col.projects-overview .map a {
  text-decoration: none;
}

.aside-col {
  padding: 0 0 min(5vw, 90px);
  position: relative;
  width: 25%;
}

.sidebar-menu {
  background: var(--wp--preset--color--primary);
  list-style-type: none;
  margin: 0;
  padding: min(4vw, 70px) 0 min(16vw, 260px);
  position: relative;
}
.sidebar-menu:before {
  background: var(--wp--preset--color--primary);
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000%;
}
.sidebar-menu:after {
  background: url(../img/custom/watermark.svg) no-repeat 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.sidebar-menu li {
  margin: 0 0 clamp(25px, 2.5vw, 40px);
  position: relative;
  z-index: 1;
}
.sidebar-menu li a {
  color: #fff;
  display: block;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.3;
}
.sidebar-menu li a:hover, .sidebar-menu li a:focus, .sidebar-menu li a:active {
  color: var(--wp--preset--color--secondary);
}
.sidebar-menu li.current_page_item a {
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
}
.sidebar-menu li.current_page_parent ul.children {
  display: block;
}
.sidebar-menu ul.children {
  display: none;
  margin: clamp(15px, 1.5vw, 25px) 0;
  padding: 0 0 0 clamp(15px, 1.5vw, 22px);
}
.sidebar-menu ul.children li {
  margin: 0 0 clamp(12px, 1vw, 20px);
}
.sidebar-menu ul.children a {
  font-size: clamp(15px, 1.2vw, 20px);
}

.subscribe-container {
  background: #434343;
  padding: clamp(40px, 3vw, 50px) 0;
}
.subscribe-container h5 {
  color: #fff;
  margin: 0 0 clamp(15px, 1.5vw, 25px);
  text-transform: uppercase;
}
.subscribe-container form {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
.subscribe-container form label {
  color: #fff;
  font-size: 16px;
}
.subscribe-container form input[type=text], .subscribe-container form input[type=email] {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 5px;
  width: 100%;
}
.subscribe-container form input[type=text]:focus, .subscribe-container form input[type=email]:focus {
  background: rgba(255, 255, 255, 0.1);
}
.subscribe-container form button {
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s all;
}
.subscribe-container form button:focus-visible {
  outline: 2px dashed var(--wp--preset--color--secondary);
  outline-offset: 3px;
}
.subscribe-container .col {
  flex: 1 0 auto;
}
.subscribe-container .col:last-of-type {
  flex: 0 0 auto;
}

.home .subscribe-container {
  background: var(--wp--preset--color--primary);
}

/* ----------  Footer  ---------- */
footer {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 16px;
  position: relative;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer p {
  font-size: 16px;
}
footer a {
  color: var(--wp--preset--color--secondary) !important;
  display: inline-block;
}
footer a:hover, footer a:focus, footer a:active {
  color: #fff !important;
}
footer .etc {
  width: 100%;
}

.home footer {
  background: var(--wp--preset--color--grey);
}

.logo-footer {
  margin: 0 0 clamp(30px, 4vw, 60px);
  width: clamp(80px, 8vw, 130px);
}

.footer-nav {
  align-self: flex-start;
  display: flex;
  gap: 0 clamp(15px, 2.2vw, 35px);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #fff !important;
  display: block;
  font-size: clamp(14px, 1.15vw, 18px);
}
.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active {
  color: var(--wp--preset--color--secondary) !important;
}
.footer-nav li.current-menu-item a {
  color: var(--wp--preset--color--secondary) !important;
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  .wrapper {
    padding: 0;
    max-width: 1440px;
  }
  header {
    height: 140px;
    margin: 0 0 -140px;
  }
  .uk-navbar-dropdown {
    padding: 20px 25px;
    width: 270px;
  }
  .intro {
    min-height: 660px;
  }
  .map {
    bottom: 0;
    height: 1300px;
    margin: -680px 0 0 0;
    position: absolute;
    right: calc(-18vw - 5%);
    top: 0;
    transform: scale(0.9) translateX(120px);
  }
  .map.active {
    transform: scale(1) translateX(0px);
  }
  .features .entry .icon {
    top: -60px;
    width: 140px;
  }
  .features .entry h4 {
    font-size: 22px !important;
    margin: 0 0 12px;
    padding: 0 0 8px;
  }
  .features .entry h4:after {
    height: 5px;
    left: 30%;
    right: 30%;
  }
  .main-col.projects-overview .map {
    bottom: auto;
    height: 1400px;
    margin: -640px -360px 0 0;
    position: relative;
    right: auto;
  }
  .main-col > h2:first-child:after {
    height: 5px;
  }
  .main-col ul li,
  .main-col ol li {
    margin-bottom: 25px;
  }
  .subscribe-container form label {
    font-size: 18px;
  }
  footer {
    font-size: 18px;
  }
  footer p {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .features .wrapper {
    max-width: 1920px;
  }
  .intro {
    min-height: 780px;
  }
  .map {
    height: 1400px;
    margin: -700px 0 0 0;
    right: -420px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 40px;
  }
  .features .entry {
    aspect-ratio: 4/3;
  }
  .l-news-container .entry {
    width: 31%;
  }
  .subscribe-container .col {
    flex: 1 0 40%;
  }
  footer, footer p {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .wrapper {
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
  header {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 124px;
    margin: 0;
  }
  header:before {
    display: none;
  }
  header .wrapper {
    padding-top: 34px;
  }
  .logo {
    width: 180px;
  }
  .right-c {
    position: unset;
  }
  .topinfo {
    align-items: center;
    background: var(--wp--preset--color--primary);
    display: flex;
    height: 34px;
    justify-content: flex-end;
    margin: 0;
    inset: 0 0 auto 0;
    padding: 0 25px;
    position: absolute;
  }
  .stockinfo {
    color: #fff;
    font-size: 15px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav-btn {
    display: block;
  }
  .intro .wrapper {
    flex-direction: column;
  }
  .intro .c:first-child {
    padding: 0;
    width: 100%;
  }
  .intro .c:last-child {
    display: flex;
    justify-content: flex-end;
    margin: 35px -50px 0 0;
    overflow: hidden;
    width: 100%;
  }
  .map {
    height: 1000px;
    margin: -460px -200px 0 0;
    transform: scale(0.9) translateX(100px);
  }
  .map.active {
    transform: none;
  }
  .features .entry {
    flex: 0 0 33%;
  }
  .features .entry h4 {
    font-size: 1.6vw !important;
  }
  .features .entry h4:after {
    height: 3px;
  }
  .subpage .wrapper {
    flex-direction: column;
  }
  .main-col, .main-col.wide {
    min-height: 300px;
    padding: 40px 0;
    width: 100%;
  }
  .main-col h2:first-child {
    margin: 0 0 25px;
    padding: 0 0 15px;
  }
  .main-col h2:first-child:after {
    height: 3px;
    width: 220px;
  }
  .main-col.projects-overview {
    flex-direction: column;
  }
  .main-col.projects-overview .map-col {
    width: 100%;
  }
  .main-col.projects-overview .main-content {
    width: 100%;
  }
  .main-col.projects-overview .map {
    height: 1000px;
    margin: -460px -200px 0 0;
  }
  .aside-col {
    padding: 0;
    width: 100%;
  }
  .sidebar-menu {
    padding: 40px 0;
  }
  .sidebar-menu:before {
    left: -25px;
    right: -25px;
    width: auto;
  }
  .subscribe-container form {
    gap: 20px 4%;
  }
  .subscribe-container form label {
    font-size: 14px;
  }
  footer {
    font-size: 14px;
    text-align: center;
  }
  footer .wrapper {
    align-items: center;
    flex-direction: column;
  }
  footer p {
    font-size: 14px;
  }
  .footer-nav {
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 25px;
  }
}
@media (max-width: 640px) {
  .features .wrapper {
    flex-direction: column;
  }
  .features .entry {
    flex: 1 0 auto;
    margin: 0 0 5px;
  }
  .features .entry:last-child {
    margin: 0;
  }
  .features .entry .inner {
    padding: 20px 0 12px;
  }
  .features .entry .icon {
    top: -42px;
    width: 90px;
  }
  .features .entry h4 {
    font-size: 15px !important;
  }
  .l-news-container .grid {
    flex-direction: column;
  }
  .l-news-container .entry {
    margin: 0 0 35px;
    padding: 0;
    width: 100%;
  }
  .l-news-container .entry:last-child {
    margin: 0;
  }
  .l-news-container .entry .more {
    bottom: auto;
    left: auto;
    margin: 20px 0 0;
    position: relative;
    transform: none;
  }
  .subscribe-container .col {
    flex: 1 0 50%;
  }
}
.posts {
  grid-gap: 0;
}
.posts .post {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: clamp(25px, 2vw, 35px) 0;
}
.posts .post__date {
  width: 23%;
}
.posts .post__title {
  color: var(--wp--preset--color--primary);
  line-height: 1.6;
  width: 65%;
}
.posts .post__title:hover {
  color: var(--wp--preset--color--lightprimary);
}
.posts .post__link {
  text-align: right;
  width: 12%;
}
.posts .post__link i {
  color: var(--wp--preset--color--primary);
  font-size: 28px;
  margin-left: 10px;
  transition: 0.3s;
}
.posts .post__link a:hover i {
  color: var(--wp--preset--color--lightprimary);
}
.posts:last-of-type {
  border-bottom: 1px solid #ccc;
}

.main-col .meta {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}

@media (min-width: 1600px) {
  .posts .post__link i {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .posts .post {
    flex-wrap: wrap;
  }
  .posts .post .post__date {
    width: 100%;
  }
  .posts .post .post__title {
    width: 75%;
  }
  .posts .post .post__link {
    width: 25%;
  }
}
.results {
  display: grid;
  grid-gap: 30px;
}
.results .result {
  color: var(--wp--preset--color--primary);
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid #ababab;
}
.results .result:hover {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--wp--preset--color--primary);
}
.results .result:hover span,
.results .result:hover h4 {
  color: var(--wp--preset--color--primary);
}
.results .result .read-more {
  transition: 0.3s all;
}
.results .result .title {
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--primary);
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  margin: 0 0 20px;
}
.results .result .excerpt {
  line-height: 1.6;
  margin: 0;
}
.results .result .read-more {
  text-decoration: underline;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.results .result .search-excerpt {
  background: yellow;
}

.main-col .results .result {
  text-decoration: none !important;
}

/* --- PAGE : 404 --- */
.error404 #content {
  margin: 0;
}
.error404 h1 {
  line-height: 1;
  margin: 0 0 30px;
  opacity: 0.6;
}
.error404 h1 strong {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 140px;
  font-weight: 800;
}
.error404 h1 span {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.error404 .subpage p {
  margin: 0 auto;
  max-width: 50%;
}

@media (max-width: 960px) {
  .error404 h1 strong {
    font-size: 100px;
  }
  .error404 h1 span {
    font-size: 30px;
  }
  .error404 .subpage p {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  .error404 .subpage p {
    max-width: 100%;
  }
}
.social-wrapper ul {
  align-items: center;
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  list-style: none;
}
.social-wrapper ul li a {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 22px;
  line-height: 1;
  padding: 0 5px;
}
.social-wrapper ul li a:hover, .social-wrapper ul li a:focus {
  color: var(--wp--preset--color--lightprimary);
}
.social-wrapper ul li i {
  transition: 0.3s 0 all;
}

footer .social-wrapper ul {
  justify-content: flex-end;
}

/*
.mobile-nav {
    .etc {border-bottom: 1px solid rgba(216, 216, 216, 0.5); padding: 14px 25px;}
    .etc a {border: none;}
    .social-wrapper ul {justify-content: center;}
    .social-wrapper ul li a {color: #fff;}
    .social-wrapper ul li a:hover {color: #dedede;}
    .social-wrapper ul li i {transition: none;}
}
*/
@media (min-width: 1600px) { /* -------------------------  1600  ------------------------- */
  .social-wrapper ul {
    gap: 5px;
  }
  .social-wrapper ul li a {
    font-size: 26px;
  }
}
@media (max-width: 1200px) { /* -------------------------  1200  ------------------------- */
  .social-wrapper ul li a {
    font-size: 20px;
  }
}
@media (max-width: 960px) { /* -------------------------  960  ------------------------- */
  .social-wrapper ul li a {
    font-size: 18px;
    padding: 0 3px;
  }
  footer .social {
    margin: 25px 0 0;
  }
  footer .social-wrapper ul {
    justify-content: center;
  }
}/*# sourceMappingURL=style-base.css.map */