/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* =================================================================== 
 *  Imminent Main Stylesheet
 *  Template Ver. 1.0.0
 *  09-19-2019
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links 
 *  # typography & general theme styles 
 *    ## Lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing
 *  # preloader
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## additional typo styles
 *    ## skillbars
 *    ## alert box
 *  # site header
 *    ## header logo
 *    ## header email 
 *  # intro
 *    ## intro slides
 *    ## intro particles 
 *    ## grid overlay
 *    ## intro content
 *    ## intro content text
 *    ## intro content bottom
 *    ## intro content counter
 *    ## intro content notify
 *    ## modal
 *    ## intro social
 *    ## intro scroll
 *    ## animate intro content
 *    ## intro animations
 *  # info section
 *    ## tabs
 *    ## copyright
 *    ## go top
 *
 * =================================================================== */



/* ===================================================================
 * # base style overrides 
 *
 * ------------------------------------------------------------------- */

@font-face {
  font-family: 'Mazzard';
  src: url('/fonts/MazzardM-Regular.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mazzard';
  src: url('/fonts/MazzardM-Medium.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}


html {
  font-size: 10px;
}

@media screen and (max-width:400px) {
  html {
    font-size: 9.444444444444444px;
  }

}

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
}


/* ------------------------------------------------------------------- 
 * ## links 
 * ------------------------------------------------------------------- */
a {
  color: #1bddc6;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover,
a:focus,
a:active {
  color: #33648a;
}

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



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.6rem;
  }

}

h5, .h5, h6, .h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 4.4rem;
    margin-bottom: 0.8rem;
  }

}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
}

@media screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
  }

}

h2, .h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.167;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .3rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.846;
  margin-bottom: 3.6rem;
  color: #000000;
}

@media screen and (max-width:1200px) {
  p.lead {
    font-size: 2.4rem;
  }

}

@media screen and (max-width:600px) {
  p.lead {
    font-size: 2.2rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: "Gothic A1", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 4rem 0;
  padding: 4rem 4rem;
  border-left: 4px solid black;
  position: relative;
}

@media screen and (max-width:600px) {
  blockquote {
    padding: 3.2rem 3.2rem;
  }

}

@media screen and (max-width:400px) {
  blockquote {
    padding: 2.8rem 2.8rem;
  }

}

blockquote p {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.8rem;
  line-height: 1.857;
  color: #000000;
}

@media screen and (max-width:1200px) {
  blockquote p {
    font-size: 2.6rem;
  }

}

@media screen and (max-width:600px) {
  blockquote p {
    font-size: 2.2rem;
  }

}

.page-child.page article img.attachment-full.size-full.wp-post-image{
    display:none;
}

html, body {
	background:#000;
}

.items_grid_section {
    background: #fff;
}

footer .cta-block .title {
    color: #fff;
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: #b6b6b6!important;
}

.hero-page-inner {
    padding:60px 60px!important;
    border-radius: 15px!important;
	overflow:hidden;
}

.page.page-child strong {
    color: #5effec!important;
    font-weight: 400;
}

.grids-features > .e-con ul li {font-weight: 400;font-size: 16px;}

blockquote cite {
  display: block;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.333;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #646464;
  border: none;
}

abbr {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #646464;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #efefef;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .4rem .8rem;
  white-space: nowrap;
  background: #efefef;
  border: 1px solid #d3d3d3;
  color: #000000;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #fff099;
  color: #000000;
}

hr {
  border: solid #e0e0e0;
  border-width: 1px 0 0;
  clear: both;
  margin: 8rem 0 9.6rem;
  height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists 
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1bddc6;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #1bddc6;
}

dd {
  margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.h-pull-right {
  margin: 1.2rem 0 1.2rem 2.8rem;
}

img.h-pull-left {
  margin: 1.2rem 2.8rem 1.2rem 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Gothic A1", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 3.2rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th {
  color: #000000;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.6rem;
}

fieldset {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3.2rem;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1d1d;
  z-index: 500;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6.4rem;
  padding: 1.5rem 24px 1.5rem;
  border: 0;
  outline: none;
  color: #000000;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.5rem;
  line-height: 3.2rem;
  max-width: 100%;
  background-color: #e0e0e0;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
  border-radius: 4px;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  box-shadow: 0 0 5px rgba(141, 198, 63, 0.8);
  border: 1px solid #1bddc6;
}

label,
legend {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: .8rem;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Gothic A1", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .2rem;
}


/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #8c8c8c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #8c8c8c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #8c8c8c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #8c8c8c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #8c8c8c;
}

.placeholder {
  color: #8c8c8c !important;
}


/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1bddc6;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .6rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 .4rem 1.6rem 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 4px;
  background-color: #272727;
  border: 0.2rem solid #272727;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #1bddc6;
  border-color: #1bddc6;
  color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #000000;
  border-color: #000000;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.h-full-width,
button.h-full-width {
  width: 100%;
  margin-right: 0;
}

.btn--small,
button.btn--small {
  height: 5.6rem !important;
  line-height: 5.2rem !important;
}

.btn--medium,
button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.btn--large,
button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}

.btn--pill,
button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 5.334em;
  line-height: 1;
  padding: 0 0.125em 0 0;
  text-transform: uppercase;
  background: transparent;
  color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 0;
}

.pull-quote blockquote {
  background-color: #efefef;
  border: none;
  margin: 0;
  padding-top: 9.6rem;
  position: relative;
}

.pull-quote blockquote:before {
  content: "";
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-repeat: no-repeat;
  background: center center;
  background-size: contain;
  background-image: url(../images/icons/icon-quote.svg);
  position: absolute;
  top: 4rem;
  left: 4rem;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #e0e0e0;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #1bddc6;
}

.stats-tabs li a em {
  display: block;
  margin: .8rem 0 0 0;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  color: #646464;
}


