@charset "UTF-8";
/*!
Theme Name: sibbur
Theme URI: 
Author: 
Author URI: 
Description: sibbur
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: sibbur
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bg-dark: #384760;
  --bg-light: #f6f7f9;
  --bg-moderate: #E5E9EF;
  --bg-white: #fff;
  --text-light: #fff;
  --text-dark: #384760;
  --black: #000;
  --white: #fff;
  --accent: #007DC5;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Inter", sans-serif;
}

:root {
  --content-width-desktop: 1320px;
  --content-width-laptop: 1200px;
  --content-width-mobile: 283px;
}

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

body, html {
  margin: 0;
  padding: 0;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

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

address {
  font-style: normal;
}

dialog {
  border: none;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .container {
    width: var(--content-width-laptop);
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: var(--content-width-desktop);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

.col {
  flex: 1 0 0%;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .hide-on-desktop {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.footer {
  margin-top: auto;
}

.sb-page {
  padding: 70px 0;
}
.sb-page__content {
  font-family: var(--second-family);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.31em;
  letter-spacing: -0.015em;
  color: var(--black);
}

p:first-child, ul:first-child {
  margin-top: 0;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .elementor-widget-text-editor,
  .page p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .elementor-widget-text-editor p,
  .page p p {
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.elementor-widget-text-editor strong,
.page p strong {
  font-weight: 800;
  text-transform: uppercase;
  color: #007dc5;
}

.elementor-widget-container p:last-child,
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}
.elementor-widget-container ul:last-child,
.elementor-widget-text-editor ul:last-child {
  margin-bottom: 0 !important;
}
.elementor-widget-container ol:last-child,
.elementor-widget-text-editor ol:last-child {
  margin-bottom: 0 !important;
}

.has-left-marker,
#content h2 {
  position: relative;
}
.has-left-marker:before,
#content h2:before {
  display: block;
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #007DC5;
  top: 0;
  left: -56px;
}

.has-left-bar {
  padding: 20px 23px;
  border-left: var(--accent) 4px solid;
}
.has-left-bar ul, .has-left-bar ol {
  padding-left: 20px;
}

.positino_relative, .position-relative {
  position: relative;
}

.sb-header-top-wrapper {
  background: var(--bg-dark);
}
@media screen and (max-width: 1200px) {
  .sb-header-top-wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.sb-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  min-height: 31px;
  padding: 10px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: var(--white);
}
.sb-header-top__item {
  font-weight: 500;
}
.sb-header-top__item--text {
  opacity: 0.8;
  margin-right: auto;
}
.sb-header-top__item:not(.sb-header-top__item--text) {
  display: flex;
  align-items: center;
}
.sb-header-top__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 58px;
  text-transform: uppercase;
}
.sb-header-top__menu--lang {
  margin-left: 58px;
}
@media screen and (max-width: 767px) {
  .sb-header-top__menu--lang {
    margin-left: 0;
  }
}
.sb-header-top__menu-item,
.sb-header-top__menu .menu-item {
  cursor: pointer;
}
.sb-header-top__menu-item:hover,
.sb-header-top__menu .menu-item:hover {
  text-decoration: underline;
}
.sb-header-top__menu-item a,
.sb-header-top__menu .menu-item a {
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: -0.01em;
  color: var(--white) !important;
  text-decoration: inherit !important;
}

.sb-language {
  white-space: nowrap;
}
.sb-language:hover {
  text-decoration: none;
}
.sb-language a:hover {
  text-decoration: underline !important;
}
.sb-language a.active {
  font-weight: 700 !important;
}

.sb-header-menu-wrapper {
  background: var(--bg-light);
}
@media screen and (max-width: 1200px) {
  .sb-header-menu-wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.sb-header-menu__logo {
  padding: 20px 0;
}
.sb-header-menu__menu {
  border-top: 0.66px solid rgb(194, 201, 214);
}
.sb-header-menu__menu .menu-tmp {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 30px;
}
.sb-header-menu__menu .menu-tmp .item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15.15px;
  color: var(--text-dark);
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  flex-wrap: nowrap;
  cursor: pointer;
}
.sb-header-menu__menu .menu-tmp .item.active, .sb-header-menu__menu .menu-tmp .item:hover {
  color: var(--accent);
}
.sb-header-menu__menu .menu-tmp .item.active svg, .sb-header-menu__menu .menu-tmp .item:hover svg {
  transform: rotate(180deg);
}
.sb-header-menu__menu svg {
  display: inline-block;
  width: 10px;
  height: 1em;
}

body {
  overflow-x: hidden;
}

.elementor {
  /* fix horizontal scroll bar display on menu hover */
  overflow-x: hidden;
}

.elementor-menu-container {
  /* class for container fix overlapping menu in elementor */
  z-index: 100 !important;
  position: relative !important;
}

.header-menu-desktop {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}

