@charset "UTF-8";
/* Globalne style (SCSS) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* Fonty z Google (na końcu, bo to CSS, nie SCSS) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
#article__hero {
  width: 100%;
  height: 50vh;
  padding-bottom: 40px;
  position: relative;
  background-size: cover;
}
@media (min-width: 1280px) {
  #article__hero {
    height: 650px;
  }
}
#article__hero .article__background {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/aktualnosci.webp);
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article__hero .article__header {
  font-weight: normal;
  z-index: 2;
  text-align: center;
  font-size: 5rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#article__hero .article__header h1 {
  margin: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #article__hero .article__header {
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  #article__hero .article__header {
    font-size: 11rem;
    bottom: -120px;
  }
}
#article__hero .article__box {
  display: flex;
  justify-content: center;
}

header ul a:visited {
  color: #242961 !important;
}
header ul,
header li {
  list-style: none !important;
}
header.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  width: 100%;
  background: #fff;
  overflow: visible;
}
header.site-header .header,
header.site-header .site-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  overflow: visible;
}

.header__logo {
  flex: 0 0 auto;
}
.header__logo img {
  max-height: 50px;
  width: auto;
  height: auto;
}
.header__menu {
  display: flex;
  align-items: center;
  margin-left: 0;
  gap: 12px;
  overflow: visible;
  flex: 1;
}
@media (min-width: 1024px) {
  .header__menu #site-nav {
    margin-left: 0;
    margin-right: auto;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .header__menu .nav {
    margin-left: 0;
    overflow: visible;
    position: static;
  }
}
.header__buttons {
  display: none;
  gap: 12px;
  align-items: center;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .header__buttons {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header__buttons {
    gap: 8px;
    margin-right: 8px;
  }
}
.header__phone {
  font-size: 16px;
  font-weight: 600;
  color: #B72D35 !important;
  text-decoration: none;
}
.header__phone:hover {
  text-decoration: underline;
}
.header__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header__button {
    padding: 8px 14px;
    font-size: 0.85rem;
    gap: 6px;
  }
}
@media (min-width: 1400px) {
  .header__button {
    padding: 12px 24px;
    font-size: 1.1rem;
  }
}
.header__button-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header__button-icon {
    width: 16px;
    height: 16px;
  }
}
.header__button span {
  position: relative;
  z-index: 1;
}
.header__button:hover .header__button-icon {
  transform: scale(1.1);
}
.header__button--panel {
  background-color: #EB811A !important;
  background-image: none !important;
  color: #fff !important;
  border: 2px solid #EB811A !important;
}
.header__button--panel span {
  color: #fff !important;
}
.header__button--panel:hover {
  background-color: #d16d0d !important;
  background-image: none !important;
  border-color: #d16d0d !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.header__button--panel:active {
  background-color: #bc6108 !important;
  background-image: none !important;
  transform: translateY(0);
}
.header__button--call {
  background-color: #fff !important;
  background-image: none !important;
  color: #242961 !important;
  border: 1px solid #EB811A !important;
}
.header__button--call span {
  color: #242961 !important;
}
.header__button--call:hover {
  background-color: #EB811A !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #EB811A !important;
  transform: translateY(-1px);
}
.header__button--call:hover span {
  color: #fff !important;
}
.header__button--call:active {
  background-color: #d16d0d !important;
  background-image: none !important;
  transform: translateY(0);
}
.header__button--cta {
  border-radius: 30px;
}

.hamburger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  height: 44px;
  padding: 0 0.75rem;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1200;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger__box {
  position: relative;
  width: 20px;
  height: 14px;
}
.hamburger__inner {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.hamburger__inner::before {
  top: -6px;
}
.hamburger__inner::after {
  top: 6px;
}
.hamburger.is-active .hamburger__inner {
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger__inner::before {
  top: 0;
  transform: rotate(90deg);
}
.hamburger.is-active .hamburger__inner::after {
  top: 0;
  opacity: 0;
}
.hamburger__label {
  font-size: 0.85rem;
  font-weight: 600;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0.75rem 1rem;
  transition: color 0.2s ease, background 0.2s ease;
}
.menu a:visited {
  color: #EB811A !important;
}
.menu a:hover {
  background: #f5f5f5;
  color: #e63946;
}
.menu-link {
  padding: 40px 0;
}
.menu-item {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .menu-item {
    padding: 0 6px;
  }
}
.menu-item.submenu-open > .sub-menu {
  display: flex;
}
.menu-item.submenu-open > .submenu-toggle {
  transform: rotate(180deg);
}

.nav ul,
.menu ul,
.sub-menu ul,
.site-header ul {
  margin: 0 !important;
  text-transform: uppercase;
}

.nav {
  position: fixed;
  inset: 0 0 0 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 2rem;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1100;
}
.nav--open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.3s ease, visibility 0s linear 0s;
}
@media (min-width: 1024px) {
  .nav {
    visibility: visible;
    pointer-events: auto;
  }
}
.nav__list {
  font-size: 1.7rem;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .nav__list {
    font-size: 1.4rem;
  }
}
.nav .menu,
.nav .nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 2rem 1.5rem;
}
.nav .menu > li,
.nav .nav__list > li {
  width: 100%;
}
.nav .menu > li > a,
.nav .nav__list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.75rem 1rem;
}
.nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.3rem 1rem;
}
.nav .sub-menu__links {
  flex: 1 1 50%;
}
.nav .sub-menu__links .sub-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav .sub-menu__links .sub-menu__list > li {
  width: 100%;
}
.nav .sub-menu__links .sub-menu__list > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}
.nav .sub-menu__links .sub-menu__list > li > a:hover {
  color: #EB811A;
}
.nav .sub-menu__icon {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #ccc;
  transition: color 0.3s ease, transform 0.3s ease;
}
.nav .sub-menu__icon img {
  max-width: 220px !important;
}
.nav .sub-menu__icon.is-active {
  color: #e63946;
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .nav {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row;
  }
  .nav .menu,
  .nav .nav__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 auto;
    gap: 2rem;
    width: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .nav .menu,
  .nav .nav__list {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .nav .menu > li,
  .nav .nav__list > li {
    width: auto;
  }
  .nav .menu > li > a,
  .nav .nav__list > li > a {
    min-height: 0;
    padding: 0.5rem 0.75rem;
  }
  .nav .menu a,
  .nav .nav__list a {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .nav .menu a,
  .nav .nav__list a {
    padding: 0.4rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .nav .menu-item,
  .nav .nav__list-item {
    position: relative;
    display: inline-block;
  }
  .nav .menu-item-has-children > a,
  .nav .nav__list-item-has-children > a {
    position: relative;
  }
  .nav .menu-item-has-children > a::after,
  .nav .nav__list-item-has-children > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 12px;
  }
  .nav .menu-item-has-children > .sub-menu,
  .nav .nav__list-item-has-children > .sub-menu {
    position: fixed;
    top: 140px;
    left: 0;
    list-style: none !important;
    width: 100vw;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2rem 3rem;
    display: none;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    z-index: 999;
  }
  .nav .menu-item-has-children:hover > .sub-menu,
  .nav .menu-item-has-children > .sub-menu:hover,
  .nav .nav__list-item-has-children:hover > .sub-menu,
  .nav .nav__list-item-has-children > .sub-menu:hover {
    display: flex;
  }
}

.submenu-toggle {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .submenu-toggle {
    display: none;
  }
}

html.no-scroll {
  overflow: hidden;
}

.content-area .entry-header {
  height: 0;
}
.content-area .entry-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  font-size: 4rem;
  text-align: center;
}
.content-area .entry-content {
  font-size: 1.7rem;
}
.content-area .entry-content p {
  font-size: 1.7rem;
}

.blog__background {
  height: 70vh;
  width: 100%;
  background-position: top;
  background-size: cover;
  position: relative;
}

.blog__posts-grid {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
.blog__pagination .page-numbers {
  margin: 0 5px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #E5E5E5;
}
.blog__pagination .page-numbers:hover {
  color: #242961;
}
.blog__pagination .page-numbers.current {
  color: #242961;
  font-weight: bold;
}
.blog .article-container {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  min-height: 400px;
}
.blog .article-container .article-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .blog .article-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .blog .article-container {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.blog .article-container .thumbnail-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  border: none;
  padding: 0;
  margin: 0;
}
.blog .article-container .thumbnail-image img {
  display: none;
}
.blog .article-container h2 {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  .blog .article-container h2 {
    height: 80px;
  }
}
.blog .article-container h2 a {
  color: #242961;
}
.blog .article-container h2 a:visited {
  color: #242961;
}
.blog .article-container h2 a:hover {
  text-decoration: none;
  color: #242961;
}
.blog .article-container a {
  color: #242961;
}
.blog .article-container a:visited {
  color: #242961;
}
.blog .article-container a:hover {
  text-decoration: none;
  color: #242961;
}
.blog .article-container .article-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 1.7rem;
}
.blog .article-container .article-content:hover {
  text-decoration: none;
}
.blog .article-container .article-content .entry-content {
  margin-bottom: 15px;
}
.blog .article-container .article-content .btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 500;
  color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #242961, #242961);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #242961;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 12px 24px;
  cursor: pointer;
  outline: none;
  min-width: 160px;
  max-width: 40%;
  text-transform: none;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.blog .article-container .article-content .btn:hover {
  background-size: 100% 100%, 100% 100%;
  color: #242961 !important;
  border-color: #242961;
  transform: translateY(-1px);
}
.blog .article-container .article-content .btn:active {
  transform: translateY(0);
}
.blog .article-container .article-content .btn:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}

/*!
Theme Name: ExistAgency
Theme URI: http://underscores.me/
Author: Agency
Author URI: http://google.com
Description:
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ekspresowe is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#block_footer {
  background-color: #242961;
  padding: 60px 0;
  position: relative;
}
#block_footer .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#block_footer .footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#block_footer .footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#block_footer .footer__logo img {
  width: 250px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_footer .footer__logo img {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  #block_footer .footer__logo img {
    width: 350px;
  }
}
#block_footer .footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#block_footer .footer__name {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_footer .footer__name {
    font-size: 1.8rem;
  }
}
#block_footer .footer__email {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_footer .footer__email {
    font-size: 1.5rem;
  }
}
#block_footer .footer__social {
  display: flex;
  gap: 15px;
  justify-content: center;
}
#block_footer .footer__social a {
  color: #fff;
  transition: opacity 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block_footer .footer__social a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
#block_footer .footer__social a svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_footer .footer__social a svg {
    width: 28px;
    height: 28px;
  }
}

.hentry {
  margin: 0 !important;
}

body {
  background-color: #fff;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

* {
  box-sizing: border-box;
}

::selection {
  background: rgba(183, 45, 53, 0.5);
  color: #fff;
}

::-moz-selection {
  background: rgba(183, 45, 53, 0.5);
  color: #fff;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-size: 10px;
}

a,
img,
img a {
  outline: none !important;
}

p,
a {
  color: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 500;
  color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #242961, #242961);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #242961;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 12px 24px;
  cursor: pointer;
  outline: none;
  min-width: 120px;
  text-transform: none;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .button__button {
    padding: 7px 15px;
  }
}
@media (min-width: 1700px) {
  .button__button {
    font-size: 1.4rem;
    padding: 7px 40px;
  }
}
.button__button:hover {
  background-size: 100% 100%, 100% 100%;
  color: #242961 !important;
  border-color: #242961;
  transform: translateY(-1px);
}
.button__button:active {
  transform: translateY(0);
}
.button__button:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}

.falkheader {
  font-size: 3.2rem !important;
  line-height: 0.9 !important;
  font-weight: bold !important;
  color: #242961;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .falkheader {
    font-size: 3.5rem !important;
    line-height: 1.05 !important;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falkheader {
    font-size: 4rem !important;
    line-height: 1.1 !important;
  }
}
@media (min-width: 1280px) {
  .falkheader {
    font-size: 4rem !important;
    line-height: 1 !important;
  }
}

.falktop {
  font-size: 1.5rem !important;
  line-height: 1 !important;
  color: #242961;
}

.falkh1 {
  font-size: 4rem !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  font-family: "Poppins", sans-serif !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falkh1 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1700px) {
  .falkh1 {
    font-size: 5rem !important;
  }
}

.falkh2 {
  font-size: 3rem !important;
  line-height: 1.1 !important;
  font-weight: bold !important;
  font-family: "Poppins", sans-serif !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falkh2 {
    font-size: 3.4rem !important;
  }
}
@media (min-width: 1700px) {
  .falkh2 {
    font-size: 3.8rem !important;
  }
}

.falkh3 {
  font-size: 2.4rem !important;
  line-height: 1.3 !important;
  font-weight: bold !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falkh3 {
    font-size: 2.8rem !important;
  }
}
@media (min-width: 1700px) {
  .falkh3 {
    font-size: 3rem !important;
  }
}

.falkh4 {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falkh4 {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 1700px) {
  .falkh4 {
    font-size: 2.4rem !important;
  }
}

.falktext {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falktext {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 1700px) {
  .falktext {
    font-size: 2rem !important;
  }
}

.falktext-small {
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .falktext-small {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1700px) {
  .falktext-small {
    font-size: 1.6rem !important;
  }
}

.header__menu {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .menu-link {
    padding: 0;
  }
}

.nav__social {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .nav__social {
    display: none;
  }
}

.single__recent-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}

.single__recent-item {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.single__recent-item h3 {
  color: #242961;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
.single__recent-item p {
  margin-top: 5px;
}
.single__recent-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .single__recent-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .single__recent-item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

.single-post article header {
  position: unset;
  background-color: #fff;
}
.single-post article .post-thumbnail img {
  display: none;
}
.single-post article h1 {
  font-size: 2rem;
}
.single-post article p {
  font-size: 1.2rem;
  padding-top: 20px;
}

#social-media-fixed {
  position: fixed;
  left: calc((100vw - 1616px) / 2 - 50px);
  bottom: 10vh;
  z-index: 9999;
}
#social-media-fixed a {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
#social-media-fixed a:hover {
  opacity: 0.5;
}
#social-media-fixed a img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  max-height: 25px;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1850px) {
  #social-media-fixed {
    left: calc((100% - 1616px) / 2 - 50px);
  }
}
@media screen and (max-width: 1700px) {
  #social-media-fixed {
    left: calc((100% - 1476px) / 2 - 50px);
  }
}
@media screen and (max-width: 1616px) {
  #social-media-fixed {
    left: 20px;
  }
}
@media screen and (max-width: 576px) {
  #social-media-fixed {
    display: none;
  }
}

.topBar__top {
  background-color: #242961;
  padding: 12px 0;
}

@media (max-width: 767px) {
  .topBar #hidden {
    display: none !important;
  }
}
.topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topBar__left {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.topBar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.topBar__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.topBar__link:hover {
  opacity: 0.8;
}
.topBar__link span {
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .topBar__link span {
    font-size: 1.2rem;
  }
}
.topBar__icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
@media (min-width: 1400px) {
  .topBar__icon {
    width: 20px;
    height: 20px;
  }
}

p {
  margin-bottom: 0 !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
ul li,
ol li {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 45px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

a {
  text-decoration: none;
  outline: none;
}

*::selection {
  color: #fff;
  background-color: #242961;
}

/* Style dla bloków */
#block_beam {
  background-color: #242961;
  padding: 40px 0;
  position: relative;
}
#block_beam::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  height: 36px;
  background: radial-gradient(circle at 10px 2px, #fff 10px, transparent 10px) repeat-x;
  background-size: 27px 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_beam {
    padding: 50px 0;
  }
}
@media (min-width: 1700px) {
  #block_beam {
    padding: 60px 0;
  }
}
#block_beam .beam {
  text-align: center;
}
#block_beam .beam__header {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_beam .beam__header {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_beam .beam__header {
    font-size: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_beam .beam__header {
    font-size: 36px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1280px) {
  #block_beam .beam__header {
    font-size: 45px;
    margin: 0 0 30px 0;
  }
}
#block_beam .beam__header-bold {
  font-weight: 700;
  border-bottom: 3px solid #B72D35;
  display: inline-block;
  padding-bottom: 2px;
}
#block_beam .beam__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #242961;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_beam .beam__button {
    padding: 12px 35px;
    font-size: 16px;
  }
}
#block_beam .beam__button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#block_beam .beam__button:hover {
  background-color: #E5E5E5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#block_blockleftphoto {
  padding: 40px 0;
}
@media (min-width: 1700px) {
  #block_blockleftphoto {
    padding: 30px 0;
  }
}

.blockleftphoto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockleftphoto {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .blockleftphoto {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1700px) {
  .blockleftphoto {
    flex-direction: row;
    align-items: center;
  }
}
.blockleftphoto__left {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockleftphoto__left {
    width: 35%;
    padding: 40px 40px 40px 0;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .blockleftphoto__left {
    width: 50%;
    padding: 40px 40px 40px 0;
    align-items: center;
  }
}
@media (min-width: 1700px) {
  .blockleftphoto__left {
    width: 35%;
    padding: 40px 40px 40px 0;
    align-items: center;
  }
}
.blockleftphoto__photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1700px) {
  .blockleftphoto__photo {
    max-height: 500px;
  }
}
.blockleftphoto__right {
  width: 100%;
  padding: 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockleftphoto__right {
    width: 65%;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 1280px) {
  .blockleftphoto__right {
    width: 50%;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 1700px) {
  .blockleftphoto__right {
    width: 65%;
    padding: 40px 0 40px 40px;
  }
}
.blockleftphoto__header {
  margin-bottom: 20px;
}
@media (min-width: 1700px) {
  .blockleftphoto__header {
    margin-bottom: 24px;
  }
}
.blockleftphoto__header h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  color: #242961;
}
.blockleftphoto__header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #B72D35;
}
@media (min-width: 1700px) {
  .blockleftphoto__header h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .blockleftphoto__header h2 {
    font-size: 4rem;
  }
}
.blockleftphoto__header h2 strong {
  font-weight: 700;
}
.blockleftphoto__header h2 em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  color: #242961;
}
.blockleftphoto__text {
  margin-bottom: 20px;
}
@media (min-width: 1700px) {
  .blockleftphoto__text {
    margin-bottom: 24px;
  }
}
.blockleftphoto__text p {
  margin: 0 0 12px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #242961;
}
@media (min-width: 1280px) {
  .blockleftphoto__text p {
    font-size: 2rem;
  }
}
.blockleftphoto__text p:last-child {
  margin-bottom: 0;
}
.blockleftphoto__text p strong {
  font-weight: 700;
}
.blockleftphoto__text p a {
  color: #242961;
  text-decoration: underline;
}
.blockleftphoto__text p a:hover {
  text-decoration: none;
}
.blockleftphoto__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  padding: 20px 44px;
  border-radius: 25px;
  border: none;
  background-color: #242961;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .blockleftphoto__button {
    width: 100%;
    padding: 16px 32px;
    font-size: 1.6rem;
  }
}
.blockleftphoto__button:hover, .blockleftphoto__button:visited:hover {
  background-color: #B72D35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blockleftphoto__button:visited {
  color: #fff;
}
.blockleftphoto__button:active {
  transform: translateY(0);
}
.blockleftphoto__button:focus-visible {
  outline: 2px solid #242961;
  outline-offset: 2px;
}