/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: .4rem;
  background: #c3c3c3;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #000000;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Gothic A1", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: .8rem .8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.alert-box__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
  background-color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
  background-color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
  background-color: #387fb2;
}

.alert-box--notice {
  background-color: #fff099;
  color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
  background-color: #827217;
}



/* ===================================================================
 * # site header
 *
 * ------------------------------------------------------------------- */
.s-header {
  z-index: 100;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 4rem;
  left: 0;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 101;
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all .3s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 8rem;
  top: 50%;
}

.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
}

.header-logo img {
  width: 120px;
}


/* -------------------------------------------------------------------
 * ## header email
 * ------------------------------------------------------------------- */
.header-email {
  font-size: 1.5rem;
  line-height: 3.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 8rem;
}

.header-email svg {
  fill: #5EFFEC;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: .4rem;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}

.header-email a {
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  position: relative;
}

.header-email a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #72a130;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-email a:hover {
  color: #ffffff;
}

.header-email a:hover::after {
  width: 100%;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media screen and (max-width:1100px) {
  .header-logo {
  left: 30px;
  }

  .header-email {
  right: 30px;
  }

}

@media screen and (max-width:800px) {
  .s-header {
    top: 1.6rem;
  }

  .header-logo img {
    width: 125px;
  }

}

@media screen and (max-width:600px) {
  .header-logo img {
    width: 120px;
  }

}

@media screen and (max-width:500px) {
  .header-logo {
  }

  .header-email {
  }

}

@media screen and (max-width:400px) {
  .header-logo {
    right: auto;
    left: 4.2rem;
  }

  .header-email {
    display: none;
  }

}



/* ===================================================================
 * # intro
 *
 * ------------------------------------------------------------------- */
.s-intro {
  width: 100%;
  height: 100vh;
  min-height: 82rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

.s-intro--static {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/bg-static.jpg);
}

.s-intro--static::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
}

.s-intro--static::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: .6;
}

.s-intro--particles {
  background-color: #101117;
}

.s-intro--particles::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}


/* -------------------------------------------------------------------
 * ## intro slides
 * ------------------------------------------------------------------- */
.intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-slider-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  min-height: 82rem;
}

.intro-slider-img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}

.intro-slider-img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: .8;
}

.intro-slider-img.bg-opacity-40::before {
  opacity: .4;
}

.intro-slider-img.bg-opacity-50::before {
  opacity: .5;
}

.intro-slider-img.bg-opacity-60::before {
  opacity: .6;
}

.intro-slider-img.bg-opacity-70::before {
  opacity: .7;
}

.intro-slider-img.bg-opacity-80::before {
  opacity: .8;
}

.intro-slider-img.bg-opacity-90::before {
  opacity: .9;
}


/* -------------------------------------------------------------------
 * ## intro particles 
 * ------------------------------------------------------------------- */
.intro-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: .35;
}

.intro-particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------------------------
 * ## grid overlay
 * ------------------------------------------------------------------- */
.grid-overlay {
  z-index: 1;
  display: block;
  width: 89%;
  height: 100%;
  max-width: 1200px;
  opacity: .65;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.grid-overlay > div,
.grid-overlay::before,
.grid-overlay::after {
  background-color: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.grid-overlay::before {
  content: "";
  left: 25%;
}

.grid-overlay::after {
  content: "";
  right: 25%;
}

.grid-overlay > div {
  left: 50%;
}


/* -------------------------------------------------------------------
 * ## intro content
 * ------------------------------------------------------------------- */
.intro-content {
  z-index: 2;
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 24rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}


/* -------------------------------------------------------------------
 * ## intro content text
 * ------------------------------------------------------------------- */
.intro-content__text h3 {
  display: inline-block;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #5EFFEC;
  padding-left: .6rem;
  margin-top: 0;
  margin-bottom: .8rem;
  position: relative;
}

.intro-content__text h3::before {
  content: "";
  display: block;
  width: 7.2rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 1rem;
  right: calc(100% + 2.8rem);
}

.intro-content__text h1 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .8rem;
}


/* -------------------------------------------------------------------
 * ## intro content bottom
 * ------------------------------------------------------------------- */
.intro-content__bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 20px;
  bottom: 9.6rem;
}


/* -------------------------------------------------------------------
 * ## intro content counter
 * ------------------------------------------------------------------- */
.intro-content__counter-wrap {
  margin-right: 8rem;
}

.intro-content__counter-wrap h4 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.4);
}

.counter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
}

.counter__time {
  margin-top: 1.2rem;
  margin-right: 6px;
}

.counter span {
  font-weight: 400;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  left: -2px;
}


/* -------------------------------------------------------------------
 * ## intro content notify
 * ------------------------------------------------------------------- */
.intro-content__notify button {
  z-index: 2;
  font-size: 1rem;
  margin: 0;
  height: 5.6rem !important;
  line-height: 5.4rem !important;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.intro-content__notify button svg {
  fill: #ffffff;
  height: 1rem;
  width: 1rem;
  margin-left: .4rem;
}

.intro-content__notify button::before {
  z-index: -1;
  content: "";
  height: 100%;
  width: 0;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.intro-content__notify button:hover {
  color: #000000;
}

.intro-content__notify button:hover svg {
  fill: #000000;
}

.intro-content__notify button:hover::before {
  width: 100%;
}


/* -------------------------------------------------------------------
 * ## modal
 * ------------------------------------------------------------------- */
.modal {
  z-index: 400;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
}

.modal h3 {
  margin-top: 0;
}

.modal svg {
  fill: #1bddc6;
  width: 4.8rem;
  height: 4.8rem;
}

.modal.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
}

.modal__inner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 5.6rem 3.2rem 2rem;
  width: 90vw;
  max-width: 34rem;
  border-radius: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal__close {
  display: block;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
}

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000000;
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000000;
}

