@font-face {
  font-family: 'Ootelie Font';
  src: url("./../assets/fonts/arm/ootelie_wide_bold.eot");
  src: local("ootelie_wide_bold"), url("./../assets/fonts/arm/ootelie_wide_bold.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/arm/ootelie_wide_bold.woff2") format("woff2"), url("./../assets/fonts/arm/ootelie_wide_bold.woff") format("woff"), url("./../assets/fonts/arm/ootelie_wide_bold.ttf") format("truetype"), url("./../assets/fonts/arm/ootelie_wide_bold.svg#ootelie_wide_bold") format("svg");
  font-weight: 700;
  unicode-range: U+0530-058F;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Ootelie Font';
  src: url("./../assets/fonts/arm/PingAmL-Medium.eot");
  src: local("Ping AmL Medium"), local("PingAmL-Medium"), url("./../assets/fonts/arm/PingAmL-Medium.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/arm/PingAmL-Medium.woff2") format("woff2"), url("./../assets/fonts/arm/PingAmL-Medium.woff") format("woff"), url("./../assets/fonts/arm/PingAmL-Medium.ttf") format("truetype"), url("./../assets/fonts/arm/PingAmL-Medium.svg#PingAmL-Medium") format("svg");
  font-weight: 400;
  unicode-range: U+0530-058F;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Ootelie Font';
  src: url("./../assets/fonts/eng/LasloWide-Bold.eot");
  src: local("Laslo Wide Bold"), local("LasloWide-Bold"), url("./../assets/fonts/eng/LasloWide-Bold.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/eng/LasloWide-Bold.woff2") format("woff2"), url("./../assets/fonts/eng/LasloWide-Bold.woff") format("woff"), url("./../assets/fonts/eng/LasloWide-Bold.ttf") format("truetype"), url("./../assets/fonts/eng/LasloWide-Bold.svg#LasloWide-Bold") format("svg");
  unicode-range: U+0020-007F;
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Ootelie Font';
  src: url("./../assets/fonts/eng/SpaceGrotesk-Medium.eot");
  src: local("Space Grotesk Medium"), local("SpaceGrotesk-Medium"), url("./../assets/fonts/eng/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/eng/SpaceGrotesk-Medium.woff2") format("woff2"), url("./../assets/fonts/eng/SpaceGrotesk-Medium.woff") format("woff"), url("./../assets/fonts/eng/SpaceGrotesk-Medium.ttf") format("truetype"), url("./../assets/fonts/eng/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg");
  unicode-range: U+0020-007F;
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Ootelie Font';
  src: url("./../assets/fonts/numbers/ModeSeven.eot");
  src: local("ModeSeven"), url("./../assets/fonts/numbers/ModeSeven.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/numbers/ModeSeven.woff2") format("woff2"), url("./../assets/fonts/numbers/ModeSeven.woff") format("woff"), url("./../assets/fonts/numbers/ModeSeven.ttf") format("truetype"), url("./../assets/fonts/numbers/ModeSeven.svg#ModeSeven") format("svg");
  font-weight: 401;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Cayenne-Icons';
  src: url("./../assets/fonts/icons/fonts/Cayenne-Icons.eot?w1bnvz");
  src: url("./../assets/fonts/icons/fonts/Cayenne-Icons.eot?w1bnvz#iefix") format("embedded-opentype"), url("./../assets/fonts/icons/fonts/Cayenne-Icons.ttf?w1bnvz") format("truetype"), url("./../assets/fonts/icons/fonts/Cayenne-Icons.woff?w1bnvz") format("woff"), url("./../assets/fonts/icons/fonts/Cayenne-Icons.svg?w1bnvz#Cayenne-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Cayenne-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e900"; }

.icon-plus:before {
  content: "\e901"; }

.icon-to-cart:before {
  content: "\e902"; }

.icon-user:before {
  content: "\e903"; }

.icon-arrow:before {
  content: "\e904"; }

.icon-cart:before {
  content: "\e905"; }

.icon-minus:before {
  content: "\e906"; }

.icon-pause:before {
  content: "\e907"; }

html {
  margin-top: 0 !important;
  scroll-behavior: smooth; }

body {
  margin: 0; }

body, textarea {
  font-family: 'Ootelie Font', sans-serif; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 0; }

ul, ol {
  padding-left: 0;
  list-style: none;
  margin-left: 0; }

dd {
  margin-left: 0; }

a {
  color: inherit;
  text-decoration: none; }

button {
  border: none;
  outline: none; }

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

#wpadminbar {
  display: none; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.main-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  background-color: #e6e6e6; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  height: 77px;
  padding-left: 20px;
  padding-right: 20px; }

.header-left-col {
  width: 100%;
  min-width: 0;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px; }

.custom-logo-link {
  width: 45px;
  height: 53px; }
  .custom-logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.lang-switcher {
  display: flex;
  align-items: center;
  height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  background-color: #ebedf0;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #002c75; }

.news-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  background-color: #ebedf0;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.2;
  color: #002c75; }

.header-action-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 4px;
  width: 100%;
  min-width: 0;
  flex: 1; }

.header-action {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  border-radius: 20px;
  background-color: #ebedf0;
  font-size: 24px;
  color: #002c75;
  cursor: pointer; }
  .header-action[data-prod-count]:after {
    content: attr(data-prod-count);
    position: absolute;
    top: -8px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ff0000;
    font-size: 12px;
    color: #f5f5f5; }

.page-content {
  width: 100%;
  height: 100%;
  flex: 1; }

.hero-section {
  position: relative;
  width: 100%;
  height: 200vh; }

.hero-timer-section {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  padding-top: calc(5vw - 15px); }

.hero-living-bread {
  width: 100%;
  transform: rotateZ(-7deg);
  padding-left: calc(2vw - 15px);
  padding-right: calc(2vw - 15px); }

.living-bread-label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 401;
  color: #002c75;
  font-size: calc(4.1vw - 15px);
  padding-left: calc(3vw - 15px);
  padding-right: calc(3vw - 15px); }

.living-bread-timer {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  column-gap: calc(6.1vw - 15px);
  overflow: hidden;
  position: relative; }
  .living-bread-timer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.5%;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(90deg, #002C75, #002C75 0%, #002C75 1%, transparent 1%, transparent 2%);
    overflow: hidden; }

.living-bread-timer-el {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 401;
  color: #002c75; }
  .living-bread-timer-el:not(:last-child) {
    position: relative; }
    .living-bread-timer-el:not(:last-child):after {
      content: ':';
      position: absolute;
      top: 50%;
      right: calc(-6.6vw - 15px);
      font-size: calc(18vw - 15px);
      transform: translateY(-50%); }

.living-bread-timer-number {
  font-size: calc(16vw - 15px);
  margin-bottom: calc(-0.1vw - 15px); }

.living-bread-timer-label {
  font-size: calc(4vw - 15px);
  text-transform: uppercase; }

.hero-timer-content {
  width: 100%;
  max-width: 335px;
  position: fixed;
  right: 59px;
  bottom: 52px;
  font-size: 15px;
  line-height: 1.2;
  color: #002c75;
  z-index: 10;
  pointer-events: none; }

@supports (animation-timeline: view()) {
  .hero-timer-content {
    animation-timeline: view();
    animation-name: text-anim;
    animation-fill-mode: both;
    animation-range: entry 100% cover 100%;
    animation-duration: auto; } }
@keyframes text-anim {
  0% {
    opacity: 1; }
  90%, 100% {
    opacity: 0; } }
.hero-video-section {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  cursor: url("./../assets/images/mouse-video.png") 10 10, auto; }
  .hero-video-section video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.hero-decor-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none; }
  .hero-decor-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #e6e6e6, transparent); }

.hero-decor {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 810px;
  height: 100%;
  background-color: #f5f5f5;
  transform-origin: center bottom; }

@supports (animation-timeline: view()) {
  .hero-decor {
    animation-timeline: view();
    animation-name: decor_rotate;
    animation-fill-mode: both;
    animation-range: entry 0% cover 50%;
    animation-duration: auto; } }
.bread-list-wrapper {
  width: 100%; }

.bread-list-block {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 99px;
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -100vh; }

@supports (animation-timeline: view()) {
  .bread-list-block {
    animation-timeline: view();
    animation-name: list_fade_in;
    animation-fill-mode: both;
    animation-range: entry 90% cover 90%;
    animation-duration: auto; } }
.bread-list-title {
  width: 100%;
  text-align: center;
  font-size: 44px;
  line-height: 1.2;
  color: #002c75;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px; }

.bread-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  width: 100%;
  padding-bottom: 120px; }

.bread-card {
  cursor: default;
  width: 100%;
  padding: 24px 20px;
  background-color: transparent;
  border-radius: 24px;
  transition: background-color .24s; }
  .bread-card:hover, .bread-card:active, .bread-card.selected {
    background-color: #EBEDF0; }
  .bread-card:active .bread-card-to-cart, .bread-card.selected .bread-card-to-cart {
    background-color: #002C75;
    color: #FFFFFF; }

.bread-card-images {
  display: block;
  width: 132px;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px; }

.bread-card-title {
  width: 100%;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #002b76;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center; }

.bread-card-ingredients {
  width: 100%;
  text-align: center;
  color: #002b76;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 33px; }
  .bread-card-ingredients span {
    color: rgba(0, 43, 118, 0.4);
    text-transform: capitalize; }

.bread-card-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
  position: relative; }
  .bread-card-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1%;
    width: 104%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(0, 44, 117, 0.3), rgba(0, 44, 117, 0.3) 0%, rgba(0, 44, 117, 0.3) 2%, transparent 2%, transparent 4%);
    overflow: hidden; }

.bread-card-info {
  width: 100%;
  min-width: 0;
  flex: 1; }

.bread-card-price {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  color: #002c75;
  font-weight: 700;
  margin-bottom: 8px; }

.bread-card-weight {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 44, 117, 0.3); }

