@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*!
Theme Name: schivomed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: schivomed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

schivomed 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.
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *	without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
	padding: 0;
}

/* Global Drop Shadows */
:root {
	--shadow-color: 223deg 8% 62%;
	--shadow-elevation-low:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.19),
		0.4px 0.9px 1.3px -0.7px hsl(var(--shadow-color) / 0.27),
		1px 1.9px 2.7px -1.5px hsl(var(--shadow-color) / 0.35);
	--shadow-elevation-medium:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.19),
		0.9px 1.9px 2.7px -0.5px hsl(var(--shadow-color) / 0.26),
		2.1px 4.2px 6px -1px hsl(var(--shadow-color) / 0.32),
		4.8px 9.5px 13.6px -1.5px hsl(var(--shadow-color) / 0.39);
	--shadow-elevation-high:
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.18),
		1.7px 3.5px 5px -0.2px hsl(var(--shadow-color) / 0.21),
		3.2px 6.3px 9px -0.4px hsl(var(--shadow-color) / 0.24),
		4.9px 9.7px 13.9px -0.6px hsl(var(--shadow-color) / 0.27),
		7.3px 14.5px 20.7px -0.9px hsl(var(--shadow-color) / 0.3),
		10.7px 21.5px 30.6px -1.1px hsl(var(--shadow-color) / 0.33),
		15.7px 31.4px 44.8px -1.3px hsl(var(--shadow-color) / 0.36),
		22.5px 45px 64.1px -1.5px hsl(var(--shadow-color) / 0.39);
}

.listreset {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

header,
header:before,
header .container,
header .logo,
.menu-holder,
.top-menu,
.top-menu > li,
.top-menu a,
.main-menu,
.main-menu > li,
.main-menu a,
.sub-menu,
.sub-menu:after,
.social a,
main,
main li a,
main p a,
main td a,
.btn,
.social-section .linkedin,
footer,
footer .container,
.footer-menu a,
.close-modal-btn,
section#masthead {
	transition: all 0.3s ease-in-out;
}

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

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

* {
	max-height: 1000000px;
}

body {
	background-color: #fff;
	color: #231f20;
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	line-height: 1.381;
}
@media (min-width: 1025px) {
	body {
		font-size: 21px;
	}
}

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: inherit;
	font-family: "Comfortaa", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 30px;
}
@media (min-width: 1025px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6 {
		margin: 0 0 35px;
	}
}

h1, .h1 {
	color: #fff;
	font-size: 28px;
	line-height: 1.18;
}
@media (min-width: 769px) {
	h1, .h1 {
		font-size: 35px;
	}
}
@media (min-width: 1025px) {
	h1, .h1 {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 46px;
	}
}
@media (min-width: 1400px) {
	h1, .h1 {
		font-size: 50px;
	}
}

.hero-section h1, .hero-section .h1 {
	margin-bottom: 0;
}

h2, .h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 40px;
}
@media (min-width: 769px) {
	h2, .h2 {
		font-size: 32px;
	}
}
@media (min-width: 1025px) {
	h2, .h2 {
		font-size: 40px;
		margin-bottom: 45px;
	}
}

@media (min-width: 1025px) {
	h2.small, .h2.small {
		font-size: 36px;
	}
}

h3, .h3 {
	color: #f1b434;
	font-size: 20px;
	line-height: 1.133;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	h3, .h3 {
		font-size: 25px;
	}
}
@media (min-width: 1025px) {
	h3, .h3 {
		font-size: 30px;
		margin-bottom: 25px;
	}
}

h4, .h4 {
	color: #3f4d61;
	font-size: 20px;
	line-height: 1.133;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	h4, .h4 {
		font-size: 25px;
	}
}
@media (min-width: 1025px) {
	h4, .h4 {
		font-size: 30px;
		margin-bottom: 25px;
	}
}

h5, .h5 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

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

h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
	font-family: inherit;
}

p {
	margin: 0 0 20px
}
@media (min-width: 769px) {
	p {
		font-size: 19px;
	}
}
@media (min-width: 1025px) {
	p {
		font-size: 20px;
		margin-bottom: 25px
	}
}
@media (min-width: 1200px) {
	p {
		font-size: 21px;
	}
}

.hero-section p {
	color: #231f20;
	font-weight: 400;
	line-height: 1.455;
}
@media (min-width: 1400px) {
	.hero-section p {
		font-size: 22px;
	}
}

.hero-section p:last-of-type {
	margin-bottom: 0;
}

.hero-section h1 + p {
	margin-top: 20px;
}
@media (min-width: 1025px) {
	.hero-section h1 + p {
		margin-top: 25px;
	}
}

ul {
	margin: 0 0 20px;
}
@media (min-width: 1025px) {
	ul {
		margin-bottom: 25px;
	}
}