#block_blockphotoright {
  padding: 40px 0;
}
@media (min-width: 1700px) {
  #block_blockphotoright {
    padding: 30px 0;
  }
}

.blockphotoright {
  display: flex;
  flex-direction: column-reverse;
  background-color: #f5f5f5;
  border-radius: 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockphotoright {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .blockphotoright {
    flex-direction: row;
  }
}
@media (min-width: 1700px) {
  .blockphotoright {
    flex-direction: row;
  }
}
.blockphotoright__bigheader {
  margin: 0 0 30px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #242961;
  text-align: center;
}
@media (min-width: 1700px) {
  .blockphotoright__bigheader {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .blockphotoright__bigheader {
    font-size: 4.8rem;
  }
}
.blockphotoright__left {
  width: 100%;
  padding: 20px 20px 0 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockphotoright__left {
    width: 50%;
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1280px) {
  .blockphotoright__left {
    width: 50%;
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1700px) {
  .blockphotoright__left {
    width: 50%;
    padding: 40px 40px 0 40px;
  }
}
.blockphotoright__right {
  width: 100%;
  padding: 0 20px 20px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  min-height: 300px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .blockphotoright__right {
    width: 50%;
    padding: 40px 40px 40px 0;
    border-radius: 0 15px 15px 0;
    min-height: 500px;
  }
}
@media (min-width: 1280px) {
  .blockphotoright__right {
    width: 50%;
    padding: 40px 40px 40px 0;
    border-radius: 0 15px 15px 0;
    min-height: 500px;
  }
}
@media (min-width: 1700px) {
  .blockphotoright__right {
    width: 50%;
    padding: 40px 40px 40px 0;
    border-radius: 0 15px 15px 0;
    min-height: 500px;
  }
}
.blockphotoright__header {
  margin-bottom: 20px;
}
@media (min-width: 1700px) {
  .blockphotoright__header {
    margin-bottom: 24px;
  }
}
.blockphotoright__header h2 {
  margin: 0 0 16px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #242961;
}
@media (min-width: 1700px) {
  .blockphotoright__header h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .blockphotoright__header h2 {
    font-size: 4rem;
  }
}
.blockphotoright__header h2 strong {
  font-weight: 700;
}
.blockphotoright__header h2 em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  color: #242961;
}
.blockphotoright__text p {
  margin: 0 0 12px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #242961;
}
@media (min-width: 1280px) {
  .blockphotoright__text p {
    font-size: 2rem;
  }
}
.blockphotoright__text p:last-child {
  margin-bottom: 0;
}
.blockphotoright__text p strong {
  font-weight: 700;
}
.blockphotoright__text p a {
  color: #242961;
  text-decoration: underline;
}
.blockphotoright__text p a:hover {
  text-decoration: none;
}

#block_contactform {
  background-color: #E5E5E5;
  padding: 40px 0;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_contactform {
    padding: 60px 40px;
  }
}
#block_contactform .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#block_contactform .form-col {
  flex: 1;
  min-width: 260px;
}
#block_contactform input,
#block_contactform select,
#block_contactform textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
#block_contactform textarea {
  min-height: 180px;
}
#block_contactform input[type=submit] {
  background: #94924c;
  width: 30%;
  color: #fff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  transition: background 0.2s;
}
#block_contactform input[type=submit]:hover {
  background: #7b7a3c;
}
#block_contactform .contact {
  background-color: #E5E5E5;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact {
    flex-direction: row-reverse;
    min-height: 500px;
    gap: 15px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact {
    flex-direction: row-reverse;
    min-height: 500px;
  }
}
@media (min-width: 1280px) {
  #block_contactform .contact {
    flex-direction: row-reverse;
  }
}
#block_contactform .contact__header {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #242961;
}
#block_contactform .contact__desc {
  font-size: 2rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 1280px) {
  #block_contactform .contact__desc {
    width: 40%;
  }
}
#block_contactform .contact__hours {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px 5px 30px 30px;
  padding: 20px;
  width: 100%;
}
#block_contactform .contact__button {
  display: flex;
  justify-content: flex-start;
  width: 100% ś;
}
#block_contactform .contact__appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 0 !important;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #242961, #242961);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #242961;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__appointment-btn {
    font-size: 1.3rem;
    padding: 8px 16px;
  }
}
#block_contactform .contact__appointment-btn:hover {
  background-size: 100% 100%, 100% 100%;
  color: #242961 !important;
  border-color: #242961;
  transform: translateY(-1px);
}
#block_contactform .contact__appointment-btn:active {
  transform: translateY(0);
}
#block_contactform .contact__appointment-btn:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}
#block_contactform .contact__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block_contactform .contact__icon img {
  width: 25px;
  height: 25px;
}
#block_contactform .contact__icon--phone {
  background-color: #9cae55;
}
#block_contactform .contact__icon--email {
  background-color: #c26b6b;
}
#block_contactform .contact__icon--address {
  background-color: #a4bcd6;
}
#block_contactform .contact__left {
  order: 2;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  #block_contactform .contact__left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  #block_contactform .contact__left {
    width: 30%;
  }
}
#block_contactform .contact__content strong {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #242961;
}
#block_contactform .contact__content a:hover {
  text-decoration: underline;
}
#block_contactform .contact__right {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 5px 5px 30px 30px;
  z-index: 999;
  order: 1;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    padding: 30px 20px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  #block_contactform .contact__right {
    width: 60%;
    margin-left: 30px;
  }
}
@media (min-width: 1500px) {
  #block_contactform .contact__right {
    width: 70%;
  }
}
#block_contactform .contact__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 5px 5px 30px 30px;
  background-color: #fff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px;
  margin-top: 20px;
}
#block_contactform .contact__info h4 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__info {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  #block_contactform .contact__info {
    margin-top: 0;
  }
}
#block_contactform .contact__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#block_contactform .contact__link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  #block_contactform .contact__link {
    margin-right: 20px;
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact__link {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__link {
    font-size: 1.6rem;
  }
}
#block_contactform .contact__social {
  width: 10%;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_contactform .contact__social {
    width: 7%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__social {
    width: 15%;
  }
}
@media (min-width: 1500px) {
  #block_contactform .contact__social {
    width: 15%;
  }
}
#block_contactform .contact__text {
  color: #242961;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__text {
    font-size: 1.6rem;
  }
}
#block_contactform .contact a {
  color: #242961;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  #block_contactform .contact a {
    margin-right: 20px;
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact a {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact a {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact a {
    font-size: 1.6rem;
  }
}
#block_contactform .contact__hours p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #242961;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .contact__hours p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__hours p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  #block_contactform .contact__hours p {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}
#block_contactform .contact__hours p:not(:last-child) {
  margin-bottom: 3px;
}
#block_contactform .contact__label {
  font-size: 2.8rem !important;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .contact__label {
    font-size: 2.2rem !important;
    font-weight: 600;
  }
}
#block_contactform .wpcf7-form {
  z-index: 999;
}
#block_contactform .wpcf7-form label {
  display: block;
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 400;
}
#block_contactform .wpcf7-form input[type=text],
#block_contactform .wpcf7-form input[type=email],
#block_contactform .wpcf7-form input[type=tel],
#block_contactform .wpcf7-form select,
#block_contactform .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #242961;
  background-color: transparent;
  color: #333;
  font-size: 1.4rem;
  padding: 12px 0;
  margin-bottom: 25px;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .wpcf7-form input[type=text],
  #block_contactform .wpcf7-form input[type=email],
  #block_contactform .wpcf7-form input[type=tel],
  #block_contactform .wpcf7-form select,
  #block_contactform .wpcf7-form textarea {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .wpcf7-form input[type=text],
  #block_contactform .wpcf7-form input[type=email],
  #block_contactform .wpcf7-form input[type=tel],
  #block_contactform .wpcf7-form select,
  #block_contactform .wpcf7-form textarea {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  #block_contactform .wpcf7-form input[type=text],
  #block_contactform .wpcf7-form input[type=email],
  #block_contactform .wpcf7-form input[type=tel],
  #block_contactform .wpcf7-form select,
  #block_contactform .wpcf7-form textarea {
    margin-bottom: 0;
  }
}
#block_contactform .wpcf7-form input[type=text]:focus,
#block_contactform .wpcf7-form input[type=email]:focus,
#block_contactform .wpcf7-form input[type=tel]:focus,
#block_contactform .wpcf7-form select:focus,
#block_contactform .wpcf7-form textarea:focus {
  border-bottom-color: #ffce00;
}
#block_contactform .wpcf7-form input[type=text]::placeholder,
#block_contactform .wpcf7-form input[type=email]::placeholder,
#block_contactform .wpcf7-form input[type=tel]::placeholder,
#block_contactform .wpcf7-form select::placeholder,
#block_contactform .wpcf7-form textarea::placeholder {
  color: #999;
  font-style: italic;
}
#block_contactform .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px;
  padding-right: 30px;
  cursor: pointer;
}
#block_contactform .wpcf7-form select::-ms-expand {
  display: none;
}
#block_contactform .wpcf7-form textarea {
  min-height: 40px;
  height: 110px;
  resize: vertical;
  padding-top: 12px;
}
#block_contactform .wpcf7-form .form-submit-section {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .wpcf7-form .form-submit-section {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  #block_contactform .wpcf7-form .form-submit-section {
    flex-direction: row;
    justify-content: space-between;
  }
}
#block_contactform .wpcf7-form .consent-text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.4;
  flex: 1;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_contactform .wpcf7-form .consent-text {
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  #block_contactform .wpcf7-form .consent-text {
    max-width: 60%;
    order: 2;
  }
}
#block_contactform .wpcf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none !important;
  cursor: pointer;
  min-width: 120px;
  align-self: flex-start;
  color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #242961, #242961);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #242961;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_contactform .wpcf7-form .wpcf7-submit {
    font-size: 1.35rem;
    padding: 9px 18px;
  }
}
#block_contactform .wpcf7-form .wpcf7-submit:hover {
  background-size: 100% 100%, 100% 100%;
  color: #242961 !important;
  border-color: #242961;
  transform: translateY(-1px);
}
#block_contactform .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
}
#block_contactform .wpcf7-form .wpcf7-submit:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}
#block_contactform .wpcf7-spinner {
  display: none;
}