.bread-card-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 44px;
  border-radius: 22px;
  background-color: #ebedf0;
  font-size: 26px;
  color: #002c75;
  cursor: pointer;
  transition: background-color .24s, color .24s; }

.about-us-section {
  width: 100%; }

.about-us-decoration-block {
  position: relative;
  width: 100%; }
  .about-us-decoration-block:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 65.324%; }
  .about-us-decoration-block svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    max-width: 719px; }

.about-us-content-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10; }

@supports (animation-timeline: view()) {
  .about-us-content-inner-wrapper {
    animation-timeline: view();
    animation-name: bottom-content-anim;
    animation-fill-mode: both;
    animation-range: entry 80% cover 100%;
    animation-duration: auto; } }
@keyframes bottom-content-anim {
  0% {
    transform: rotate(0) translateY(0); }
  100% {
    transform: rotate(-4deg) translateY(-50%); } }
.about-us-content-inner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 810px;
  background-color: #f5f5f5;
  padding: 0 10px;
  transform-origin: top; }

.about-us-content-wrapper {
  width: 100%; }
  .about-us-content-wrapper ul {
    counter-reset: list-counter; }
  .about-us-content-wrapper li {
    position: relative;
    padding-left: 50%;
    font-size: 15px;
    line-height: 1.2;
    color: #002C75; }
    .about-us-content-wrapper li:not(:last-child) {
      margin-bottom: 12px; }
    .about-us-content-wrapper li:before {
      content: "0" counter(list-counter);
      counter-increment: list-counter;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 10px;
      line-height: 1.2;
      color: rgba(0, 44, 117, 0.3); }

.about-us-content-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 72px;
  font-weight: 400; }
  .about-us-content-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    min-width: 0;
    flex: 1;
    pointer-events: none; }
  .about-us-content-title span {
    display: block;
    width: 100%;
    min-width: 0;
    flex: 1;
    color: rgba(0, 44, 117, 0.3);
    font-size: 15px;
    line-height: 1.2; }

.go-to-top-section {
  width: 100%;
  padding-bottom: 160px;
  padding-top: 72px; }

.go-to-top-title {
  width: 100%;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 0.9;
  color: #002c75;
  margin-bottom: 52px;
  text-align: center; }

.go-to-top-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.go-to-top-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center; }
  .go-to-top-link i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #ebedf0;
    font-size: 8px;
    color: #002c75;
    border-radius: 50%; }

.go-to-top-text {
  display: flex;
  align-items: center;
  height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 13px;
  font-size: 15px;
  line-height: 1.2;
  color: #002c75;
  text-transform: capitalize;
  background-color: #ebedf0; }

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  flex: 0 0 auto;
  padding: 160px 20px 20px; }
  .site-footer img {
    display: block;
    width: 100%;
    margin-bottom: 12px; }

.site-footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.site-footer-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px; }

.site-footer-desc-el {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px; }

.site-footer-desc-title {
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 44, 117, 0.3);
  text-transform: capitalize; }

.site-footer-desc-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px; }
  .site-footer-desc-data a {
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    background-color: #ebedf0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.2;
    color: #002c75; }

.site-footer-desc-copyright {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px; }

.site-footer-copyright span {
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #002C75;
  font-size: 14px;
  color: #002C75; }

.news-page-wrapper {
  width: 100%;
  padding-bottom: 436px; }

.news-page-container {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
  padding: 99px 20px 160px; }

.news-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.2;
  color: #002c75;
  margin-bottom: 72px; }

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  width: 100%; }

.news-el {
  width: 100%; }
  .news-el:hover .news-el-info i {
    background-color: #002c75;
    color: #ffffff; }
    .news-el:hover .news-el-info i:before {
      transform: rotateZ(45deg); }

.news-el-image {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px; }
  .news-el-image:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 62.4%; }
  .news-el-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.news-el-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; }
  .news-el-info i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 10px;
    color: #002c75;
    background-color: #ebedf0;
    transition: background-color 240ms, color 240ms; }
    .news-el-info i:before {
      transition: transform 240ms;
      transform: rotateZ(90deg); }

.news-el-info-data {
  width: 100%;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75px;
  background-color: #ebedf0;
  border-radius: 20px;
  padding: 10px 20px; }