a {
	text-decoration: none;
}

.cky-banner-element:hover {
	cursor: pointer;
}

main li a:not(.btn),
main p:not(.breadcrumbs) a:not(.btn),
main td a:not(.btn) {
	color: #3f4d61;
	font-weight: 700;
	text-decoration: underline;
}

a:hover,
main li a:not(.btn):hover,
main p:not(.breadcrumbs) a:not(.btn):hover,
main td a:not(.btn):hover,
a:focus,
main li a:not(.btn):focus,
main p:not(.breadcrumbs) a:not(.btn):focus,
main td a:not(.btn):focus {
	text-decoration: none;
}

.btn {
	align-items: center;
	background-color: #3f4d61;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 5px 65px;
	text-align: center;
	text-transform: uppercase;
}

.btn:hover {
	opacity: 0.8;
}

p + .btn {
	margin-top: 45px;
}

span.nowrap {
	white-space: nowrap;
}

@media (max-width: 600px) {
	#wpadminbar {
		position:fixed !important;
	}
}

.page-holder {
	overflow: clip;
	padding-bottom: 50px;
}

header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.logged-in header {
	top: 46px;
}
@media (min-width: 783px) {
	.logged-in header {
		top: 32px;
	}
}

.scroll header {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
}

header:before {
	background-color: #fff;
	bottom: 0;
	content: '';
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 150vw;
	transform: translateX(-50%);
	z-index: -1;
}

/*
.scroll header:before {
	opacity: 1;
}
*/

header .container {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	padding: 0 20px;
	width: 100%;
}
@media (min-width: 1025px) {
	header .container {
		align-items: flex-start;
		height: 140px;
		padding: 30px 20px 0;
	}
}

.scroll header .container {
	height: 100px;
	padding: 0 20px;
}
@media (min-width: 1025px) {
	.scroll header .container {
		height: 100px;
		padding: 12px 20px 0;
	}
}

header .logo {
	display: block;
	max-width: 200px;
	width: 100%;
}
@media (min-width: 1025px) {
	header .logo {
		margin-top: 14px;
	}
}
@media (min-width: 1200px) {
	header .logo {
		margin-top: 10px;
		max-width: 262px;
	}
}

@media (min-width: 1025px) {
	.scroll header .logo {
		margin-top: 14px;
		max-width: 200px;
	}
}