.modal form input[type="email"] {
  height: 5.6rem;
  padding: 1.2rem 24px 1.2rem;
}

.modal form label {
  color: #000000;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.3rem;
  line-height: 1.846;
  padding: 0 2rem;
}

.modal form label i {
  padding-right: 6px;
}

.modal form label svg {
  height: 1.3rem !important;
  margin-right: 4px;
}


/* -------------------------------------------------------------------
 * ## intro social
 * ------------------------------------------------------------------- */
.intro-social {
  z-index: 2;
  list-style: none;
  font-size: 13px;
  line-height: 1.6rem;
  margin: 0;
  padding-bottom: 9.6rem;
  width: 1.5rem;
  text-align: center;
  position: absolute;
  right: 8rem;
  bottom: 0;
}

.intro-social a {
  color: rgba(255, 255, 255, 0.6);
}

.intro-social a:hover,
.intro-social a:focus,
.intro-social a:active {
  color: #ffffff;
}

.intro-social li {
  padding-left: 0;
  margin-bottom: 1.6rem;
}

.intro-social li:last-child {
  margin-bottom: 0;
}

.intro-social::before {
  content: '';
  display: block;
  width: 1px;
  height: 7.8rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 50%;
  bottom: 0;
}


/* -------------------------------------------------------------------
 * ## intro scroll
 * ------------------------------------------------------------------- */
.intro-scroll {
  z-index: 2;
  line-height: 12px;
  position: absolute;
  left: 8rem;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translate3d(0, 100%, 0);
  transform: rotate(-90deg) translate3d(0, 100%, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.intro-scroll .scroll-link {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 9.6rem;
  margin: 0;
  position: relative;
}

.intro-scroll .scroll-link:hover,
.intro-scroll .scroll-link:focus {
  color: #ffffff;
}

.intro-scroll::before {
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 7.8rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}


/* -------------------------------------------------------------------
 * ## animate intro content
 * ------------------------------------------------------------------- */
html.ss-preload .intro-content__text,
html.ss-preload .intro-content__bottom {
  opacity: 0;
}

html.ss-loaded .intro-content__text {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html.ss-loaded .intro-content__bottom {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html.no-csstransitions .intro-content__text,
html.no-csstransitions .intro-content__bottom {
  opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## intro animations 
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade in left */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}


/* ------------------------------------------------------------------- 
 * responsive:
 * intro
 * ------------------------------------------------------------------- */
@media screen and (max-width:1800px) {
  .intro-content__text h1 {
    font-size: 7.3rem;
  }

}

@media screen and (max-width:1700px) {
  .intro-content {
    max-width: 1200px;
  }

}

@media screen and (max-width:1600px) {
  .grid-overlay {
    border-right: none !important;
    border-left: none !important;
  }

  .grid-overlay::before {
    left: 22.5%;
  }

  .grid-overlay::after {
    right: 22.5%;
  }

  .intro-content {
    max-width: 1080px;
  }

  .intro-content__text h1 {
    font-size: 7rem;
  }

}

@media screen and (max-width:1400px) {
  .intro-content {
    max-width: 900px;
  }

  .intro-content__text h1 {
    font-size: 6.6rem;
  }

}

@media screen and (max-width:1200px) {
  .intro-content {
    max-width: 800px;
  }

  .intro-content__text h1 {
    font-size: 6.3rem;
  }

  .intro-content__bottom {
    left: 16px;
  }

}

@media screen and (max-width:1100px) {
  .intro-content__text h3::before {
    width: 4rem;
  }

  .intro-social {
    right: 4rem;
  }

  .intro-scroll {
    left: 4rem;
  }

}

@media screen and (max-width:1024px) {
  .s-intro {
    max-height: 800px;
  }

  .intro-content {
    max-width: 600px;
  }

  .intro-content__text h1 {
    font-size: 6rem;
  }

}

@media screen and (max-width:800px) {
  .intro-content {
    max-width: 70vw;
    padding-top: 1rem;
  }

  .intro-content__text h3::before {
    display: none;
  }

  .intro-content__text h1 {
    font-size: 4.8rem;
  }

  .intro-content__text br {
    display: none;
  }

  .intro-content__notify {
    margin-top: 3.6rem;
  }

}

@media screen and (max-width:700px) {
  .intro-content__text h1 {
    font-size: 4.2rem;
  }

  .counter {
    font-size: 2.8rem;
  }

  .counter span {
    font-size: 1.2rem;
  }

}

@media screen and (max-width:600px) {
  .s-intro {
    max-height: none;
  }

  .intro-content {
    max-width: 80vw;
    padding-bottom: 12rem;
  }

  .intro-content__text h3 {
    font-size: 1.2rem;
  }

  .intro-content__text h1 {
    font-size: 3.8rem;
  }

  .intro-content__bottom {
    left: 10px;
    display: block;
    position: static;
    margin-top: 9.6rem;
  }

  .intro-content__counter-wrap {
    margin-right: 0;
  }

}

@media screen and (max-width:500px) {
  .intro-content {
    max-width: 90vw;
  }

  .intro-content__bottom {
    margin-right: 5rem;
  }

  .intro-social {
    display: none;
  }

  .intro-scroll {
    -webkit-transform: rotate(-90deg) translate3d(0, 100%, 0);
    transform: translate3d(100%, 0, 0) rotate(-90deg);
    right: 3.2rem;
    left: auto;
  }

}

@media screen and (max-width:400px) {
  .grid-overlay > div,
  .grid-overlay::before,
  .grid-overlay::after {
    display: none;
  }

}

@media screen and (max-width:350px) {
  .intro-content__text h1 {
    font-size: 3.4rem;
  }

}



/* ===================================================================
 * # info section
 *
 * ------------------------------------------------------------------- */
.s-info {
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  position: relative;
}

.s-info .vert-line {
  width: 1.5rem;
  height: 20rem;
  position: absolute;
  top: 0;
  right: 8rem;
}

.s-info .vert-line::before {
  content: "";
  display: block;
  height: inherit;
  width: 1px;
  background-color: #1bddc6;
  position: absolute;
  left: 50%;
  top: 0;
}

.s-info::before {
  display: block;
  content: "";
  width: 55%;
  height: 65%;
  background-color: #ffffff;
  opacity: .5;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/bg-info.jpg);
  position: absolute;
  right: 0;
  bottom: 0;
}

.s-info h1,
.s-info h4 {
  margin-top: 0;
}

.s-info h1 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
  position: relative;
}

.s-info h1::after {
  display: block;
  content: "";
  width: 8rem;
  height: 1px;
  background-color: #1bddc6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.s-info footer {
  margin-top: 9.6rem;
}


/* -------------------------------------------------------------------
 * ## tabs
 * ------------------------------------------------------------------- */

/* tabs navigation
 * -------------------------------------- */
.tab-nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tab-nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  font-size: 1.6rem;
  line-height: 6.8rem;
  position: relative;
}

.tab-nav__list li {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0;
  border-bottom: 1px solid #efefef;
}

.tab-nav__list a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 3.2rem;
  position: relative;
}