.header-menu-desktop ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.header-menu-desktop > ul.dp-menu {
  height: 64px;
  position: relative;
  z-index: 20;
  display: block;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

/* glass backdrop - single element managed by JS */
.sb-glass-backdrop {
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.2s ease;
  /* inner pages: solid background */
  background: var(--bg-light);
  /* Safari: force compositing layer so backdrop-filter works from first show */
  will-change: transform;
}
.sb-glass-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Banner pages: frosted glass effect */
.banner-menu .sb-glass-backdrop {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
}

ul.dp-menu .menu-item .sub-menu {
  /* display: none; */
  position: absolute;
  left: 0;
  z-index: 30;
  padding: 8px 35px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

ul.dp-menu .menu-item:first-child .sub-menu {
  padding: 8px 19px 16px;
}

ul.sub-menu ul.sub-menu {
  margin-top: 0;
}

ul.dp-menu > .menu-item:last-child > .sub-menu {
  padding-right: 0;
}

@media all and (max-width: 1600px) {
  ul.dp-menu > .menu-item:last-child > .sub-menu {
    left: initial;
    right: 0;
    padding-right: 43px;
    position: fixed;
    width: 500px;
    max-width: 100%;
  }
  ul.dp-menu > .menu-item:last-child > .sub-menu .menu-item {
    white-space: normal;
  }
}
ul.sub-menu {
  margin-top: 1em;
}

ul.sub-menu ul.sub-menu {
  margin-top: 0;
}

ul.dp-menu .menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

.header-menu-desktop .menu-item {
  position: relative;
  z-index: 30;
  display: block;
  list-style: none;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15.15px;
  color: var(--text-dark);
  text-transform: uppercase;
}

.header-menu-desktop .menu-item:first-child {
  padding-left: 0;
}

.header-menu-desktop .menu-item:last-child {
  padding-right: 0;
}

.banner-menu .header-menu-desktop .menu-item {
  color: #fff;
}

.header-menu-desktop .dp-menu:hover .menu-item {
  color: #384760;
}

.banner-menu .header-menu-desktop .dp-menu:hover .menu-item {
  color: #fff;
}

.header-menu-desktop .menu-item a {
  text-decoration: none;
  color: inherit !important;
}

.header-menu-desktop .dp-menu:hover .menu-item:hover,
.header-menu-desktop .dp-menu:hover .menu-item:active,
.header-menu-desktop .dp-menu:hover .menu-item.active,
.header-menu-desktop .dp-menu:hover .menu-item:focus {
  color: #00a2ff;
}

.header-menu-desktop .dp-menu > .menu-item-has-children {
  position: relative;
  white-space: nowrap;
}

.header-menu-desktop .dp-menu > .menu-item-has-children::before {
  display: inline-block;
  margin-right: 9px;
  vertical-align: top;
  margin-top: 1px;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%23182637' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  transition: transform 0.3s ease;
}

.banner-menu .header-menu-desktop .dp-menu > .menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%23fff' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.banner-menu .header-menu-desktop .dp-menu:hover > .menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%fff' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.banner-menu .header-menu-desktop .dp-menu:hover > .menu-item-has-children:hover::before,
.header-menu-desktop .dp-menu > .menu-item-has-children:hover::before {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%2300a2ff' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.header-menu-desktop .menu-item-has-children .sub-menu .menu-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 0;
  z-index: 35;
  text-align: left;
  line-height: 1.2em;
  white-space: nowrap;
}

.header-menu-desktop .sub-menu .menu-item:hover,
.header-menu-desktop .sub-menu .menu-item:active,
.header-menu-desktop .sub-menu .menu-item.active,
.header-menu-desktop .sub-menu .menu-item:focus {
  font-weight: 600;
}

/* Level 3+ sub-menu - flyout to the right */
ul.dp-menu .sub-menu .menu-item > .sub-menu {
  position: absolute;
  left: 100%;
  top: -8px;
  opacity: 0;
  visibility: hidden;
  max-height: none;
  overflow: visible;
  padding: 8px 16px 16px;
  max-width: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

ul.dp-menu .sub-menu .menu-item-has-children:hover > .sub-menu,
ul.dp-menu .sub-menu .sub-menu:hover {
  opacity: 1;
  visibility: visible;
}

/* Flip to left when hitting screen boundary (class set via JS) */
ul.dp-menu .sub-menu .menu-item > .sub-menu.is-overflow-right {
  left: auto;
  right: 100%;
}

/* Level 3+ item font size (smaller than level 2's 14px) */
.header-menu-desktop .sub-menu .sub-menu .menu-item {
  font-size: 13px;
  padding: 4px 0;
  text-transform: none;
}

/* Level 2+ items with children: chevron icon (same as level 1, smaller) */
.header-menu-desktop .sub-menu > .menu-item-has-children::before {
  position: absolute;
  left: -14px;
  top: 0.8em;
  transform: rotate(0deg);
  content: "";
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%23182637' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  display: block;
  margin: 0;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  transition: transform 0.3s ease;
}

.banner-menu .header-menu-desktop .sub-menu > .menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%23fff' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.header-menu-desktop .sub-menu > .menu-item-has-children:hover::before {
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2826 1.1582L5.64815 4.94647L1.01367 1.1582' stroke='%2300a2ff' stroke-opacity='0.89' stroke-width='0.662069' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

/* mobile menu */
/* color: #384760; */
.banner-mobile-menu,
.inner-mobile-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-mobile-menu,
  .inner-mobile-menu {
    display: block;
  }
  #mega-menu-wrap-mobile_menu:has(.mega-menu-open) #mega-menu-mobile_menu[data-effect-mobile^=slide_right] + button.mega-close {
    top: 44px !important;
    margin-right: 20px !important;
  }
  #mega-menu-wrap-mobile_menu:has(.mega-menu-open) #mega-menu-mobile_menu[data-effect-mobile^=slide_] + button.mega-close:before {
    height: 44px !important;
    font-size: 40px !important;
  }
  .banner-mobile-menu #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
  .banner-mobile-menu #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
  .banner-mobile-menu #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
    background-color: #fff !important;
  }
  #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile_menu {
    padding-top: 140px !important;
    padding-right: 60px !important;
  }
  #mega-menu-wrap-mobile_menu .mega-menu-item > a.mega-menu-link {
    text-transform: uppercase !important;
    font-family: var(--font-family);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #mega-menu-wrap-mobile_menu ul.mega-sub-menu {
    float: none !important;
  }
  /* first level */
  #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > .mega-menu-item {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    border-bottom: 1.16px solid #e7ebf0 !important;
  }
  #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > .mega-menu-item > a.mega-menu-link {
    font-weight: 600 !important;
    color: #00a2ff !important;
    line-height: 1.25em !important;
    height: auto !important;
  }
  #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > .mega-menu-item-has-children > a.mega-menu-link {
    margin-bottom: 0.5em !important;
  }
  /* 2nd level */
  #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 28px !important;
  }
  .custom-mobile-header {
    padding: 44px 33px 16px;
    border-bottom: 1.16px solid #e7ebf0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
  .custom-mobile-footer {
    font-size: 11px;
    line-height: 120%;
    margin: 66px 0 40px;
    color: #585f76;
  }
}
/* TOP */
.top-menu ul {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.top-menu .menu-item {
  position: relative;
  display: block;
  list-style: none;
  padding: 16px 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15.15px;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-align: center;
  color: #384760;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .top-menu .menu-item {
    font-size: 14px;
    padding: 16px;
  }
}
.top-menu .menu-item:first-child {
  padding-left: 0;
}