#block_newsletter {
  padding: 20px 0;
}
@media (min-width: 1280px) {
  #block_newsletter {
    padding: 40px 0;
  }
}
#block_newsletter h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #242961;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_newsletter h3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1280px) {
  #block_newsletter h3 {
    font-size: 4rem;
  }
}
#block_newsletter {
  /* LOADER */
}
#block_newsletter .ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#block_newsletter .g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#block_newsletter .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#block_newsletter .ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer h4,
#block_newsletter #mlb2-38386748.ml-form-embedContainer p,
#block_newsletter #mlb2-38386748.ml-form-embedContainer span,
#block_newsletter #mlb2-38386748.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #ffffff;
  border-width: 0px;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 400px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 400px;
  width: 100%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0;
  flex: 1;
  min-width: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0;
  width: 100%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
  width: 100%;
  flex-basis: 100%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0;
  flex: 1;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #333333;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #333333;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #333333;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #333333;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://assets.mlcdn.com/ml/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}
#block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}
#block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}
#block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}
#block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #b72d35 !important;
  border-color: #b72d35;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #242961 !important;
  border-color: #242961 !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000000 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #b72d35 !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 14px 30px !important;
  width: auto !important;
  white-space: nowrap;
  box-sizing: border-box !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #242961 !important;
}
@media (min-width: 1280px) {
  #block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    padding: 15px 20px !important;
  }
}
#block_newsletter .ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://assets.mlcdn.com/ml/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}
#block_newsletter .ml-error input,
#block_newsletter .ml-error textarea,
#block_newsletter .ml-error select {
  border-color: red !important;
}
#block_newsletter .ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 4px;
  padding: 10px;
}
#block_newsletter .ml-error .label-description,
#block_newsletter .ml-error .label-description p,
#block_newsletter .ml-error .label-description p a,
#block_newsletter .ml-error label:first-child {
  color: #ff0000 !important;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}