.tab-nav__list a:hover,
.tab-nav__list a:focus,
.tab-nav__list a:active {
  color: #000000;
}

.tab-nav__list .active a {
  color: #000000;
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
  position: relative;
}

/* tab content
 * -------------------------------------- */
.tab-content {
  margin-top: 6.4rem;
  padding-right: 25vw;
  position: relative;
}

/* services listing
 * --------------------------------------- */
.services-list {
  margin-top: 4rem;
  counter-reset: ctr;
  position: relative;
}

.services-list__item {
  margin-bottom: 2.4rem;
}

.services-list__item-content::before {
  display: block;
  content: counter(ctr, decimal-leading-zero) ".";
  counter-increment: ctr;
  margin-bottom: 2rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: #1bddc6;
}

/* link list
 * -------------------------------------- */
.link-list {
  list-style: none;
  margin-left: 0;
}

.link-list li {
  padding-left: 0;
}

.link-list a {
  color: #000000;
}

.link-list a:hover,
.link-list a:focus,
.link-list a:active {
  color: #1bddc6;
}

/* tab contact bottom
 * -------------------------------------- */
.contact-email {
  display: inline-block;
  font-family: "Gothic A1", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin: 5.6rem 0 .8rem;
  color: #1bddc6;
  border-bottom: 1px solid #efefef;
}

.contact-email:hover,
.contact-email:focus {
  color: #1bddc6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.contact-number a {
  color: #000000;
}

.contact-number a:hover,
.contact-number a:focus {
  color: #1bddc6;
}

.contact-number a::after {
  content: "/";
  font-weight: 400;
  margin: 0 .6rem 0 1rem;
  color: #646464;
}

.contact-number a:last-child::after {
  display: none;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright {
  z-index: 2;
  position: relative;
}

.ss-copyright span {
  font-size: 1.5rem;
  display: inline-block;
}

.ss-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .8rem 0 1rem;
  color: rgba(0, 0, 0, 0.3);
}

.ss-copyright span:last-child::after {
  display: none;
}

/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
  z-index: 2;
  position: absolute;
  bottom: 7.2rem;
  right: 6.4rem;
}

.ss-go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background: black;
  color: black;
  border-radius: 50%;
  transition: all .3s;
  position: relative;
}

.ss-go-top a:hover {
  background-color: #254965;
  color: #ffffff;
}

.ss-go-top svg {
  height: 1.2rem;
  width: 1.2rem;
  fill: #ffffff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * info
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .tab-content {
    padding-right: 15vw;
  }

}

@media screen and (max-width:1100px) {
  .s-info .vert-line {
    right: 4rem;
  }

}

@media screen and (max-width:1000px) {
  .tab-content {
    padding-right: 40px;
  }

}

@media screen and (max-width:800px) {
  .tab-content {
    padding-right: 0;
  }

  .services-list__item-content {
    padding-right: 60px;
  }

  .contact-email {
    font-size: 5.8vw;
  }

  .ss-copyright span {
    display: block;
  }

  .ss-copyright span::after {
    display: none;
  }

  .ss-go-top {
    right: 4rem;
  }

}

@media screen and (max-width:600px) {
  .s-info {
    padding-top: 12rem;
  }

  .tab-nav__list {
    font-size: 1.5rem;
    line-height: 5.6rem;
  }

  .tab-nav__list a {
    padding: 0 2.2rem;
  }

  .services-list__item-content {
    padding-right: 0;
  }

}

@media screen and (max-width:500px) {
  .s-info {
    padding-top: 9.6rem;
  }

  .s-info .vert-line {
    display: none;
  }

  .ss-go-top {
    bottom: 8rem;
  }

  .ss-go-top a {
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
  }

}

@media screen and (max-width:400px) {
  .s-info footer {
    text-align: center;
    position: relative;
    margin-top: 4.8rem;
    padding-top: 6.4rem;
  }

  .services-list__item-content::before {
    font-size: 3.3rem;
  }

  .ss-go-top {
    right: 50%;
    top: 0;
    bottom: auto;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

}

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


.elementor-default h1.elementor-heading-title.elementor-size-default {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.14;
    color: #fff;
}

.elementor-default * {
    font-family: 'Mazzard', sans-serif!important;
}

.elementor-default  .elementor-element {
    margin: 0;
    padding: 0;
}

.partners-slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 184px;
}