.top-menu .menu-item:last-child {
  padding-right: 0;
}

.top-menu .menu-item a {
  text-decoration: none;
  color: inherit;
}

.top-menu .menu-item:hover,
.top-menu .menu-item:active,
.top-menu .menu-item.active,
.top-menu .menu-item:focus {
  color: #00a2ff;
}

@media screen and (max-width: 768px) {
  .top-menu {
    display: none;
  }
}
.banner-top-menu ul {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.banner-top-menu .menu-item {
  position: relative;
  display: block;
  list-style: none;
  padding: 16px 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15.15px;
  line-height: 1em;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .banner-top-menu .menu-item {
    font-size: 14px;
    padding: 16px;
  }
}
.banner-top-menu .menu-item:first-child {
  padding-left: 0;
}

.banner-top-menu .menu-item:last-child {
  padding-right: 0;
}

.banner-top-menu .menu-item a {
  text-decoration: none;
  color: inherit;
}

.banner-top-menu .menu-item:hover,
.banner-top-menu .menu-item:active,
.banner-top-menu .menu-item.active,
.banner-top-menu .menu-item:focus {
  color: #00a2ff;
}

@media screen and (max-width: 768px) {
  .banner-top-menu {
    display: none;
  }
}
/* Footer */
.footer-menu ul {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.footer-menu .menu-item {
  position: relative;
  display: block;
  list-style: none;
  padding: 7px;
  font-family: var(--font-family);
  font-size: 10.44px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.footer-menu .menu-item a {
  text-decoration: none;
  color: inherit;
}

.footer-menu .menu-item:hover,
.footer-menu .menu-item:active,
.footer-menu .menu-item.active,
.footer-menu .menu-item:focus {
  color: #00a2ff;
}

/* ============================================================
   Custom Mobile Menu (≤ $mobile-menu-breakpoint)
   ============================================================ */
@media screen and (max-width: 1200px) {
  /* Hide entire desktop menu bar */
  .header-menu-desktop {
    display: none;
  }
  .top-menu,
  .banner-top-menu {
    display: none;
  }
  /* Hide Elementor top-menu widget by its CSS ID */
  #menu-verhnee-menyu {
    display: none !important;
  }
  /* Hide old Mega Menu mobile menus — replaced by custom overlay */
  .banner-mobile-menu,
  .inner-mobile-menu {
    display: none;
  }
  /* Glass backdrop not needed on touch */
  .sb-glass-backdrop {
    display: none !important;
  }
  /* Top bar's nav links + language switcher move into the mobile overlay */
  .sb-header-top__menu {
    display: none !important;
  }
}
/* Hamburger button — lives inside .sb-header-top (dark bg), always white */
.sb-hamburger {
  display: none;
  /* reset Elementor kit button styles */
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px !important;
  font-size: inherit !important;
  text-transform: none !important;
  line-height: 1 !important;
  color: inherit !important;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}
.sb-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.sb-hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.sb-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.sb-hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .sb-hamburger {
    display: flex;
  }
}

/* ---- Overlay panel ---- */
.sb-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: var(--accent);
  color: #fff;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.sb-mobile-overlay.is-open {
  transform: translateY(0);
}

.sb-mobile-overlay__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 38, 55, 0.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.sb-mobile-overlay__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

