/*!
Theme Name: DSE Solution
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dse
Tags: 

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

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

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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..700;1,14..32,300..700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?to0e00");
  src: url("../assets/fonts/icomoon.eot?to0e00#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?to0e00") format("truetype"), url("../assets/fonts/icomoon.woff?to0e00") format("woff"), url("../assets/fonts/icomoon.svg?to0e00#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e908";
}

.icon-menu:before {
  content: "\e907";
}

.icon-place:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
  color: #fff;
  opacity: 0.7;
}

.icon-phone:before {
  content: "\e902";
  color: #fff;
  opacity: 0.7;
}

.icon-time:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.entry-title {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0 50px 0;
  margin: 0;
  position: relative;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 540px) {
  .entry-title {
    font-size: 2em;
    line-height: 1.3em;
  }
}

.error-title {
  color: #ffffff;
  font-size: 4em;
  font-weight: 700;
  min-height: 180px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 40px 0 0;
  margin: 0;
  position: relative;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 540px) {
  .error-title {
    font-size: 2.5em;
    padding: 55px 0 0;
    margin: 0;
  }
}

.post-title {
  color: #ffffff;
  font-size: 2.4em;
  font-weight: 700;
  padding: 60px 0 0;
  margin: 0;
  position: relative;
  display: inline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.post-title:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 72px;
  height: 30px;
  width: 4px;
  background-color: #fb99c2;
}
@media (max-width: 540px) {
  .post-title:before {
    top: 68px;
    height: 24px;
  }
}
@media (max-width: 540px) {
  .post-title {
    font-size: 2em;
    line-height: 1.3em;
    min-height: 130px;
  }
}

.company-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  font-weight: 700;
  min-height: 100px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 100px;
  margin-left: -75px;
  margin-top: 100px;
  position: relative;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
}
.company-title:before {
  content: "";
  position: absolute;
  left: 75px;
  top: 35px;
  height: 30px;
  width: 4px;
  background-color: #fb99c2;
}
@media (max-width: 1365px) {
  .company-title {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  .company-title {
    margin-top: 100px;
  }
}

.main-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  font-weight: 700;
  min-height: 140px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 160px;
  position: relative;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .main-title {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  .main-title {
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
  }
}

.contact-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  font-weight: 700;
  min-height: 100px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 100px;
  margin-left: -75px;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
}
.contact-title:before {
  content: "";
  position: absolute;
  left: 75px;
  top: 35px;
  height: 30px;
  width: 4px;
  background-color: #fb99c2;
}
@media (max-width: 1365px) {
  .contact-title {
    font-size: 2em;
  }
}
@media (max-width: 960px) {
  .contact-title {
    margin-top: 50px;
  }
}

p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.0625em;
  line-height: 1.875em;
  text-align: left;
  font-weight: 300;
  color: #a8a8a8;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
p strong {
  font-weight: 600;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
p b {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 540px) {
  p {
    text-align: left;
  }
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

input,
select {
  font-weight: 300;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 170px;
}

body {
  background: #000;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

main.site-main {
  width: 100%;
}
main.post-main {
  width: 100%;
}
main.contact-page {
  width: 100%;
  max-width: 1400px;
}
main.company-page {
  width: 100%;
}
main.main-page {
  width: 100%;
}
.page-id-58 .site-footer {
  margin-top: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .margin-bottom-30 {
    margin-bottom: 0;
  }
}

.width-80 {
  width: 80px !important;
}

.site-footer {
  margin-top: 40px;
  width: 100%;
  background-color: #000;
  height: auto;
  position: relative;
  border-top: 1px solid #444446;
}
@media (max-width: 480px) {
  .site-footer {
    background-image: none;
  }
}
.site-footer .text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 70%;
  height: 200px;
  font-size: 70px;
  font-weight: 800;
  position: absolute;
  top: 120px;
  left: -340px;
  opacity: 0.25;
}
@media (max-width: 1750px) {
  .site-footer .text-stroke svg {
    left: -240px;
  }
}
@media (max-width: 1640px) {
  .site-footer .text-stroke svg {
    left: -50px;
  }
}
@media (max-width: 960px) {
  .site-footer .text-stroke svg {
    top: 100px;
  }
}
@media (max-width: 720px) {
  .site-footer .text-stroke svg {
    left: 50px;
  }
}
.site-footer .text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .site-footer .text-stroke text {
    stroke-width: 0.5px;
  }
}
.site-footer .site-footer__wide-container {
  height: 100%;
  max-width: 1440px;
  padding: 0 40px 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1280px) {
  .site-footer .site-footer__wide-container {
    margin: auto;
  }
}
@media (max-width: 850px) {
  .site-footer .site-footer__wide-container {
    flex-direction: column;
  }
}
.site-footer .site-footer__wide-container .col-left {
  flex: 50%;
  padding: 50px 0 80px 20px;
}
@media (max-width: 850px) {
  .site-footer .site-footer__wide-container .col-left {
    padding: 80px 0 80px 200px;
  }
}
@media (max-width: 720px) {
  .site-footer .site-footer__wide-container .col-left {
    padding: 80px 0 80px 150px;
  }
}
@media (max-width: 540px) {
  .site-footer .site-footer__wide-container .col-left {
    padding: 80px 0 80px 70px;
  }
}
@media (max-width: 480px) {
  .site-footer .site-footer__wide-container .col-left {
    padding: 80px 0 80px 0;
  }
}
.site-footer .site-footer__wide-container .col-left h3 {
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
}
.site-footer .site-footer__wide-container .col-left p {
  font-size: 1.0625em;
  color: #ffffff;
  line-height: 1.7em;
  margin: 0;
  text-align: left;
}
.site-footer .site-footer__wide-container .col-left .location-url {
  line-height: 30px;
  margin-top: 32px;
}
.site-footer .site-footer__wide-container .col-left .location-url a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.0625em;
  font-weight: 300;
  padding-left: 20px;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
}
.site-footer .site-footer__wide-container .col-left .location-url a:hover {
  opacity: 0.75;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.site-footer .site-footer__wide-container .col-left .location-url > * {
  vertical-align: middle;
  line-height: normal;
}
.site-footer .site-footer__wide-container .col-left .opening-hours {
  margin-top: 32px;
}
.site-footer .site-footer__wide-container .col-left .opening-hours p {
  display: inline-block;
  color: #ffffff;
  font-size: 1.0625em;
  font-weight: 300;
  padding-left: 16px;
}
.site-footer .site-footer__wide-container .col-left .opening-hours > * {
  vertical-align: text-top;
  line-height: normal;
}
.site-footer .site-footer__wide-container .col-right {
  width: 350px;
  padding: 80px 0 80px 0;
  margin-left: auto;
}
@media (max-width: 1365px) {
  .site-footer .site-footer__wide-container .col-right {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 1180px) {
  .site-footer .site-footer__wide-container .col-right {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 850px) {
  .site-footer .site-footer__wide-container .col-right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .site-footer__wide-container .col-right h3 {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-footer .site-footer__wide-container .col-right .email-info {
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.site-footer .site-footer__wide-container .col-right .email-info a {
  display: inline-block;
  color: #7f6cfd;
  font-size: 1.0625em;
  font-weight: 700;
  padding-left: 20px;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-footer .site-footer__wide-container .col-right .email-info a:hover {
  color: #5f51be;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.site-footer .site-footer__wide-container .col-right .email-info > * {
  vertical-align: middle;
  line-height: normal;
}
.site-footer .site-footer__wide-container .col-right .phone-info {
  margin-top: 6px;
}
.site-footer .site-footer__wide-container .col-right .phone-info p {
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 2.4em;
  padding-left: 16px;
  margin: 0;
}
.site-footer .site-footer__wide-container .col-right .phone-info p a {
  display: inline-block;
  color: #7f6cfd;
  font-size: 1em;
  font-weight: 700;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-footer .site-footer__wide-container .col-right .phone-info p a:hover {
  color: #5f51be;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.site-footer .site-footer__wide-container .col-right .phone-info > * {
  vertical-align: middle;
  line-height: normal;
}
.site-footer .site-footer__wide-container .col-right .social-media {
  line-height: 30px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
.site-footer .site-footer__wide-container .col-right .social-media a {
  display: inline-block;
  color: #fff;
  font-size: 1.0625em;
  font-weight: 300;
  padding-left: 30px;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
  opacity: 0.65;
}
.site-footer .site-footer__wide-container .col-right .social-media a:first-of-type {
  padding-left: 0;
}
.site-footer .site-footer__wide-container .col-right .social-media a:hover {
  opacity: 1;
  color: #fff;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.site-footer .site-footer__wide-container .col-right .social-media > * {
  vertical-align: middle;
  line-height: normal;
}
.site-footer .site-footer__regulations-container {
  width: 100%;
  background-color: #101010;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer__regulations-container .regulations {
  color: #a8a8a8;
  max-width: 1520px;
  padding: 36px 40px 36px;
  margin: 0 auto;
  font-size: 1.0625em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 850px) {
  .site-footer .site-footer__regulations-container .regulations {
    text-align: center;
  }
}
.site-footer .site-footer__regulations-container .regulations a {
  color: #fff;
  float: right;
  padding-left: 85px;
  outline: 0;
  font-weight: 400;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.site-footer .site-footer__regulations-container .regulations a:hover {
  opacity: 0.75;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
@media (max-width: 960px) {
  .site-footer .site-footer__regulations-container .regulations a {
    padding-left: 40px;
  }
}
@media (max-width: 850px) {
  .site-footer .site-footer__regulations-container .regulations a {
    padding: 30px 0 0;
    display: block;
    float: none;
  }
}

hr {
  background-color: #444446;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 55px auto 55px;
}

hr:first-of-type:first-child {
  margin: 0 auto 55px;
}

.wp-block-separator {
  border: 0;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  text-align: left;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style: disc;
  list-style-image: url(../assets/plus-bullet-point.png);
  margin: 15px 0 15px -15px;
  color: #a8a8a8;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
ul strong {
  font-weight: 600;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
ul b {
  font-weight: 600;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
ul li {
  padding-left: 10px;
  line-height: 1.7em;
  margin-bottom: 10px;
  color: #a8a8a8;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 10px;
  margin-left: 0;
}

li > ul,
li > ol {
  margin: 15px 0;
}
li > ul li,
li > ol li {
  padding-left: 10px;
  line-height: 1.7em;
  margin-bottom: 10px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

.site-header__logo img {
  height: auto;
  width: 98px;
}
@media (max-width: 1365px) {
  .site-header__logo img {
    width: 98px;
  }
}

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

/* Links
--------------------------------------------- */
a {
  color: #7f6cfd;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: #7f6cfd;
}
a:hover, a:focus, a:active {
  color: #5f51be;
  outline: 0;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

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

.site-header__contact-button {
  font-size: 1em;
  font-weight: 700;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 25px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 14px 30px 13px;
  margin-left: 65px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header__contact-button:hover {
  border: 1px solid #7f6cfd;
  color: #7f6cfd !important;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .site-header__contact-button {
    margin-left: 1em;
  }
}
@media (max-width: 1180px) {
  .site-header__contact-button {
    display: none;
  }
}

.contact-button {
  font-size: 1em;
  font-weight: 600;
  color: #fff !important;
  background-color: #7f6cfd;
  border-radius: 25px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 17px 32px 16px;
  text-decoration: none;
}
.contact-button:hover, .contact-button:focus {
  background-color: #5f51be;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}

.appointment-button {
  font-size: 1em;
  font-weight: 600;
  color: #7d9dd2 !important;
  border: 3px solid #7d9dd2;
  background-color: #000;
  border-radius: 25px 25px 25px 25px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 11px 42px 11px;
  text-decoration: none;
}
.appointment-button:hover, .appointment-button:focus {
  background-color: #678dcb;
  border: 3px solid #678dcb;
  color: #000 !important;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}

.navi-button {
  font-size: 1em;
  font-weight: 600;
  color: #7d9dd2 !important;
  border: 3px solid #7d9dd2;
  background-color: #000;
  border-radius: 25px 25px 25px 25px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 11px 42px 11px;
  text-decoration: none;
  margin-top: 20px;
  display: inherit;
}
.navi-button:hover, .navi-button:focus {
  background-color: #678dcb;
  color: #000 !important;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}
.navi-button:first-of-type {
  margin-top: 40px;
}
@media (max-width: 720px) {
  .navi-button {
    display: none;
  }
}

.navi-button-mobile {
  font-size: 1em;
  font-weight: 600;
  max-width: 185px;
  color: #7d9dd2 !important;
  border: 3px solid #7d9dd2;
  background-color: #000;
  border-radius: 25px 25px 25px 25px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 11px 42px 11px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
  display: none;
}
.navi-button-mobile:hover, .navi-button-mobile:focus {
  background-color: #7d9dd2;
  color: #000 !important;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}
@media (max-width: 720px) {
  .navi-button-mobile {
    display: inherit;
  }
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#mobile-navigation {
  display: none;
}
@media (max-width: 1180px) {
  #mobile-navigation {
    display: inherit;
  }
}

.site-header {
  height: 130px;
  padding-top: 40px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1180px) {
  .site-header {
    padding-top: 0;
  }
}

.site-header-narrow {
  height: 90px;
  padding-top: 0;
  background-color: rgb(0, 0, 0);
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.25);
}

.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-navigation li a {
  color: #fff;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.main-navigation li a:hover {
  color: #b3b3b3;
}
.main-navigation li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation a:focus {
  outline: 0;
}
@media (max-width: 1180px) {
  .main-navigation {
    display: none;
  }
}

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

#primary-menu > li > a {
  font-size: 1.0625em;
  font-weight: 500;
  color: #fff;
  padding: 1.125em 2.125em 1em;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primary-menu > li > a:hover {
  color: #b3b3b3;
}
@media (max-width: 1365px) {
  #primary-menu > li > a {
    padding: 1.125em 1.5em 1em;
  }
}

.site-header__nav-container {
  height: 100%;
  max-width: 1520px;
  padding: 0 40px 0;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#site-navigation {
  margin-left: auto;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.site-header_mobile-menu-container {
  flex: 1;
  float: right;
  display: none;
}
@media (max-width: 1180px) {
  .site-header_mobile-menu-container {
    display: inherit;
  }
}

.site-header__mobile-menu-button {
  font-size: 1em;
  font-weight: 600;
  color: #fff !important;
  background-color: #7f6cfd;
  border-radius: 15px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 14px 14px 8px;
  width: 60px;
  margin-left: auto;
  text-decoration: none;
}
.site-header__mobile-menu-button:hover {
  background-color: #5f51be;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}

.mm-blocker {
  background: rgba(0, 0, 0, 0.6) !important;
}

.mm {
  background: #000 !important;
}
.mm ul {
  background-color: #fff !important;
}
.mm ul li:hover > a, .mm ul li:focus > a {
  background-color: #fff !important;
}
.mm ul li.mobile-register:focus > a {
  background-color: #5f51be !important;
}

.mm li:before {
  top: 32px !important;
}

.mm li.mobile-register a:hover, .mm li.mobile-register a:focus {
  background-color: #5f51be !important;
}

.mm a {
  line-height: 2.5em !important;
  font-size: 1.0625em !important;
  font-weight: normal !important;
  color: #7f6cfd !important;
  text-align: left !important;
  padding-left: 50px !important;
}
.mm a:focus {
  background-color: #000 !important;
}

.mm.mm--offcanvas {
  color: #67708e !important;
}

.mobile-register {
  background-color: #7f6cfd !important;
}
.mobile-register a {
  color: #000 !important;
  font-weight: 600 !important;
}

.mm.mm--main:after {
  background: #fff;
  opacity: 1;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.post,
.page {
  margin: 0;
}
.post .header-text-stroke,
.page .header-text-stroke {
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .post .header-text-stroke,
  .page .header-text-stroke {
    display: none;
  }
}
.post .header-text-stroke svg,
.page .header-text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 70%;
  height: 200px;
  font-size: 70px;
  font-weight: 800;
  position: absolute;
  top: 190px;
  left: -140px;
}
@media (max-width: 1920px) {
  .post .header-text-stroke svg,
  .page .header-text-stroke svg {
    left: -80px;
  }
}
@media (max-width: 1750px) {
  .post .header-text-stroke svg,
  .page .header-text-stroke svg {
    left: -30px;
  }
}
@media (max-width: 1640px) {
  .post .header-text-stroke svg,
  .page .header-text-stroke svg {
    left: 50px;
  }
}
@media (max-width: 960px) {
  .post .header-text-stroke svg,
  .page .header-text-stroke svg {
    width: 80%;
  }
}
.post .header-text-stroke text,
.page .header-text-stroke text {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  fill: none;
  stroke: #ffffff;
  opacity: 0.3;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .post .header-text-stroke text,
  .page .header-text-stroke text {
    stroke-width: 0.5px;
  }
}
.post .error-text-stroke svg,
.page .error-text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 200px;
  font-size: 67px;
  font-weight: 800;
  position: absolute;
  top: 320px;
  left: -140px;
}
@media (max-width: 1920px) {
  .post .error-text-stroke svg,
  .page .error-text-stroke svg {
    left: -80px;
  }
}
@media (max-width: 1750px) {
  .post .error-text-stroke svg,
  .page .error-text-stroke svg {
    left: -30px;
  }
}
@media (max-width: 1640px) {
  .post .error-text-stroke svg,
  .page .error-text-stroke svg {
    left: 50px;
  }
}
@media (max-width: 960px) {
  .post .error-text-stroke svg,
  .page .error-text-stroke svg {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .post .error-text-stroke svg,
  .page .error-text-stroke svg {
    top: 160px;
  }
}
.post .error-text-stroke text,
.page .error-text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
  opacity: 0.4;
}
@media (max-width: 960px) {
  .post .error-text-stroke text,
  .page .error-text-stroke text {
    stroke-width: 0.5px;
  }
}
.post .contact-text-stroke svg,
.page .contact-text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 70%;
  height: 200px;
  font-size: 70px;
  font-weight: 800;
  position: absolute;
  top: 190px;
  left: -140px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .post .contact-text-stroke svg,
  .page .contact-text-stroke svg {
    left: -80px;
  }
}
@media (max-width: 1750px) {
  .post .contact-text-stroke svg,
  .page .contact-text-stroke svg {
    left: -30px;
  }
}
@media (max-width: 1640px) {
  .post .contact-text-stroke svg,
  .page .contact-text-stroke svg {
    left: 50px;
  }
}
@media (max-width: 960px) {
  .post .contact-text-stroke svg,
  .page .contact-text-stroke svg {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .post .contact-text-stroke svg,
  .page .contact-text-stroke svg {
    top: 160px;
  }
}
.post .contact-text-stroke text,
.page .contact-text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .post .contact-text-stroke text,
  .page .contact-text-stroke text {
    stroke-width: 0.5px;
  }
}

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

.page-content,
.entry-summary {
  margin: 15px 0 0;
}

.entry-content {
  border-top: 1px solid #e0e2e9;
  border-bottom: 1px solid #e0e2e9;
  margin: 15px 0 0;
  padding: 0 50px 0;
}

.post-content {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1540px;
  padding: 0 50px 0;
}
@media (max-width: 850px) {
  .post-content p {
    text-align: left;
  }
}
.post-content .post-content-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.offer-content {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
}
@media (max-width: 850px) {
  .offer-content p {
    text-align: left;
  }
}
.offer-content .offer-content-container {
  width: 100%;
  border-bottom: 1px solid #e0e2e9;
}
.offer-content .offer-content-container .offer-content-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 20px;
}
.offer-content .offer-content-container .offer-content-text h2 {
  margin: 0 0 10px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #19375d;
}

.main-content {
  margin-top: -90px;
  position: relative;
}
@media (max-width: 960px) {
  .main-content {
    width: 100%;
  }
}
.main-content .top-row__content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1920px) {
  .main-content .top-row__content {
    flex: 70%;
  }
}
.main-content .top-row__content .col-left {
  width: 100%;
  padding-left: 40px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 960px) {
  .main-content .top-row__content .col-left {
    flex: 70%;
  }
}
.main-content .top-row__content .col-left .text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 98%;
  height: 300px;
  font-size: 70px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: -265px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .main-content .top-row__content .col-left .text-stroke svg {
    left: -180px;
  }
}
@media (max-width: 1750px) {
  .main-content .top-row__content .col-left .text-stroke svg {
    left: -90px;
  }
}
@media (max-width: 1640px) {
  .main-content .top-row__content .col-left .text-stroke svg {
    left: 0;
  }
}
@media (max-width: 960px) {
  .main-content .top-row__content .col-left .text-stroke svg {
    width: 100%;
    font-size: 80px;
    top: 0;
  }
}
.main-content .top-row__content .col-left .text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .main-content .top-row__content .col-left .text-stroke text {
    stroke-width: 0.5px;
  }
}
.main-content .top-row__content .col-left h2 {
  margin: 20px 0 20px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
}
.main-content .top-row__content .col-left p {
  width: 100%;
  max-width: 540px;
  text-align: left;
  margin: 0 50px 20px 0;
  padding: 0;
  font-size: 1.025em;
  line-height: 28px;
  font-weight: 300;
}
.main-content .top-row__content .col-left p:first-of-type {
  margin: 0 50px 20px 0;
}
@media (max-width: 480px) {
  .main-content .top-row__content .col-left p:first-of-type {
    margin-top: 30px;
  }
}
.main-content .top-row__content .col-left p:last-of-type {
  margin: 0 25px 30px 0;
}
@media (max-width: 960px) {
  .main-content .top-row__content .col-left p {
    max-width: none;
  }
}
@media (max-width: 1570px) {
  .main-content .top-row__content .right-0 {
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.main-content .top-row__content .col-right {
  position: absolute;
  top: 0;
  width: calc(100% - 95px);
  margin-right: auto;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 570px;
  z-index: -2;
}
@media (max-width: 1920px) {
  .main-content .top-row__content .col-right {
    width: 50%;
    right: 95px;
  }
}
@media (max-width: 1570px) {
  .main-content .top-row__content .col-right {
    width: 50%;
    right: -5%;
    margin-right: -6px;
  }
}
@media (max-width: 1280px) {
  .main-content .top-row__content .col-right {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .main-content .top-row__content .col-right {
    display: none;
  }
}
.main-content .top-row__content .col-right img.decoration-img {
  position: relative;
  top: 0;
  left: -129px;
  margin-top: 20%;
}
.main-content .top-row__content .col-right img.background-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 960px;
  width: 100%;
  z-index: -999;
}

.contact-main-content {
  margin-top: 20px;
}
.contact-main-content .contact-top-row__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .contact-main-content .contact-top-row__content {
    flex-direction: column;
  }
}
.contact-main-content .contact-top-row__content .contact-col-left {
  flex: 45%;
}
@media (max-width: 1570px) {
  .contact-main-content .contact-top-row__content .contact-col-left {
    flex: calc(100% - 600px);
  }
}
@media (max-width: 1280px) {
  .contact-main-content .contact-top-row__content .contact-col-left {
    flex: calc(100% - 550px);
  }
}
@media (max-width: 1180px) {
  .contact-main-content .contact-top-row__content .contact-col-left {
    width: 80%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-main-content .contact-top-row__content .contact-col-left h2 {
  margin: 20px 0 20px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
}
.contact-main-content .contact-top-row__content .contact-col-left p {
  width: 400px;
  text-align: left;
  margin: -20px 50px 60px 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}
@media (max-width: 480px) {
  .contact-main-content .contact-top-row__content .contact-col-left p {
    width: 90%;
  }
}
.contact-main-content .contact-top-row__content .contact-col-left .other-data {
  margin-top: 50px;
}
.contact-main-content .contact-top-row__content .contact-col-left .other-data h3 {
  font-size: 1.0625em;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.contact-main-content .contact-top-row__content .contact-col-left .other-data p {
  color: #a8a8a8;
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}
.contact-main-content .contact-top-row__content .contact-col-right {
  flex: 55%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -50px;
  max-width: 750px;
}
@media (max-width: 1570px) {
  .contact-main-content .contact-top-row__content .contact-col-right {
    flex: 600px;
  }
}
@media (max-width: 1280px) {
  .contact-main-content .contact-top-row__content .contact-col-right {
    flex: 550px;
  }
}
@media (max-width: 1180px) {
  .contact-main-content .contact-top-row__content .contact-col-right {
    flex: none;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}
@media (max-width: 850px) {
  .contact-main-content .contact-top-row__content .contact-col-right {
    width: 100%;
    margin: 70px 0 0;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map {
  box-shadow: 0 0 142px 0 rgba(0, 0, 0, 0.13);
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text {
  background-color: #000;
  padding: 30px 45px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text {
    flex-direction: column;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-left {
  flex: 50%;
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-left h2 {
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-left p {
  color: #a8a8a8;
  text-align: left;
  padding: 20px 0 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-left p:first-of-type {
  padding: 10px 0 0;
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-right {
  display: flex;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-right {
    display: none;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-right span.middle-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-self: center;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .contact-map .map-text .map-text__col-right span.middle-right {
    margin: 40px 0 15px;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data {
  display: flex;
  flex-direction: row;
  padding: 30px 45px;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .other-data {
    flex-direction: column;
    padding: 30px 45px 0;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-left {
  flex: 50%;
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-left h3 {
  font-size: 1.0625em;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-left p {
  color: #a8a8a8;
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-right {
  text-align: right;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-right {
    margin-top: 50px;
    text-align: left;
  }
}
.contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-right p {
  color: #a8a8a8;
  text-align: center;
  padding: 0 0 10px;
  margin: 0;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}
@media (max-width: 720px) {
  .contact-main-content .contact-top-row__content .contact-col-right .other-data .other-data__col-right p {
    text-align: left;
  }
}

.contact-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 720px) {
  .contact-content {
    flex-direction: column;
  }
}
.contact-content .contact-content__col {
  width: 50%;
}
@media (max-width: 720px) {
  .contact-content .contact-content__col {
    width: 100%;
  }
}
.contact-content .contact-content__col a {
  display: inline-block;
  color: #7f6cfd;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0625em;
  margin-left: 20px;
  outline: 0;
}
.contact-content .contact-content__col .email-info {
  line-height: 30px;
  display: flex;
  margin-bottom: 15px;
}
.contact-content .contact-content__col .email-info > * {
  vertical-align: middle;
  line-height: normal;
}
.contact-content .contact-content__col .phone-info {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.contact-content .contact-content__col .phone-info p.phone {
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 2.4em;
  padding-left: 16px;
  margin: 0;
  width: auto;
}
.contact-content .contact-content__col .phone-info p.phone a {
  margin-left: 0;
  padding-bottom: 0;
  line-height: 2.4em;
}
.contact-content .contact-content__col .phone-info > * {
  vertical-align: middle;
  line-height: normal;
}
.contact-content .contact-content__col .opening-hours {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 720px) {
  .contact-content .contact-content__col .opening-hours {
    margin-top: 30px;
  }
}
.contact-content .contact-content__col .opening-hours p.hours {
  display: inline-block;
  color: #ffffff;
  font-size: 1.0625em;
  font-weight: 300;
  padding: 0 0 0 16px;
  width: auto;
  margin: 0;
}
.contact-content .contact-content__col .opening-hours span.pink {
  color: #7f6cfd;
  margin-left: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-content .contact-content__col .opening-hours > * {
  vertical-align: text-top;
  line-height: normal;
}

.offer-text {
  margin-top: -60px;
  position: relative;
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .offer-text {
    margin-top: 0;
  }
}
.offer-text .col-left {
  width: 90%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.offer-text .col-left h2 {
  margin: 20px 0 25px;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: 0;
}
.offer-text .col-left h2.offer-header {
  margin: 30px 0 10px;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: 0;
}
.offer-text .col-left p {
  max-width: 540px;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.0625em;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 960px) {
  .offer-text .col-left p {
    width: 100%;
  }
}
.offer-text .col-right {
  width: 70%;
  position: absolute;
  top: 0px;
  right: 0;
}
@media (max-width: 1920px) {
  .offer-text .col-right {
    right: 0;
  }
}
@media (max-width: 1750px) {
  .offer-text .col-right {
    right: 20px;
  }
}
@media (max-width: 1640px) {
  .offer-text .col-right {
    width: 65%;
  }
}
@media (max-width: 1365px) {
  .offer-text .col-right {
    right: 40px;
  }
}
@media (max-width: 960px) {
  .offer-text .col-right {
    right: 40px;
  }
}
@media (max-width: 720px) {
  .offer-text .col-right {
    width: 80%;
  }
}
.offer-text .col-right .offer-text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 200px;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  opacity: 0.3;
}
.offer-text .col-right .offer-text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .offer-text .col-right .offer-text-stroke text {
    stroke-width: 0.5px;
  }
}

.no-border {
  border-top: none !important;
  border-bottom: none !important;
}

.main-grid {
  width: 100%;
  border-top: 1px solid #444446;
  border-bottom: 1px solid #444446;
}
.main-grid .main-offer-list__grid {
  max-width: 1440px;
  width: 90%;
  background-color: #000;
  padding: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #444446;
  border-right: 1px solid #444446;
}
@media (max-width: 1440px) {
  .main-grid .main-offer-list__grid {
    width: 90%;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #444446;
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row {
    margin-bottom: 0;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row img {
  width: auto;
  height: 90px;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  display: block;
  padding: 60px 75px 40px;
  height: 100%;
  width: 100%;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row h2 {
  margin: 20px 0 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row h2 {
    text-align: center;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row h2.landing-box {
  margin: 20px 0 20px;
  font-size: 1.375em;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 75px;
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row h2.landing-box {
    text-align: center;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row h2.landing-last-box {
  margin: 20px 0 20px;
  font-size: 1.375em;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 75px;
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row h2.landing-last-box {
    text-align: center;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row p {
  color: #a8a8a8;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row p {
    text-align: center;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left {
  text-align: left;
  width: 33.3333%;
  transition: z-index 0s 0.2s;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 320px;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left:hover, .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left:focus {
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  z-index: 2;
}
@media (max-width: 1280px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #444446;
    border-right: 1px solid #444446;
  }
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left: 1px solid #444446;
    border-right: 1px solid #444446;
  }
}
@media (max-width: 540px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left {
    width: 100%;
    border: none;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left.first-box:hover, .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-left.first-box:focus {
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle {
  text-align: left;
  width: 33.3333%;
  position: relative;
  border-left: 1px solid #444446;
  border-right: 1px solid #444446;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 320px;
  transition: z-index 0s 0.2s;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle:hover, .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle:focus {
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  z-index: 2;
}
@media (max-width: 1280px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #444446;
    border-bottom: 1px solid #444446;
  }
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #444446;
    border-bottom: 1px solid #444446;
  }
}
@media (max-width: 540px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-middle {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right {
  text-align: left;
  width: 33.3333%;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 320px;
  transition: z-index 0s 0.2s;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right:hover, .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right:focus {
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  z-index: 2;
}
@media (max-width: 1280px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #444446;
    border-right: 1px solid #444446;
  }
}
@media (max-width: 850px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left: 1px solid #444446;
    border-right: 1px solid #444446;
  }
}
@media (max-width: 540px) {
  .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right {
    width: 100%;
    border: none;
  }
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right.last-box:hover, .main-grid .main-offer-list__grid .main-offer-list__grid-row .col-right.last-box:focus {
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.main-grid .main-offer-list__grid .main-offer-list__grid-row .main-offer-list__grid-row > * {
  flex: 0 33.3333%;
}

.last-row {
  border-bottom: none !important;
}

.element-hover-bg {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1);
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
}

.offer-element-text-stroke {
  opacity: 0;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.offer-element-text-stroke svg {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 200px;
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  opacity: 0.3;
  position: absolute;
  bottom: 5px;
  right: 0;
}
@media (max-width: 1280px) {
  .offer-element-text-stroke svg {
    right: -100px;
  }
}
@media (max-width: 850px) {
  .offer-element-text-stroke svg {
    right: -20px;
  }
}
.offer-element-text-stroke text {
  fill: none;
  stroke: #e0e2e9;
  stroke-width: 0.3px;
}
@media (max-width: 960px) {
  .offer-element-text-stroke text {
    stroke-width: 0.5px;
  }
}

.col-left:hover .element-hover-bg {
  transform: scale(1.2);
  opacity: 1;
}

.col-right:hover .element-hover-bg {
  transform: scale(1.2);
  opacity: 1;
}

.col-middle:hover .element-hover-bg {
  transform: scale(1.2);
  opacity: 1;
}

.col-left:hover .offer-element-text-stroke {
  opacity: 1;
}

.col-right:hover .offer-element-text-stroke {
  opacity: 1;
}

.col-middle:hover .offer-element-text-stroke {
  opacity: 1;
}

.main-benefits-list__container {
  margin: 80px auto 0;
  width: 100%;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1570px) {
  .main-benefits-list__container {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .main-benefits-list__container {
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .main-benefits-list__container {
    padding-bottom: 0;
  }
}
.main-benefits-list__container .bottom-row__content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1280px) {
  .main-benefits-list__container .bottom-row__content {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 960px) {
  .main-benefits-list__container .bottom-row__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-benefits-list__container .bottom-row__content .col-left {
  width: 58%;
  max-width: 1024px;
  margin-left: 95px;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 570px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .main-benefits-list__container .bottom-row__content .col-left {
    margin-left: 0;
  }
}
@media (max-width: 1570px) {
  .main-benefits-list__container .bottom-row__content .col-left {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .main-benefits-list__container .bottom-row__content .col-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .main-benefits-list__container .bottom-row__content .col-left {
    display: none;
  }
}
.main-benefits-list__container .bottom-row__content .col-right {
  width: 42%;
  max-width: 1000px;
  padding-left: 100px;
  padding-right: 95px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1570px) {
  .main-benefits-list__container .bottom-row__content .col-right {
    width: 45%;
    padding-right: 0;
  }
}
@media (max-width: 1365px) {
  .main-benefits-list__container .bottom-row__content .col-right {
    padding-left: 70px;
  }
}
@media (max-width: 1280px) {
  .main-benefits-list__container .bottom-row__content .col-right {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .main-benefits-list__container .bottom-row__content .col-right {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media (max-width: 540px) {
  .main-benefits-list__container .bottom-row__content .col-right {
    margin-bottom: 40px;
  }
}
.main-benefits-list__container .bottom-row__content .col-right h3 {
  margin: 0 0 10px 0;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline;
}
.main-benefits-list__container .bottom-row__content .col-right h4 {
  font-size: 1.25em;
  font-weight: 600;
  color: #19375d;
  margin: 45px 0 12px 0;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-icon {
  width: 50px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-icon img {
  height: 18px;
  width: auto;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-icon.top {
  background-color: #e9e9e9;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-icon.bottom {
  background-color: #7f6cfd;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data ul {
  margin: 0;
  padding-left: 30px;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data b, .main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data strong {
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data p {
  color: #a8a8a8;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  margin: 20px 0 30px;
  text-align: left;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data p:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data p {
    margin: 20px 0 20px;
  }
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row .col-data > ul li {
  list-style-type: none;
  list-style-image: url(../assets/check-bullet-point.png);
  padding: 0 0 20px 15px;
  margin: 0;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  line-height: 30px;
}
.main-benefits-list__container .bottom-row__content .col-right .col-right-row.margin-60 {
  margin-bottom: 60px;
}

.company-content {
  padding-top: 90px;
  margin-top: -90px;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-image: url(../assets/point-circle-large.png);
  background-position: right 95px top;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .company-content {
    background-image: none;
    flex-direction: column;
  }
}
.company-content .col-left {
  flex: 45%;
}
.company-content .col-right {
  flex: 55%;
  margin-left: 100px;
}
@media (max-width: 1365px) {
  .company-content .col-right {
    margin-left: 50px;
  }
}
@media (max-width: 1180px) {
  .company-content .col-right {
    margin-left: 0;
    margin-top: 80px;
  }
}
@media (max-width: 850px) {
  .company-content .col-right {
    margin-left: 0;
    margin-top: 40px;
  }
}
.company-content .col-right .content-box__container {
  background-image: url(../assets/point-circle-small.png);
  background-position: left 120px bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  width: 100%;
}
.company-content .col-right .content-box__container .content-box {
  background-color: #000;
  border-radius: 0 70px 0 70px;
  box-shadow: 0 0 142px 0 rgba(0, 0, 0, 0.13);
  width: 100%;
  padding: 70px 45px;
}
@media (max-width: 480px) {
  .company-content .col-right .content-box__container .content-box {
    padding: 40px 25px;
  }
}
.company-content .col-right .content-box__container .content-box h2 {
  margin: 0 0 50px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.company-content .col-right .content-box__container .content-box ul {
  list-style-image: url(../assets/check-bullet-point.png);
  margin: 0 0 0 -10px;
}
.company-content .col-right .content-box__container .content-box ul li {
  padding-left: 10px;
  line-height: 1.7em;
  margin-bottom: 10px;
  text-align: left;
}

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

.entry-header {
  min-height: 480px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 250px 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 3;
}
@media (max-width: 720px) {
  .entry-header {
    min-height: 350px;
  }
}

.error-header {
  text-align: center;
  min-height: 180px;
  margin-top: 350px;
}

.post-header {
  text-align: center;
  max-width: 1200px;
  margin: 100px auto 80px;
  padding: 60px 50px 0;
}

.company-header {
  text-align: left;
  min-height: 180px;
}

.main-header {
  text-align: left;
  min-height: 180px;
}
@media (max-width: 960px) {
  .main-header {
    margin-left: 15%;
  }
}
@media (max-width: 480px) {
  .main-header {
    margin-left: 5%;
  }
}

.contact-main-header {
  text-align: left;
  min-height: 180px;
}
@media (max-width: 850px) {
  .contact-main-header {
    margin-left: -10%;
  }
}

.offer-list_title {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.offer-list_title h2 {
  margin: 65px 0 40px;
  font-size: 1.1875em;
  font-weight: 700;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 0 50px 0;
}

.offer-list__container {
  text-align: center;
  overflow: visible;
  border-top: 1px solid #e0e2e9;
  border-bottom: 1px solid #e0e2e9;
}
@media (max-width: 1280px) {
  .offer-list__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.offer-list__container .offer-list__grid {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 142px 0 rgba(0, 0, 0, 0.13);
  padding: 100px 100px 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .offer-list__container .offer-list__grid {
    padding: 70px 70px 40px;
  }
}
@media (max-width: 540px) {
  .offer-list__container .offer-list__grid {
    padding: 50px 40px 10px;
  }
}
.offer-list__container .offer-list__grid a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
}
.offer-list__container .offer-list__grid a:hover, .offer-list__container .offer-list__grid a:focus {
  color: #7f6cfd;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.offer-list__container .offer-list__grid h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  color: #19375d;
}
.offer-list__container .offer-list__grid ul {
  text-align: left;
  margin: 0 0 40px -10px;
  list-style: disc;
  list-style-image: url(../assets/check-bullet-point.png);
}
.offer-list__container .offer-list__grid ul li {
  padding-left: 10px;
  line-height: 1.7em;
  margin-bottom: 5px;
}
.offer-list__container .offer-list__grid .offer-list__grid-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .offer-list__container .offer-list__grid .offer-list__grid-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.offer-list__container .offer-list__grid .offer-list__grid-row .col-left {
  padding-right: 50px;
  text-align: left;
}
@media (max-width: 1024px) {
  .offer-list__container .offer-list__grid .offer-list__grid-row .col-left {
    padding-right: 20px;
  }
}
.offer-list__container .offer-list__grid .offer-list__grid-row .col-middle {
  padding-right: 50px;
  text-align: left;
}
@media (max-width: 1024px) {
  .offer-list__container .offer-list__grid .offer-list__grid-row .col-middle {
    padding-right: 20px;
  }
}
.offer-list__container .offer-list__grid .offer-list__grid-row .col-right {
  text-align: left;
}
.offer-list__container .offer-list__grid .offer-list__grid-row > * {
  flex: 0 33.3333%;
}

.text-below-list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.text-below-list p {
  margin: 32px 0 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.7em;
  text-align: justify;
  font-weight: 300;
}
.text-below-list p a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
}
.text-below-list p a:hover {
  opacity: 0.75;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.offer-elements-list__container {
  margin: 0 auto 0;
  padding: 0 0 20px;
  width: 100%;
}
@media (max-width: 1180px) {
  .offer-elements-list__container {
    padding: 0 50px 20px;
  }
}
@media (max-width: 960px) {
  .offer-elements-list__container {
    margin: 0;
  }
}
.offer-elements-list__container .offer-elements-list__row {
  padding: 40px 0;
  border-bottom: 1px solid #e0e2e9;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.offer-elements-list__container .offer-elements-list__row h2 {
  margin: 0 0 10px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
}
.offer-elements-list__container .offer-elements-list__row p {
  margin: 0;
  padding: 0 0 20px;
  font-size: 1em;
  line-height: 1.7em;
  text-align: justify;
  font-weight: 300;
}
.offer-elements-list__container .offer-elements-list__row p:last-of-type {
  padding: 0;
}
@media (max-width: 540px) {
  .offer-elements-list__container .offer-elements-list__row p {
    text-align: left;
  }
}
.offer-elements-list__container .offer-elements-list__row ul {
  margin: 0;
}
.offer-elements-list__container .offer-elements-list__row ul li {
  padding-left: 10px;
  line-height: 1.7em;
  margin-bottom: 5px;
}
@media (max-width: 540px) {
  .offer-elements-list__container .offer-elements-list__row ul li {
    text-align: left;
  }
}
.offer-elements-list__container .offer-pricing-description__row {
  padding: 40px 0 0;
  width: 100%;
}
.offer-elements-list__container .offer-pricing-list__row {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  border-bottom: 1px solid #e0e2e9;
}
.offer-elements-list__container .offer-pricing-list__row h2 {
  margin: 0 0 10px;
  font-size: 1.1875em;
  font-weight: 600;
  color: #ffffff;
}
.offer-elements-list__container .offer-pricing-list__row .col-left {
  padding: 40px 0;
  flex: 100%;
  flex: calc(100% - 300px);
}
@media (max-width: 960px) {
  .offer-elements-list__container .offer-pricing-list__row .col-left {
    flex: calc(100% - 200px);
  }
}
.offer-elements-list__container .offer-pricing-list__row .col-left ul {
  margin: 0;
}
.offer-elements-list__container .offer-pricing-list__row .col-left ul li {
  margin: 0 50px 5px 0;
}
.offer-elements-list__container .offer-pricing-list__row .col-right {
  flex: 300px;
  background-color: #000;
  box-shadow: 0 0 142px 0 rgba(0, 0, 0, 0.13);
  padding: 80px 0 40px;
}
@media (max-width: 960px) {
  .offer-elements-list__container .offer-pricing-list__row .col-right {
    flex: 200px;
  }
}
@media (max-width: 850px) {
  .offer-elements-list__container .offer-pricing-list__row .col-right {
    display: none;
  }
}
.offer-elements-list__container .offer-pricing-list__row .col-right p {
  font-size: 1em;
  font-weight: 600;
  color: #7d9dd2;
  text-align: center;
  margin: 0 0 5px 0;
}

.additional-text {
  width: 100%;
  max-width: 1100px;
  margin: 70px auto;
}
.additional-text p {
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
  text-align: justify;
  margin: 0 0 20px 0;
}
@media (max-width: 540px) {
  .additional-text p {
    text-align: left;
  }
}
.additional-text ul li a {
  color: #7f6cfd;
  font-size: 1em;
  font-weight: 300;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
}
.additional-text ul li a:hover {
  color: #5f51be;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.expand {
  height: auto !important;
}

.offer-contact-container {
  width: 100%;
  background-color: #f7f9fc;
  padding: 60px 50px;
  margin: 30px 0 60px;
}
.offer-contact-container .offer-contact-columns {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 960px) {
  .offer-contact-container .offer-contact-columns {
    flex-direction: column;
  }
}
.offer-contact-container .offer-contact-columns .col-left {
  width: calc(100% - 400px);
}
@media (max-width: 960px) {
  .offer-contact-container .offer-contact-columns .col-left {
    width: 100%;
  }
}
.offer-contact-container .offer-contact-columns .col-left h3 {
  color: #19375d;
  font-size: 2em;
  line-height: 46px;
  font-weight: 700;
  position: relative;
  display: inline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-left: 22px;
  margin-bottom: 45px;
}
.offer-contact-container .offer-contact-columns .col-left h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 30px;
  width: 4px;
  background-color: #fb99c2;
}
.offer-contact-container .offer-contact-columns .col-left p:first-of-type {
  margin-top: 35px;
}
.offer-contact-container .offer-contact-columns .col-left p:last-of-type {
  margin-bottom: 30px;
}
.offer-contact-container .offer-contact-columns .col-right {
  width: 400px;
  padding-left: 130px;
  padding-top: 80px;
}
@media (max-width: 960px) {
  .offer-contact-container .offer-contact-columns .col-right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
}
.offer-contact-container .offer-contact-columns .col-right a {
  display: inline-block;
  color: #fb99c2;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0625em;
  margin-left: 20px;
  outline: 0;
}
.offer-contact-container .offer-contact-columns .col-right .email-info {
  line-height: 30px;
  display: flex;
  margin-bottom: 15px;
}
.offer-contact-container .offer-contact-columns .col-right .email-info > * {
  vertical-align: middle;
  line-height: normal;
}
.offer-contact-container .offer-contact-columns .col-right .phone-info {
  margin-top: 6px;
  display: flex;
  align-items: center;
}

.accordian-container {
  width: 100%;
  border-top: 1px solid #e0e2e9;
  border-bottom: 1px solid #e0e2e9;
}
.accordian-container .accordian {
  background-color: #000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 142px 0 rgba(0, 0, 0, 0.13);
}
.accordian-container .accordian .accordion-item {
  padding: 0;
  border-bottom: 1px solid #e0e2e9;
}
.accordian-container .accordian .accordion-item:last-of-type {
  border-bottom: none;
}
.accordian-container .accordian .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
  padding: 30px 60px 30px;
}
.accordian-container .accordian .accordion-item .accordion-header .icon {
  transition: transform 0.3s ease;
}
.accordian-container .accordian .accordion-item .accordion-header .icon .icon-minus {
  display: none;
  color: #fb99c2;
  font-size: 17px;
}
.accordian-container .accordian .accordion-item .accordion-header .icon .icon-plus {
  color: #fb99c2;
  font-size: 17px;
}
.accordian-container .accordian .accordion-item .accordion-header h3 {
  color: #19375d;
  font-size: 1em;
  line-height: 26px;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
.accordian-container .accordian .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordian-container .accordian .accordion-item .accordion-content p {
  padding: 0 60px 10px 60px;
}
.accordian-container .accordian .accordion-item.active .icon-plus {
  display: none;
}
.accordian-container .accordian .accordion-item.active .icon-minus {
  display: inline !important;
}
.accordian-container .accordian .accordion-item.active .accordion-content {
  max-height: 200px;
}

.extra-content {
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.main-page {
  position: relative;
  min-height: 790px;
}

.video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 790px;
  overflow: hidden;
  z-index: 1;
}

/* MASKA (OVERLAY) */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: 2;
}

.top-row__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 790px;
  padding: 150px 50px;
}

.col-left {
  color: #ffffff;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
}

.text-stroke {
  position: relative;
  z-index: 4;
}

.text-stroke svg {
  width: 370px;
  height: 50px;
  display: block;
  margin-bottom: 10px;
}

#animated-text {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  fill: none;
  stroke: #ffffff;
  opacity: 0.3;
}

.main-title {
  color: #ffffff;
}

.register-button {
  background-color: #00aaff;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .hero-video {
    display: none;
  }
  .video-background-container .video-placeholder {
    display: block;
  }
  .col-left {
    max-width: 100%;
  }
  .top-row__content {
    flex-direction: column;
    padding: 50px 20px;
  }
  .text-stroke svg {
    margin-left: auto;
    margin-right: auto;
  }
}
.company-numbers-container {
  display: flex;
}
.company-numbers-container .content-flex-container {
  display: inline-flex;
  gap: 45px;
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 400px;
  margin-bottom: 48px;
  align-items: flex-start;
}
.company-numbers-container .content-flex-container .number-content-container p.number {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 22px;
  padding: 0;
}
.company-numbers-container .content-flex-container .number-content-container p.number-text {
  font-size: 1em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  opacity: 1;
  margin: 0 0 20px !important;
  padding: 0;
}

@media (max-width: 850px) {
  #footer-logo {
    display: none;
  }
}

@media (max-width: 720px) {
  #industry-text {
    display: none;
  }
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-color: #000;
  opacity: 0.65;
  z-index: 2;
}
@media (max-width: 720px) {
  .header-overlay {
    height: 350px;
  }
}

.target-container {
  width: 1024px;
  height: 620px;
  position: relative;
}

.target-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.target-svg {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}

.animated-stroke {
  stroke: #ffffff;
  stroke-width: 1;
  fill: none;
  opacity: 0.8;
  stroke-linecap: round;
}

.circle-large {
  stroke-width: 1;
}

.circle-small {
  stroke-width: 1;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}

.company-slogan {
  width: 100%;
  border-top: 1px solid #444446;
  padding: 50px 0 20px;
  margin: 0;
  position: relative;
}
.company-slogan .company-slogan__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 640px) {
  .company-slogan .company-slogan__container {
    flex-direction: column;
  }
}
.company-slogan .company-slogan__container .col-left {
  width: 90px;
  width: 90px;
}
@media (max-width: 640px) {
  .company-slogan .company-slogan__container .col-left {
    width: calc(100% - 130px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 540px) {
  .company-slogan .company-slogan__container .col-left {
    width: 100%;
  }
}
.company-slogan .company-slogan__container .col-right {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  .company-slogan .company-slogan__container .col-right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 540px) {
  .company-slogan .company-slogan__container .col-right {
    width: 100%;
  }
}
.company-slogan .company-slogan__container .col-right h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
.company-slogan .company-slogan__container .col-right p {
  font-weight: 400;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}

.contact-data {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
  position: relative;
}
.contact-data .contact-data__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 960px) {
  .contact-data .contact-data__container {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 720px) {
  .contact-data .contact-data__container {
    margin-top: 50px;
  }
}
@media (max-width: 540px) {
  .contact-data .contact-data__container {
    margin-top: 0;
  }
}
.contact-data .contact-data__container .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .contact-data .contact-data__container .col-left {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-data .contact-data__container .col-left h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 55px;
}
@media (max-width: 960px) {
  .contact-data .contact-data__container .col-left h2 {
    display: none;
  }
}
.contact-data .contact-data__container .col-left .email-info {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
.contact-data .contact-data__container .col-left .email-info a {
  display: inline-block;
  color: #7f6cfd;
  font-size: 1.0625em;
  font-weight: 700;
  padding-left: 20px;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-data .contact-data__container .col-left .email-info a:hover {
  color: #5f51be;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.contact-data .contact-data__container .col-left .email-info > * {
  vertical-align: middle;
  line-height: normal;
}
.contact-data .contact-data__container .col-left .phone-info {
  margin-top: 6px;
}
.contact-data .contact-data__container .col-left .phone-info p {
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 2.4em;
  padding-left: 16px;
  margin: 0;
}
.contact-data .contact-data__container .col-left .phone-info p a {
  display: inline-block;
  color: #7f6cfd;
  font-size: 1em;
  font-weight: 700;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  outline: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-data .contact-data__container .col-left .phone-info p a:hover {
  color: #5f51be;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
.contact-data .contact-data__container .col-left .phone-info > * {
  vertical-align: middle;
  line-height: normal;
}
.contact-data .contact-data__container .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .contact-data .contact-data__container .col-right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-data .contact-data__container .col-right h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 10px 0 30px;
}
.contact-data .contact-data__container .col-right p {
  font-weight: 400;
  color: #a8a8a8;
  font-size: 1em;
  line-height: 26px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 5px;
}
.contact-data .contact-data__container .col-right p:first-of-type {
  margin-bottom: 30px;
}
.contact-data .contact-data__container .col-right p strong {
  font-weight: 700;
  color: #a8a8a8;
}

.two-columns {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
.two-columns .two-columns__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 960px) {
  .two-columns .two-columns__container {
    flex-direction: column;
    gap: 5px;
  }
}
.two-columns .two-columns__container .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .two-columns .two-columns__container .col-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.two-columns .two-columns__container .col-left h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 40px;
}
.two-columns .two-columns__container .col-left h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.two-columns .two-columns__container .col-left p:last-of-type {
  margin-bottom: 0;
}
.two-columns .two-columns__container .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .two-columns .two-columns__container .col-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.two-columns .two-columns__container .col-right h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.two-columns .two-columns__container .col-right h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.two-columns .two-columns__container .col-right p {
  font-weight: 400;
  color: #a8a8a8;
  font-size: 1.0625em;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 20px;
}
.two-columns .two-columns__container .col-right p:last-of-type {
  margin-bottom: 0;
}
.two-columns .two-columns__container .col-right p strong {
  font-weight: 700;
  color: #fff;
}
.two-columns .two-columns__container .col-right ul:last-of-type {
  margin-bottom: 0;
}

.number-list {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
.number-list h3 {
  font-weight: 700;
  color: #7f6cfd;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 55px;
}
.number-list .number-list__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0 0 50px;
  scroll-margin-top: 120px;
}
@media (max-width: 960px) {
  .number-list .number-list__container {
    flex-direction: column;
    gap: 20px;
  }
}
.number-list .number-list__container .col-left {
  width: 50%;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 960px) {
  .number-list .number-list__container .col-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.number-list .number-list__container .col-left .number-text-stroke {
  width: 200px;
  position: relative;
  height: 120px;
}
@media (max-width: 720px) {
  .number-list .number-list__container .col-left .number-text-stroke {
    display: none;
  }
}
.number-list .number-list__container .col-left .number-text-stroke svg {
  font-family: "Poppins", sans-serif;
  height: 120px;
  font-size: 65px;
  font-weight: 800;
  fill: none;
  stroke: #ffffff;
  opacity: 0.4;
  stroke-width: 0.3px;
}
.number-list .number-list__container .col-left h4 {
  font-weight: 800;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 35px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  max-width: 380px;
}
.number-list .number-list__container .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .number-list .number-list__container .col-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.number-list .number-list__container .col-right h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.number-list .number-list__container .col-right h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.number-list .number-list__container .col-right p {
  font-weight: 400;
  color: #a8a8a8;
  font-size: 1.0625em;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 20px;
}
.number-list .number-list__container .col-right p strong {
  font-weight: 700;
  color: #fff;
}
.number-list .number-list__container .col-right ul {
  margin-top: 0;
  margin-bottom: 0;
}

.link-list {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
.link-list h3 {
  font-weight: 700;
  color: #7f6cfd;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 55px;
}
.link-list .link-list__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #444446;
  position: relative;
}
.link-list .link-list__container:first-of-type {
  border-top: 1px solid #444446;
}
@media (max-width: 960px) {
  .link-list .link-list__container {
    flex-direction: column;
    gap: 20px;
  }
}
.link-list .link-list__container h4.link-title {
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 0;
  margin: 0 0 50px;
  max-width: 850px;
  opacity: 1;
}
.link-list .link-list__container a.link-url {
  display: block;
  width: 100%;
  height: 100%;
  padding: 55px 0 55px;
}
.link-list .link-list__container .link-url:hover .more {
  opacity: 1;
}
.link-list .link-list__container .link-url:hover .link-title {
  opacity: 0.7;
}
.link-list .link-list__container .more {
  font-weight: 400;
  color: #7f6cfd;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 0;
  margin: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
.link-list .link-list__container .more img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.data-columns {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}
.data-columns h3 {
  font-weight: 700;
  color: #7f6cfd;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 55px;
}
.data-columns .data-columns__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 960px) {
  .data-columns .data-columns__container {
    flex-direction: column;
    gap: 50px;
  }
}
.data-columns .data-columns__container .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .data-columns .data-columns__container .col-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.data-columns .data-columns__container .col-left .data-container {
  font-weight: 400;
  color: #fff;
  font-size: 1.0625em;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 25px 0 25px;
  margin: 0;
  border-bottom: 1px solid #444446;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .data-columns .data-columns__container .col-left .data-container {
    max-width: inherit;
  }
}
.data-columns .data-columns__container .col-left .data-container:first-of-type {
  padding-top: 0;
}
.data-columns .data-columns__container .col-left .data-container .numbers {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #fff;
  font-size: 2.8125em;
  line-height: 50px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 15px;
}
.data-columns .data-columns__container .col-left .data-container .numbers img {
  width: 35px;
  height: 35px;
  margin-right: 22px;
}
.data-columns .data-columns__container .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  .data-columns .data-columns__container .col-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.data-columns .data-columns__container .col-right h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2em;
  line-height: 46px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.data-columns .data-columns__container .col-right h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 30px;
}
.data-columns .data-columns__container .col-right p {
  font-weight: 400;
  color: #a8a8a8;
  font-size: 1.0625em;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0 0 20px;
}
.data-columns .data-columns__container .col-right p strong {
  font-weight: 700;
  color: #fff;
}
.data-columns .data-columns__container .col-right ul:last-of-type {
  margin-bottom: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */