/*
Theme Name: sst
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sst
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Avenir";
  src: url("./fonts/avenir-book.woff") format("woff"), url("./fonts/avenir-book.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "Avenir";
  src: url("./fonts/avenir-medium.woff") format("woff"), url("./fonts/avenir-medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: "Avenir";
  src: url("./fonts/avenir-light.woff") format("woff"), url("./fonts/avenir-light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: "Avenir";
  src: url("./fonts/avenir-heavy.woff") format("woff"), url("./fonts/avenir-heavy.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: "Avenir";
  src: url("./fonts/avenir-black.woff") format("woff"), url("./fonts/avenir-black.woff2") format("woff2");
  font-weight: 900; }

.listreset, .main-menu,
.secondary-menu, .main-menu .drop-holder ul,
.secondary-menu .drop-holder ul, .social-links, .footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.navigation .page-numbers,
.navigation-comments .page-numbers, .navigation a.next,
.navigation a.prev,
.navigation-comments a.next,
.navigation-comments a.prev, .section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .menu-toggle:before, .menu-toggle:after,
.menu-toggle span, .header-navs, .main-menu > li.menu-item-has-children > a:after,
.secondary-menu > li.menu-item-has-children > a:after, .main-menu .drop-holder,
.secondary-menu .drop-holder, .main-menu a,
.secondary-menu a, .social-links a, .footer-navigation a, body:not(.single-post) .type-post .title a,
body:not(.single-post) .type-page .title a, .btn, .btn:after, .square-outline-btn, .single-post-block .back-link, .single-post-block .back-link:before, .single-post-block .sidenav a, .related-post a, .related-post .related-post-title, .related-post-categories .category,
.categories .category {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #606060;
  background: #fff;
  font: 16px/1.375 "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1440px) {
    body {
      font-size: 24px; } }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.375em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.375em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #707070;
  padding: 0.8em 1.4em;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1200px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 20px;
      border-radius: 40px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #606060; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #606060; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #606060; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #606060; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #606060; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  width: 100%;
  max-height: 120px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  @media (min-width: 1200px) {
    textarea {
      max-height: 186px; } }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.form-double-col {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .form-double-col {
      display: flex;
      gap: 11px;
      margin-bottom: 30px; } }
  .form-double-col .form-field {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .form-double-col .form-field:first-child {
        width: calc(42% - 6px);
        margin-bottom: 0; } }
    .form-double-col .form-field:last-child {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .form-double-col .form-field:last-child {
          width: calc(58% - 6px); } }
    .form-double-col .form-field:only-child {
      width: 100%; }

form .form-field {
  display: block;
  width: 100%;
  text-align: center; }

form .submit-wrap {
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 37px auto 0; }
  form .submit-wrap .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px); }
  form .submit-wrap .btn {
    font-weight: 900; }
    @media (min-width: 1440px) {
      form .submit-wrap .btn {
        font-size: 24px; } }
  form .submit-wrap .wpcf7-submit {
    display: none; }

.wpcf7 form .wpcf7-response-output {
  color: inherit;
  margin: 12px 0; }
  @media (min-width: 1200px) {
    .wpcf7 form .wpcf7-response-output {
      margin: 24px 0; } }

.widget {
  margin-bottom: 1.375em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 200px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px;
  font-size: 16px; }
  @media (min-width: 1200px) {
    .search-form {
      font-size: 20px; } }
  .search-form input {
    font-size: inherit;
    float: left;
    height: 3em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 200px;
      border-radius: 45px; }

.post-password-form input {
  float: left;
  height: 3em; }
  .post-password-form input[type='password'] {
    width: 200px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #4A87B5;
  color: #fff;
  height: 3em;
  border: none;
  padding: 0 2em;
  border-radius: 45px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.375em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.375em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.375em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.375em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation a.page-numbers:hover,
  .navigation-comments a.page-numbers:hover {
    color: #000; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation a.next,
  .navigation a.prev,
  .navigation-comments a.next,
  .navigation-comments a.prev {
    background: #4A87B5;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em 1em;
    text-decoration: none;
    border-radius: 45px; }
    @media (max-width: 767px) {
      .navigation a.next,
      .navigation a.prev,
      .navigation-comments a.next,
      .navigation-comments a.prev {
        padding: .5em 1em; } }
    .navigation a.next:hover,
    .navigation a.prev:hover,
    .navigation-comments a.next:hover,
    .navigation-comments a.prev:hover {
      color: #fff;
      background: #000; }

.navigation-single {
  margin-bottom: 1.375em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #4A87B5;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.375em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.375em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.375em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.375em; }

.mejs-container {
  margin-bottom: 1.375em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 32px;
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px;
      margin-bottom: 12px; } }
  @media (min-width: 1440px) {
    h1, .h1 {
      font-size: 70px; } }

h2, .h2 {
  font-size: 28px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (min-width: 1440px) {
    h2, .h2 {
      font-size: 60px; } }

h3, .h3 {
  color: #4A87B5;
  font-size: 24px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 38px; } }
  @media (min-width: 1440px) {
    h3, .h3 {
      font-size: 50px;
      margin-bottom: 72px; } }

h4, .h4 {
  font-size: 22px; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 30px; } }
  @media (min-width: 1440px) {
    h4, .h4 {
      font-size: 39px; } }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #4A87B5; }
  a:hover, a:focus {
    text-decoration: none; }

.sub-title {
  font-weight: 500; }
  @media (min-width: 768px) {
    .sub-title {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .sub-title {
      font-size: 30px; } }

.section-sub-title {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .section-sub-title {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .section-sub-title {
      font-size: 24px; } }

.default-header {
  background-color: #000; }

.intro-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.header {
  color: #fff;
  padding: 25px 0; }
  @media (min-width: 1200px) {
    .header {
      padding: 37px 0; } }
  .header.active .menu-toggle:before {
    top: 9px;
    transform: rotate(45deg); }
  .header.active .menu-toggle:after {
    bottom: 9px;
    transform: rotate(-45deg); }
  .header.active .menu-toggle span {
    transform: translateY(-50%) scale(0); }
  .header.active .header-navs {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px; }
    @media (min-width: 1024px) {
      .header .container {
        justify-content: unset; } }
    @media (min-width: 1440px) {
      .header .container {
        column-gap: 67px; } }
  .header .logo {
    max-width: 95px;
    width: 100%; }
    @media (min-width: 1200px) {
      .header .logo {
        max-width: 134px; } }
    .header .logo a,
    .header .logo img {
      display: block;
      width: 100%; }

.menu-toggle {
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:before, .menu-toggle:after {
    content: ''; }
  .menu-toggle:before, .menu-toggle:after,
  .menu-toggle span {
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    display: block; }
  .menu-toggle:before {
    top: 0; }
  .menu-toggle:after {
    bottom: 0; }
  .menu-toggle span {
    top: 50%;
    transform: translateY(-50%); }

.header-navs {
  background: #000;
  gap: 30px;
  flex: 1 1 100%;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 100px 40px 60px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  transform: translateX(100%); }
  @media (min-width: 1024px) {
    .header-navs {
      background: transparent;
      opacity: 1;
      visibility: visible;
      position: static;
      padding: 0;
      transform: unset;
      width: unset;
      height: unset;
      overflow: unset;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .header-navs .right-nav {
      display: flex;
      align-items: center;
      gap: 26px; } }
  @media (min-width: 1440px) {
    .header-navs .right-nav {
      column-gap: 62px; } }

@media (min-width: 1024px) {
  .main-menu,
  .secondary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px; } }

.main-menu > li,
.secondary-menu > li {
  position: relative; }
  .main-menu > li.menu-item-has-children:hover > a, .main-menu > li.menu-item-has-children:focus-within > a,
  .secondary-menu > li.menu-item-has-children:hover > a,
  .secondary-menu > li.menu-item-has-children:focus-within > a {
    color: #4A87B5; }
    .main-menu > li.menu-item-has-children:hover > a:after, .main-menu > li.menu-item-has-children:focus-within > a:after,
    .secondary-menu > li.menu-item-has-children:hover > a:after,
    .secondary-menu > li.menu-item-has-children:focus-within > a:after {
      transform: rotate(-180deg);
      background-image: url("./images/icon-arrow-blue.svg"); }
  .main-menu > li.menu-item-has-children:hover .drop-holder, .main-menu > li.menu-item-has-children:focus-within .drop-holder,
  .secondary-menu > li.menu-item-has-children:hover .drop-holder,
  .secondary-menu > li.menu-item-has-children:focus-within .drop-holder {
    opacity: 1;
    visibility: visible; }
  .main-menu > li.menu-item-has-children > a:after,
  .secondary-menu > li.menu-item-has-children > a:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url("./images/icon-arrow.svg");
    margin-left: 7px;
    display: inline-block; }

@media (min-width: 1024px) {
  .main-menu .drop-holder,
  .secondary-menu .drop-holder {
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    line-height: 1.2;
    min-width: 250px;
    opacity: 0;
    visibility: hidden; } }

.main-menu .drop-holder ul,
.secondary-menu .drop-holder ul {
  padding: 1em 0 1em 1em; }
  @media (min-width: 1024px) {
    .main-menu .drop-holder ul,
    .secondary-menu .drop-holder ul {
      padding: 1em; } }
  .main-menu .drop-holder ul a,
  .secondary-menu .drop-holder ul a {
    font-size: 16px;
    display: inline-block; }
    @media (min-width: 1200px) {
      .main-menu .drop-holder ul a,
      .secondary-menu .drop-holder ul a {
        font-size: 18px; } }
  .main-menu .drop-holder ul li,
  .secondary-menu .drop-holder ul li {
    margin-bottom: 6px; }
    .main-menu .drop-holder ul li:last-child,
    .secondary-menu .drop-holder ul li:last-child {
      margin-bottom: 0; }

.main-menu a,
.secondary-menu a {
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  text-decoration: none; }
  @media (min-width: 1200px) {
    .main-menu a,
    .secondary-menu a {
      font-size: 20px; } }
  .main-menu a:hover,
  .secondary-menu a:hover {
    color: #4A87B5; }

.main-menu li,
.secondary-menu li {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .main-menu li,
    .secondary-menu li {
      margin-bottom: 0; } }

@media (min-width: 1440px) {
  .main-menu {
    column-gap: 40px; } }

@media (min-width: 1440px) {
  .secondary-menu {
    column-gap: 43px; } }

.footer {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 21px;
  position: relative;
  padding-top: 200px; }
  @media (min-width: 768px) {
    .footer {
      padding-bottom: 41px; } }
  @media (min-width: 1440px) {
    .footer {
      padding-top: 380px; } }
  .footer:before, .footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block; }
  .footer:before {
    background: rgba(0, 0, 0, 0.65);
    top: 0; }
  .footer:after {
    background: linear-gradient(180deg, white 0%, transparent 25%);
    top: -1px; }
    @media (min-width: 1024px) {
      .footer:after {
        background: linear-gradient(180deg, white 0%, transparent 45%); } }
  @media (min-width: 1024px) {
    .footer .container {
      display: flex;
      justify-content: space-between;
      gap: 60px; } }
  .footer .footer-title {
    position: relative;
    width: fit-content;
    padding-top: 14px;
    margin-bottom: 10px; }
    .footer .footer-title:before {
      width: 40px;
      height: 3px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: #fff; }
      @media (min-width: 1200px) {
        .footer .footer-title:before {
          width: 64px; } }

.footer-logo {
  width: 100%;
  max-width: 150px;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .footer-logo {
      max-width: 182px;
      margin-bottom: 0; } }

.footer-top,
.footer-bottom {
  position: relative;
  z-index: 1; }
  .footer-top a,
  .footer-bottom a {
    color: #fff;
    text-decoration: none; }
    .footer-top a:hover,
    .footer-bottom a:hover {
      text-decoration: underline; }

.footer-top {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 60px; }
  @media (min-width: 1440px) {
    .footer-top {
      min-height: 430px;
      padding-bottom: 100px; } }
  .footer-top .container {
    max-width: 1600px; }

.footer-bottom {
  padding-top: 20px;
  position: relative; }
  @media (min-width: 1024px) {
    .footer-bottom {
      font-size: 20px; } }
  .footer-bottom:before {
    content: '';
    background: #E0E0E0;
    position: absolute;
    height: 2px;
    right: 20px;
    top: 0;
    left: 20px;
    display: block; }
    @media (min-width: 1800px) {
      .footer-bottom:before {
        right: 55px;
        left: 55px; } }

.footer-blocks:not(.has-widget) {
  max-width: 928px;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-blocks:not(.has-widget) {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      margin-left: auto; } }
  @media (min-width: 1024px) {
    .footer-blocks:not(.has-widget) {
      gap: 60px;
      padding-top: 30px; } }
  @media (min-width: 1440px) {
    .footer-blocks:not(.has-widget) {
      gap: 100px;
      padding-top: 57px; } }
  .footer-blocks:not(.has-widget) .footer-block {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer-blocks:not(.has-widget) .footer-block {
        margin-bottom: 0; } }
    .footer-blocks:not(.has-widget) .footer-block:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-text-block {
        flex: 1 1 calc(33.33% - 20px); } }
    @media (min-width: 1024px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-text-block {
        flex: 1 1 calc(33.33% - 40px); } }
    @media (min-width: 1440px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-text-block {
        flex: 1 1 calc(29% - 94px); } }
    .footer-blocks:not(.has-widget) .footer-block.footer-text-block .text-block {
      letter-spacing: -0.02em; }
    @media (min-width: 768px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-contact-link {
        flex: 1 1 calc(33.33% - 20px); } }
    @media (min-width: 1024px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-contact-link {
        flex: 1 1 calc(33.33% - 40px); } }
    @media (min-width: 1440px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-contact-link {
        flex: 1 1 calc(37% - 94px); } }
    @media (min-width: 768px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-social-links {
        flex: 1 1 calc(33.33% - 20px); } }
    @media (min-width: 1024px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-social-links {
        flex: 1 1 calc(33.33% - 20px); } }
    @media (min-width: 1440px) {
      .footer-blocks:not(.has-widget) .footer-block.footer-social-links {
        flex: 1 1 calc(34% - 64px); } }

.footer-blocks.has-widget {
  width: 100%; }
  @media (min-width: 768px) {
    .footer-blocks.has-widget {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      margin-left: 4%; } }
  @media (min-width: 1024px) {
    .footer-blocks.has-widget {
      gap: 50px;
      padding-top: 30px; } }
  @media (min-width: 1440px) {
    .footer-blocks.has-widget {
      gap: 50px;
      padding-top: 57px; } }
  @media (min-width: 1400px) {
    .footer-blocks.has-widget {
      margin-left: 8%; } }
  .footer-blocks.has-widget .footer-block {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer-blocks.has-widget .footer-block {
        margin-bottom: 0;
        width: calc(50% - 25px); } }
    @media (min-width: 1300px) {
      .footer-blocks.has-widget .footer-block {
        width: auto; } }
    .footer-blocks.has-widget .footer-block:last-child {
      margin-bottom: 0; }
    .footer-blocks.has-widget .footer-block.footer-widget {
      width: 210px;
      min-width: 210px; }
    .footer-blocks.has-widget .footer-block.footer-text-block .text-block {
      letter-spacing: -0.02em; }
  .footer-blocks.has-widget .sb-widget.drop-shadow {
    padding: 0 !important; }
  .footer-blocks.has-widget .sb-widget .powered-by {
    color: #fff !important; }
    .footer-blocks.has-widget .sb-widget .powered-by path:first-child {
      fill: #fff; }

.footer-contact-link a {
  display: flex;
  align-items: center;
  margin-bottom: 13px; }
  .footer-contact-link a:hover {
    text-decoration: underline; }
  .footer-contact-link a:last-child {
    margin-bottom: 0; }

.footer-contact-link .link-icon {
  flex-shrink: 0;
  margin-right: 5px; }
  .footer-contact-link .link-icon img {
    width: 21px;
    height: 21px;
    display: block;
    object-fit: contain;
    object-position: center; }

@media (min-width: 1200px) {
  .social-links-wrapper {
    margin-top: 17px; } }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 18px;
  line-height: 1;
  text-align: center; }
  @media (min-width: 1200px) {
    .social-links {
      font-size: 24px; } }
  .social-links a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1200px) {
      .social-links a {
        width: 44px;
        height: 44px; } }
    .social-links a:hover {
      color: #fff;
      background: #4A87B5;
      text-decoration: none; }
    .social-links a .dashicons,
    .social-links a .dashicons-before:before {
      font-size: inherit;
      width: unset;
      height: unset;
      transition: none; }

.footer-navigation {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-navigation {
      display: flex;
      flex-wrap: wrap;
      column-gap: 50px;
      row-gap: 20px; } }
  @media (min-width: 1024px) {
    .footer-navigation {
      margin-bottom: 0; } }
  @media (min-width: 1440px) {
    .footer-navigation {
      gap: 78px; } }
  .footer-navigation a:hover {
    color: #fff; }

.copyright {
  color: #fff;
  letter-spacing: 0.008em; }

:root {
  --app-height: 100vh; }

html,
body {
  height: 100%; }

body {
  position: relative;
  overflow-x: hidden; }
  body.lock {
    overflow-y: hidden; }
    @media (min-width: 1024px) {
      body.lock {
        overflow-y: auto; } }

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#wrapper {
  max-width: 100%;
  position: relative;
  z-index: 1; }

.container {
  width: 100%;
  max-width: 1714px;
  padding: 0 20px;
  margin: 0 auto; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.bg-gray {
  position: relative; }
  .bg-gray:before {
    content: '';
    background: #F7F7F7;
    position: absolute;
    width: 100vw;
    top: -1px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: -1; }

.rounded,
.top-left-angle,
.top-right-angle {
  height: 100%;
  overflow: hidden; }
  .rounded img,
  .top-left-angle img,
  .top-right-angle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.top-left-angle,
.top-right-angle {
  border-radius: 70px; }

.rounded {
  border-radius: 44px; }

.top-left-angle {
  border-top-left-radius: 0; }

.top-right-angle {
  border-top-right-radius: 0; }

.page-template-default main,
.error404 main,
.search main,
.archive main {
  padding: 60px 0; }
  @media (min-width: 1200px) {
    .page-template-default main,
    .error404 main,
    .search main,
    .archive main {
      padding: 80px 0; } }

.search h1,
.archive h1 {
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .search h1,
    .archive h1 {
      margin-bottom: 60px; } }

.search .type-page,
.search .type-post,
.archive .type-page,
.archive .type-post {
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .search .type-page,
    .search .type-post,
    .archive .type-page,
    .archive .type-post {
      margin-bottom: 60px; } }

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px; }
  @media (min-width: 1200px) {
    .nav-links {
      margin-top: 100px; } }

body:not(.single-post) .type-post,
body:not(.single-post) .type-page {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    body:not(.single-post) .type-post,
    body:not(.single-post) .type-page {
      display: flex;
      gap: 40px;
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    body:not(.single-post) .type-post,
    body:not(.single-post) .type-page {
      gap: 60px;
      margin-bottom: 70px; } }
  body:not(.single-post) .type-post:last-child,
  body:not(.single-post) .type-page:last-child {
    margin-bottom: 0; }
  body:not(.single-post) .type-post a,
  body:not(.single-post) .type-page a {
    text-decoration: none; }
  body:not(.single-post) .type-post .col-image,
  body:not(.single-post) .type-page .col-image {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      body:not(.single-post) .type-post .col-image,
      body:not(.single-post) .type-page .col-image {
        width: 260px;
        min-width: 260px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      body:not(.single-post) .type-post .col-image,
      body:not(.single-post) .type-page .col-image {
        width: 340px;
        min-width: 340px; } }
    body:not(.single-post) .type-post .col-image a,
    body:not(.single-post) .type-page .col-image a {
      display: block;
      height: 100%;
      overflow: hidden;
      position: relative; }
    body:not(.single-post) .type-post .col-image img,
    body:not(.single-post) .type-page .col-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 45px; }
      @media (min-width: 768px) {
        body:not(.single-post) .type-post .col-image img,
        body:not(.single-post) .type-page .col-image img {
          border-radius: 55px; } }
  @media (min-width: 768px) {
    body:not(.single-post) .type-post .col-text,
    body:not(.single-post) .type-page .col-text {
      width: 100%; } }
  body:not(.single-post) .type-post .col-text:only-child,
  body:not(.single-post) .type-page .col-text:only-child {
    width: 100%; }
  body:not(.single-post) .type-post .categories,
  body:not(.single-post) .type-page .categories {
    margin-bottom: 13px; }
  body:not(.single-post) .type-post .title,
  body:not(.single-post) .type-page .title {
    margin-bottom: 12px; }
    body:not(.single-post) .type-post .title a:hover,
    body:not(.single-post) .type-page .title a:hover {
      color: #000; }
  body:not(.single-post) .type-post .excerpt,
  body:not(.single-post) .type-page .excerpt {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      body:not(.single-post) .type-post .excerpt,
      body:not(.single-post) .type-page .excerpt {
        margin-bottom: 33px; } }
    body:not(.single-post) .type-post .excerpt p:last-child,
    body:not(.single-post) .type-page .excerpt p:last-child {
      margin-bottom: 0; }

.btn {
  background: #4A87B5;
  color: #fff;
  border: 2px solid #4A87B5;
  border-radius: 40px;
  font-weight: 500;
  padding: 0.6em 0.9em;
  text-decoration: none; }
  .btn:hover {
    color: #4A87B5;
    background: #fff; }
    .btn:hover:after {
      background-color: #4A87B5;
      background-image: url("./images/icon-submit-arrow-white.svg"); }
  .btn:after {
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: center;
    width: 34px;
    height: 34px;
    content: '';
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    border-radius: 50%;
    display: block;
    font-size: 0;
    background-image: url("./images/icon-submit-arrow.svg"); }
    @media (min-width: 1440px) {
      .btn:after {
        width: 52px;
        height: 52px;
        background-size: 35px 35px; } }
  .btn.btn-primary {
    min-width: 180px; }
    @media (min-width: 1440px) {
      .btn.btn-primary {
        font-size: 24px;
        min-width: 282px; } }
  .btn.btn-outline {
    color: #4A87B5;
    text-align: center;
    background: transparent;
    position: relative;
    padding: 0.6em 3.08em; }
    .btn.btn-outline:hover {
      color: #fff;
      background: #4A87B5; }
      .btn.btn-outline:hover:after {
        background-color: #fff;
        background-image: url("./images/icon-submit-arrow-blue.svg"); }
    .btn.btn-outline:after {
      background-color: #4A87B5;
      background-image: url("./images/icon-submit-arrow-white.svg"); }

.square-outline-btn {
  border: 1px solid #fff;
  color: inherit;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  padding: 0.6em 0.95em;
  text-decoration: none;
  display: inline-block; }
  .square-outline-btn:hover {
    background: #fff;
    color: #000; }

.page-intro {
  min-height: var(--app-height);
  color: #fff;
  background-color: #000;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-intro .scroll-to-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media (min-width: 1024px) {
      .page-intro .scroll-to-content {
        bottom: 100px; } }
    @media (min-width: 1440px) {
      .page-intro .scroll-to-content {
        bottom: 155px; } }
    @media (min-width: 1024px) and (max-height: 799px) {
      .page-intro .scroll-to-content {
        bottom: 90px; } }
  .page-intro .title {
    margin-bottom: 4px; }
  .page-intro .animated-text,
  .page-intro .sub-title {
    opacity: 0;
    transition: opacity 2s ease; }

.intro-bg {
  position: relative; }
  .intro-bg:before, .intro-bg:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    right: 0;
    display: block; }
  .intro-bg:before {
    background: rgba(0, 0, 0, 0.65); }
  .intro-bg:after {
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.25) 40%, transparent 60%); }
  .intro-bg .container {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 190px; }

.scroll-to-content {
  width: 10px;
  height: 120px; }
  .scroll-to-content:before, .scroll-to-content:after {
    content: '';
    background: #fff;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 14px; }
  .scroll-to-content:before {
    width: 3px;
    height: 100%;
    top: 0; }
  .scroll-to-content:after {
    width: 10px;
    height: 38px;
    bottom: 0; }

@keyframes upDown {
  from {
    bottom: 0; }
  to {
    bottom: calc(100% - 38px); } }

.contact-page-intro {
  min-height: var(--app-height);
  color: #fff;
  text-align: center;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; }
  @media (min-width: 768px) {
    .contact-page-intro {
      min-height: unset; } }
  @media (min-width: 1200px) {
    .contact-page-intro {
      min-height: var(--app-height); } }
  .contact-page-intro .container {
    max-width: 1212px;
    padding-top: 200px;
    padding-bottom: 50px; }
    @media (min-width: 1440px) {
      .contact-page-intro .container {
        padding-top: 345px;
        padding-bottom: 100px; } }
  .contact-page-intro .link {
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
    display: inline-block; }
    @media (min-width: 1200px) {
      .contact-page-intro .link {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .contact-page-intro .link {
        font-size: 23px; } }
    .contact-page-intro .link[href="#"] {
      cursor: default; }
    .contact-page-intro .link:not([href="#"]):hover {
      text-decoration: underline; }
  .contact-page-intro .text {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .contact-page-intro .text {
        font-size: 19px; } }
    @media (min-width: 1440px) {
      .contact-page-intro .text {
        margin-bottom: 14px; } }
  .contact-page-intro .title {
    margin-bottom: 4px; }
  .contact-page-intro .top-info {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .contact-page-intro .top-info {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .contact-page-intro .top-info {
        margin-bottom: 102px; } }
  @media (min-width: 768px) {
    .contact-page-intro .bottom-info {
      display: flex;
      flex-wrap: wrap;
      gap: 22px; } }
  @media (min-width: 1200px) {
    .contact-page-intro .bottom-info {
      gap: 44px; } }
  .contact-page-intro .contact-card {
    background: rgba(255, 255, 255, 0.72);
    color: #000;
    border: 2px solid #E0E0E0;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 45px;
    border-top-left-radius: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .contact-page-intro .contact-card {
        width: calc(50% - 11px);
        height: inherit;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .contact-page-intro .contact-card {
        width: calc(33.33% - 15px); } }
    @media (min-width: 1200px) {
      .contact-page-intro .contact-card {
        width: calc(33.33% - 30px);
        padding: 25px 25px 35px; } }
    .contact-page-intro .contact-card:last-child {
      margin-bottom: 0; }
    .contact-page-intro .contact-card .icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 7px; }
      @media (min-width: 1200px) {
        .contact-page-intro .contact-card .icon {
          width: 70px;
          height: 65px;
          margin-bottom: 14px; } }
      .contact-page-intro .contact-card .icon.wiggle-icon {
        animation: wiggle 2s linear infinite;
        transform-origin: center; }
      .contact-page-intro .contact-card .icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }

@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0); }
  15% {
    transform: rotateZ(-15deg); }
  20% {
    transform: rotateZ(10deg); }
  25% {
    transform: rotateZ(-10deg); }
  30% {
    transform: rotateZ(6deg); }
  35% {
    transform: rotateZ(-4deg); }
  40%,
  100% {
    transform: rotateZ(0); } }

.single-post-block {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1200px) {
    .single-post-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1800px) {
    .single-post-block {
      padding-top: 200px;
      padding-bottom: 139px; } }
  .single-post-block h1 {
    color: #4A87B5;
    line-height: 1;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .single-post-block h1 {
        margin-bottom: 33px; } }
  .single-post-block .meta-info {
    color: #000;
    padding-left: 6px; }
    .single-post-block .meta-info:last-child {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .single-post-block .post-header {
      display: flex; } }
  .single-post-block .back-link-wrap {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .single-post-block .back-link-wrap {
        width: 300px;
        min-width: 300px;
        padding-right: 25px;
        margin-bottom: 0; } }
    @media (min-width: 1440px) {
      .single-post-block .back-link-wrap {
        width: 594px;
        min-width: 594px;
        padding-right: 55px;
        padding-top: 28px; } }
    @media (min-width: 1024px) {
      .single-post-block .back-link-wrap + .post-title {
        padding-left: 25px; } }
    @media (min-width: 1440px) {
      .single-post-block .back-link-wrap + .post-title {
        padding-left: 57px; } }
  .single-post-block .back-link {
    color: inherit;
    text-decoration: none; }
    .single-post-block .back-link:hover {
      color: #000; }
      .single-post-block .back-link:hover:before {
        background-image: url("./images/icon-arrow-black.svg"); }
    .single-post-block .back-link:before {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 10px;
      height: 10px;
      content: '';
      display: inline-block;
      margin-right: 9px;
      margin-left: 5px;
      background-image: url("./images/icon-arrow-gray.svg"); }
  .single-post-block .post-title {
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .single-post-block .post-title {
        margin-bottom: 51px; } }
  @media (min-width: 1024px) {
    .single-post-block .content-wrap {
      display: flex; } }
  .single-post-block .sidenav-wrap {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .single-post-block .sidenav-wrap {
        width: 300px;
        min-width: 300px;
        border-right: 1px solid #E0E0E0;
        padding-right: 25px;
        padding-top: 12px;
        margin-bottom: 0; } }
    @media (min-width: 1440px) {
      .single-post-block .sidenav-wrap {
        width: 594px;
        min-width: 594px;
        padding-right: 55px; } }
    @media (min-width: 1024px) {
      .single-post-block .sidenav-wrap + .content {
        padding-left: 25px; } }
    @media (min-width: 1440px) {
      .single-post-block .sidenav-wrap + .content {
        padding-left: 57px; } }
  .single-post-block .sidenav {
    position: sticky;
    left: 0;
    top: 20px;
    border: 2px solid #E0E0E0;
    border-radius: 70px;
    border-top-left-radius: 0;
    padding: 45px;
    text-align: center; }
    @media (min-width: 768px) {
      .single-post-block .sidenav {
        padding: 20px 45px; } }
    @media (min-width: 1024px) {
      .single-post-block .sidenav {
        text-align: left; } }
    @media (min-width: 1440px) {
      .single-post-block .sidenav {
        padding: 45px 102px; } }
    .single-post-block .sidenav a {
      color: inherit;
      text-decoration: none; }
      .single-post-block .sidenav a:hover {
        color: #000; }
  .single-post-block .sidenav-title {
    color: #000;
    font-weight: 900;
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .single-post-block .sidenav-title {
        font-size: 25px; } }
  .single-post-block .anchor-wrap {
    margin-bottom: 17px; }
    .single-post-block .anchor-wrap:last-child {
      margin-bottom: 0; }
  .single-post-block .content {
    width: 100%; }
    .single-post-block .content img {
      border-radius: 29px;
      overflow: hidden;
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .single-post-block .content img {
          margin-bottom: 80px; } }
  @media (min-width: 1440px) {
    .single-post-block .text-blocks {
      padding-left: 24px; } }
  .single-post-block .text-blocks p {
    margin-bottom: 32px; }

.related-posts-section {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .related-posts-section {
      margin-bottom: 154px; } }
  .related-posts-section .section-title {
    color: #4A87B5;
    text-align: center;
    margin-bottom: 35px; }
    @media (min-width: 1200px) {
      .related-posts-section .section-title {
        margin-bottom: 81px; } }

.related-posts {
  max-width: 1578px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .related-posts {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; } }
  @media (min-width: 1200px) {
    .related-posts {
      gap: 60px; } }
  @media (min-width: 1800px) {
    .related-posts {
      column-gap: 146px; } }

.related-post {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .related-post {
      width: calc(50% - 10px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .related-post {
      width: calc(50% - 30px); } }
  @media (min-width: 1800px) {
    .related-post {
      width: calc(50% - 73px); } }
  .related-post:last-child {
    margin-bottom: 0; }
  .related-post a {
    text-decoration: none;
    color: inherit;
    display: block; }
    .related-post a:hover {
      color: #000; }
  .related-post .related-post-image {
    border-radius: 45px;
    overflow: hidden; }
    .related-post .related-post-image img {
      width: 100%;
      display: block; }
  .related-post .related-post-content {
    padding: 12px; }
    @media (min-width: 1200px) {
      .related-post .related-post-content {
        padding: 26px; } }
  .related-post .related-post-title {
    color: #4A87B5; }
    @media (min-width: 1440px) {
      .related-post .related-post-title {
        font-size: 30px; } }
    .related-post .related-post-title:last-child {
      margin-bottom: 0; }

.related-post-categories,
.categories {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .related-post-categories,
    .categories {
      margin-bottom: 31px; } }
  .related-post-categories .category,
  .categories .category {
    color: inherit;
    margin-left: 10px; }
    .related-post-categories .category:hover,
    .categories .category:hover {
      color: #4A87B5; }
    .related-post-categories .category:first-child,
    .categories .category:first-child {
      margin-left: 0; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

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