.sb-mobile-overlay__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* Language switcher — lives in the overlay header, pushes the close button
   to the right via auto margin (works whether or not it's rendered) */
.sb-mobile-overlay__lang {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.sb-mobile-overlay__lang a {
  color: inherit;
  text-decoration: none !important;
}
.sb-mobile-overlay__lang a:hover {
  color: #fff;
}
.sb-mobile-overlay__lang a.is-active {
  color: #fff;
}
.sb-mobile-overlay__lang-sep {
  opacity: 0.5;
}

.sb-mobile-overlay__close {
  /* reset Elementor kit button styles */
  background: none !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0 !important;
  font-size: inherit !important;
  text-transform: none !important;
  line-height: 1 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
}
.sb-mobile-overlay__close:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.sb-mobile-overlay__close::before, .sb-mobile-overlay__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
.sb-mobile-overlay__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sb-mobile-overlay__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sb-mobile-overlay__body {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  flex: 1;
}

/* Secondary / top links — same font/spacing as level-1 main-nav items below,
   so the two groups read as one continuous list */
.sb-mobile-overlay__top-nav {
  margin-bottom: 8px;
}
.sb-mobile-overlay__top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sb-mobile-overlay__top-nav .menu-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sb-mobile-overlay__top-nav a {
  display: block;
  padding: 18px 0;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none !important;
}
.sb-mobile-overlay__top-nav a:hover {
  opacity: 0.75;
}

/* Main nav accordion */
.sb-mobile-overlay__main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sb-mobile-overlay__main-nav ul.dp-menu {
  display: block !important;
  height: auto !important;
}
.sb-mobile-overlay__main-nav {
  /* Override all desktop visibility/positioning on sub-menus */
}
.sb-mobile-overlay__main-nav .sub-menu {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  width: auto !important;
  max-width: none !important;
  z-index: auto !important;
  transition: none !important;
  display: none;
  padding: 0 0 4px 16px;
  margin-top: 0 !important;
}
.sb-mobile-overlay__main-nav {
  /* Disable hover-triggered show from desktop rules */
}
.sb-mobile-overlay__main-nav .menu-item-has-children:hover > .sub-menu {
  display: none;
}
.sb-mobile-overlay__main-nav .sub-menu:hover {
  display: none;
}
.sb-mobile-overlay__main-nav {
  /* Accordion open state */
}
.sb-mobile-overlay__main-nav .menu-item.is-open > .sub-menu {
  display: block !important;
}
.sb-mobile-overlay__main-nav {
  /* Level 1 */
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item {
  display: block !important;
  white-space: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 !important;
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item::before {
  display: none !important;
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item > a {
  display: block;
  flex: 1;
  padding: 18px 0;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 1.25;
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item > a:hover {
  opacity: 0.75;
}
.sb-mobile-overlay__main-nav {
  /* Level 2 */
}
.sb-mobile-overlay__main-nav .sub-menu .menu-item {
  display: block !important;
  white-space: normal;
  padding: 0 !important;
  z-index: auto !important;
}
.sb-mobile-overlay__main-nav .sub-menu .menu-item::before {
  display: none !important;
}
.sb-mobile-overlay__main-nav .sub-menu .menu-item > a {
  display: block;
  flex: 1;
  padding: 13px 0;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  text-transform: none;
  line-height: 1.25;
}
.sb-mobile-overlay__main-nav .sub-menu .menu-item > a:hover {
  opacity: 0.75;
}
.sb-mobile-overlay__main-nav {
  /* Level 3 */
}
.sb-mobile-overlay__main-nav .sub-menu .sub-menu .menu-item > a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none !important;
}
.sb-mobile-overlay__main-nav .sub-menu .sub-menu .menu-item > a:hover {
  opacity: 0.75;
}
.sb-mobile-overlay__main-nav {
  /* Items with children: flex row (link + accordion button side by side).
     Must match the specificity of the display:block !important rules above
     ("Level 1" is `.dp-menu > .menu-item`, 2 classes) or a plain
     `.menu-item-has-children` (1 class) loses to it regardless of source
     order, and the button drops onto its own line below the link. */
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item-has-children,
.sb-mobile-overlay__main-nav .sub-menu .menu-item-has-children {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.sb-mobile-overlay__main-nav .dp-menu > .menu-item-has-children > .sub-menu,
.sb-mobile-overlay__main-nav .sub-menu .menu-item-has-children > .sub-menu {
  flex-basis: 100%;
}

/* Accordion chevron button — flex sibling of the link, no absolute positioning */
.sb-accordion-btn {
  /* reset Elementor kit button styles */
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  text-transform: none !important;
  line-height: 1 !important;
  color: #fff !important;
  position: static !important;
  transform: none !important;
  /* sizing */
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sb-accordion-btn svg {
  display: block;
  pointer-events: none;
  transition: transform 0.25s ease;
}

.sb-mobile-overlay__main-nav .menu-item.is-open > .sb-accordion-btn svg {
  transform: rotate(180deg);
}

/* Footer styles based on Elementor JSON template */
.footer {
  background-color: #1E2131;
  color: #ffffff;
  overflow: hidden;
}

.footer__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 19px 9px;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer__container {
    padding-top: 14.99px;
    padding-bottom: 14.99px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding-top: 12.01px;
    padding-bottom: 12.01px;
  }
}
.footer__menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Adapt existing footer-menu styles to match JSON (headings-like menu) */
.footer-menu ul {
  max-width: 348.088px; /* from JSON width_mobile/width_tablet */
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
}

.footer-menu .menu-item {
  position: relative;
  display: block;
  list-style: none;
  padding: 7px 7px;
  font-family: var(--font-family);
  font-size: 12px; /* from JSON headings */
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  letter-spacing: -0.015em;
  color: #ffffff;
  text-align: center;
}
.footer-menu .menu-item a {
  color: inherit;
}
.footer-menu .menu-item a:hover {
  text-decoration: underline;
  color: inherit;
}

.footer-menu .menu-item a {
  text-decoration: none;
  color: inherit;
}

.footer-menu .menu-item:hover,
.footer-menu .menu-item:active,
.footer-menu .menu-item.active,
.footer-menu .menu-item:focus {
  color: #fff;
}

/* Bottom row: logo | copyright | legal links */
.footer__bottom {
  margin-top: 19px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
  column-gap: 16px;
}

@media screen and (max-width: 1200px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 16px;
    text-align: center;
  }
}
.footer__legal {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0px 10px;
  max-width: 400px;
}
.footer__legal a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 1.61em;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
}
.footer__legal a:hover, .footer__legal a:focus {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .footer__legal {
    /* grid auto-sizing (justify-self != stretch) already shrinks this to
       content width, but set it explicitly so centering doesn't depend on it */
    justify-self: center;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}
.footer__copy {
  justify-self: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 1.61em;
  letter-spacing: -0.015em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  align-self: center;
}

.footer__logo {
  justify-self: start;
  max-width: 256.764px; /* from JSON width_tablet */
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer__logo,
  .footer__logo-link {
    /* shrink-to-fit the image instead of filling the grid column,
       so justify-self: center actually centers the logo itself */
    width: auto;
  }
  .footer__logo {
    justify-self: center;
  }
}
.footer__logo img,
.footer__logo svg {
  display: block;
  height: 28px;
  width: auto;
  max-width: 100%;
}

.footer__logo-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.sb-button {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  padding: 12px 27px;
  font-family: var(--font-family);
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  letter-spacing: -0.015em;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 24px;
  font-size: 12px;
  border-width: 0.66px;
  border-style: solid;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: transparent !important;
  color: var(--accent) !important;
  border-color: var(--accent) !important;
}
.sb-button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.sb-button--primary {
  background-color: transparent !important;
  color: var(--accent) !important;
  border-color: var(--accent) !important;
}
.sb-button--primary:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.sb-button--secondary {
  background-color: transparent !important;
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.sb-button--secondary:hover {
  background-color: var(--white) !important;
  color: var(--accent) !important;
}
.sb-button--tertiary {
  background-color: transparent !important;
  color: var(--text-dark) !important;
  border-color: var(--text-dark) !important;
}
.sb-button--tertiary:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.sb-button--quaternary {
  background-color: #f3f5f8 !important;
  color: var(--text-dark) !important;
  border: none !important;
  text-align: center;
  text-transform: initial;
}
.sb-button--quaternary:hover {
  background-color: #e8ebf0 !important;
  color: var(--text-dark) !important;
}
.sb-button--size-default {
  padding: 12px 27px;
  border-radius: 24px;
  font-size: 12px;
}
.sb-button--size-xl {
  padding: 25px 25px;
  border-radius: 30px;
  font-size: 21px;
}
.sb-button--size-xxl {
  padding: 48px 48px;
  border-radius: 23px;
  font-family: var(--font-family);
  font-size: 26px;
  line-height: 120%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-button--size-xl {
    padding: 18px 20px;
    border-radius: 26px;
    font-size: 17px;
  }
  .sb-button--size-xxl {
    padding: 30px 32px;
    border-radius: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sb-button {
    text-align: center;
  }
  .sb-button--size-default {
    padding: 10px 20px;
  }
  .sb-button--size-xl {
    padding: 14px 18px;
    border-radius: 22px;
    font-size: 15px;
  }
  .sb-button--size-xxl {
    padding: 20px 22px;
    border-radius: 18px;
    font-size: 16px;
  }
}

.contact-form,
.wpcf7-form {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}
.contact-form .form-row,
.wpcf7-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form label,
.wpcf7-form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color, #333);
  font-family: inherit;
  text-transform: uppercase;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  color: #000;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
  outline: none;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder,
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #999;
}
.contact-form textarea,
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form .acceptance,
.wpcf7-form .acceptance {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
.contact-form .acceptance a,
.wpcf7-form .acceptance a {
  color: var(--accent);
  text-decoration: underline;
}
.contact-form .acceptance input[type=checkbox],
.wpcf7-form .acceptance input[type=checkbox] {
  margin-right: 6px;
}

.sb-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sb-heading h1,
.sb-heading h2,
.sb-heading h3,
.sb-heading h4,
.sb-heading h5 {
  margin: 0;
}
.sb-heading h1, .sb-heading h2 {
  position: relative;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: inherit !important;
}
.sb-heading h1::before, .sb-heading h2::before {
  display: block;
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: var(--accent);
  top: 0;
  left: -56px;
}
.sb-heading h3 {
  position: relative;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: inherit !important;
}
.sb-heading h3::before {
  display: none;
}
.sb-heading h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent);
}
.sb-heading h5 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: inherit !important;
}
.sb-heading__subtitle {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: inherit !important;
}
.sb-heading--color-dark {
  color: var(--text-dark);
}
.sb-heading--color-light {
  color: var(--text-light);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-heading {
    gap: 14px;
  }
  .sb-heading h1, .sb-heading h2, .sb-heading h3 {
    font-size: 24px;
  }
  .sb-heading h4 {
    font-size: 17px;
  }
  .sb-heading h5 {
    font-size: 20px;
  }
  .sb-heading__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sb-heading {
    gap: 12px;
  }
  .sb-heading h1, .sb-heading h2, .sb-heading h3 {
    font-size: 20px;
  }
  .sb-heading h4 {
    font-size: 15px;
  }
  .sb-heading h5 {
    font-size: 18px;
  }
  .sb-heading__subtitle {
    font-size: 15px;
  }
  .sb-heading h1::before, .sb-heading h2::before {
    position: static;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    top: auto;
    left: auto;
  }
}

h1, h2 {
  position: relative;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: inherit !important;
}
h1::before, h2::before {
  display: block;
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: var(--accent);
  top: 0;
  left: -56px;
}

h3 {
  position: relative;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 29px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: inherit !important;
}
h3::before {
  display: none;
}

h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent);
}

h5 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: inherit !important;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  h1, h2, h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1, h2, h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 18px;
  }
  h1::before, h2::before {
    position: static;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    top: auto;
    left: auto;
  }
}
.sb-documents {
  margin-top: 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sb-documents__item {
  margin: 0;
}
.sb-documents__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--accent);
  text-decoration: none;
}
.sb-documents__link:hover, .sb-documents__link:focus {
  text-decoration: underline;
}
.sb-documents__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.sb-documents__icon-svg {
  width: 18px;
  height: 18px;
  display: block;
}
.sb-documents__title {
  display: inline-block;
}