@media only screen and (max-width: 400px) {
  #block_newsletter .ml-form-embedWrapper.embedDefault,
  #block_newsletter .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  #block_newsletter .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  #block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  #block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  #block_newsletter .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  #block_newsletter .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  #block_newsletter .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions {
  text-align: left;
  float: left;
  width: 100%;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent {
  margin: 0 0 15px 0;
  text-align: left;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.horizontal {
  margin: 0 0 15px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 10px 0;
  word-break: break-word;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 10px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a {
  color: #000000;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p:last-child {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p a {
  color: #000000;
  text-decoration: underline;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p:last-child {
  margin: 0 0 15px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
  margin: 0;
  padding: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox {
  margin: 0 0 10px 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox:last-child {
  margin: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .description {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0 0 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR {
  padding-bottom: 20px;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
#block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #block_newsletter #mlb2-38386748.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

#block_hero {
  padding: 40px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_hero {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  #block_hero {
    padding: 60px 0 80px 0;
    overflow: visible;
  }
}
#block_hero .hero {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#block_hero .hero__english-badge {
  display: none;
}
@media (min-width: 1280px) {
  #block_hero .hero__english-badge {
    display: block;
    position: absolute;
    top: 30px;
    right: -100px;
    width: 350px;
    height: auto;
    z-index: 10;
  }
}
@media (min-width: 1280px) {
  #block_hero .hero {
    flex-direction: row;
    gap: 60px;
    align-items: center;
    overflow: visible;
  }
}
#block_hero .hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media (min-width: 1280px) {
  #block_hero .hero__left {
    max-width: 50%;
  }
}
#block_hero .hero__right {
  flex: 1;
}
@media (min-width: 1280px) {
  #block_hero .hero__right {
    max-width: 50%;
  }
}
#block_hero .hero__image-wrapper {
  position: relative;
  margin-right: 0;
}
@media (min-width: 1280px) {
  #block_hero .hero__image-wrapper {
    margin-right: -142px;
  }
}
#block_hero .hero__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  color: #242961;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_hero .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  #block_hero .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  #block_hero .hero__title {
    font-size: 77px;
  }
}
#block_hero .hero__subtitle {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  #block_hero .hero__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  #block_hero .hero__subtitle {
    font-size: 25px;
  }
}
#block_hero .hero__subtitle p {
  margin: 0 0 10px 0;
  color: #B72D35;
}
#block_hero .hero__subtitle p:last-child {
  margin-bottom: 0;
}
#block_hero .hero__subtitle strong,
#block_hero .hero__subtitle b {
  color: #B72D35;
  font-weight: 700;
}
#block_hero .hero__subtitle em,
#block_hero .hero__subtitle i {
  font-style: italic;
}
#block_hero .hero__description {
  font-size: 15px;
  line-height: 1.6;
  color: #242961;
  margin: 10px 0;
}
@media (min-width: 1280px) {
  #block_hero .hero__description {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  #block_hero .hero__description {
    font-size: 20px;
  }
}
#block_hero .hero__description p {
  margin: 0 0 15px 0;
}
#block_hero .hero__description p:last-child {
  margin-bottom: 0;
}
#block_hero .hero__description strong,
#block_hero .hero__description b {
  font-weight: 700;
}
#block_hero .hero__description em,
#block_hero .hero__description i {
  font-style: italic;
}
#block_hero .hero__description a {
  color: #B72D35;
  text-decoration: underline;
  transition: color 0.3s ease;
}
#block_hero .hero__description a:hover {
  color: #B72D35;
}
#block_hero .hero__description ul,
#block_hero .hero__description ol {
  margin: 10px 0 15px 20px;
  padding: 0;
}
#block_hero .hero__description ul li,
#block_hero .hero__description ol li {
  margin-bottom: 8px;
}
#block_hero .hero__description ul li:last-child,
#block_hero .hero__description ol li:last-child {
  margin-bottom: 0;
}
#block_hero .hero__description ul {
  list-style-type: disc;
}
#block_hero .hero__description ol {
  list-style-type: decimal;
}
#block_hero .hero__bottom-text {
  font-size: 14px;
  line-height: 1.5;
  color: #B72D35;
  font-weight: 500;
  margin: 15px 0;
}
@media (min-width: 1280px) {
  #block_hero .hero__bottom-text {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  #block_hero .hero__bottom-text {
    font-size: 16px;
  }
}
#block_hero .hero__bottom-text strong {
  font-weight: 700;
}
#block_hero .hero__button {
  display: inline-block;
  background: #242961;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  #block_hero .hero__button {
    padding: 14px 28px;
    font-size: 16px;
  }
}
#block_hero .hero__button:hover {
  background: #242961;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 41, 97, 0.3);
}
#block_hero .hero__stats {
  display: none;
  flex-direction: row;
  background: rgba(183, 45, 53, 0.95);
  padding: 20px 30px;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1280px) {
  #block_hero .hero__stats {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: -170px;
    padding: 25px 40px;
    width: 700px;
    max-width: calc(100% - 40px);
  }
}
#block_hero .hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  border-right: 1px solid #fff;
}
#block_hero .hero__stat:last-child {
  border-right: none;
}
#block_hero .hero__stat--center {
  justify-content: center;
}
#block_hero .hero__stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  #block_hero .hero__stat-number {
    font-size: 36px;
  }
}
#block_hero .hero__stat-label {
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  #block_hero .hero__stat-label {
    font-size: 15px;
  }
}
#block_hero .hero__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1280px) {
  #block_hero .hero__image {
    max-height: 600px;
    object-fit: cover;
  }
}

