@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../assets/fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../assets/fonts/gotham/Gotham-Light.woff2") format("woff2"), url("../assets/fonts/gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SeituRegular";
  src: url("../assets/fonts/SeituRegular/font.woff2") format("woff2"), url("../assets/fonts/SeituRegular/font.woff") format("woff");
}
@font-face {
  font-family: "SeituLight";
  src: url("../assets/fonts/SeituLight/font.woff2") format("woff2"), url("../assets/fonts/SeituLight/font.woff") format("woff");
}
@font-face {
  font-family: "SeituBold";
  src: url("../assets/fonts/SeituBold/font.woff2") format("woff2"), url("../assets/fonts/SeituBold/font.woff") format("woff");
}
@font-face {
  font-family: "SeituExtraBold";
  src: url("../assets/fonts/SeituExtraBold/font.woff2") format("woff2"), url("../assets/fonts/SeituExtraBold/font.woff") format("woff");
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

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

svg {
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible {
  outline: 1px solid #f90;
  outline-color: #f90;
  border-radius: 2px;
}

.skip-link {
  padding: 8px;
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: #f1f1f1;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

*:focus-visible {
  outline: 2px dotted #f90;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #f90;
  outline: 2px solid;
  outline-offset: -2px;
  border-radius: 2px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
html.has-nav-expanded footer,
html.has-nav-expanded main {
  pointer-events: none;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-variant-ligatures: no-common-ligatures;
  font-size: 1.8rem;
  color: #595959;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.hide {
  display: none !important;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li::marker {
  font-size: 27px;
  color: #000;
}

ol li::marker {
  color: #000;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 2.5ch !important;
}

ol li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

header,
footer {
  padding-left: 10vw !important;
  padding-right: 10vw !important;
}

main {
  overflow-x: hidden;
}

#sidebar {
  margin-bottom: var(--spacer);
}

@media (min-width: 1024px) {
  #content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .has-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }
  .has-sidebar #content {
    width: calc(100% - 28rem);
  }
  .has-sidebar #sidebar {
    width: 22rem;
  }
  .has-sidebar.sidebar-left {
    flex-direction: row-reverse;
  }
}
header {
  padding: 20px 0;
  background: #F3E7D7;
  transition: box-shadow 0.35s ease-in-out;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 60px;
  margin: 0;
  position: relative;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease-in-out;
}
header .branding a {
  display: block;
}
header .branding svg > path {
  transform: fill 0.35s ease-in-out;
}
header #sitenav .menu > li > a {
  color: #595959;
}
header #sitenav .menu a {
  display: #595959;
  font-size: var(--wp--preset--font-size--font-18);
}
header > .wrap {
  position: relative;
}
header > .wrap .search-site {
  position: absolute;
  top: 0;
  right: 42px;
}
header > .wrap .search-site > a {
  display: block;
  height: 29px;
}
header > .wrap .search-site > a svg {
  width: 29px;
  height: 29px;
}
header > .wrap .search-site > a .search-icon {
  display: block;
  padding-right: 14px;
  position: relative;
}
header > .wrap .search-site > a .search-icon:before {
  content: "";
  display: block;
  width: 1px;
  background: #595959;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
}
header > .wrap .search-site > a .search-label {
  display: none;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 26px;
    padding: 12px 0;
    background: none;
    border: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #000;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #000;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header.sticky:not(.menu-open) #nav-expander .bar {
    background: #EE583F;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #EE583F;
  }
  header .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px 10vw 30px 10vw;
    background: #ECDDC9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li a {
    display: block;
    color: #000;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    color: #EE583F;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 1ch 0;
    border-bottom: 1px solid #E0D0BA;
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    margin: 0.7ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #EE583F;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    color: #595959;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:before {
    content: "- ";
    color: #B6AD38;
    padding-right: 0.4ch;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.918' height='9.159' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' data-name='Path 9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: #ECDDC9;
    position: absolute;
    top: -20px;
    bottom: 0;
    left: -10vw;
    right: -10vw;
  }
  header.menu-open #sitenav {
    padding-top: 100px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header > .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    align-items: center;
    justify-content: space-between;
    padding-right: 170px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  header > .wrap {
    padding-right: 180px;
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  header > .wrap {
    padding-right: 200px;
  }
}
@media (min-width: 1024px) {
  header > .wrap .search-site {
    top: 15px;
    right: 0;
  }
  header > .wrap .search-site > a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  header > .wrap .search-site > a .search-icon {
    padding-right: 12px;
  }
  header > .wrap .search-site > a .search-label {
    display: block;
  }
  header .branding {
    width: 76px;
    z-index: 9;
  }
  header .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  header .menu {
    gap: 65px;
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  header .menu {
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  header .menu li {
    margin: 0;
  }
  header .menu > li {
    padding: 0;
    position: relative;
    transition: padding 0.35s ease-in-out;
  }
  header .menu > li > a {
    position: relative;
  }
  header .menu > li.current-menu-item > a:before, header .menu > li.current-menu-ancestor > a:before {
    border-color: #FFBA00;
  }
  header .menu > li:hover > .child-menu, header .menu > li:active > .child-menu, header .menu > li:focus > .child-menu, header .menu > li:focus-visible > .child-menu, header .menu > li.in-focus > .child-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 999;
  }
  header .menu > li.style-1:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='13' viewBox='0 0 90 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10L11.5063 3L20.0127 10L31.7089 3L39.1519 10L50.8481 3L58.8228 10L69.4557 3L78.4937 10L87 3' stroke='%23EE583F' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu > li.style-2:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='13' viewBox='0 0 54 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 4C43.6863 7.77312 25.647 13.0555 4 4H50Z' fill='%23F7B3CC' stroke='%23F7B3CC' stroke-width='7' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu > li.style-3:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='89' height='7' viewBox='0 0 89 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='13.3772' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='3.00307' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='44.5001' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='75.6227' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='23.7516' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='54.8743' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='85.9968' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='34.1258' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3Cellipse cx='65.2484' cy='3.45923' rx='3.00307' ry='3.45923' fill='%239EAEF9'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu > li.style-4:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='92' height='10' viewBox='0 0 92 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.75697C3 4.75697 7.03319 1.08168 12.6486 4.75697C17.3488 7.8217 18.9156 6.72031 22.1266 4.75697C25.3377 2.79362 27.8196 2.06335 31.6822 4.75697C35.5758 7.46255 37.3907 7.21115 41.3308 4.75697C43.5336 3.38023 46.5895 1.99152 50.8088 4.75697C55.3384 7.72593 56.8741 6.95974 60.3644 4.75697C64.0408 2.43447 67.1898 2.76968 69.9199 4.69711C75.1165 8.34845 77.3193 6.09779 79.4755 4.75697C84.9513 1.35703 87.0455 4.07458 89 4.75697' stroke='%23B6AD38' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .menu > li.style-5:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='123' height='6' viewBox='0 0 123 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L120 2.99999' stroke='%23FFBE3A' stroke-width='6' stroke-linecap='round' stroke-dasharray='8 8'/%3E%3C/svg%3E%0A");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .child-menu {
    min-width: 280px;
    background: #F3E7D7;
    padding: 0 20px 20px 20px;
    margin-left: -20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
  }
  header .child-menu li {
    margin: 0;
    padding: 0.3ch 0;
  }
  header .child-menu a {
    padding: 0.2ch 0;
    transition: color 0.35s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #9EAEF9;
  }
  header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: #9EAEF9;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  header .child-menu li {
    margin: 0;
    padding: 0.3ch 0;
  }
  header .child-menu a {
    padding: 0.2ch 0;
    transition: color 0.35s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #9EAEF9;
  }
  header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: #9EAEF9;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
}
footer {
  margin: var(--wp--preset--spacing--xl) 0 0 0;
  padding: var(--wp--preset--spacing--xl) 0;
  background: #D03D27;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
footer .social-links__link {
  display: block;
}
footer .social-links svg {
  width: 30px;
}
@media (min-width: 782px) {
  footer .columns .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }
  footer .columns .wrap .col-1 {
    width: calc(100% - 250px);
  }
  footer .columns .wrap .col-2 {
    width: 220px;
  }
}

