/*Styles common to every page*/
/* BREAKPOINTS */
/* COLORS */
/* BREAKPOINTS */
/* COLORS */
/* BREAKPOINTS */
/* COLORS */
/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
strong, b {
  font-weight: bold;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  text-rendering: optimizeSpeed;
  line-height: 1.33;
}
img, video, audio, picture {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a[href^="tel"] {
  white-space: nowrap;
}
input, button, textarea, select {
  font: inherit;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
input::-ms-reveal, input::-ms-clear {
  display: none;
}
@font-face {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/hamak/fonts/SourceSerifPro-Regular.woff2") format("woff2"), url("/wp-content/themes/hamak/fonts/SourceSerifPro-Regular.woff") format("woff");
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  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. */
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.lazyload, .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
img {
  display: block;
}
video {
  display: block;
}
img:not(.always-visible) {
  content-visibility: auto;
}
html {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  font: 8px "DM Sans", sans-serif;
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}
html.js-hidden {
  overflow: hidden;
  max-height: 100vh;
}
@media (min-width: 1280px) {
  html.js-hidden {
    overflow: auto;
    max-height: none;
  }
}
body {
  position: relative;
  background: #fff;
  color: #081F3D;
  font-size: 14px;
  line-height: 1.5;
}
body.js-hidden {
  overflow: hidden;
  max-height: 100vh;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
* {
  outline-color: #5693C9;
}
::selection {
  background: rgba(0, 58, 140, 0.5);
}
.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-content {
  flex-grow: 1;
}
section {
  overflow: hidden;
}
.container {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (min-width: 1680px) {
  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.last-p-no-margin p:not(:last-child) {
  margin-bottom: 1em;
}
textarea {
  resize: none;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
button svg {
  transition: fill 300ms ease-in-out, stroke 300ms ease-in-out;
}
a {
  display: inline-block;
}
a svg {
  transition: fill 300ms ease-in-out, stroke 300ms ease-in-out;
}
.iframe-responsive {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  background-color: #000000;
}
.iframe-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.visually-hidden, .comment-form label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(8, 31, 61, 0);
  transition: background-color 300ms ease-in-out;
  pointer-events: none;
}
.overlay.is-open {
  pointer-events: auto;
  background-color: rgba(8, 31, 61, 0.5);
}
.swiper-nav {
  height: 50px;
  position: absolute;
  display: flex;
  gap: 5px;
}
.swiper-nav:has(.swiper-button-lock) {
  display: none;
}
.swiper-nav [class^="swiper-button"] {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #5693C9;
  transition: background-color 300ms ease-in-out;
}
.swiper-nav [class^="swiper-button"]::after {
  content: "";
}
.swiper-nav [class^="swiper-button"]:hover, .swiper-nav [class^="swiper-button"]:focus {
  background-color: #081F3D;
}
.swiper-nav [class^="swiper-button"].swiper-button-disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.swiper-nav [class^="swiper-button"].swiper-button-disabled svg {
  stroke: #5693C9;
}
.swiper-nav [class^="swiper-button"] svg {
  height: 20px;
  width: auto;
  stroke: #ffffff;
  fill: transparent;
}
#scrollToTopBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
#scrollToTopBtn:hover, #scrollToTopBtn:focus, #scrollToTopBtn:active {
  color: #ffffff;
  background-color: #5693C9;
}
#scrollToTopBtn:hover svg, #scrollToTopBtn:focus svg, #scrollToTopBtn:active svg {
  stroke: #ffffff;
}
#scrollToTopBtn svg {
  fill: transparent;
  stroke: #5693C9;
}
.cat-9 {
  padding: 9px 13px 7px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  background-color: #5693C9;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.cat-9:hover, .cat-9:focus {
  background-color: #081F3D;
}
.cat-12 {
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  background-color: #5693C9;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.cat-12:hover, .cat-12:focus {
  background-color: #081F3D;
}
.return-home {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #5693C9;
  transition: color 300ms ease-in-out;
}
.return-home:hover, .return-home:focus {
  color: #003A8C;
}
.return-home:hover svg, .return-home:focus svg {
  stroke: #003A8C;
}
.return-home svg {
  fill: transparent;
  stroke: #5693C9;
}
.inner-singular {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
/**************************\
  Ajax Preloader Style START
\**************************/
#ajax-posts {
  position: relative;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
#ajax-posts.ajax-loading {
  opacity: 1;
}
#ajax-preloader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5693C9;
  animation: spin 2s linear infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}
@media (min-width: 992px) {
  #ajax-preloader {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
  }
}
.ajax-loading #ajax-preloader {
  opacity: 1;
}
#ajax-preloader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #003A8C;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#ajax-preloader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #081F3D;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************************\
  Ajax Preloader Style END