#block_lastentries {
  background-color: #F5F5F5;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1500px) {
  #block_lastentries {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#block_lastentries .container {
  overflow: visible;
}
#block_lastentries .lastentries__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 23%;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_lastentries .lastentries__header {
    margin-bottom: 50px;
  }
}
#block_lastentries .lastentries__title {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 400;
  color: #242961;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries .lastentries__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1280px) {
  #block_lastentries .lastentries__title {
    font-size: 4rem;
  }
}
#block_lastentries .lastentries__title .italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  color: #242961;
}
#block_lastentries .lastentries__slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#block_lastentries .lastentries__slider {
  display: flex;
  gap: 30px;
  overflow: hidden;
  scroll-behavior: auto;
  touch-action: pan-y;
  will-change: scroll-position;
  user-select: none;
  cursor: grab;
  flex: 1;
}
#block_lastentries .lastentries__slider:active {
  cursor: grabbing;
}
#block_lastentries .lastentries__slide {
  flex: 0 0 80%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #F5F5F5;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: grab;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries .lastentries__slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_lastentries .lastentries__slide {
    flex: 0 0 80%;
  }
}
@media (min-width: 1280px) {
  #block_lastentries .lastentries__slide {
    flex: 0 0 calc(25% - 22.5px);
  }
}
@media (min-width: 1500px) {
  #block_lastentries .lastentries__slide {
    flex: 0 0 calc(25% - 22.5px);
  }
}
#block_lastentries .lastentries__slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#block_lastentries .lastentries__slide-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#block_lastentries .lastentries__image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
#block_lastentries .lastentries__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries .lastentries__image {
    height: 220px;
  }
}
@media (min-width: 1280px) {
  #block_lastentries .lastentries__image {
    height: 250px;
  }
}
#block_lastentries .lastentries__image:hover {
  transform: scale(1.05);
}
#block_lastentries .lastentries__image--placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#block_lastentries .lastentries__post-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #242961;
  line-height: 1.3;
  margin: 0;
  transition: color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries .lastentries__post-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  #block_lastentries .lastentries__post-title {
    font-size: 2rem;
  }
}
#block_lastentries .lastentries__post-title:hover {
  color: #242961;
}
#block_lastentries .lastentries__excerpt {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_lastentries .lastentries__excerpt {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  #block_lastentries .lastentries__excerpt {
    font-size: 1.4rem;
  }
}
#block_lastentries .lastentries__progress {
  width: 50%;
  height: 4px;
  background-color: #242961;
  border-radius: 2px;
  margin: 60px auto 0;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
