@charset "UTF-8";
html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

ol,
ul {
  list-style-type: none;
}

a {
  background-color: transparent;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:focus-visible {
  outline: 3px solid #FD0;
  outline-offset: -3px;
  box-shadow: 0 0 0 3px #01754f;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Cormorant-Garamond-500.eot"); /* IE9 */
  src: url("../fonts/Cormorant-Garamond-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant-Garamond-500.woff2") format("woff2"), url("../fonts/Cormorant-Garamond-500.woff") format("woff"), url("../fonts/Cormorant-Garamond-500.ttf") format("truetype"), url("../fonts/Cormorant-Garamond-500.svg#CormorantGaramond") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.eot"); /* IE9 */
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-500.eot"); /* IE9 */
  src: url("../fonts/Inter-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-500.woff2") format("woff2"), url("../fonts/Inter-500.woff") format("woff"), url("../fonts/Inter-500.ttf") format("truetype"), url("../fonts/Inter-500.svg#Inter") format("svg"); /* Legacy iOS */
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", sans-serif;
  color: #000;
  line-height: 1.8;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  margin-bottom: clamp(1.6rem, 3vw, 2rem);
  line-height: 1;
}

h2, h3, h4 {
  font-weight: 500;
  margin-bottom: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.3;
}
h2 a, h3 a, h4 a {
  color: inherit;
}

h1 {
  font-size: clamp(5rem, 3vw, 7.2rem);
}

h2 {
  font-size: clamp(2.4rem, 3vw, 3.8rem);
}

h3 {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
}

h4 {
  font-size: clamp(2rem, 3vw, 3rem);
}

p,
li {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  color: #1D70B8;
}

button {
  line-height: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1.4rem;
  position: relative;
}

iframe[src*=youtube] {
  width: 100%;
  height: 35rem;
}

form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}

form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}
form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}
form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-m-xl {
  margin: 4rem;
}

.u-m-l {
  margin: 2rem;
}

.u-m-m {
  margin: 1rem;
}

.u-m-s {
  margin: 0.5rem;
}

.u-mb-xl {
  margin-bottom: 4rem;
}

.u-mb-l {
  margin-bottom: 2rem;
}

.u-mb-m {
  margin-bottom: 1rem;
}

.u-mb-s {
  margin-bottom: 0.5rem;
}

.u-p-xl {
  padding: 4rem;
}

.u-p-l {
  padding: 2rem;
}

.u-p-m {
  padding: 1rem;
}

.u-p-s {
  padding: 0.5rem;
}

.u-p-xl {
  padding-bottom: 4rem;
}

.u-p-l {
  padding-bottom: 2rem;
}

.u-p-m {
  padding-bottom: 1rem;
}

.u-p-s {
  padding-bottom: 0.5rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  background-color: #FFF;
  overflow-x: hidden;
}
body.page-id-395 {
  background-color: #F9F2F7;
}

.ugo-container {
  max-width: 130rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.ugo-flex {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}

.ugo-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.ugo-grid--col2 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.ugo-grid--col3 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.ugo-grid--col4 {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.ugo-block__margin {
  margin-top: clamp(5rem, 7vw, 10rem);
  margin-bottom: clamp(5rem, 7vw, 10rem);
}
.ugo-block__padding {
  padding-top: clamp(5rem, 7vw, 10rem);
  padding-bottom: clamp(5rem, 7vw, 10rem);
}

.ugo-anchor::before {
  color: inherit;
  opacity: 0.5;
  content: "#";
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  margin-left: -0.8em;
  text-decoration: none;
  visibility: hidden;
  width: 0.8em;
}
.ugo-anchor:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 0.4rem;
}
.ugo-anchor:hover::before {
  visibility: visible;
}

.ugo-intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}
.ugo-intro__title {
  font-size: clamp(2.4rem, 3vw, 3.8rem);
}
.ugo-block-text {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.6rem, 3vw, 2rem);
}
.ugo-block-text > *,
.ugo-block-text > * *:last-child {
  margin-bottom: 0 !important;
}

