@charset "UTF-8";
@layer utilities, defaults, project;
@layer project {
  :root {
    --colour-primary: #af4320;
    --colour-secondary: #181514;
    --colour-white: #ffffff;
    --colour-black: #000000;
    --wrapper-width: 1400px;
  }
  :root .colour-primary, :root #wrap-gallery h2, :root #wrap-menu #menu-content #menu-left select, :root #wrap-menu #menu-content #menu-left a.active, :root #reserve #reserve-title, :root #reserve #freserve-title, :root #freserve #reserve-title, :root #freserve #freserve-title, :root h1.header span {
    color: var(--colour-primary);
  }
  :root .bg-primary, :root #reserve a, :root #freserve a, :root h1.header span: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 .nav .lvl-0.active > a, :root .nav .lvl-0:hover > a, :root #reserve a span.ic:before, :root #freserve a span.ic:before, :root body #wrap-nav #wrap-nav-x:hover {
    color: var(--colour-secondary);
  }
  :root .bg-secondary, :root footer #flogo, :root #wrap-menu #menu-content:before, :root #logo, :root body, :root html {
    background-color: var(--colour-secondary);
  }
  :root .text-secondary {
    color: var(--colour-secondary);
  }
  :root .border-secondary {
    border-color: var(--colour-secondary);
  }
  :root .colour-white, :root .nav .lvl-0 > a, :root footer #fpompa, :root #wrap-images .wrapper .image-one, :root #wrap-content #page-wrapper #page-content, :root #wrap-menu #menu-header span, :root #reserve a, :root #freserve a, :root #pompa, :root body #wrap-nav #wrap-nav-x, :root #cookie-info #cookie-info-accept {
    color: var(--colour-white);
  }
  :root .bg-white, :root #wrap-menu #menu-content, :root #wrap-menu #menu-header, :root .mfp-close, :root #wrap-top #nav-trigger > span, :root #cookie-info-wrap {
    background-color: var(--colour-white);
  }
  :root .text-white {
    color: var(--colour-white);
  }
  :root .border-white {
    border-color: var(--colour-white);
  }
  :root .colour-black {
    color: var(--colour-black);
  }
  :root .bg-black {
    background-color: var(--colour-black);
  }
  :root .text-black {
    color: var(--colour-black);
  }
  :root .border-black {
    border-color: var(--colour-black);
  }
  @media (max-width: 1600px) {
    :root {
      --wrapper-width: 90%;
    }
  }
  @media (max-width: 1100px) {
    :root {
      --wrapper-width: 90%;
    }
  }
}
@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: #af4320;
    --secondary: #181514;
  }
  @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, .nav .lvl-0 > a, footer #fpompa, #wrap-images .wrapper .image-one, #wrap-content #page-wrapper #page-content, #wrap-menu #menu-header span, #reserve a, #freserve a, #pompa, body #wrap-nav #wrap-nav-x, #cookie-info #cookie-info-accept {
    color: var(--colour-white);
  }
  .bg-white, #wrap-menu #menu-content, #wrap-menu #menu-header, .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: "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;
}
@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;
}
@layer utilities {
  .size-10 {
    font-size: 10px;
  }
  .size-11 {
    font-size: 11px;
  }
  .size-12 {
    font-size: 12px;
  }
  .size-13, #la {
    font-size: 13px;
  }
  .size-14 {
    font-size: 14px;
  }
  .size-15 {
    font-size: 15px;
  }
  .size-16 {
    font-size: 16px;
  }
  .size-17, body, html {
    font-size: 17px;
  }
  .size-18 {
    font-size: 18px;
  }
  .size-19 {
    font-size: 19px;
  }
  .size-20 {
    font-size: 20px;
  }
  .size-21 {
    font-size: 21px;
  }
  .size-22 {
    font-size: 22px;
  }
  .size-23, #wrap-menu #menu-content #menu-right, #wrap-menu #menu-content #menu-left a {
    font-size: 23px;
  }
  .size-24 {
    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, #reserve a span.ic:before, #freserve a span.ic:before, #reserve a, #freserve a, #reserve #reserve-title, #reserve #freserve-title, #freserve #reserve-title, #freserve #freserve-title, h1.header span {
    font-size: 30px;
  }
  .size-31 {
    font-size: 31px;
  }
  .size-32 {
    font-size: 32px;
  }
  .size-33 {
    font-size: 33px;
  }
  .size-34 {
    font-size: 34px;
  }
  .size-35 {
    font-size: 35px;
  }
  .size-36 {
    font-size: 36px;
  }
  .size-37 {
    font-size: 37px;
  }
  .size-38 {
    font-size: 38px;
  }
  .size-39 {
    font-size: 39px;
  }
  .size-40, #wrap-images .wrapper .image-one {
    font-size: 40px;
  }
  .size-41 {
    font-size: 41px;
  }
  .size-42 {
    font-size: 42px;
  }
  .size-43 {
    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, .nav .lvl-0 > a, #wrap-gallery h2, #text {
    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 {
    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, footer #fpompa, body #wrap-nav #wrap-nav-x {
    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, #wrap-menu #menu-header {
    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, #cookie-info > span {
    text-align: left;
  }
  .align-center, #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 {
    text-align: right;
  }
  .align-justify, #page-content {
    text-align: justify;
  }
  /* Font weight */
  .bold {
    font-weight: bold;
  }
  .normal {
    font-weight: normal !important;
  }
  /* Disply */
  .block, #wrap-content #page-wrapper #page-left #content-navigation .content-nav-link .title, #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, #wrap-top #nav-trigger {
    cursor: pointer;
  }
  /* Text capitalisation */
  .upper, .nav .lvl-0 > a, #wrap-images .wrapper .image-one, #wrap-gallery h2, #wrap-menu #menu-content #menu-left select, h1.header span, #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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: "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;
  }
  .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: 1920px) {
    #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: 1920px) {
    #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: 1920px) {
    #slideshow .slide-text {
      display: none;
    }
  }
  @media (max-width: 1920px) {
    #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: 1920px) {
    #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;
  }
}
@font-face {
  font-family: "rubik";
  src: url("https://use.typekit.net/af/dc2a37/0000000000000000774ed06c/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/dc2a37/0000000000000000774ed06c/31/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/dc2a37/0000000000000000774ed06c/31/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/f539b0/0000000000000000774ed06b/31/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "adobe-handwriting-ernie";
  src: url("https://use.typekit.net/af/36cae2/00000000000000007735b601/31/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/36cae2/00000000000000007735b601/31/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/36cae2/00000000000000007735b601/31/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@layer project {
  .font-pri, #wrap-menu #menu-content #menu-left select option, #wrap-menu #menu-content #menu-left select, body, html {
    font-family: "rubik";
  }
  .font-bold, #wrap-gallery h2, #wrap-menu #menu-content #menu-left a, body #wrap-nav #wrap-nav-x {
    font-family: "rubik";
    font-weight: 700;
  }
  .font-hand, #wrap-menu #menu-header, #text {
    font-family: "adobe-handwriting-ernie";
  }
  .size-13px {
    font-size: 13px;
  }
  .size-15px {
    font-size: 15px;
  }
  .size-17, body, html {
    font-size: clamp(15px, 0.8854166667vw, 17px);
  }
  .size-20, .size-20px {
    font-size: clamp(17px, 1.0416666667vw, 20px);
  }
  .size-23, #wrap-menu #menu-content #menu-right, #wrap-menu #menu-content #menu-left a {
    font-size: clamp(20px, 1.1979166667vw, 23px);
  }
  .size-30, #reserve a span.ic:before, #freserve a span.ic:before, #reserve a, #freserve a, #reserve #reserve-title, #reserve #freserve-title, #freserve #reserve-title, #freserve #freserve-title, h1.header span {
    font-size: clamp(24px, 1.5625vw, 30px);
  }
  .size-40, #wrap-images .wrapper .image-one {
    font-size: clamp(28px, 2.0833333333vw, 40px);
  }
  .size-58, .nav .lvl-0 > a, #wrap-gallery h2, #text {
    font-size: clamp(40px, 3.0208333333vw, 58px);
  }
  .size-72, footer #fpompa, body #wrap-nav #wrap-nav-x {
    font-size: clamp(60px, 3.75vw, 72px);
  }
  .size-92, #wrap-menu #menu-header {
    font-size: clamp(60px, 4.7916666667vw, 92px);
  }
  .size-123, #pompa {
    font-size: clamp(70px, 6.40625vw, 123px);
  }
  .wrap {
    padding: var(--gap-4) 0;
  }
  .wrapper {
    width: var(--wrapper-width);
    transition: color 2s ease-in-out;
  }
  .header {
    margin-bottom: var(--gap-2);
  }
  h1.header span:after {
    width: 60%;
    max-width: 130px;
    min-width: 80px;
    height: 4px;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 5px);
  }
  #wrap-top {
    position: absolute;
    width: 100%;
    background: transparent;
  }
  #top {
    grid-template-columns: 1fr;
    grid-template-areas: "navlogo" "social" "slidetext" "reserve" "text";
    justify-content: start;
    grid-row-gap: 10px;
    padding: 25px 0 0 0;
  }
  #wcag {
    grid-area: wcag;
  }
  #navlogo {
    grid-area: navlogo;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    grid-gap: var(--gap-2);
    justify-items: start;
    grid-template-areas: "trigger logo";
  }
  #logo {
    width: clamp(170px, 8.85vw, 206px);
    padding: 25px;
    border-radius: 100%;
    justify-self: start;
    grid-area: logo;
    justify-self: start;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  body #wrap-nav {
    display: block;
    width: 100%;
    z-index: -1;
    height: 0px;
    transition: all 0.35s ease-in-out;
    opacity: 0%;
    text-align: center;
    padding: var(--gap-2) 0;
    clip-path: ellipse(59% 90% at 50% 0%);
    background: rgba(156, 56, 23, 0.96);
    top: 0;
  }
  body #wrap-nav #nav-logo {
    margin: 0 auto;
    width: clamp(120px, 8.85vw, 206px);
    display: block;
  }
  body #wrap-nav #nav-logo img {
    width: 100%;
    height: auto;
  }
  body #wrap-nav #wrap-nav-x {
    position: absolute;
    top: var(--gap-2);
    left: var(--gap-4);
    transition: all 0.35s ease-in-out;
    cursor: pointer;
  }
  @media (max-width: 1000px) {
    body #wrap-nav {
      clip-path: ellipse(70% 90% at 50% 0%);
    }
  }
  @media (max-width: 800px) {
    body #wrap-nav {
      clip-path: ellipse(85% 90% at 50% 0%);
    }
  }
  @media (max-width: 600px) {
    body #wrap-nav {
      clip-path: ellipse(92% 90% at 50% 0%);
    }
  }
  @media (max-width: 500px) {
    body #wrap-nav {
      clip-path: ellipse(145% 90% at 50% 0%);
    }
  }
  body.nav-shown #wrap-nav:not(.hide) {
    z-index: 9999;
    height: 700px;
    opacity: 100%;
  }
  @media (min-height: 700px) {
    body.nav-shown #wrap-nav:not(.hide) {
      height: 100vh;
    }
  }
  #nav-trigger {
    background: transparent;
    position: relative;
    align-self: center;
    grid-area: trigger;
  }
  #nav-trigger span {
    width: 54px;
    border-radius: 5px;
  }
  #wrap-social {
    grid-area: social;
    display: flex;
    align-self: start;
  }
  #wrap-social a {
    display: block;
    padding: 0px;
    margin: 0;
    width: 54px;
    text-align: center;
  }
  #wrap-social a:before {
    color: white;
    font-size: 36px;
  }
  #wrap-slideshow {
    width: 100%;
  }
  #wrap-slideshow #slide-overlay {
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    z-index: 111;
    fill: var(--colour-secondary);
  }
  #wrap-slideshow #slide-overlay-mobile {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    fill: var(--colour-secondary);
    z-index: 111;
  }
  #wrap-slideshow #slideshow {
    height: 100%;
    aspect-ratio: 1920/969;
  }
  #wrap-slideshow #slideshow .slide .slide-text {
    /* Hide on mobile as slideshow is too small */
  }
  @media (max-width: 1920px) {
    #wrap-slideshow #slideshow .slide .slide-text {
      display: none;
    }
  }
  @media (max-width: 1300px) {
    #wrap-slideshow {
      overflow-x: hidden;
    }
    #wrap-slideshow #slide-overlay {
      width: 150%;
      left: -25%;
      top: -50px;
    }
    #wrap-slideshow #slideshow {
      height: 640px;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 1000px) {
    #wrap-slideshow #slide-overlay {
      width: 200%;
      left: -50%;
    }
  }
  #pompa {
    width: 100%;
    left: -9px;
    grid-area: slidetext;
    display: block;
  }
  #reserve, #freserve {
    grid-area: reserve;
    margin: var(--gap-2) 0;
  }
  #reserve a, #freserve a {
    display: inline-block;
    padding: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-right: 15px;
    margin-top: 10px;
  }
  #reserve a span.ic, #freserve a span.ic {
    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;
    top: 3px;
    margin-right: 5px;
  }
  #reserve a span.ic::before, #freserve a span.ic::before {
    color: var(--colour-black);
    transition: all 0.35s ease-in-out;
    content: "\e93a";
  }
  #reserve a span.ic:hover:before, #freserve a span.ic:hover:before {
    color: inherit;
  }
  #text {
    color: white;
    max-width: 650px;
    line-height: 1.2;
    margin-top: var(--gap-2);
    width: 50%;
  }
  #wrap-menu {
    background: url("project-assets/images/menu_bg.webp") no-repeat top center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }
  #wrap-menu:before {
    content: " ";
    background: url("project-assets/images/menu_shape.png") no-repeat top center;
    width: 100%;
    height: 200px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrap-menu #menu-header {
    line-height: 100%;
    background-image: url("project-assets/images/menu_shape.png");
    background-size: cover;
    background-position: top center;
    padding: 15px 0 5px 0;
    background-repeat: no-repeat;
  }
  #wrap-menu #menu-header span {
    top: 10px;
    left: 60%;
  }
  #wrap-menu #menu-content {
    padding: var(--gap-4);
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-areas: "left right";
    grid-gap: var(--gap-3);
  }
  #wrap-menu #menu-content:before {
    content: " ";
    width: 8px;
    height: calc(100% - var(--gap-4) * 2);
    top: var(--gap-4);
    position: absolute;
    left: calc(var(--gap-4) + 200px);
  }
  #wrap-menu #menu-content #menu-left {
    grid-area: left;
  }
  #wrap-menu #menu-content #menu-left a {
    display: block;
    padding-right: 20px;
  }
  #wrap-menu #menu-content #menu-left a + a {
    margin-top: 20px;
  }
  #wrap-menu #menu-content #menu-left select {
    width: 100%;
    border: 0;
    font-size: 30px;
    display: none;
    margin-bottom: 10px;
    background: white;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--colour-primary);
  }
  #wrap-menu #menu-content #menu-left select option {
    font-size: 24px;
    text-align: center;
    color: black;
  }
  #wrap-menu #menu-content #menu-right {
    grid-area: right;
  }
  #wrap-menu #menu-content #menu-right table {
    width: 100%;
  }
  #wrap-menu #menu-content #menu-right table tr td:nth-child(2) {
    text-align: right;
    width: 130px;
  }
  #wrap-menu #menu-content #menu-right table tr + tr td {
    padding-top: var(--gap-1);
  }
  #wrap-menu .wrapper:after {
    content: " s";
    height: 110px;
    width: 100%;
    background: url("project-assets/images/menu_shape.png") white no-repeat top center;
    background-size: cover;
    transform: rotate(180deg);
    display: block;
  }
  #wrap-menu:after {
    height: 400px;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(1800deg, var(--colour-secondary) 20%, rgba(255, 255, 255, 0) 100%);
  }
  body.home #wrap-content {
    padding-top: 160px;
  }
  body.home #wrap-content #page-wrapper {
    grid-template-areas: "header image" "content image";
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 var(--gap-2);
    align-items: start;
    grid-template-rows: 80px 1fr;
  }
  body.home #wrap-content #page-wrapper .page-image {
    margin-top: -50%;
  }
  body.home #wrap-content #page-wrapper #page-body #page-content {
    text-align: left;
  }
  .page-image {
    grid-area: image;
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1;
    border: 3px solid white;
  }
  .page-image .page-image-in {
    border-radius: 100%;
    width: calc(100% - 30px);
    aspect-ratio: 1;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 15px;
  }
  .page-image .page-image-in img {
    position: absolute;
  }
  #wrap-content #page-wrapper.no-image {
    padding-top: 40px;
  }
  @media (max-width: 1400px) {
    #wrap-content #page-wrapper.no-image {
      padding-top: 80px;
    }
  }
  @media (max-width: 700px) {
    #wrap-content #page-wrapper.no-image {
      padding-top: 0px;
    }
  }
  #wrap-content #page-wrapper #page-body {
    /* Gap between elements of the page body */
  }
  #wrap-content #page-wrapper #page-body .page-body-element + .page-body-element {
    margin-top: var(--gap-2);
  }
  #wrap-gallery h2 {
    text-align: center;
    margin: var(--gap-2) 0;
  }
  #wrap-images {
    padding-top: 0;
    padding-bottom: 0;
  }
  #wrap-images .wrapper {
    grid-template-columns: 28% 37% 28%;
    grid-gap: var(--gap-2);
    display: grid;
    align-items: center;
  }
  #wrap-images .wrapper .image-one {
    overflow: visible;
    text-align: center;
  }
  #wrap-images .wrapper .image-one .page-image {
    margin-bottom: 15px;
  }
  #wrap-gallery .carousel-wrap-outer .gallery-wrap {
    grid-auto-columns: calc((100% - var(--gap-2) * 2) / 3);
    grid-auto-flow: column;
    grid-gap: var(--gap-2);
    grid-template-columns: none;
    left: 0px;
    transition: left 0.35s ease-in-out;
  }
  @media (max-width: 1000px) {
    #wrap-gallery .carousel-wrap-outer .gallery-wrap {
      grid-auto-columns: calc((100% - (var(--gap-2))) / 2);
    }
  }
  @media (max-width: 600px) {
    #wrap-gallery .carousel-wrap-outer .gallery-wrap {
      grid-auto-columns: 100%;
    }
  }
  #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item {
    width: 100%;
    height: 100%;
    border: 2px solid white;
    border-radius: 100%;
  }
  #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item .content-item-in {
    width: calc(100% - 20px);
    aspect-ratio: 1;
    border-radius: 100%;
    overflow: hidden;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item .content-item-in a img, #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item .content-item-in div img {
    transform: scale(1);
  }
  #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item .content-item-in a:hover img, #wrap-gallery .carousel-wrap-outer .gallery-wrap .content-item .content-item-in div:hover img {
    transition: none;
    transform: scale(1);
  }
  #wrap-gallery .carousel-wrap-outer .carousel-prev .icon::before, #wrap-gallery .carousel-wrap-outer .carousel-next .icon::before {
    color: white;
  }
  footer {
    text-align: center;
    padding-bottom: var(--gap-1) !important;
  }
  footer * {
    z-index: 4;
  }
  footer:before {
    content: " ";
    width: 100%;
    height: 100%;
    clip-path: ellipse(70% 145% at 50% 180%);
    background: black;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer #flogo {
    width: 210px;
    height: auto;
    display: block;
    margin: 0 auto var(--gap-2) auto;
    border-radius: 100%;
    padding: 25px;
  }
  footer #flogo img {
    width: 100%;
    height: auto;
  }
  footer #freserve {
    margin-bottom: var(--gap-1);
  }
  footer #la:hover {
    color: white;
  }
  .nav {
    width: 100%;
  }
  .nav .lvl-0 {
    margin-top: var(--gap-2);
  }
  .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: 700px) {
    #wrap-top {
      position: relative;
    }
    #wrap-top:before {
      content: " ";
      height: 200px;
      width: 100%;
      background: linear-gradient(180deg, rgb(24, 21, 20) 0%, rgb(24, 21, 20) 35%, rgba(255, 255, 255, 0) 100%);
      z-index: 3;
      position: absolute;
      top: 0;
      left: 0;
    }
    #wrap-top #top {
      grid-template-columns: 1fr;
      grid-template-areas: "navlogo" "slidetext" "reserve" "text";
    }
    #wrap-top #top #navlogo {
      grid-template-columns: 1fr;
      justify-content: center;
      grid-template-areas: "logo";
    }
    #wrap-top #top #nav-trigger {
      position: absolute;
      width: 80px;
      top: 50%;
      left: 0;
      transform: translatey(-50%);
    }
    #wrap-top #top #wrap-social {
      position: absolute;
      top: 107px;
      right: 0;
      transform: translatey(-50%);
    }
    #wrap-top #top #pompa {
      width: 300px;
      margin-top: 400px;
      font-size: 75px;
    }
    #wrap-top #top #reserve {
      width: 100%;
      text-align: right;
    }
    #wrap-top #top #reserve #reserve-title {
      font-size: 36px;
    }
    #wrap-top #top #reserve a {
      font-size: 40px;
      left: calc(5% + 3px);
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      padding-left: 20px;
    }
    #wrap-top #top #reserve a .ic {
      left: 5px;
      top: 8px;
    }
    #wrap-top #top #reserve a .ic:before {
      font-size: 40px;
    }
    #wrap-top #top #text {
      width: 100%;
    }
    #wrap-nav {
      padding-top: 50px !important;
    }
    #wrap-slideshow {
      position: absolute;
      top: 0px;
    }
    #wrap-slideshow #slideshow {
      height: 770px;
      margin-bottom: 0;
    }
    #wrap-slideshow #slide-overlay {
      display: none;
    }
    #wrap-slideshow #slide-overlay-mobile {
      display: block;
      height: 770px;
      display: block;
      width: 100%;
    }
    body.home #wrap-content {
      padding-top: var(--gap-4);
    }
    body.home #wrap-content #page-wrapper {
      grid-template-columns: 1fr;
      grid-template-areas: "header" "content" "image";
    }
    body.home #wrap-content #page-wrapper #page-header h1.header span {
      font-size: 36px;
    }
    body.home #wrap-content #page-wrapper #page-body #page-content {
      font-size: 24px;
    }
    body.home #wrap-content #page-wrapper .page-image-wrap {
      overflow: hidden;
      margin-top: var(--gap-2);
      width: 111.1111111111%;
      left: -5.5555555556%;
      aspect-ratio: 1/1.27;
    }
    body.home #wrap-content #page-wrapper .page-image-wrap .page-image {
      width: 127%;
      left: -13.5%;
      margin-top: 0;
    }
    #wrap-menu .wrapper {
      width: 100%;
    }
    #wrap-menu #menu-header {
      font-size: 90px;
      text-align: center;
    }
    #wrap-menu #menu-header span {
      top: 0;
      left: 0;
    }
    #wrap-menu #menu-content {
      grid-template-columns: 1fr;
      grid-template-areas: "left" "right";
    }
    #wrap-menu #menu-content:before {
      display: none;
    }
    #wrap-menu #menu-content #menu-left a {
      display: none;
    }
    #wrap-menu #menu-content #menu-left select {
      display: block;
    }
    #wrap-images .wrapper {
      grid-template-columns: 1fr;
    }
    #wrap-images .wrapper .image-one:nth-child(2) {
      overflow: hidden;
      margin-top: var(--gap-2);
      width: 111.1111111111%;
      left: -5.5555555556%;
      aspect-ratio: 1/1.45;
      font-size: 40px;
    }
    #wrap-images .wrapper .image-one:nth-child(2) .page-image {
      width: 127%;
      left: -13.5%;
      margin-top: 0;
    }
    footer:before {
      display: none;
    }
    footer #fpompa {
      max-width: 300px;
      font-size: 60px;
      margin: 0 auto;
    }
    footer #freserve {
      width: 100%;
      text-align: right;
    }
    footer #freserve #freserve-title {
      font-size: 36px;
    }
    footer #freserve a {
      font-size: 40px;
      left: calc(5% + 3px);
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      padding-left: 20px;
    }
    footer #freserve a .ic {
      left: 5px;
      top: 8px;
    }
    footer #freserve a .ic:before {
      font-size: 40px;
    }
  }
}