#block_lastentries .lastentries__progress-bar {
  height: 100%;
  background-color: #B72D35;
  border-radius: 2px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: grab;
  will-change: left;
}
#block_lastentries .lastentries__progress-bar:active {
  cursor: grabbing;
}
#block_lastentries .lastentries__progress-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 30px;
}
#block_lastentries .read-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none !important;
  cursor: pointer;
  align-self: flex-start;
  color: #242961 !important;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #242961;
  transition: color 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}
#block_lastentries .read-more-button:hover {
  color: color-mix(in srgb, #242961 90%, black) !important;
  border-bottom-color: color-mix(in srgb, #242961 90%, black);
  transform: translateX(3px);
}
#block_lastentries .read-more-button:active {
  transform: translateX(0);
}
#block_lastentries .read-more-button:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}

#block_list {
  padding: 40px 0;
}
@media (min-width: 1700px) {
  #block_list {
    padding: 30px 0;
  }
}

.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .list {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .list {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .list {
    flex-direction: row;
    align-items: center;
  }
}
.list__left {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .list__left {
    width: 35%;
    padding: 40px 40px 40px 0;
    align-items: center;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .list__left {
    width: 35%;
    padding: 40px 40px 40px 0;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .list__left {
    width: 40%;
  }
}
.list__photo-wrapper {
  position: relative;
  width: 100%;
}
.list__english-badge {
  display: none;
}
@media (min-width: 1280px) {
  .list__english-badge {
    display: block;
    position: absolute;
    top: 100px;
    left: -170px;
    width: 370px;
    height: auto;
    z-index: 10;
  }
}
.list__photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .list__photo {
    max-height: 700px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .list__photo {
    max-height: 700px;
  }
}
@media (min-width: 1280px) {
  .list__photo {
    max-height: 700px;
  }
}
.list__right {
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .list__right {
    width: 65%;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .list__right {
    width: 65%;
    padding: 40px 0 40px 40px;
  }
}
@media (min-width: 1280px) {
  .list__right {
    width: 60%;
  }
}
.list__header {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .list__header {
    margin-bottom: 24px;
    width: 75%;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  .list__header {
    margin-bottom: 24px;
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .list__header {
    margin-bottom: 24px;
    width: 75%;
  }
}
@media (min-width: 1700px) {
  .list__header {
    width: 50%;
  }
}
.list__header h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  color: #242961;
}
@media (min-width: 1700px) {
  .list__header h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .list__header h2 {
    font-size: 4rem;
  }
}
.list__header h2 strong {
  font-weight: 700;
}
.list__header h2 em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  color: #242961;
}
.list__text {
  margin-bottom: 20px;
}
@media (min-width: 1700px) {
  .list__text {
    margin-bottom: 24px;
  }
}
.list__text p {
  margin: 0 0 12px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #242961;
}
@media (min-width: 1280px) {
  .list__text p {
    font-size: 2rem;
  }
}
.list__text p:last-child {
  margin-bottom: 0;
}
.list__text p strong {
  font-weight: 700;
}
.list__text p a {
  color: #242961;
  text-decoration: underline;
}
.list__text p a:hover {
  text-decoration: none;
}
.list__elements {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.list__element {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1700px) {
  .list__element {
    padding: 10px;
  }
}
.list__icon-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 1700px) {
  .list__icon-container {
    margin-right: 15px;
  }
}
.list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.list__icon {
  width: 40px !important;
  height: 40px !important;
  background-color: transparent;
  border: 2px solid #B72D35;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
@media (min-width: 1700px) {
  .list__icon {
    width: 50px !important;
    height: 50px !important;
    padding: 4px;
  }
}
.list__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list__icon svg {
  width: 100%;
  height: 100%;
}
.list__header {
  font-size: 20px;
  font-weight: 600;
  color: #B72D35;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1700px) {
  .list__header {
    font-size: 24px;
  }
}
.list__desc {
  font-size: 14px;
  color: #242961;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 1700px) {
  .list__desc {
    font-size: 16px;
  }
}
.list__link {
  display: inline-block;
  color: #B72D35;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  transition: color 0.3s ease;
  text-align: left;
  align-self: start;
  text-transform: uppercase;
}
.list__link:hover {
  text-decoration: underline;
}
@media (min-width: 1700px) {
  .list__link {
    font-size: 16px;
  }
}

#block_offer {
  background-color: #242961;
  padding: 60px 0;
  position: relative;
}
#block_offer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  height: 36px;
  background: radial-gradient(circle at 14.5px 13px, #fff 10px, transparent 10px) repeat-x;
  background-size: 26px 36px;
}
@media (min-width: 1700px) {
  #block_offer {
    padding: 80px 0;
  }
}

.offer__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1700px) {
  .offer__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.offer__title-accent {
  font-family: "Playfair Display", serif;
  font-style: italic;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.offer__title-accent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B72D35;
}
@media (min-width: 1700px) {
  .offer__title-accent {
    padding-bottom: 15px;
  }
}
.offer__title-regular {
  font-family: "Poppins", sans-serif;
}
.offer__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1280px) {
  .offer__elements {
    gap: 30px;
  }
}
@media (min-width: 1700px) {
  .offer__elements {
    gap: 40px;
  }
}
.offer__element {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  width: 100%;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 1280px) {
  .offer__element {
    width: calc(25% - 23px);
  }
}
@media (min-width: 1700px) {
  .offer__element {
    width: calc(25% - 30px);
  }
}
.offer__element:hover {
  box-shadow: 0 4px 20px rgba(183, 45, 53, 0.3);
}
@media (min-width: 1700px) {
  .offer__element {
    padding: 40px 30px;
  }
}
.offer__icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.offer__icon {
  width: 100px !important;
  height: 100px !important;
  background-color: #242961;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (min-width: 1700px) {
  .offer__icon {
    width: 120px !important;
    height: 120px !important;
  }
}
.offer__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer__icon svg {
  width: 100%;
  height: 100%;
}
.offer__header {
  font-size: 20px;
  font-weight: 600;
  color: #B72D35;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1700px) {
  .offer__header {
    font-size: 24px;
  }
}
.offer__desc {
  font-size: 14px;
  color: #242961;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 1700px) {
  .offer__desc {
    font-size: 16px;
  }
}
.offer__link {
  display: inline-block;
  color: #B72D35;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  transition: color 0.3s ease;
  text-align: left;
  align-self: start;
  text-transform: uppercase;
}
.offer__link:hover {
  text-decoration: underline;
}
@media (min-width: 1700px) {
  .offer__link {
    font-size: 16px;
  }
}

#block_reviews {
  background-color: #fff;
  padding: 30px 0;
}
#block_reviews .reviews {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  #block_reviews .reviews {
    flex-direction: column;
    gap: 20px;
  }
}
#block_reviews .reviews__header {
  text-align: center;
  padding-bottom: 20px;
}
#block_reviews .reviews__wrapper {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: auto;
  touch-action: pan-y;
  will-change: scroll-position;
  user-select: none;
  padding-bottom: 20px;
  flex: 1;
}
#block_reviews .reviews__quote-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_reviews .reviews__quote-wrapper {
    display: none;
  }
}
#block_reviews .reviews__quote {
  width: 150px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews .reviews__quote {
    width: 120px;
  }
}
@media (min-width: 1700px) {
  #block_reviews .reviews__quote {
    width: 180px;
  }
}
#block_reviews .reviews__quote-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  color: #242961;
  text-align: center;
  margin: 0;
}
#block_reviews .reviews__quote-text .italic {
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews .reviews__quote-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1700px) {
  #block_reviews .reviews__quote-text {
    font-size: 2rem;
  }
}
#block_reviews .reviews__arrow {
  color: #242961;
  width: 150px;
  height: 45px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews .reviews__arrow {
    width: 120px;
    height: 36px;
  }
}
@media (min-width: 1700px) {
  #block_reviews .reviews__arrow {
    width: 180px;
    height: 54px;
  }
}
#block_reviews .reviews__item {
  flex: 0 0 60%;
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(36, 41, 97, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: grab;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}
@media (max-width: 767px) {
  #block_reviews .reviews__item {
    flex: 0 0 14%;
  }
}
#block_reviews .reviews__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 30px rgba(36, 41, 97, 0.12);
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews .reviews__item {
    flex: 0 0 40%;
    min-height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_reviews .reviews__item {
    flex: 0 0 70%;
  }
}
@media (min-width: 1280px) {
  #block_reviews .reviews__item {
    flex: 0 0 calc(28% - 20px);
    min-height: 220px;
  }
}
@media (min-width: 1500px) {
  #block_reviews .reviews__item {
    flex: 0 0 calc(28% - 20px);
    min-height: 220px;
  }
}
#block_reviews .reviews__stars {
  width: 70px;
  height: 20px;
  margin: 0;
  background: url("../../images/star.svg") no-repeat center/contain;
}
#block_reviews .reviews__text {
  font-size: 1.5rem;
  color: #683022;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