.ugo-text > *:first-child {
  margin-top: 0 !important;
}
.ugo-text h2[class*=__title] > a {
  text-decoration: none;
  cursor: default;
}
.ugo-text h2, .ugo-text h3, .ugo-text h4 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.ugo-text p {
  margin-bottom: 2rem;
}
.ugo-text a:not(.ugo-button) {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.ugo-text a:hover {
  text-decoration-thickness: 0.4rem;
}
.ugo-text ul,
.ugo-text ol {
  margin-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ugo-text ul li:not(:last-child),
.ugo-text ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.ugo-text ul ul,
.ugo-text ul ol,
.ugo-text ol ul,
.ugo-text ol ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ugo-text ul {
  list-style-type: disc;
}
.ugo-text ol {
  list-style-type: decimal;
}

.ugo-image--desktop {
  display: none;
}

.ugo-mask {
  background-color: #FFF;
  border: 1px solid #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ugo-mask--circle {
  border-radius: 100%;
}
.ugo-mask img {
  padding: 1rem;
}

.ugo-link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.ugo-link:hover {
  text-decoration-thickness: 0.4rem;
}
.ugo-link--icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.ugo-link--icon svg {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #FFF;
  border: 1px solid #3B1D2F;
  border-radius: 100%;
  padding: 0.7rem;
  fill: #3B1D2F;
  overflow: unset;
}
.ugo-link--icon:hover {
  text-decoration: underline;
}
.ugo-link--arrow::after {
  content: "->";
  padding-left: 1rem;
  position: absolute;
  transition: 0.3s;
}
.ugo-link--arrow:hover::after {
  transform: translateX(0.5rem);
}
.ugo-link--cut {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.ugo-link--cut--2-rows {
  -webkit-line-clamp: 2;
}
.ugo-link--cut--3-rows {
  -webkit-line-clamp: 3;
}

.ugo-card {
  position: relative;
}
.ugo-card a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.ugo-card p:last-child {
  position: relative;
  z-index: 2;
}

.ugo-buttons {
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ugo-button {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  width: 100%;
  min-width: 10rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.ugo-button span {
  font-size: inherit;
  font-weight: inherit;
}
.ugo-button svg {
  fill: currentColor;
}
.ugo-button--white {
  background-color: #FFF;
  border-color: #FFF;
  color: #3B1D2F;
}
.ugo-button--white:hover {
  background-color: #3B1D2F;
  color: #FFF;
}
.ugo-button--black {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}
.ugo-button--black:hover {
  background-color: #FFF;
  color: #000;
}
.ugo-button--primary {
  background-color: #3B1D2F;
  border-color: #3B1D2F;
  color: #FFF;
}
.ugo-button--primary:hover {
  background-color: #FFF;
  color: #3B1D2F;
}
.ugo-button--active {
  background-color: #FD0;
  border-color: #000;
  border-width: 1px;
  color: #000;
}
.ugo-button--active:hover {
  background-color: #000;
  color: #FFF;
}
.ugo-button--inverse {
  background-color: #FFF;
  border-color: #FFF;
  color: #3B1D2F;
}
.ugo-button--inverse:hover {
  background-color: #3B1D2F;
  color: #FFF;
}
.ugo-button--border {
  background-color: #FFF;
  border-color: #3B1D2F;
  color: #3B1D2F;
}
.ugo-button--border:hover {
  background-color: #3B1D2F;
  color: #FFF;
}
.ugo-button--transparent {
  background-color: transparent;
  border-color: #3B1D2F;
  color: #3B1D2F;
}
.ugo-button--transparent:hover {
  background-color: #FFF;
  color: #3B1D2F;
}

.ugo-scroll {
  overflow: scroll;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.ugo-scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.ugo-background--primary {
  background-color: #3B1D2F;
  color: #FFF;
}
.ugo-background--secondary {
  background-color: #17583E;
  color: #FFF;
}
.ugo-background--white {
  background-color: #FFF;
  color: #000;
}
.ugo-background--black {
  background-color: #000;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .ugo-image--mobile {
    display: none;
  }
  .ugo-image--desktop {
    display: block;
  }
  .ugo-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .ugo-flex > .ugo-column {
    flex-basis: 100%;
    position: relative;
  }
  .ugo-flex > .ugo-column--1of2, .ugo-flex > .ugo-column--1of3, .ugo-flex > .ugo-column--1of4, .ugo-flex > .ugo-column--2of3, .ugo-flex > .ugo-column--3of4 {
    flex-basis: calc(50% - 2rem);
  }
  .ugo-buttons {
    margin: 0;
    flex-direction: row;
  }
  .ugo-button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 15rem;
  }
}
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 15rem;
  }
  .ugo-flex > .ugo-column--1of2 {
    flex-basis: calc(50% - 2rem);
  }
  .ugo-flex > .ugo-column--1of3 {
    flex-basis: calc(33.333333% - 2rem);
  }
  .ugo-flex > .ugo-column--1of4 {
    flex-basis: calc(25% - 3rem);
  }
  .ugo-flex > .ugo-column--2of3 {
    flex-basis: calc(66.666666% - 2rem);
  }
  .ugo-flex > .ugo-column--3of4 {
    flex-basis: calc(75% - 8rem);
  }
}
.header--sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}
.header__submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-bottom: 1px solid #E2E2E2;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px;
}
.header-desktop, .header-topbar {
  display: none;
}