.track {
    display: flex;
    width: 100%;
    animation: scroll 40s linear infinite;
    gap: 100px;
    align-items: center;
}

.track img {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    border-radius: 12px;
    object-fit: cover;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.hero-main .elementor-widget-text-editor b,
.hero-main .elementor-widget-text-editor strong {
	color: #5EFFEC;
	font-weight:400;
}

.hero-main .elementor-widget-text-editor {
    max-width: 640px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #CCDCDE;
}

.hero-page-inner .elementor-element.btn_default.elementor-widget.elementor-widget-button {
    width: 40%;
    margin: 20px 0 0px 0;
}


.hero-page-inner .elementor-element.btn_default.elementor-widget.elementor-widget-button.bordered_btn a {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff6e;
}

.hero-page-inner .elementor-element.btn_default.elementor-widget.elementor-widget-button.bordered_btn a:hover {
    background: #fff;
    color: #000;
}

.elementor-widget-button.btn_default a {
    width: 100%;
    max-width: 250px;
    padding: 10px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    background-color: #5EFFEC;
    color: #000000;
    border-radius: 50px;
    height: 50px;
}

h6.elementor-heading-title.elementor-size-default {
    font-size: 18px;
    font-weight: 600;
    color: #CCDCDE;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
}

.partner-logos {
    margin-top: 80px!important;
}

.elementor-element.hero-main {
    padding: 100px 20px 0px 20px;
}

.elementor-widget-button.btn_default a:hover {
    background: #fff;
}

.elementor-default p {
    margin: 0;
}

.elementor-element.popup_style {
    padding: 50px;
}

.dialog-widget-content.dialog-lightbox-widget-content {
    border-radius: 10px;
}

.elementor-element.popup_style h2.elementor-heading-title.elementor-size-default {
    color: #000;
    text-align: center;
    font-size: 30px;
}

.elementor-element.popup_style p {
    text-align: center;
    margin-bottom: 20px;
}

.elementor-element.popup_style .elementor-field {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 10px 0;
}

.elementor-element.popup_style * {
    margin:0;
    padding:0;
}

.elementor-element.popup_style button.elementor-button.elementor-size-sm {
    font-size: 16px;
    background-color: #5EFFEC;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0;
    max-width: 250px;
    border-radius: 100px;
    margin: 0 auto;
}

.elementor-element.popup_style button.elementor-button.elementor-size-sm:hover {
    background: #000;
    color: #fff!important;
}

.elementor-default h2.elementor-heading-title.elementor-size-default {
    font-weight: 800;
    font-size: 65px;
    color: #000000;
}

.elementor-element.items_grid_section {
    padding: 120px 20px 270px 20px;
}

.elementor-element.items_grid_section .psa_row {
    max-width: 770px;
    gap: 0;
}

.elementor-element.items_grid_section .psa_row p {
    font-size: 16px;
    color: #151717;
    margin-top: 20px;
}

.testimonials_section .elementor-element.elementor-widget-n-carousel.e-widget-swiper {
    width: 100%;
    height: 100%;
    max-width: 85%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%), rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
    margin-top: -185px;
    border-radius: 20px;
    overflow: hidden;
}

.elementor-element.testimonials_section {
    background: #000;
}

.elementor-element.testimonials_section  h5.elementor-heading-title.elementor-size-default {
    text-align: center;
    color: #fff;
    max-width: 550px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.elementor-element.testimonials_section .swiper-pagination {top: 92%;}

.elementor-element.testimonials_section .swiper-pagination span.swiper-pagination-bullet {background:#fff;width:7px;height:7px;}

.elementor-element.testimonials_section .swiper .elementor-element.e-con-full.e-flex.e-con.e-child {
    gap: 0;
}

.elementor-element.testimonials_section .swiper .elementor-element.e-con-full.e-flex.e-con.e-child .author_name {
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    margin-bottom:-5px;
}

.elementor-element.testimonials_section .swiper .elementor-element.e-con-full.e-flex.e-con.e-child .position_name {
    font-size: 14px;
    font-weight: 400;
    color: #71767E;
}

.elementor-element.review_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 auto;
    width: auto;
}

.elementor-element.testimonials_section .elementor-swiper-button.elementor-swiper-button-next {
    right: 40px!important;
}

.elementor-element.testimonials_section  .elementor-swiper-button.elementor-swiper-button-prev {
    left: 40px!important;
}

.grids-features > .e-con {
    gap: 80px;
    align-items: center;
    justify-content: center;
}

.grids-features > .e-con h3.elementor-heading-title.elementor-size-default {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.grids-features > .e-con p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.elementor-element.e-con-full.grids-features {
    margin-top: 120px;
    gap: 120px;
    padding-bottom: 120px;
}

.elementor-element.e-con-full.grids-features .elementor-element.elementor-widget.elementor-widget-button a {
    width: 100%;
    max-width: 250px;
    padding: 10px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    background-color: #5EFFEC;
    color: #000000;
    border-radius: 50px;
    height: 50px;
}

.elementor-element.e-con-full.grids-features .elementor-element.elementor-widget.elementor-widget-button a:hover {
    background-color: #fff;
    color: #000;
}

.elementor-element.button_outlined.elementor-widget-button.elementor-widget a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
}

.elementor-element.button_outlined.elementor-widget-button.elementor-widget a:hover {
    background: #fff;
    color: #000;
}

.elementor-element.about-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Mazzard', sans-serif;
    margin-bottom: 10px;
}

.speakers-list figure.elementor-image-box-img {
    width: 100%!important;
    max-width: 100%!important;
}

.speakers-list {
    margin-top: 40px!important;
}

.speakers-list p.elementor-image-box-title {
    color: #000!important;
    font-size: 18px!important;
}

.speakers-list .elementor-image-box-content {
    text-align: left;
}

