@charset "UTF-8";
/*!
Theme Name: Twentyfour
Theme URI: https://twentyfour.dk/
Author: Twentyfour ApS
Author URI: https://twentyfour.dk/
Description: Custom theme: Twentyfour, developed by Twentyfour ApS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentyfour-parent
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: twentyfour-parent

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
p {
  color: #505050;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: lighter;
  font-size: calc(14px + 2 * ((100vw - 320px) / 2080));
}

.hero__desc p {
  font-weight: 600;
}

p.small {
  color: #505050;
  font-size: 14px;
  line-height: 22px;
  font-weight: lighter;
  line-height: calc(18px + 4 * ((100vw - 320px) / 2080));
  font-size: calc(12px + 2 * ((100vw - 320px) / 2080));
}

a {
  color: #d17a7d;
  font-size: 14px;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
  color: #d17a7d;
}

.image-text {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  color: #6c6f71;
  font-size: calc(10px + 3 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 3 * ((100vw - 320px) / 2080));
}

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

h1, h2, h3, h4, .image-text {
  color: #585d5f;
}

h5 {
  color: #0b8272;
}

h1 {
  font-weight: bold;
  font-size: calc(30px + 36 * ((100vw - 320px) / 2080));
  line-height: calc(46px + 34 * ((100vw - 320px) / 2080));
}

h2 {
  font-weight: bold;
  font-size: calc(21px + 9 * ((100vw - 320px) / 2080));
  line-height: calc(33px + 5 * ((100vw - 320px) / 2080));
}

h3 {
  line-height: initial;
  font-weight: 500;
  font-size: calc(15px + 5 * ((100vw - 320px) / 2080));
}

h4 {
  line-height: 26px;
  font-size: calc(12px + 4 * ((100vw - 320px) / 2080));
}

h4.font-weight-bold {
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-size: calc(10px + 2 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 7 * ((100vw - 320px) / 2080));
}

h6 {
  font-style: italic;
  color: #6c6f71;
  font-size: calc(10px + 3 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 3 * ((100vw - 320px) / 2080));
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  padding: 30px;
  border-radius: 10px;
  background: #0b8272;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote p, blockquote li {
  color: #fff;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote li {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.section {
  padding-top: calc(25px + 15 * ((100vw - 320px) / 2080));
  padding-bottom: calc(25px + 15 * ((100vw - 320px) / 2080));
}
.section__head {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 2080));
}
.section__meta {
  margin-bottom: 30px;
  font-weight: 600;
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / 2080));
}
.section__title {
  margin-bottom: 30px;
  margin-bottom: calc(10px + 20 * ((100vw - 320px) / 2080));
}
.section__descr {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 2080));
}
.section__link {
  color: #d17a7d;
}
.section-additional-pt {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .section-additional-pt {
    padding-top: calc(35px + 15 * ((100vw - 320px) / 2080));
  }
}
.section__nopt {
  padding-top: 0;
}
.section__nopb {
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-container > .row > .col-12 {
    padding: 0 !important;
  }
  .single-container > .row > .col-12 .entry-excerpt,
.single-container > .row > .col-12 .entry-content {
    padding: 0 !important;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #d17a7d;
}
a:visited {
  color: #d17a7d;
}
a:hover, a:focus, a:active {
  color: #d17a7d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 20px 50px;
  min-width: 210px;
  border-radius: 5px;
}
.button-color {
  color: #fff !important;
  background-color: #0b8272;
}
.button-color:hover {
  background-color: #4d9186;
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  color: #0b8272 !important;
}
.button-white:hover {
  background-color: #F3F0EE;
  text-decoration: none !important;
}
.button-academy {
  color: #fff !important;
  background-color: #2c587a;
}
.button-academy:hover {
  background-color: #6d8ba3;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .button-mobile-center {
    white-space: nowrap;
    padding: 18px 70px;
    margin: 30px 50% 0px 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.button-white-border {
  border: solid #fff 2px;
  padding: 16px 46px;
}
.button-white-border:hover {
  border: solid #F3F0EE 2px !important;
  background-color: #F3F0EE;
}
.button-color-border {
  border: solid #fff 2px;
  background-color: transparent;
  padding: 16px 46px;
}

.btn-default {
  display: inline-block;
  background-color: #fff;
  color: #0b8272;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 24px 50px;
  min-width: 210px;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .btn-default {
    margin: 30px 50% 50px 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.btn-default:hover {
  background-color: #4d9186;
  text-decoration: none;
}

form input[type=submit] {
  display: inline-block;
  background-color: #0b8272;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 22px 50px;
  min-width: 210px;
  border-radius: 5px;
  text-decoration: none;
}
form input[type=submit]:hover {
  background-color: #4d9186;
  text-decoration: none;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

#colophon {
  display: none !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Accordion
--------------------------------------------- */
.ui-accordion-header span {
  margin-bottom: 0 !important;
}