.b2t {
  opacity: 0;
  position: fixed;
  bottom: -30px;
  right: 20px;
  z-index: 99;
  transition: all 0.35s ease-in-out;
}
.b2t.active {
  opacity: 1;
  bottom: -2px;
}

#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--l);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child a {
  font-size: var(--wp--preset--font-size--font-20);
  color: #000;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: #9EAEF9;
}
#sidebar ul a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 1ch 0;
  transition: color 0.35s ease-in-out;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #000;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #000;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  gap: 5px;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #595959;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .b2blog .btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
}
#sidebar .b2blog .btn:hover, #sidebar .b2blog .btn:active, #sidebar .b2blog .btn:focus {
  color: #EE583F;
  background: transparent;
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.35s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #000;
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .page-id-658 #sidebar .widget-area {
    position: relative;
    top: 0;
  }
}
.single-arhivs .banner-aktualitates {
  padding-bottom: 0;
  /* margin-bottom: -50px; */
}
.single-arhivs h2.title {
  display: inline-block;
  font-family: "SeituBold", sans-serif;
  font-size: var(--wp--preset--font-size--font-22);
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
  color: #000;
  position: relative;
}
.single-arhivs h2.title strong {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.single-arhivs h2.title span {
  display: block;
  width: 100%;
  height: 0.75ch;
  position: absolute;
  bottom: 0.25ch;
  left: 0;
  z-index: 1;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-arhivs .inner {
  background: #ECDDC9;
  border-radius: 18px;
  padding: 3rem;
  position: relative;
}
.single-arhivs .inner .btn-back {
  display: inline-flex;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #595959;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  transition: color .25s ease;
}
.single-arhivs .inner .btn-back:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin: -2px 1rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L0.999999 7' stroke='%23595959' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L7 13' stroke='%23595959' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.single-arhivs .inner .btn-back:hover {
  color: #ee583f;
}
@media (min-width: 1024px) {
  .single-arhivs .inner {
    padding: 6rem 6rem 10rem 6rem;
  }
  .single-arhivs .inner .btn-back {
    bottom: 3rem;
    right: 4rem;
  }
}

.banner-aktualitates,
.banner-page {
  padding-top: 0;
}
.banner-aktualitates .wp-block-image,
.banner-page .wp-block-image {
  width: 60%;
  max-width: 252px;
  margin: 0 auto 3rem auto;
}
.banner-aktualitates .wp-block-video,
.banner-page .wp-block-video {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 3rem auto;
}
@media (min-width: 782px) {
  .banner-aktualitates,
  .banner-page {
    min-height: 400px;
    padding-top: 80px;
    position: relative;
  }
  .banner-aktualitates .wp-block-image,
  .banner-aktualitates .wp-block-video,
  .banner-page .wp-block-image,
  .banner-page .wp-block-video {
    position: absolute;
    /* top: 0;
    right: 10vw; */
    top: 120px;
    right: 8vw;
  }

  .banner-aktualitates .wp-block-image, 
  .banner-page .wp-block-image {
    width: 50%;
    max-width: 445px;
  }
}

@media (min-width: 1460px) {
  .banner-aktualitates .wp-block-image,
  .banner-aktualitates .wp-block-video,
  .banner-page .wp-block-image,
  .banner-page .wp-block-video {
    right: 110px;
  }
}

.banner-page-small {
  padding-bottom: 0;
}
.banner-page-small h2 {
  margin-bottom: 0 !important;
}

.single .banner-aktualitates h3 {
  text-align: center;
  margin-bottom: 1.5ch;
}
.single .banner-aktualitates h3 + p {
  font-size: var(--wp--preset--font-size--font-18);
  font-family: "SeituLight", sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0;
  color: #000;
}
@media (min-width: 782px) {
  .single .banner-aktualitates h3 {
    padding: 0 240px;
  }
  .single .banner-aktualitates h3 + p {
    padding: 0 240px;
  }
}
.single .wrapper {
  padding-top: var(--wp--preset--spacing--normal) !important;
}

.banner-aptaujas {
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
  padding: 0;
}
.banner-aptaujas .wp-block-image {
  text-align: center;
}
.banner-aptaujas .contact-details {
  padding: 0;
  max-width: 33rem;
  margin: 2rem auto 0 auto !important;
}
.banner-aptaujas .contact-details p + p.is-style-email {
  margin-top: 0 !important;
}
.banner-aptaujas .inner {
  text-align: center;
}
@media (min-width: 600px) {
  .banner-aptaujas .inner {
    max-width: 62rem;
    text-align: left;
    position: relative;
    padding-left: 190px !important;
  }
  .banner-aptaujas .inner .wp-block-image {
    position: absolute;
    top: 60px;
    left: var(--wp--preset--spacing--normal);
  }
}
@media (min-width: 1024px) {
  .banner-aptaujas {
    position: relative;
  }
  .banner-aptaujas > .wp-block-image {
    position: absolute;
    top: 0;
    left: calc(50% - 540px);
  }
}

.banner-vardnica {
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
  padding: 0;
}
.banner-vardnica .inner {
  max-width: 55rem;
  margin-top: 0;
}
.banner-vardnica .wp-block-button__link {
  padding: 13px 35px 12px 22px !important;
  position: relative;
}
.banner-vardnica .wp-block-button__link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9864 3.51254C16.0772 2.96777 15.7092 2.45254 15.1644 2.36175L6.28685 0.88216C5.74208 0.791364 5.22686 1.15938 5.13606 1.70415C5.04527 2.24892 5.41329 2.76415 5.95806 2.85495L13.8492 4.17014L12.534 12.0613C12.4432 12.6061 12.8112 13.1213 13.356 13.2121C13.9008 13.3029 14.416 12.9349 14.5068 12.3901L15.9864 3.51254ZM1.58124 14.1619L15.5812 4.16188L14.4188 2.53441L0.418762 12.5344L1.58124 14.1619Z' fill='%23F3E7D7'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 14px;
  right: 10px;
}
@media (min-width: 650px) {
  .banner-vardnica {
    max-width: 81rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .banner-vardnica .wp-block-image {
    width: 220px;
    text-align: right;
  }
  .banner-vardnica .inner {
    width: calc(100% - 220px);
  }
  .banner-vardnica .wp-block-buttons {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .banner-vardnica .wp-block-buttons {
    margin-right: -150px !important;
  }
}

.banner-valoda h2 {
  max-width: 360px;
  line-height: 1.15 !important;
  margin: 0 auto -25px auto !important;
  transform: rotate(-8deg) !important;
}
.banner-valoda h2.wide {
  max-width: 490px;
}
.banner-valoda h2 strong {
  display: block;
  font-weight: 400 !important;
  padding: 0.6ch 1ch 0.1ch 1ch !important;
}
.banner-valoda .inner {
  max-width: 49rem;
}
.banner-valoda .inner p {
  font-family: "SeituLight", sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #000;
}
@media (min-width: 600px) {
  .banner-valoda h2 strong {
    margin: 0 30px 0 -30px;
  }
  .banner-valoda h2:after {
    content: "";
    display: block;
    width: 107px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='107' height='100' viewBox='0 0 107 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.62254 0.174866C4.67346 -0.552962 1.69273 1.24772 0.964905 4.1968C0.237077 7.14588 2.03776 10.1266 4.98684 10.8544L7.62254 0.174866ZM57.3176 97.8127C59.1554 100.231 62.6059 100.702 65.0244 98.8641L104.436 68.9147C106.855 67.0769 107.325 63.6265 105.488 61.208C103.65 58.7895 100.199 58.3187 97.7807 60.1566L62.7481 86.7782L36.1264 51.7456C34.2886 49.3271 30.8381 48.8564 28.4196 50.6942C26.0011 52.532 25.5304 55.9825 27.3682 58.401L57.3176 97.8127ZM4.98684 10.8544C38.6282 19.1571 51.7087 29.6724 56.7477 41.7262C59.35 47.9512 60.0848 55.1825 59.689 63.9119C59.2902 72.7067 57.7894 82.4365 56.2472 93.7416L67.1462 95.2285C68.6414 84.2682 70.2499 73.8454 70.6777 64.4102C71.1085 54.9096 70.3872 45.8335 66.8966 37.4836C59.7498 20.3876 42.0968 8.68306 7.62254 0.174866L4.98684 10.8544Z' fill='%23FFBA00'/%3E%3C/svg%3E%0A");
    background-size: cover;
    position: absolute;
    top: 40px;
    right: -110px;
  }
}

@media (min-width: 1024px) {
  .page-id-10 .is-style-zigzag,
  .page-id-1812 .is-style-zigzag {
    width: 100vw;
    margin-left: -50px;
  }
}
.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 20px 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.4ch 0;
  color: #000;
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-18);
  padding: 1ch 2rem;
  color: #000;
  background: #fff;
  border: 1px solid #E0D0BA;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border 0.18s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border-color: #9EAEF9;
  border-radius: 0;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  gap: 5px;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #595959;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 180px;
  cursor: pointer;
}
form input[type=submit]:after,
form textarea[type=submit]:after,
form select[type=submit]:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus {
  color: #EE583F;
  background: transparent;
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form textarea {
  max-height: 160px;
}
form select {
  font-family: "SeituRegular", sans-serif;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #000;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #000;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #FFBA00;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #000;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #9EAEF9;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 1px solid #E0D0BA;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: #FFBA00;
  box-shadow: inset 0 0 0 3px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #000;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #FFBA00;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #000;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #9EAEF9;
}
form .gfield_description.validation_message {
  margin-left: 35px;
  padding: 5px;
}
form .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed #E0D0BA;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.25;
  margin-bottom: 2ch;
  color: #EE583F;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #EE583F;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  background: #fff;
  border: 1px solid #E0D0BA !important;
  border-radius: 0 !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button {
  color: #9EAEF9 !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_save_popup_settings_button {
  background: #9EAEF9 !important;
}

.error404 #content {
  margin-bottom: calc(var(--wp--preset--spacing--2-xl) * 3);
}
.error404 #content h3.post-title {
  text-align: center;
  margin: -3ch 0 0 0;
}