\**************************/
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #5693C9;
  overflow: hidden;
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 100%) padding-box, linear-gradient(45deg, #5693C9 0%, #B5E273 100%) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-text {
  position: relative;
}
.btn-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-101%);
  background: linear-gradient(45deg, #5693C9 0%, #B5E273 100%);
  transition: opacity 500ms ease-in-out, transform 300ms ease-in-out;
}
.btn svg {
  position: relative;
  z-index: 1;
  fill: #5693C9;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn:hover svg, .btn:focus svg, .btn:active svg {
  fill: #ffffff;
}
.btn:hover .btn-hover, .btn:focus .btn-hover, .btn:active .btn-hover {
  opacity: 1;
  transform: translateX(0);
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.more-btn {
  width: fit-content;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.comments {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #ffffff;
}
.comment-title {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.comment-list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .comment-list {
    margin-bottom: 70px;
  }
}
.comment-item:not(:last-child) {
  margin-bottom: 45px;
}
.comment-author {
  margin-bottom: 10px;
  color: #1E354E;
}
.comment-metadata {
  margin-bottom: 10px;
  color: #828D9E;
}
.comment-metadata a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 300ms ease-in-out, text-decoration-color 300ms ease-in-out;
}
.comment-metadata a:hover, .comment-metadata a:focus {
  color: #B5E273;
  text-decoration-color: #B5E273;
}
@media (min-width: 992px) {
  .comment-respond {
    width: 60%;
  }
}
@media (min-width: 1680px) {
  .comment-respond {
    width: 50%;
  }
}
.comment-reply-title {
  margin-bottom: 20px;
}
.comment-notes {
  display: none;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.comment-form-field {
  width: 100%;
}
.comment-form-field textarea {
  display: block;
  width: 100%;
  height: 175px;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #888888;
  border-radius: 4px;
}
.comment-form-field textarea::placeholder {
  color: rgba(47, 47, 47, 0.5);
}
.comment-form-author, .comment-form-email {
  width: 100%;
}
@media (min-width: 640px) {
  .comment-form-author, .comment-form-email {
    width: calc(50% - 10px);
  }
}
.comment-form-author input, .comment-form-email input {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #888888;
  border-radius: 4px;
}
.comment-form-author input::placeholder, .comment-form-email input::placeholder {
  color: rgba(47, 47, 47, 0.5);
}
.comment-submit {
  margin-left: auto;
  width: fit-content;
  position: relative;
}
.comment-submit:has(input:hover) .comment-submit__hover, .comment-submit:has(input:focus) .comment-submit__hover {
  opacity: 1;
}
.comment-submit__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px;
  background: linear-gradient(45deg, #5693C9 0%, #B5E273 100%);
  transition: opacity 300ms ease-in-out;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-validation-errors {
  margin-bottom: 15px;
}
.wpcf7 div.wpcf7-response-output.wpcf7-display-none {
  display: none;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-color: #f43737;
  color: #ffffff;
}
.main-footer {
  position: relative;
  --title-gray: #DDE9F4;
  --text-gray: #F6F9FE;
}
.main-footer a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 300ms ease-in-out, text-decoration-color 300ms ease-in-out;
}
.main-footer a:hover, .main-footer a:focus {
  text-decoration-color: inherit;
  color: var(--text-gray);
}
.main-footer__top {
  padding-top: 65px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-image: linear-gradient(137deg, #5693c9 0%, #003a8c 100%);
}
@media (min-width: 1280px) {
  .main-footer__top {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
}
.main-footer__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #ffffff;
}
.main-footer__half {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.main-footer__half:last-child {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 640px) {
  .main-footer__half {
    flex-direction: row;
  }
  .main-footer__half:last-child {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .main-footer__half {
    width: calc(50% - 30px);
    justify-content: space-between;
  }
  .main-footer__half:last-child {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .main-footer__col {
    width: calc(50% - 30px);
  }
}
.main-footer__logo {
  display: inline-block;
  margin-bottom: 25px;
  flex-shrink: 0;
  height: 60px;
}
@media (min-width: 992px) {
  .main-footer__logo {
    height: 120px;
  }
}
.main-footer__logo img {
  height: 100%;
  width: auto;
}
.main-footer__slogan {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--title-gray);
}
@media (min-width: 992px) {
  .main-footer__slogan {
    font-size: 24px;
  }
}
.main-footer__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--text-gray);
}
.main-footer__text {
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-gray);
}
.main-footer__text p:not(:last-child) {
  margin-bottom: 2em;
}
.main-footer__link {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-gray);
}
@media (min-width: 640px) {
  .main-footer__link {
    margin-bottom: 0;
  }
}
.main-footer__location {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--title-gray);
}
.main-footer__phone {
  margin-bottom: 5px;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-gray);
}
.main-footer__email {
  display: block;
  opacity: 0.7;
  color: var(--title-gray);
}
.main-footer__copy a:hover, .main-footer__copy a:focus {
  color: #5693C9;
  text-decoration-color: #5693C9;
}
.main-footer .socials {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-footer .socials__link {
  color: #003A8C;
}
.main-footer .socials__link:hover, .main-footer .socials__link:focus {
  color: #5693C9;
}
.main-footer .socials__link svg {
  height: 25px;
  width: auto;
}
.useful-links__link {
  font-size: 16px;
  line-height: 2.6;
  color: var(--title-gray);
}
.offices__item {
  display: block;
}
.offices__item:not(:last-child) {
  margin-bottom: 10px;
}
.offices__link {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-gray);
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 15px;
}
.form__row > * {
  flex-basis: 100%;
}
.form__field {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .form__field--width-50 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form__field--width-50:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .form__field--width-50:not(:last-child) {
    margin-bottom: 0;
  }
}
.form__field--checkbox {
  margin-top: 5px;
}
.form__field--checkbox label {
  display: flex;
  align-items: center;
}
.form__field--checkbox input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
}
.form__field--checkbox .wpcf7-list-item-label {
  flex-grow: 1;
}
.form-notice {
  position: relative;
  color: #6d6f7f;
  letter-spacing: 0.44px;
  font-size: 14px;
}
.form-notice__target {
  font-weight: 400;
  cursor: pointer;
  color: #D55225;
}
.form-notice__target:hover .form-notice__tooltip {
  opacity: 1;
}
.form-notice__tooltip {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000;
  width: 245px;
  background: #fff;
  padding: 10px;
  color: #555;
  border-radius: 6px;
  opacity: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  text-align: left;
  font-size: 12px;
  pointer-events: none;
  transition: all 0.15s ease-out;
}
@media (min-width: 768px) {
  .form-notice__tooltip {
    width: 500px;
  }
}
.main-header {
  position: sticky;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
@media (min-width: 992px) {
  .main-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.main-header__tagline {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-header__tagline {
    gap: 60px;
  }
}
@media (min-width: 1440px) {
  .main-header__tagline {
    gap: 90px;
  }
}
.main-header__logo {
  display: inline-block;
  flex-shrink: 0;
  height: 60px;
}
@media (min-width: 992px) {
  .main-header__logo {
    height: 80px;
  }
}
.main-header__logo img {
  height: 100%;
  width: auto;
}
.main-header__title {
  display: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #003A8C;
}
@media (min-width: 992px) {
  .main-header__title {
    position: relative;
    display: inline-block;
  }
  .main-header__title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: #081F3D;
  }
}
@media (min-width: 1440px) {
  .main-header__title {
    font-size: 30px;
  }
  .main-header__title::before {
    left: -45px;
  }
}
.main-header__trigger {
  order: 2;
}
@media (min-width: 576px) {
  .main-header__trigger {
    order: 3;
  }
}
@media (min-width: 768px) {
  .main-header__trigger {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .main-header__trigger {
    margin-left: 60px;
  }
}
@media (min-width: 1440px) {
  .main-header__trigger {
    margin-left: 120px;
  }
}
.main-header__trigger span:first-child {
  display: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #003A8C;
}
@media (min-width: 768px) {
  .main-header__trigger span:first-child {
    display: flex;
  }
}
.main-header__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5693C9;
  border-radius: 5px;
}
.main-header__icon svg {
  fill: #ffffff;
}
.search-form {
  order: 3;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .search-form {
    order: 2;
    width: 240px;
  }
}
@media (min-width: 992px) {
  .search-form {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .search-form {
    width: 320px;
  }
}
.search-form__input {
  width: 100%;
  padding: 6px 30px 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #003A8C;
  border: none;
  background-color: rgba(171, 215, 255, 0.3);
}
.search-form__input::placeholder {
  color: #003A8C;
}
.search-form__submit {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__submit:hover svg, .search-form__submit:focus svg {
  transform: translateY(-0.25em);
}
.search-form__submit svg {
  fill: #003A8C;
  transition: transform 300ms ease-in-out;
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100dvh;
  z-index: 100;
  padding: 80px 40px;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  background-color: white;
  overflow-y: auto;
}
@media (min-width: 480px) {
  .side-menu {
    width: auto;
  }
}
@media (min-width: 640px) {
  .side-menu {
    padding: 80px;
  }
}
.side-menu.is-open {
  transform: translateX(0);
}
.side-menu__trigger {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .side-menu__trigger {
    right: 60px;
  }
}
.side-menu__title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #5693C9;
}
@media (min-width: 992px) {
  .side-menu__title {
    margin-bottom: 45px;
  }
}
.side-menu__item {
  width: max-content;
}
.side-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
.side-menu__link {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
}
.side-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #081F3D;
  transform: translateX(101%);
  transition: transform 300ms ease-in-out;
}
.side-menu__link:hover::after, .side-menu__link:focus::after {
  transform: translateX(0);
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  position: relative;
  border: 1px solid #7F7F7F;
  border-radius: 15px;
  padding: 15px;
  width: calc(100% - 30px);
  max-width: 685px;
  max-height: 90vh;
  background: #ffffff;
  overflow-y: auto;
  box-sizing: border-box;
  overscroll-behavior-y: contain;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  transition: all 150ms ease-in-out;
}
.modal__close svg {
  fill: none;
  transition: all 150ms ease-in-out;
}
.modal__close:hover {
  transform: rotate(90deg);
}
.modal__close:hover svg {
  stroke: #D55225;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(-30%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}
.slider__pagination {
  position: absolute;
  left: 0;
  bottom: 15px !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (min-width: 768px) {
  .slider__pagination {
    bottom: 30px !important;
  }
}
.slider__pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  opacity: 0.5;
  background-color: transparent;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.slider__pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.slider-nav {
  display: flex;
  align-items: center;
}
.slider-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transition: all 150ms ease-in-out;
}
.slider-nav__btn svg {
  fill: #fff;
}
.slider-nav__prev {
  background-color: #D55225;
}
.title-m {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .title-m {
    font-size: calc(0.4166666667vw + 18px);
  }
}
@media (min-width: 1440px) {
  .title-m {
    font-size: 24px;
  }
}
.title-l {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .title-l {
    font-size: calc(2.5vw + 12px);
  }
}
@media (min-width: 1440px) {
  .title-l {
    font-size: 48px;
  }
}
.title-l span {
  font-weight: 700;
}
.main-header {
  position: sticky;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
@media (min-width: 992px) {
  .main-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.main-header__tagline {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-header__tagline {
    gap: 60px;
  }
}
@media (min-width: 1440px) {
  .main-header__tagline {
    gap: 90px;
  }
}
.main-header__logo {
  display: inline-block;
  flex-shrink: 0;
  height: 60px;
}
@media (min-width: 992px) {
  .main-header__logo {
    height: 80px;
  }
}
.main-header__logo img {
  height: 100%;
  width: auto;
}
.main-header__title {
  display: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #003A8C;
}
@media (min-width: 992px) {
  .main-header__title {
    position: relative;
    display: inline-block;
  }
  .main-header__title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background-color: #081F3D;
  }
}
@media (min-width: 1440px) {
  .main-header__title {
    font-size: 30px;
  }
  .main-header__title::before {
    left: -45px;
  }
}
.main-header__trigger {
  order: 2;
}
@media (min-width: 576px) {
  .main-header__trigger {
    order: 3;
  }
}
@media (min-width: 768px) {
  .main-header__trigger {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .main-header__trigger {
    margin-left: 60px;
  }
}
@media (min-width: 1440px) {
  .main-header__trigger {
    margin-left: 120px;
  }
}
.main-header__trigger span:first-child {
  display: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #003A8C;
}
@media (min-width: 768px) {
  .main-header__trigger span:first-child {
    display: flex;
  }
}
.main-header__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5693C9;
  border-radius: 5px;
}
.main-header__icon svg {
  fill: #ffffff;
}
.search-form {
  order: 3;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .search-form {
    order: 2;
    width: 240px;
  }
}
@media (min-width: 992px) {
  .search-form {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .search-form {
    width: 320px;
  }
}
.search-form__input {
  width: 100%;
  padding: 6px 30px 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #003A8C;
  border: none;
  background-color: rgba(171, 215, 255, 0.3);
}
.search-form__input::placeholder {
  color: #003A8C;
}
.search-form__submit {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__submit:hover svg, .search-form__submit:focus svg {
  transform: translateY(-0.25em);
}
.search-form__submit svg {
  fill: #003A8C;
  transition: transform 300ms ease-in-out;
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100dvh;
  z-index: 100;
  padding: 80px 40px;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  background-color: white;
  overflow-y: auto;
}
@media (min-width: 480px) {
  .side-menu {
    width: auto;
  }
}
@media (min-width: 640px) {
  .side-menu {
    padding: 80px;
  }
}
.side-menu.is-open {
  transform: translateX(0);
}
.side-menu__trigger {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .side-menu__trigger {
    right: 60px;
  }
}
.side-menu__title {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #5693C9;
}
@media (min-width: 992px) {
  .side-menu__title {
    margin-bottom: 45px;
  }
}
.side-menu__item {
  width: max-content;
}
.side-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
.side-menu__link {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
}
.side-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #081F3D;
  transform: translateX(101%);
  transition: transform 300ms ease-in-out;
}
.side-menu__link:hover::after, .side-menu__link:focus::after {
  transform: translateX(0);
}
.main-footer {
  position: relative;
  --title-gray: #DDE9F4;
  --text-gray: #F6F9FE;
}
.main-footer a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 300ms ease-in-out, text-decoration-color 300ms ease-in-out;
}
.main-footer a:hover, .main-footer a:focus {
  text-decoration-color: inherit;
  color: var(--text-gray);
}
.main-footer__top {
  padding-top: 65px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-image: linear-gradient(137deg, #5693c9 0%, #003a8c 100%);
}
@media (min-width: 1280px) {
  .main-footer__top {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }
}
.main-footer__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #ffffff;
}
.main-footer__half {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.main-footer__half:last-child {
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 640px) {
  .main-footer__half {
    flex-direction: row;
  }
  .main-footer__half:last-child {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .main-footer__half {
    width: calc(50% - 30px);
    justify-content: space-between;
  }
  .main-footer__half:last-child {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .main-footer__col {
    width: calc(50% - 30px);
  }
}
.main-footer__logo {
  display: inline-block;
  margin-bottom: 25px;
  flex-shrink: 0;
  height: 60px;
}
@media (min-width: 992px) {
  .main-footer__logo {
    height: 120px;
  }
}
.main-footer__logo img {
  height: 100%;
  width: auto;
}
.main-footer__slogan {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--title-gray);
}
@media (min-width: 992px) {
  .main-footer__slogan {
    font-size: 24px;
  }
}
.main-footer__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--text-gray);
}
.main-footer__text {
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-gray);
}
.main-footer__text p:not(:last-child) {
  margin-bottom: 2em;
}
.main-footer__link {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-gray);
}
@media (min-width: 640px) {
  .main-footer__link {
    margin-bottom: 0;
  }
}
.main-footer__location {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--title-gray);
}
.main-footer__phone {
  margin-bottom: 5px;
  display: block;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-gray);
}
.main-footer__email {
  display: block;
  opacity: 0.7;
  color: var(--title-gray);
}
.main-footer__copy a:hover, .main-footer__copy a:focus {
  color: #5693C9;
  text-decoration-color: #5693C9;
}
.main-footer .socials {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-footer .socials__link {
  color: #003A8C;
}
.main-footer .socials__link:hover, .main-footer .socials__link:focus {
  color: #5693C9;
}
.main-footer .socials__link svg {
  height: 25px;
  width: auto;
}
.useful-links__link {
  font-size: 16px;
  line-height: 2.6;
  color: var(--title-gray);
}
.offices__item {
  display: block;
}
.offices__item:not(:last-child) {
  margin-bottom: 10px;
}
.offices__link {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-gray);
}
.category-hero {
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .category-hero {
    padding-top: 65px;
  }
}
.category-hero::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
.category-hero__return {
  margin-bottom: 30px;
}
.category-hero__title {
  text-transform: uppercase;
  margin-bottom: 45px;
}
.category-hero__title span {
  font-weight: 700;
  color: #5693C9;
}
.category-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .category-hero__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1350px) {
  .category-hero__wrapper {
    gap: 50px;
  }
}
.category-hero__post {
  position: relative;
  padding-top: 200px;
}
@media (min-width: 992px) {
  .category-hero__post {
    padding-top: 300px;
    width: calc(50% - 25px);
  }
}
@media (min-width: 1350px) {
  .category-hero__post {
    padding-top: 400px;
  }
}
.category-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .category-hero__img {
    height: 550px;
  }
}
.category-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.category-hero__content {
  position: relative;
  margin: 0 auto;
  padding: 25px;
  width: 84%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  z-index: 1;
}
@media (min-width: 992px) {
  .category-hero__content {
    padding: 50px;
  }
}
.category-hero__meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}
.category-hero__date {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .category-hero__date {
    width: auto;
  }
}
.category-hero__caption {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .category-hero__caption {
    font-size: calc(2.0833333333vw + 8px);
  }
}
@media (min-width: 1440px) {
  .category-hero__caption {
    font-size: 38px;
  }
}
.category-hero__caption a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.category-hero__caption a:hover, .category-hero__caption a:focus {
  text-decoration-color: #081F3D;
}
.category-hero__link {
  width: fit-content;
  margin-top: auto;
}
.category-posts {
  padding-top: 45px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .category-posts {
    padding-top: 90px;
  }
}
.category-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (min-width: 1350px) {
  .category-posts__wrapper {
    gap: 40px;
  }
}
.category-posts__next {
  color: #003A8C;
  border-color: #003A8C;
}
.category-posts__next:hover, .category-posts__next:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.category-posts__next.loaded {
  color: #ffffff;
  border-color: #ffffff;
}
.pagination {
  padding-top: 90px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pagination__prev {
  text-align: left;
}
.pagination__next {
  text-align: right;
}
.pagination__numbers {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 640px) {
  .pagination__numbers {
    gap: 10px;
  }
}
@media (min-width: 1350px) {
  .pagination__numbers {
    gap: 15px;
  }
}
.pagination .page-numbers {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 300ms ease-in-out, text-decoration-color 300ms ease-in-out;
}
@media (min-width: 480px) {
  .pagination .page-numbers {
    font-size: calc(0.8333333333vw + 12px);
  }
}
@media (min-width: 1440px) {
  .pagination .page-numbers {
    font-size: 24px;
  }
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus {
  color: #5693C9;
  text-decoration-color: #5693C9;
}
.pagination span.current {
  color: #5693C9;
  text-decoration-color: #5693C9;
}
.home-hero:has(.home-hero__post--vertical) {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .home-hero:has(.home-hero__post--vertical) {
    padding-bottom: 125px;
  }
}
.home-hero:has(.home-hero__post--horizontal) {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .home-hero:has(.home-hero__post--horizontal) {
    padding-bottom: 275px;
  }
}
@media (min-width: 768px) {
  .home-hero__post--vertical {
    display: flex;
    gap: 30px;
  }
  .home-hero__post--vertical .home-hero__date {
    padding-right: 45px;
  }
}
@media (min-width: 1350px) {
  .home-hero__post--vertical {
    gap: 60px;
  }
}
.home-hero__post--horizontal {
  position: relative;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1680px) {
  .home-hero__post--horizontal {
    height: 660px;
  }
}
@media (min-width: 1920px) {
  .home-hero__post--horizontal {
    height: 760px;
  }
}
.home-hero__image {
  display: block;
}
.home-hero__image--vertical {
  flex-shrink: 0;
  height: 300px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .home-hero__image--vertical {
    width: 35%;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .home-hero__image--vertical {
    background-position: center;
  }
}
.home-hero__image--horizontal {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: left;
}
.home-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .home-hero__content--vertical {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home-hero__content--vertical {
    padding-top: calc(29.7619047619vw + -128.5714285714px);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .home-hero__content--vertical {
    padding-top: 300px;
  }
}
@media (min-width: 1350px) {
  .home-hero__content--vertical {
    width: calc(50% - 60px);
  }
}
.home-hero__content--horizontal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  transform: translateY(35%);
}
@media (min-width: 992px) {
  .home-hero__content--horizontal {
    padding: 50px;
    width: 60%;
    margin-left: 4vw;
    margin-right: auto;
    transform: translateY(60%);
  }
}
@media (min-width: 1680px) {
  .home-hero__content--horizontal {
    transform: translateY(50%);
  }
}
.home-hero__meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}
.home-hero__date {
  font-size: 16px;
}
.home-hero__title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .home-hero__title {
    font-size: calc(2.0833333333vw + 8px);
  }
}
@media (min-width: 1440px) {
  .home-hero__title {
    font-size: 38px;
  }
}
.home-hero__title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.home-hero__title a:hover, .home-hero__title a:focus {
  text-decoration-color: #081F3D;
}
.home-trending {
  position: relative;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-trending {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.home-trending::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
.home-trending__top {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-trending__top {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .home-trending__top > * {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1350px) {
  .home-trending__top {
    gap: 40px;
  }
  .home-trending__top > * {
    width: calc(50% - 20px);
  }
}
.home-trending__title {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-trending__title {
    margin-bottom: 0;
  }
}
.home-trending__title span {
  color: #5693C9;
}
.home-trending__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
@media (min-width: 1440px) {
  .home-trending__list {
    gap: 40px;
  }
}
.home-interviews {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: linear-gradient(142deg, #5693c9 16%, #ffffab 96%);
}
@media (min-width: 992px) {
  .home-interviews {
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
  }
}
@media (min-width: 1440px) {
  .home-interviews {
    gap: 120px;
  }
}
@media (min-width: 992px) {
  .home-interviews.container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (min-width: 1680px) {
  .home-interviews.container {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
.home-interviews__left {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 640px) {
  .home-interviews__left {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 992px) {
  .home-interviews__left {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    width: 55%;
    flex-shrink: 0;
  }
}
@media (min-width: 1350px) {
  .home-interviews__left {
    width: 60%;
  }
}
.home-interviews__title {
  margin-bottom: 25px;
}
.home-interviews__text {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-interviews__text {
    margin-bottom: 40px;
  }
}
.home-interviews__more {
  color: #003A8C;
}
.home-interviews__more:hover, .home-interviews__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.interviews-post {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: auto;
  padding: 15px 15px 25px;
  border-radius: 5px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .interviews-post {
    flex-direction: row;
    padding: 25px;
  }
}
.interviews-post__img {
  height: 200px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .interviews-post__img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 1280px) {
  .interviews-post__img {
    width: 300px;
  }
}
.interviews-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.interviews-post__desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.interviews-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}
@media (min-width: 1440px) {
  .interviews-post__meta {
    justify-content: flex-end;
  }
}
.interviews-post__date {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .interviews-post__date {
    width: auto;
    margin-right: auto;
  }
}
.interviews-post__title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.interviews-post__title:hover, .interviews-post__title:focus {
  text-decoration-color: #081F3D;
}
.interviews-post__more {
  width: fit-content;
  margin-top: auto;
  color: #003A8C;
  border-color: #003A8C;
}
.interviews-post__more:hover, .interviews-post__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.home-championing {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .home-championing {
    padding-top: 100px;
  }
}
.home-championing__top {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home-championing__top {
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
  }
  .home-championing__top > * {
    width: calc(50% - 10px);
  }
}
.home-championing__title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home-championing__title {
    margin-bottom: 0;
  }
}
.home-championing__title span {
  color: #003A8C;
}
.home-championing [class^="swiper"], .home-championing [class^="swiper"] * {
  box-sizing: border-box;
}
.championing-slider {
  position: relative;
  padding-bottom: 160px;
  border-radius: 5px;
}
.championing-slider__img {
  height: 420px;
  width: 100%;
}
@media (min-width: 992px) {
  .championing-slider__img {
    height: 520px;
  }
}
.championing-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.championing-slider__content {
  position: absolute;
  right: 5%;
  bottom: -90px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
@media (min-width: 992px) {
  .championing-slider__content {
    right: 4vw;
    width: 620px;
    padding: 50px 50px 30px;
  }
}
.championing-slider__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.championing-slider__title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.championing-slider__title a:hover, .championing-slider__title a:focus {
  text-decoration-color: #081F3D;
}
.championing-slider__link {
  width: fit-content;
}
.championing-slider__nav {
  bottom: 90px;
  right: 5%;
}
@media (min-width: 992px) {
  .championing-slider__nav {
    bottom: 95px;
    right: 0;
  }
}
.home-topic {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
}
.home-topic::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
@media (min-width: 992px) {
  .home-topic {
    padding-top: 90px;
    display: flex;
  }
  .home-topic::after {
    position: absolute;
    content: "";
    bottom: -110px;
    right: -200px;
    width: 1100px;
    height: 710px;
    background-image: url("/wp-content/uploads/2024/06/topic-decor-new.png");
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .home-topic__wrapper {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1440px) {
  .home-topic__wrapper {
    max-width: 50%;
  }
}
.home-topic__title {
  margin-bottom: 30px;
  font-size: 24px;
}
@media (min-width: 480px) {
  .home-topic__title {
    font-size: calc(1.4583333333vw + 17px);
  }
}
@media (min-width: 1440px) {
  .home-topic__title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .home-topic__title {
    margin-bottom: 65px;
  }
}
.home-topic [class^="swiper"], .home-topic [class^="swiper"] * {
  box-sizing: border-box;
}
.home-topic .topic-categories-slider {
  max-height: 55px;
  width: 100%;
}
.home-topic .topic-categories-slider.swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .home-topic .topic-posts-slider {
    margin-left: auto;
    margin-right: 0;
    width: 440px;
    flex-shrink: 0;
  }
}
@media (min-width: 1680px) {
  .home-topic .topic-posts-slider {
    margin-right: auto;
  }
}
.home-topic .topic-posts-slider__nav {
  bottom: 60px;
  right: 5%;
}
@media (min-width: 992px) {
  .home-topic .topic-posts-slider__nav {
    display: none;
  }
}
.topic-categories {
  display: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .topic-categories {
    display: flex;
    align-items: center;
    height: 370px;
  }
}
.topic-categories__item {
  display: flex;
  align-items: center;
}
.topic-categories__list {
  cursor: pointer;
}
.topic-categories__title {
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.2;
  transition: font-size 300ms ease-in-out, opacity 300ms ease-in-out;
}
.topic-categories__title span {
  font-weight: 700;
  transition: color 300ms ease-in-out;
}
@media (min-width: 1350px) {
  .topic-categories__title::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -170px;
    transform: translateY(-50%);
    width: 130px;
    height: 2px;
    background-color: transparent;
    transition: background-color 500ms ease-in-out;
  }
}
.swiper-slide-prev .topic-categories__title, .swiper-slide-next .topic-categories__title {
  font-size: 34px;
  opacity: 0.4;
}
.swiper-slide-active .topic-categories__title {
  font-size: 40px;
  opacity: 1;
}
.swiper-slide-active .topic-categories__title::before {
  background-color: #081F3D;
}
.swiper-slide-active .topic-categories__title span {
  color: #5693C9;
}
.topic-post {
  padding-bottom: 120px;
}
.topic-post__title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .topic-post__title {
    display: none;
  }
}
.topic-post__title span {
  font-weight: 700;
  color: #5693C9;
}
.topic-post__item {
  position: relative;
}
.topic-post__img {
  display: block;
  height: 540px;
  width: 100%;
}
.topic-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.topic-post__content {
  position: absolute;
  right: 5%;
  bottom: -60px;
  width: 90%;
  padding: 25px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
.topic-post__excerpt {
  margin-bottom: 20px;
}
.topic-post__excerpt a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.topic-post__excerpt a:hover, .topic-post__excerpt a:focus {
  text-decoration-color: #081F3D;
}
.topic-post__more {
  color: #003A8C;
  border-color: #003A8C;
}
.topic-post__more:hover, .topic-post__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.topic-posts-slider-pagination {
  text-align: center;
}
.topic-posts-slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #5693C9;
}
.topic-posts-slider-pagination .swiper-pagination-bullet-active {
  background-color: #B5E273;
}
.home-categories {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
}
.home-categories::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
@media (min-width: 992px) {
  .home-categories {
    padding-top: 90px;
  }
  .home-categories::after {
    position: absolute;
    content: "";
    bottom: -110px;
    right: -200px;
    width: 1100px;
    height: 710px;
    background-image: url("/wp-content/uploads/2024/06/topic-decor-new.png");
    background-size: contain;
    pointer-events: none;
    z-index: -1;
  }
}
.home-categories__title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}
@media (min-width: 992px) {
  .home-categories__title {
    margin-bottom: 50px;
    font-size: 38px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .home-categories__wrapper {
    display: flex;
    align-items: center;
    justify-content: spase-beetween;
  }
}
.home-categories__list {
  display: none;
}
@media (min-width: 992px) {
  .home-categories__list {
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .home-categories__list {
    max-width: 60%;
    gap: 25px;
  }
}
.home-categories__link {
  padding: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003A8C;
  border: 1px solid #003A8C;
  border-radius: 5px;
  background-color: white;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
@media (min-width: 1280px) {
  .home-categories__link {
    padding: 14px;
    gap: 20px;
  }
}
.home-categories__link:hover, .home-categories__link:focus {
  text-decoration: none;
  color: white;
  background-color: #003A8C;
}
.home-categories__link:hover .home-categories__link-icon svg, .home-categories__link:hover .home-categories__link-icon path, .home-categories__link:focus .home-categories__link-icon svg, .home-categories__link:focus .home-categories__link-icon path {
  fill: white;
}
.home-categories__link:hover .home-categories__image, .home-categories__link:focus .home-categories__image {
  opacity: 1;
}
.home-categories__link-icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 1280px) {
  .home-categories__link-icon {
    width: 40px;
    height: 40px;
  }
}
.home-categories__link-icon img, .home-categories__link-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-categories__link-icon svg, .home-categories__link-icon path {
  fill: #003A8C;
  transition: fill 300ms ease-in-out;
}
.home-categories__image {
  display: none;
}
@media (min-width: 992px) {
  .home-categories__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    display: block;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
}
.home-categories__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.home-categories [class^="swiper"] {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .home-categories .swiper {
    margin-right: 0;
    max-width: 40%;
  }
}
@media (min-width: 1280px) {
  .home-categories .swiper {
    max-width: 30%;
  }
}
.home-categories .topic-post {
  padding-bottom: 60px;
}
.home-categories .topic-post__title svg {
  margin-right: 10px;
  vertical-align: text-bottom;
  width: 30px;
  height: 30px;
}
.home-categories .topic-post__title svg, .home-categories .topic-post__title path {
  fill: #5693C9;
  transition: fill 300ms ease-in-out;
}
@media (min-width: 992px) {
  .home-categories .topic-post__title svg, .home-categories .topic-post__title path {
    fill: #003A8C;
  }
}
.home-categories__nav {
  bottom: 0;
  right: 5%;
}
@media (min-width: 992px) {
  .home-categories__nav {
    display: none;
  }
}
.page-404 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 640px) {
  .page-404 {
    padding-top: calc(12.5vw + -30px);
  }
}
@media (min-width: 1440px) {
  .page-404 {
    padding-top: 150px;
  }
}
@media (min-width: 640px) {
  .page-404 {
    padding-bottom: calc(12.5vw + -30px);
  }
}
@media (min-width: 1440px) {
  .page-404 {
    padding-bottom: 150px;
  }
}
.page-404__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .page-404__title {
    font-size: calc(4.1666666667vw + 4px);
  }
}
@media (min-width: 1440px) {
  .page-404__title {
    font-size: 64px;
  }
}
.page-404__desc {
  margin-bottom: 30px;
}
.page-404__link {
  margin-left: auto;
  margin-right: auto;
}
.postid-13642 .post-hero__image img {
  object-position: left;
}
.post-hero {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .post-hero {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.post-hero:has(.post-hero__content--horizontal) {
  padding-bottom: 120px;
}
@media (min-width: 640px) {
  .post-hero:has(.post-hero__content--horizontal) {
    padding-bottom: 90px;
  }
}
.post-hero:has(.post-hero__post--vertical) {
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .post-hero:has(.post-hero__post--vertical) {
    padding-bottom: 90px;
  }
}
.post-hero__return {
  margin-bottom: 35px;
}
.post-hero__post--horizontal {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1350px) {
  .post-hero__post--horizontal {
    height: 540px;
  }
}
@media (min-width: 640px) {
  .post-hero__post--vertical {
    display: flex;
    gap: 30px;
  }
  .post-hero__post--vertical .post-hero__title, .post-hero__post--vertical .post-hero__desc {
    text-align: left;
  }
  .post-hero__post--vertical .post-hero__cats, .post-hero__post--vertical .post-hero__meta {
    justify-content: flex-start;
  }
}
@media (min-width: 1350px) {
  .post-hero__post--vertical {
    gap: 60px;
  }
}
.post-hero__content--horizontal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  transform: translateY(80px);
}
@media (min-width: 992px) {
  .post-hero__content--horizontal {
    padding: 60px 70px 70px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(120px);
  }
}
@media (min-width: 640px) {
  .post-hero__content--vertical {
    padding-top: 100px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .post-hero__content--vertical {
    padding-top: calc(25vw + -60px);
  }
}
@media (min-width: 640px) and (min-width: 1440px) {
  .post-hero__content--vertical {
    padding-top: 300px;
  }
}
.post-hero__image {
  flex-shrink: 0;
  height: 300px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .post-hero__image {
    width: 40%;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1350px) {
  .post-hero__image {
    width: 50%;
  }
}
.post-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.post-hero__cats {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 25px;
}
.post-hero__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 480px) {
  .post-hero__title {
    font-size: calc(2.0833333333vw + 8px);
  }
}
@media (min-width: 1440px) {
  .post-hero__title {
    font-size: 38px;
  }
}
.post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 25px;
}
@media (min-width: 992px) {
  .post-hero__meta {
    gap: 10px 50px;
  }
}
.post-hero__date {
  font-size: 16px;
}
.post-hero__time {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
}
.post-hero__time svg {
  margin-right: 15px;
}
.post-hero__desc {
  display: none;
  text-align: center;
}
@media (min-width: 640px) {
  .post-hero__desc {
    display: block;
  }
}
.post-hero__desc * {
  font-weight: 400;
}
.post-hero__desc--horizontal {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .post-hero__desc--horizontal {
    margin-top: 150px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-hero__desc--vertical {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .post-hero__desc--vertical {
    text-align: left;
  }
}
.post-body {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 700px;
}
.post-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
.post-body::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 4vw;
  width: 92%;
  height: 2px;
  background-color: #081F3D;
}
.post-body__content a {
  text-decoration: underline;
}
.post-body__content a:hover {
  color: #003A8C;
}
@media (min-width: 992px) {
  .post-body {
    overflow: visible;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .post-body::after {
    background-color: transparent;
  }
}
@media (min-width: 1350px) {
  .post-body {
    gap: 110px;
  }
}
.post-sidebar {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .post-sidebar {
    padding-bottom: 0;
    position: absolute;
    width: 330px;
    height: 110%;
    left: 4vw;
  }
  .post-sidebar::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1680px) {
  .post-sidebar {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .post-sidebar__wrapper {
    position: sticky;
    top: 150px;
  }
}
.post-sidebar__subscribe {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-sidebar__subscribe {
    width: 100%;
  }
}
.post-sidebar__subscribe:hover svg, .post-sidebar__subscribe:focus svg {
  color: #ffffff;
}
.post-sidebar__subscribe.btn {
  padding: 15px 30px;
  gap: 40px;
  font-size: 14px;
  color: #081F3D;
}
.post-sidebar__subscribe .btn-text {
  text-align: left;
}
.post-sidebar__subscribe strong {
  display: block;
}
.post-sidebar__subscribe svg {
  width: auto;
  height: 30px;
  color: #081F3D;
  transition: color 300ms ease-in-out;
}
.post-sidebar__title {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-sidebar__share {
  margin-bottom: 45px;
}
.post-sidebar .share-buttons {
  margin-top: 15px;
}
.post-sidebar .share-buttons a {
  margin-right: 20px;
}
.post-sidebar .share-buttons a path {
  fill: #5693C9;
}
.post-sidebar .share-buttons a:hover path, .post-sidebar .share-buttons a:focus path {
  fill: #003A8C;
}
.post-sidebar .heateor_sss_sharing_container {
  margin-top: 15px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul {
  margin: 0 !important;
  display: flex;
  gap: 25px;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_button_copy_link {
  order: 1;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_facebook {
  order: 2;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_button_linkedin {
  order: 3;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_button_x {
  order: 4;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_button_instagram {
  order: 5;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_whatsapp {
  order: 6;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul a {
  margin: 0;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul a:hover svg, .post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul a:focus svg {
  fill: #003A8C;
}
.post-sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul svg {
  fill: #5693C9;
}
.post-sidebar__related {
  position: relative;
}
.post-sidebar__related .swiper-nav [class^="swiper-button"] {
  width: 40px;
  background-color: transparent;
}
.post-sidebar__related .swiper-nav [class^="swiper-button"].swiper-button-disabled {
  opacity: 0.5;
}
.post-sidebar__related .swiper-nav [class^="swiper-button"] svg {
  height: 20px;
}
@media (min-width: 992px) {
  .post-sidebar__related .swiper-nav [class^="swiper-button"] svg {
    width: 10px;
    height: 16px;
  }
}
.related-posts-slider {
  margin-top: 25px;
}
.related-posts-slider__nav {
  top: -15px;
  right: -15px;
}
.related-posts-slider__nav [class^="swiper-button"]:hover svg, .related-posts-slider__nav [class^="swiper-button"]:focus svg {
  stroke: #003A8C;
}
.related-posts-slider__nav [class^="swiper-button"] svg {
  stroke: #5693C9;
}
.related-post {
  height: auto;
  display: flex;
  flex-direction: column;
}
.related-post__img {
  margin-bottom: 15px;
  position: relative;
  height: 200px;
}
@media (min-width: 992px) {
  .related-post__img {
    height: 25vh;
  }
}
@media (min-width: 1440px) {
  .related-post__img {
    height: 200px;
  }
}
.related-post__img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-post__list {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.related-post__cat {
  display: inline-block;
}
.related-post__title {
  margin-bottom: 30px;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.related-post__title:hover, .related-post__title:focus {
  text-decoration-color: #081F3D;
}
.related-post__more {
  color: #003A8C;
  border-color: #003A8C;
}
.related-post__more:hover, .related-post__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.post-content {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .post-content {
    position: relative;
    width: 60%;
    flex-shrink: 0;
  }
  .post-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #081F3D;
  }
}
@media (min-width: 1350px) {
  .post-content {
    margin-left: 440px;
    margin-right: auto;
  }
}
@media (min-width: 1680px) {
  .post-content {
    margin-left: 540px;
    width: 50%;
  }
}
.post-content h1, .post-content h2 {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .post-content h1, .post-content h2 {
    font-size: calc(0.8333333333vw + 12px);
  }
}
@media (min-width: 1440px) {
  .post-content h1, .post-content h2 {
    font-size: 24px;
  }
}
.post-content h1:not(:first-child), .post-content h2:not(:first-child) {
  margin-top: 2.5em;
}
.post-content h5 {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .post-content h5 {
    font-size: calc(0.2083333333vw + 17px);
  }
}
@media (min-width: 1440px) {
  .post-content h5 {
    font-size: 20px;
  }
}
.post-content h5:not(:first-child) {
  margin-top: 2.5em;
}
.post-content p {
  font-family: "Source Serif Pro", serif;
}
.post-content p:not(:first-child) {
  margin-top: 1.5em;
}
.post-content ol, .post-content ul {
  font-family: "Source Serif Pro", serif;
  padding-left: 1.1em;
}
.post-content ol:not(:first-child), .post-content ul:not(:first-child) {
  margin-top: 2.5em;
}
.post-content li ol, .post-content li ul {
  margin-top: 0;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content ul {
  list-style-type: disc;
}
.post-content .wp-block-columns:has(figure):not(:first-child), .post-content .wp-block-column:has(figure):not(:first-child), .post-content figure:not(:first-child) {
  margin-top: 3em;
}
.post-content .wp-block-columns:has(figure) .wp-element-caption, .post-content .wp-block-column:has(figure) .wp-element-caption, .post-content figure .wp-element-caption {
  margin-top: 10px;
  font-family: "Source Serif Pro", serif;
  font-size: 14px;
  font-style: italic;
  text-align: left;
}
.post-content .btn {
  margin-top: 40px;
}
.post-content .post-cta {
  margin: 40px 0;
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  border: 1px solid #081F3D;
  background-color: rgba(221, 233, 244, 0.6);
}
@media (min-width: 640px) {
  .post-content .post-cta--show-icon .post-cta__icon {
    padding: 30px;
    display: flex;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .post-content .post-cta {
    /*margin: 80px 0;*/
  }
}
.post-content .post-cta__icon {
  display: none;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(137deg, #B5E273 0%, #5693C9 100%);
}
.post-content .post-cta__icon svg {
  fill: #ffffff;
}
.post-content .post-cta__inner {
  padding: 15px 30px;
}
.post-content .post-cta__title {
  margin-top: 0 !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.post-content .post-cta__text {
  margin-top: 5px !important;
  font-family: "DM Sans", sans-serif;
}
.post-content .post-cta .btn {
  margin-top: 20px;
  background: linear-gradient(45deg, #ebf2f9 0%, #ebf2f9 100%) padding-box, linear-gradient(45deg, #5693C9 0%, #B5E273 100%) border-box;
}
.post-content .post-side-img {
  margin: 50px 0;
}
@media (min-width: 992px) {
  .post-content .post-side-img {
    display: flex;
    gap: 35px;
  }
}
.post-content .post-side-img--right {
  flex-direction: row-reverse;
}
.post-content .post-side-img__image {
  height: 300px;
  margin: 0 auto 35px;
}
@media (min-width: 992px) {
  .post-content .post-side-img__image {
    width: 40%;
    height: auto;
    margin: 0;
    flex-shrink: 0;
  }
}
.post-content .post-side-img__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-authors {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #ffffff;
}
.post-authors__title {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.authors-main--two {
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
}
@media (min-width: 1350px) {
  .authors-main--two {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1350px) {
  .authors-main--two .post-author {
    width: calc(50% - 5px);
  }
}
.authors-main-co__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .authors-main-co__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .authors-main-co__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    grid-template-areas: "div1 div1 div2" "div1 div1 div3";
  }
}
.authors-main-co .post-authors__heading {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .authors-main-co .post-authors__heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    grid-template-areas: "div1 div1 div2";
  }
}
.authors-main-co .post-authors__title {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .authors-main-co .post-authors__title:first-child {
    grid-area: div1;
  }
}
.authors-main-co .post-authors__title:last-child {
  display: none;
}
@media (min-width: 1200px) {
  .authors-main-co .post-authors__title:last-child {
    display: block;
    grid-area: div2;
  }
}
.authors-main-co .post-author {
  width: 100%;
}
@media (min-width: 1200px) {
  .authors-main-co .post-author {
    width: auto;
  }
  .authors-main-co .post-author:nth-child(1) {
    grid-area: div1;
  }
  .authors-main-co .post-author:nth-child(2) {
    grid-area: div2;
  }
  .authors-main-co .post-author:nth-child(3) {
    grid-area: div3;
  }
}
.authors-main-co .post-author--co {
  gap: 20px;
}
@media (min-width: 768px) {
  .authors-main-co .post-author--co {
    width: calc(70% - 10px);
  }
}
.authors-main-co .post-author--co .post-author__img {
  max-width: 90px;
}
.authors-main-co .post-author--co .post-author__position {
  margin-bottom: 10px;
}
.authors-main-co .post-author--co .post-author__linkedin svg {
  width: 23px;
  height: auto;
}
.post-author {
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .post-author {
    display: flex;
    gap: 30px;
  }
}
.post-author__img {
  display: none;
}
@media (min-width: 640px) {
  .post-author__img {
    display: block;
    max-width: 220px;
    flex-shrink: 0;
  }
}
.post-author__img img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-author__desc {
  display: flex;
  flex-direction: column;
}
.post-author__name {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.post-author__position {
  margin-bottom: 30px;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-author__bio {
  margin-bottom: 35px;
}
.post-author__linkedin {
  margin-top: auto;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  transition: color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.post-author__linkedin:hover span, .post-author__linkedin:focus span {
  color: #5693C9;
  border-color: #5693C9;
}
.post-author__linkedin:hover svg, .post-author__linkedin:focus svg {
  fill: #5693C9;
}
.post-author__linkedin span {
  padding-bottom: 3px;
  font-size: 16px;
  border-bottom: 1px solid;
}
.post-author__linkedin svg {
  fill: #003A8C;
}
.search-hero {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .search-hero {
    padding-top: 65px;
  }
}
.search-hero__return {
  margin-bottom: 30px;
}
.search-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 640px) {
  .search-hero__wrapper {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .search-hero__wrapper {
    gap: 10px;
  }
}
.search-hero__title {
  text-transform: uppercase;
}
.search-hero__title span {
  font-weight: 700;
  color: #5693C9;
}
.search-hero__form {
  order: 3;
  position: relative;
  width: fit-content;
}
@media (min-width: 640px) {
  .search-hero__form {
    margin-left: auto;
    order: 2;
  }
}
.search-hero__form:hover .search-hero__form-filter, .search-hero__form:focus .search-hero__form-filter {
  fill: #5693C9;
}
.search-hero__form::after {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #081F3D;
  transition: background-color 300ms ease-in-out;
}
.search-hero__form-filter {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: fill 300ms ease-in-out;
}
.search-hero__form-chevron {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  fill: transparent;
  stroke: #081F3D;
}
.search-hero__select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 5px 20px 5px 35px;
  margin: 0;
  width: 250px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  outline-color: #081F3D;
}
.search-hero__results {
  order: 2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .search-hero__results {
    order: 3;
  }
}
.search-result {
  padding-bottom: 50px;
}
.search-result #ajax-preloader {
  top: 10vh;
}
.search-result .ajax-loading .horizontal-post {
  opacity: 0;
}
.search-result__wrapper {
  min-height: 20vh;
  padding-bottom: 50px;
}
.search-result__next {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #003A8C;
  border-color: #003A8C;
  transition: opacity 300ms ease-in-out, color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.search-result__next.hide {
  opacity: 0;
  pointer-events: none;
}
.search-result__next:hover, .search-result__next:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.search-result__next.loaded {
  color: #ffffff;
  border-color: #ffffff;
}
.search-result__empty {
  padding-top: 50px;
}
.search-result__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .search-result__title {
    font-size: calc(0.8333333333vw + 20px);
  }
}
@media (min-width: 1440px) {
  .search-result__title {
    font-size: 32px;
  }
}
.horizontal-post {
  padding-top: 55px;
  padding-bottom: 35px;
  width: 100%;
  border-bottom: 2px solid #081F3D;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 640px) {
  .horizontal-post {
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .horizontal-post {
    padding-top: 70px;
    padding-bottom: 55px;
    gap: 60px;
  }
}
.horizontal-post__img {
  display: none;
}
@media (min-width: 640px) {
  .horizontal-post__img {
    display: block;
    width: 220px;
    height: auto;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-post__img {
    width: 320px;
    height: 220px;
  }
}
.horizontal-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.horizontal-post__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
.horizontal-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}
@media (min-width: 992px) {
  .horizontal-post__meta {
    gap: 40px;
  }
}
.horizontal-post__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.horizontal-post__date, .horizontal-post__author {
  font-size: 14px;
}
.horizontal-post__title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.horizontal-post__title:hover, .horizontal-post__title:focus {
  text-decoration-color: #081F3D;
}
.horizontal-post__more {
  margin-left: auto;
  color: #003A8C;
  border-color: #003A8C;
}
@media (min-width: 992px) {
  .horizontal-post__more {
    margin-top: auto;
  }
}
.horizontal-post__more:hover, .horizontal-post__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
.vertical-post {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 480px) {
  .vertical-post {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1350px) {
  .vertical-post {
    width: calc((100% - 120px) / 4);
  }
}
.vertical-post__img {
  height: 210px;
  width: 100%;
}
@media (min-width: 1350px) {
  .vertical-post__img {
    height: 310px;
  }
}
.vertical-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.vertical-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}
@media (min-width: 1440px) {
  .vertical-post__meta {
    justify-content: flex-end;
  }
}
.vertical-post__date {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .vertical-post__date {
    width: auto;
    margin-right: auto;
  }
}
.vertical-post__title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 300ms ease-in-out;
}
.vertical-post__title:hover, .vertical-post__title:focus {
  text-decoration-color: #081F3D;
}
.vertical-post__more {
  margin-top: auto;
  width: fit-content;
  color: #003A8C;
  border-color: #003A8C;
}
.vertical-post__more:hover, .vertical-post__more:focus {
  color: #5693C9;
  border-color: #5693C9;
}
/*# sourceMappingURL=styles.css.map */