header .menu-holder {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

header .menu-holder ul {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

header .menu-holder li {
	line-height: 1;
	list-style: none;
}

header .menu-holder li a:not(.btn) {
	display: block;
	text-decoration: none;
}

header .menu-holder li a:hover {
	opacity: 0.8;
}

/*
header .menu-holder > ul.top-menu > li.current-menu-item,
header .menu-holder > ul.top-menu > li.current-menu-ancestor {
	position: relative;
}

header .menu-holder > ul.top-menu > li.current-menu-item:after,
header .menu-holder > ul.top-menu > li.current-menu-ancestor:after {
	background-color: #43ab2a;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 17px;
	width: 100%;
	z-index: -1;
}
*/

header .menu-holder > ul > li.current-menu-item > a:not(.btn),
header .menu-holder > ul > li.current-menu-ancestor > a:not(.btn) {
	color: #f1b434;
}

header .menu-holder .top-menu {
	align-items: flex-end;
	column-gap: 11px;
	padding-bottom: 11px;
}

.scroll header .menu-holder .top-menu {
	padding-bottom: 10px;
}

header .menu-holder .top-menu > li {
	font-size: 16px;
	line-height: 1.875;
	position: relative;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu > li {
		font-size: 18px;
		line-height: 1.667;
	}
}

header .menu-holder .top-menu > li.menu-item {
	margin-right: 9px;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu > li.menu-item {
		margin-right: 19px;
	}
}

header .menu-holder .top-menu > li a:not(.btn) {
	color: #3f4d61;
}

header .menu-holder .top-menu > li.social img {
	display: block;
	height: 23px;
	position: relative;
	width: 23px;
}

header .menu-holder .top-menu > li.social.linkedin {
	margin-left: auto;
}

header .menu-holder .main-menu {
	border-top: 1px solid #f1b434;
	column-gap: 20px;
	padding-top: 11px;
}
@media (min-width: 1200px) {
	header .menu-holder .main-menu {
		column-gap: 30px;
	}
}

.scroll header .menu-holder .main-menu {
	padding-top: 10px;
}

header .menu-holder .main-menu > li {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 21px;
	position: relative;
}
@media (min-width: 1200px) {
	header .menu-holder .main-menu > li {
		font-size: 18px;
		line-height: 1.333;
	}
}

.scroll header .menu-holder .main-menu > li {
	padding-bottom: 13px;
}

header .menu-holder .main-menu > li a:not(.btn) {
	color: #0e2341;
}

header .menu-holder .top-menu .sub-menu,
header .menu-holder .main-menu .sub-menu {
	background-color: #3f4d61;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
	display: block;
	left: 50%;
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-transform: none;
	top: 100%;
	transform: scale(0) translateX(-50%) translateZ(0);
	transform-origin: 0 0;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s;
	width: auto;
	z-index: 99;
}

header .menu-holder .top-menu .sub-menu {
	top: calc(100% - 2px);
}

header .menu-holder .top-menu .sub-menu:after,
header .menu-holder .main-menu .sub-menu:after {
	content: '';
	border-left: solid 19px transparent;
	border-right: solid 19px transparent;
	border-bottom: solid 19px #3f4d61;
	bottom: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.scroll header .menu-holder .main-menu .sub-menu:after {
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
	border-bottom: solid 11px #3f4d61;
}

header .menu-holder .top-menu .sub-menu:after {
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-bottom: solid 15px #3f4d61;
}

header .menu-holder .top-menu > li:hover .sub-menu,
header .menu-holder .main-menu > li:hover .sub-menu {
	opacity: 1;
	transform: scale(1) translateX(-50%) translateZ(0);
}

header .menu-holder .top-menu .sub-menu > li,
header .menu-holder .main-menu .sub-menu > li {
	min-width: 275px;
	padding: 8px 25px;
}

header .menu-holder .top-menu .sub-menu > li:first-of-type,
header .menu-holder .main-menu .sub-menu > li:first-of-type {
	padding-top: 31px;
}

header .menu-holder .top-menu .sub-menu > li:last-of-type,
header .menu-holder .main-menu .sub-menu > li:last-of-type {
	padding-bottom: 31px;
}

header .menu-holder .top-menu .sub-menu > li a,
header .menu-holder .main-menu .sub-menu > li a {
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
}
@media (min-width: 1200px) {
	header .menu-holder .top-menu .sub-menu > li a,
	header .menu-holder .main-menu .sub-menu > li a {
		font-size: 18px;
		line-height: 1.333;
	}
}

header .menu-holder .top-menu .sub-menu > li.current-menu-item a,
header .menu-holder .main-menu .sub-menu > li.current-menu-item a {
	color: #f1b434;
}

footer {
	background-color: #0e2341;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	width: calc(100% - 40px);
	overflow: clip;
	padding: 25px 0;
	position: relative;
}
@media (min-width: 769px) {
	footer {
		padding: 50px 0;
	}
}
@media (min-width: 1025px) {
	footer {
		padding: 75px 0;
	}
}
@media (max-width: 1024px) {
	footer {
		text-align: center;
	}
}

footer .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	padding: 0 20px;
}
@media (min-width: 1025px) {
	footer .container {
		flex-direction: row;
	}
}

footer .footer-menu-wrapper {
	display: flex;
}
@media (min-width: 1025px) {
	footer .footer-menu-wrapper {
		width: calc(100% - 428px);
	}
}

footer .footer-menu-wrapper ul {
	column-gap: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0;
	row-gap: 10px;
	width: 100%;
}
@media (min-width: 769px) {
	footer .footer-menu-wrapper ul {
		flex-direction: row;
	}
}
@media (min-width: 1025px) {
	footer .footer-menu-wrapper ul {
		justify-content: flex-start;
	}
}

footer .footer-menu-wrapper li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	list-style: none;
	text-transform: uppercase;
}

footer .footer-menu-wrapper li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

footer .footer-menu-wrapper li a:hover {
	opacity: 0.8;
}

@media (min-width: 1025px) {
	footer .footer-info {
		width: 388px;
	}
}

footer .footer-logo {
	display: block;
	margin: 0 auto 25px;
	max-width: 154px;
	width: 100%;
}
@media (min-width: 1025px) {
	footer .footer-logo {
		margin: 0 0 25px;
		max-width: 177px;
	}
}
@media (min-width: 1200px) {
	footer .footer-logo {
		max-width: 200px;
	}
}

footer .footer-content p {
	font-size: 16px;
	line-height: 1.5;
}
@media (min-width: 1025px) {
	footer .footer-content p {
		line-height: 1.8125;
	}
}

footer .footer-content p:last-of-type {
	margin-bottom: 0;
}

.skip-link,
.top-link {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal;
	padding: 0;
	position: fixed;
	width: 1px;
}

.skip-link:focus,
.top-link:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 5;
}

main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
	padding: 100px 0 60px;
	position: relative;
	width: 100%;
}
@media (min-width: 1025px) {
	main {
		padding: 140px 0 100px;
	}
}

.scroll main {
	padding: 100px 0 60px;
}
@media (min-width: 1025px) {
	.scroll main {
		padding: 100px 0;
	}
}

main .container {
	padding: 0 20px;
}

section {
	position: relative;
}