.fancybox__backdrop {
  background-color: rgba(243, 231, 215, 0.925) !important;
}

#fw-search {
  width: 90%;
  max-width: 800px;
  background: transparent;
}
#fw-search form > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#fw-search form > div input[type=text] {
  width: calc(100% - 50px);
}
#fw-search form > div #searchsubmit {
  width: 50px;
  height: 50px;
  text-indent: -9999999px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 11.623a8.623 8.623 0 1 1 17.245 0 8.623 8.623 0 0 1-17.245 0ZM11.623 0C5.203 0 0 5.204 0 11.623s5.204 11.622 11.623 11.622c2.485 0 4.79-.78 6.68-2.11l7.283 7.281a2 2 0 1 0 2.828-2.828l-7.283-7.28a11.569 11.569 0 0 0 2.114-6.685C23.245 5.204 18.041 0 11.623 0Z' fill='%23595959'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
}

.search #content {
  padding-top: var(--wp--preset--spacing--l);
  padding-bottom: var(--wp--preset--spacing--l);
}
.search #content .no-res {
  text-align: center;
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
}
ul.search-results a {
  display: block;
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) var(--wp--preset--spacing--l) var(--wp--preset--spacing--normal);
  background: #ECDDC9;
  border-radius: 18px;
  position: relative;
  transition: background 0.35s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-20);
  color: #000;
}
ul.search-results a p {
  font-size: var(--wp--preset--font-size--font-15);
  margin: 0;
}
ul.search-results a .btn {
  display: inline-flex;
  gap: 5px;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #595959;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  position: absolute;
  right: var(--wp--preset--spacing--normal);
  bottom: 2.5rem;
}
ul.search-results a .btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
}
ul.search-results a .btn:hover, ul.search-results a .btn:active, ul.search-results a .btn:focus {
  color: #EE583F;
  background: transparent;
}
ul.search-results a:hover, ul.search-results a:active, ul.search-results a:focus {
  background: #E0D0BA;
}
ul.search-results a:hover .btn, ul.search-results a:active .btn, ul.search-results a:focus .btn {
  color: #EE583F;
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 4rem;
  }
  ul.search-results li {
    width: calc(50% - 2rem);
  }
}