.news-el-title {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  color: #002c75;
  font-weight: 400; }

.news-el-date {
  width: 100%;
  color: rgba(0, 44, 117, 0.3);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400; }

.news-article-wrapper {
  width: 100%;
  padding-bottom: 436px; }

.news-article-container {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 99px 20px 160px;
  background-color: #f5f5f5; }

.news-article-back-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 44, 117, 0.3);
  text-transform: capitalize;
  margin-bottom: 20px; }

.news-article-title {
  width: 100%;
  font-size: 44px;
  line-height: 0.9;
  color: #002C75;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

.news-article-time {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 44, 117, 0.3);
  margin-bottom: 72px; }

.news-article-poster {
  display: block;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px; }

.news-article-content {
  width: 100%; }
  .news-article-content h1, .news-article-content h2, .news-article-content h3, .news-article-content h4, .news-article-content h5, .news-article-content h6 {
    color: rgba(0, 44, 117, 0.3);
    line-height: 1.2;
    margin-bottom: 32px;
    font-weight: 400; }
  .news-article-content h1, .news-article-content h2 {
    font-size: 21px; }
  .news-article-content h3 {
    font-size: 18px; }
  .news-article-content h4, .news-article-content h5, .news-article-content h6 {
    font-size: 15px; }
  .news-article-content p {
    width: 100%;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.2;
    color: #002c75; }
  .news-article-content a {
    color: rgba(0, 44, 117, 0.3); }
    .news-article-content a:hover {
      text-decoration: underline; }
  .news-article-content .wp-block-video {
    margin-bottom: 40px; }
  .news-article-content video {
    width: 100%; }
  .news-article-content blockquote {
    width: 100%;
    margin: 0 0 40px;
    padding: 20px;
    border-radius: 20px;
    background-color: #ebedf0; }
    .news-article-content blockquote p {
      width: 100%;
      text-align: center;
      font-size: 44px;
      line-height: 0.9;
      color: #002C75;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 52px; }
    .news-article-content blockquote cite {
      font-style: normal;
      color: #002c75;
      font-size: 15px;
      line-height: 1.2;
      text-align: center; }
      .news-article-content blockquote cite strong {
        display: block;
        color: rgba(0, 44, 117, 0.3);
        font-weight: 400; }
  .news-article-content ul {
    counter-reset: list-counter;
    margin-bottom: 40px; }
  .news-article-content li {
    position: relative;
    padding-left: 50%;
    font-size: 15px;
    line-height: 1.2;
    color: #002C75; }
    .news-article-content li:not(:last-child) {
      margin-bottom: 12px; }
    .news-article-content li:before {
      content: "0" counter(list-counter);
      counter-increment: list-counter;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 10px;
      line-height: 1.2;
      color: rgba(0, 44, 117, 0.3); }

.news-article-gallery-slider-wrapper {
  position: relative;
  margin-bottom: 120px; }
  .news-article-gallery-slider-wrapper .news-article-gallery-count {
    position: absolute;
    bottom: 13px;
    left: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #002c75; }

.news-article-gallery-slider {
  width: 100%; }
  .news-article-gallery-slider .news-article-gallery-slide {
    border-radius: 20px;
    overflow: hidden; }
  .news-article-gallery-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    column-gap: 8px;
    width: 100%; }
    .news-article-gallery-slider .owl-nav button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 12px;
      background-color: #ebedf0;
      color: #002c75;
      cursor: pointer; }
      .news-article-gallery-slider .owl-nav button:nth-child(1) span {
        transform: rotateZ(-90deg); }
      .news-article-gallery-slider .owl-nav button:nth-child(2) span {
        transform: rotateZ(90deg); }

.other-news {
  width: 100%; }

.other-news-title {
  width: 100%;
  text-align: center;
  margin-bottom: 72px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 44px;
  line-height: 0.9;
  color: #002c75; }

@keyframes decor_rotate {
  0% {
    opacity: 0;
    transform: rotateZ(-15deg); }
  100% {
    opacity: 1;
    transform: rotateZ(0); } }
@keyframes list_fade_in {
  0% {
    opacity: 0; }
  5%, 100% {
    opacity: 1; } }
.custom-video-cursor {
  position: absolute;
  top: calc(100% - 52px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  z-index: 10; }
  .custom-video-cursor img {
    width: 113px;
    height: 26px;
    object-fit: contain;
    display: block; }

.cvc-text {
  display: flex;
  flex: 0 0 auto;
  min-width: 87px;
  padding: 4px 8px;
  border-radius: 100px;
  background-color: #002C75;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  text-transform: capitalize; }

.cvc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #002C75; }

.cvc-icon {
  display: block;
  font-size: 8px;
  color: #ffffff; }

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