.sb-child-pages {
  margin-top: 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sb-child-pages__item {
  margin: 0;
}
.sb-child-pages__link {
  display: inline-block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--accent);
  text-decoration: none;
}
.sb-child-pages__link:hover, .sb-child-pages__link:focus {
  text-decoration: underline;
}

.sb-timeline {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1300px;
  padding: 20px 0;
}
.sb-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--accent);
  transform: translateX(-50%);
}
.sb-timeline__line::before, .sb-timeline__line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.sb-timeline__line::before {
  top: -5px;
  border-bottom: 12px solid var(--accent);
}
.sb-timeline__line::after {
  bottom: -5px;
  border-top: 12px solid var(--accent);
}
.sb-timeline__item {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 40px;
}
.sb-timeline__item--left {
  margin-left: 0;
  text-align: right;
}
.sb-timeline__item--right {
  margin-left: 50%;
  text-align: left;
}
.sb-timeline__year {
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  color: var(--accent);
}
.sb-timeline__desc p {
  margin: 8px 0;
  margin-bottom: 8px !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-dark);
}
@media screen and (max-width: 767px) {
  .sb-timeline {
    padding: 10px 0;
  }
  .sb-timeline__line {
    left: 8px;
    transform: none;
  }
  .sb-timeline__line::before, .sb-timeline__line::after {
    left: 1px;
  }
  .sb-timeline__item {
    width: 100%;
    padding: 16px 0 16px 32px;
  }
  .sb-timeline__item--left, .sb-timeline__item--right {
    margin-left: 0;
    text-align: left;
  }
  .sb-timeline__year {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sb-timeline__desc br {
    display: none;
  }
}

.sb-flat-gallery {
  display: grid;
  gap: 12px;
}
.sb-flat-gallery--layout1 {
  grid-template-columns: 1fr 492px;
  grid-template-rows: repeat(2, 225px);
}
.sb-flat-gallery--layout1 .sb-flat-gallery__item:nth-child(1) {
  grid-row: 1/span 2;
  grid-column: 1;
  width: 100%;
  height: 100%;
}
.sb-flat-gallery--layout1 .sb-flat-gallery__item:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.sb-flat-gallery--layout1 .sb-flat-gallery__item:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.sb-flat-gallery--layout1 .sb-flat-gallery__item:nth-child(4),
.sb-flat-gallery--layout1 .sb-flat-gallery__item:nth-child(5) {
  display: none;
}
.sb-flat-gallery--layout2 {
  grid-template-columns: auto repeat(2, 332px);
  grid-template-rows: repeat(2, 240px);
}
.sb-flat-gallery--layout2 .sb-flat-gallery__item:nth-child(1) {
  grid-row: 1/span 2;
  grid-column: 1;
}
.sb-flat-gallery--layout2 .sb-flat-gallery__item:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.sb-flat-gallery--layout2 .sb-flat-gallery__item:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}
.sb-flat-gallery--layout2 .sb-flat-gallery__item:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
.sb-flat-gallery--layout2 .sb-flat-gallery__item:nth-child(5) {
  grid-row: 2;
  grid-column: 3;
}
.sb-flat-gallery--layout3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 30px;
}
.sb-flat-gallery--layout3 .sb-flat-gallery__item:nth-child(1) {
  grid-column: 1;
}
.sb-flat-gallery--layout3 .sb-flat-gallery__item:nth-child(2) {
  grid-column: 2;
}
.sb-flat-gallery--layout3 .sb-flat-gallery__item:nth-child(3) {
  grid-column: 3;
}
.sb-flat-gallery--layout3 .sb-flat-gallery__item:nth-child(4) {
  grid-column: 4;
}
.sb-flat-gallery--layout3 .sb-flat-gallery__item:nth-child(5) {
  display: none;
}
.sb-flat-gallery .sb-flat-gallery__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sb-flat-gallery .sb-flat-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .sb-flat-gallery--layout1, .sb-flat-gallery--layout2, .sb-flat-gallery--layout3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .sb-flat-gallery--layout1 .sb-flat-gallery__item, .sb-flat-gallery--layout2 .sb-flat-gallery__item, .sb-flat-gallery--layout3 .sb-flat-gallery__item {
    flex: 1 1 calc(50% - 6px);
    height: auto;
  }
}

