@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
	url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
	url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
textarea {
  	resize: none;
}
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/
a {
	outline: none !important;
	cursor: pointer;
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
	font-weight: normal;
	max-width: 1920px;
    margin: 0 auto;
}
body::before {
    content: '';
    position: fixed;
    width: 1140px;
    height: 100%;
    border-left: 1px solid rgba(135, 135, 135, 0.2);
    border-right: 1px solid rgba(135, 135, 135, 0.2);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}
section,
.sppb-section {
    width: 100%;
    float: left;
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}

h1, .h1 {
    font-size: 64px;
    font-weight: 700;
}
h2, .h2 {
    font-size: 48px;
    font-weight: 700;
}
h3, .h3 {
    font-size: 36px;
    font-weight: 700;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 700;
}
h5, .h5 {
    font-size: 18px;
    font-weight: 700;
}
h6, .h6 {
    font-size: 16px;
    font-weight: 700;
}
p {
    line-height: 1.5;
}
.btn {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 55px;
    box-shadow: none;
    -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #04C3FF;
  --bs-btn-border-color: #04C3FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2290b3;
  --bs-btn-hover-border-color: #2290b3;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2290b3;
  --bs-btn-active-border-color: #2290b3;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #04C3FF;
  --bs-btn-disabled-border-color: #04C3FF;
}
.btn-primary {
    color: #ffffff;
    background-color: #04C3FF;
    border-color: #04C3FF;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #2290b3;
    border-color: #2290b3;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #2290b3;
    border-color: #2290b3;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #2290b3;
    border-color: #2290b3;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #04C3FF;
    border-color: #04C3FF;
}
.btn-close:focus {
    box-shadow: none;
}
button {
    border: none;
    background-color: transparent;
}
a.link-article {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #04C3FF;
    border-radius: 5px;
    padding: 16px 55px;
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
a.link-article:hover,
a.link-article:focus {
    color: #ffffff;
    background-color: #04C3FF;
}