.pagination {
  font-size: 1.6rem;
  margin-top: var(--wp--preset--spacing--l);
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.1ch 0.25ch;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #EE583F;
}

body.interim-login {
  background: linear-gradient(135deg, #F3E7D7 0%, #E0D0BA 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #000;
  background: linear-gradient(135deg, #F3E7D7 0%, #E0D0BA 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #F3E7D7;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 200px;
  height: 55px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #000;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #9EAEF9;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  gap: 5px;
  font-family: "SeituRegular", sans-serif;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 0;
  color: #595959;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem !important;
  border: none;
  color: #F3E7D7;
  background: #EE583F;
  border-radius: 0;
}
.login-action-login form input.button:after,
.login-action-lostpassword form input.button:after,
.login-action-rp form input.button:after,
.login-action-checkemail form input.button:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7 7L1 1' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #EE583F;
  background: transparent;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #9EAEF9;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #EE583F;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #000;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #9EAEF9;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #9EAEF9;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #000;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

.hero-static {
  position: relative;
}
.hero-static__image {
  overflow: hidden;
  position: relative;
}
.hero-static__image:before, .hero-static__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-static__image:before {
  background: rgba(0, 0, 0, 0.15);
}
.hero-static__image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 114, 24, 0.15) 100%);
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-static__content {
  position: absolute;
  z-index: 5;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-24);
  margin: 0;
  color: #fff;
}
.hero-static p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-static.home {
  margin-bottom: var(--wp--preset--spacing--2-xl);
}
.hero-static.home .hero-static__image {
  height: 100vh;
  max-height: 760px;
}
.hero-static.home .hero-static__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-static.home h2 {
  font-size: var(--wp--preset--font-size--font-40);
}
.hero-static.home h2 + p {
  margin-top: var(--wp--preset--spacing--small);
}
.hero-static:not(.home) {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.hero-static:not(.home) .hero-static__image {
  height: 45vh;
  max-height: 450px;
}
.hero-static:not(.home) .hero-static__content {
  padding-bottom: var(--wp--preset--spacing--l);
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-video {
  position: relative;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-video .hero-video__image:before, .hero-video .hero-video__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-video .hero-video__image:before {
  background: rgba(0, 0, 0, 0.15);
}
.hero-video .hero-video__image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 114, 24, 0.15) 100%);
}
.hero-video .hero-video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-video .hero-video__image .video-player,
.hero-video .hero-video__image .native-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero-video .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video h1, .hero-video h2 {
  font-size: var(--wp--preset--font-size--font-40);
  margin: 0;
  color: #fff;
}
.hero-video p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-video.home .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video.home .hero-video__content .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 100px 0;
}
.hero-video.home .hero-video__content .wrap h2 {
  width: 98%;
  max-width: 85rem;
  font-size: var(--wp--preset--font-size--font-40);
  line-height: 1.3;
  text-align: center;
  margin-top: 1.5ch;
}
@media (max-height: 450px) {
  .hero-video.home .hero-video__content .wrap img {
    width: 60px;
  }
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: var(--wp--preset--font-size--font-24);
  }
}
.hero-video:not(.home) {
  margin-bottom: var(--wp--preset--spacing--l);
  position: relative;
}