.header-mobile {
  background-color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header-mobile__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "left center right";
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.header-mobile__grid--left {
  grid-area: left;
}
.header-mobile__grid--right {
  grid-area: right;
  justify-self: end;
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  align-items: center;
}
.header-mobile__right {
  display: flex;
}
.logo {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.logo__mobile {
  max-height: 5.2rem;
  padding: 3px;
}
.logo__desktop {
  display: none;
}
.logo img {
  width: -moz-fit-content;
  width: fit-content;
}

.burger-button {
  background-color: transparent;
  border: none;
  color: #000;
  fill: #000;
  padding-left: 0.2rem;
  padding-right: 1rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.burger-button::before {
  content: "";
  border-left: 1px solid #000;
  height: calc(100% - 1rem);
}
.burger-button__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.burger-button__icon {
  fill: currentColor;
}
.burger-button[aria-expanded=true] .burger-button__icon {
  transform: rotate(180deg);
}
.burger-button[aria-expanded=true] + .menu-mobile {
  display: block;
}

.menu-mobile {
  display: none;
  background-color: #FFF;
}
.menu-mobile__list {
  height: calc(100vh - 10.5rem);
  overflow-y: scroll;
}
.menu-mobile__item-lev1 {
  border-bottom: 1px solid #E2E2E2;
}
.menu-mobile__item-lev2 {
  border-top: 1px solid #E2E2E2;
}
.menu-mobile__link {
  display: block;
  padding: 1rem;
  color: #000;
  flex: 1;
}
.menu-mobile__link-lev2 {
  padding-left: 2rem;
}
.menu-mobile__parent {
  display: flex;
  flex-wrap: wrap;
}
.menu-mobile__button {
  width: 6rem;
  background-color: #FFF;
  border: none;
}
.menu-mobile__icon {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  margin-top: -3px;
}
.menu-mobile__submenu {
  display: none;
  background-color: #f6f6f6;
  width: 100%;
}
.menu-mobile__button[aria-expanded=true] .menu-mobile__icon {
  transform: rotate(225deg);
  margin-top: 8px;
}
.menu-mobile__button[aria-expanded=true] + .menu-mobile__submenu {
  display: block;
}
.menu-mobile__item-lev1:hover .menu-mobile__link-lev1,
.menu-mobile .current-menu-item .menu-mobile__link-lev1,
.menu-mobile .current-menu-parent .menu-mobile__link-lev1 {
  position: relative;
}
.menu-mobile__item-lev1:hover .menu-mobile__link-lev1::before,
.menu-mobile .current-menu-item .menu-mobile__link-lev1::before,
.menu-mobile .current-menu-parent .menu-mobile__link-lev1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #000;
}

.language-button__button {
  background-color: transparent;
  border: none;
  color: #FFF;
  fill: #FFF;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.language-button__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.language-button__icon {
  fill: currentColor;
}

.language-menu {
  display: none;
  background-color: #FFF;
  padding: 1rem;
}
.bottom-bar {
  position: fixed;
  align-items: center;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border-top: 2px solid #3B1D2F;
  padding: 5px;
}
.bottom-bar__list {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  gap: 1rem;
}

.breaking-news {
  background-color: #17583E;
  border-top: 0.6rem solid #FD0;
  color: #FFF;
  padding: 2rem 0;
  line-height: 1.6;
}
.breaking-news__title {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 0.4rem;
}
.breaking-news__text {
  font-size: 1.6rem;
}
.breaking-news p {
  font-size: inherit;
}
.breaking-news a {
  color: #FFF;
  font-weight: 500;
  text-decoration: underline;
}

.breadcrumbs {
  font-weight: 500;
  position: relative;
  margin-bottom: 1rem;
}
.breadcrumbs p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.breadcrumbs a {
  color: #FFF;
  font-size: inherit;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb_last {
  display: none;
}
.breadcrumbs p > span > span:not(:first-child) {
  position: relative;
  padding-left: 1.5rem;
  margin-left: 0.8rem;
}
.breadcrumbs p > span > span:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.6rem;
  width: 0.9rem;
  height: 0.9rem;
  margin: auto 0;
  transform: rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
  font-size: max(16px, 1em);
}

.hero-image {
  background-color: #3B1D2F;
  color: #FFF;
}
.hero-image__grid {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-areas: ". text ." "image image image";
  align-content: stretch;
  min-height: 40rem;
}
.hero-image__grid--text {
  grid-area: text;
  place-self: center start;
  justify-self: stretch;
}
.hero-image__grid--image {
  grid-area: image;
}
.hero-image__block-text {
  margin-top: clamp(5rem, 7vw, 8rem);
  margin-bottom: clamp(5rem, 7vw, 8rem);
  width: 100%;
}
.hero-image__text p {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.hero-image__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero-image__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image--window .hero-image__image {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  justify-items: stretch;
  justify-content: center;
}
.hero-image--window .hero-image__image > img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: relative;
  z-index: 1;
  -o-object-fit: unset;
     object-fit: unset;
  width: unset;
  height: unset;
  min-width: 50rem;
}
.hero-image--window .hero-image__mask {
  grid-column: 1/-1;
  grid-row: 1/-1;
  justify-self: center;
  position: relative;
  z-index: 2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: grey;
  width: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image--window .hero-image__mask img {
  aspect-ratio: 619/347;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .hero-image__grid {
    grid-template-columns: 2rem 1fr 2rem 2rem 1fr 2rem;
    grid-template-areas: ". text . image image image";
  }
  .hero-image__block-text {
    max-width: 75rem;
  }
  .hero-image--window .hero-image__image {
    justify-content: unset;
  }
  .hero-image--window .hero-image__image > img {
    min-width: 75rem;
    margin-top: 5rem;
  }
  .hero-image--window .hero-image__mask {
    width: 70rem;
  }
  .hero-image--window--big .hero-image__grid {
    grid-template-columns: 2rem 1fr 2rem;
    grid-template-areas: ". text ." "image image image";
  }
  .hero-image--window--big .hero-image__block-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-image--window--big .hero-image__block-text .ugo-buttons {
    justify-content: center;
  }
  .hero-image--window--big .hero-image__image {
    justify-content: center;
  }
  .hero-image--homepage .hero-image__grid {
    grid-template-columns: 2rem 1fr 4rem 4rem 1fr 2rem;
    grid-template-areas: "image image image . text .";
  }
}
@media screen and (min-width: 1320px) {
  .hero-image__grid {
    grid-template-columns: 1fr 59rem 4rem 4rem 59rem 1fr;
  }
  .hero-image--window--big .hero-image__grid {
    grid-template-columns: 1fr 126rem 1fr;
  }
}
.hero-text {
  background-color: #dfe4eb;
  color: #3B1D2F;
}
.hero-text .ugo-block__margin {
  margin-top: 1rem;
}
.hero-text__block-text {
  max-width: 80rem;
}
.text__container {
  max-width: 115rem;
}
.text__image {
  width: 8.5rem;
  min-width: 8.5rem;
  max-width: 8.5rem;
  height: auto;
  margin-bottom: 1rem;
}
.text__text > p > img,
.text__text > figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.text__text a {
  color: #1D70B8;
  font-weight: 500;
}

.text-image {
  background-color: #572C46;
  color: #FFF;
}
.text-image .ugo-container {
  max-width: 115rem;
}
.text-image__flex {
  row-gap: 2rem;
}
.text-image__column:last-child {
  order: -1;
}
.text-image__image {
  display: flex;
  justify-content: center;
}
.text-image__image picture {
  display: flex;
  flex-direction: column;
}
.text-image__title {
  margin-bottom: 0;
}
.text-image__text a {
  color: inherit;
  font-weight: 500;
}
.text-image--red {
  background-color: #572C46;
}
.text-image--green {
  background-color: #237051;
}

[class*="--green"] .text-image {
  background-color: #237051;
}

.text-image--homepage {
  padding-top: clamp(5rem, 7vw, 10rem);
  padding-bottom: clamp(5rem, 7vw, 10rem);
}

@media screen and (min-width: 768px) {
  .text-image__flex {
    row-gap: unset;
  }
  .text-image__column:last-child {
    order: unset;
  }
  .text-image--homepage:nth-child(odd) .text-image__column:last-child {
    order: -1;
  }
}
.slider {
  background-color: #572C46;
  color: #FFF;
}
.slider .ugo-container {
  max-width: 115rem;
}
.slider__flex {
  row-gap: 2rem;
}
.slider__column:nth-child(2) {
  order: -1;
}
.slider__image {
  display: flex;
  justify-content: center;
}
.slider__image picture {
  display: flex;
  flex-direction: column;
}
.slider__title {
  margin-bottom: 0;
}
.slider--red {
  background-color: #572C46;
}
.slider--green {
  background-color: #237051;
}

.glider-contain {
  position: relative;
}
.glider-prev, .glider-next {
  background-color: #FFF;
  color: #000 !important;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 1px solid #000;
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.glider-prev span, .glider-next span {
  font-size: 3rem;
  position: relative;
  top: -3px;
  line-height: 5.1rem;
}
.glider-prev:hover, .glider-next:hover {
  color: #000;
}
.glider-prev {
  left: 1%;
}
.glider-next {
  right: 1%;
}

@media screen and (min-width: 768px) {
  .slider__flex {
    row-gap: unset;
  }
  .slider:nth-child(odd) .slider__column:nth-child(2) {
    order: -1;
  }
  .glider-prev {
    left: 4%;
  }
  .glider-next {
    right: 4%;
  }
}
.cta {
  background-color: #3B1D2F;
  color: #FFF;
}
.cta--green {
  background-color: #17583E;
}
.cta__grid {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-areas: ". text ." "image image image";
  align-content: stretch;
  min-height: 40rem;
}
.cta__grid--text {
  grid-area: text;
  place-self: center start;
  justify-self: stretch;
}
.cta__grid--image {
  grid-area: image;
}
.cta__block-text {
  margin-top: clamp(5rem, 7vw, 8rem);
  margin-bottom: clamp(5rem, 7vw, 8rem);
  width: 100%;
}
.cta__text p {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.cta__image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  justify-items: stretch;
  justify-content: center;
}
.cta__image > img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: relative;
  z-index: 1;
  min-width: 50rem;
}
.cta__mask {
  grid-column: 1/-1;
  grid-row: 1/-1;
  justify-self: center;
  position: relative;
  z-index: 2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: grey;
  width: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__mask img {
  aspect-ratio: 619/347;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .cta__grid {
    grid-template-columns: 2rem 1fr 2rem 2rem 1fr 2rem;
    grid-template-areas: "image image image . text .";
  }
  .cta__block-text {
    max-width: 75rem;
  }
  .cta__image {
    justify-content: unset;
  }
  .cta__image > img {
    min-width: 75rem;
    margin-top: 5rem;
  }
  .cta__mask {
    width: 70rem;
  }
}
@media screen and (min-width: 1320px) {
  .cta__grid {
    grid-template-columns: 1fr 59rem 4rem 4rem 59rem 1fr;
  }
}
.anchors {
  background-color: #FFF;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.anchors__container {
  max-width: 120rem;
}
.anchors__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 5rem;
}
.anchors__item {
  flex-basis: 45%;
  max-width: 15rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  row-gap: 2.4rem;
}
.anchors__item:hover .anchors__link {
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 0.4rem;
}
.anchors__image {
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 45px;
}
.anchors__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
.toc {
  background-color: #FFF;
}
.toc__container {
  max-width: 120rem;
}
.toc__button {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.toc__button:hover .toc__title {
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 0.4rem;
}
.toc__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0;
}
.toc__content {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.toc__button[aria-expanded=true] + .toc__content {
  display: block;
}
.toc__button[aria-expanded=true] .toc__icon {
  transform: rotate(180deg);
}
.toc__link {
  color: #1D70B8;
  display: block;
}
.toc__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 0.4rem;
}

.page-template-window--green,
.page-template-window--green--big {
  background-color: #F2F5F4;
}
.page-template-window--green .hero-image,
.page-template-window--green--big .hero-image {
  background-color: #17583E;
}

.page-template-contacts .text:not(:last-child) {
  padding-bottom: clamp(5rem, 7vw, 10rem);
  border-bottom: 2px solid #efefef;
}
.page-template-contacts .text__title {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
}

.page-template-default .text__container {
  max-width: 75rem;
}

.footer {
  background-color: #FFF;
  border-top: 2px solid #E2E2E2;
  color: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.footer-main {
  margin-bottom: 5rem;
}
.footer-main__block-text:not(:last-child) {
  margin-bottom: 5rem;
}
.footer-main__title {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}
.footer-main__text {
  font-size: 1.6rem;
}
.footer-main__text p, .footer-main__text li {
  font-size: inherit;
}
.footer-main__text a {
  color: inherit;
}
.footer-main__text a:hover {
  text-decoration: underline;
}

.footer-subfooter__text {
  flex: 1;
  font-size: 1.4rem;
}
.footer-subfooter__text p, .footer-subfooter__text li {
  font-size: inherit;
  margin-bottom: 0;
  display: inline;
}
.footer-subfooter__text a {
  color: inherit;
  border-bottom: none;
  margin-bottom: 0;
}
.footer-subfooter__text a:hover {
  text-decoration: underline;
}

/*
.footer-image {

  img {
    position: absolute;
    z-index: 1;
    bottom: -3rem;
    right: -3rem;
    height: 80%;
    opacity: 0.1;
  }

}
*/
.footer-bottom {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.footer-bottom img {
  max-height: 10rem;
  width: auto;
}

@media screen and (min-width: 768px) {
  .footer-main__column {
    flex: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .header-mobile {
    display: none;
  }
  .header-desktop, .header-topbar {
    display: block;
  }
  .header__submenu {
    top: 100%;
    box-shadow: unset;
  }
  .header-desktop {
    position: relative;
    z-index: 999;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .header-desktop__grid {
    display: grid;
    grid-template-columns: 2rem repeat(2, 1fr) 2rem;
    grid-template-areas: ". left right ." ". center center .";
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .header-desktop__grid--left {
    grid-area: left;
  }
  .header-desktop__grid--center {
    grid-area: center;
  }
  .header-desktop__grid--right {
    grid-area: right;
  }
  .header-desktop__left, .header-desktop__center, .header-desktop__right {
    height: 100%;
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .header-desktop__center {
    justify-content: center;
  }
  .header-desktop__right {
    justify-content: flex-end;
  }
  .header-topbar__grid {
    display: grid;
    grid-template-columns: 2rem repeat(2, auto) 2rem;
    grid-template-areas: ". left right .";
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .header-topbar__grid--left {
    grid-column: 2/3;
    grid-row: 1/2;
    z-index: 1;
  }
  .header-topbar__grid--right {
    grid-column: -2/-3;
    grid-row: 1/2;
    z-index: 1;
  }
  .header-topbar__grid--background {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  .header-topbar__left, .header-topbar__right {
    height: 100%;
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .header-topbar__right {
    justify-content: end;
  }
  .header-topbar__background {
    background-color: #000;
    width: 100%;
    height: 100%;
  }
  .menu-topbar {
    color: #FFF;
  }
  .menu-topbar__list {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .menu-topbar__link {
    font-size: 1.6rem;
    color: inherit;
  }
  .menu-contacts,
  .menu-social {
    color: #FFF;
    fill: #FFF;
  }
  .menu-contacts__list,
  .menu-social__list {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .menu-social__list {
    justify-content: flex-end;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .logo {
    margin: 1rem 0;
  }
  .logo__mobile {
    display: none;
  }
  .logo__desktop {
    display: block;
    max-height: 5rem;
  }
  .logo__name {
    color: #FFF;
    font-size: clamp(1.6rem, 2vw, 1.8rem);
  }
  .menu-main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-main__list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .menu-main__item-lev1 {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-main__link-lev1 {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    height: 100%;
    min-height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .menu-main__parent {
    display: flex;
  }
  .menu-main__button {
    width: 3rem;
    height: 100%;
    min-height: 7rem;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-main__icon {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-top: -1px;
  }
  .menu-main__button[aria-expanded=true] + .menu-main__submenu {
    display: block;
  }
  .menu-main__parent:hover .menu-main__submenu {
    display: block;
  }
  .menu-main--open .menu-main__icon {
    transform: rotate(225deg);
    margin-bottom: -7px;
  }
  .menu-main__item-lev1:hover .menu-main__link-lev1::before,
  .menu-main .current-menu-item .menu-main__link-lev1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #000;
  }
  .menu-main__submenu {
    background-color: #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: -1.5rem;
    width: 30rem;
  }
  .menu-main__submenu .menu-main__item {
    width: 100%;
  }
  .menu-main__submenu .menu-main__link-lev2 {
    color: #000;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    width: 100%;
  }
  .menu-button__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .menu-button__link {
    font-size: 1.6rem;
    line-height: 1;
    padding: 1.2rem;
    min-width: 12rem;
  }
  .bottom-bar {
    display: none;
  }
  .language-button {
    position: relative;
    z-index: 1;
  }
  .language-button__button {
    height: auto;
  }
  .language-menu {
    display: none;
  }
  .search-bar {
    background-color: #FFF;
    padding: 2rem;
  }
  .search-bar__form {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .header-desktop__grid {
    grid-template-columns: 2rem 1fr auto 1fr 2rem;
    grid-template-areas: ". left center right .";
  }
  .menu-main__list {
    justify-content: center;
  }
}
.contact__text--d {
  display: none;
}
.contact--button {
  flex-grow: 1;
}
.contact--button__button {
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 6px;
  width: 100%;
}
.contact--button .contact__text {
  font-size: 1.6rem;
  font-weight: 400;
}

.menu-contacts .contact__link,
.menu-social .contact__link {
  font-size: 1.4rem;
  color: inherit;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.menu-contacts .contact__icon,
.menu-social .contact__icon {
  background-color: #FFF;
  border: 1px solid #FFF;
  fill: #000;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.4rem;
}
.menu-contacts .contact__link:hover,
.menu-social .contact__link:hover {
  text-decoration: none;
}
.menu-contacts .contact__link:hover .contact__icon,
.menu-social .contact__link:hover .contact__icon {
  background-color: #000;
  fill: #FFF;
}

.menu-social .contact__text {
  display: none;
}

.contacts-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}
.contacts-footer .contact__link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  color: inherit;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.contacts-footer .contact__icon {
  background-color: #000;
  border: 1px solid #000;
  fill: #FFF;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.4rem;
}
.contacts-footer .contact__link:hover {
  text-decoration: none;
}
.contacts-footer .contact__link:hover .contact__icon {
  background-color: #000;
  fill: #FFF;
}

.bottom-bar .contact {
  min-width: 5.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.bottom-bar .contact__link {
  color: #646464;
  font-size: 11px;
  letter-spacing: 0.4px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.bottom-bar .contact__link:hover {
  text-decoration: none;
}
.bottom-bar .contact__icon {
  fill: #848484;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
}

@media screen and (min-width: 768px) {
  .contact__text--m {
    display: none;
  }
  .contact__text--d {
    display: block;
  }
}
.wpcf7 {
  max-width: 70rem;
}
.wpcf7 .ugo-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
.wpcf7 a {
  color: inherit;
  text-decoration: none !important;
}
.wpcf7 a:hover {
  text-decoration: underline !important;
}
.wpcf7-fieldset {
  padding: 0;
  border: none;
  margin-bottom: 3rem;
}
.wpcf7-legend {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.wpcf7-sublegend {
  font-size: 1.6rem;
}
.wpcf7-form-label {
  display: block;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form-control, .wpcf7-form-textarea {
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: 1rem;
}
.wpcf7-acceptance {
  font-size: 1.6rem;
  padding: 0;
}
.wpcf7-list-item {
  padding: 0;
}
.wpcf7-list-item > label {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.wpcf7-list-item > label > input {
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.wpcf7-list-item > label > input::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}
.wpcf7-list-item > label > input:checked::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3B1D2F;
}
.wpcf7-list-item > label > input:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 12px;
  height: 19px;
  border: solid #FFF;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}
.wpcf7-list-item > label > span {
  flex: 1;
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio > label > input::before {
  border-radius: 100%;
}
.wpcf7-radio > label > input:checked::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: none;
  transform: translate(-50%, -50%);
}
.wpcf7-radio > label > span {
  flex: 1;
}
.wpcf7-submit {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: clamp(1.2rem, 2vw, 1.6rem) 2.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7 .invalid .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f00;
}
.wpcf7 .invalid .wpcf7-not-valid-tip::before {
  content: "✘ ";
}
.wpcf7 .invalid .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f00;
}
.wpcf7 .invalid .wpcf7-response-output::before {
  content: "✘ ";
}

@media screen and (min-width: 768px) {
  .wpcf7 .ugo-flex {
    flex-direction: row;
  }
  .wpcf7 .ugo-column--1of2 {
    flex-basis: calc(50% - 1rem);
  }
  .wpcf7 .ugo-column--1of3 {
    flex-basis: calc(33.333333% - 1.3333333333rem);
  }
}
.pgc-sgb-cb {
  max-width: 130rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #FD0;
}

.sr-only,
.screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden {
  display: none;
}

.print-only {
  display: none;
}

.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 99999999;
  word-wrap: normal !important;
}
.skip-link:focus {
  background-color: #FD0;
  border: 2px solid #000;
  border-radius: 5px;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
  padding: 1.5rem 2.3rem;
  width: auto;
  z-index: 100000;
  position: relative;
}
.skip-link--desktop {
  display: none;
}

/*
:focus {
  @extend %focus__default;
}
*/
@media screen and (min-width: 768px) {
  .skip-link--mobile {
    display: none;
  }
  .skip-link--desktop {
    display: block;
  }
}
#iubenda-cs-banner.iubenda-cs-default {
  position: relative !important;
  transition: none !important;
}
#iubenda-cs-banner.iubenda-cs-default .custom-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: auto !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content {
  background: rgb(5, 40, 98) !important;
  color: #fff !important;
  padding: 20px !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content h4 {
  line-height: 1 !important;
  margin: 0 !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content p {
  margin-top: 8px !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content a {
  text-decoration: underline !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-accept-btn, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-customize-btn, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-reject-btn {
  padding: 10px 20px !important;
  margin: 5px 10px 5px 0 !important;
  border: 0 !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: rgb(80, 105, 145) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-accept-btn {
  color: rgb(5, 40, 98) !important;
  background: rgb(235, 235, 235) !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button:hover, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button:active {
  opacity: 0.85 !important;
}

.logged-in .header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .logged-in .header {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}/*# sourceMappingURL=style.css.map */