.speakers-list p.elementor-image-box-description {
    font-size: 14px;
    color: #31353C;
}

.speakers-list .elementor-element.elementor-widget.elementor-widget-image-box {
    padding: 0 10px;
}

.speakers-list figure.elementor-image-box-img {
    transition: all .4s;
}

.speakers-list figure.elementor-image-box-img:hover {
    transform: scale(0.95);
}

.featured-grid h3.elementor-icon-box-title {
    font-size: 70px;
    font-weight: 400;
    background: linear-gradient(90deg, #5EFFEC, #005EA2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.featured-grid .elementor-widget-icon-box .elementor-icon-box-description {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

.elementor-element.elementor-widget.elementor-widget-button a {
    color: #111;
    background: #5effec;
    border-radius: 100px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    font-weight: 400!important;
    font-size: 16px;
    color: #fff!important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a:hover {
    color: #5effec!important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a:after {
    display: none;
}

.elementor-element.elementor-widget.elementor-widget-button a:hover {
    background: #fff;
}

header.header {
    display: none;
}

div#website_header {
    position: fixed;
    z-index: 9;
    background: #000;
    padding: 10px;
}

.elementor-63 .elementor-element.elementor-element-64f7b0c:not(.elementor-motion-effects-element-type-background):before {
    width: 100%;
    content: '';
    height: 120px;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, #000000, transparent);
    z-index: 4;
    top: 681px;
}

.elementor-63 .elementor-element.elementor-element-64f7b0c:not(.elementor-motion-effects-element-type-background) {
    position: relative;
    background-position: 40% -20%;
    background-repeat: no-repeat;
    background-color: #000;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    padding-top: 120px;
}

footer .wrapper {
    height: 100%;
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

footer .footer-navigation {
    display: flex;
    justify-content: space-between;
}

footer .contact-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .contact-block .title {
    font-size: 16px;
    color: #71767E;
}

footer .contact-block .points {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
}

footer .contact-block .points .point {
    display: flex;
    align-items: start;
    gap: 8px;
    color: #fff;
}

footer .contact-block .points .point img {
    height: 16px;
}

footer .contact-block .link__social {
    text-decoration: none;
    color: #fff;
}

footer .cta-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .cta-block .heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .cta-block .title {
    font-size: 16px;
}

footer .cta-block .sub-title {
    font-size: 14px;
    color: #71767E;
}

footer .cta-block .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0;
}

footer .cta-block .contact-form label {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

footer .cta-block .contact-form input {
    padding-bottom: 15px;
    margin-bottom: 6px;
    border: none;
    border-bottom: 1px solid #333333;
    background-color: #000000;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    transition: border-color 0.3s ease;
    height: 40px;
    border-radius: 0 0 0 0;
}

footer .cta-block .btn {
    width: 100%;
    max-width: 160px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    background-color: #5EFFEC;
    color: #000000;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

footer .policy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 80px;
    margin-bottom: 60px;
}

footer .policy div {
    font-size: 14px;
}

footer .policy div:last-child {
    max-width: 500px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

footer .policy .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15)
}


.events-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
    gap: 30px;
}

.events-grid .events-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 290px;
    gap: 15px;
    position: relative;
}

.events-grid .events-card .events-tags {
    display: flex;
    align-items: center;
    gap: 5px;
}