@media (max-width: 781px) {
  :root :where(p) {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .wp-block-heading.is-style-box {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .konkursi-sm h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .konkursi-sm .meta {
    margin-bottom: 0.8rem;
  }
  .konkursi-sm .meta .category,
  .konkursi-sm .meta .deadline {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  .wp-block-latest-posts a {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    padding: 0 0 0 35px !important;
  }
  .wp-block-latest-posts a:before {
    width: 16px !important;
    height: 10px !important;
    top: 4px !important;
  }
  .hide-sm {
    display: none !important;
  }
  .wp-block-group.is-style-zigzag {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .wp-block-group.is-style-zigzag:before, .wp-block-group.is-style-zigzag:after {
    height: 40px !important;
    -webkit-mask-size: 500px 50px !important;
            mask-size: 500px 50px !important;
  }
  .wp-block-group.is-style-zigzag:before {
    top: -40px !important;
  }
  .wp-block-group.is-style-zigzag:after {
    bottom: -40px !important;
  }
  .wp-block-group.gr-piedalies {
    border-width: 2px !important;
    border-radius: 9px !important;
  }
  .wp-block-group.gr-piedalies:before {
    width: 120px !important;
    height: 75px !important;
    top: -38px !important;
    right: -32px !important;
  }
  .wp-block-group.gr-citi {
    border-radius: 10px !important;
  }
  .wp-block-group.gr-pasakumi {
    border-radius: 10px !important;
    margin-top: 40px !important;
  }
  .wp-block-group.gr-pasakumi:before {
    width: 130px !important;
    height: 70px !important;
    background-size: cover;
    top: -30px !important;
    right: -30px !important;
  }
  .home .is-style-zigzag {
    padding-top: 120px !important;
  }
  .home .wp-block-image.suns {
    width: 70%;
    margin: 0 -10% 0 auto;
  }
  .home .davis-video {
    gap: 5px !important;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .home .davis-video .wp-block-column:nth-child(1) {
    flex-basis: 28% !important;
  }
  .home .davis-loc {
    gap: 0;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .home .davis-loc iframe {
    width: 60%;
    height: 115px;
    margin: 0 0 0 auto;
  }
  .home .davis-loc .wp-block-image {
    width: 60%;
    margin-top: -10px !important;
  }
  .home .davis-loc .col-castle {
    order: 10;
  }
  .banner-aktualitates {
    padding-bottom: 0;
  }
  .aktualitates-all .aktualitate {
    min-height: 240px;
    padding: 50px 30px;
    border-radius: 10px;
  }
  .aktualitates-all .aktualitate:hover p {
    font-size: 1.5rem;
    transform: translateY(-25px);
  }
  .aktualitates-all .aktualitate:hover h3 {
    transform: translateY(-25px);
  }
  .linija {
    padding: 350px 0;
  }
  .linija .event .info-columns p {
    font-size: 1.35rem !important;
  }
  .linija .event:nth-child(odd) .info-columns:before {
    height: 100px;
    bottom: -96px;
  }
  .linija .event:nth-child(odd) .info-columns {
    transform: translate(-185px, calc(-100% - 40px));
  }
  footer .footer-logo img {
    width: 88px !important;
    margin-bottom: 30px !important;
  }
  footer .has-font-14-font-size,
  footer .copyright {
    font-size: 1.2rem !important;
  }
  footer .col-2 {
    margin-bottom: 20px !important;
    padding-right: 44%;
    position: relative;
  }
  footer .col-2 #block-27 {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .col-2 #block-34 {
    display: none;
  }
}

/* single pasakumi */
.banner-single-pasakumi {
  padding-bottom: 0!important;
}
.banner-single-pasakumi h2 {
  margin-bottom: 0!important;
}

@media (min-width: 1024px) {
  .single #content > .wrapper {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

.gt img {
  margin: 0 0 -25px 4ch;
}


.page-id-18 footer,
.page-id-188 footer,
.page-id-186 footer {
  margin-top: 0;
}

.page-id-18 .wp-block-group:last-child
.page-id-188 footer .wp-block-group:last-child,
.page-id-186 footer .wp-block-group:last-child {
  padding-bottom: 15rem;
}
@media (min-width: 1024px) {
  .page-id-18 .wp-block-group:last-child,
  .page-id-188 .wp-block-group:last-child,
  .page-id-186 .wp-block-group:last-child {
    padding-bottom: 30rem;
  }
}

@media (max-width: 781px) {
  .wp-block-list.is-style-branded-ol-grey li, .wp-block-list.is-style-branded-ol-orange li, .wp-block-list.is-style-branded-ol-green li, .wp-block-list.is-style-branded-ol-yellow li {
    padding-left: 45px!important;
  }
  .wp-block-list.is-style-branded-ol-grey li:before, .wp-block-list.is-style-branded-ol-orange li:before, .wp-block-list.is-style-branded-ol-green li:before, .wp-block-list.is-style-branded-ol-yellow li:before {
    width: 32px!important;
    height: 32px!important;
    font-size: 15px!important;
    top: 3px!important;
  }
}

@media (min-width: 782px) {
  .banner-arhivs {
    min-height: 320px;
  }
  .banner-arhivs .wp-block-image {
    width: 180px;
    top: 30px;
  }
}

@media (min-width: 1650px) {
  .banner-arhivs .wp-block-image {
    right: calc(50% - 610px);
  }
  .single-arhivs .banner-arhivs .wp-block-image {
    right: calc(50% - 560px);
  }
}


/* Language switcher */
.language-switcher {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  position: absolute;
  top: 26px;
  right: 190px;
  z-index: 9;
}
.language-switcher li {
  margin-bottom: 0;
}
.language-switcher li + li {
  border-left: 1px solid #595959;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px; 
}
.language-switcher a {
  display: block;
  cursor: pointer;
}
.language-switcher a:hover {
  color: #ee583f;
}

@media (min-width: 1024px) {
  .language-switcher {
    top: 41px;
    right: 25px;
  }
}