/*
Theme Name: Qlik Israel Theme
Description: Theme by Alexander Yudaev
Author: Alexander Yudaev
Author URI: https://ya.digital
Version: 1.0.0
Text Domain: ya
*/
@charset "UTF-8";
/* ==========================================================================
[Table of contents]
# Normalize
# General styles
2. Menu styles
3. Banner
4. About Us
5. Measure business
6. Service provide
7. Case studies
8. Pricing plan
9. Team section
10.Latest work
11.Interested projected
12.Testimonials
13.Get plans
14.Blog sec
15.Footer widget
16.Footer copyright
17.Responsive
18.Home 2
19.About page
20.Blog page
21.Single Blog details
22.Services page
23.Service single
24.Case studies page
25.Contact page
26.404


[End table of contents]
========================================================================== */
/* ==========================================================================
# Normalize
========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

    font-size: 2em;
}

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

    -webkit-box-sizing: content-box;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

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

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

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

    border-bottom: none;
    /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    position: relative;

    vertical-align: baseline;

    font-size: 75%;
    line-height: 0;
}

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 {
    /* 1 */
    margin: 0;

    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 2 */
}

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

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

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

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

    border-style: none;
}

/**
 * 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 {
    /* 2 */
    display: table;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}

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

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

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

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

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

    -webkit-appearance: textfield;
    /* 2 */
}

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

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

    -webkit-appearance: button;
    /* 2 */
}

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

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

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* ==========================================================================
# General styles
========================================================================== */
:root {
    --aqua: #10cfc9;
    --cloudy-blue: #c4cfda;
    --dark-grey-blue: #244b5a;
    --dark-magenta: #870064;
    --dark-slate-blue: #1c355e;
    --deep-sea-blue: #006580;
    --emerald: #009845;
    --gunmetal: #54565a;
    --gutter: 40px;
    --iris: #655dc6;
    --paddings: 45px;
    --pluses: url(images/pluses-mobile.png);
    --product-title: url(images/product-mobile.png);
    --spacer: 20px;
    --stars: url(images/stars-mobile.png);
    --stone: #c4cfda;
    --tanzanite: #1c355e;
    --targets: url(images/targets-mobile.png);
    --turquoise: #006580;
}

@media screen and (min-width: 992px) {
    :root {
        --paddings: 90px;
        --pluses: url(images/pluses-desktop.png);
        --product-title: url(images/product-desktop.png);
        --stars: url(images/stars-desktop.png);
        --targets: url(images/targets-desktop.png);
    }
}

html {
    overflow-x: hidden;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    height: 100%;
    min-height: 100%;

    font-size: 16px;
    font-size: 1rem;
}

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

    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;

    background: #ffffff;
    /* Fallback for when there is no custom background color defined. */

    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-size: 0.875em;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
        font-size: 1.125em;
    }
}

body.overflow {
    overflow: hidden;
}

hr {
    height: 1px;
    margin-bottom: 1.5em;

    border: 0;
    background-color: #cccccc;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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 {
    padding: 3px;

    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 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: #111111;
}

select {
    border: 1px solid #cccccc;
}

textarea {
    width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.6em 1em 0.4em;

    color: rgba(0, 0, 0, 0.8);
    border: 1px solid;
    border-color: #cccccc #cccccc #bbbbbb;
    border-radius: 3px;
    background: #e6e6e6;

    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
}

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: #aaaaaa #bbbbbb #bbbbbb;
}

/* ==========================================================================
# General styles
========================================================================== */
.container,
.is-style-container {
    position: relative;

    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.container-small {
    position: relative;

    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--spacer);
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
}

@media screen and (max-width: 767px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section {
    position: relative;
}

/*--------------------------------------------------------------
# Dependencies
--------------------------------------------------------------*/
/* ==========================================================================
# Typography
========================================================================== */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;

    line-height: 1.5;
}

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

    margin: 0;
    padding: 0;

    font-weight: 400;
    line-height: 1;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    overflow: auto;

    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;

    background: #eeeeee;

    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375px;
    font-size: 0.05859em;
    line-height: 1.6;
}

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

abbr,
acronym {
    cursor: help;

    border-bottom: 1px dotted #666666;
}

mark,
ins {
    text-decoration: none;

    background: #fff9c0;
}

big {
    font-size: 125%;
}

@font-face {
    font-family: "ai";

    src: url("fonts/ai.eot");
    src: url("fonts/ai.eot?#iefix") format("eot"), url("fonts/ai.woff2") format("woff2"), url("fonts/ai.woff") format("woff"), url("fonts/ai.ttf") format("truetype"), url("fonts/ai.svg#ai") format("svg");
}

i[class*="icon-"] {
    display: inline-block;

    font: normal normal normal 14px/1 "ai";
    font-size: inherit;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.icon-accessibility:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    cursor: pointer;

    color: royalblue;
}

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

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.sr-only,
.screen-reader-text {
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    word-wrap: normal !important;

    border: 0;

    -webkit-clip-path: inset(50%);

    clip-path: inset(50%);
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.sr-only:focus,
.screen-reader-text:focus {
    z-index: 100000;
    top: 5px;
    left: 5px;

    display: block;
    clip: auto !important;

    width: auto;
    height: auto;
    padding: 15px 23px 14px;

    text-decoration: none;

    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    -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);

    font-size: 0.875px;
    font-size: 0.05469em;
    font-weight: bold;
    line-height: normal;

    -webkit-clip-path: none;

    clip-path: none;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;

    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;

    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    clear: both;

    margin-right: auto;
    margin-left: auto;
}

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

    table-layout: fixed;

    content: "";
}

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

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

    border: none;
}

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