.events-grid .events-card .events-tags .tag {
    height: 100%;
    max-height: 25px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

.events-grid .events-card .events-tags .tag.current {
    background-color: #5EFFEC;
}

.events-grid .events-card .events-tags .tag.past {
    background-color: #000000;
    color: #fff;
}


.events-grid .events-card .events-tags .tag.location {
    background-color: transparent;
    border: 1px solid #5EFFEC;
}

.events-grid .events-card .events-title {
    display: flex;
    align-items: start;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.events-grid .events-card .events-title:hover,
.events-grid .events-card .events-title:hover .arrow-icon {
    color: #000000;
    stroke: #000000;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-underline-position: under;
}

.events-grid .events-card .events-title div:first-child {
    max-width: 270px;
    width: 100%;
}

.events-grid .events-card .events-title .arrow-icon {
    stroke: #000000;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease;

}

.events-grid .events-card .events-dates {
    height: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.events-grid .events-card .events-dates .date {
    display: flex;
    font-size: 12px;
    color: #71767E;
}

.events-grid .events-card .events-dates .date span {
    font-weight: 600;
    color: #000;
}

.events-grid .events-card .events-dates .date img {
    position: relative;
    top: -3px;
    left: -2px;
    margin-right: 3px;
}

.events-grid .events-card > img {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s;
}

.events-grid .events-card .events-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.events-grid .events-card:hover img {
    transform: scale(0.96);
    opacity: 0.9;
}


.news-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}

.news-grid .news-card {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    gap: 10px;
    position: relative;
}


.news-grid .news-card img {
    max-width: 290px;
    height: 195px;
    width: 100%;
}

.news-grid .news-card .news-tags {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.news-grid .news-card .news-tags .tag {
    height: 25px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

.news-grid .news-card .news-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;

}

.news-grid .news-card .news-title:hover,
.news-grid .news-card .news-title:hover .arrow-icon {
    color: #000000;
    stroke: #000000;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-underline-position: under;
}

.news-grid .news-card .news-title div:first-child {
    max-width: 270px;
    width: 100%;
}

.news-grid .news-card .news-title .arrow-icon {
    stroke: #000000;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease;

}

.news-grid .news-card .news-date {
    font-size: 12px;
    color: #71767E;
    margin-top: 5px;
}

.items_grid_section.blog_section {
    padding-bottom: 120px;
}

.news-grid .news-card .news-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-grid .news-card .news-title:hover {}

.news-grid .news-card:hover img {
    transform: scale(0.96);
    opacity: 0.9;
}

.news-grid .news-card img {
    transition: all .3s;
}

.elementor-price-table__feature-inner b {
    display: table;
    margin: 13px auto 0px auto;
    font-weight: 400;
    color: #5effec;
}

.elementor-widget-price-table > div > ul > li:nth-child(2) > div {
    min-height: 75px;
}

.elementor-price-table__price {
    flex-direction: column!important;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}

.elementor-price-table__original-price.elementor-typo-excluded {
    align-self: center!important;
    margin-bottom: 20px;
}

span.elementor-price-table__integer-part {
    font-size: 39px;
    font-weight: 400;
}

span.elementor-price-table__integer-part:after {content: 'грн.';font-size: 16px;color: #71767E;}

.elementor-price-table__original-price.elementor-typo-excluded:after {content: 'грн.';font-size: 16px;color: #71767E;}

.first-item-hidden svg.e-font-icon-svg.e-far-check-circle {
    visibility: hidden;
    margin: -4px 0 0 -19px;
}

.first-item-hidden li {
    text-align: left;
}

.pricing_table .elementor-price-table__feature-inner svg {
    margin: 0px 0 -4px 0;
}

.pricing_table > div {
    width: 100%;
}

.pricing_table.e-flex.e-con.e-child > div:nth-child(3) {
    background: #0D0D0D!important;
    border-radius: 15px;
    position: relative;
    overflow: visible;
}

.pricing_table.e-flex.e-con.e-child > div:nth-child(3):before {
    content:'';
    background-image:url(https://events-cfo.com/wp-content/uploads/2025/08/badge.png);
    position: absolute;
    right: -20px;
    top: -60px;
    height: 140px;
    width: 110px;
    background-size: cover;
    z-index: 1;
}

.pricing_table.e-flex.e-con.e-child > div:nth-child(3) .elementor-price-table__header,
.pricing_table.e-flex.e-con.e-child > div:nth-child(3) ul.elementor-price-table__features-list,
.pricing_table.e-flex.e-con.e-child > div:nth-child(3) .elementor-price-table__footer,
.pricing_table.e-flex.e-con.e-child > div:nth-child(3) .elementor-price-table__price {
    background: transparent!important;
}


.pricing_table .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    padding: 0!important;
    margin: 0!important;
}

.pricing_table .elementor-price-table .elementor-price-table__features-list li:before {
    margin: 24px 0!important;
}

.pricing_table .elementor-price-table__footer {
    padding: 30px 20px 10px 20px!important;
}

.first-item-hidden span.elementor-price-table__integer-part {
    visibility:hidden;
}

.first-item-hidden .elementor-price-table__header {
    visibility: hidden;
}

.first-item-hidden .elementor-price-table__price {
    visibility: hidden;
}

.website_paddings > div.e-con-inner {
    padding: 120px 20px;
}

.cotact_form_footer h2.elementor-heading-title.elementor-size-default {
    color: #fff;
}

article.post.type-post.status-publish.format-standard {
    max-width: 830px;
    margin: 140px auto 140px auto;
}

footer.entry-footer {
    display: none;
}

div#comments {
    display: none;
}

footer.footer {
    display: none;
}

a.post-edit-link {
    display: none;
}

span.author.vcard {
    display: none;
}

span.meta-sep {
    display: none;
}

article.post.type-post.status-publish.format-standard h1.entry-title {
    font-size: 60px;
    line-height: 1;
}

article.post.type-post.status-publish.format-standard h1.entry-title a {
    text-decoration: none;
    line-height: 0;
    color: #000;
}

article.post.type-post.status-publish.format-standard header .entry-meta {
    margin-bottom: 30px;
    color: #999;
}

article.post.type-post.status-publish.format-standard  img.attachment-full.size-full.wp-post-image {
    margin-bottom: 60px;
}

article.post.type-post.status-publish.format-standard p {
    margin-bottom: 30px;
}

.cotact_form_footer p {
    font-size: 16px;
    color: #fff;
}

.cotact_form_footer.website_paddings > .e-con-inner {
    gap: 60px;
}

.partner_logos .elementor-element.e-con-full.e-flex.e-con.e-child > div {
    width: 15%;
}

.partner_logos .elementor-element.e-con-full.e-flex.e-con.e-child {
    flex-wrap: wrap;
}

.partner_logos .elementor-element.e-con-full.e-flex.e-con.e-child figcaption.widget-image-caption.wp-caption-text {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
}

.form-background > div {
    padding: 50px!important;
    background: linear-gradient(45deg, black, #131313);
}

.form-background > div button.elementor-button.elementor-size-sm {
    color: #000!important;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    max-width: 200px;
    border-radius: 100px;
    margin: 0 0 0 auto;
}

.form-background label.elementor-field-label {
    color: #fff!important;
}

.form-background .elementor-field:not(.elementor-select-wrapper) {
    background: transparent!important;
    color: #fff!important;
    border: none;
    border-bottom: 1px solid #ffffff17;
    border-radius: 0;
}

.form-background > div button.elementor-button.elementor-size-sm:hover {
    background: #fff;
}

.website_paddings .elementor-field:not(.elementor-select-wrapper) {
    background: transparent!important;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.website_paddings h2.elementor-heading-title.elementor-size-default {
    color: #fff;
}

.website_paddings .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.website_paddings .icons-row {
    margin-top: 50px;
}

.elementor-element.e-con-full.featured-grid.e-flex.e-con.e-child h3.elementor-icon-box-title {
    margin-top: 0;
}

.website_paddings .elementor-field:not(.elementor-select-wrapper) {
    color:#fff;
}
.website_paddings .elementor-field:not(.elementor-select-wrapper)::placeholder {
    color:#ccc;
}

.website_paddings label.elementor-field-label {
    color: #fff;
    font-weight: bold;
    margin-bottom: -4px;
}

textarea#form-field-message {
    margin-top: 20px;
}

.elementor-form-fields-wrapper.elementor-labels-above {
    margin-top: 30px;
}

.website_paddings button.elementor-button.elementor-size-sm {
    height: 55px;
    border-radius: 100px;
    background: #5effec;
    color: #000!important;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    max-width: 240px;
}

.website_paddings button.elementor-button.elementor-size-sm:hover {
    background: #fff;
}

.website_paddings .elementor-message.elementor-message-svg {
    color: #fff;
}

.reviews_image > div {
    padding: 30px 30px 70px 30px!important;
}

.reviews_image .elementor-element.e-con-full.e-flex.e-con.e-child {
    gap:0;
}

.new_text {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_text a.button {
    margin-top: 20px;
}

.reviews_image .elementor-element.e-con-full.e-flex.e-con.e-child p{
    font-size: 16px;
}

.reviews_image .elementor-element.position_name {opacity:0.6;}

.reviews_image .elementor-element.e-grid.e-con-full.review_wrapper {margin:0;}

.cotact_form_footer .reviews_image p {
    font-size: 18px;
}

.reviews_image {
    position:relative;
}

.reviews_image .swiper-pagination {
    z-index: 999;
    left:60px!important;
    top: 80%!important;
    bottom: 10px!important;
}

.reviews_image .elementor-widget-n-carousel .swiper-pagination-bullet {
    background: #fff;
}

@media (max-width:768px) {

    .events-grid {flex-wrap: wrap;}
    
    .elementor-element.elementor-element-08414f4.elementor-widget.elementor-widget-button {
        display: none;
    }
    
    .news-grid {
        flex-wrap: wrap;
        gap: 60px;
    }
    
    footer .footer-navigation {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }
    
    .elementor-default h1.elementor-heading-title.elementor-size-default {
        font-size: 38px;
    }
    
    #website_header > div {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    
    .elementor-138 .elementor-element.elementor-element-f9dc23d {
        position: static;
    }
    
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: absolute;
        left: 0px;
        top: 63px;
        width: 100%;
    }
    
    .elementor-element.elementor-element-240fd44.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
        position: static;
    }
    
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container a.elementor-item {
        text-align: center;
        align-items: center;
        font-size: 18px;
        padding: 15px 020px;
        border-bottom: 1px solid #f5f5f5;
    }
    
    div#website_header {
        top: 0;
        padding: 10px 20px;
    }
    
    .elementor-element.about-text p {
        font-size: 18px;
        padding: 0 20px;
    }
    
    .elementor-element.button_outlined.elementor-widget-button.elementor-widget a {
        width: 80%;
    }
    
    .featured-grid h3.elementor-icon-box-title {
        margin-top: 30px;
        font-size: 60px;
    }
    
    .elementor-63 .elementor-element.elementor-element-92c60c6 {margin-top: 0px;padding-top: 0;}
    
    .about-section .e-con-inner {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
    .elementor-default h2.elementor-heading-title.elementor-size-default {
        font-size: 35px;
    }
    
    .elementor-element.items_grid_section {
        padding: 60px 20px 220px 20px;
    }
    
    div.elementor-element.about-section.e-flex.e-con-boxed > div {
        padding-bottom: 80px;
    }
    
    .events-grid .events-card {
        max-width: 100%;
    }
    
    .events-grid .events-card .events-title {
        width: 100%;
        justify-content: space-between;
    }
    
    .testimonials_section .elementor-element.elementor-widget-n-carousel.e-widget-swiper {
        width: 90%;
        margin: -185px auto 0 auto;
    }
    
    .elementor-element.testimonials_section h5.elementor-heading-title.elementor-size-default {
        padding: 0 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    
    .elementor-element.testimonials_section .elementor-swiper-button.elementor-swiper-button-prev, .elementor-element.testimonials_section .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }
    
    .elementor-element.e-con-full.grids-features {
        padding: 0px 20px 80px 20px;
        gap: 110px;
    }
    
    .elementor-element.e-con-full.grids-features > div {
        gap: 40px!important;
    }
    
    .elementor-element.elementor-element-734adb1.e-grid.e-con-full.e-con.e-child {
        flex-direction: column-reverse;
        display: flex;
    }
    
    .news-grid .news-card {
        max-width: 100%;
        width: 100%;
    }
    
    .news-grid .news-card img {
        max-width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .items_grid_section.blog_section {
        padding-bottom: 80px;
    }
    
    footer .footer-navigation .logo {
        margin-bottom: 30px;
    }
    
    footer .contact-block {
        width: 100%;
    }
    
    footer {
        padding-top: 90px;
    }
    
    footer .policy {
        padding: 20px;
        margin-top: -40px;
    }

    .elementor-element.e-con-full.grids-features .elementor-element.elementor-widget.elementor-widget-button a {
        max-width: 90%;
        margin: 0 auto;
    }

    .elementor-element.elementor-widget.elementor-widget-button a {
        max-width: 100%;
    }

    .website_paddings button.elementor-button.elementor-size-sm {
        max-width: 90%;
        margin: 0 auto;
        height: 50px;
    }

    .partner_logos .elementor-element.e-con-full.e-flex.e-con.e-child > div {
        width: 47%;
    }

    .website_paddings .icons-row > div {
        width: 100%!important;
    }

    article.post.type-post.status-publish.format-standard img.attachment-full.size-full.wp-post-image {
        max-width: 100%;
        height: 410px;
        object-fit: cover;
        border-radius: 15px;
    }

    article.post.type-post.status-publish.format-standard {
        padding: 0 20px;
        margin: 90px auto 140px auto;
    }

    article.post.type-post.status-publish.format-standard h1.entry-title {
        font-size: 46px;
    }

}