@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat&display=swap");
@layer utilities, defaults, project;
@layer project {
  :root {
    --colour-primary: #f31021;
    --colour-secondary: #ffffff;
    --colour-tertiary: #000000;
    --colour-dark-red: #911c19;
    --colour-dark-grey: #3b3b3b;
    --colour-light-grey: #e6e6e6;
    --wrapper-width: 83%;
    --wrapper-margin: 8.5vw;
  }
  :root .colour-primary, :root .overlay-wrap .overlay-in #form-signup .form-msg .form-msg-in, :root #wrap-partners .carousel-wrap-outer .carousel-next .icon:before, :root #wrap-partners .carousel-wrap-outer .carousel-prev .icon:before, :root #page-groups .group h2 a, :root #wrap-content #page-wrapper #page-content a, :root #wrap-content #page-wrapper #page-header h1, :root #wrap-content-wave #wave-join-us, :root #wrap-nav .nav .lvl-0:hover > a, :root #wrap-nav .nav .lvl-0.active > a, :root .button, :root #top-bar .wrapper #top-join, :root h2.header {
    color: var(--colour-primary);
  }
  :root .bg-primary, :root .nav .lvl-1.active > a, :root .nav .lvl-1:hover > a, :root .overlay-wrap, :root #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item + .content-item:before, :root #wrap-groups #groups .group .group-buttons a, :root #wrap-news, :root #wrap-content #page-wrapper #page-content table tr:nth-of-type(1) td, :root #wrap-content #page-wrapper #page-left #content-navigation .nav-item:hover > a, :root #wrap-content #page-wrapper #page-left #content-navigation .nav-item.active > a, :root #wrap-content #page-wrapper #page-left #content-navigation a:hover, :root #wrap-content #page-wrapper #page-left #content-navigation a.active, :root #wrap-top-bg #bg-top, :root .button.red, :root #top-bar .wrapper .red#top-join, :root h2.header.dot.dot-red:after {
    background-color: var(--colour-primary);
  }
  :root .text-primary {
    color: var(--colour-primary);
  }
  :root .border-primary {
    border-color: var(--colour-primary);
  }
  :root .colour-secondary, :root .overlay-wrap .overlay-in #form-signup .form-buttons input, :root .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap label, :root .overlay-wrap .overlay-in > div, :root .overlay-wrap .overlay-in h3, :root #wrap-groups #groups .group .group-buttons a, :root #wrap-news .wrapper .news-wrap .news-item .news-item-content a, :root #wrap-content #page-wrapper #page-content, :root #wrap-content #page-wrapper #page-left #content-navigation a, :root #wrap-nav .nav .lvl-0 > a, :root #wrap-nav .nav .lvl-0 + .lvl-0:before, :root #top #top-text2, :root #top-bar .wrapper #top-app span, :root #top-bar .wrapper #top-phone span.ic:before, :root #top-bar .wrapper #top-phone, :root #top-bar .wrapper #top-text, :root .button.red, :root #top-bar .wrapper .red#top-join, :root .button:hover, :root #top-bar .wrapper #top-join:hover, :root h2.header.white {
    color: var(--colour-secondary);
  }
  :root .bg-secondary, :root #wrap-groups:after, :root .button, :root #top-bar .wrapper #top-join {
    background-color: var(--colour-secondary);
  }
  :root .text-secondary {
    color: var(--colour-secondary);
  }
  :root .border-secondary {
    border-color: var(--colour-secondary);
  }
  :root .colour-tertiary, :root .overlay-wrap .overlay-close:hover, :root #top-bar .wrapper #top-phone:hover span.ic:before, :root #top-bar .wrapper #top-phone:hover {
    color: var(--colour-tertiary);
  }
  :root .bg-tertiary, :root #wrap-content {
    background-color: var(--colour-tertiary);
  }
  :root .text-tertiary {
    color: var(--colour-tertiary);
  }
  :root .border-tertiary {
    border-color: var(--colour-tertiary);
  }
  :root .colour-dark-red, :root #wrap-partners .carousel-wrap-outer .carousel-next:hover .icon:before, :root #wrap-partners .carousel-wrap-outer .carousel-prev:hover .icon:before {
    color: var(--colour-dark-red);
  }
  :root .bg-dark-red, :root .nav .lvl-0 > .submenu, :root .overlay-wrap .overlay-in #form-signup .form-buttons input, :root #wrap-groups #groups .group .group-buttons a:hover, :root #wrap-groups, :root #wrap-news:after, :root #wrap-slideshow, :root #nav-trigger, :root #wrap-top-bg #bg-bottom, :root .button:hover, :root #top-bar .wrapper #top-join:hover, :root h2.header.dot:after {
    background-color: var(--colour-dark-red);
  }
  :root .text-dark-red {
    color: var(--colour-dark-red);
  }
  :root .border-dark-red {
    border-color: var(--colour-dark-red);
  }
  :root .colour-dark-grey {
    color: var(--colour-dark-grey);
  }
  :root .bg-dark-grey, :root #wrap-content #page-wrapper #page-content table tr td {
    background-color: var(--colour-dark-grey);
  }
  :root .text-dark-grey {
    color: var(--colour-dark-grey);
  }
  :root .border-dark-grey {
    border-color: var(--colour-dark-grey);
  }
  :root .colour-light-grey {
    color: var(--colour-light-grey);
  }
  :root .bg-light-grey, :root #page-groups .group, :root #wrap-groups #groups .group {
    background-color: var(--colour-light-grey);
  }
  :root .text-light-grey {
    color: var(--colour-light-grey);
  }
  :root .border-light-grey {
    border-color: var(--colour-light-grey);
  }
  @media (max-width: 1100px) {
    :root {
      --wrapper-width: 90%;
      --wrapper-margin: 5vw;
    }
  }
}
@layer defaults {
  :root {
    --colour-white: #ffffff;
    --colour-black: #000000;
    --colour-red: red;
    --colour-green: green;
    --nav-position: 0px;
    --gap-05: 0.5vw;
    --gap-1: 1vw;
    --gap-2: 2vw;
    --gap-3: 3vw;
    --gap-4: 4vw;
    --primary: #f31021;
    --secondary: #ffffff;
  }
  @media (max-width: 1100px) {
    :root {
      --gap-05: 0.6vw;
      --gap-1: 1.2vw;
      --gap-2: 2.4vw;
      --gap-3: 3.6vw;
      --gap-4: 4.8vw;
    }
  }
  @media (max-width: 768px) {
    :root {
      --gap-05: 0.75vw;
      --gap-1: 1.5vw;
      --gap-2: 3vw;
      --gap-3: 4.5vw;
      --gap-4: 6vw;
    }
  }
  .colour-white, #wrap-content #page-wrapper #page-content table tr:nth-of-type(1) td, #cookie-info #cookie-info-accept {
    color: var(--colour-white);
  }
  .bg-white, .mfp-close, #wrap-top #nav-trigger > span, #cookie-info-wrap {
    background-color: var(--colour-white);
  }
  .text-white {
    color: var(--colour-white);
  }
  .border-white {
    border-color: var(--colour-white);
  }
  .colour-black {
    color: var(--colour-black);
  }
  .bg-black {
    background-color: var(--colour-black);
  }
  .text-black {
    color: var(--colour-black);
  }
  .border-black {
    border-color: var(--colour-black);
  }
  .colour-red {
    color: var(--colour-red);
  }
  .bg-red {
    background-color: var(--colour-red);
  }
  .text-red {
    color: var(--colour-red);
  }
  .border-red {
    border-color: var(--colour-red);
  }
  .colour-green {
    color: var(--colour-green);
  }
  .bg-green {
    background-color: var(--colour-green);
  }
  .text-green {
    color: var(--colour-green);
  }
  .border-green {
    border-color: var(--colour-green);
  }
}
@font-face {
  font-family: "Jost Regular";
  src: url("/project-assets/fonts/jost-regular.woff2") format("woff2"), url("/project-assets/fonts/jost-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Jost Bold";
  src: url("/project-assets/fonts/jost-bold.woff2") format("woff2"), url("/project-assets/fonts/jost-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Icomoon2";
  src: url("/project-assets/fonts/icomoon2.woff2") format("woff2"), url("/project-assets/fonts/icomoon2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Icomoon3";
  src: url("/project-assets/fonts/icomoon3.woff2") format("woff2"), url("/project-assets/fonts/icomoon3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Icomoon1";
  src: url("/project-assets/fonts/icomoon1.woff2") format("woff2"), url("/project-assets/fonts/icomoon1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@layer utilities {
  .size-10 {
    font-size: 10px;
  }
  .size-11 {
    font-size: 11px;
  }
  .size-12 {
    font-size: 12px;
  }
  .size-13, #wrap-groups #groups .group .group-buttons a, #wrap-news #all-news, #wrap-content-wave #wave-join-us #wju2 a, #top-bar .wrapper #top-app span, #top-bar .wrapper #top-join, #la {
    font-size: 13px;
  }
  .size-14, #wrap-nav .nav .lvl-1 > a {
    font-size: 14px;
  }
  .size-15, #wrap-nav .nav .lvl-0 > a {
    font-size: 15px;
  }
  .size-16 {
    font-size: 16px;
  }
  .size-17 {
    font-size: 17px;
  }
  .size-18, #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-text, body, html {
    font-size: 18px;
  }
  .size-19 {
    font-size: 19px;
  }
  .size-20 {
    font-size: 20px;
  }
  .size-21, #top-bar .wrapper #top-phone {
    font-size: 21px;
  }
  .size-22 {
    font-size: 22px;
  }
  .size-23 {
    font-size: 23px;
  }
  .size-24, #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-title, #top #top-text2 {
    font-size: 24px;
  }
  .size-25 {
    font-size: 25px;
  }
  .size-26 {
    font-size: 26px;
  }
  .size-27 {
    font-size: 27px;
  }
  .size-28 {
    font-size: 28px;
  }
  .size-29 {
    font-size: 29px;
  }
  .size-30, .overlay-wrap .overlay-in #form-signup .form-buttons input, #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-title a, #page-groups .group h2 a, #top-bar .wrapper #top-text {
    font-size: 30px;
  }
  .size-31 {
    font-size: 31px;
  }
  .size-32 {
    font-size: 32px;
  }
  .size-33 {
    font-size: 33px;
  }
  .size-34, #wrap-content #page-wrapper #page-header h1, #top-bar .wrapper #top-phone span.ic:before {
    font-size: 34px;
  }
  .size-35 {
    font-size: 35px;
  }
  .size-36, h2.header {
    font-size: 36px;
  }
  .size-37 {
    font-size: 37px;
  }
  .size-38 {
    font-size: 38px;
  }
  .size-39 {
    font-size: 39px;
  }
  .size-40 {
    font-size: 40px;
  }
  .size-41 {
    font-size: 41px;
  }
  .size-42 {
    font-size: 42px;
  }
  .size-43, .overlay-wrap .overlay-in h3, #wrap-content-wave #wave-join-us #wju1 {
    font-size: 43px;
  }
  .size-44 {
    font-size: 44px;
  }
  .size-45 {
    font-size: 45px;
  }
  .size-46 {
    font-size: 46px;
  }
  .size-47 {
    font-size: 47px;
  }
  .size-48 {
    font-size: 48px;
  }
  .size-49 {
    font-size: 49px;
  }
  .size-50 {
    font-size: 50px;
  }
  .size-51 {
    font-size: 51px;
  }
  .size-52 {
    font-size: 52px;
  }
  .size-53 {
    font-size: 53px;
  }
  .size-54 {
    font-size: 54px;
  }
  .size-55 {
    font-size: 55px;
  }
  .size-56 {
    font-size: 56px;
  }
  .size-57 {
    font-size: 57px;
  }
  .size-58 {
    font-size: 58px;
  }
  .size-59 {
    font-size: 59px;
  }
  .size-60 {
    font-size: 60px;
  }
  .size-61 {
    font-size: 61px;
  }
  .size-62 {
    font-size: 62px;
  }
  .size-63 {
    font-size: 63px;
  }
  .size-64, #wrap-content-wave #wave-join-us #wju2, #wrap-slideshow #slideshow .slide .slide-text {
    font-size: 64px;
  }
  .size-65 {
    font-size: 65px;
  }
  .size-66 {
    font-size: 66px;
  }
  .size-67 {
    font-size: 67px;
  }
  .size-68 {
    font-size: 68px;
  }
  .size-69 {
    font-size: 69px;
  }
  .size-70 {
    font-size: 70px;
  }
  .size-71 {
    font-size: 71px;
  }
  .size-72 {
    font-size: 72px;
  }
  .size-73 {
    font-size: 73px;
  }
  .size-74 {
    font-size: 74px;
  }
  .size-75 {
    font-size: 75px;
  }
  .size-76 {
    font-size: 76px;
  }
  .size-77 {
    font-size: 77px;
  }
  .size-78 {
    font-size: 78px;
  }
  .size-79 {
    font-size: 79px;
  }
  .size-80 {
    font-size: 80px;
  }
  .size-81 {
    font-size: 81px;
  }
  .size-82 {
    font-size: 82px;
  }
  .size-83 {
    font-size: 83px;
  }
  .size-84 {
    font-size: 84px;
  }
  .size-85 {
    font-size: 85px;
  }
  .size-86 {
    font-size: 86px;
  }
  .size-87 {
    font-size: 87px;
  }
  .size-88 {
    font-size: 88px;
  }
  .size-89 {
    font-size: 89px;
  }
  .size-90 {
    font-size: 90px;
  }
  .size-91 {
    font-size: 91px;
  }
  .size-92 {
    font-size: 92px;
  }
  .size-93 {
    font-size: 93px;
  }
  .size-94 {
    font-size: 94px;
  }
  .size-95 {
    font-size: 95px;
  }
  .size-96 {
    font-size: 96px;
  }
  .size-97 {
    font-size: 97px;
  }
  .size-98 {
    font-size: 98px;
  }
  .size-99 {
    font-size: 99px;
  }
  /* Opacity */
  .o-0, #slideshow .slide-text, #slideshow .slide:nth-child(1) img, img[data-src] {
    opacity: 0;
  }
  .o-70 {
    opacity: 0.7;
  }
  .o-80 {
    opacity: 0.8;
  }
  .o-90 {
    opacity: 0.9;
  }
  .o-90:hover, .o-80:hover, .o-70:hover, .hover:hover, .o-100, img[data-src][src] {
    opacity: 1;
  }
  /* Text alignment */
  .align-left, #wrap-news .wrapper .news-wrap .news-item .news-item-content a, #cookie-info > span {
    text-align: left;
  }
  .align-center, .overlay-wrap .overlay-in > div, .overlay-wrap .overlay-in h3, #page-groups .group h2 a, #page-groups .group, #wrap-groups #groups .group, #top #top-text2, .button, #top-bar .wrapper #top-join, h2.header, #la, .news-wrap .news-item a, .gallery-wrap .gallery-item .gallery-item-title .gallery-item-title-link, .feedback-wrap .feedback-item, #cookie-info #cookie-info-accept, #cookie-info {
    text-align: center;
  }
  .align-right, #top-bar .wrapper #top-app span {
    text-align: right;
  }
  .align-justify, #page-content {
    text-align: justify;
  }
  /* Font weight */
  .bold {
    font-weight: bold;
  }
  .normal {
    font-weight: normal !important;
  }
  /* Disply */
  .block, .button, #top-bar .wrapper #top-join, #la, .nav-wrap .nav a, .nav-wrap, #logo img, #logo, #wrap-top #logo, #wrap-top #nav-trigger > span, .news-wrap .news-item a, .gallery-wrap.single.show-alts .gallery-item .gallery-item-title, .gallery-wrap .gallery-item .gallery-item-title .gallery-item-title-link, form.form .form-field-wrap.type-gdpr label:before, #page-left .news-link, #page-left .news-link span {
    display: block;
  }
  .inline {
    display: inline;
  }
  .iblock, #cookie-info > span {
    display: inline-block;
  }
  .none, .nav-wrap.mobile-only, #wrap-top #wrap-nav #wrap-nav-x, #wrap-top #nav-trigger, #slideshow-text, .news-wrap.no-image .news-item .news-item-image, .news-wrap.no-image .news-item .news-item-content .news-item-overlay, .gallery-wrap.show-2 .gallery-item:nth-child(n+3), .gallery-wrap.show-3 .gallery-item:nth-child(n+4), .gallery-wrap.show-4 .gallery-item:nth-child(n+5), .gallery-wrap .gallery-item.image .gallery-item-title, form.form .form-field-wrap.type-submit label, form.form.hide-on-success.status-3 .form-fields, #page-left #content-select, .carousel-wrap-outer.automatic .carousel-prev, .carousel-wrap-outer.automatic .carousel-next, .carousel-wrap-outer.hide-arrows .carousel-prev, .carousel-wrap-outer.hide-arrows .carousel-next, .notvis {
    display: none;
  }
  /* Positioning */
  .abs, .content-item .item-image img, .nav-wrap .nav .lvl-0 > .submenu, #wrap-top #nav-trigger, #slideshow .slide, .overlay-close, .news-wrap .news-item .news-item-content .news-item-overlay, .news-wrap .news-item .news-item-content, .gallery-wrap .gallery-item .gallery-item-image, .gallery-wrap .gallery-item .gallery-item-title, form.form .form-field-wrap.type-gdpr label:before, form.form .form-field-wrap.type-gdpr input.form-field {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .fixed, .overlay-wrap, #cookie-info-wrap {
    position: fixed;
  }
  .rel, #wrap-top, *, .news-wrap.no-image .news-item .news-item-content {
    position: relative;
  }
  .sticky, #wrap-top.dock-it {
    position: sticky;
    position: -webkit-sticky;
  }
  /* Grid container */
  .grid, #wrap-top.langs-social-comb #wrap-langs-social, .overlay-wrap, .news-wrap .news-item .news-item-content, .news-wrap, form.form .form-field-wrap, form.form .form-fields, form.form, .feedback-wrap.no-slide, .carousel-wrap-outer .carousel-wrap-inner .content-wrap, .carousel-wrap-outer {
    display: grid;
    align-items: center;
  }
  /* Flex container */
  .flex, .nav-wrap .nav {
    display: flex;
  }
  /* Vertical aligment */
  .va-top {
    vertical-align: top;
  }
  .va-middle, #cookie-info #cookie-info-accept, #cookie-info > span {
    vertical-align: middle;
  }
  /* Margins, paddings, borders */
  .no-margin {
    margin: 0px;
  }
  .no-padding {
    padding: 0px;
  }
  .no-border {
    border: 0px;
  }
  /* Cursor */
  .pointer, .button, #top-bar .wrapper #top-join, #wrap-top #nav-trigger {
    cursor: pointer;
  }
  /* Text capitalisation */
  .upper, .overlay-wrap .overlay-in #form-signup .form-buttons input, #wrap-groups #groups .group .group-buttons a, #wrap-content-wave #wave-join-us #wju2 a, #wrap-nav .nav .lvl-0 > a, #wrap-langs a, .overlay-close {
    text-transform: uppercase;
  }
  .lower {
    text-transform: lowercase;
  }
}
@layer utilities {
  .font-icon-1 {
    font-family: "icomoon1" !important;
  }
  .font-icon-2 {
    font-family: "icomoon2" !important;
  }
  .font-icon-3 {
    font-family: "icomoon3" !important;
  }
  .icon.icon-asterisk-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-asterisk-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e900";
  }
  .icon.icon-asterisk-1:hover:before {
    color: inherit;
  }
  .icon.icon-bullet-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-bullet-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e901";
  }
  .icon.icon-bullet-1:hover:before {
    color: inherit;
  }
  .icon.icon-calendar-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-calendar-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e902";
  }
  .icon.icon-calendar-1:hover:before {
    color: inherit;
  }
  .icon.icon-calendar-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-calendar-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e903";
  }
  .icon.icon-calendar-2:hover:before {
    color: inherit;
  }
  .icon.icon-calendar-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-calendar-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e904";
  }
  .icon.icon-calendar-3:hover:before {
    color: inherit;
  }
  .icon.icon-cart-1, .icon.icon-trolley-1, .icon.icon-shop-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-cart-1::before, .icon.icon-trolley-1::before, .icon.icon-shop-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e905";
  }
  .icon.icon-cart-1:hover:before, .icon.icon-trolley-1:hover:before, .icon.icon-shop-1:hover:before {
    color: inherit;
  }
  .icon.icon-cart-2, .icon.icon-trolley-2, .icon.icon-shop-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-cart-2::before, .icon.icon-trolley-2::before, .icon.icon-shop-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e906";
  }
  .icon.icon-cart-2:hover:before, .icon.icon-trolley-2:hover:before, .icon.icon-shop-2:hover:before {
    color: inherit;
  }
  .icon.icon-chat-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-chat-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e907";
  }
  .icon.icon-chat-1:hover:before {
    color: inherit;
  }
  .icon.icon-chat-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-chat-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e908";
  }
  .icon.icon-chat-2:hover:before {
    color: inherit;
  }
  .icon.icon-check-1, .icon.icon-tick-1, .icon.icon-true-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-check-1::before, .icon.icon-tick-1::before, .icon.icon-true-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e909";
  }
  .icon.icon-check-1:hover:before, .icon.icon-tick-1:hover:before, .icon.icon-true-1:hover:before {
    color: inherit;
  }
  .icon.icon-check-2, .icon.icon-tick-2, .icon.icon-true-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-check-2::before, .icon.icon-tick-2::before, .icon.icon-true-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90a";
  }
  .icon.icon-check-2:hover:before, .icon.icon-tick-2:hover:before, .icon.icon-true-2:hover:before {
    color: inherit;
  }
  .icon.icon-check-3, .icon.icon-tick-3, .icon.icon-true-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-check-3::before, .icon.icon-tick-3::before, .icon.icon-true-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90b";
  }
  .icon.icon-check-3:hover:before, .icon.icon-tick-3:hover:before, .icon.icon-true-3:hover:before {
    color: inherit;
  }
  .icon.icon-clock-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-clock-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90c";
  }
  .icon.icon-clock-1:hover:before {
    color: inherit;
  }
  .icon.icon-clock-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-clock-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90d";
  }
  .icon.icon-clock-2:hover:before {
    color: inherit;
  }
  .icon.icon-close-1, .icon.icon-false-1, .icon.icon-cross-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-close-1::before, .icon.icon-false-1::before, .icon.icon-cross-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90e";
  }
  .icon.icon-close-1:hover:before, .icon.icon-false-1:hover:before, .icon.icon-cross-1:hover:before {
    color: inherit;
  }
  .icon.icon-close-2, .icon.icon-false-2, .icon.icon-cross-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-close-2::before, .icon.icon-false-2::before, .icon.icon-cross-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e90f";
  }
  .icon.icon-close-2:hover:before, .icon.icon-false-2:hover:before, .icon.icon-cross-2:hover:before {
    color: inherit;
  }
  .icon.icon-cloud-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-cloud-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e910";
  }
  .icon.icon-cloud-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e911";
  }
  .icon.icon-arrow-down-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e912";
  }
  .icon.icon-arrow-down-2:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e913";
  }
  .icon.icon-arrow-down-3:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e914";
  }
  .icon.icon-arrow-down-4:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-5 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-5::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e915";
  }
  .icon.icon-arrow-down-5:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-down-6 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-down-6::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e916";
  }
  .icon.icon-arrow-down-6:hover:before {
    color: inherit;
  }
  .icon.icon-download-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-download-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e917";
  }
  .icon.icon-download-1:hover:before {
    color: inherit;
  }
  .icon.icon-email-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-email-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e918";
  }
  .icon.icon-email-1:hover:before {
    color: inherit;
  }
  .icon.icon-email-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-email-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e919";
  }
  .icon.icon-email-2:hover:before {
    color: inherit;
  }
  .icon.icon-email-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-email-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91a";
  }
  .icon.icon-email-3:hover:before {
    color: inherit;
  }
  .icon.icon-email-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-email-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91b";
  }
  .icon.icon-email-4:hover:before {
    color: inherit;
  }
  .icon.icon-facebook-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-facebook-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91c";
  }
  .icon.icon-facebook-1:hover:before {
    color: inherit;
  }
  .icon.icon-facebook-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-facebook-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91d";
  }
  .icon.icon-facebook-2:hover:before {
    color: inherit;
  }
  .icon.icon-file-1, .icon.icon-doc-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-file-1::before, .icon.icon-doc-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91e";
  }
  .icon.icon-file-1:hover:before, .icon.icon-doc-1:hover:before {
    color: inherit;
  }
  .icon.icon-folder-1, .icon.icon-dir-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-folder-1::before, .icon.icon-dir-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e91f";
  }
  .icon.icon-folder-1:hover:before, .icon.icon-dir-1:hover:before {
    color: inherit;
  }
  .icon.icon-heart-1, .icon.icon-love-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-heart-1::before, .icon.icon-love-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e920";
  }
  .icon.icon-heart-1:hover:before, .icon.icon-love-1:hover:before {
    color: inherit;
  }
  .icon.icon-home-1, .icon.icon-start-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-home-1::before, .icon.icon-start-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e921";
  }
  .icon.icon-home-1:hover:before, .icon.icon-start-1:hover:before {
    color: inherit;
  }
  .icon.icon-instagram-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-instagram-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e922";
  }
  .icon.icon-instagram-1:hover:before {
    color: inherit;
  }
  .icon.icon-instagram-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-instagram-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e923";
  }
  .icon.icon-instagram-2:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e924";
  }
  .icon.icon-arrow-left-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e925";
  }
  .icon.icon-arrow-left-2:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e926";
  }
  .icon.icon-arrow-left-3:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e927";
  }
  .icon.icon-arrow-left-4:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-5 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-5::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e928";
  }
  .icon.icon-arrow-left-5:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-left-6 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-left-6::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e929";
  }
  .icon.icon-arrow-left-6:hover:before {
    color: inherit;
  }
  .icon.icon-linkedin-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-linkedin-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92a";
  }
  .icon.icon-linkedin-1:hover:before {
    color: inherit;
  }
  .icon.icon-pin-1, .icon.icon-map-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-pin-1::before, .icon.icon-map-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92b";
  }
  .icon.icon-pin-1:hover:before, .icon.icon-map-1:hover:before {
    color: inherit;
  }
  .icon.icon-pin-2, .icon.icon-map-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-pin-2::before, .icon.icon-map-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92c";
  }
  .icon.icon-pin-2:hover:before, .icon.icon-map-2:hover:before {
    color: inherit;
  }
  .icon.icon-menu-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-menu-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92d";
  }
  .icon.icon-menu-1:hover:before {
    color: inherit;
  }
  .icon.icon-menu-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-menu-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92e";
  }
  .icon.icon-menu-2:hover:before {
    color: inherit;
  }
  .icon.icon-menu-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-menu-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e92f";
  }
  .icon.icon-menu-3:hover:before {
    color: inherit;
  }
  .icon.icon-menu-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-menu-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e930";
  }
  .icon.icon-menu-4:hover:before {
    color: inherit;
  }
  .icon.icon-minus-1, .icon.icon-dash-1, .icon.icon-collapse-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-minus-1::before, .icon.icon-dash-1::before, .icon.icon-collapse-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e931";
  }
  .icon.icon-minus-1:hover:before, .icon.icon-dash-1:hover:before, .icon.icon-collapse-1:hover:before {
    color: inherit;
  }
  .icon.icon-minus-2, .icon.icon-dash-2, .icon.icon-collapse-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-minus-2::before, .icon.icon-dash-2::before, .icon.icon-collapse-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e932";
  }
  .icon.icon-minus-2:hover:before, .icon.icon-dash-2:hover:before, .icon.icon-collapse-2:hover:before {
    color: inherit;
  }
  .icon.icon-minus-3, .icon.icon-dash-3, .icon.icon-collapse-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-minus-3::before, .icon.icon-dash-3::before, .icon.icon-collapse-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e933";
  }
  .icon.icon-minus-3:hover:before, .icon.icon-dash-3:hover:before, .icon.icon-collapse-3:hover:before {
    color: inherit;
  }
  .icon.icon-db-arrow-1, .icon.icon-more-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-db-arrow-1::before, .icon.icon-more-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e934";
  }
  .icon.icon-db-arrow-1:hover:before, .icon.icon-more-1:hover:before {
    color: inherit;
  }
  .icon.icon-vert-dots-1, .icon.icon-more-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-vert-dots-1::before, .icon.icon-more-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e935";
  }
  .icon.icon-vert-dots-1:hover:before, .icon.icon-more-2:hover:before {
    color: inherit;
  }
  .icon.icon-more-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-more-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e936";
  }
  .icon.icon-more-3:hover:before {
    color: inherit;
  }
  .icon.icon-more-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-more-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e937";
  }
  .icon.icon-more-4:hover:before {
    color: inherit;
  }
  .icon.icon-padlock-1, .icon.icon-secure-1, .icon.icon-password-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-padlock-1::before, .icon.icon-secure-1::before, .icon.icon-password-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e938";
  }
  .icon.icon-padlock-1:hover:before, .icon.icon-secure-1:hover:before, .icon.icon-password-1:hover:before {
    color: inherit;
  }
  .icon.icon-pencil-1, .icon.icon-edit-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-pencil-1::before, .icon.icon-edit-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e939";
  }
  .icon.icon-pencil-1:hover:before, .icon.icon-edit-1:hover:before {
    color: inherit;
  }
  .icon.icon-phone-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-phone-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93a";
  }
  .icon.icon-phone-1:hover:before {
    color: inherit;
  }
  .icon.icon-phone-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-phone-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93b";
  }
  .icon.icon-phone-2:hover:before {
    color: inherit;
  }
  .icon.icon-phone-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-phone-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93c";
  }
  .icon.icon-phone-3:hover:before {
    color: inherit;
  }
  .icon.icon-plus-1, .icon.icon-add-1, .icon.icon-expand-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-plus-1::before, .icon.icon-add-1::before, .icon.icon-expand-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93d";
  }
  .icon.icon-plus-1:hover:before, .icon.icon-add-1:hover:before, .icon.icon-expand-1:hover:before {
    color: inherit;
  }
  .icon.icon-plus-2, .icon.icon-add-2, .icon.icon-expand-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-plus-2::before, .icon.icon-add-2::before, .icon.icon-expand-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93e";
  }
  .icon.icon-plus-2:hover:before, .icon.icon-add-2:hover:before, .icon.icon-expand-2:hover:before {
    color: inherit;
  }
  .icon.icon-plus-3, .icon.icon-add-3, .icon.icon-expand-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-plus-3::before, .icon.icon-add-3::before, .icon.icon-expand-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93f";
  }
  .icon.icon-plus-3:hover:before, .icon.icon-add-3:hover:before, .icon.icon-expand-3:hover:before {
    color: inherit;
  }
  .icon.icon-print-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-print-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e940";
  }
  .icon.icon-print-1:hover:before {
    color: inherit;
  }
  .icon.icon-quote-square-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-quote-square-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e941";
  }
  .icon.icon-quote-square-1:hover:before {
    color: inherit;
  }
  .icon.icon-quote-circle-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-quote-circle-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e942";
  }
  .icon.icon-quote-circle-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e943";
  }
  .icon.icon-arrow-right-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e944";
  }
  .icon.icon-arrow-right-2:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e945";
  }
  .icon.icon-arrow-right-3:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e946";
  }
  .icon.icon-arrow-right-4:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-5 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-5::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e947";
  }
  .icon.icon-arrow-right-5:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-right-6 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-right-6::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e948";
  }
  .icon.icon-arrow-right-6:hover:before {
    color: inherit;
  }
  .icon.icon-search-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-search-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e949";
  }
  .icon.icon-search-1:hover:before {
    color: inherit;
  }
  .icon.icon-search-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-search-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94a";
  }
  .icon.icon-search-2:hover:before {
    color: inherit;
  }
  .icon.icon-mobile-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-mobile-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94b";
  }
  .icon.icon-mobile-1:hover:before {
    color: inherit;
  }
  .icon.icon-mobile-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-mobile-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94c";
  }
  .icon.icon-mobile-2:hover:before {
    color: inherit;
  }
  .icon.icon-star-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-star-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94d";
  }
  .icon.icon-star-1:hover:before {
    color: inherit;
  }
  .icon.icon-twitter-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-twitter-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94e";
  }
  .icon.icon-twitter-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e94f";
  }
  .icon.icon-arrow-up-1:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e950";
  }
  .icon.icon-arrow-up-2:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e951";
  }
  .icon.icon-arrow-up-3:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-4 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-4::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e952";
  }
  .icon.icon-arrow-up-4:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-5 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-5::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e953";
  }
  .icon.icon-arrow-up-5:hover:before {
    color: inherit;
  }
  .icon.icon-arrow-up-6 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-arrow-up-6::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e954";
  }
  .icon.icon-arrow-up-6:hover:before {
    color: inherit;
  }
  .icon.icon-user-1, .icon.icon-person-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-user-1::before, .icon.icon-person-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e955";
  }
  .icon.icon-user-1:hover:before, .icon.icon-person-1:hover:before {
    color: inherit;
  }
  .icon.icon-user-2, .icon.icon-person-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-user-2::before, .icon.icon-person-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e956";
  }
  .icon.icon-user-2:hover:before, .icon.icon-person-2:hover:before {
    color: inherit;
  }
  .icon.icon-user-3, .icon.icon-person-3 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-user-3::before, .icon.icon-person-3::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e957";
  }
  .icon.icon-user-3:hover:before, .icon.icon-person-3:hover:before {
    color: inherit;
  }
  .icon.icon-youtube-1 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-youtube-1::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e958";
  }
  .icon.icon-youtube-1:hover:before {
    color: inherit;
  }
  .icon.icon-youtube-2 {
    font-family: "icomoon1" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon.icon-youtube-2::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e959";
  }
  .icon.icon-youtube-2:hover:before {
    color: inherit;
  }
}
@layer defaults {
  .carousel-wrap-outer {
    grid-template-columns: auto 1fr auto;
    grid-gap: var(--gap-2);
    grid-template-areas: "prev inner next";
  }
  .carousel-wrap-outer .carousel-prev {
    grid-area: prev;
  }
  .carousel-wrap-outer .carousel-next {
    grid-area: next;
  }
  .carousel-wrap-outer .carousel-prev, .carousel-wrap-outer .carousel-next {
    cursor: pointer;
  }
  .carousel-wrap-outer .carousel-prev .icon:before, .carousel-wrap-outer .carousel-next .icon:before {
    font-size: clamp(30px, 3.125vw, 60px);
  }
  .carousel-wrap-outer .carousel-wrap-inner {
    grid-area: inner;
    overflow: hidden;
    width: 100%;
  }
  .carousel-wrap-outer .carousel-wrap-inner .content-wrap {
    grid-auto-flow: column;
    grid-gap: 0;
    grid-template-columns: none;
    left: 0px;
    transition: left 0.35s ease-in-out;
    grid-auto-columns: 25%;
  }
  @media (max-width: 1100px) {
    .carousel-wrap-outer .carousel-wrap-inner .content-wrap {
      grid-auto-columns: 33.3333333333%;
    }
  }
  @media (max-width: 768px) {
    .carousel-wrap-outer .carousel-wrap-inner .content-wrap {
      grid-auto-columns: 50%;
    }
  }
  @media (max-width: 400px) {
    .carousel-wrap-outer .carousel-wrap-inner .content-wrap {
      grid-auto-columns: 100%;
    }
  }
  .carousel-wrap-outer .carousel-wrap-inner .content-wrap .content-item {
    padding: var(--gap-05);
  }
  .carousel-wrap-outer.automatic, .carousel-wrap-outer.hide-arrows {
    grid-template-areas: "inner inner inner";
  }
  #page-wrapper {
    display: grid;
    grid-template-columns: minmax(200px, 270px) 1fr;
    grid-template-rows: auto;
    grid-template-areas: "empty  header" "contentleft content";
    grid-gap: 0 2vw;
    grid-auto-rows: auto;
  }
  #page-wrapper.submenu-no {
    grid-template-areas: "header header" "content content";
    grid-gap: 0;
  }
  #page-left {
    grid-area: contentleft;
  }
  #page-left #content-select {
    border: 0px;
    width: 100%;
    padding: 20px;
  }
  #page-left #content-select option {
    padding: 20px;
    width: 100%;
    border: 0;
  }
  #page-header {
    grid-area: header;
  }
  #page-body {
    grid-area: content;
  }
  #page-content {
    line-height: 1.415;
  }
  #page-content img[src*="/images/"] {
    max-width: 100%;
    height: auto !important;
  }
  @media (max-width: 1100px) {
    #wrap-content #page-wrapper {
      grid-template-areas: "contentleft" "header" "content";
      grid-template-columns: 1fr;
    }
    #page-left {
      margin: 0 0 var(--gap-2) 0;
      padding: 0;
      border: 0;
    }
    #page-left #content-select {
      display: block;
    }
    #page-left #content-navigation {
      display: none;
    }
  }
  #cookie-info-wrap {
    z-index: 9000;
    width: 100%;
    font-family: inherit;
    bottom: 0px;
  }
  #cookie-info {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0px;
    font-size: 12 px;
  }
  #cookie-info > span {
    width: 80%;
    padding-left: 3%;
  }
  #cookie-info #cookie-info-accept {
    font-size: 14px;
    padding: 10px 20px;
    background: var(--primary);
    transition: all 0.35s ease-in-out;
  }
  #cookie-info #cookie-info-accept:hover {
    background: var(--secondary);
  }
  @media (max-width: 1100px) {
    #cookie-info > span {
      width: 75%;
    }
  }
  @media (max-width: 800px) {
    #cookie-info > span {
      width: 100%;
      padding-left: 0px;
      padding-top: 2%;
      text-align: center;
    }
  }
  .feedback-wrap .feedback-item {
    width: 100%;
  }
  .feedback-wrap .feedback-item .feedback-name {
    font-size: clamp(20px, 1.25vw, 24px);
    margin-top: var(--gap-1);
    font-weight: bold;
  }
  .feedback-wrap.no-slide {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-gap: var(--gap-2);
  }
  @media (max-width: 700px) {
    .feedback-wrap.no-slide {
      grid-template-columns: 1fr;
    }
  }
  form.form {
    grid-template-columns: 1fr;
    grid-template-areas: "message" "fields";
  }
  form.form .form-msg {
    grid-area: message;
    margin-bottom: var(--gap-1);
  }
  form.form .form-msg .form-msg-in.ok {
    color: #519b20;
  }
  form.form .form-msg .form-msg-in.error {
    color: #b23030;
  }
  form.form .form-fields {
    grid-area: fields;
    grid-template-columns: 1fr;
    grid-gap: var(--gap-2);
  }
  form.form .form-field-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "field" "msg";
  }
  form.form .form-field-wrap label {
    grid-area: label;
  }
  form.form .form-field-wrap .form-field {
    width: 100%;
    padding: 10px;
    grid-area: field;
  }
  form.form .form-field-wrap .form-field[type=checkbox] {
    width: auto;
  }
  form.form .form-field-wrap textarea.form-field {
    height: 100px;
  }
  form.form .form-field-wrap .form-field-msg {
    grid-area: msg;
  }
  form.form .form-field-wrap .form-field-msg .form-field-msg-in {
    color: white;
  }
  form.form .form-field-wrap .form-field-msg .form-field-msg-in.type-error {
    background: #9b2020;
  }
  form.form .form-field-wrap .form-field-msg .form-field-msg-in.type-ok {
    background: #519b20;
  }
  form.form .form-field-wrap.type-gdpr {
    grid-template-columns: 20px 1fr;
    grid-template-areas: "field label" "msg msg";
  }
  form.form .form-field-wrap.type-gdpr input.form-field {
    left: -9999px;
  }
  form.form .form-field-wrap.type-gdpr label {
    font-size: 11px;
    cursor: pointer;
  }
  form.form .form-field-wrap.type-gdpr label:before {
    content: " ";
    width: 18px;
    height: 18px;
    background: #ccc;
    left: -20px;
    top: -4px;
  }
  form.form .form-field-wrap.type-gdpr input.form-field:checked ~ label:after {
    content: "✓";
    color: var(--primary);
    position: absolute;
    font-size: 16px;
    z-index: 100;
    top: -6px;
    font-weight: bold;
    left: -17px;
  }
  form.form .form-field-wrap.type-submit input {
    border: 0px;
    outline: 0;
    cursor: pointer;
    background: var(--primary);
    transition: all 0.35s ease-in-out;
  }
  form.form .form-field-wrap.type-submit input:hover {
    background: var(--secondary);
  }
  .gallery-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--gap-2);
  }
  @media (max-width: 1100px) {
    .gallery-wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 768px) {
    .gallery-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 400px) {
    .gallery-wrap {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .gallery-wrap .gallery-item {
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  .gallery-wrap .gallery-item .gallery-item-title {
    z-index: 5;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    background: hsla(0, 100%, 0%, 0.3);
  }
  .gallery-wrap .gallery-item .gallery-item-title .gallery-item-title-link {
    padding: 10px;
    color: white;
  }
  .gallery-wrap .gallery-item .gallery-item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .gallery-wrap .gallery-item.image .gallery-item-title {
    font-size: clamp(13px, 0.8333333333vw, 16px);
  }
  .news-wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--gap-2);
    overflow: hidden;
  }
  @media (max-width: 1100px) {
    .news-wrap {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 768px) {
    .news-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 400px) {
    .news-wrap {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .news-wrap .news-item .news-item-content {
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.35s ease-in-out;
    grid-template-columns: 1fr;
    grid-template-areas: "date" "title" "text";
    align-items: center;
    padding: var(--gap-1);
    align-content: end;
  }
  .news-wrap .news-item .news-item-content .news-item-title {
    grid-area: title;
    z-index: 12;
    margin: 5px 0;
  }
  .news-wrap .news-item .news-item-content .news-item-title a {
    font-size: clamp(18px, 1.0416666667vw, 20px);
    font-weight: bold;
  }
  .news-wrap .news-item .news-item-content .news-item-date {
    grid-area: date;
    z-index: 12;
  }
  .news-wrap .news-item .news-item-content .news-item-date a {
    font-size: clamp(14px, 0.8333333333vw, 16px);
  }
  .news-wrap .news-item .news-item-content .news-item-text {
    grid-area: text;
    overflow: hidden;
    max-height: 0px;
    height: auto;
    transition: all 0.35s ease-in-out;
    z-index: 12;
  }
  .news-wrap .news-item .news-item-content .news-item-text a {
    font-size: clamp(13px, 0.78125vw, 15px);
  }
  .news-wrap .news-item .news-item-content .news-item-overlay {
    width: 100%;
    z-index: 2;
    height: 100%;
    transition: all 0.35s ease-in-out;
  }
  .news-wrap .news-item .news-item-image {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .news-wrap .news-item:hover {
    align-content: center;
  }
  .news-wrap .news-item:hover .news-item-content .news-item-text {
    max-height: 200px;
  }
  .news-wrap .news-item:hover .news-item-content .news-item-overlay {
    background: rgba(255, 255, 255, 0.6);
  }
  .news-wrap.no-image .news-item .news-item-content .news-item-text {
    max-height: 200px;
  }
  .overlay-close {
    left: auto;
    right: 0px;
    color: white;
    font-size: 54px;
    line-height: 1;
    padding: 5px 10px;
  }
  .overlay-close:hover {
    color: var(--secondary);
    cursor: pointer;
  }
  .overlay-wrap {
    background: var(--secondary-light);
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: all 0.35s ease-in-out;
    top: 0;
    left: 0;
  }
  .overlay-wrap.show {
    opacity: 1;
    z-index: 1000;
  }
  .overlay-wrap .overlay-in {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
  }
  * {
    outline: none;
    z-index: 2;
    box-sizing: border-box;
  }
  html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
  }
  body {
    overflow-x: hidden;
  }
  .wrapper {
    margin: 0 auto;
  }
  html:lang(ru) body {
    font-family: Arial, Helvetica, sans-serif !important;
  }
  a, a img {
    border: 0;
    text-decoration: none;
    outline: 0;
  }
  a {
    transition: color 0.35s ease-in-out;
    color: black;
  }
  a:hover {
    color: var(--primary);
  }
  input[type=submit], input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
  }
  input[type=number], input[type=date] {
    -moz-appearance: textfield;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 100%;
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  input, textarea, select {
    font-family: inherit;
  }
  h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
  }
  img[data-src] {
    transition: opacity 0.35s ease-in-out;
  }
  #wrap-slideshow {
    width: 100%;
  }
  #slideshow {
    width: 100%;
    overflow: hidden;
  }
  #slideshow .slide {
    width: 100%;
    height: 100%;
    display: block;
  }
  @media (max-width: 1100px) {
    #slideshow .slide-text {
      display: none;
    }
  }
  @media (max-width: 1100px) {
    #slideshow-text {
      display: block;
    }
  }
  #wrap-top {
    top: 0px;
    z-index: 99;
    background: white;
  }
  #wrap-top #top {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "logo nada langs social" "logo nav nav nav";
    grid-gap: var(--gap-2);
    padding: var(--gap-1) 0;
    z-index: 100;
  }
  #wrap-top #nav-trigger {
    top: 0px;
    left: 0px;
    width: 54px;
    transition: all 0.35s ease-in-out;
    z-index: 10;
    background: var(--primary);
  }
  #wrap-top #nav-trigger > span {
    width: 70%;
    margin: 9px auto;
    height: 6px;
  }
  #wrap-top #nav-trigger:hover {
    background: var(--secondary);
  }
  #wrap-top #logo {
    grid-area: logo;
  }
  #wrap-top #logo img {
    width: 100%;
    height: auto;
  }
  #wrap-top #wcag {
    grid-area: wcag;
  }
  #wrap-top #wrap-langs {
    grid-area: langs;
    align-self: start;
    display: flex;
  }
  #wrap-top #wrap-langs a {
    padding: 3px;
    margin: 3px;
    display: block;
  }
  #wrap-top #wrap-social {
    grid-area: social;
    align-self: start;
    display: flex;
  }
  #wrap-top #wrap-social a {
    padding: 3px;
    margin: 3px;
    display: block;
  }
  #wrap-top #wrap-social a img {
    display: block;
  }
  #wrap-top #wrap-nav {
    grid-area: nav;
    align-self: end;
  }
  #wrap-top #wrap-nav.submenu-full-width .submenu.lvl-0 {
    position: fixed;
    width: 100%;
    z-index: 999;
    transform: none;
    height: auto;
    bottom: auto;
    display: flex;
  }
  #wrap-top #wrap-nav.submenu-full-width .submenu.lvl-0 .nav-item.lvl-1 + .nav-item.lvl-1 {
    margin-left: var(--gap-2);
  }
  #wrap-top.langs-social-comb #top {
    grid-template-areas: "logo nada langssocial" "logo nav nav nav";
    grid-template-columns: auto 1fr auto;
  }
  #wrap-top.langs-social-comb #wrap-langs-social {
    grid-area: langssocial;
    justify-self: end;
    grid-template-columns: auto auto;
    grid-template-areas: "langs social";
    align-self: start;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #top {
    grid-template-areas: "nada logo langssocial" "menuleft logo menuright";
    grid-template-columns: 1fr auto 1fr;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-left {
    grid-area: menuleft;
    align-self: end;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-left .nav {
    justify-content: end;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-left .nav .lvl-0 + .lvl-0 {
    margin-left: var(--gap-2);
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-right {
    grid-area: menuright;
    align-self: end;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-right .nav {
    justify-content: start;
  }
  #wrap-top.langs-social-comb.nav-side-by-side #wrap-nav-right .nav .lvl-0 + .lvl-0 {
    margin-left: var(--gap-2);
  }
  #logo {
    margin: 0 auto;
  }
  .nav-wrap .nav {
    justify-content: space-between;
  }
  .nav-wrap .nav .lvl-0 > .submenu {
    top: auto;
    bottom: 0px;
    width: 200px;
    transform: translateY(100%);
    overflow: hidden;
    height: auto;
  }
  .nav-wrap .nav .lvl-0 > .submenu div[class*=lvl-] > a {
    transition: all 0.35s ease-in-out;
  }
  .nav-wrap .nav .lvl-0 > .submenu .lvl-2 > a {
    padding-left: 10px;
  }
  .nav-wrap .nav .lvl-0 > .submenu .lvl-3 > a {
    padding-left: 15px;
  }
  .nav-wrap .nav div[class*=lvl-].active > a, .nav-wrap .nav div[class*=lvl-]:hover > a {
    color: var(--primary);
  }
  @media (max-width: 1100px) {
    #wrap-top {
      position: relative;
    }
    #wrap-top.nav-mobile-fullscreen #wrap-nav-x {
      display: block;
    }
    #wrap-nav {
      position: absolute;
      top: 54px;
      left: var(--nav-position);
      width: 300px;
      transition: all 0.35s ease-in-out;
      overflow: hidden;
      grid-area: none !important;
    }
    #wrap-nav > .nav {
      width: 300px;
      min-height: 100px;
      left: 0px;
      transition: all 0.35s ease-in-out;
      display: block;
    }
    #wrap-nav > .nav .submenu {
      display: none !important;
    }
    #wrap-nav.hide {
      width: 0px;
      transition: all 0.35s ease-in-out;
    }
    #wrap-nav.hide > .nav {
      transition: all 0.35s ease-in-out;
    }
    #wrap-nav-left, #wrap-nav-right {
      display: none;
      grid-area: none;
    }
    #nav-trigger {
      display: block;
    }
    #wrap-top.nav-mobile-fullscreen #wrap-nav {
      position: fixed;
      width: 100%;
      height: 100%;
      background: var(--primary);
      transition: all 0.35s ease-in-out;
      top: 0;
      left: 0px;
      overflow: hidden;
      display: grid;
      align-content: center;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
    }
    #wrap-top.nav-mobile-fullscreen #wrap-nav.hide {
      width: 0px;
    }
    #wrap-top.nav-mobile-fullscreen #wrap-nav .nav {
      width: 100%;
      text-align: center;
    }
    #wrap-top.nav-mobile-right #nav-trigger {
      left: auto;
      right: 0px;
    }
    #wrap-top.nav-mobile-right #wrap-nav {
      left: auto;
      right: 0px;
      display: block;
    }
  }
  #wcag-in {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    grid-gap: 20px;
    align-items: center;
    color: black !important;
    margin: 0 auto;
    right: 70px;
  }
  #wcag-in #wcag-contrast, #wcag-in #wcag-fontsize {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    align-items: center;
  }
  #wcag-in #wcag-contrast {
    grid-template-columns: auto auto auto auto auto;
  }
  #wcag-in #wcag-contrast .contrast {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--primary);
    color: white !important;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 5px;
    border: 2px solid black;
    font-size: 16px !important;
  }
  #wcag-in #wcag-contrast .contrast.contrast-bw {
    background: black;
    color: white !important;
  }
  #wcag-in #wcag-contrast .contrast.contrast-wb {
    background: white;
    color: black !important;
  }
  #wcag-in #wcag-contrast .contrast.contrast-by {
    background: yellow;
    color: black !important;
  }
  #wcag-in .fontsize {
    font-style: italic;
    font-weight: bold;
    color: black !important;
    margin: 0 5px;
    align-self: baseline;
  }
  #wcag-in .fontsize.fontsize-default {
    font-size: 18px !important;
  }
  #wcag-in .fontsize.fontsize-bigger {
    font-size: 21px !important;
  }
  #wcag-in .fontsize.fontsize-big {
    font-size: 26px !important;
  }
  @media (max-width: 600px) {
    #wcag-in {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      justify-items: center;
      justify-content: center;
      right: 0;
    }
  }
  .mfp-close {
    top: 0px;
    right: 15px;
    font-size: 50px px;
  }
  .mobile-only {
    display: block;
  }
  .content-item .content-item-in {
    width: 100%;
    height: 100%;
  }
  .content-item .item-image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    transition: transform 0.35s ease-in-out;
  }
  .content-item:hover .item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  #la {
    color: var(--primary);
    padding: var(--gap-1) 0;
  }
  #la:hover {
    color: var(--primary-light);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@layer project {
  .font-pri, .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap.type-gdpr label, body, html {
    font-family: "Jost Regular";
  }
  .font-bold, .overlay-wrap .overlay-in #form-signup .form-buttons input, .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap label, .overlay-wrap .overlay-in h3, .overlay-wrap .overlay-close, #page-groups .group h2 a, #wrap-groups #groups .group .group-buttons a, #wrap-content #page-wrapper #page-content table tr:nth-of-type(1) td, #wrap-content #page-wrapper #page-header h1, #wrap-content-wave #wave-join-us, #wrap-slideshow #slideshow .slide .slide-text, #wrap-nav .nav .lvl-0 > a, #wrap-nav .nav .lvl-0 + .lvl-0:before, #top #top-text2, #top-bar .wrapper #top-app span, #top-bar .wrapper #top-phone, #top-bar .wrapper #top-text, .button, #top-bar .wrapper #top-join, h2.header {
    font-family: "Jost Bold";
  }
  .size-13, #wrap-groups #groups .group .group-buttons a, #wrap-news #all-news, #wrap-content-wave #wave-join-us #wju2 a, #top-bar .wrapper #top-app span, #top-bar .wrapper #top-join, #la {
    font-size: 13px;
  }
  .size-14, #wrap-nav .nav .lvl-1 > a {
    font-size: clamp(12px, 0.7291666667vw, 14px);
  }
  .size-15, #wrap-nav .nav .lvl-0 > a {
    font-size: clamp(13px, 0.78125vw, 15px);
  }
  .size-16 {
    font-size: clamp(16px, 0.9375vw, 18px);
  }
  .size-18, #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-text, body, html {
    font-size: clamp(16px, 0.9375vw, 18px);
  }
  .size-21, #top-bar .wrapper #top-phone {
    font-size: clamp(18px, 1.09375vw, 21px);
  }
  .size-24, #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-title, #top #top-text2 {
    font-size: clamp(16px, 1.25vw, 24px);
  }
  .size-30, .overlay-wrap .overlay-in #form-signup .form-buttons input, #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-title a, #page-groups .group h2 a, #top-bar .wrapper #top-text {
    font-size: clamp(20px, 1.5625vw, 30px);
  }
  .size-34, #wrap-content #page-wrapper #page-header h1, #top-bar .wrapper #top-phone span.ic:before, .size-34px {
    font-size: clamp(22px, 1.7708333333vw, 34px);
  }
  .size-36, h2.header {
    font-size: clamp(28px, 1.875vw, 36px);
  }
  .size-43, .overlay-wrap .overlay-in h3, #wrap-content-wave #wave-join-us #wju1 {
    font-size: clamp(30px, 2.2395833333vw, 43px);
  }
  .size-64, #wrap-content-wave #wave-join-us #wju2, #wrap-slideshow #slideshow .slide .slide-text {
    font-size: clamp(40px, 3.3333333333vw, 64px);
  }
  .colour-red {
    color: #911c19;
  }
  .colour-red2 {
    color: #f31021;
  }
  .colour-orange {
    color: #f39200;
  }
  .colour-yellow {
    color: #ffda2f;
  }
  .colour-blue {
    color: #0b53b6;
  }
  .wrap {
    padding: var(--gap-3) 0;
  }
  .wrapper {
    width: var(--wrapper-width);
    transition: color 2s ease-in-out;
  }
  .header {
    margin-bottom: var(--gap-2);
  }
  h2.header {
    font-style: italic;
  }
  h2.header.dot:after {
    content: " ";
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    transform: translatey(50%);
  }
  .button, #top-bar .wrapper #top-join {
    padding: 6px 15px;
    max-width: 20vw;
    border-radius: 20px;
    transition: all 0.35s ease-in-out;
  }
  #wrap-top-bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  #wrap-top {
    position: relative;
    z-index: 6;
    background: transparent;
  }
  #top-bar {
    padding: 25px 0;
  }
  #top-bar .wrapper {
    display: grid;
    grid-template-columns: clamp(90px, 12.2vw, 235px) 1fr auto auto auto;
    grid-gap: 30px;
    align-items: center;
    grid-template-areas: "logo text join phone app";
  }
  #top-bar .wrapper #top-text {
    font-style: italic;
    grid-area: text;
    margin-left: -20px;
  }
  @media (max-width: 1460px) {
    #top-bar .wrapper #top-text {
      font-size: 20px;
    }
  }
  @media (max-width: 1360px) {
    #top-bar .wrapper #top-text {
      font-size: 16px;
    }
  }
  @media (max-width: 1000px) {
    #top-bar .wrapper #top-text {
      display: none;
    }
  }
  #top-bar .wrapper #top-join {
    width: 130px;
    grid-area: join;
  }
  #top-bar .wrapper #top-phone {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    align-items: center;
    transition: all 0.35s ease-in-out;
    grid-area: phone;
  }
  #top-bar .wrapper #top-phone span.ic {
    font-family: "icomoon2" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #top-bar .wrapper #top-phone span.ic::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93a";
  }
  #top-bar .wrapper #top-phone span.ic:hover:before {
    color: inherit;
  }
  #top-bar .wrapper #top-phone span.ic:before {
    transition: all 0.35s ease-in-out;
  }
  #top-bar .wrapper #top-phone span.text {
    display: block;
  }
  #top-bar .wrapper #top-app {
    grid-area: app;
  }
  #top-bar .wrapper #top-app span {
    font-style: italic;
    display: block;
  }
  #top-bar .wrapper #top-app img {
    width: 150px;
    height: auto;
    position: absolute;
  }
  @media (max-width: 1300px) {
    #top-bar .wrapper {
      grid-gap: 18px;
    }
    #top-bar .wrapper #top-join {
      width: 100px;
    }
    #top-bar .wrapper #top-app img {
      width: 120px;
      height: auto;
    }
  }
  #top {
    display: block;
    padding: 0;
  }
  #top #top-text2 {
    display: none;
    padding: 5px 0;
  }
  #top .wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo nav";
  }
  #logo {
    width: clamp(90px, 12.2vw, 215px);
    grid-area: logo;
    transform: translatey(-45%);
    top: 20px;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #logo-container {
    width: 100%;
    height: 1px;
  }
  #wrap-nav {
    grid-area: nav;
    margin-left: 200px;
  }
  @media (max-width: 1500px) {
    #wrap-nav {
      margin-left: 140px;
    }
  }
  @media (max-width: 1330px) {
    #wrap-nav {
      margin-left: 110px;
    }
  }
  #wrap-nav .nav {
    justify-content: start;
  }
  #wrap-nav .nav .lvl-0 + .lvl-0 {
    margin-left: 15px;
  }
  #wrap-nav .nav .lvl-0 + .lvl-0:before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translatey(-45%);
    left: -10px;
    font-size: 15px;
  }
  #wrap-nav .nav .lvl-0 > a {
    padding: 13px 0;
  }
  @media (max-width: 1360px) {
    #wrap-nav .nav .lvl-0 > a {
      font-size: 13px;
    }
  }
  @media (max-width: 1200px) {
    #wrap-nav .nav .lvl-0 > a {
      font-size: 12px;
    }
  }
  @media (max-width: 1100px) {
    #wrap-nav {
      margin-left: 0;
    }
    #wrap-nav .nav .lvl-0 > a {
      font-size: 30px;
    }
    #wrap-nav .nav .lvl-0 + .lvl-0 {
      margin: 0;
    }
    #wrap-nav .nav .lvl-0 + .lvl-0:before {
      display: none !important;
    }
    #wrap-nav .nav .lvl-0:hover > a, #wrap-nav .nav .lvl-0.active > a {
      color: black !important;
    }
  }
  #nav-trigger {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: none;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    grid-gap: 8px;
    top: 10px;
    left: 10px;
    z-index: 9999999;
  }
  #nav-trigger span {
    width: 60%;
    height: 5px;
    margin: 0;
    border-radius: 8px;
  }
  #wrap-top.nav-shown {
    z-index: 99999;
  }
  #wrap-social {
    position: absolute;
    top: 15vw;
    right: 0px;
    z-index: 6;
  }
  #wrap-social a {
    display: block;
    padding: 3px;
    margin: 0px;
    background: white;
    width: 53px;
    height: 53px;
    display: grid;
    align-items: center;
    justify-items: center;
    box-shadow: #bbb 0px 0px 12px 5px;
  }
  #wrap-social a img {
    display: block;
  }
  #wrap-social a + a {
    margin-top: 10px !important;
  }
  #wrap-player {
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: 5;
  }
  #wrap-player img[src*=pilkarz] {
    position: absolute;
    left: 21px;
    width: 43%;
    height: auto;
    max-width: 690px;
    min-width: 240px;
  }
  #wrap-player #top-ball {
    width: 16vw;
    aspect-ratio: 16/21;
    overflow: hidden;
    right: -8.5vw;
    position: absolute;
    top: 20vw;
  }
  #wrap-player #top-ball img {
    width: 21vw;
    aspect-ratio: 1;
    height: auto;
  }
  @media (max-width: 1400px) {
    #wrap-player #top-ball {
      width: 10vw;
      aspect-ratio: 10/21;
      top: 27vw;
    }
    #wrap-player #top-ball img {
      width: 15vw;
    }
  }
  @media (max-width: 1100px) {
    #wrap-player #top-ball {
      right: -5vw;
    }
  }
  @media (max-width: 1100px) {
    #wrap-player img[src*=pilkarz] {
      left: 54px;
      width: 37%;
    }
  }
  #wrap-slideshow {
    width: 100%;
    aspect-ratio: 1920/800;
    z-index: 4;
    min-height: 300px;
  }
  #wrap-slideshow #slideshow {
    height: 100%;
    width: 76%;
    margin-right: 0;
    margin-left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 8% 37%, 0% 38%);
  }
  #wrap-slideshow #slideshow .slide img {
    transform: translatey(-100px);
  }
  @media (max-width: 1300px) {
    #wrap-slideshow #slideshow .slide img {
      transform: translatey(-50px);
    }
  }
  #wrap-slideshow #slideshow .slide .slide-text {
    color: white;
    text-align: center;
    top: calc(50% - 100px);
    transform: translatey(-50%);
    display: block !important;
    /* Hide on mobile as slideshow is too small */
  }
  #wrap-slideshow #slideshow .slide .slide-text .slide-text-in {
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    text-shadow: black 10px 10px 10px;
  }
  @media (max-width: 1000px) {
    #wrap-slideshow #slideshow .slide .slide-text .slide-text-in {
      max-width: 500px;
    }
  }
  @media (max-width: 1000px) {
    #wrap-slideshow #slideshow .slide .slide-text {
      top: calc(50% - 50px);
      font-size: 30px;
    }
  }
  @media (max-width: 760px) {
    #wrap-slideshow #slideshow .slide .slide-text {
      top: 50%;
    }
  }
  #wrap-slideshow #wrap-slide-mobile-wave {
    display: none;
  }
  .wave {
    width: 100%;
    aspect-ratio: 1920/202;
    position: absolute;
  }
  .wave .wave-cont {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wave svg {
    width: 100%;
    height: 100%;
    fill: black;
  }
  #wrap-content-wave {
    transform: translatey(-95%);
  }
  #wrap-content-wave #wave-join-us {
    position: absolute;
    z-index: 10;
    left: 46%;
    font-style: italic;
    line-height: 1;
    top: 40px;
  }
  #wrap-content-wave #wave-join-us #wju2 a {
    width: 140px;
    display: inline-block;
    font-style: normal;
    padding: 10px 20px;
    top: -8px;
  }
  @media (max-width: 1300px) {
    #wrap-content-wave #wave-join-us {
      top: 20px;
    }
    #wrap-content-wave #wave-join-us #wju1 {
      font-size: 23px;
    }
    #wrap-content-wave #wave-join-us #wju2 {
      font-size: 30px;
    }
    #wrap-content-wave #wave-join-us #wju2 a {
      padding: 8px 10px;
      width: 120px;
      top: -6px;
      left: 5px;
    }
  }
  @media (max-width: 1000px) {
    #wrap-content-wave #wave-join-us {
      left: 40%;
    }
  }
  #wrap-content-wave svg {
    z-index: 9;
  }
  #slideshow-text {
    display: none;
  }
  #wrap-content {
    z-index: 22;
    padding-bottom: 100px;
  }
  #wrap-content #page-wrapper.submenu-no #page-left {
    display: none;
  }
  #wrap-content #page-wrapper #page-left #content-select {
    padding: 10px 20px;
    font-size: 18px;
  }
  #wrap-content #page-wrapper #page-left #content-navigation a {
    padding: 5px 10px;
    display: block;
    transition: all 0.35s ease-in-out;
  }
  #wrap-content #page-wrapper #page-left #content-navigation .news-date {
    display: none;
  }
  #wrap-content #page-wrapper #page-header h1 {
    font-style: italic;
  }
  #wrap-content #page-wrapper #page-body {
    grid-template-areas: "text image";
    /* Gap between elements of the page body */
  }
  #wrap-content #page-wrapper #page-body.image-1 {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: var(--gap-4);
  }
  #wrap-content #page-wrapper #page-body .page-body-element + .page-body-element {
    margin-top: var(--gap-2);
  }
  #wrap-content #page-wrapper #page-content {
    grid-area: text;
    text-align: left;
  }
  #wrap-content #page-wrapper #page-content table#sponsors tr td:nth-child(1) {
    background: white;
    text-align: center;
    max-width: 200px;
  }
  #wrap-content #page-wrapper #page-content table#sponsors tr td:nth-child(1) img {
    max-width: 80%;
  }
  #wrap-content #page-wrapper #page-content table {
    border: 0;
    width: 100% !important;
    outline: 0;
    border-collapse: separate;
    border-spacing: 10px;
  }
  #wrap-content #page-wrapper #page-content table tr td {
    padding: 20px;
    border: 0;
    width: 20% !important;
  }
  @media (max-width: 700px) {
    #wrap-content #page-wrapper #page-content table tr td {
      font-size: 13px;
      width: calc(20% - 30px) !important;
      padding: 15px;
    }
  }
  @media (max-width: 600px) {
    #wrap-content #page-wrapper #page-content table tr td {
      padding: 8px;
      font-size: 12px;
    }
    #wrap-content #page-wrapper #page-content table tr td strong {
      font-weight: normal;
    }
  }
  @media (max-width: 460px) {
    #wrap-content #page-wrapper #page-content table tr td:nth-of-type(2), #wrap-content #page-wrapper #page-content table tr td:nth-of-type(5) {
      display: none;
    }
  }
  #wrap-content #page-wrapper #page-image {
    grid-area: image;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    overflow: hidden;
    border: 13px var(--colour-dark-grey) solid;
    margin-top: -100px;
  }
  #wrap-content #page-wrapper #page-image div {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 1100px) {
    #wrap-content #page-wrapper #page-image {
      margin-top: -20px;
    }
  }
  #wrap-content #page-wrapper.type-news #page-image {
    margin-top: -25px;
  }
  #wrap-content #page-wrapper.type-news.image-1 #page-header {
    width: 50%;
    text-align: left;
  }
  @media (max-width: 1100px) {
    #wrap-content #page-wrapper.type-news.image-1 #page-header {
      width: 100%;
    }
  }
  #wrap-content #wrap-content-wave2 {
    position: absolute;
    transform: rotate(180deg) translatey(1px) scalex(-1);
    z-index: 5;
    display: none;
    top: 100%;
  }
  #wrap-content #wrap-content-wave2 svg {
    fill: var(--colour-black);
  }
  @media (max-width: 1000px) {
    #wrap-content #wrap-content-wave2 {
      transform: rotate(180deg) translatey(1px) scalex(-1);
    }
  }
  @media (max-width: 760px) {
    #wrap-content #wrap-content-wave2 {
      height: 80px;
    }
  }
  @media (max-width: 460px) {
    #wrap-content #wrap-content-wave2 {
      height: 70px;
    }
  }
  body.home #wrap-content #page-wrapper.type-pages.image-1 {
    grid-template-areas: "header empty" "content content";
    grid-template-columns: 1fr 1fr;
  }
  body.home #wrap-content #page-wrapper.type-pages.image-1 #page-left {
    display: none;
  }
  @media (max-width: 1100px) {
    body.home #wrap-content #page-wrapper.type-pages.image-1 {
      grid-template-areas: "header" "content";
      grid-template-columns: 1fr;
    }
    body.home #wrap-content #page-wrapper.type-pages.image-1 #page-body {
      grid-template-areas: "text" "image";
      grid-template-columns: 1fr;
    }
    body.home #wrap-content #page-wrapper.type-pages.image-1 #page-body #page-image {
      margin-top: 0;
      max-width: 500px;
      margin: 0 auto;
    }
  }
  #wrap-news {
    padding-top: 0;
    z-index: 99;
    margin-bottom: 0px;
  }
  #wrap-news .wrapper {
    z-index: 6;
  }
  #wrap-news .wrapper h2 {
    transform: translatey(-100%);
  }
  #wrap-news .wrapper .news-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    grid-gap: var(--gap-3);
  }
  #wrap-news .wrapper .news-wrap .news-item .content-item-in {
    display: grid;
    grid-template-areas: "image" "text";
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-content {
    position: relative;
    grid-area: text;
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-date {
    display: none;
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-text {
    max-height: max-content;
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-content .news-item-overlay {
    display: none;
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-content a {
    font-style: italic;
  }
  #wrap-news .wrapper .news-wrap .news-item .news-item-image {
    grid-area: image;
    aspect-ratio: 1;
    border-radius: 30px;
  }
  #wrap-news #all-news {
    margin: 0 auto;
    width: 220px;
    z-index: 6;
  }
  #wrap-news:after {
    content: " ";
    width: 100%;
    aspect-ratio: 1920/149;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  @media (max-width: 1600px) {
    #wrap-news:after {
      aspect-ratio: 1920/140;
    }
  }
  @media (max-width: 1360px) {
    #wrap-news:after {
      aspect-ratio: 1920/130;
    }
  }
  @media (max-width: 1120px) {
    #wrap-news:after {
      aspect-ratio: 1920/120;
    }
  }
  #wrap-news #wrap-news-wave {
    position: absolute;
    transform: rotate(180deg) translatey(-42px) scalex(-1);
    bottom: 0;
    z-index: 5;
  }
  #wrap-news #wrap-news-wave svg {
    fill: var(--colour-primary);
  }
  @media (max-width: 1000px) {
    #wrap-news #wrap-news-wave {
      transform: rotate(180deg) translatey(-30px) scalex(-1);
    }
  }
  body.type-news.non-home #wrap-news {
    display: none !important;
  }
  body.type-news.non-home #wrap-content {
    padding-bottom: 0;
  }
  body.type-news.non-home #wrap-content #wrap-content-wave2 {
    display: block;
  }
  body.type-news.non-home #wrap-groups {
    padding-top: 12vw;
  }
  @media (max-width: 760px) {
    body.type-news.non-home #wrap-groups {
      padding-top: 20vw;
    }
  }
  #wrap-groups {
    padding: var(--gap-4) 0 120px 0;
    overflow: hidden;
  }
  #wrap-groups .wrapper {
    z-index: 9;
  }
  #wrap-groups #groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 245px));
    grid-gap: var(--gap-3);
    justify-content: center;
    justify-items: center;
  }
  #wrap-groups #groups .group {
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
    max-width: 245px;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }
  #wrap-groups #groups .group .group-text h3 {
    margin-bottom: 20px;
  }
  #wrap-groups #groups .group .group-buttons {
    margin-top: 30px;
  }
  #wrap-groups #groups .group .group-buttons a {
    display: block;
    border-radius: 15px;
    padding: 5px;
    max-width: 130px;
    margin: 0 auto;
    transition: all 0.35s ease-in-out;
  }
  #wrap-groups #groups .group .group-buttons a + a {
    margin-top: 10px;
  }
  #wrap-groups #groups .group:nth-child(1), #wrap-groups #groups .group:nth-child(4) {
    transform: translatex(-50%);
  }
  #wrap-groups #groups .group:nth-child(2) {
    transform: translatey(-30%);
  }
  #wrap-groups #groups .group:nth-child(3), #wrap-groups #groups .group:nth-child(6) {
    transform: translatex(50%);
  }
  #wrap-groups #groups .group:nth-child(5) {
    transform: translatey(30%);
  }
  #wrap-groups #groups .group.done {
    transform: translate(0, 0);
  }
  #wrap-groups:after {
    content: " ";
    width: 100%;
    aspect-ratio: 1920/202;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  #wrap-groups #wrap-groups-wave {
    position: absolute;
    bottom: 1px;
    z-index: 6;
  }
  #wrap-groups #wrap-groups-wave svg {
    fill: var(--colour-dark-red);
    transform: rotate(180deg) scalex(-1);
  }
  @media (max-width: 760px) {
    #wrap-groups #wrap-groups-wave {
      height: 80px;
    }
  }
  @media (max-width: 460px) {
    #wrap-groups #wrap-groups-wave {
      height: 70px;
    }
  }
  #page-groups {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: var(--gap-2);
    justify-content: center;
    justify-items: center;
  }
  #page-groups .group {
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    max-width: 245px;
    width: 100%;
  }
  #page-groups .group .group-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 10px;
  }
  #page-groups .group .group-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #page-groups .group .group-image a img {
    position: absolute;
  }
  @media (max-width: 760px) {
    #page-groups {
      grid-template-columns: auto auto;
    }
  }
  @media (max-width: 500px) {
    #page-groups {
      grid-template-columns: 1fr;
    }
  }
  #wrap-partners .carousel-wrap-outer .carousel-prev .icon:before {
    font-size: 40px;
    transition: all 0.35s ease-in-out;
  }
  #wrap-partners .carousel-wrap-outer .carousel-next .icon:before {
    font-size: 40px;
    transition: all 0.35s ease-in-out;
  }
  #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap {
    grid-auto-columns: 14.2857142857%;
    justify-content: center;
  }
  #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap .content-item {
    aspect-ratio: 2/1;
  }
  #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap .content-item .item-image img {
    transform: scale(1);
  }
  #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap .content-item:hover .item-image img {
    transform: scale(1);
  }
  @media (max-width: 1300px) {
    #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap {
      grid-auto-columns: 16.6666666667%;
    }
  }
  @media (max-width: 1100px) {
    #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap {
      grid-auto-columns: 25%;
    }
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap {
    grid-template-columns: 1fr;
    grid-gap: var(--gap-4);
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item {
    aspect-ratio: unset;
    overflow: visible;
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in {
    display: grid;
    grid-template-columns: clamp(150px, 21vw, 400px) 1fr;
    grid-gap: var(--gap-2);
    grid-template-areas: "image title";
    height: auto;
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-title {
    position: relative;
    display: block;
    grid-area: title;
    justify-self: start;
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-title a {
    text-align: left;
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-image {
    grid-area: image;
    height: auto;
    aspect-ratio: 1;
    border-radius: 30px;
    display: block;
    position: relative;
  }
  #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item + .content-item:before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(var(--gap-2) * -1);
  }
  #wrap-content #page-wrapper.exc-shop .gallery-wrap .content-item .gallery-item-title {
    display: block;
  }
  #wrap-content #page-wrapper.exc-shop .gallery-wrap .content-item .gallery-item-image {
    border-radius: 30px;
  }
  footer {
    background: white;
    padding-bottom: 0 !important;
  }
  footer #wrap-footer-wave {
    position: absolute;
    top: 100%;
    transform: translatey(-100%);
  }
  footer #wrap-footer-wave svg {
    fill: var(--colour-light-grey);
    top: 17px;
  }
  footer #logob {
    margin: 0 auto;
    width: 235px;
    display: block;
    top: -50px;
  }
  footer #logob img {
    width: 100%;
    height: auto;
  }
  @media (max-width: 1300px) {
    footer #logob {
      width: 150px;
      top: -10px;
    }
  }
  footer #la {
    padding: 0;
  }
  footer #bottom-ball {
    width: 14vw;
    height: 9.6875vw;
    overflow: hidden;
    bottom: 0px;
    right: 0;
    position: absolute;
  }
  footer #bottom-ball img {
    width: 16vw;
    aspect-ratio: 1;
    height: auto;
  }
  .overlay-wrap .overlay-close {
    font-size: 50px;
    top: 30px;
    right: 30px;
  }
  .overlay-wrap .overlay-in {
    max-width: 500px;
  }
  .overlay-wrap .overlay-in #ologo img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .overlay-wrap .overlay-in h3 {
    font-style: italic;
  }
  .overlay-wrap .overlay-in > div {
    margin-bottom: 20px;
  }
  .overlay-wrap .overlay-in #form-signup .form-msg .form-msg-in {
    background: white;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
  }
  .overlay-wrap .overlay-in #form-signup .form-msg .form-msg-in.ok {
    background: #519b20;
    color: white;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields {
    grid-gap: var(--gap-1);
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap .form-field-msg {
    display: none;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap label {
    font-size: 15px;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap .form-field {
    border: 0;
    border-radius: 20px;
    background: white;
    padding: 8px 15px;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap.type-gdpr {
    height: 30px;
    grid-template-columns: 40px 1fr;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap.type-gdpr label {
    font-size: 12px;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap.type-gdpr label:before {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    left: -37px;
  }
  .overlay-wrap .overlay-in #form-signup .form-fields .form-field-wrap.type-gdpr input.form-field:checked ~ label:after {
    font-size: 23px;
    top: -5px;
    left: -29px;
  }
  .overlay-wrap .overlay-in #form-signup .form-buttons {
    margin-top: 20px;
  }
  .overlay-wrap .overlay-in #form-signup .form-buttons input {
    width: 200px;
    border-radius: 30px;
    font-style: italic;
    margin: 0 auto;
    padding: 10px 0;
  }
  .overlay-wrap .overlay-in #form-signup.status-3 .form-buttons {
    display: none;
  }
  .nav .lvl-0 > .submenu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    margin-top: -5px;
  }
  .nav .lvl-0:hover > .submenu {
    max-height: 1000px;
  }
  .nav .lvl-1 > a {
    font-size: 14px;
    color: white;
    display: block;
    padding: 7px 12px;
  }
  .nav .lvl-2 > a {
    font-size: clamp(13px, 0.78125vw, 15px);
  }
  .nav .submenu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
  }
  .nav .nav-item:hover > .submenu {
    max-height: 500px;
  }
  @media (max-width: 1100px) {
    #wrap-top #nav-trigger {
      display: grid;
    }
  }
  @media (max-width: 760px) {
    #wrap-top-bg #bg-top {
      background: var(--colour-dark-red) !important;
    }
    #wrap-top-bg #bg-bottom {
      background: var(--colour-dark-red) !important;
    }
    #wrap-top {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas: "bottom" "top";
      grid-template-rows: auto auto;
    }
    #wrap-top #top-bar {
      grid-area: top;
      width: 300px;
      margin: 0 auto;
      transform: translatex(50%);
    }
    #wrap-top #top-bar .wrapper {
      grid-template-columns: 1fr;
      grid-template-areas: "join" "phone";
      justify-content: center;
      justify-items: end;
      text-align: right;
    }
    #wrap-top #top-bar .wrapper #top-app {
      display: none;
    }
    #wrap-top #top-bar .wrapper #top-join {
      width: 200px;
      font-size: 20px;
      max-width: 1000px;
      padding: 10px 15px;
      border-radius: 30px;
    }
    #wrap-top #top-bar .wrapper #top-phone {
      font-size: 28px;
    }
    #wrap-top #top-bar .wrapper #top-phone .ic:before {
      font-size: 40px;
    }
    #wrap-top #top {
      grid-area: bottom;
    }
    #wrap-top #top .wrapper {
      grid-template-columns: 1fr;
      grid-template-areas: "text" "logo";
    }
    #wrap-top #top .wrapper #logo-container {
      height: auto;
    }
    #wrap-top #top .wrapper #logo-container #logo {
      transform: none;
      width: clamp(150px, 28vw, 235px);
    }
    #wrap-top #top #top-text2 {
      display: block;
      grid-area: text;
    }
    #wrap-top #nav-trigger {
      background: var(--colour-primary);
      top: 40px;
      left: 30px;
    }
    #wrap-top.nav-shown #nav-trigger {
      background: var(--colour-dark-red);
    }
    #wrap-social {
      display: none;
    }
    #wrap-player {
      width: 100vw;
      position: relative;
      top: 0;
      margin-top: -230px;
    }
    #wrap-player:after {
      content: " ";
      background: black;
      width: 100%;
      height: calc(100% - 225px);
      position: absolute;
      top: 225px;
      left: 0;
    }
    #wrap-player .wrapper {
      width: 100%;
      margin: 0 auto;
    }
    #wrap-player img[src*=pilkarz] {
      width: 86vw;
      max-width: 518px;
      left: -16vw;
      position: relative;
    }
    #wrap-player #top-ball {
      right: 0;
      width: 27vw;
      bottom: auto;
      top: 210px;
    }
    #wrap-player #top-ball img {
      width: 45vw;
    }
    #wrap-slideshow {
      aspect-ratio: 1920/900;
      min-height: auto;
      z-index: 28;
      margin-top: -100px;
    }
    #wrap-slideshow #wrap-slide-mobile-wave {
      display: block;
      z-index: 9999;
      top: -1px;
    }
    #wrap-slideshow #wrap-slide-mobile-wave .wave-cont {
      height: 80px;
    }
    #wrap-slideshow #wrap-slide-mobile-wave .wave-cont svg {
      fill: black;
      transform: scaley(-1);
    }
    #wrap-slideshow #slideshow {
      clip-path: none;
      width: 100%;
      margin: 0;
      height: 400px;
    }
    #wrap-slideshow #slideshow .slide img {
      transform: none !important;
    }
    #wrap-slideshow #wrap-content-wave {
      position: relative;
      background: black;
      transform: none;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us {
      top: -20px;
      text-align: center;
      width: 100%;
      left: 0;
      transform: none;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju1 {
      font-size: 40px;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju2 {
      font-size: 64px;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju2 a {
      display: block;
      margin: 20px auto 0 auto;
      top: auto;
      left: auto;
      width: 200px;
      font-size: 20px;
      padding: 15px 0;
      max-width: 1000px;
      border-radius: 30px;
    }
    #wrap-slideshow #wrap-content-wave .wave-cont {
      transform: translatey(-50%);
    }
    .wave {
      aspect-ratio: auto;
      height: auto;
    }
    .wave svg {
      width: 180%;
      left: -40%;
    }
    #wrap-content {
      z-index: 3;
    }
    #wrap-content h1 {
      text-align: center;
    }
    #wrap-content #page-wrapper #page-body.image-1 {
      grid-template-areas: "text" "image";
      grid-template-columns: 1fr;
    }
    #wrap-content #page-wrapper #page-body.image-1 #page-image {
      max-width: 500px;
      margin: 0 auto;
    }
    #wrap-news .wrapper .news-wrap {
      grid-template-columns: 1fr;
      margin-top: -50px;
    }
    #wrap-groups #groups {
      grid-template-columns: 1fr;
    }
    #wrap-groups #groups .group {
      max-width: 425px;
    }
    #wrap-partners .carousel-wrap-outer {
      margin-top: 30px;
    }
    #wrap-partners .carousel-wrap-outer .carousel-wrap-inner .gallery-wrap {
      grid-auto-columns: 33.3333333333%;
    }
  }
  @media (max-width: 600px) {
    #wrap-top #top-bar {
      transform: translatex(29%);
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju1 {
      font-size: 28px;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju2 {
      font-size: 42px;
    }
    #wrap-slideshow #wrap-content-wave #wave-join-us #wju2 a {
      font-size: 16px;
    }
  }
  @media (max-width: 500px) {
    #wrap-top #top-bar {
      transform: translatex(19%);
    }
    #wrap-player img[src*=pilkarz] {
      left: -22vw;
    }
    #wrap-player #top-ball {
      aspect-ratio: 10/18;
    }
    #wrap-player #top-ball img {
      width: 30vw;
    }
    #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in {
      grid-template-columns: 1fr;
      grid-template-areas: "title" "image";
    }
    #wrap-content #page-wrapper.exc-staff .gallery-wrap .content-item .content-item-in .gallery-item-title a {
      text-align: center;
    }
  }
}