/* Make sure logo link wraps around logo image. */
/* Embedded video responsive */
.video-container {
    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

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

.wp-caption img[class*="wp-image-"] {
    display: block;

    margin-right: auto;
    margin-left: auto;
}

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

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

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

.gallery-item {
    display: inline-block;

    width: 100%;

    text-align: center;
    vertical-align: top;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## svg Sprites
--------------------------------------------------------------*/
.image.accessibility {
    width: 26.479px;
    height: 26.501px;
}

.image.menu {
    width: 16px;
    height: 16px;
}

.image.phone {
    width: 15.122px;
    height: 15.121px;
}

.image.search {
    width: 23.621px;
    height: 23.621px;
}

.image.services-academy {
    width: 67.944px;
    height: 50.572px;
}

.image.services-oem {
    width: 66.718px;
    height: 71.48px;
}

.image.services-platform {
    width: 50px;
    height: 56.573px;
}

.image.services-solution {
    width: 60.375px;
    height: 56.325px;
}

.image.support {
    width: 22.53px;
    height: 22.531px;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    font-size: 0;
    line-height: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    opacity: 0.75;
    color: white;

    font-family: "";
    font-size: 20px;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

    font-size: 0;
    line-height: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "•";
    text-align: center;

    opacity: 0.25;
    color: black;

    font-family: "";
    font-size: 6px;
    line-height: 20px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;

    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;

    padding: 60px 30px 30px;

    border: 1px solid #ffffff;
    outline: 0;
    background-color: #ffffff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, 0.67);
}

.close {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 15px;

    width: 30px;
    height: 30px;
    margin-top: -2px;

    border: none;
    background: #ffffff url(images/close.png) no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .close {
        top: 30px;
        right: 30px;
    }
}

.close i {
    position: absolute;
    top: 33px;
    left: 20px;

    width: 25px;
    height: 2px;

    -webkit-transform: rotate(45deg) translate(-50%);

    -ms-transform: rotate(45deg) translate(-50%);

    transform: rotate(45deg) translate(-50%);

    background: #ffffff;
}

.close i.last {
    top: 15px;
    right: 3px;
    left: auto;

    -webkit-transform: rotate(-45deg) translate(-50%);

    -ms-transform: rotate(-45deg) translate(-50%);

    transform: rotate(-45deg) translate(-50%);
}

.modal-title {
    margin: 0;
}

.modal-body {
    position: relative;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;

    overflow: scroll;

    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
    .modal-my-account .modal-dialog {
        width: 1000px;
    }
    .modal-add-to-cart .modal-dialog {
        width: 600px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 90%;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-branding {
    position: relative;
}

@media screen and (max-width: 797px) {
    .site-branding .logo {
        float: left;

        width: 214px;
        margin-left: 30px;
    }
}

.site-branding .custom-logo {
    display: block;

    width: auto;
    height: 25px;
    margin: var(--spacer) auto;
}

@media screen and (min-width: 768px) {
    .site-branding .custom-logo {
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .site-branding {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .site-branding {
        border-bottom: solid 1px #8e959d;
    }
    .site-branding .container,
    .site-branding .is-style-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        padding: 0 15px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.site-branding .phone {
    display: none;
}

@media screen and (min-width: 768px) {
    .site-branding .phone {
        display: block;

        padding-left: 30px;

        -ms-flex-item-align: center;

        align-self: center;
    }
    .site-branding .phone a {
        padding-left: 20px;

        text-align: right;
        text-decoration: none;
        letter-spacing: -0.18px;

        color: var(--emerald);
        background: url(images/svg/phone.svg) no-repeat center left;

        font-size: 18px;
        line-height: 1.28;
    }
}

.site-branding .extensions {
    display: block;
}

@media screen and (min-width: 768px) {
    .site-branding .extensions {
        margin-left: auto;

        justify-self: flex-end;
    }
}

.site-branding button.search {
    width: 150px;
    padding: 0;

    text-decoration: none;

    border: none;
    background: transparent;
}

.site-branding a.demo {
    display: block;

    width: 200px;
    margin: 5px 0 0;

    text-decoration: none;

    border: none;
    background: transparent;
}

@media screen and (min-width: 768px) {
    .site-branding button.search {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .site-branding button.search {
        position: absolute;
        top: 20px;
        left: 50px;

        width: 20px;
    }
    .site-branding a.demo {
        position: absolute;
        top: 19px;
        right: 20px;

        width: 130px;
    }
}

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

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.menu-toggle {
    position: absolute;
    top: 20px;
    left: 20px;

    width: 16px;
    height: 16px;
    padding: 0;

    border: none;
    background: transparent url(images/svg/menu.svg);

    -o-object-fit: contain;

    object-fit: contain;
}

.menu-toggle[aria-expanded=true] {
    position: absolute;
    z-index: 10000;
    left: 30px;

    -webkit-transform: translateX(-50%) rotate(45deg);

    -ms-transform: translateX(-50%) rotate(45deg);

    transform: translateX(-50%) rotate(45deg);

    background: none;
}

.menu-toggle[aria-expanded=true]:before,
.menu-toggle[aria-expanded=true]:after {
    position: absolute;
    top: 50%;
    left: 0;

    width: 19px;
    height: 2px;

    content: "";

    background: #ffffff;
}

.menu-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
    # Navigation
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    clear: both;

    width: 100%;
}

@media screen and (max-width: 991px) {
    .main-navigation {
        background-color: var(--emerald);
    }
    .main-navigation.toggled {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        overflow: auto;

        padding: 45px 15px 30px;
    }
    .main-navigation.toggled .container,
    .main-navigation.toggled .is-style-container {
        overflow: auto;

        height: 100%;
    }
}

.main-navigation ul {
    display: none;

    margin: 0;
    padding: 0;

    list-style: none;
}

@media screen and (min-width: 992px) {
    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;
    }
}

@media screen and (min-width: 992px) {
    .main-navigation .main-level:hover > ul,
    .main-navigation .main-level.focus > ul {
        left: auto;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-navigation .main-level.multilevel > ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main-navigation .main-level.multilevel > ul > li > a {
        width: 70px;
        min-width: 50px;
        min-height: 40px;
        margin-bottom: 30px;

        font-weight: 600;
        line-height: 20px;
    }
    .main-navigation .main-level.multilevel > ul > li.wide a {
        width: 180px;
    }
    .main-navigation .main-level.multilevel > ul > li.menu-item-has-children > a:hover {
        color: #54565b;
    }
    .main-navigation .main-level.multilevel > ul > li.products a {
        color: var(--emerald);
    }
    .main-navigation .main-level > ul {
        position: absolute;
        z-index: 99999;
        top: 100%;
        left: -999em;

        float: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        padding: 30px;

        border: 1px solid #b5b5b5;
        border-radius: 5px;
        background: #ffffff;
        -webkit-box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
        box-shadow: -5px -1px 5px rgba(0, 0, 0, 0.2);
    }
    .main-navigation .main-level > ul:after,
    .main-navigation .main-level > ul:before {
        position: absolute;
        right: 10%;
        bottom: 100%;

        width: 0;
        height: 0;

        content: " ";
        pointer-events: none;

        border: solid transparent;
    }
    .main-navigation .main-level > ul:after {
        margin-left: -10px;

        border-width: 10px;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
    }
    .main-navigation .main-level > ul:before {
        margin-left: -11px;

        border-width: 11px;
        border-color: rgba(181, 181, 181, 0);
        border-bottom-color: #b5b5b5;
    }
    .main-navigation .main-level > ul a {
        min-width: 140px;
        padding: 0;

        text-align: right;
    }
    .main-navigation .menu-level1 > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        margin: 0 -10px;
    }
    .main-navigation .menu-level1 > ul a {
        font-size: 15px;
        line-height: 25px;
    }
}

.main-navigation .nav-menu > li {
    border-bottom: solid 0.5px #ffffff;
}

@media screen and (min-width: 992px) {
    .main-navigation .nav-menu > li {
        border-bottom: none;
    }
}

.main-navigation .nav-menu li.menu-item-has-children > a {
    position: relative;

    -webkit-transition: 0.25s all ease;

    -o-transition: 0.25s all ease;

    transition: 0.25s all ease;
}

.main-navigation .nav-menu li.menu-item-has-children > a.open:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.main-navigation .nav-menu li.menu-item-has-children > a.open:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.main-navigation .nav-menu li.menu-item-has-children > a:before,
.main-navigation .nav-menu li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    left: 20px;

    width: 15px;
    height: 1px;

    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #ffffff;
}

.main-navigation .nav-menu li.menu-item-has-children > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 992px) {
    .main-navigation .nav-menu li.menu-item-has-children > a:before,
    .main-navigation .nav-menu li.menu-item-has-children > a:after {
        content: none;
    }
}

.main-navigation li {
    position: relative;
}

@media screen and (min-width: 992px) {
    .main-navigation li {
        padding: 0 10px;
    }
    .main-navigation li.contact {
        margin-right: auto;
        padding: 0;

        justify-self: flex-end;
    }
    .main-navigation li.contact a {
        padding-right: 50px;
        padding-left: 50px;

        color: #ffffff;
        background-color: var(--emerald);
    }
    .main-navigation li.contact a:hover {
        color: #ffffff;
    }
}

.main-navigation a {
    display: block;

    padding-top: 10px;
    padding-bottom: 10px;

    text-align: center;
    text-decoration: none;
    letter-spacing: -0.015px;

    color: #ffffff;

    font-size: 17px;
    line-height: 3;
}

@media screen and (min-width: 992px) {
    .main-navigation a {
        letter-spacing: -0.2px;

        color: #54565b;

        font-size: 18px;
        line-height: 40px;
    }
}

@media screen and (min-width: 992px) {
    .main-navigation li:hover > a,
    .main-navigation.focus > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
        color: var(--emerald);
    }
    .main-navigation .menu-step1 a[href="#"] {
        font-weight: 600;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    overflow: hidden;

    margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;

    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;

    width: 50%;

    text-align: right;
}

/*--------------------------------------------------------------
    # homepage
    --------------------------------------------------------------*/
.section {
    margin-right: auto;
    margin-left: auto;
    padding: 30px var(--spacer) 0;
}

@media screen and (min-width: 768px) {
    .section {
        padding-top: 60px;
    }
}

.section.gradient,
.section.default {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .section.gradient,
    .section.default {
        padding-bottom: 60px;
    }
}

.section-fluid {
    position: relative;

    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .section-fluid {
        padding-top: 60px;
    }
}

.entry-content .section:last-of-type {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .entry-content .section:last-of-type {
        padding-bottom: 60px;
    }
}

.section-title {
    margin-bottom: 15px;

    font-size: 25px;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .section-title {
        margin-bottom: 30px;

        letter-spacing: -1.5px;

        font-size: 60px;
    }
    .page-success .section-title {
        margin-top: 30px;

        font-size: 50px;
    }
}

.content-block .section-title,
.dual-block .section-title,
.default .section-title,
.image .section-title,
.page-success .section-title {
    color: var(--emerald);
}

.section-fluid .section-title {
    padding-right: var(--spacer);
    padding-left: var(--spacer);
}

.emerald {
    color: var(--emerald);
}

.white {
    color: #ffffff;
}

.btn-link {
    display: block;

    width: 100%;

    text-decoration: none;

    border-radius: 3px;

    line-height: 40px;
}

.btn-emerald {
    color: #ffffff;
    border: solid 2px var(--emerald);
    border-radius: 3px;
    background-color: var(--emerald);
}

.hero-slider {
    position: relative;
}

.hero-slider .slider {
    position: relative;

    width: 100%;
}

.hero-slider .slider .slick-next,
.hero-slider .slider .slick-prev {
    z-index: 100;

    width: 30px;
    height: 60px;

    background: url(images/slider-arrow.png) no-repeat top left;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .hero-slider .slider .slick-next,
    .hero-slider .slider .slick-prev {
        top: calc(50% - 70px);

        zoom: 0.75;
    }
}

.hero-slider .slider .slick-next:before,
.hero-slider .slider .slick-next:after,
.hero-slider .slider .slick-prev:before,
.hero-slider .slider .slick-prev:after {
    display: none;
}

.hero-slider .slider .slick-next {
    position: absolute;
    left: 15px;

    -webkit-transform: translate(0, -50%) rotate(180deg);

    -ms-transform: translate(0, -50%) rotate(180deg);

    transform: translate(0, -50%) rotate(180deg);
}

.hero-slider .slider .slick-prev {
    right: 15px;
}

.hero-slider .slider .slick-dots {
    bottom: 30px;
}

@media screen and (max-width: 767px) {
    .hero-slider .slider .slick-dots {
        bottom: 170px;
    }
    .hero-slider .slider .slick-dots li {
        zoom: 0.75;
    }
}

.hero-slider .slider .slick-dots li {
    width: 15.2px;
    height: 15.2px;

    opacity: 0.4;
}

.hero-slider .slider .slick-dots li button {
    width: 100%;
    height: 100%;

    border-radius: 50%;
    background-color: #ffffff;
}

.hero-slider .slider .slick-dots li.slick-active {
    opacity: 1;
}

.hero-slider .slide {
    position: relative;

    height: 400px;
    margin-bottom: 140px;

    background-repeat: no-repeat;
    background-size: 100%;
}

.hero-slider .slide .container,
.hero-slider .slide .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

@media screen and (min-width: 768px) {
    .hero-slider .slide {
        height: 570px;
        margin: 0;

        background-size: 100% auto;
    }
}

@media screen and (min-width: 1920px) {
    .hero-slider .slide {
        height: 670px;
    }
}

.hero-slider .slide-title {
    text-align: right;
    letter-spacing: -0.28px;

    color: #ffffff;

    font-size: 28px;
    font-weight: 200;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .hero-slider .slide-title {
        font-size: 50px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .slide-title {
        font-size: 60px;
    }
}

.hero-slider .slide-description {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .hero-slider .slide-description {
        position: absolute;
        bottom: -120px;
        left: 50%;

        width: 320px;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        transform: translateX(-50%);
        text-align: right;
        letter-spacing: -0.14px;

        color: var(--gunmetal);

        line-height: 1.43;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .slide-description {
        font-size: 20px;
    }
}

.hero-slider .small .container,
.hero-slider .small .is-style-container {
    padding-right: 60px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

@media screen and (min-width: 768px) {
    .hero-slider .small {
        background-position: -225px top;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .small {
        background-position: left top;
    }
}

@media screen and (min-width: 1600px) {
    .hero-slider .small {
        background-size: 100%;
    }
}

.hero-slider .small .slide-title {
    width: 120px;
}

@media screen and (min-width: 768px) {
    .hero-slider .small .slide-title {
        width: 340px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .small .slide-title {
        width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .hero-slider .small .slide-description {
        width: 400px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .small .slide-description {
        width: 540px;
    }
}

.hero-slider .large {
    background-position: bottom left;
}

.hero-slider .large .container,
.hero-slider .large .is-style-container {
    padding: 80px;
}

@media screen and (min-width: 768px) {
    .hero-slider .large {
        background-color: #870064;
        background-size: auto 75%;
    }
}

@media screen and (min-width: 1600px) {
    .hero-slider .large {
        background-size: auto 100%;
    }
}

.hero-slider .large .slide-title {
    width: 200px;
}

@media screen and (min-width: 768px) {
    .hero-slider .large .slide-title {
        width: 700px;
    }
}

@media screen and (min-width: 768px) {
    .hero-slider .large .slide-description {
        width: 400px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.hero-slider .other {
    background-color: var(--dark-slate-blue);
    background-position: top right;
    background-size: 50% 100%;
}

@media screen and (min-width: 768px) {
    .hero-slider .other {
        background-size: auto 100%;
    }
}

.hero-slider .other .container,
.hero-slider .other .is-style-container {
    padding-right: 55%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

@media screen and (min-width: 768px) {
    .hero-slider .other .container,
    .hero-slider .other .is-style-container {
        padding-right: 40%;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .other .container,
    .hero-slider .other .is-style-container {
        padding-right: 30%;
    }
}

.hero-slider .other .slide-title {
    width: 120px;
}

@media screen and (min-width: 768px) {
    .hero-slider .other .slide-title {
        width: 560px;
        max-width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .hero-slider .other .slide-description {
        width: 400px;
        margin-top: 40px;
    }
}

@media screen and (min-width: 992px) {
    .hero-slider .other .slide-description {
        width: 400px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.hero-slider .links {
    width: 110px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .hero-slider .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: auto;
    }
}

.hero-slider .links a {
    display: block;

    width: 100%;
    height: 25px;
    margin-bottom: 5px;

    text-align: center;
    text-decoration: none;

    font-size: 12px;
    line-height: 25px;
}

.hero-slider .links a.read-more {
    color: #ffffff;
    border: 1px solid var(--dark-magenta);
    background-color: var(--dark-magenta);
}

.hero-slider .links a.video-link {
    color: #ffffff;
    border: 1px solid var(--dark-slate-blue);
    background-color: var(--dark-slate-blue);
}

@media screen and (min-width: 768px) {
    .hero-slider .links a {
        display: block;

        width: 333px;
        height: 60px;

        border-width: 3px;

        font-size: 30px;
        line-height: 60px;
    }
    .hero-slider .links a.read-more {
        margin-left: 20px;
    }
    .hero-slider .links a.read-more:hover {
        background-color: transparent;
    }
}

.videoWrapper {
    position: relative;
    /* 16:9 */

    height: 0;
    margin-top: 30px;
    padding-bottom: 56.25%;
}

.videoWrapper.image {
    max-width: 100% !important;
    height: auto;
    padding-bottom: 0;
}

.videoWrapper.image img {
    width: 100%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.archive .main-slide,
.single .main-slide,
.page .main-slide {
    height: 310px;

    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

@media screen and (min-width: 768px) {
    .archive .main-slide,
    .single .main-slide,
    .page .main-slide {
        height: 270px;

        background-size: cover;
    }
}

@media screen and (min-width: 992px) {
    .archive .main-slide,
    .single .main-slide,
    .page .main-slide {
        height: 410px;

        background-position: left top;
    }
}

@media screen and (min-width: 1400px) {
    .archive .main-slide,
    .single .main-slide,
    .page .main-slide {
        height: 550px;
    }
}

@media screen and (min-width: 1900px) {
    .archive .main-slide,
    .single .main-slide,
    .page .main-slide {
        height: 670px;

        background-size: cover;
    }
}

.archive .main-slide.default,
.single .main-slide.default,
.page .main-slide.default {
    padding-top: 40px;

    color: var(--emerald);
}

@media screen and (max-width: 767px) {
    .archive .main-slide.default,
    .single .main-slide.default,
    .page .main-slide.default {
        height: auto;
    }
}

.archive .main-slide.default h1,
.single .main-slide.default h1,
.page .main-slide.default h1 {
    margin-bottom: 15px;
}

.event-slide {
    padding: 45px 15px;

    background: rgba(0, 0, 0, 0.1) url(images/events.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .page-academy .main-slide {
        background-position: top center;
        background-size: cover;
    }
}

.course-slide {
    margin-bottom: 60px;
    padding: var(--paddings) 15px;

    background: rgba(0, 0, 0, 0.1) url(images/courses.png) no-repeat center center;
    background-size: cover;
}

.page-template-page-product .main-slide {
    background-color: var(--dark-grey-blue);
}

@media screen and (max-width: 767px) {
    .page-template-page-product .main-slide {
        height: auto;
        min-height: 300px;
    }
}

.parent-pageid-1565 .main-slide {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--aqua)), color-stop(113%, var(--deep-sea-blue)));
    background-image: -o-linear-gradient(left, var(--aqua) 0%, var(--deep-sea-blue) 113%);
    background-image: linear-gradient(to right, var(--aqua) 0%, var(--deep-sea-blue) 113%);
}

.parent-pageid-1567 .main-slide {
    background-color: var(--dark-slate-blue);
}

.parent-pageid-1569 .main-slide {
    background-color: var(--iris);
}

body.page-partners .entry-title {
    color: var(--dark-slate-blue);
}

body.page-about .entry-title,
body.page-academy .entry-title,
body.page-career .entry-title,
body.page-events .entry-title,
body.page-partners .entry-title,
body.page-services .entry-title span {
    font-weight: bold;
}

body.page-academy .entry-description {
    color: #ffffff;

    font-size: 12px;
}

@media screen and (min-width: 768px) {
    body.page-academy .entry-description {
        font-size: 30px;
    }
}

.main-slide {
    padding: 25px 30px;
}

.page-full-header .main-slide {
    padding: 0;
}

.right-text {
    height: 100%;
}

.right-text h1,
.right-text .h1 {
    width: 180px;

    text-align: right;

    color: #ffffff;

    font-size: 28px;
    font-weight: 300;
    line-height: 1.07;
}

@media screen and (min-width: 768px) {
    .right-text h1,
    .right-text .h1 {
        width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .right-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.center-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding-top: 150px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .center-text {
        padding-top: 0;
    }
}

.center-text h1,
.center-text .h1 {
    text-align: center;

    color: #ffffff;

    font-size: 24px;
    font-weight: 300;
    line-height: 1.07;
}

.justify-text h1,
.justify-text .h1 {
    text-align: center;

    color: #ffffff;

    font-size: 24px;
    font-weight: 300;
    line-height: 1.07;
}

.academy-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
    padding-bottom: 60px;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.academy-text h1,
.academy-text .h1 {
    width: 50%;

    color: var(--emerald);
}

@media screen and (max-width: 767px) {
    .academy-text {
        margin-top: -15px;

        text-align: center;
    }
}

.right-text,
.center-text,
.justify-text,
.left-text,
.blog-text,
.single-product,
.half-text {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .right-text,
    .center-text,
    .justify-text,
    .left-text,
    .blog-text,
    .single-product,
    .half-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .right-text .entry-title,
    .right-text h1,
    .right-text .h1,
    .center-text .entry-title,
    .center-text h1,
    .center-text .h1,
    .justify-text .entry-title,
    .justify-text h1,
    .justify-text .h1,
    .left-text .entry-title,
    .left-text h1,
    .left-text .h1,
    .blog-text .entry-title,
    .blog-text h1,
    .blog-text .h1,
    .single-product .entry-title,
    .single-product h1,
    .single-product .h1,
    .half-text .entry-title,
    .half-text h1,
    .half-text .h1 {
        font-size: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .right-text h1,
    .right-text .h1,
    .center-text h1,
    .center-text .h1,
    .justify-text h1,
    .justify-text .h1,
    .left-text h1,
    .left-text .h1,
    .blog-text h1,
    .blog-text .h1,
    .single-product h1,
    .single-product .h1,
    .half-text h1,
    .half-text .h1 {
        font-size: 70px;
    }
}

@media screen and (min-width: 768px) {
    .center-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding-top: 5%;
    padding-right: 20%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

@media screen and (min-width: 768px) {
    .blog-text {
        padding-top: 0;
        padding-right: 12.5%;
    }
}

.blog-text h1,
.blog-text .h1 {
    color: var(--emerald);

    font-weight: bold;
}

.single-product {
    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-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-product .image {
    height: 100%;
    margin-top: 60px;
}

.single-product .image img {
    width: auto;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
    .single-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .single-product .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 30px 0 0;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media screen and (min-width: 1200px) {
    .single-product {
        white-space: nowrap;
    }
}

.single-product h1 {
    color: #ffffff;

    font-weight: bold;
}

.left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-support .left-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.left-text h1 {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .page-support .left-text div {
        width: 185px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

@media screen and (min-width: 768px) {
    .page-support .left-text div {
        max-width: 390px;
        padding-top: 30px;
    }
    .page-support .left-text div p {
        font-size: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .page-support .left-text div {
        max-width: 450px;
        padding-top: 30px;
    }
}

.page-support .left-text div h1 {
    color: var(--emerald);
}

.half-text {
    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-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .half-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.half-text .image {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .half-text .image {
        width: 50%;
    }
}

.half-text .image img {
    display: block;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;
    -o-object-position: 100% center;
    object-position: 100% center;
}

@media screen and (min-width: 768px) {
    .half-text .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 50%;
        padding-left: 45px;

        -webkit-box-pack: end;

        -ms-flex-pack: end;

        justify-content: flex-end;
    }
}

@media screen and (min-width: 1200px) {
    .half-text .title {
        padding-left: 80px;
    }
}

.half-text h1 {
    margin-top: 30px;
    margin-bottom: 30px;

    color: #ffffff;

    font-weight: bold;
}

.wp-block {
    max-width: 95%;
}

.wp-block-media-text {
    direction: rtl !important;
}

.wp-block-group {
    padding: var(--spacer);
}

.wp-block-group .wp-block-gallery {
    margin: 1.5em auto 0;
}

.wp-block-group .wp-block-gallery .blocks-gallery-item figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.is-style-container-small {
    position: relative;

    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .bullets-block .section-title {
        font-size: 50px;
    }
}

@media screen and (min-width: 992px) {
    .bullets-block .container,
    .bullets-block .is-style-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }
    .bullets-block .section-title {
        width: 340px;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }
}

.bullets-block .description {
    margin-top: 30px;
    padding-right: 30px;

    letter-spacing: -0.14px;

    color: var(--gunmetal);
    border-right: solid 3px var(--emerald);

    font-size: 14px;
    line-height: 1.29;
}

@media screen and (min-width: 768px) {
    .bullets-block .description {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .bullets-block .description {
        margin-top: 0;
        margin-right: 30px;
        padding-right: 60px;
    }
}

.bullets-block .description ul {
    margin: 0;
    padding: 0;
}

.careers-block .main-title,
.courses-block .main-title {
    position: relative;

    height: 105px;

    background-color: var(--gunmetal);
}

.careers-block .main-title:after,
.courses-block .main-title:after {
    position: absolute;
    z-index: 10;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 0;

    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 10px 20px 0;
    border-style: solid;
    border-color: var(--gunmetal) transparent;
}

@media screen and (min-width: 768px) {
    .careers-block .main-title:after,
    .courses-block .main-title:after {
        bottom: -20px;

        border-width: 20px 40px 0;
    }
}

.careers-block .main-title .container,
.careers-block .main-title .is-style-container,
.courses-block .main-title .container,
.courses-block .main-title .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.careers-block .main-title h2,
.courses-block .main-title h2 {
    margin-bottom: 0;

    text-align: center;

    color: #ffffff;

    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .careers-block .main-title,
    .courses-block .main-title {
        height: 150px;
    }
    .careers-block .main-title h2,
    .courses-block .main-title h2 {
        font-size: 40px;
    }
}

.careers-block.pluses .main-title .container,
.careers-block.pluses .main-title .is-style-container,
.courses-block.pluses .main-title .container,
.courses-block.pluses .main-title .is-style-container {
    background-image: var(--pluses);
}

.careers-block.stars .main-title .container,
.careers-block.stars .main-title .is-style-container,
.courses-block.stars .main-title .container,
.courses-block.stars .main-title .is-style-container {
    background-image: var(--stars);
}

.careers-block.targets .main-title-title .container,
.careers-block.targets .main-title-title .is-style-container,
.courses-block.targets .main-title-title .container,
.courses-block.targets .main-title-title .is-style-container {
    background-image: var(--targets);
}

.careers-block .button-toggle,
.careers-block .open-scope,
.courses-block .button-toggle,
.courses-block .open-scope {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    padding: 0;

    text-align: center;

    border: solid 1px #ffffff;
    border-radius: 0;
    background-color: #ffffff;

    font-size: 16px;
    line-height: 30px;
}

.careers-block .button-toggle:hover,
.careers-block .open-scope:hover,
.courses-block .button-toggle:hover,
.courses-block .open-scope:hover {
    color: #ffffff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .careers-block .button-toggle,
    .careers-block .open-scope,
    .courses-block .button-toggle,
    .courses-block .open-scope {
        width: 200px;
        height: 40px;

        font-size: 20px;
        line-height: 40px;
    }
}

.careers-block .bg-emerald,
.courses-block .bg-emerald {
    background-color: var(--emerald);
    background-image: var(--product-title);
}

.careers-block .bg-dark-blue,
.courses-block .bg-dark-blue {
    background-image: var(--product-title), -webkit-gradient(linear, left bottom, left top, from(#4d4892), to(#655dc6));
    background-image: var(--product-title), -o-linear-gradient(bottom, #4d4892, #655dc6);
    background-image: var(--product-title), linear-gradient(to top, #4d4892, #655dc6);
}

.careers-block .bg-light-blue,
.courses-block .bg-light-blue {
    background-image: var(--product-title), -webkit-gradient(linear, left bottom, left top, from(#0da29e), to(#10cfc9));
    background-image: var(--product-title), -o-linear-gradient(bottom, #0da29e, #10cfc9);
    background-image: var(--product-title), linear-gradient(to top, #0da29e, #10cfc9);
}

.careers-block .scope:not(:last-child),
.courses-block .scope:not(:last-child) {
    margin-bottom: 10px;
}

.careers-block .scope-list,
.courses-block .scope-list {
    display: none;

    height: 0;

    -webkit-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    transition: all ease 0.5s;
}

.careers-block .scope-list.active,
.courses-block .scope-list.active {
    display: block;

    height: auto;
}

.careers-block .scope-title,
.courses-block .scope-title {
    position: relative;

    height: 150px;

    color: #ffffff;
}

.careers-block .scope-title .container,
.careers-block .scope-title .is-style-container,
.courses-block .scope-title .container,
.courses-block .scope-title .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.careers-block .scope-title a,
.courses-block .scope-title a {
    text-decoration: none;

    color: #ffffff;
}

.careers-block .scope-title span.title,
.courses-block .scope-title span.title {
    display: block;

    width: 210px;

    text-align: center;

    font-size: 25px;
}

@media screen and (min-width: 992px) {
    .careers-block .scope-title,
    .courses-block .scope-title {
        height: 230px;
    }
    .careers-block .scope-title span.title,
    .courses-block .scope-title span.title {
        width: auto;

        font-size: 50px;
    }
}

.careers-block .career:not(:last-child) {
    margin-bottom: 10px;
}

.careers-block .career-details {
    position: relative;

    padding: 15px 0;

    background-color: #e4e6e8;
}

@media screen and (min-width: 768px) {
    .careers-block .career-details {
        height: 230px;
    }
}

.careers-block .career-details .container,
.careers-block .career-details .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
    padding: 0 var(--spacer);

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
}

.careers-block .career-details .publish-date {
    padding: 8px 0;

    color: #54565b;

    font-size: 11px;
}

@media screen and (min-width: 768px) {
    .careers-block .career-details .publish-date {
        font-size: 20px;
    }
}

.careers-block .career-details .career-title,
.careers-block .career-details .short-description {
    max-width: 80%;

    color: #54565b;

    font-weight: 600;
}

.careers-block .career-details .short-description {
    font-size: 24px;
}

.careers-block .career-details .career-title {
    color: var(--emerald);
}

@media screen and (min-width: 768px) {
    .careers-block .career-details .career-title {
        font-size: 28px;
    }
}

.careers-block .career-info {
    position: relative;

    display: none;

    height: 0;
    padding-top: 30px;
    padding-bottom: 30px;

    -webkit-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    transition: all ease 0.5s;
}

.careers-block .career-info.active {
    display: block;

    height: auto;
}

.careers-block .career-info:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;

    display: block;

    width: 0;

    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 10px 20px 0;
    border-style: solid;
    border-color: #e4e6e8 transparent;
}

@media screen and (min-width: 768px) {
    .careers-block .career-info:before {
        border-width: 20px 40px 0;
    }
}

@media screen and (min-width: 992px) {
    .careers-block .career-info .container,
    .careers-block .career-info .is-style-container {
        padding-left: 350px;
    }
}

@media screen and (min-width: 1200px) {
    .careers-block .career-info .container,
    .careers-block .career-info .is-style-container {
        padding-left: 500px;
    }
}

.careers-block .career-info .description {
    padding: 0 var(--spacer) var(--spacer);
}

.careers-block .career-info h3 {
    color: var(--emerald);

    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .careers-block .career-info h3 {
        font-size: 28px;
    }
}

.careers-block .career-info em {
    color: var(--emerald);

    font-style: normal;
}

.careers-block .career-sharing {
    margin-top: var(--spacer);
    margin-right: var(--spacer);

    border-top: solid 1px #8e959d;
}

.careers-block .career-sharing .share-cv,
.careers-block .career-sharing .share-friends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding-top: var(--spacer);
    padding-bottom: var(--spacer);

    border-top: solid 1px #8e959d;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.careers-block .career-sharing .share-cv .title,
.careers-block .career-sharing .share-friends .title {
    width: 90px;

    text-align: right;
    letter-spacing: -0.14px;

    color: var(--emerald);

    line-height: 1.29;
}

@media screen and (min-width: 768px) {
    .careers-block .career-sharing .share-cv .title,
    .careers-block .career-sharing .share-friends .title {
        width: 140px;

        font-size: 28px;
    }
}

.careers-block .career-sharing a {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 85px;
    height: 40px;
    padding-left: 40px;

    text-decoration: none;
    letter-spacing: -0.1px;

    color: #54565b;

    font-size: 10px;
    line-height: 1.2;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

@media screen and (min-width: 768px) {
    .careers-block .career-sharing a {
        width: 150px;
    }
}

.careers-block .career-sharing a.second {
    width: 105px;
}

@media screen and (min-width: 768px) {
    .careers-block .career-sharing a.second {
        width: 230px;
    }
}

.careers-block .career-sharing a:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: "";

    border-radius: 50%;
    background-color: var(--emerald);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

@media screen and (min-width: 768px) {
    .careers-block .career-sharing a {
        height: 74px;
        padding-left: 80px;

        font-size: 18px;
    }
    .careers-block .career-sharing a:after {
        width: 74px;
        height: 74px;
    }
}

.careers-block .career-sharing .share-cv a:after {
    background-image: url(images/uploadfile.png);
}

.careers-block .career-sharing .share-in a:after,
.careers-block .career-sharing .send-profile a:after {
    background-image: url(images/linkedin.png);
}

.careers-block .career-sharing .share-fb a:after {
    background-image: url(images/facebook-share.png);
    background-size: 25%;
}

.courses-block .course {
    margin-bottom: 10px;
    padding: 15px 15px 30px;

    background-color: #e4e6e8;
}

.courses-block .course-emerald .course-new .title,
.courses-block .course-emerald .price .title,
.courses-block .course-emerald .dates .title {
    color: var(--emerald);
}

.courses-block .course-emerald .syllabus a:after {
    background-color: var(--emerald);
}

.courses-block .course-emerald .course-details {
    border-color: var(--emerald);
}

.courses-block .course-dark-blue .course-new .title,
.courses-block .course-dark-blue .price .title,
.courses-block .course-dark-blue .dates .title {
    color: #655dc6;
}

.courses-block .course-dark-blue .syllabus a:after {
    background-color: #655dc6;
}

.courses-block .course-dark-blue .course-details {
    border-color: #655dc6;
}

.courses-block .course-light-blue .course-new .title,
.courses-block .course-light-blue .price .title,
.courses-block .course-light-blue .dates .title {
    color: #0fb2ad;
}

.courses-block .course-light-blue .syllabus a:after {
    background-color: #0fb2ad;
}

.courses-block .course-light-blue .course-details {
    border-color: #0fb2ad;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .courses-block .course {
        padding: 15px 150px 30px;
    }
}

@media screen and (min-width: 992px) {
    .courses-block .course .container,
    .courses-block .course .is-style-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .courses-block .course .course-details {
        width: 600px;
        margin-left: 40px;
        padding-left: 40px;

        border-width: 2px;
        border-left-style: solid;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .courses-block .course .course-details {
        width: 680px;
        margin-left: 80px;
        padding-left: 80px;
    }
}

.courses-block .course h4 {
    color: var(--gunmetal);

    font-size: 20px;
    font-weight: 600;
}

.courses-block .course .description {
    margin-top: 5px;

    color: #54565b;

    line-height: 1.5;
}

.courses-block .course .dates {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .courses-block .course h4 {
        font-size: 36px;
        line-height: 2;
    }
    .courses-block .course .dates {
        margin-top: 50px;

        font-size: 20px;
    }
}

.courses-block .course-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .courses-block .course-info {
        width: 100%;
    }
}

.courses-block .course-info .course-new .title {
    display: block;

    font-weight: 600;
}

.courses-block .course-info .price {
    color: #54565b;

    font-size: 18px;
    line-height: 1;
}

.courses-block .course-info .price .title {
    display: block;

    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .courses-block .course-info .price {
        font-size: 30px;
        line-height: 1.5;
    }
}

.courses-block .course-info .syllabus a {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100px;
    height: 40px;
    padding-left: 40px;

    text-align: center;
    text-decoration: none;

    color: #54565b;

    font-size: 11px;
    line-height: 1.25;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.courses-block .course-info .syllabus a:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    content: "";

    border-radius: 50%;
    background-image: url(images/file.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

@media screen and (min-width: 992px) {
    .courses-block .course-info .syllabus a {
        width: 80px;
        height: 125px;
        padding-top: 80px;
        padding-left: 0;

        font-size: 18px;
    }
    .courses-block .course-info .syllabus a:after {
        width: 74px;
        height: 74px;
    }
}

.content-block {
    text-align: justify;
}

.content-block .description {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.content-block.small .description {
    max-width: 700px;
}

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

.content-block em {
    color: var(--emerald);

    font-style: normal;
}

@media screen and (min-width: 768px) {
    .content-block {
        font-size: 30px;
        font-size: 1.875em;
    }
}

.data-block h2 {
    text-align: center;
}

.data-block .section-description {
    text-align: center;

    font-size: 14px;
}

.data-block .section-description em {
    color: var(--emerald);

    font-style: normal;
}

.data-block .section-description p:last-child {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .data-block .section-description {
        width: 80%;
        max-width: 960px;
        margin: 30px auto 0;

        font-size: 22px;
    }
}

.data-block .number-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 15px;
    margin-bottom: 15px;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.data-block .number-item {
    width: 110px;
    height: 110px;
}

.data-block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 100%;
    height: 100%;
    margin-bottom: 20px;

    color: #ffffff;
    background: no-repeat top center;
    background-size: 100%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.data-block .image.left {
    background-image: url("images/svg/left.svg");
}

.data-block .image.right {
    background-image: url("images/svg/right.svg");
}

.data-block .image.middle {
    background-image: url("images/svg/middle.svg");
    background-position: bottom center;
}

.data-block .number {
    letter-spacing: -0.2px;

    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
}

.data-block .description {
    padding-bottom: 5px;

    letter-spacing: -0.11px;

    color: #ffffff;

    font-size: 11px;
    line-height: 0.82;
}

@media screen and (min-width: 768px) {
    .data-block .number-item {
        width: 235px;
        height: 235px;
    }
    .data-block .number {
        font-size: 49px;
        font-weight: 300;
    }
    .data-block .description {
        font-size: 16px;
    }
}

.description-block .section-title {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .description-block .block-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
}

.description-block .block-item {
    margin-top: 40px;
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 20px;

    color: var(--gunmetal);
    border-right: solid 4px var(--emerald);
}

.description-block .block-item .title {
    margin-bottom: 15px;

    color: var(--emerald);

    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.description-block .block-item .read-more {
    color: var(--emerald);
}

@media screen and (min-width: 768px) {
    .description-block .block-item {
        font-size: 18px;
    }
    .description-block .block-item .title {
        font-size: 25px;
    }
    .description-block .block-item p {
        max-width: 270px;
    }
}

@media screen and (min-width: 992px) {
    .dual-block .container,
    .dual-block .is-style-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .dual-block .column {
        width: 49%;

        font-size: 20px;
    }
}

.events-block {
    padding-bottom: 30px;
}

.events-block .event:not(:last-child) {
    margin-bottom: 10px;
}

.events-block .event {
    padding-top: var(--spacer);
}

.events-block .container,
.events-block .is-style-container {
    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-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .events-block {
        padding-bottom: 60px;
    }
}

.events-block .event-title {
    position: relative;

    padding: 0 var(--spacer);

    color: #ffffff;
    background: var(--emerald);
}

.events-block .event-title .container,
.events-block .event-title .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .events-block .event-title .container,
    .events-block .event-title .is-style-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.events-block .event-title .excerpt,
.events-block .event-title .thumbnail {
    margin: var(--gutter);
}

@media screen and (min-width: 768px) {
    .events-block .event-title .excerpt,
    .events-block .event-title .thumbnail {
        margin: var(--gutter) auto;
    }
}

@media screen and (min-width: 768px) {
    .events-block .event-title .excerpt {
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .events-block .event-title .excerpt {
        width: 50%;
    }
}

.events-block .event-title .excerpt h3 {
    padding-top: 10px;
    padding-bottom: 1px;

    font-size: 20px;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .events-block .event-title .excerpt h3 {
        font-size: 50px;
    }
}

.events-block .event-title .excerpt .short_descrption {
    font-size: 16px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .events-block .event-title .excerpt .short_descrption {
        font-size: 30px;
    }
}

.events-block .event-title .excerpt .date {
    margin-top: 15px;

    font-size: 25px;
}

@media screen and (min-width: 992px) {
    .events-block .event-title .excerpt .date {
        font-size: 45px;
    }
}

.events-block .event-title .excerpt .information {
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .events-block .event-title .excerpt .information {
        font-size: 20px;
    }
}

.events-block .event-title .excerpt .button-toggle {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    padding: 0;

    text-align: center;

    border: solid 1px #ffffff;
    border-radius: 0;
    background-color: #ffffff;

    font-size: 16px;
    line-height: 30px;
}

.events-block .event-title .excerpt .button-toggle:hover {
    color: #ffffff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .events-block .event-title .excerpt .button-toggle {
        width: 200px;
        height: 40px;

        font-size: 20px;
        line-height: 40px;
    }
}

.events-block .event-title .thumbnail {
    width: 200px;
}

@media screen and (min-width: 768px) {
    .events-block .event-title .thumbnail {
        width: 350px;
        padding-top: var(--spacer);
        padding-left: 20px;
    }
}

@media screen and (min-width: 992px) {
    .events-block .event-title .thumbnail {
        width: 50%;
        padding-left: 0;
    }
}

.events-block .event-description {
    position: relative;

    display: none;

    height: 0;
    padding-top: 30px;

    -webkit-transition: 0.5s ease all;

    -o-transition: 0.5s ease all;

    transition: 0.5s ease all;
}

.events-block .event-description:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;

    display: block;

    width: 0;

    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 10px 20px 0;
    border-style: solid;
    border-color: var(--emerald) transparent;
}

@media screen and (min-width: 768px) {
    .events-block .event-description:before {
        border-width: 20px 40px 0;
    }
}

@media screen and (min-width: 768px) {
    .events-block .event-description {
        padding-top: 60px;
    }
}

.events-block .event-description img {
    cursor: pointer;
}

.events-block .event-description.active {
    display: block;

    height: auto;
}

.events-block .event-description h4 {
    margin-bottom: 25px;
    padding-left: 25px;

    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .events-block .event-description h4 {
        font-size: 30px;
    }
}

.events-block .event-description em {
    color: var(--emerald);

    font-style: normal;
}

@media screen and (min-width: 768px) {
    .events-block .event-description .description {
        width: 60%;
        padding-left: var(--gutter);
    }
}

@media screen and (min-width: 992px) {
    .events-block .event-description .description {
        width: 70%;
    }
}

.events-block .event-description .image {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .events-block .event-description .image {
        width: 40%;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .events-block .event-description .image {
        width: 30%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }
}

.features-block .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .features-block .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;

        margin-bottom: 25px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }
    .features-block .feature:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.features-block .image,
.features-block .content {
    width: 320px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .features-block .image,
    .features-block .content {
        width: 50%;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }
}

.features-block .image {
    position: relative;

    overflow: hidden;

    height: 130px;
}

.features-block .image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.features-block .image:before,
.features-block .image:after {
    position: absolute;

    content: "";
}

@media screen and (max-width: 767px) {
    .features-block .image:before,
    .features-block .image:after {
        bottom: 0;

        height: 0;

        border-bottom: 14px solid white;
    }
    .features-block .image:before {
        left: 0;

        width: 50%;

        border-right: 10px solid transparent;
    }
    .features-block .image:after {
        right: 0;
        left: 50%;

        border-left: 10px solid transparent;
    }
}

@media screen and (min-width: 768px) {
    .features-block .image {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .features-block .feature .image:before,
    .features-block .feature .image:after {
        width: 0;
    }
    .features-block .feature .image:before {
        top: 0;

        height: 50%;

        border-bottom: 15px solid transparent;
    }
    .features-block .feature .image:after {
        top: 50%;
        bottom: 0;

        border-top: 15px solid transparent;
    }
    .features-block .feature:nth-child(even) .image:before,
    .features-block .feature:nth-child(even) .image:after {
        left: 0;

        border-left: 20px solid white;
    }
    .features-block .feature:nth-child(odd) .image:before,
    .features-block .feature:nth-child(odd) .image:after {
        right: 0;

        border-right: 20px solid white;
    }
}

.features-block .content {
    padding-top: 25px;
    padding-bottom: 50px;

    color: #54565b;

    line-height: 1.25;
}

.features-block .content ul {
    list-style: none;
}

.features-block .content ul li {
    position: relative;
}

.features-block .content ul li::before {
    position: absolute;
    top: 0;
    right: -20px;

    content: "•";

    color: var(--emerald);
}

@media screen and (min-width: 768px) {
    .features-block .content {
        padding: 25px;

        font-size: 18px;
    }
}

.features-block h4 {
    margin-bottom: 10px;

    color: #54565b;

    font-size: 20px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .features-block h4 {
        max-width: 80%;

        font-size: 30px;
    }
}

.icons-block {
    position: relative;

    margin-top: 30px;
    padding-bottom: 30px;

    background-color: #e4e6e8;
}

@media screen and (min-width: 768px) {
    .icons-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.icons-block:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 0;
    margin-bottom: -15px;
    margin-left: -15px;

    content: "";

    border: 15px solid transparent;
    border-top-color: #e4e6e8;
    border-bottom: 0;
}

.icons-block .section-title {
    color: var(--gunmetal);

    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .icons-block .section-title {
        font-size: 50px;
    }
}

.icons-block .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    text-align: center;
    letter-spacing: -0.12px;

    color: #54565b;

    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.icons-block .icons .icon {
    width: 28%;
    margin-top: 30px;
}

.icons-block .icons .icon .image {
    width: 80%;
    margin: 0 10%;
}

.icons-block .icons .title {
    width: 90px;
    margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
    .icons-block .icons {
        letter-spacing: -0.2px;

        font-size: 15px;
        line-height: 1.25;
    }
    .icons-block .icons .icon {
        width: 20%;
        padding: 0 15px;
    }
    .icons-block .icons .title {
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    .icons-block .icons {
        font-size: 20px;
    }
}

.images-block {
    padding-bottom: 30px;

    background-color: var(--dark-slate-blue);
}

@media screen and (min-width: 768px) {
    .images-block {
        padding-bottom: 60px;
    }
}

.images-block h2 {
    text-align: center;
}

.images-block h2 a {
    text-decoration: none;

    color: #ffffff;
}

.images-block h2 a:hover {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .images-block .container,
    .images-block .is-style-container {
        position: relative;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .images-block .container:after,
    .images-block .is-style-container:after {
        position: absolute;
        top: 50px;
        bottom: 50px;
        left: 50%;

        width: 1px;

        content: "";
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        background-color: #ffffff;
    }
}

.images-block .activity ul,
.images-block .systems ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    margin: 0;
    margin: 0 -15px;
    padding: 0;

    list-style: none;

    text-align: center;

    font-weight: 300;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.images-block .activity ul li,
.images-block .systems ul li {
    width: 62.5px;
    margin: 30px 10px 0;
}

.images-block .activity ul li img,
.images-block .systems ul li img {
    width: 62.5px;
    height: 62.5px;
}

.images-block .activity ul li p,
.images-block .systems ul li p {
    min-height: 50px;

    letter-spacing: -0.12px;

    color: #ffffff;

    font-size: 12px;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .images-block .activity ul li,
    .images-block .systems ul li {
        width: 96px;
    }
    .images-block .activity ul li img,
    .images-block .systems ul li img {
        width: 96px;
        height: 96px;
    }
    .images-block .activity ul li p,
    .images-block .systems ul li p {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .images-block .activity,
    .images-block .systems {
        width: calc(50% - 60px);
    }
}

.images-block .systems {
    margin-top: 15px;
    padding: 20px 20px 0;

    border-top: solid 1px #ffffff;
}

@media screen and (min-width: 768px) {
    .images-block .systems {
        margin-top: 0;
        padding: 0;

        border: 0;
    }
}

.links-block h2 {
    text-align: center;
}

.links-block .links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .links-block .links-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        max-width: 1100px;
        margin: 0 auto;

        font-size: 18px;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    }
}

.links-block .link-item {
    padding: 30px 20px 0;

    text-align: center;
}

.links-block .link-item h3 {
    color: var(--gunmetal);

    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.links-block .link-item p {
    min-height: 80px;
    margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
    .links-block .link-item {
        width: 50%;
        margin-top: 30px;
        padding: 0 75px;
    }
    .links-block .link-item:nth-child(2) h3 {
        height: 50px;
    }
    .links-block .link-item h3 {
        margin-top: 15px;

        font-size: 25px;
    }
    .links-block .link-item .item-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        min-height: 150px;

        -webkit-box-align: end;

        -ms-flex-align: end;

        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .links-block .link-item svg {
        zoom: 2;
    }
}

.links-block .link-item .btn-emerald:hover {
    color: var(--emerald);
    background-color: #ffffff;
}

.numbers-block .section-title {
    text-align: right;
    letter-spacing: -0.2px;

    color: var(--gunmetal);

    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .numbers-block .section-title {
        font-size: 50px;
    }
}

.numbers-block .image {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .numbers-block .image {
        margin-top: 60px;
        padding: 0 15px;
    }
}

.numbers-block .image-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    text-align: center;
    letter-spacing: -0.09px;

    color: #54565b;

    font-size: 9px;
    font-weight: 600;
    line-height: 1.33;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.numbers-block .image-text .title {
    width: 60px;
}

@media screen and (min-width: 768px) {
    .numbers-block .image-text {
        font-size: 20px;
    }
    .numbers-block .image-text .title {
        width: 170px;
    }
}

@media screen and (min-width: 992px) {
    .numbers-block .image-text {
        font-size: 25px;
    }
    .numbers-block .image-text .title {
        width: 220px;
    }
}

.medals-block {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .medals-block {
        padding-bottom: 60px;
    }
}

.medals-block .section-title {
    margin-bottom: 0;

    text-align: center;
}

.medals-block .description {
    text-align: center;
    letter-spacing: -0.2px;

    color: var(--emerald);

    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .medals-block .description {
        margin-bottom: 0;

        font-size: 50px;
    }
}

@media screen and (min-width: 768px) {
    .medals-block .medals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: space-evenly;

        -ms-flex-pack: space-evenly;

        justify-content: space-evenly;
    }
}

.medals-block .medal {
    padding-top: 20px;

    text-align: center;
}

.medals-block .medal img {
    width: 200px;
}

.partners-block {
    margin-top: 30px;
    padding-bottom: 30px;

    background-color: #e4e6e8;
}

@media screen and (min-width: 768px) {
    .partners-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.partners-block .section-title {
    margin-bottom: 15px;

    text-align: center;
}

.partners-block em {
    color: var(--emerald);

    font-style: normal;
}

@media screen and (min-width: 768px) {
    .partners-block .content {
        width: 100%;
        max-width: 800px;
        margin: 50px auto;
    }
}

@media screen and (min-width: 768px) {
    .partners-block .partner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-bottom: 50px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }
}

.partners-block .image {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    padding: 10px;

    border: solid 2px var(--emerald);
    border-radius: 50%;
    background-color: #ffffff;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-block .image:before,
.partners-block .image:after {
    position: absolute;

    display: block;

    width: 0;

    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-style: solid;
}

.partners-block .image:before {
    bottom: -8px;
    left: 50%;

    border-width: 7px 7px 0;
    border-style: solid;
    border-color: var(--emerald) transparent;
}

.partners-block .image:after {
    bottom: -5px;
    left: 50%;

    border-width: 7px 7px 0;
    border-color: #ffffff transparent;
}

@media screen and (min-width: 768px) {
    .partners-block .image {
        width: 140px;
        height: 140px;
        margin-bottom: 0;
        margin-left: 60px;

        -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;
    }
    .partners-block .image:before,
    .partners-block .image:after {
        right: auto;
        bottom: auto;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        transform: translateY(-50%);
    }
    .partners-block .image:before {
        top: 50%;
        bottom: auto;
        left: -24px;

        border-width: 13px 24px 13px 0;
        border-color: transparent var(--emerald);
    }
    .partners-block .image:after {
        top: 50%;
        bottom: auto;
        left: -20px;

        border-width: 12px 22px 12px 0;
        border-color: transparent #ffffff;
    }
}

.partners-block .description {
    width: auto;
}

.products-nav-block {
    margin-bottom: 10px;
    padding: 10px 0 20px;

    background-color: #e4e6e8;
}

.products-nav-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;
    margin: 0;
    padding: 0 20px;

    list-style: none;

    font-size: 10px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-nav-block ul li a {
    display: inline-block;

    padding: 10px;

    text-decoration: none;

    color: var(--emerald);
    border: 1.5px solid #e4e6e8;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .products-nav-block ul {
        font-size: 30px;
    }
    .products-nav-block ul li a {
        padding: 10px 15px;
    }
}

@media screen and (min-width: 992px) {
    .products-nav-block ul {
        background: #ffffff;

        font-size: 30px;
    }
    .products-nav-block ul li a {
        border-top-width: 0;
        border-bottom-width: 0;
    }
    .products-nav-block ul li:last-child a {
        border-left-width: 3px;
    }
    .products-nav-block ul li:first-child a {
        border-right-width: 3px;
    }
}

@media screen and (min-width: 992px) {
    .products-nav-block {
        padding: 40px 0;
    }
}

.product-description h2 {
    margin-bottom: 15px;

    text-align: center;

    color: var(--emerald);

    font-size: 30px;
    font-weight: normal;
}

@media screen and (min-width: 992px) {
    .product-description h2 {
        font-size: 60px;
    }
}

.product-description h3 {
    margin-bottom: 15px;

    color: var(--gunmetal) !important;

    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .product-description h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .product-description p {
        font-size: 24px;
    }
}

.products-block {
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .products-block .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 20px;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.products-block .product {
    position: relative;

    margin: 40px 0;
    padding: 40px;

    border: solid 1px #cecece;
}

@media screen and (min-width: 768px) {
    .products-block .product.product-icon {
        margin-top: 80px;
    }
}

@media screen and (min-width: 768px) {
    .products-block .product {
        max-width: 45%;
    }
}

.products-block .product .header-title {
    position: absolute;
    top: 0;
    right: -20px;

    padding: 40px 20px 40px 40px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    background-color: #ffffff;
}

.products-block .product .header-title h3 {
    letter-spacing: -0.29px;

    background-color: #ffffff;

    font-size: 26px;
    font-weight: bold;
    line-height: 0.07;
}

.products-block .product .header-title a {
    text-decoration: none;

    color: var(--emerald);
}

.products-block .product .description h4 {
    max-width: 300px;
    margin-bottom: 20px;

    letter-spacing: -0.25px;

    color: var(--gunmetal);

    font-size: 25px;
    font-weight: bold;
}

.products-block .product .description p {
    padding-left: 40px;
}

.products-block .product .description a {
    float: left;

    color: var(--emerald);

    font-weight: 600;
    line-height: 1.47;
}

.products-block .product .icon {
    position: absolute;
    top: 0;
    left: -1px;

    width: 70px;
    height: 70px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .products-block .product .icon {
        width: 90px;
        height: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .products-block .product .icon {
        width: 120px;
        height: 120px;
    }
}

@media screen and (min-width: 992px) {
    .products-block .product-header {
        padding: 50px 0;
    }
}

.products-block .product-header .container,
.products-block .product-header .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: var(--spacer);

    color: #ffffff;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-block .product-header .header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products-block .product-header .header-title h2 {
    margin-bottom: 5px;
}

.products-block .product-header .header-title h2 span.title {
    display: block;

    width: 210px;

    text-align: center;
}

@media screen and (min-width: 992px) {
    .products-block .product-header .header-title h2 span.title {
        width: auto;

        font-size: 50px;
    }
}

.products-block .product-header .header-title img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .products-block .product-header .header-title img {
        width: 50px;
        margin-top: -10px;
    }
}

.products-block .product-header .header-subtitle {
    width: 135px;

    text-align: center;

    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .products-block .product-header .header-subtitle {
        width: 500px;
        margin: 10px 0;

        text-align: center;

        font-size: 25px;
        line-height: 1;
    }
}

.products-block .product-header .read-more {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    padding: 0;

    text-align: center;

    border: solid 1px #ffffff;
    border-radius: 0;
    background-color: #ffffff;

    line-height: 30px;
}

.products-block .product-header .read-more:hover {
    color: #ffffff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .products-block .product-header .read-more {
        width: 260px;
        height: 40px;

        font-size: 20px;
        line-height: 40px;
    }
}

.products-block .product-header .button-toggle {
    position: absolute;
    bottom: 15px;
    left: 15px;

    display: block;

    width: 15px;
    height: 10px;
    padding: 0;

    border: 0;
    background: 0;
}

.products-block .product-header .button-toggle:after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 0;

    content: "";
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;

    opacity: 0.77;
    border-width: 8.5px 12px 0;
    border-style: solid;
    border-color: #ffffff transparent;
}

@media screen and (min-width: 992px) {
    .products-block .product-header .button-toggle:after {
        width: 30px;
        height: 20px;

        border-width: 17px 24px 0;
    }
}

.products-block .product-header .button-toggle.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-block .product-icons,
.products-block .main-description,
.products-block .product-capability {
    padding: 30px 0;
}

@media screen and (min-width: 768px) {
    .products-block .product-icons,
    .products-block .main-description,
    .products-block .product-capability {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.products-block .product-icons .container,
.products-block .product-icons .is-style-container,
.products-block .main-description .container,
.products-block .main-description .is-style-container,
.products-block .product-capability .container,
.products-block .product-capability .is-style-container {
    padding: 0 30px;
}

@media screen and (min-width: 992px) {
    .products-block .main-description .main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .products-block .main-description .main-content .description {
        width: 65%;
        max-width: 700px;
        padding-left: 30px;

        font-size: 30px;
    }
}

.products-block .main-description .image {
    text-align: center;
}

.products-block .main-description .image img {
    width: 50%;
    padding-top: var(--spacer);
}

@media screen and (min-width: 992px) {
    .products-block .main-description .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .products-block .main-description .image img {
        width: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .products-block .main-description .image img {
        width: 400px;
    }
}

@media screen and (min-width: 768px) {
    .products-block .main-description .features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products-block .main-description .feature-block {
    margin-top: var(--spacer);
    padding: 0 var(--spacer);

    color: var(--gunmetal);
    border-right: solid 4px var(--emerald);
}

@media screen and (min-width: 768px) {
    .products-block .main-description .feature-block {
        width: 50%;
        margin-top: 50px;
        padding: 0 var(--gutter);
    }
}

@media screen and (min-width: 1200px) {
    .products-block .main-description .feature-block {
        width: 50%;
        max-width: 520px;
    }
}

.products-block .main-description .feature-block .title {
    margin-bottom: 10px;

    color: var(--emerald);

    font-size: 23px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .products-block .main-description .feature-block .title {
        font-size: 40px;
    }
}

.products-block .main-description .feature-block .description {
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .products-block .main-description .feature-block .description {
        font-size: 20px;
    }
}

.products-block .product-icons {
    background-color: #e4e6e8;
}

.products-block .product-icons .title {
    margin-bottom: 10px;
    padding-left: var(--spacer);

    color: var(--emerald);

    font-size: 23px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .title {
        font-size: 50px;
    }
}

.products-block .product-icons .icons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .icons-block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.products-block .product-icons .single-block {
    margin-top: 40px;

    text-align: center;

    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .single-block {
        font-size: 18px;
    }
}

.products-block .product-icons .single-block .block-title {
    margin-top: 5px;
    margin-bottom: 5px;

    color: var(--emerald);

    font-size: 20px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .single-block .block-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .single-block .block-title {
        white-space: nowrap;
    }
}

.products-block .product-icons .single-block .description {
    padding: 0 10px;
}

.products-block .product-icons .three-icons .single-block {
    width: 150px;
}

.products-block .product-icons .three-icons .single-block img {
    width: 90px;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .three-icons .single-block {
        width: auto;
        max-width: 250px;
    }
    .products-block .product-icons .three-icons .single-block img {
        width: 200px;
    }
}

.products-block .product-icons .four-icons .single-block {
    width: 130px;
}

.products-block .product-icons .four-icons .single-block img {
    width: 75px;
}

@media screen and (min-width: 992px) {
    .products-block .product-icons .four-icons .single-block {
        width: auto;
        max-width: 250px;
    }
    .products-block .product-icons .four-icons .single-block img {
        width: 140px;
    }
}

.products-block .product-capability {
    position: relative;

    color: #ffffff;
    background-color: var(--dark-slate-blue);
}

.products-block .product-capability:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;

    display: block;

    width: 0;

    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 10px 20px 0;
    border-style: solid;
    border-color: #e4e6e8 transparent;
}

@media screen and (min-width: 768px) {
    .products-block .product-capability:before {
        border-width: 20px 40px 0;
    }
}

.products-block .product-capability .title {
    margin-bottom: 20px;

    font-size: 23px;
}

@media screen and (min-width: 992px) {
    .products-block .product-capability .title {
        font-size: 50px;
    }
}

.products-block .product-capability .description ul {
    margin: 0 20px 0 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .products-block .product-capability .description ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -ms-flex-flow: row wrap;

        flex-flow: row wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .products-block .product-capability .description ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        max-height: 450px;

        -ms-flex-flow: column wrap;

        flex-flow: column wrap;
    }
}

.products-block .product-capability .description ul li {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .products-block .product-capability .description ul li {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .products-block .product-capability .description ul li {
        width: 270px;
        margin-left: 20px;
    }
}

.sectors-navigation-block .sectors-navigation {
    position: absolute;
    top: 0;
    left: 50%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 360px;
    max-width: 100%;
    height: 43px;
}

.site .sectors-navigation-block .sectors-navigation {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

@media screen and (min-width: 992px) {
    .sectors-navigation-block .sectors-navigation {
        zoom: 0.7;

        width: 880px;
        height: 102px;
    }
}

@media screen and (min-width: 1400px) {
    .sectors-navigation-block .sectors-navigation {
        zoom: 1;
    }
}

.sectors-navigation-block a,
.sectors-navigation-block button {
    z-index: 0;
    top: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 189px;
    height: 43px;
    padding: 0;

    text-align: center;
    text-decoration: none;

    color: #ffffff;
    border: 0;
    border-radius: 0;
    background-color: #3d377e;

    font-size: 12px;
    line-height: 43px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .sectors-navigation-block a,
    .sectors-navigation-block button {
        width: 450px;
        height: 102px;

        font-size: 25px;
        line-height: 2.5;
    }
}

.sectors-navigation-block a.active,
.sectors-navigation-block a:active,
.sectors-navigation-block a:hover,
.sectors-navigation-block button.active,
.sectors-navigation-block button:active,
.sectors-navigation-block button:hover {
    z-index: 1;

    color: var(--gunmetal);
    background-color: #ffffff;
}

.page-products .sectors-navigation-block a,
.page-products .sectors-navigation-block button {
    background-color: var(--emerald);

    line-height: 1;
}

@media screen and (max-width: 767px) {
    .page-products .sectors-navigation-block a,
    .page-products .sectors-navigation-block button {
        font-size: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .page-products .sectors-navigation-block a,
    .page-products .sectors-navigation-block button {
        padding: 0 15px;

        white-space: nowrap;

        -webkit-box-flex: 0;

        -ms-flex: 0 1 auto;

        flex: 0 1 auto;
    }
}

.page-products .sectors-navigation-block a.active,
.page-products .sectors-navigation-block a:active,
.page-products .sectors-navigation-block a:hover,
.page-products .sectors-navigation-block button.active,
.page-products .sectors-navigation-block button:active,
.page-products .sectors-navigation-block button:hover {
    background-color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .page-products .sectors-navigation-block .sectors-navigation {
        width: 1140px;
        height: 101px;
    }
}

@media screen and (max-width: 992px) {
    .page-products .sectors-navigation-block .sectors-navigation a:nth-child(2) {
        width: 239px;

        text-align: left;

        -webkit-box-flex: 0;

        -ms-flex: 0 1 auto;

        flex: 0 1 auto;
    }
}

@media screen and (max-width: 1199px) {
    .page-products .sectors-navigation-block .sectors-navigation a:nth-child(2) {
        width: 588px;

        text-align: left;

        -webkit-box-flex: 0;

        -ms-flex: 0 1 auto;

        flex: 0 1 auto;
    }
}

.sector-block .tab-control:nth-child(2),
.sectors-block .tab-control:nth-child(2) {
    right: auto;
    left: 0;
}

.sector-block .tab-inner,
.sectors-block .tab-inner {
    display: none;
}

.sector-block .tab-inner.active,
.sectors-block .tab-inner.active {
    display: block;
}

.sector-block h2,
.sectors-block h2 {
    text-align: center;

    line-height: 1.25;
}

.sector-block .features,
.sectors-block .features {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .sector-block .features,
    .sectors-block .features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
}

.sector-block .feature,
.sectors-block .feature {
    margin-top: 35px;
}

@media screen and (min-width: 992px) {
    .sector-block .feature,
    .sectors-block .feature {
        width: 30%;
    }
}

.sector-block .feature .image,
.sectors-block .feature .image {
    text-align: center;
}

.sector-block .feature h3,
.sectors-block .feature h3 {
    margin-top: 5px;

    text-align: center;
    letter-spacing: -0.3px;

    color: var(--emerald);

    font-size: 30px;
    line-height: 1.33;
}

@media screen and (min-width: 992px) {
    .sector-block .feature h3,
    .sectors-block .feature h3 {
        height: 78px;
    }
}

.sector-block .feature p,
.sectors-block .feature p {
    margin: 20px 20px 0;
    padding-right: 15px;

    border-right: solid 3px var(--emerald);
}

.testimonials-block {
    margin-top: 30px;
    padding-bottom: 30px;

    background-color: #ebebeb;
}

@media screen and (min-width: 768px) {
    .testimonials-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.testimonials-block .section-title {
    color: var(--gunmetal);

    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .testimonials-block .section-title {
        text-align: center;

        font-size: 60px;
    }
}

.testimonials-block .testimonials-items {
    position: relative;

    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .testimonials-block .testimonials-items {
        width: 600px;
        max-width: 70%;
    }
}

.testimonials-block .testimonials-items .testimonial {
    padding: 0 5vw;
}

@media screen and (min-width: 768px) {
    .testimonials-block .testimonials-items .testimonial {
        padding: 0 50px;
    }
}

.testimonials-block .testimonials-items .image {
    text-align: center;
}

.testimonials-block .testimonials-items .image img {
    margin: 0 auto;
}

.testimonials-block .testimonials-items blockquote {
    position: relative;

    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;

    text-align: right;
    letter-spacing: -0.14px;

    color: #54565b;

    font-weight: 600;
    line-height: 1.29;
}

@media screen and (min-width: 992px) {
    .testimonials-block .testimonials-items blockquote {
        padding-top: 30px;

        font-size: 20px;
    }
}

.testimonials-block .testimonials-items blockquote:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 26px;
    height: 20px;

    content: "";

    background: url(images/testimonials-quotes.png) no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .testimonials-block .testimonials-items blockquote:before {
        top: -10px;
        right: -40px;

        width: 48px;
        height: 36px;
    }
}

.testimonials-block .testimonials-items .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding-right: 40%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.testimonials-block .testimonials-items .info img {
    display: block;

    max-width: 55px;
    margin-left: 10px;

    border: solid 2px var(--emerald);
    border-radius: 50%;
    background-color: #ffffff;
}

@media screen and (min-width: 992px) {
    .testimonials-block .testimonials-items .info img {
        width: 80px;
        max-width: 80px;
    }
}

.testimonials-block .testimonials-items .info span {
    display: block;
}

.testimonials-block .testimonials-items .info span.name {
    color: var(--emerald);

    font-size: 13px;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .testimonials-block .testimonials-items .info span.name {
        font-size: 20px;
    }
}

.testimonials-block .testimonials-items .info span.company,
.testimonials-block .testimonials-items .info span.position {
    color: #54565b;

    font-size: 11px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .testimonials-block .testimonials-items .info span.company,
    .testimonials-block .testimonials-items .info span.position {
        font-size: 15px;
    }
}

.testimonials-block .testimonials-items .info span.company {
    margin-top: 5px;
}

.testimonials-block .slick-dots {
    bottom: -40px;

    list-style: none;
}

.testimonials-block .slick-dots li {
    width: 15px;
    height: 15px;

    opacity: 0.4;
}

.testimonials-block .slick-dots li button {
    width: 100%;
    height: 100%;

    border: 1px solid var(--emerald);
    border-radius: 50%;
    background-color: var(--emerald);
}

.testimonials-block .slick-dots li button:before {
    opacity: 0;
    color: transparent !important;
}

.testimonials-block .slick-dots li.slick-active {
    opacity: 1;
}

.title-block {
    text-align: center;
    letter-spacing: -0.14px;

    color: #244b5a;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.title-block h2 {
    width: 300px;
    margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
    .title-block h2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.title-block em {
    display: block;

    width: 200px;
    margin: 0 auto 10px;

    color: var(--emerald);

    font-style: normal;
}

.title-block p {
    width: 240px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .title-block em,
    .title-block p {
        width: 85%;

        font-size: 25px;
    }
}

.text-block p,
.text-block h4 {
    margin-top: 15px;

    color: #54565b;

    font-size: 14px;
    line-height: 1.29;
}

@media screen and (min-width: 768px) {
    .text-block p,
    .text-block h4 {
        font-size: 30px;
    }
}

.text-block h4 {
    color: var(--emerald);
}

.text-block .image {
    padding-top: 10px;

    text-align: center;
}

.text-block .image img {
    width: 175px;
}

@media screen and (min-width: 992px) {
    .about-block.default .content,
    .about-block.gradient .content {
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .about-block.default .content,
    .about-block.gradient .content {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .about-block.image .container,
    .about-block.image .is-style-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .about-block.image .content {
        width: 70%;
    }
    .about-block.image .image {
        width: 25%;
    }
    .about-block.image .image img {
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .about-block.default {
        background: url(images/about-bg.jpg) -400px 80px no-repeat;
    }
}

@media screen and (min-width: 1600px) {
    .about-block.default {
        background: url(images/about-bg.jpg) -200px 80px no-repeat;
    }
}

.about-block.gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#244b5a), color-stop(46%, #0b6f4f), to(var(--emerald)));
    background-image: -o-linear-gradient(top, #244b5a, #0b6f4f 46%, var(--emerald));
    background-image: linear-gradient(to bottom, #244b5a, #0b6f4f 46%, var(--emerald));
}

.about-block.gradient:before {
    position: absolute;
    bottom: -30px;
    left: 0;

    width: 130px;
    height: 112px;

    content: "";

    background: url(images/vision-bg.png) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .about-block.gradient:before {
        width: 230px;
        height: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .about-block.gradient:before {
        bottom: -80px;

        width: 436px;
        height: 392px;
    }
}

.about-block.gradient h2,
.about-block.gradient p {
    color: #ffffff;
}

.team-block {
    margin-top: 30px;
    padding-bottom: 30px;

    border-top: solid 1px #707070;
}

@media screen and (min-width: 768px) {
    .team-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.team-block .container,
.team-block .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-block .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 50%;
    margin-bottom: 20px;

    cursor: pointer;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-block .team-member .modal-title,
.team-block .team-member .description {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .team-block .team-member {
        width: 25%;
    }
}

.team-block .name {
    padding-top: 5px;

    color: var(--emerald);

    line-height: 1;
}

@media screen and (min-width: 768px) {
    .team-block .name {
        font-size: 30px;
    }
}

.team-block .image {
    width: 109px;
    height: 109px;

    border: solid 3px var(--emerald);
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    .team-block .image {
        width: 200px;
        height: 200px;
    }
}

.team-block .image img {
    display: block;

    -o-object-fit: contain;

    object-fit: contain;
}

.team .modal-title,
.team .description {
    padding-top: 5px;

    color: #54565b;

    font-size: 11px;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .team .modal-title,
    .team .description {
        font-size: 20px;
    }
}

.team .modal-title .name,
.team .description .name {
    padding-top: 5px;

    color: var(--emerald);

    line-height: 1;
}

@media screen and (min-width: 768px) {
    .team .modal-title .name,
    .team .description .name {
        font-size: 30px;
    }
}

.team .socials {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .team .socials {
        margin-top: 60px;
    }
}

.team .socials a {
    display: inline-block;
    zoom: 0.5;

    width: 50px;
    height: 50px;
    margin-left: 15px;

    border-radius: 50%;
    background-color: var(--emerald);
}

.team .socials a.mail {
    background-image: url(images/mail.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.team .socials a.linkedin {
    background-image: url(images/linkedin.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .team .socials a {
        zoom: 1;
    }
}

.clients-block {
    margin-top: 30px;
    padding-bottom: 30px;

    background-color: #efefef;
}

@media screen and (min-width: 768px) {
    .clients-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.clients-block .section-title {
    text-align: center;

    color: var(--emerald);
}

.clients-block .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;

    list-style: none;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients-block .gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients-block .gallery-item img {
    max-width: 60%;
}

@media screen and (min-width: 992px) {
    .clients-block .gallery-item {
        width: 25%;
        max-width: 85%;
    }
}

.carousel-items {
    margin-bottom: 60px;
}

.carousel-items h2 {
    text-align: center;
}

.carousel-items img {
    width: 100%;
}

.carousel-items .slick-disabled {
    opacity: 0;
}

.carousel-items .slick-next,
.carousel-items .slick-prev {
    z-index: 100;

    width: 32px;
    height: 64px;

    background: url(images/news-arrow.png) no-repeat top left;
}

.carousel-items .slick-next:before,
.carousel-items .slick-next:after,
.carousel-items .slick-prev:before,
.carousel-items .slick-prev:after {
    display: none;
}

.carousel-items .slick-next {
    position: absolute;
    left: -1px;

    -webkit-transform: translate(0, -50%) rotate(180deg);

    -ms-transform: translate(0, -50%) rotate(180deg);

    transform: translate(0, -50%) rotate(180deg);
}

.carousel-items .slick-prev {
    right: -1px;
}

.carousel-items .slick-dots {
    bottom: -35px;
}

.carousel-items .slick-dots li {
    width: 15.2px;
    height: 15.2px;

    opacity: 0.4;
}

.carousel-items .slick-dots li button {
    width: 100%;
    height: 100%;

    border-radius: 50%;
    background-color: #ffffff;
}

.carousel-items .slick-dots li.slick-active {
    opacity: 1;
}

.events-carousel {
    padding-bottom: 30px;

    background-image: url(images/news.png), -webkit-gradient(linear, left bottom, left top, from(var(--emerald)), color-stop(28%, #004535), color-stop(var(--dark-slate-blue)), to(#18445a));

    background-image: url(images/news.png), -o-linear-gradient(bottom, var(--emerald), #004535 28%, var(--dark-slate-blue), #18445a);

    background-image: url(images/news.png), linear-gradient(to top, var(--emerald), #004535 28%, var(--dark-slate-blue), #18445a);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .events-carousel {
        padding-bottom: 60px;
    }
}

.events-carousel h2 {
    text-align: center;
}

.events-carousel .section-description {
    width: 100%;
    max-width: 210px;
    margin: 10px auto 20px;

    text-align: center;

    color: #ffffff;

    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .events-carousel .section-description {
        max-width: inherit;

        font-size: 25px;
    }
}

.events-carousel .carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;

    border-top: 5px solid var(--emerald);
}

@media screen and (min-width: 768px) {
    .events-carousel .carousel-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .events-carousel .carousel-item .thumbnail,
    .events-carousel .carousel-item .text {
        width: 50%;
    }
}

.events-carousel .text {
    padding: 20px 40px;

    color: var(--gunmetal);
    background-color: #ffffff;
}

.events-carousel .text .title {
    position: relative;

    margin-bottom: 10px;
    padding-bottom: 20px;

    letter-spacing: -0.18px;

    color: var(--gunmetal);

    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.events-carousel .text .title:after {
    position: absolute;
    right: 0;
    bottom: 5px;

    width: 30px;
    height: 3px;

    content: "";

    background-color: var(--emerald);
}

.events-carousel .text .read-more {
    color: var(--emerald);
}

.events-carousel .text p {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
    .events-carousel .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        padding-right: 80px;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
    }
    .events-carousel .text .title {
        font-size: 30px;
    }
    .events-carousel .text p {
        max-width: 250px;

        font-size: 18px;
    }
}

.events-carousel .btn-link {
    text-align: center;
}

.events-carousel .btn-link:hover {
    color: #ffffff;
    background-color: transparent;
}

@media screen and (min-width: 768px) {
    .events-carousel .btn-link {
        display: block;

        width: 240px;
        max-width: 100%;
        margin: 30px auto 0;
        padding: 0 20px;
    }
}

.video-block {
    margin-top: 30px;
    padding-bottom: 30px;

    background: #efefef;
}

@media screen and (min-width: 768px) {
    .video-block {
        margin-top: 60px;
        padding-bottom: 60px;
    }
}

.video-block h2 {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .video-block .carousel-items {
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 40px;
        padding-bottom: 40px;

        background: url(images/video.svg);
        background-position: center center;
    }
}

.video-block .carousel-items img {
    max-height: 620px;

    -o-object-fit: cover;

    object-fit: cover;
}

.video-block .carousel-items .slick-dots button {
    background-color: var(--emerald);
}

.video-block .carousel-item {
    position: relative;
}

.youtube-embedded {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 85px;
    height: 85px;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    background: url(images/play.png) no-repeat center center;
}

.features-items .row {
    padding-top: var(--spacer);

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.features-items .section-title {
    text-align: center;

    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .features-items .section-title {
        font-size: 40px;
    }
}

.features-items .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 100%;
    margin-bottom: var(--spacer);
    padding: 0 var(--gutter);

    text-align: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features-items .features-item p {
    font-size: 13px;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .features-items .features-item p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .features-items.type-block .row,
    .features-items.type-simple .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.features-items.type-block .features-item,
.features-items.type-simple .features-item {
    padding: var(--gutter);
}

@media screen and (min-width: 768px) {
    .features-items.type-block .features-item,
    .features-items.type-simple .features-item {
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-left: 10px;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;
    }
}

@media screen and (min-width: 992px) {
    .features-items.type-block .features-item.triple-column,
    .features-items.type-simple .features-item.triple-column {
        width: calc(33.33% - 20px);
    }
}

.features-items.type-block .features-item .image,
.features-items.type-simple .features-item .image {
    max-width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.features-items.type-block .features-item .image img,
.features-items.type-simple .features-item .image img {
    width: auto;
    height: 100%;
}

.features-items.type-block {
    padding-bottom: var(--gutter);

    background: var(--iris);
}

.features-items.type-block .section-title {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .features-items.type-block {
        background-image: url(images/features-block-desktop.png);
        background-position: center center;
        background-size: cover;
    }
}

.features-items.type-block .features-item {
    background-color: #ffffff;
}

.features-items.type-block .features-item h4 {
    margin: 10px 0;

    color: #4b4b4b;

    font-size: 17px;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .features-items.type-block .features-item h4 {
        max-width: 300px;

        font-size: 24px;
    }
}

.features-items.type-row .features-item h4 {
    margin: 10px 0;

    color: var(--emerald);

    font-size: 20px;
}

@media screen and (min-width: 992px) {
    .features-items.type-row .features-item h4 {
        font-size: 24px;
    }
}

.features-items.type-row .features-item p {
    max-width: 900px;
}

@media screen and (min-width: 768px) {
    .features-items.type-row .features-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        text-align: inherit;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;
    }
    .features-items.type-row .features-item img {
        margin-left: var(--gutter);
    }
}

.features-items.type-row.type-simple {
    padding-top: 0;
}

.features-items.type-row.type-simple .features-item p {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .features-items.type-row.type-simple .features-item p {
        font-size: 20px;
    }
}

.features-items.gray .features-item {
    background-color: #eff1f2;
}

.features-items.type-simple {
    padding-top: 0;
}

.features-items.type-simple .features-item p {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .features-items.type-simple .features-item p {
        font-size: 20px;
    }
}

.features-items.type-simple h3 {
    margin-right: 10px;
}

.features-items.type-products .section-title,
.features-items.type-widgets .section-title {
    margin-bottom: 0;

    text-align: right;

    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .features-items.type-products .section-title,
    .features-items.type-widgets .section-title {
        font-size: 30px;
    }
}

.features-items.type-products .container,
.features-items.type-products .is-style-container,
.features-items.type-widgets .container,
.features-items.type-widgets .is-style-container {
    max-width: 1000px;
    margin-top: -30px;
    padding-right: var(--spacer);
    padding-left: var(--spacer);
}

@media screen and (min-width: 768px) {
    .features-items.type-products .row,
    .features-items.type-widgets .row {
        margin: 0 -15px;
    }
}

.features-items.type-products .features-item,
.features-items.type-widgets .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding: 25px;

    text-align: right;

    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.16);

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .features-items.type-products .features-item,
    .features-items.type-widgets .features-item {
        width: calc(50% - 30px);
        margin: 15px;
    }
}

.features-items.type-products .features-item h4,
.features-items.type-widgets .features-item h4 {
    margin: 15px 50px;

    color: #4b4b4b;

    font-size: 17px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .features-items.type-products .features-item h4,
    .features-items.type-widgets .features-item h4 {
        margin: 10px 0;
    }
}

@media screen and (min-width: 992px) {
    .features-items.type-products .features-item h4,
    .features-items.type-widgets .features-item h4 {
        max-width: 300px;

        font-size: 24px;
    }
}

.features-items.type-products .features-item .image {
    width: 55px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.features-items.type-products .features-item .image img {
    display: block;

    width: 55px;
    max-width: initial;
}

@media screen and (max-width: 767px) {
    .features-items.type-products .features-item .image {
        position: absolute;

        width: 40px;
        height: 40px;
    }
    .features-items.type-products .features-item .image img {
        width: 40px;
        height: 40px;
    }
}

.features-items.type-widgets .features-item h4 {
    max-width: initial;
    margin: 10px -25px;
    padding-right: 25px;
    padding-bottom: 15px;

    border-bottom: solid 3px var(--aqua);
}

.features-items.type-widgets .features-item:nth-child(1) h4 {
    border-bottom: solid 3px var(--iris);
}

.features-items.type-widgets .features-item:nth-child(2) h4 {
    border-bottom: solid 3px var(--aqua);
}

.features-items.type-widgets .features-item:nth-child(3) h4 {
    border-bottom: solid 3px var(--emerald);
}

.features-items.type-widgets .features-item:nth-child(4) h4 {
    border-bottom: solid 3px var(--dark-magenta);
}

.features-items.type-triple .section-title {
    color: var(--emerald);
}

.features-items.type-triple .features-item {
    padding: 10px  5px;
}

@media screen and (min-width: 768px) {
    .features-items.type-triple .features-item {
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-left: 10px;

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;
    }
}

@media screen and (min-width: 992px) {
    .features-items.type-triple .features-item.triple-column {
        width: calc(33.33% - 20px);
    }
}

.features-items.type-triple .features-item h4 {
    margin: 10px 0;

    color: var(--emerald);

    font-size: 17px;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .features-items.type-triple .features-item h4 {
        font-size: 24px;
    }
}

.compare-table table {
    width: 100%;
    margin: 0;

    border-spacing: 0;
}

.compare-table thead {
    color: #ffffff;
    background-color: var(--deep-sea-blue);

    font-weight: bold;
}

.compare-table thead th {
    padding: 5px 25px;
}

@media screen and (min-width: 768px) {
    .compare-table tbody {
        white-space: nowrap;
    }
}

.compare-table tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;

    border-right: 1px solid var(--cloudy-blue);
    border-bottom: 1px solid var(--cloudy-blue);
}

.compare-table tbody tr td:last-child {
    border-left: 1px solid var(--cloudy-blue);
}

.compare-table tbody tr td:nth-child(1) {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
}

.compare-table tbody tr td:nth-child(2),
.compare-table tbody tr td:nth-child(3) {
    width: 15%;
}

.product-media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-media h3 {
    margin-bottom: 30px;

    text-align: center;

    color: var(--emerald);

    font-size: 25px;
}

@media screen and (min-width: 600px) {
    .product-media h3 {
        text-align: right;

        font-size: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .product-media h3 {
        font-size: 65px;
    }
}

@media screen and (min-width: 600px) {
    .product-media .wp-block-media-text__content {
        margin-left: 30px;
    }
    .product-media .wp-block-media-text__media {
        position: relative;
    }
    .product-media .wp-block-media-text__media:after {
        position: absolute;
        top: 5px;
        right: -5px;
        bottom: 5px;

        width: 3px;

        content: "";

        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--emerald)), color-stop(38%, #3cb071), color-stop(73%, #78c89d), to(#ffffff));

        background-image: -o-linear-gradient(top, var(--emerald), #3cb071 38%, #78c89d 73%, #ffffff);

        background-image: linear-gradient(to bottom, var(--emerald), #3cb071 38%, #78c89d 73%, #ffffff);

        -o-object-fit: contain;

        object-fit: contain;
    }
}

@media screen and (max-width: 600px) {
    .product-media br {
        display: none;
    }
}

.icon-image-block {
    padding: 0;

    background-color: var(--iris);
}

.icon-image-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-image-block .row .content,
.icon-image-block .row .image {
    width: 50%;
}

.icon-image-block.right .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.icon-image-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 30px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-image-block .content p {
    margin: 0;
    padding-right: 10px;

    color: #ffffff;

    font-size: 14px;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .icon-image-block .content p {
        font-size: 40px;
    }
}

.icon-image-block .content img {
    max-width: 35px;
}

@media screen and (min-width: 768px) {
    .icon-image-block .content img {
        max-width: inherit;
    }
}

.icon-image-block .image img {
    display: block;

    -o-object-fit: cover;

    object-fit: cover;
}

.wp-block-embed__wrapper {
    text-align: center;
}

.accordion-block h2 {
    text-align: center;
}

.accordion {
    position: relative;

    width: 800px;
    margin: 0 auto;

    border-bottom: 1px solid var(--gunmetal);
    background: white;
}

.accordion-heading {
    padding: 10px;

    color: var(--emerald);
    border-top: 1px solid var(--gunmetal);

    font-weight: 400;
    line-height: 40px;
}

.accordion-text {
    margin-bottom: 30px;
    padding: 10px;

    color: var(--gunmetal);

    font-weight: 400;
}

.accordion-label {
    position: relative;

    display: block;
    overflow: hidden;

    height: 56px;
    padding-top: 1px;

    cursor: pointer;
}

.accordion input[type="checkbox"] {
    display: none;
}

.accordion input[type="checkbox"]:checked + label {
    display: block;
    overflow: auto;

    height: auto;

    -webkit-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion input[type="checkbox"]:checked + label > .accordion-arrow {
    transition: -webkit-transform 0.8s;
    transition:         transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.accordion input[type="checkbox"]:not(:checked) + label {
    display: block;
    overflow: hidden;

    height: 60px;

    -webkit-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion .accordion-arrow {
    position: relative;
    top: -35px;
    left: 27px;

    float: left;

    width: 10px;
    height: 10px;

    transition: -webkit-transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition:         transform 0.8s;
    transition:         transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-bottom: 2px solid rgba(0, 0, 0, 0.33);
    border-left: 2px solid rgba(0, 0, 0, 0.33);
}

.entry-content > .wp-block-group p.has-text-align-center,
.entry-content > .wp-block-group h3.has-text-align-center,
.entry-content > .wp-block-group h4.has-text-align-center {
    width: 100%;
    max-width: 800px;
    margin: 0.5em auto;
}

.entry-content .wp-block-group h3,
.entry-content .type-simple h3 {
    color: var(--emerald);

    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .entry-content .wp-block-group h3,
    .entry-content .type-simple h3 {
        font-size: 35px;
    }
}

.entry-content .flex-image > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
}

.entry-content .flex-image > div h3 {
    margin-right: 1em;
    margin-bottom: 1em;
}

.entry-content .flex-image > div img {
    width: 40px;
}

@media screen and (min-width: 768px) {
    .entry-content .flex-image > div img {
        width: auto;
    }
}

.page-template-page-product .entry-content > .wp-block-group h2 {
    font-size: 2em;
    font-weight: bold;
}

.page-template-page-product .entry-content > .wp-block-group h4 {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .page-template-page-product .entry-content > .wp-block-group h3 {
        font-size: 35px;
    }
    .page-template-page-product .entry-content > .wp-block-group p,
    .page-template-page-product .entry-content > .wp-block-group h4 {
        font-size: 24px;
    }
}

.modal-content .team {
    border: none;
}

@media screen and (min-width: 778px) {
    .modal-content .team {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (min-width: 992px) {
    .modal-content .team {
        padding-right: 50px;
        padding-left: 200px;
    }
}

.modal-content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.modal-content .image {
    max-width: 100px;
    margin-bottom: 30px;
    margin-left: 30px;
}

@media screen and (min-width: 992px) {
    .modal-content .image {
        max-width: 150px;
    }
}

.page-event .event-meta,
.single-news .event-meta,
.single-events .event-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    color: var(--emerald);

    font-size: 30px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-event .event-date,
.single-news .event-date,
.single-events .event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;

    line-height: 0.95;

    -ms-flex-line-pack: center;

    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-event .event-date span:first-child,
.single-news .event-date span:first-child,
.single-events .event-date span:first-child {
    font-size: 1.75em;
}

.page-event .container,
.page-event .is-style-container,
.single-news .container,
.single-news .is-style-container,
.single-events .container,
.single-events .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.page-event .event-calendar,
.page-event .event-time,
.page-event .event-link,
.page-event .event-place,
.single-news .event-calendar,
.single-news .event-time,
.single-news .event-link,
.single-news .event-place,
.single-events .event-calendar,
.single-events .event-time,
.single-events .event-link,
.single-events .event-place {
    padding: 5px 30px 5px 0;

    letter-spacing: -0.25px;

    color: #4b4b4b;
    background-repeat: no-repeat;
    background-position: 100% 7.5px;

    font-size: 25px;
    line-height: 1;
}

.page-event .event-calendar a,
.page-event .event-time a,
.page-event .event-link a,
.page-event .event-place a,
.single-news .event-calendar a,
.single-news .event-time a,
.single-news .event-link a,
.single-news .event-place a,
.single-events .event-calendar a,
.single-events .event-time a,
.single-events .event-link a,
.single-events .event-place a {
    text-decoration: none;

    color: #4b4b4b;
}

.page-event .event-calendar,
.single-news .event-calendar,
.single-events .event-calendar {
    background-image: url(images/svg/calendar.svg);
}

.page-event .event-time,
.single-news .event-time,
.single-events .event-time {
    background-image: url(images/svg/clock.svg);
}

.page-event .event-link,
.single-news .event-link,
.single-events .event-link {
    background-image: url(images/svg/link.svg);
}

.page-event .event-place,
.single-news .event-place,
.single-events .event-place {
    background-image: url(images/svg/map-pin.svg);
}

.page-event .site-main .container,
.page-event .site-main .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.page-event .site-main .container + .container,
.page-event .site-main .is-style-container + .container,
.page-event .site-main .container + .is-style-container,
.page-event .site-main .is-style-container + .is-style-container {
    margin-top: 90px;
}

.page-event .site-main .container h2,
.page-event .site-main .is-style-container h2 {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;

    color: var(--emerald);

    font-size: 40px;
}

.page-event .site-main .event-item {
    margin: 10px;

    background-color: #ffffff;
    -webkit-box-shadow: 1px 7px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 1px 7px 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
    .page-event .site-main .event-item {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1024px) {
    .page-event .site-main .event-item {
        width: calc(33.33% - 20px);
    }
}

.page-event .site-main .event-excerpt {
    padding: 25px;
}

.page-event .site-main .event-title {
    margin: 15px 0;

    letter-spacing: -0.28px;

    color: #4b4b4b;

    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
}

.page-event .site-main .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 15px;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;
}

.page-event .site-main .read-more a {
    width: 69px;
    height: 69px;

    background: url(images/svg/event-more.svg) no-repeat center center;
}

.single-news .event-description,
.single-events .event-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    .single-news .event-description,
    .single-events .event-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-news .event-long_description,
.single-events .event-long_description {
    max-width: 650px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-news .event-long_description h1,
.single-news .event-long_description h2,
.single-events .event-long_description h1,
.single-events .event-long_description h2 {
    color: #4b4b4b;

    font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .single-news .event-long_description h1,
    .single-news .event-long_description h2,
    .single-events .event-long_description h1,
    .single-events .event-long_description h2 {
        font-size: 45px;
    }
}

.single-news .event-type a,
.single-events .event-type a {
    display: block;

    width: 250px;
    height: 60px;

    text-align: center;
    text-decoration: none;

    color: #ffffff;
    border-radius: 12px;
    background-color: var(--dark-slate-blue);
    -webkit-box-shadow: 2px 5px 10px 0 rgba(36, 75, 90, 0.39);
    box-shadow: 2px 5px 10px 0 rgba(36, 75, 90, 0.39);

    font-size: 20px;
    line-height: 60px;
}

@media screen and (min-width: 768px) {
    .single-news .event-type a,
    .single-events .event-type a {
        width: 284px;
        height: 79px;

        font-size: 28px;
        line-height: 80px;
    }
}

.single-news .entry-content,
.single-events .entry-content {
    padding-top: 80px;
}

.single-news .event-content,
.single-events .event-content {
    padding: 0 15px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .single-news .event-content,
    .single-events .event-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-news .event-data,
.single-events .event-data {
    margin: 0 15px;
}

@media screen and (min-width: 768px) {
    .single-news .event-data,
    .single-events .event-data {
        margin-right: 80px;
    }
}

.single-news .event-data h3,
.single-events .event-data h3 {
    margin-bottom: 15px;

    color: var(--emerald);

    font-size: 25px;
    font-weight: bold;
}

.single-news .event-data .event-time + h3,
.single-events .event-data .event-time + h3 {
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .single-news .event-data .event-time + h3,
    .single-events .event-data .event-time + h3 {
        margin-top: 60px;
    }
}

.single-news .event-fulldescription h3,
.single-events .event-fulldescription h3 {
    color: var(--emerald);

    font-size: 20px;
}

.single-news .event-register,
.single-events .event-register {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 15px;

    color: var(--emerald);

    font-size: 25px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .single-news .event-register,
    .single-events .event-register {
        margin-top: 30px;
        margin-bottom: 30px;

        font-size: 20px;
    }
}

.single-news .calendars,
.single-events .calendars {
    padding: 0 15px 80px;
}

@media screen and (max-width: 767px) {
    .single-news .calendars,
    .single-events .calendars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-bottom: 40px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .single-news .calendars a,
    .single-events .calendars a {
        width: 250px;
        margin-bottom: 20px;
    }
}

.single-news .calendars a,
.single-events .calendars a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 70px;
    margin-left: 10px;
    padding: 17px 19px 17px 15px;

    text-decoration: none;

    color: var(--emerald);
    border: solid 1px var(--emerald);
    border-radius: 10px;
    background-color: #ffffff;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-news .calendars a img,
.single-events .calendars a img {
    margin-left: 10px;
}

.page-academy .type-courses,
.page-courses .type-courses,
.single-courses .type-courses {
    position: relative;
}

.page-academy .type-courses ul,
.page-courses .type-courses ul,
.single-courses .type-courses ul {
    margin: 0;
    padding: 0;
}

.page-academy .type-courses ul li,
.page-courses .type-courses ul li,
.single-courses .type-courses ul li {
    position: relative;

    padding: 0 15px 0 0;

    list-style: none;
}

.page-academy .type-courses ul li:before,
.page-courses .type-courses ul li:before,
.single-courses .type-courses ul li:before {
    position: absolute;
    top: 0.75em;
    right: 0;

    width: 6px;
    height: 6px;

    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--emerald);
}

.page-academy .type-courses h3,
.page-courses .type-courses h3,
.single-courses .type-courses h3 {
    margin-bottom: 10px;

    color: var(--emerald);

    font-size: 25px;
    font-weight: bold;
}

.page-academy .type-courses h2,
.page-courses .type-courses h2,
.single-courses .type-courses h2 {
    margin-top: 15px;
    margin-bottom: 10px;

    color: var(--emerald);

    font-size: 20px;
    font-weight: bold;
}

.page-academy .type-courses .course-label,
.page-courses .type-courses .course-label,
.single-courses .type-courses .course-label {
    position: absolute;

    width: 68px;
    height: 68px;

    text-align: center;

    color: #ffffff;
    border-radius: 50%;

    line-height: 68px;
}

.page-academy .type-courses .label-new,
.page-courses .type-courses .label-new,
.single-courses .type-courses .label-new {
    background-color: var(--turquoise);
}

.page-academy .type-courses .label-short,
.page-courses .type-courses .label-short,
.single-courses .type-courses .label-short {
    background-color: var(--tanzanite);
}

.page-academy .course-date,
.page-academy .course-duration,
.page-academy .course-place,
.page-courses .course-date,
.page-courses .course-duration,
.page-courses .course-place,
.single-courses .course-date,
.single-courses .course-duration,
.single-courses .course-place {
    padding: 5px 30px 5px 0;

    letter-spacing: -0.25px;

    color: #4b4b4b;
    background-repeat: no-repeat;

    line-height: 1;
}

.page-academy .course-date a,
.page-academy .course-duration a,
.page-academy .course-place a,
.page-courses .course-date a,
.page-courses .course-duration a,
.page-courses .course-place a,
.single-courses .course-date a,
.single-courses .course-duration a,
.single-courses .course-place a {
    text-decoration: none;

    color: #4b4b4b;
}

.page-academy .course-date,
.page-courses .course-date,
.single-courses .course-date {
    background-image: url(images/svg/calendar.svg);
}

.page-academy .course-duration,
.page-courses .course-duration,
.single-courses .course-duration {
    background-image: url(images/svg/clock.svg);
}

.page-academy .course-place,
.page-courses .course-place,
.single-courses .course-place {
    background-image: url(images/svg/map-pin.svg);
}

.page-academy,
.page-courses {
    margin-top: 60px;
}

.page-academy .container,
.page-academy .is-style-container,
.page-courses .container,
.page-courses .is-style-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 0 15px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .page-academy .container,
    .page-academy .is-style-container,
    .page-courses .container,
    .page-courses .is-style-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: stretch;

        -ms-flex-align: stretch;

        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.page-academy .type-courses,
.page-courses .type-courses {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    padding: 30px 15px;

    border: 1px solid var(--stone);
}

@media screen and (min-width: 992px) {
    .page-academy .type-courses,
    .page-courses .type-courses {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        width: calc( 50% - 30px);
    }
}

.page-academy .course-label,
.page-courses .course-label {
    top: 0;
    right: 0;

    -webkit-transform: translate(-25%, -50%);

    -ms-transform: translate(-25%, -50%);

    transform: translate(-25%, -50%);
}

.page-academy .course-title,
.page-courses .course-title {
    margin-bottom: 30px;
    padding: 20px 15px 30px;

    text-align: center;

    border-bottom: 1px solid var(--emerald);
}

.page-academy .course-title h2,
.page-courses .course-title h2 {
    color: var(--turquoise);

    font-size: 30px;
    font-weight: bold;
}

.page-academy .course-title h2 a,
.page-courses .course-title h2 a{
    color:var(--turquoise);
    text-decoration: none;
}

.page-academy .course-meta,
.page-courses .course-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.page-academy .course-meta .course-date,
.page-courses .course-meta .course-date {
    width: 50%;
}

.page-academy .course-meta .course-duration,
.page-courses .course-meta .course-duration {
    width: 45%;
}

@media screen and (min-width: 768px) {
    .page-academy .course-meta .course-duration,
    .page-courses .course-meta .course-duration {
        width: 50%;
    }
}

.page-academy .course-date,
.page-academy .course-duration,
.page-academy .course-place,
.page-courses .course-date,
.page-courses .course-duration,
.page-courses .course-place {
    background-position: 100% 1.5px;
}

.page-academy .course-audience,
.page-academy .course-description,
.page-courses .course-audience,
.page-courses .course-description {
    margin-bottom: 20px;
}

.page-academy .course-audience h4,
.page-academy .course-description h4,
.page-courses .course-audience h4,
.page-courses .course-description h4 {
    margin-top: 15px;
    margin-bottom: 0;

    color: var(--emerald);

    font-size: 20px;
    font-weight: normal;
}

.page-academy .read-more,
.page-courses .read-more {
    display: block;

    width: 140px;
    margin: auto auto 0;
    padding: 15px 20px;

    text-align: center;
    text-decoration: none;

    justify-self: flex-end;
}

.page-academy .read-more:hover,
.page-courses .read-more:hover {
    color: var(--emerald);
    background-color: #ffffff;
}

.single-courses .course-headers {
    max-width: 650px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-courses .course-headers h1 {
    margin-bottom: 30px;

    color: var(--tanzanite);

    font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .single-courses .course-headers h1 {
        font-size: 45px;
    }
}

.single-courses .register-link a {
    display: block;

    width: 250px;
    height: 60px;

    text-align: center;
    text-decoration: none;

    color: #ffffff;
    border-radius: 12px;
    background-color: var(--emerald);
    -webkit-box-shadow: 2px 5px 10px 0 rgba(36, 75, 90, 0.39);
    box-shadow: 2px 5px 10px 0 rgba(36, 75, 90, 0.39);

    font-size: 20px;
    line-height: 60px;
}

@media screen and (min-width: 768px) {
    .single-courses .register-link a {
        width: 284px;
        height: 79px;

        font-size: 28px;
        line-height: 80px;
    }
}

.single-courses .container,
.single-courses .is-style-container {
    padding: 0 15px;
}

.single-courses .type-courses ul {
    margin: 0;
    padding: 0;
}

.single-courses .type-courses ul li {
    position: relative;

    padding: 0 15px 0 0;

    list-style: none;
}

.single-courses .type-courses ul li:before {
    position: absolute;
    top: 0.75em;
    right: 0;

    width: 6px;
    height: 6px;

    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--emerald);
}

.single-courses .type-courses h3 {
    font-weight: bold;
}

.single-courses .type-courses h4 {
    margin-top: 15px;

    font-weight: bold;
}

.single-courses .type-courses .course-label {
    top: 0;
    left: 30px;
}

@media screen and (min-width: 992px) {
    .single-courses .course-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .single-courses .course-meta .course-details,
    .single-courses .course-meta .course-request {
        width: 100%;
        max-width: 530px;
    }
}

.single-courses .course-date,
.single-courses .course-duration,
.single-courses .course-place {
    margin-bottom: 30px;

    background-position: 100% 7.5px;

    font-size: 25px;
}

.single-courses .course-date a,
.single-courses .course-duration a,
.single-courses .course-place a {
    text-decoration: none;

    color: #4b4b4b;
}

.single-courses .course-date {
    text-decoration: underline;

    font-weight: bold;
}

.single-courses .course-details {
    position: relative;
}

.single-courses .course-request {
    padding: 15px 30px 30px;

    background-color: #e3eaef;
}

.single-courses .course-audience {
    color: #4b4b4b;
}

.single-courses .course-about,
.single-courses .course-goals,
.single-courses .course-syllabus {
    margin-top: 60px;
}

@media screen and (min-width: 992px) {
    .single-courses .course-about,
    .single-courses .course-goals,
    .single-courses .course-syllabus {
        margin-top: 90px;
    }
}

.single-courses .course-about h4,
.single-courses .course-goals h4,
.single-courses .course-syllabus h4 {
    margin-bottom: 20px;
}

.single-courses .course-about > div,
.single-courses .course-goals > div {
    max-width: 900px;
}

.single-courses .course-syllabus {
    margin-bottom: var(--paddings);
}

.single-courses .course-syllabus .accordion {
    width: 100%;
}

.single-courses .course-syllabus .accordion-item:first-child .accordion-heading {
    border-top: none;
}

.single-courses .course-syllabus .accordion-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #4b4b4b;

    font-size: 25px;
    font-weight: normal;
    line-height: 60px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.single-courses .course-syllabus .accordion-heading span {
    display: block;

    margin-left: 20px;

    color: var(--emerald);

    font-size: 50px;
}

.single-courses .course-syllabus .accordion input[type="checkbox"]:not(:checked) + label {
    height: 90px;
}

.single-courses .course-syllabus .accordion .accordion-arrow {
    top: -50px;

    width: 18px;
    height: 18px;

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    border-color: var(--emerald);
}

.single-courses .course-syllabus .accordion input[type="checkbox"]:checked + label > .accordion-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.single-courses .course-syllabus .accordion-text {
    padding-right: 50px;
}

.breadcrumbs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: var(--spacer) var(--spacer) 0;

    color: #54565b;
}

.breadcrumbs a {
    color: var(--emerald);
}

.post-single {
    margin-top: 45px;
    padding: 0 15px 30px;
}

.post-single article {
    margin-bottom: 30px;
}

.post-single article .entry-title {
    max-width: 85%;
    margin-bottom: 30px;

    color: var(--emerald);

    font-size: 2.5em;
}

.post-single article h2,
.post-single article h3 {
    display: inline-block;
    clear: both;

    max-width: 85%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;

    color: var(--emerald);
}

.post-single article p {
    max-width: 85%;
    margin-bottom: 20px;
}

.post-single .wp-block-image img {
    border-bottom: 10px solid var(--emerald);
}

.post-single .post-meta {
    margin-bottom: 15px;

    color: var(--dark-grey-blue);

    line-height: 1.25;
}

.post-single .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    color: var(--dark-grey-blue);

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
}

.post-single .author a {
    text-decoration: none;

    color: var(--dark-grey-blue);
}

.post-single .author .author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 20px;
    font-weight: bold;
}

.post-single .author a.linkedin {
    display: inline-block;

    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;

    background: url(images/svg/linkedin.png) no-repeat center center;
    background-size: cover;
}

.post-single .author .author-image {
    overflow: hidden;

    margin-left: 30px;

    border-radius: 100%;
}

.post-single .author img {
    display: block;
}

.post-archive {
    margin-right: var(--spacer);
    margin-left: var(--spacer);
    padding-bottom: var(--paddings);
}

.post-archive:nth-child(1) {
    padding-top: var(--paddings);
}

@media screen and (min-width: 992px) {
    .post-archive article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .post-archive article .entry-content,
    .post-archive article .post-thumbnail {
        width: 46%;
    }
    .post-archive:nth-child(2n + 2) article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.post-archive .post-thumbnail {
    display: block;
    overflow: hidden;

    max-height: 300px;
    margin-bottom: var(--spacer);
}

@media screen and (min-width: 768px) {
    .post-archive .post-thumbnail {
        max-height: inherit;
    }
}

.post-archive .post-thumbnail img {
    display: block;

    width: 100%;

    border-bottom: 10px solid var(--emerald);
}

.post-archive .entry-title {
    margin-bottom: 15px;

    font-size: 2.5em;
}

.post-archive .entry-title a {
    text-decoration: none;

    color: var(--emerald);
}

.post-archive .entry-excerpt {
    padding-top: var(--spacer);
    padding-bottom: var(--gutter);

    color: var(--gunmetal);

    font-size: 20px;
}

.post-archive .entry-footer {
    margin-bottom: var(--gutter);
}

.post-archive .entry-footer a {
    display: block;

    width: auto;
    padding: 0 var(--spacer);

    text-align: center;
}

@media screen and (min-width: 768px) {
    .post-archive .entry-footer a {
        display: inline-block;
    }
}

.nav-links {
    padding: 15px;
}

.nav-links a {
    text-decoration: none;

    color: var(--emerald);

    font-size: 18px;
}

.nav-links .nav-previous {
    text-align: left;
}

/*--------------------------------------------------------------
    ## Posts and pages
    --------------------------------------------------------------*/
.form {
    padding-top: 30px;
    padding-bottom: 30px;

    color: #ffffff;
    background-color: var(--dark-slate-blue);
}

.form .section-title {
    text-align: right;
    letter-spacing: -0.18px;

    color: #ffffff;

    font-size: 18px;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .form .section-title {
        margin-bottom: 15px;

        font-size: 45px;
    }
}

.form .section-description {
    letter-spacing: -0.12px;

    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .form .section-description {
        font-size: 24px;
    }
}

.form label {
    letter-spacing: -0.11px;

    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

@media screen and (min-width: 768px) {
    .form label {
        font-size: 18px;
    }
}

.form input {
    width: 100%;
    margin-bottom: 30px;

    border: solid 1px #bce0fd;
    background-color: #ffffff;

    line-height: 30px;
}

.form span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    bottom: -25px;

    color: #eeeeee;

    font-size: 12px;
}

.form .submit button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 0;

    text-align: center;

    color: #ffffff;
    border: 1px solid var(--emerald);
    background-color: var(--emerald);

    line-height: 1;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .submit button:hover {
    background-color: transparent;
}

.form .call-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 40px;

    text-align: center;
    text-decoration: none;

    color: #ffffff;
    border: solid 1px var(--emerald);
    background-color: transparent;

    line-height: 40px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .call-btn a .phone-btn {
    width: 22px;
    height: 22px;
    margin-left: 10px;

    background-image: url("images/svg/phone-btn.svg");
}

.form .call-btn a:hover {
    color: var(--emerald);
    background-color: #ffffff;
}

.form .call-btn a:hover .phone-btn {
    background-image: url("images/svg/phone-btn-hover.svg");
}

.form .form-btn {
    width: 22px;
    height: 22px;
    margin-left: 10px;

    background-image: url("images/svg/form-btn.svg");
    background-size: 100%;
}

@media screen and (min-width: 768px) {
    .form .fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .form-event .container,
    .form-event .is-style-container,
    .form-bottom .container,
    .form-bottom .is-style-container {
        max-width: 800px;
    }
    .form-event .buttons,
    .form-bottom .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -20px;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
    }
    .form-event .submit,
    .form-event .call-btn,
    .form-bottom .submit,
    .form-bottom .call-btn {
        width: calc(50% - 10px);
        padding: 0 10px;
    }
    .form-event .name,
    .form-event .company,
    .form-event .phone,
    .form-bottom .name,
    .form-bottom .company,
    .form-bottom .phone {
        width: calc(33% - 6px);
    }
    .form-event .email,
    .form-bottom .email {
        width: calc(65% - 4.5px);
    }
    .form-event .position,
    .form-bottom .position {
        width: calc(35% - 4.5px);
    }
}

.site-footer {
    padding: 50px 0;
}

.footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 20px 30px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .footer-widgets {
        padding: 0 40px 30px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }
}

.footer-widgets .footer-left {
    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-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-widgets .footer-left img {
    width: 120px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .footer-widgets .footer-left img {
        width: auto;
    }
}

.footer-widgets .footer-right {
    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-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 1200px) {
    .footer-widgets .footer-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-widgets .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

@media screen and (min-width: 1200px) {
    .footer-widgets .socials {
        margin-right: 30px;
    }
}

.footer-widgets .socials a {
    display: block;

    width: 24px;
    height: 24px;
    margin-left: 10px;

    background-size: cover;
}

@media screen and (min-width: 768px) {
    .footer-widgets .socials a {
        width: 45px;
        height: 45px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
}

.footer-widgets .socials a.facebook {
    background-image: url("images/svg/facebook.png");
}

.footer-widgets .socials a.youtube {
    background-image: url("images/svg/youtube.png");
}

.footer-widgets .socials a.linkedin {
    background-image: url("images/svg/linkedin.png");
}

.footer-widgets .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px;
}

.footer-widgets .phone a {
    padding-left: 18px;

    text-align: right;
    text-decoration: none;
    letter-spacing: -0.18px;

    color: var(--emerald);
    background: url(images/svg/phone.svg) no-repeat center left;
    background-size: 15%;

    line-height: 1.28;
}

@media screen and (min-width: 768px) {
    .footer-widgets .phone {
        display: none;
    }
}

.footer-widgets h3 {
    text-align: right;

    color: var(--gunmetal);

    font-size: 14px;
    line-height: 1.43;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .footer-widgets h3 {
        margin-bottom: 15px;

        font-size: 35px;
        line-height: 1;
    }
}

@media screen and (min-width: 1200px) {
    .footer-widgets h3 {
        font-size: 44px;
    }
}

.footer-nav .mobile {
    display: block;
}

@media screen and (min-width: 768px) {
    .footer-nav .mobile {
        display: none;
    }
}

.footer-nav .desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-nav .desktop {
        display: block;
    }
}

.footer-nav ul {
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
    letter-spacing: -0.16px;

    border-top: solid 2px var(--emerald);
    border-bottom: solid 2px var(--emerald);

    font-size: 16px;
    line-height: 2.5;
}

.footer-nav ul a {
    text-decoration: none;

    color: var(--gunmetal);
}

.footer-nav .mobile ul li:not(:last-child) {
    border-bottom: solid 0.5px #707070;
}

.footer-nav .desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding-top: 50px;
    padding-bottom: 50px;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.footer-nav .desktop ul li {
    padding: 0 40px;

    text-align: right;

    -ms-flex-preferred-size: 20%;

    flex-basis: 20%;
}

.footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: var(--gutter) 0;

    border-top: solid 2px var(--emerald);
    border-bottom: solid 2px var(--emerald);

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .footer-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-navigation .widget_nav_menu {
    margin: 0 10px;
}

@media screen and (min-width: 768px) {
    .footer-navigation .widget_nav_menu {
        width: calc( 50% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .footer-navigation .widget_nav_menu {
        width: calc( 25% - 20px);
    }
}

.footer-navigation .widget-title {
    font-size: 20px;
    font-weight: bold;
}

.footer-navigation ul.menu {
    margin: 10px 0;
    padding: 0;

    list-style: none;

    letter-spacing: -0.16px;

    font-size: 16px;
    line-height: 2;
}

.footer-navigation ul.menu a {
    text-decoration: none;

    color: var(--gunmetal);
}

.site-info {
    text-align: center;

    color: var(--gunmetal);
}

.site-info .privacy {
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .site-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 40px;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;
    }
    .site-info .privacy,
    .site-info .credits {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.action-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 33.33%;

    text-decoration: none;

    color: #ffffff;
    border-right: 2px solid #ffffff;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.action-buttons a.btn-contacts {
    background-color: var(--dark-magenta);
}

.action-buttons a.btn-call {
    background-color: var(--emerald);
}

.action-buttons a.btn-supports {
    background-color: var(--tanzanite);
}

.action-buttons a img {
    width: 16px;
    margin-left: 5px;
}

@media screen and (max-width: 979px) {
    .action-buttons {
        position: fixed;
        bottom: 0;
        left: 0;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: calc(100% - 30px);
        height: 30px;
    }
}

@media screen and (min-width: 980px) {
    .action-buttons {
        position: fixed;
        bottom: 20px;
        left: 20px;

        width: 140px;
        height: 100px;

        border-radius: 5px;
    }
    .action-buttons a {
        width: 100%;
        height: 49%;
        margin-bottom: 10px;

        border: none;
        border-radius: 5px;
    }
    .action-buttons a.btn-contacts {
        background-color: var(--dark-magenta);
    }
    .action-buttons a.btn-call {
        display: none;
    }
    .action-buttons a img {
        width: 25px;
        margin-left: 5px;
    }
}

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

.entry-date:not(.updated) {
    display: none;
}

.page-links {
    clear: both;

    margin: 0 0 1.5em;
}

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

.bypostauthor {
    display: block;
}

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