.sb-highlighted-text,
.highlighted-text {
  padding: 20px 23px;
  border-left: var(--accent) 4px solid;
  color: var(--accent);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-highlighted-text,
  .highlighted-text {
    padding: 16px 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sb-highlighted-text,
  .highlighted-text {
    padding: 14px 16px;
    border-left-width: 3px;
    font-size: 15px;
  }
}

.sb-accent-section .container {
  margin: 0 auto;
  max-width: 1048px;
}
.sb-accent-section .container strong {
  font-weight: 700;
  color: inherit;
}
.sb-accent-section--dark {
  background: var(--bg-dark);
  padding: 58px 0;
}
.sb-accent-section--dark .container {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 27px;
  line-height: 119%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-accent-section--dark {
    padding: 40px 0;
  }
  .sb-accent-section--dark .container {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sb-accent-section--dark {
    padding: 28px 0;
  }
  .sb-accent-section--dark .container {
    font-size: 18px;
  }
}
.sb-accent-section--accent {
  padding: 30px 0;
  background-color: var(--accent);
}
.sb-accent-section--accent .container {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-accent-section--accent {
    padding: 24px 0;
  }
  .sb-accent-section--accent .container {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sb-accent-section--accent {
    padding: 18px 0;
  }
  .sb-accent-section--accent .container {
    font-size: 14px;
  }
}
.sb-accent-section--light {
  padding: 32px 0;
  background-color: var(--bg-moderate);
}
.sb-accent-section--light .container {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--accent);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-accent-section--light {
    padding: 26px 0;
  }
  .sb-accent-section--light .container {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sb-accent-section--light {
    padding: 20px 0;
  }
  .sb-accent-section--light .container {
    font-size: 18px;
  }
}

.elementor-widget-sb_custom_video {
  height: 100% !important;
}
.elementor-widget-sb_custom_video > .elementor-widget-container {
  height: inherit;
}
.elementor-widget-sb_custom_video > .elementor-widget-container .elementor-wrapper,
.elementor-widget-sb_custom_video > .elementor-widget-container .elementor-custom-embed-image-overlay,
.elementor-widget-sb_custom_video > .elementor-widget-container .elementor-custom-embed-image-overlay img {
  height: 100% !important;
}

.sb-custom-video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: inherit;
}
.sb-custom-video-wrapper:hover .elementor-custom-embed-image-overlay img {
  transform: scale(1.1);
}
.sb-custom-video-wrapper .elementor-custom-embed-image-overlay {
  overflow: hidden;
}
.sb-custom-video-wrapper .elementor-custom-embed-image-overlay img {
  transition: transform 0.5s ease;
}
.sb-custom-video-wrapper .sb-video-play-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  width: 100%;
  height: 86px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 42px 77px;
  cursor: pointer;
  pointer-events: all;
}
.sb-custom-video-wrapper .sb-video-play-overlay .sb-play-button {
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 20;
}
.sb-custom-video-wrapper .sb-video-play-overlay .sb-play-button:hover {
  animation: sb-pulse 1.4s infinite;
}
.sb-custom-video-wrapper .sb-video-play-overlay .sb-video-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-custom-video-wrapper .sb-video-play-overlay {
    height: auto;
    margin: 24px 40px;
    gap: 18px;
  }
  .sb-custom-video-wrapper .sb-video-play-overlay .sb-play-button svg {
    width: 64px;
    height: 64px;
  }
  .sb-custom-video-wrapper .sb-video-play-overlay .sb-video-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .sb-custom-video-wrapper .sb-video-play-overlay {
    height: auto;
    margin: 16px 20px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .sb-custom-video-wrapper .sb-video-play-overlay .sb-play-button svg {
    width: 48px;
    height: 48px;
  }
  .sb-custom-video-wrapper .sb-video-play-overlay .sb-video-title {
    font-size: 15px;
  }
}
.sb-custom-video-wrapper .elementor-custom-embed-play {
  display: none !important;
}

@keyframes sb-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.elementor-custom-embed-play svg {
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 20;
}
.elementor-custom-embed-play svg:hover {
  animation: sb-pulse 1.4s infinite;
}

.sb-news-page .sb-news-page__content,
.sb-news-shortcode .sb-news-page__content {
  font-family: var(--second-family);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.31em;
  letter-spacing: -0.015em;
  color: var(--black);
}
.sb-news-page h3,
.sb-news-shortcode h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--accent);
  text-transform: uppercase;
}
.sb-news-page h4,
.sb-news-shortcode h4 {
  margin: 25px 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--accent);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-news-page h3, .sb-news-page h4,
  .sb-news-shortcode h3,
  .sb-news-shortcode h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .sb-news-page h3, .sb-news-page h4,
  .sb-news-shortcode h3,
  .sb-news-shortcode h4 {
    font-size: 17px;
  }
  .sb-news-page .sb-news-page__content,
  .sb-news-shortcode .sb-news-page__content {
    font-size: 15px;
  }
}
.sb-news-page .sb-featured-news,
.sb-news-shortcode .sb-featured-news {
  margin: 70px 0 70px;
  position: relative;
}
.sb-news-page .sb-featured-news__post:first-child,
.sb-news-shortcode .sb-featured-news__post:first-child {
  display: block;
}
.sb-news-page .sb-featured-news__date,
.sb-news-shortcode .sb-featured-news__date {
  margin-bottom: 25px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #b3b3b3;
}
.sb-news-page .sb-featured-news__title,
.sb-news-shortcode .sb-featured-news__title {
  position: relative;
  padding: 0 23px 0;
  margin: 0 0 25px;
  max-width: 450px;
  border-left: var(--accent) 4px solid;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 39px;
  line-height: 108%;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--accent);
}
.sb-news-page .sb-featured-news__title .sb-highlight,
.sb-news-shortcode .sb-featured-news__title .sb-highlight {
  color: #7c7e81;
  font-style: normal;
  font-weight: inherit;
}
.sb-news-page .sb-featured-news__title:before,
.sb-news-shortcode .sb-featured-news__title:before {
  display: none !important;
}
.sb-news-page .sb-featured-news__content,
.sb-news-shortcode .sb-featured-news__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}
.sb-news-page .sb-featured-news__content p,
.sb-news-shortcode .sb-featured-news__content p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  line-height: inherit;
  color: inherit;
}
.sb-news-page .sb-featured-news__content:after,
.sb-news-shortcode .sb-featured-news__content:after {
  content: "";
  display: table;
  clear: both;
}
.sb-news-page .sb-featured-news__img,
.sb-news-shortcode .sb-featured-news__img {
  margin: 0 0 70px 70px;
  float: right;
}
.sb-news-page .sb-featured-news__img img,
.sb-news-shortcode .sb-featured-news__img img {
  width: 670px;
  height: auto;
  max-width: 100%;
}
.sb-news-page .sb-featured-news .sb-buttons,
.sb-news-shortcode .sb-featured-news .sb-buttons {
  clear: both;
  margin-top: 70px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-news-page .sb-featured-news,
  .sb-news-shortcode .sb-featured-news {
    margin: 40px 0;
  }
  .sb-news-page .sb-featured-news__title,
  .sb-news-shortcode .sb-featured-news__title {
    max-width: 100%;
    padding: 0 18px 0;
    font-size: 28px;
  }
  .sb-news-page .sb-featured-news__content,
  .sb-news-shortcode .sb-featured-news__content {
    font-size: 16px;
  }
  .sb-news-page .sb-featured-news__img,
  .sb-news-shortcode .sb-featured-news__img {
    margin: 0 0 30px;
    float: none;
  }
  .sb-news-page .sb-featured-news__img img,
  .sb-news-shortcode .sb-featured-news__img img {
    width: 100%;
  }
  .sb-news-page .sb-featured-news .sb-buttons,
  .sb-news-shortcode .sb-featured-news .sb-buttons {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sb-news-page .sb-featured-news,
  .sb-news-shortcode .sb-featured-news {
    margin: 24px 0;
  }
  .sb-news-page .sb-featured-news__date,
  .sb-news-shortcode .sb-featured-news__date {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .sb-news-page .sb-featured-news__title,
  .sb-news-shortcode .sb-featured-news__title {
    max-width: 100%;
    padding: 0 14px 0;
    border-left-width: 3px;
    font-size: 22px;
  }
  .sb-news-page .sb-featured-news__content,
  .sb-news-shortcode .sb-featured-news__content {
    font-size: 15px;
  }
  .sb-news-page .sb-featured-news__img,
  .sb-news-shortcode .sb-featured-news__img {
    margin: 0 0 20px;
    float: none;
  }
  .sb-news-page .sb-featured-news__img img,
  .sb-news-shortcode .sb-featured-news__img img {
    width: 100%;
  }
  .sb-news-page .sb-featured-news .sb-buttons,
  .sb-news-shortcode .sb-featured-news .sb-buttons {
    margin-top: 24px;
    gap: 10px;
  }
}
.sb-news-page .sb-all-news,
.sb-news-shortcode .sb-all-news {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sb-news-page .sb-all-news,
  .sb-news-shortcode .sb-all-news {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sb-news-page .sb-all-news,
  .sb-news-shortcode .sb-all-news {
    padding-top: 24px;
  }
}
.sb-news-page .sb-all-news__grid,
.sb-news-shortcode .sb-all-news__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px 14px;
}
.sb-news-page .sb-all-news__card,
.sb-news-shortcode .sb-all-news__card {
  --news-card-bg-color: #fafafa;
  position: relative;
  width: 314px;
  height: 458px;
  padding: 0 20px 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  transition: box-shadow 0.3s;
  background-color: var(--news-card-bg-color);
}
.sb-news-page .sb-all-news__card:hover,
.sb-news-shortcode .sb-all-news__card:hover {
  --news-card-bg-color: #f3f5f8;
}
@media screen and (max-width: 767px) {
  .sb-news-page .sb-all-news__grid,
  .sb-news-shortcode .sb-all-news__grid {
    justify-content: center;
  }
  .sb-news-page .sb-all-news__card,
  .sb-news-shortcode .sb-all-news__card {
    width: 100%;
    max-width: 314px;
  }
}
.sb-news-page .sb-all-news__title,
.sb-news-shortcode .sb-all-news__title {
  height: 4.2em;
  margin: 0;
  margin-bottom: -1em;
  overflow: hidden;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 22px;
  line-height: 103%;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--accent);
}
.sb-news-page .sb-all-news__title .sb-highlight,
.sb-news-shortcode .sb-all-news__title .sb-highlight {
  color: #7c7e81;
  font-style: normal;
  font-weight: inherit;
}
.sb-news-page .sb-all-news__title a, .sb-news-page .sb-all-news__title a:hover, .sb-news-page .sb-all-news__title a:visited, .sb-news-page .sb-all-news__title a:link,
.sb-news-shortcode .sb-all-news__title a,
.sb-news-shortcode .sb-all-news__title a:hover,
.sb-news-shortcode .sb-all-news__title a:visited,
.sb-news-shortcode .sb-all-news__title a:link {
  display: block;
  text-decoration: inherit !important;
  text-transform: inherit !important;
  margin: 0;
  padding: 0;
  color: inherit !important;
}
.sb-news-page .sb-all-news__title:after,
.sb-news-shortcode .sb-all-news__title:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  height: 1em;
  width: 100%;
  margin-top: -1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--news-card-bg-color) 60%);
}
.sb-news-page .sb-all-news__img,
.sb-news-shortcode .sb-all-news__img {
  margin-right: -20px;
  margin-left: -20px;
  height: 176px;
  overflow: hidden;
}
.sb-news-page .sb-all-news__img img,
.sb-news-shortcode .sb-all-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-news-page .sb-all-news__img a,
.sb-news-shortcode .sb-all-news__img a {
  display: block;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}