#block_reviews .reviews__sign {
  font-size: 1.3rem;
  color: #242961;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  text-align: left;
  margin: 0;
}
#block_reviews .reviews__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
#block_reviews .reviews__info {
  background-color: #fff;
  padding-top: 40px;
}
#block_reviews .reviews__info .reviewsinfo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: 70%;
  margin: auto;
}
#block_reviews .reviews__info .reviewsinfo__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block_reviews .reviews__info .reviewsinfo__value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 20px;
  color: #242961;
}
#block_reviews .reviews__info .reviewsinfo__value .reviewsinfo__scale {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(36, 41, 97, 0.7);
  margin-left: 4px;
}
#block_reviews .reviews__info .reviewsinfo__label {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: rgba(36, 41, 97, 0.7);
}
#block_reviews .reviews__info .reviewsinfo__btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.4rem;
  text-decoration: none !important;
  cursor: pointer;
  color: #fff !important;
  background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #242961, #242961);
  background-size: 0% 100%, 100% 100%;
  background-position: left top, left top;
  background-repeat: no-repeat;
  border: 1px solid #242961;
  transition: background-size 0.45s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews .reviews__info .reviewsinfo__btn {
    font-size: 1.35rem;
    padding: 9px 18px;
  }
}
#block_reviews .reviews__info .reviewsinfo__btn:hover {
  background-size: 100% 100%, 100% 100%;
  color: #242961 !important;
  border-color: #242961;
  transform: translateY(-1px);
}
#block_reviews .reviews__info .reviewsinfo__btn:active {
  transform: translateY(0);
}
#block_reviews .reviews__info .reviewsinfo__btn:focus {
  outline: 2px solid #242961;
  outline-offset: 3px;
}
@media (min-width: 1280px) {
  #block_reviews .reviews__info .reviewsinfo__btn {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_reviews .reviews__info .reviewsinfo {
    flex-direction: column;
    gap: 20px;
  }
  #block_reviews .reviews__info .reviewsinfo__value {
    font-size: 1.8rem;
  }
  #block_reviews .reviews__info .reviewsinfo__btn {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 959px) and (orientation: landscape) {
  #block_reviews {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_reviews {
    padding: 50px 0;
  }
}
@media (min-width: 1700px) {
  #block_reviews {
    padding: 80px 0;
  }
}

#block_shortcode {
  padding: 60px 0;
}
#block_shortcode .shortcode__header {
  text-align: center;
  margin-bottom: 40px;
}
#block_shortcode .shortcode__instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#block_shortcode .shortcode__instagram > * {
  width: 100%;
}
@media (max-width: 767px) {
  #block_shortcode .shortcode__instagram {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #block_shortcode .shortcode__instagram {
    max-width: 900px;
  }
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_shortcode .shortcode__instagram {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  #block_shortcode .shortcode__instagram {
    max-width: 1100px;
  }
}
@media (min-width: 1500px) {
  #block_shortcode .shortcode__instagram {
    max-width: 1200px;
  }
}

#block_youtube {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #block_youtube {
    padding-top: 30px;
  }
}
#block_youtube .youtube__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 960px) and (max-width: 1366px) and (orientation: landscape) {
  #block_youtube .youtube__inner {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  #block_youtube .youtube__inner {
    gap: 40px;
  }
}
#block_youtube .youtube__iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#block_youtube .youtube__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#block_youtube .youtube__content {
  flex: 1;
}
#block_youtube .youtube__header {
  margin-bottom: 16px;
}