.ui-accordion .accordions-head {
  position: relative;
  background: #fff !important;
  border-radius: 0;
  margin-top: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
  border-top: 1px solid #b9bec2 !important;
  padding: 27px 0 !important;
}
.ui-accordion .accordions-head span.accordion-icons {
  display: none;
}
.ui-accordion .accordions-head span.accordions-head-title {
  margin: 0;
  padding-right: 30px;
  text-transform: inherit !important;
  color: #585d5f;
}
.ui-accordion .accordions-head.ui-accordion-header-active:before {
  content: "";
  background: url("../img/icons/arrow-up-icon.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 11px;
}
.ui-accordion .accordions-head:not(.ui-accordion-header-active):before {
  content: "";
  background: url("../img/icons/arrow-down-icon.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 11px;
}
.ui-accordion .accordions-head .accordion-content {
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-top: none !important;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.ui-accordion .accordions-head .accordion-content p {
  font-size: 16px;
}

.accordions {
  background: none !important;
}
.accordions:last-of-type {
  border-bottom: #b9bec2 solid 1px;
}
.ui-accordion:first-child {
  border-top: 1px solid #b9bec2 !important;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul#primary-menu li a {
  color: #fff !important;
  font-weight: bold;
}
.main-navigation ul#primary-menu li:not(:last-child) a {
  margin-right: 10px;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation .navbar-right a {
  color: #fff;
}
.main-navigation .navbar-right a:not(#external-site-link) {
  margin-left: 20px;
}
.main-navigation .navbar-right button {
  border: none;
  background: none;
  margin-left: 20px;
}
.main-navigation .navbar-right .burger-icon {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("../img/icons/burger-icon.png") no-repeat;
  background-size: contain;
}
.main-navigation .navbar-right #external-site-link {
  position: relative;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 20px;
}
.main-navigation .navbar-right #external-site-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../img/icons/external-link-icon.png") no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -18px;
}
.main-navigation .main-navigation-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation .main-navigation-content #close-main-navigation-menu {
  display: none;
}
.main-navigation .main-navigation-content .navbar-floating {
  position: fixed;
  top: 0;
  right: 0;
  padding: 140px 70px;
  width: 520px;
  height: 100%;
  background: #4d9186;
  z-index: 3;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-navigation .main-navigation-content .navbar-floating.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.main-navigation .main-navigation-content .navbar-floating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.main-navigation .main-navigation-content .navbar-floating ul li a {
  color: #fff;
  font-size: 34px;
  padding: 0;
  margin-bottom: 60px;
  -webkit-transition: none !important;
  transition: none !important;
  line-height: normal;
}
.main-navigation .main-navigation-content .navbar-floating ul li a:hover {
  color: #F7CFCB !important;
  text-decoration: underline;
}
.main-navigation .main-navigation-content .navbar-floating .floating-footer h4, .main-navigation .main-navigation-content .navbar-floating .floating-footer p, .main-navigation .main-navigation-content .navbar-floating .floating-footer a {
  color: #fff !important;
  margin-bottom: 10px;
}
.main-navigation .main-navigation-content .navbar-floating #close-floating-menu {
  border: none;
  width: 30px;
  height: 30px;
  background: url("../img/icons/white-close-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 70px;
}
.main-navigation #navbar-search-mobile,
.main-navigation #navbar-search {
  border: none;
  background: none;
  margin-left: 20px;
}
.main-navigation #navbar-search-mobile .search-icon,
.main-navigation #navbar-search .search-icon {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("../img/icons/search-icon.png") no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .main-navigation #navbar-search-mobile .search-icon,
.main-navigation #navbar-search .search-icon {
    width: 30px;
    height: 25px;
  }
}
.main-navigation .navbar-toggler {
  border: none;
}
.main-navigation .navbar-toggler-icon {
  display: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  position: relative;
}
.comment-navigation .nav-links .nav-previous > a,
.comment-navigation .nav-links .nav-next > a,
.posts-navigation .nav-links .nav-previous > a,
.posts-navigation .nav-links .nav-next > a,
.post-navigation .nav-links .nav-previous > a,
.post-navigation .nav-links .nav-next > a {
  text-decoration: none;
  color: inherit !important;
  line-height: 27px;
}
.comment-navigation .nav-links .nav-previous > a .nav-subtitle,
.comment-navigation .nav-links .nav-next > a .nav-subtitle,
.posts-navigation .nav-links .nav-previous > a .nav-subtitle,
.posts-navigation .nav-links .nav-next > a .nav-subtitle,
.post-navigation .nav-links .nav-previous > a .nav-subtitle,
.post-navigation .nav-links .nav-next > a .nav-subtitle {
  display: block;
  font-weight: bold;
}
.comment-navigation .nav-links .nav-previous > a .nav-title,
.comment-navigation .nav-links .nav-next > a .nav-title,
.posts-navigation .nav-links .nav-previous > a .nav-title,
.posts-navigation .nav-links .nav-next > a .nav-title,
.post-navigation .nav-links .nav-previous > a .nav-title,
.post-navigation .nav-links .nav-next > a .nav-title {
  display: inline-block;
  max-width: 300px;
}
.comment-navigation .nav-links .nav-previous:before,
.comment-navigation .nav-links .nav-next:before,
.posts-navigation .nav-links .nav-previous:before,
.posts-navigation .nav-links .nav-next:before,
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 19px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comment-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
  padding-left: 67px;
}
.comment-navigation .nav-links .nav-previous:before,
.posts-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-previous:before {
  background: url("../img/icons/green-arrow-icon.png") no-repeat;
  left: 0;
}
.comment-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
  padding-right: 67px;
}
.comment-navigation .nav-links .nav-next:before,
.posts-navigation .nav-links .nav-next:before,
.post-navigation .nav-links .nav-next:before {
  background: url("../img/icons/green-arrow-reverse-icon.png") no-repeat;
  right: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .main-navigation .main-navigation-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #4d9186;
    padding: 140px 35px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: scroll;
  }
  .main-navigation .main-navigation-content.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-navigation .main-navigation-content #close-main-navigation-menu {
    display: block;
    border: none;
    width: 30px;
    height: 30px;
    background: url("../img/icons/white-close-icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: 35px;
  }
  .main-navigation .main-navigation-content .navbar-collapse {
    margin: 0 !important;
  }
  .main-navigation .main-navigation-content .navbar-collapse #primary-menu {
    display: block;
  }
  .main-navigation .main-navigation-content .navbar-collapse #primary-menu .nav-link {
    background: none;
    font-size: 34px;
    margin: 0 0 30px 0;
    padding: 0 !important;
    font-weight: normal;
    line-height: normal;
  }
  .main-navigation .main-navigation-content .navbar-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
    border-bottom: solid #fff 3px;
    padding-bottom: 15px;
  }
  .main-navigation .main-navigation-content .navbar-right a, .main-navigation .main-navigation-content .navbar-right button {
    display: none;
  }
  .main-navigation .main-navigation-content .navbar-floating {
    position: initial;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    width: auto;
    padding-top: 40px;
  }
  .main-navigation .main-navigation-content .navbar-floating .nav-link {
    margin-bottom: 30px;
  }
  .main-navigation .main-navigation-content .navbar-floating #close-floating-menu {
    display: none;
  }
  .main-navigation .navbar-toggler-icon {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url("../img/icons/burger-icon.png") no-repeat;
    background-size: contain;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .main-navigation .navbar-toggler-icon {
    width: 30px;
    height: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .main-navigation .navbar-right a:not(#external-site-link) {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-height: 1090px) {
  .main-navigation .main-navigation-content .navbar-floating.active {
    overflow-y: scroll !important;
  }
}
.external-site-link {
  position: relative;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.external-site-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../img/icons/external-link-icon.png") no-repeat;
  background-size: contain;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-phone-link {
  padding: 8px 13px !important;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content p,
.entry-content p,
.entry-content-jobs p,
.entry-summary p {
  line-height: 27px;
  line-height: calc(20px + 7 * ((100vw - 320px) / 2080));
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content-jobs h1,
.entry-content-jobs h2,
.entry-content-jobs h3,
.entry-content-jobs h4,
.entry-content-jobs h5,
.entry-content-jobs h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
  margin-bottom: 30px;
}

.entry-content {
  margin: 80px 0 160px 0 !important;
}

article.post .entry-content a {
  color: #d17a7d;
  text-decoration: none;
  font-size: initial;
}

.post-thumbnail img {
  width: 100%;
}

.entry-excerpt {
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
  color: #505050;
  font-size: 14px;
  line-height: 22px;
  font-weight: lighter;
}

.entry-meta {
  margin-bottom: 60px;
}
.entry-meta .posted-on a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

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

.post-navigation {
  border-top: 1px solid #b9bec2;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1146px;
  }
}
@media (max-width: 575.98px) {
  .entry-content {
    margin: 80px 0 40px 0 !important;
  }

  .post-navigation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 45px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
p {
  color: #505050;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: lighter;
  font-size: calc(14px + 2 * ((100vw - 320px) / 2080));
}

.hero__desc p {
  font-weight: 600;
}

p.small {
  color: #505050;
  font-size: 14px;
  line-height: 22px;
  font-weight: lighter;
  line-height: calc(18px + 4 * ((100vw - 320px) / 2080));
  font-size: calc(12px + 2 * ((100vw - 320px) / 2080));
}

a {
  color: #d17a7d;
  font-size: 14px;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
  color: #d17a7d;
}

.image-text {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  color: #6c6f71;
  font-size: calc(10px + 3 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 3 * ((100vw - 320px) / 2080));
}

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

h1, h2, h3, h4, .image-text {
  color: #585d5f;
}

h5 {
  color: #0b8272;
}

h1 {
  font-weight: bold;
  font-size: calc(30px + 36 * ((100vw - 320px) / 2080));
  line-height: calc(46px + 34 * ((100vw - 320px) / 2080));
}

h2 {
  font-weight: bold;
  font-size: calc(21px + 9 * ((100vw - 320px) / 2080));
  line-height: calc(33px + 5 * ((100vw - 320px) / 2080));
}

h3 {
  line-height: initial;
  font-weight: 500;
  font-size: calc(15px + 5 * ((100vw - 320px) / 2080));
}

h4 {
  line-height: 26px;
  font-size: calc(12px + 4 * ((100vw - 320px) / 2080));
}

h4.font-weight-bold {
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-size: calc(10px + 2 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 7 * ((100vw - 320px) / 2080));
}

h6 {
  font-style: italic;
  color: #6c6f71;
  font-size: calc(10px + 3 * ((100vw - 320px) / 2080));
  line-height: calc(15px + 3 * ((100vw - 320px) / 2080));
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  padding: 30px;
  border-radius: 10px;
  background: #0b8272;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote p, blockquote li {
  color: #fff;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote li {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.section {
  padding-top: calc(25px + 15 * ((100vw - 320px) / 2080));
  padding-bottom: calc(25px + 15 * ((100vw - 320px) / 2080));
}
.section__head {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 2080));
}
.section__meta {
  margin-bottom: 30px;
  font-weight: 600;
  margin-bottom: calc(20px + 10 * ((100vw - 320px) / 2080));
}
.section__title {
  margin-bottom: 30px;
  margin-bottom: calc(10px + 20 * ((100vw - 320px) / 2080));
}
.section__descr {
  margin-bottom: 50px;
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 2080));
}
.section__link {
  color: #d17a7d;
}
.section-additional-pt {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .section-additional-pt {
    padding-top: calc(35px + 15 * ((100vw - 320px) / 2080));
  }
}
.section__nopt {
  padding-top: 0;
}
.section__nopb {
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-container > .row > .col-12 {
    padding: 0 !important;
  }
  .single-container > .row > .col-12 .entry-excerpt,
.single-container > .row > .col-12 .entry-content {
    padding: 0 !important;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #d17a7d;
}
a:visited {
  color: #d17a7d;
}
a:hover, a:focus, a:active {
  color: #d17a7d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 20px 50px;
  min-width: 210px;
  border-radius: 5px;
}
.button-color {
  color: #fff !important;
  background-color: #0b8272;
}
.button-color:hover {
  background-color: #4d9186;
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  color: #0b8272 !important;
}
.button-white:hover {
  background-color: #F3F0EE;
  text-decoration: none !important;
}
.button-academy {
  color: #fff !important;
  background-color: #2c587a;
}
.button-academy:hover {
  background-color: #6d8ba3;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .button-mobile-center {
    white-space: nowrap;
    padding: 18px 70px;
    margin: 30px 50% 0px 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.button-white-border {
  border: solid #fff 2px;
  padding: 16px 46px;
}
.button-white-border:hover {
  border: solid #F3F0EE 2px !important;
  background-color: #F3F0EE;
}
.button-color-border {
  border: solid #fff 2px;
  background-color: transparent;
  padding: 16px 46px;
}

.btn-default {
  display: inline-block;
  background-color: #fff;
  color: #0b8272;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 24px 50px;
  min-width: 210px;
  border-radius: 5px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .btn-default {
    margin: 30px 50% 50px 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.btn-default:hover {
  background-color: #4d9186;
  text-decoration: none;
}

form input[type=submit] {
  display: inline-block;
  background-color: #0b8272;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 22px 50px;
  min-width: 210px;
  border-radius: 5px;
  text-decoration: none;
}
form input[type=submit]:hover {
  background-color: #4d9186;
  text-decoration: none;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Layout
--------------------------------------------- */
#masthead {
  background-color: #0b8272;
  height: 130px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  #masthead {
    height: 110px;
  }
}
#masthead.top-menu-sticky {
  position: fixed !important;
  background-color: #0b8272 !important;
  -webkit-box-shadow: 0 1px 10px #0b8272 !important;
  box-shadow: 0 1px 10px #0b8272 !important;
  z-index: 10;
  width: 100%;
}
#masthead.style-hero-top {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#masthead #main-menu {
  margin-left: 30px;
}

@media (max-width: 575.98px) {
  .custom-logo-link img {
    width: 150px;
  }
}

footer .newsletter-content {
  border-top: 1px solid #b9bec2;
  padding-top: 80px;
  padding-bottom: 150px;
  background: url("../img/icons/newsletter-bg.png") no-repeat;
  background-position: 80% center;
  background-size: auto 50%;
}
@media (max-width: 767.98px) {
  footer .newsletter-content {
    background-position: 100% 30%;
    background-size: auto 30%;
    padding-bottom: 70px;
  }
}
footer .newsletter-content h2 {
  margin-bottom: 20px;
}
footer .newsletter-content .mc4wp-form-fields input[type=text],
footer .newsletter-content .mc4wp-form-fields input[type=email] {
  margin-right: 20px;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767.98px) {
  footer .newsletter-content .mc4wp-form-fields input[type=text],
footer .newsletter-content .mc4wp-form-fields input[type=email] {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  footer .newsletter-content .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  footer .newsletter-content .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
footer .newsletter-content .mc4wp-alert.mc4wp-success {
  color: #0b8272 !important;
  background: #fff;
  margin-top: 20px;
}
footer .footer-top .footer-social-icons {
  margin-top: 44px;
}
footer .footer-top .footer-social-icons a {
  text-decoration: none;
  display: inline-block;
}
footer .footer-top .footer-social-icons a:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  footer .footer-top .mobile-style-margin-top {
    margin-top: -114px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top .mobile-style-margin-bottom {
    margin-bottom: 50px;
    text-align: center;
  }
}
footer .footer-top .footer-nav-right, footer .footer-top .footer-nav-left {
  padding-left: 0;
  margin-left: 0;
}
footer .footer-top .footer-nav-right li, footer .footer-top .footer-nav-left li {
  list-style: none !important;
  margin-bottom: 14px;
}
footer .footer-top .footer-nav-right li a, footer .footer-top .footer-nav-left li a {
  color: #505050;
  text-decoration: none;
  font-size: 16px;
  text-decoration: none;
  font-size: calc(12px + 3 * ((100vw - 320px) / 2080));
}
footer .footer-top .footer-nav-right li a:hover, footer .footer-top .footer-nav-left li a:hover {
  text-decoration: underline;
  color: #d17a7d;
}
footer .footer-top .footer-nav-right li.external, footer .footer-top .footer-nav-left li.external {
  position: relative;
}
footer .footer-top .footer-nav-right li.external a:after, footer .footer-top .footer-nav-left li.external a:after {
  content: "";
  background: url("../img/icons/black-external-link-icon.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
footer .footer-top .footer-nav-right li:last-of-type a:after {
  content: "";
  background: url("../img/icons/black-external-link-icon.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
footer .footer-top .footer-info p {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: calc(12px + 2 * ((100vw - 320px) / 2080));
}
footer .footer-top .footer-info h4 {
  font-weight: bold;
}
footer .footer-middle {
  margin-top: 38px;
}
footer .footer-middle .footer-meta {
  color: #585d5f;
}
footer .footer-middle .footer-partners {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
footer .footer-bottom {
  margin-top: 75px;
  margin-bottom: 50px;
}
footer .footer-bottom .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
}
footer .footer-bottom .footer-links a:first-of-type {
  position: relative;
}
footer .footer-bottom .footer-links a:first-of-type:after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #b9bec2;
  display: block;
  position: absolute;
  right: -18px;
  bottom: 3px;
}
footer .footer-bottom .footer-links a {
  font-weight: normal;
  color: #b9bec2;
  font-size: 16px;
  text-decoration: none;
  font-size: calc(12px + 4 * ((100vw - 320px) / 2080));
}
footer .footer-bottom .footer-links a:hover {
  text-decoration: underline;
}

.top-footer-padding {
  padding-top: 100px;
}

@media (max-width: 577px) {
  .style-border__border-items {
    margin-top: 0;
  }
}
.style-border__border-item {
  text-align: center;
  border-right: solid 1px #b9bec2;
}
@media (max-width: 991.98px) {
  .style-border__border-item {
    border-right: none;
    border-bottom: solid 1px #b9bec2;
  }
}
.style-border__border-item:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .style-border__border-item:last-child {
    border-bottom: none;
  }
}
.style-border__border-item h3 {
  font-weight: 600;
}

.style-content-editor {
  padding: 25px 0;
}
.style-content-editor__title {
  margin-bottom: 25px;
}
.style-content-editor__subtitle {
  margin-bottom: 75px;
}
.style-content-editor__block-quote {
  background-color: #0b8272;
  padding: 26px;
  border-radius: 10px;
  margin-bottom: 75px;
}
.style-content-editor__block-quote p {
  color: #fff;
  margin-bottom: 0;
}
.style-content-editor__text-editor {
  margin-bottom: calc(75px - 1.5em);
}
.style-content-editor__text-editor__link {
  color: #d17a7d;
}
.style-content-editor__image-attachment {
  margin-bottom: 75px;
}
.style-content-editor + .style-content-editor {
  padding-top: 0;
  margin-top: -50px;
}

.style-cards__meta {
  margin-bottom: 50px;
}
.style-cards__title {
  margin-bottom: 30px;
}
.style-cards__subtitle {
  margin-bottom: 80px;
}
.style-cards .style-card {
  margin-bottom: 60px;
  text-align: center;
}
.style-cards .style-card:hover .img__overlay {
  display: block;
}
.style-cards .style-card__img {
  margin-bottom: 28px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.style-cards .style-card__img:hover .img__overlay {
  display: block;
}
.style-cards .style-card__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.style-cards .style-card__img .img__overlay {
  display: none;
  background-color: rgba(11, 130, 114, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.style-cards .style-card__img .img__overlay .img__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}
.style-cards .style-card__img .img__overlay .img__link-icon img {
  width: 100%;
}
.style-cards .style-card__info {
  padding: 0 0px;
}
@media (min-width: 992px) {
  .style-cards .style-card__info {
    padding: 0 50px;
  }
}
.style-cards .style-card__info h3, .style-cards .style-card__info h4 {
  font-weight: 500;
}
.style-cards .style-card__info p {
  line-height: calc(15px + 8 * ((100vw - 320px) / 2080));
}
.style-cards .style-card__info a {
  text-decoration: none;
}
.style-cards .style-card__info a:hover {
  text-decoration: none;
}

.four-columns .style-card__info, .three-columns .style-card__info {
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .four-columns .style-card__info, .three-columns .style-card__info {
    padding: 0px;
  }
}
.four-columns .style-card__info p, .three-columns .style-card__info p {
  line-height: calc(13px + 10 * ((100vw - 320px) / 2080));
}

.testimonial__item {
  padding: 100px;
  background: #f0f0f0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 575.98px) {
  .testimonial__item {
    padding: 65px 30px 30px 30px;
  }
}
.testimonial__item > div {
  margin-bottom: 40px;
}
.testimonial__item h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}
.testimonial__item:after {
  content: "";
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url("../img/icons/small-quote-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-card__img img {
  border-radius: 10px;
}

.grouped-wrapper.style-testimonial {
  padding-top: 70px;
  padding-bottom: 90px;
}
.grouped-wrapper.style-testimonial .group-head {
  margin-bottom: 90px;
}
.grouped-wrapper.style-testimonial .group-head ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .grouped-wrapper.style-testimonial .group-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.grouped-wrapper.style-testimonial .group-head ul li {
  width: 180px;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #b9bec2;
  color: #b9bec2;
}
.grouped-wrapper.style-testimonial .group-head ul li.active {
  border-bottom: 1px solid #d17a7d;
  color: #d17a7d;
}
.grouped-wrapper.style-testimonial .group-body > .row {
  display: none;
}
.grouped-wrapper.style-testimonial .group-body > .row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grouped-wrapper.style-testimonial .testimonial__item-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .grouped-wrapper.style-testimonial .testimonial__item-wrapper {
    padding: 0 !important;
  }
}
.grouped-wrapper.style-testimonial .testimonial__item-wrapper:nth-child(odd) {
  padding-right: 15px;
}
.grouped-wrapper.style-testimonial .testimonial__item-wrapper:nth-child(even) {
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .grouped-wrapper.style-testimonial .testimonial__item {
    padding: 65px 30px 30px 30px;
  }
}
.grouped-wrapper.style-testimonial .article-card {
  margin-bottom: 40px;
}
.grouped-wrapper.style-testimonial .article-card__img {
  position: relative;
  margin-bottom: 20px;
}
.grouped-wrapper.style-testimonial .article-card .img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.grouped-wrapper.style-testimonial .article-card .img__link-icon {
  display: block;
  height: 100%;
}
.grouped-wrapper.style-testimonial .article-card .img__link-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grouped-wrapper.style-testimonial .section__body .top {
  margin-bottom: 40px;
}
.grouped-wrapper.style-testimonial .bottom a {
  color: #d17a7d;
  text-decoration: none;
}
.grouped-wrapper.style-testimonial .bottom a:hover {
  color: #d17a7d;
}

.location-wrapper {
  padding-top: 70px;
  padding-bottom: 120px;
}

@media (max-width: 575.98px) {
  .location-container {
    position: relative;
  }
}

.location__area, .location__details {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .location__area, .location__details {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .location__area {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.location__area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .location__area ul {
    padding-left: 30px;
    overflow-x: scroll;
  }
}
.location__area ul li {
  color: #585d5f;
  font-weight: bold;
  cursor: pointer;
  font-size: calc(16px + 18 * ((100vw - 320px) / 2080));
}
.location__area ul li.active {
  color: #d17a7d;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .location__details {
    margin-top: 30px;
  }
}
.location__details-row {
  display: none;
}
@media (max-width: 575.98px) {
  .location__details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.location__details-row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location__details-map-row {
  display: none;
}
.location__details-map-row.active {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 575.98px) {
  .location__details-map-row {
    position: absolute;
    bottom: -50px;
  }
}
@media (max-width: 767.98px) {
  .location__details-map-row {
    margin-top: 20px;
  }
}
.location__details-link {
  float: right;
  color: #d17a7d;
  text-decoration: none;
}
.location__details-link:hover {
  color: #d17a7d;
}
.location__details-col:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 575.98px) {
  .location__details-col:not(:last-child) {
    margin-right: 30px;
  }
}
.location__details-col h4,
.location__details-col p:not(:last-child) {
  margin-bottom: 5px;
}
.location__details-col p:last-child {
  margin-bottom: 0;
}
.location__map {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  display: none;
}
.location__map.active {
  display: block;
}
@media (max-width: 575.98px) {
  .location__map {
    height: 270px;
  }
}

.not-found-container #not-found-logo {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 200px;
  color: #0b8272;
}
.not-found-container h1, .not-found-container h3, .not-found-container p, .not-found-container img {
  display: block;
  margin: auto;
  text-align: center;
}
.not-found-container img {
  margin-top: 123px;
  margin-bottom: 38px;
  width: 285px;
  height: 215px;
  -o-object-fit: contain;
  object-fit: contain;
}
.not-found-container h1 {
  margin-bottom: 38px;
}
.not-found-container p {
  margin-bottom: 53px;
}
.not-found-container h3 {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 25px;
}
.not-found-container .menu-404-container {
  max-width: 570px;
  margin: auto auto 100px auto;
  display: inline-block;
}
.not-found-container .menu-404-container ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 30px;
}
.not-found-container .menu-404-container ul li a {
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .not-found-container #not-found-logo {
    margin-top: 100px;
  }
  .not-found-container .menu-404-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    gap: 0;
  }
}
.breadcrumb-wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  padding-top: 25px;
}
.breadcrumb-wrapper .col-12 a, .breadcrumb-wrapper .col-12 p {
  color: #6c6f71;
  font-size: 13px;
  line-height: 18px;
}
.breadcrumb-wrapper .col-12 a {
  text-decoration: none;
}
.breadcrumb-wrapper .col-12 a:hover {
  color: #6c6f71;
  text-decoration: none;
}
.breadcrumb-wrapper .col-12 a:after {
  content: ">";
  position: relative;
  margin-left: 7px;
}
.breadcrumb-wrapper .col-12 p {
  margin-bottom: 0;
  font-weight: bold;
}

.slideshow-jobs-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.slideshow-jobs-wrapper .img-wrapper {
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .slideshow-jobs-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .slideshow-jobs-wrapper .img-wrapper {
    margin-right: 0;
  }
}

.jobs-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.jobs-wrapper .entry-content-jobs {
  margin-bottom: 80px !important;
}
.jobs-wrapper table tr {
  border-bottom: 1px solid #b9bec2;
}
@media (max-width: 575.98px) {
  .jobs-wrapper table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.jobs-wrapper table th {
  font-weight: normal;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .jobs-wrapper table th:nth-child(2n) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .jobs-wrapper table th:nth-child(1n) {
    padding-bottom: 0;
  }
}
.jobs-wrapper table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.jobs-wrapper table td p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .jobs-wrapper table td:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .jobs-wrapper table td:nth-child(2n)::before {
    content: "Ansøgningsfrist:";
    margin-right: 5px;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .jobs-wrapper table td:nth-child(3n) {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.jobs-wrapper table button {
  float: right;
}

.slideshow-jobs-secondary-wrapper {
  position: relative;
}
.slideshow-jobs-secondary-wrapper .slider-secondary-wrapper .img-wrapper img {
  border-radius: 10px;
}

.jobs-next-arr {
  width: 52px;
  height: 52px;
  background-image: url("../img/icons/circled-arrow-icon.png");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 85%;
}

.slider-nav .slick-slide {
  width: 65px !important;
  height: 37px !important;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.slider-nav .slick-slide img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.slider-nav .slick-current img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.slider-nav .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  margin-left: 0;
}

.quote {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .quote img {
    width: 45%;
  }
}
.quote-wrapper {
  padding-bottom: 25px;
  position: relative;
  background-repeat: no-repeat;
}
.quote-text {
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  font-size: 22px;
}
.quote-author {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .quote-author {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .quote-author {
    margin-top: 0;
  }
}
.quote-author span {
  display: block;
  width: 40%;
  height: 1px;
  background-color: black;
}
.quote-author p {
  margin-right: 100px;
  margin-left: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .quote-author p {
    font-size: 12px;
  }
}
.quote__background {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 992px) {
  .quote__background {
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .quote__background {
    left: 100px;
  }
}

.example-icons {
  color: #0b8272;
}
.example-icons .fa-chevron-down {
  font-size: 34px;
}
.example-icons .fa-long-arrow-alt-right {
  font-size: 45px;
}

.videos-wrapper {
  padding-top: 70px;
  padding-bottom: 90px;
}
.videos-wrapper .group-body > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videos-wrapper .testimonial__item-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .videos-wrapper .testimonial__item-wrapper {
    padding: 0 !important;
  }
}
.videos-wrapper .testimonial__item-wrapper:nth-child(odd) {
  padding-right: 15px;
}
.videos-wrapper .testimonial__item-wrapper:nth-child(even) {
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .videos-wrapper .testimonial__item {
    padding: 65px 30px 30px 30px;
  }
}
.videos-wrapper .article-card {
  margin-bottom: 40px;
}
.videos-wrapper .article-card__img {
  position: relative;
  margin-bottom: 20px;
}
.videos-wrapper .article-card .img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.videos-wrapper .article-card .img__link-icon {
  display: block;
  height: 100%;
}
.videos-wrapper .article-card .img__link-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videos-wrapper .section__body .top {
  margin-bottom: 40px;
}
.videos-wrapper .bottom a {
  color: #d17a7d;
  text-decoration: none;
}
.videos-wrapper .bottom a:hover {
  color: #d17a7d;
}

.style-accordion .accordion-header {
  border-bottom: 1px solid #b9bec2 !important;
  padding: 27px 0 !important;
  position: relative;
  cursor: pointer;
}
.style-accordion .accordion-header h2 {
  margin-bottom: 0;
}
.style-accordion .accordion-header:before {
  content: "";
  background: url("../img/icons/arrow-down-icon.png") no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 25px;
  background-size: contain;
}
.style-accordion .accordion-header.active:before {
  content: "";
  background: url("../img/icons/arrow-up-icon.png") no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 25px;
  background-size: contain;
}
.style-accordion .accordion-content {
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.style-accordion .accordion-content.active {
  height: 100%;
}

.hero-wrapper.style-hero-image {
  position: relative;
  max-height: 617px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-image {
    max-height: 480px;
  }
}
.hero-wrapper.style-hero-image .hero-img-wrapper {
  height: 617px;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-image .hero-img-wrapper {
    height: 480px;
  }
}
.hero-wrapper.style-hero-image .hero-img-wrapper-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#25262600), color-stop(0%, #05050500), to(#000000db)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #25262600 0%, #05050500 0%, #000000db 100%) 0 0 no-repeat padding-box;
}
.hero-wrapper.style-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-wrapper.style-hero-image .details-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-image .details-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero-wrapper.style-hero-image .details-wrapper h1, .hero-wrapper.style-hero-image .details-wrapper p {
  color: #fff;
}
.hero-wrapper.style-hero-image .details-wrapper h1 {
  margin-bottom: 65px;
  font-size: 66px;
  line-height: 80px;
  font-weight: bold;
  font-size: calc(30px + 36 * ((100vw - 320px) / 2080));
  line-height: calc(45px + 35 * ((100vw - 320px) / 2080));
  margin-bottom: calc(30px + 35 * ((100vw - 320px) / 2080));
}
.hero-wrapper.style-hero-image .details-wrapper p {
  font-size: 20px;
}
.hero-wrapper.style-hero-image .details-wrapper a {
  margin-top: 30px;
}
.hero-wrapper.style-hero-image .details-wrapper.style-hero-top {
  top: calc(50% + 50px);
}
.hero-wrapper.style-hero-image .details-wrapper.style-hero-top h1 {
  margin-bottom: 15px;
}
.hero-wrapper.style-hero-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 575.98px) {
  .hero__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero__video {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .hero__video {
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-image .hero-img-wrapper {
    min-height: 550px;
  }
  .hero-wrapper.style-hero-image .details-wrapper.style-hero-top {
    top: 50%;
  }
}
.hero-wrapper.style-hero-slideshow {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow {
    max-height: 480px;
  }
}
.hero-wrapper.style-hero-slideshow .hero-img-wrapper {
  height: 600px;
  position: relative;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow .hero-img-wrapper {
    height: 480px;
  }
}
.hero-wrapper.style-hero-slideshow .hero-img-wrapper > .slideshow-item:not(:first-child) > img {
  display: none;
}
.hero-wrapper.style-hero-slideshow .hero-img-wrapper .slideshow-item {
  position: relative;
}
.hero-wrapper.style-hero-slideshow .hero-img-wrapper .slideshow-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow .hero-img-wrapper .slideshow-item__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero-wrapper.style-hero-slideshow .hero-img-wrapper .slick-list,
.hero-wrapper.style-hero-slideshow .hero-img-wrapper .slick-track,
.hero-wrapper.style-hero-slideshow .hero-img-wrapper .slideshow-item {
  height: 100%;
}
.hero-wrapper.style-hero-slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-wrapper.style-hero-slideshow .prev-arr {
  left: 60px;
  z-index: 1;
}
.hero-wrapper.style-hero-slideshow .next-arr {
  right: 60px;
}
.hero-wrapper.style-hero-slideshow .next-arr img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero-wrapper.style-hero-slideshow .prev-arr,
.hero-wrapper.style-hero-slideshow .next-arr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.hero-wrapper.style-hero-slideshow .details-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow .details-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.hero-wrapper.style-hero-slideshow .details-wrapper h1, .hero-wrapper.style-hero-slideshow .details-wrapper p {
  color: #fff;
}
.hero-wrapper.style-hero-slideshow .details-wrapper h1 {
  margin-bottom: 65px;
}
.hero-wrapper.style-hero-slideshow .details-wrapper p {
  font-size: 20px;
}
.hero-wrapper.style-hero-slideshow .details-wrapper a {
  margin-top: 30px;
}
.hero-wrapper.style-hero-slideshow .details-wrapper.style-hero-top {
  top: calc(50% + 50px);
}
.hero-wrapper.style-hero-slideshow .details-wrapper.style-hero-top h1 {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow .details-wrapper.style-hero-top h1 {
    margin-top: 80px;
  }
}
.hero-wrapper.style-hero-slideshow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .hero-wrapper.style-hero-slideshow .hero-img-wrapper {
    height: 550px;
  }
  .hero-wrapper.style-hero-slideshow .details-wrapper.style-hero-top {
    top: 50%;
  }
}
.slideshow-wrapper.style-image {
  padding-bottom: 120px;
}
.slideshow-wrapper.style-image h2 {
  max-width: 70%;
  margin: 0 auto 40px auto;
}
.slideshow-wrapper.style-image .img-wrapper img {
  margin: auto;
}
.slideshow-wrapper.style-image .prev-arr {
  left: 0;
  z-index: 1;
}
.slideshow-wrapper.style-image .next-arr {
  right: 0;
}
.slideshow-wrapper.style-image .next-arr img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshow-wrapper.style-image .prev-arr,
.slideshow-wrapper.style-image .next-arr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .slideshow-wrapper.style-image {
    padding-bottom: 60px;
  }
  .slideshow-wrapper.style-image h2 {
    max-width: 100%;
  }
}
.slideshow-wrapper.style-testimonial {
  overflow: hidden;
}
.slideshow-wrapper.style-testimonial .col-item {
  padding-bottom: 100px;
  padding-bottom: calc(50px + 50 * ((100vw - 320px) / 2080));
}
.slideshow-wrapper.style-testimonial .testimonial .slick-list {
  overflow: initial;
}
.slideshow-wrapper.style-testimonial .testimonial .prev-arr,
.slideshow-wrapper.style-testimonial .testimonial .next-arr {
  position: absolute;
  top: -162px;
  cursor: pointer;
}
.slideshow-wrapper.style-testimonial .testimonial .prev-arr {
  right: 72px;
}
.slideshow-wrapper.style-testimonial .testimonial .prev-arr img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshow-wrapper.style-testimonial .testimonial .next-arr {
  right: 0;
}
.slideshow-wrapper.style-testimonial .testimonial__item-wrapper {
  padding-right: 30px;
}
.slideshow-wrapper.style-testimonial .testimonial__item {
  width: 550px;
}
.slideshow-wrapper.style-testimonial .testimonial__item img {
  max-height: 30px;
  width: auto;
}
@media (max-width: 575.98px) {
  .slideshow-wrapper.style-testimonial .testimonial__item {
    width: calc(100vw - 60px);
  }
}

.slideshow-wrapper.style-employee {
  position: relative;
}
.slideshow-wrapper.style-employee .col-item {
  padding-bottom: 30px;
}
.slideshow-wrapper.style-employee .employees .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slideshow-wrapper.style-employee .employees .prev-arr,
.slideshow-wrapper.style-employee .employees .next-arr {
  position: absolute;
  top: -92px;
  cursor: pointer;
}
.slideshow-wrapper.style-employee .employees .prev-arr {
  right: 72px;
}
.slideshow-wrapper.style-employee .employees .prev-arr img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshow-wrapper.style-employee .employees .next-arr {
  right: 0;
}
.slideshow-wrapper.style-employee .employees__details {
  display: none;
}
.slideshow-wrapper.style-employee .employees__item {
  padding-left: 15px;
  padding-right: 15px;
}
.slideshow-wrapper.style-employee .employees__item img {
  width: 100%;
  border-radius: 10px;
}
.slideshow-wrapper.style-employee .employees__item .img__overlay {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.slideshow-wrapper.style-employee .employees__item .img__overlay:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b8272 url("../img/icons/info-icon.png") no-repeat;
  background-position: center;
  border-radius: 10px;
  opacity: 0.9;
}
.slideshow-wrapper.style-employee .employees__item h4 {
  margin-top: 10px;
  text-align: center;
}
.slideshow-wrapper.style-employee .popup {
  -webkit-box-shadow: 0 3px 30px #bcbfc2;
  box-shadow: 0 3px 30px #bcbfc2;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.slideshow-wrapper.style-employee .popup img {
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .slideshow-wrapper.style-employee .popup {
    padding: 40px;
  }
}
.slideshow-wrapper.style-employee .popup__wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.slideshow-wrapper.style-employee .popup__wrapper.active {
  display: block;
}
.slideshow-wrapper.style-employee .popup__name {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .slideshow-wrapper.style-employee .popup__name {
    text-align: left;
  }
}
.slideshow-wrapper.style-employee .popup__details a {
  color: #d17a7d !important;
}
@media (max-width: 575.98px) {
  .slideshow-wrapper.style-employee .popup__details {
    max-height: 115px;
    overflow-y: scroll;
  }
}
.slideshow-wrapper.style-employee .popup button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  width: auto;
}
.slideshow-wrapper.style-employee .popup button span {
  display: inline-block;
  position: absolute;
}
.slideshow-wrapper.style-employee .popup__close {
  background: url("../img/icons/close-icon.png") no-repeat center;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: -50px;
  right: 0;
}
.slideshow-wrapper.style-employee .popup__nav {
  background: url("../img/icons/green-caret-icon.png") no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow-wrapper.style-employee .popup__nav.left {
  left: -80px;
}
@media (max-width: 991.98px) {
  .slideshow-wrapper.style-employee .popup__nav.left {
    left: -60px;
  }
}
@media (max-width: 575.98px) {
  .slideshow-wrapper.style-employee .popup__nav.left {
    left: 10px;
  }
}
.slideshow-wrapper.style-employee .popup__nav.right {
  right: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .slideshow-wrapper.style-employee .popup__nav.right {
    right: -60px;
  }
}
@media (max-width: 575.98px) {
  .slideshow-wrapper.style-employee .popup__nav.right {
    right: 10px;
    top: calc(50% - 15px);
  }
}
.slideshow-wrapper.style-employee.active .popup__wrapper + .popup__wrapper__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 1;
}

.one-column-wrapper.style-content-editor .style-image-blockquote__image {
  height: 100%;
}
.one-column-wrapper.style-content-editor .style-image-blockquote__image img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.one-column-wrapper.style-content-editor .entry-content-jobs a {
  text-decoration: none !important;
  color: #d17a7d !important;
}
.one-column-wrapper.style-content-editor .entry-content-jobs a.button {
  color: #fff !important;
}

article.post .entry-content a {
  font-size: unset;
}

.one-column-wrapper.style-accordion.style-employee .style-image-blockquote__image {
  height: 100%;
}
.one-column-wrapper.style-accordion.style-employee .style-image-blockquote__image img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.one-column-wrapper.style-accordion.style-employee h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.employees__item .img__overlay img {
  border-radius: 10px;
}

.two-columns-wrapper.style-image-left a {
  color: #d17a7d !important;
}
.two-columns-wrapper.style-image-left .img-container img {
  border-radius: 10px;
}

.style-image-left__container {
  position: relative;
}
.style-image-left__container .content-left {
  position: relative;
}
.style-image-left__container .content-left .style-image-blockquote__image {
  height: 100%;
}
.style-image-left__container .content-left .style-image-blockquote__image img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.style-image-left__container .style-image-left__slider-wrapper {
  position: absolute;
  width: 166px;
  height: 140px;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.14);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .style-image-left__container .style-image-left__slider-wrapper {
    width: 140px;
    height: 120px;
    top: unset;
    bottom: 70px;
    left: 30px;
  }
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider .slider__dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider .slider__dots li button {
  font-size: 0;
  border: black solid 2px;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider .slider__dots li button::marker {
  content: "";
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider .slider__dots li.slick-active button {
  background-color: black;
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider .red-font {
  color: #8e3944;
  font-family: Georgia;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.52px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.style-image-left__container .style-image-left__slider-wrapper .style-image-left__slider h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.style-image-left__container .style-image-left__decoration-wrapper {
  position: absolute;
  top: -60px;
  right: -45px;
}
@media (max-width: 1199.98px) {
  .style-image-left__container .style-image-left__decoration-wrapper {
    right: 0px;
  }
}
@media (max-width: 576.98px) {
  .style-image-left__container .style-image-left__decoration-wrapper {
    right: 0px;
    top: -40px;
  }
}
@media (max-width: 576.98px) {
  .style-image-left__container .style-image-left__decoration-wrapper .decoration {
    width: 150px;
  }
}

.two-columns.style-text-blockquote .container {
  border-bottom: none;
}
.two-columns.style-text-blockquote .section__separator {
  border-top: #b9bec2 solid 1px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .two-columns.style-text-blockquote .section__separator {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .two-columns.style-text-blockquote .style-text-blockquote__text {
    margin-bottom: 30px;
  }
}
.two-columns.style-text-blockquote .style-text-blockquote__blockquote blockquote {
  padding: 50px 40px;
}
@media (max-width: 767.98px) {
  .two-columns.style-text-blockquote .style-text-blockquote__blockquote blockquote {
    padding: 30px 30px;
  }
}
.two-columns.style-text-blockquote .style-text-blockquote__blockquote blockquote h2 {
  font-size: calc(18px + 9 * ((100vw - 320px) / 2080));
  line-height: calc(33px + 5 * ((100vw - 320px) / 2080));
}

.two-columns.style-blockquote .container {
  border-bottom: none;
}
.two-columns.style-blockquote .style-blockquote__blockquote-items {
  margin-top: 66px;
}
@media (max-width: 577px) {
  .two-columns.style-blockquote .style-blockquote__blockquote-items {
    margin-top: 30px;
  }
}
.two-columns.style-blockquote .style-blockquote__blockquote-item {
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.two-columns.style-blockquote .style-blockquote__blockquote-item h2 {
  font-weight: bold;
  font-size: calc(30px + 36 * ((100vw - 320px) / 2080));
  line-height: calc(46px + 34 * ((100vw - 320px) / 2080));
}

.two-columns.style-blockquote-image .style-image-blockquote__blockquote {
  height: 100%;
}
.two-columns.style-blockquote-image .style-image-blockquote__blockquote blockquote {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .two-columns.style-blockquote-image .style-image-blockquote__blockquote blockquote {
    margin-top: 30px;
  }
}
.two-columns.style-blockquote-image .style-image-blockquote__blockquote blockquote h2 {
  font-weight: unset;
  margin-bottom: unset;
  font-size: calc(18px + 9 * ((100vw - 320px) / 2080));
  line-height: calc(33px + 5 * ((100vw - 320px) / 2080));
}
.two-columns.style-blockquote-image .style-image-blockquote__blockquote blockquote ul, .two-columns.style-blockquote-image .style-image-blockquote__blockquote blockquote ol {
  margin-bottom: 0;
}
.two-columns.style-blockquote-image .style-image-blockquote__image {
  height: 100%;
}
.two-columns.style-blockquote-image .style-image-blockquote__image img {
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.two-columns.style-blockquote-image .style-text-blockquote__heading {
  margin-bottom: 35px;
}
.two-columns.style-blockquote-image .section__separator {
  border-top: #b9bec2 solid 1px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .two-columns.style-blockquote-image .section__separator {
    margin-top: 30px;
  }
}

.three-columns.style-border .style-border__border-item {
  padding-bottom: calc(30px + 22 * ((100vw - 320px) / 2080));
  padding-top: calc(30px + 22 * ((100vw - 320px) / 2080));
  padding-left: calc(30px + 22 * ((100vw - 320px) / 2080));
  padding-right: calc(30px + 22 * ((100vw - 320px) / 2080));
}
@media (max-width: 991.98px) {
  .three-columns.style-border .style-border__border-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.three-columns.style-border .style-border__border-item h3 {
  margin-bottom: 30px;
}

.three-columns.style-cards {
  padding-bottom: 0 !important;
}

.three-columns.style-image .section__separator {
  border-top: #b9bec2 solid 1px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .three-columns.style-image .section__separator {
    margin-top: 30px;
  }
}
.three-columns.style-image .style-image__big-image, .three-columns.style-image .style-image__small-image {
  height: 100%;
}
.three-columns.style-image .style-image__big-image img, .three-columns.style-image .style-image__small-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .three-columns.style-image .style-image__big-image {
    padding-bottom: 30px;
  }
}

.four-columns.style-cards .container {
  border-top: 1px solid #b9bec2;
}
.four-columns.style-cards .section__title {
  margin-bottom: 30px;
}
.four-columns.style-cards .style-card {
  margin-bottom: 0;
}
.four-columns.style-cards .style-card__info h4 {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .four-columns.style-cards .style-card {
    margin-bottom: 30px;
  }
}

.four-columns .style-border__border-item {
  text-align: center;
  padding: 15px;
}
.four-columns .style-border__border-item p {
  color: #0b8272 !important;
  margin-bottom: 0;
  font-weight: 600;
}

.style-blockquote .container {
  border-bottom: solid 1px #b9bec2;
  padding-bottom: 60px;
}

.style-blockquote__blockquote-items {
  margin-top: 66px;
}
@media (max-width: 577px) {
  .style-blockquote__blockquote-items {
    margin-top: 30px;
  }
}

.style-blockquote__blockquote-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background-color: #0b8272;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.style-blockquote__blockquote-item p, .style-blockquote__blockquote-item h1, .style-blockquote__blockquote-item h2, .style-blockquote__blockquote-item h3, .style-blockquote__blockquote-item h4, .style-blockquote__blockquote-item h5, .style-blockquote__blockquote-item h6 {
  color: #fff !important;
  margin-bottom: 0;
}

.four-columns-wrapper.style-recent-articles .section__link {
  text-decoration: none;
  color: #d17a7d;
}
.four-columns-wrapper.style-recent-articles .article-card:hover .img__overlay {
  display: block;
}
.four-columns-wrapper.style-recent-articles .article-card__img {
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.four-columns-wrapper.style-recent-articles .article-card__img:hover .img__overlay {
  display: block;
}
.four-columns-wrapper.style-recent-articles .article-card__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.four-columns-wrapper.style-recent-articles .article-card__img .img__overlay {
  display: none;
  background-color: rgba(11, 130, 114, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.four-columns-wrapper.style-recent-articles .article-card__img .img__overlay .img__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}
.four-columns-wrapper.style-recent-articles .article-card__img .img__overlay .img__link-icon img {
  width: 100%;
}
.four-columns-wrapper.style-recent-articles .article-card__info {
  margin-top: 18px;
}
.four-columns-wrapper.style-recent-articles .article-card__info a {
  text-decoration: none;
}
.four-columns-wrapper.style-recent-articles .article-card__info a:hover {
  text-decoration: none;
}

.four-columns-wrapper.style-all-articles .show-more-posts {
  color: #d17a7d;
  text-decoration: none;
}

.four-columns-wrapper.style-services > .container.has-meta .section__separator {
  border-top: solid 1px #b9bec2;
  padding-top: 40px;
}
.four-columns-wrapper.style-services__meta {
  margin-bottom: 50px;
}
.four-columns-wrapper.style-services__title {
  margin-bottom: 30px;
}
.four-columns-wrapper.style-services__subtitle {
  margin-bottom: 80px;
}
.four-columns-wrapper.style-services .style-service {
  text-align: center;
}
.four-columns-wrapper.style-services .style-service:hover .img__overlay {
  display: block;
}
.four-columns-wrapper.style-services .style-service__img {
  margin-bottom: 28px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.four-columns-wrapper.style-services .style-service__img:hover .img__overlay {
  display: block;
}
.four-columns-wrapper.style-services .style-service__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.four-columns-wrapper.style-services .style-service__img .img__overlay {
  display: none;
  background-color: rgba(11, 130, 114, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.four-columns-wrapper.style-services .style-service__img .img__overlay .img__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}
.four-columns-wrapper.style-services .style-service__img .img__overlay .img__link-icon img {
  width: 100%;
}
.four-columns-wrapper.style-services .style-service__info {
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .four-columns-wrapper.style-services .style-service__info {
    padding: 0;
  }
}
.four-columns-wrapper.style-services .style-service__info p {
  line-height: calc(20px + 3 * ((100vw - 320px) / 2080));
}
.four-columns-wrapper.style-services .style-service__info a {
  text-decoration: none;
}
.four-columns-wrapper.style-services .style-service__info a:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .four-columns-wrapper.style-services {
    padding-bottom: 0;
  }
  .four-columns-wrapper.style-services .style-service {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sidebar {
    padding-top: 30px;
  }
}
.sidebar__meta {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sidebar__meta {
    font-size: 14px !important;
  }
}
.sidebar__button {
  display: block !important;
  margin-bottom: calc(18px + 18 * ((100vw - 320px) / 2080));
}
@media (max-width: 992px) {
  .sidebar__button {
    display: inline-block !important;
  }
}
@media (max-width: 576px) {
  .sidebar__button {
    display: block !important;
  }
}
.sidebar__info {
  margin-bottom: calc(18px + 18 * ((100vw - 320px) / 2080));
}
@media (max-width: 576px) {
  .sidebar__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sidebar__content p {
  line-height: calc(18px + 4 * ((100vw - 320px) / 2080));
  font-size: calc(12px + 2 * ((100vw - 320px) / 2080));
}
.sidebar__image {
  margin-bottom: 35px;
}
.sidebar__image img {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .sidebar__image {
    width: 40%;
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .sidebar__image {
    width: 100%;
    float: unset;
    margin-bottom: 0;
  }
}
.sidebar__menu {
  margin-bottom: 75px;
}
.sidebar__menu ul li a {
  text-decoration: none;
  color: #505050;
  line-height: 40px;
}
.sidebar__menu ul li:hover > a {
  font-weight: 600;
}
.sidebar__contacts {
  border-top: #b9bec2 1px solid;
  padding-top: 50px;
  margin-right: 75px;
}
.sidebar__contacts h5 {
  color: #585d5f !important;
}

.sub-menu {
  margin-left: -10px;
}
.sub-menu li {
  list-style-type: none;
  position: relative;
}
.sub-menu li::before {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #b9bec2;
  display: block;
  position: absolute;
  bottom: 5px;
  left: -30px;
}
.sub-menu li:hover::before {
  width: 2px;
  background-color: #753944;
}
.sub-menu li:hover a {
  color: #753944;
}

#search-modal {
  display: none;
  z-index: 10;
  background-color: #4d9186;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#search-modal.active {
  display: block;
}
#search-modal .search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 73px;
  margin-bottom: 81px;
}
#search-modal h2 {
  font-size: 40px;
  line-height: 58px;
  color: #fff !important;
}
#search-modal #search-modal-close {
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
  padding-right: 38.5px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}
#search-modal #search-modal-close:after {
  content: "";
  background: url("../img/icons/white-close-icon.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-modal .ajaxsearchpro,
#search-modal div.asl_w {
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  background: #4d9186 !important;
}
#search-modal .ajaxsearchpro.active,
#search-modal div.asl_w.active {
  border-color: #0b8272;
}
#search-modal .ajaxsearchpro .probox,
#search-modal div.asl_w .probox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  background-color: #4d9186;
}
#search-modal .ajaxsearchpro .probox .promagnifier,
#search-modal div.asl_w .probox .promagnifier {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-modal .ajaxsearchpro .probox .promagnifier .innericon svg,
#search-modal div.asl_w .probox .promagnifier .innericon svg {
  fill: #fff;
}
#search-modal .ajaxsearchpro .probox .proclose,
#search-modal div.asl_w .probox .proclose {
  display: none !important;
}
#search-modal .ajaxsearchpro .probox input[type=search],
#search-modal div.asl_w .probox input[type=search] {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
#search-modal .ajaxsearchpro .probox input[type=search]::-webkit-input-placeholder, #search-modal div.asl_w .probox input[type=search]::-webkit-input-placeholder {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
#search-modal .ajaxsearchpro .probox input[type=search]::-moz-placeholder, #search-modal div.asl_w .probox input[type=search]::-moz-placeholder {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
#search-modal .ajaxsearchpro .probox input[type=search]:-ms-input-placeholder, #search-modal div.asl_w .probox input[type=search]:-ms-input-placeholder {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
#search-modal .ajaxsearchpro .probox input[type=search]::-ms-input-placeholder, #search-modal div.asl_w .probox input[type=search]::-ms-input-placeholder {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
#search-modal .ajaxsearchpro .probox input[type=search]::placeholder,
#search-modal div.asl_w .probox input[type=search]::placeholder {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}

.resdrg .item {
  background-color: #4d9186 !important;
  border-left: none !important;
  border-right: none !important;
}
.resdrg .item a {
  color: #fff !important;
}
.resdrg .item .asp_res_text {
  color: rgba(255, 255, 255, 0.6) !important;
}
.resdrg .item:hover a {
  color: #0b8272 !important;
  font-size: 18px !important;
}
.resdrg .item:hover .asp_res_text {
  color: #585d5f !important;
}
.resdrg .item:hover .asp_content {
  background-color: #fff !important;
}
.resdrg .item:hover .asp_image {
  margin: 0 20px 0 0 !important;
  width: 150px !important;
  height: 100px !important;
}

div.asp_r.asp_r_1.vertical {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
div.asp_r.asp_r_1.vertical .asl_nores_header img,
div.asp_r.asp_r_1.vertical .asl_nores_header #menu-404-container {
  margin-left: auto !important;
  margin-right: auto !important;
}
div.asp_r.asp_r_1.vertical .asl_nores_header h3, div.asp_r.asp_r_1.vertical .asl_nores_header p {
  text-align: center !important;
}
div.asp_r.asp_r_1.vertical .asl_nores_header img {
  margin-top: 100px !important;
  margin-bottom: 26px !important;
}
div.asp_r.asp_r_1.vertical .asl_nores_header p {
  margin-bottom: 43px !important;
}
div.asp_r.asp_r_1.vertical .asl_nores_header h3 {
  margin-bottom: 28px !important;
}
div.asp_r.asp_r_1.vertical .asp_r_property {
  padding: 0 !important;
}
div.asp_r.asp_r_1.vertical .asp_r_property:first-child .property-item {
  padding-top: 0 !important;
}
div.asp_r.asp_r_1.vertical .asp_r_property.hovered {
  background: none !important;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item img {
  width: 195px;
  height: 132px;
  margin-right: 23px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item .details {
  background: #fff;
  padding: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item h3 + span {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 21px;
  color: #505050;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item .info .price p {
  margin-bottom: 5px;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item .info .price span {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #505050;
}
div.asp_r.asp_r_1.vertical .asp_r_property .property-item .info a {
  margin-right: 35px;
  font-size: 14px;
  line-height: 23px;
}

.navbar-toggler-search {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #search-modal .search-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation.navbar > .container-fluid {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .main-navigation.navbar > .container-fluid a.custom-logo-link {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .navbar-toggler-search {
    display: inline-block;
    border: none;
    background: none;
    margin-right: 20px;
  }
  .navbar-toggler-search .search-icon {
    position: relative;
  }
  .navbar-toggler-search .search-icon:before {
    content: "";
    display: block;
    background: url("../img/icons/search-icon.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  #search-modal .search-header {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  #search-modal .search-header h2 {
    font-size: 28px;
    line-height: 40px;
  }
  #search-modal .search-header #search-modal-close {
    color: #fff;
  }

  div.asp_r.asp_r_1.vertical .asl_nores_header p {
    font-size: 18px;
    line-height: 27px;
  }
  div.asp_r.asp_r_1.vertical .asl_nores_header h3,
div.asp_r.asp_r_1.vertical .asl_nores_header div[id*=menu-] {
    display: none;
  }
  div.asp_r.asp_r_1.vertical .asp_r_property .property-item img {
    display: none !important;
  }
}
.custom-logo {
  max-width: 200px;
}

.contact-form {
  padding-bottom: 80px;
}
.contact-form h2 {
  margin-bottom: 20px;
}
.contact-form .wpcf7-form-control-wrap input[type=text],
.contact-form .wpcf7-form-control-wrap input[type=email],
.contact-form .wpcf7-form-control-wrap input[type=tel],
.contact-form .wpcf7-form-control-wrap textarea {
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  width: 100%;
  max-width: 350px;
  margin-right: 0;
}
.contact-form .wpcf7-form-control-wrap textarea {
  max-height: 142px;
  overflow: scroll;
}
.contact-form .contact-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .contact-form .contact-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.contact-form .contact-form__left, .contact-form .contact-form__right, .contact-form .contact-form__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wpcf7-submit {
  width: 100%;
}
@media (max-width: 575.98px) {
  .wpcf7-submit {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=frontend.css.map */