section:not(.hero-section) {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 769px) {
	section:not(.hero-section) {
		margin-top: 100px;
	}
}
@media (min-width: 1025px) {
	section:not(.hero-section) {
		margin-top: 150px;
	}
}

section .row {
	display: flex;
}

section:not(.hero-section) .row {
	flex-direction: column;
	gap: 40px;
}
@media (min-width: 1025px) {
	section:not(.hero-section) .row {
		flex-direction: row;
		gap: 60px;
	}
}

@media (min-width: 1025px) {
	section:not(.hero-section) .row:not(.title) .col {
		width: calc(50% - 30px);
	}
}

.hero-section {
	background-color: #f1b434;
}
@media (min-width: 1025px) {
	.hero-section {
		display: flex;
		min-height: 330px;
	}
}

.hero-section .row {
	flex-direction: column;
	width: 100%;
}
@media (min-width: 1025px) {
	.hero-section .row {
		flex-direction: row;
	}
}

.hero-section .col.txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 20px 45px;
	position: relative;
}
@media (min-width: 1025px) {
	.hero-section .col.txt {
		padding: 60px 30px;
		width: calc(100% - 560px);
	}
}
@media (min-width: 1200px) {
	.hero-section .col.txt {
		padding: 60px 45px;
	}
}
@media (min-width: 1400px) {
	.hero-section .col.txt {
		padding: 60px 5.333% 60px 6.667%;
	}
}

.hero-section p.breadcrumbs {
	color: #3f4d61;
	font-size: 14px;
	font-weight: 600;
	left: 20px;
	line-height: 1.429;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 15px;
}
@media (min-width: 769px) {
	.hero-section p.breadcrumbs {
		font-size: 15px;
		line-height: 1.333;
	}
}
@media (min-width: 1025px) {
	.hero-section p.breadcrumbs {
		font-size: 16px;
		left: 1.667%;
		line-height: 1.25;
		right: 1.667%;
	}
}

@media (min-width: 1025px) and (max-width: 1399px) {
	.hero-section p.breadcrumbs > span span:nth-last-of-type(2),
	.hero-section p.breadcrumbs > span span.breadcrumb_last {
		display: none;
	}
}
@media (max-width: 768px) {
	.hero-section p.breadcrumbs > span span:nth-last-of-type(2),
	.hero-section p.breadcrumbs > span span.breadcrumb_last {
		display: none;
	}
}

.hero-section p.breadcrumbs a {
	color: #3f4d61;
	text-decoration: underline;
}

.hero-section .col.img {
	overflow: hidden;
	position: relative;
}
@media (min-width: 1025px) {
	.hero-section .col.img {
		width: 560px;
	}
}

.hero-section .col.img img {
	width: 100%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bgImageFadeIn;
	animation-name: bgImageFadeIn;
}
@media (min-width: 1025px) {
	.hero-section .col.img img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: cover;
		object-position: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}
}

@-webkit-keyframes bgImageFadeIn {
	0% {
		opacity: 0.5;
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes bgImageFadeIn {
	0% {
		opacity: 0.5;
		-webkit-transform:scale(1.15);
		transform:scale(1.15);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

.accordion-section .accordion h4 {
	cursor: pointer;
}

.accordion-section .accordion .text {
	display: none;
}

.content-section {
	max-width: 1200px;
}

.content-section h3{
	font-size: 24px;
}
@media (min-width: 769px) {
	.content-section h3 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.content-section h3 {
		font-size: 32px;
	}
}

.content-section h3:not(.first) {
	margin-top: 50px;
}
@media (min-width: 1025px) {
	.content-section h3:not(.first) {
		margin-top: 75px;
	}
}

.download-section {
	border: 4px solid #f6cd78;
	max-width: 400px;
}
@media (min-width: 769px) {
	.download-section {
		max-width: none;
	}
}

section.download-section .row {
	align-items: center;
	column-gap: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 28px 20px;
}

@media (min-width: 769px) {
	section.download-section:not(.hero-section) .row {
		flex-direction: row;
	}
}

@media (min-width: 769px) {
	section.download-section .row .col {
		width: 50%;
	}
}

section.download-section .row .col.txt {
	text-align: center;
}
@media (min-width: 769px) {
	section.download-section .row .col.txt {
		text-align: left;
	}
}

.download-section .type {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.455;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.download-section .type {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.download-section .type {
		font-size: 22px;
	}
}

.download-section h3 {
	margin-bottom: 6px;
}

.download-section p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.455;
}
@media (min-width: 769px) {
	.download-section p {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.download-section p {
		font-size: 22px;
	}
}

.download-section p:last-of-type {
	margin-bottom: 0;
}

.download-section .btn {
	min-height: 50px;
	padding: 5px 45px;
}

.download-section p + .btn {
	margin-top: 25px;
}