.sb-news-page .sb-all-news__excerpt,
.sb-news-shortcode .sb-all-news__excerpt {
  font-family: var(--second-family);
  font-size: 13.24px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.28em;
  letter-spacing: -0.015em;
  color: var(--black);
  height: 7em;
  overflow: hidden;
}
.sb-news-page .sb-all-news__excerpt:after,
.sb-news-shortcode .sb-all-news__excerpt:after {
  position: relative;
  display: block;
  content: "";
  height: 1em;
  width: 100%;
  margin-top: -1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--news-card-bg-color) 100%);
}
.sb-news-page .sb-all-news__excerpt p,
.sb-news-shortcode .sb-all-news__excerpt p {
  height: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  hyphens: auto;
}
.sb-news-page .sb-all-news__read-more,
.sb-news-shortcode .sb-all-news__read-more {
  width: 150px;
  padding: 7px;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
}
.sb-news-page .sb-all-news__date,
.sb-news-shortcode .sb-all-news__date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #b3b3b3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sb-news-shortcode .sb-all-news {
  padding-top: 20px;
}

.sb-404__code {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--accent);
  opacity: 0.15;
}
.sb-404__link {
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sb-404__code {
    font-size: 80px;
  }
}

.sb-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.sb-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.sb-pagination .page-numbers.current {
  background: var(--accent);
  color: var(--white);
}
.sb-pagination .page-numbers:hover:not(.current):not(.dots) {
  background: var(--bg-moderate);
}
.sb-pagination .page-numbers.dots {
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */
