/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

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

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 18px;
  font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #020F1F;
}
@media (max-width: 1550px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #020F1F;
  font-weight: 300;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1300px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 150%;
}

p {
  margin: 15px 0;
  color: #3C3C3C;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: 900;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #020F1F;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #020F1F;
  margin: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #020F1F;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #0061FE;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #EBEBEB;
}
@media (max-width: 960px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #0061FE;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #004ecb;
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #0061FE;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #0061FE;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #0061FE;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #0061FE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #3C3C3C;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #0061FE;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #0061FE;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #0061FE;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 17px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
  background: linear-gradient(90deg, #EE1B82 0%, #E10A72 100%);
  position: relative;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button1:hover span,
.button2:hover span,
.button-white:hover span,
.button-line:hover span,
.button-line2:hover span,
.button-grey:hover span {
  color: #4E18A5 !important;
}
@media (max-width: 960px) {
  .button1:hover span,
  .button2:hover span,
  .button-white:hover span,
  .button-line:hover span,
  .button-line2:hover span,
  .button-grey:hover span {
    color: white !important;
  }
}
.button1::before, .button1::after,
.button2::before,
.button2::after,
.button-white::before,
.button-white::after,
.button-line::before,
.button-line::after,
.button-line2::before,
.button-line2::after,
.button-grey::before,
.button-grey::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1550px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 16px 24px;
  }
}
@media (max-width: 1300px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 15px 22px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 14px 20px;
  }
}

.button--mimas {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 40px;
  overflow: hidden;
  color: #4E18A5;
  background: #fff;
}
.button--mimas span {
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition-timing-function: ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff !important;
}
@media (max-width: 1300px) {
  .button--mimas span {
    font-size: 15px;
  }
}
.button--mimas::before {
  content: "";
  background: #F63E00;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--mimas:hover::before {
  transform: translate3d(100%, 0, 0);
}
@media (max-width: 960px) {
  .button--mimas:hover::before {
    transform: none;
  }
}

.button--mimas.button--mimas2 {
  background: #F63E00;
}
.button--mimas.button--mimas2::before {
  content: "";
  background: #fff;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--mimas.button--mimas2 span {
  color: #4E18A5 !important;
}
.button--mimas.button--mimas2:hover::before {
  transform: translate3d(100%, 0, 0);
}
.button--mimas.button--mimas2:hover span {
  color: #fff !important;
}
@media (max-width: 960px) {
  .button--mimas.button--mimas2:hover span {
    color: #4E18A5 !important;
  }
}
@media (max-width: 960px) {
  .button--mimas.button--mimas2:hover::before {
    transform: none;
  }
}

.button2 {
  color: #020F1F;
  background-color: #72B9FF;
}
.button2:hover span {
  color: #fff;
}
@media (max-width: 960px) {
  .button2:hover span {
    color: #020F1F;
  }
}

.button-white {
  background-color: white;
  color: #020F1F;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: #004ecb;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #020F1F;
}
.button-grey:hover {
  background-color: #dbdbdb;
  color: #020F1F;
}

.button-line {
  border: 2px solid #0061FE;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #0061FE;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #0061FE;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #020F1F;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: #0061FE;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: 2px;
  color: #0061FE;
}
@media (max-width: 640px) {
  .btn-text {
    font-size: 13px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 41px;
  height: 1px;
  background-color: #0061FE;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(39px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #501AA9;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #020F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #F4F4F4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .the-content h2,
  .the-content h3,
  .the-content h4,
  .the-content h5,
  .the-content h6 {
    margin-top: 20px;
  }
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #3C3C3C;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #020F1F;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #3C3C3C;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}
.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0061FE;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  color: #72B9FF;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .small-title {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.small-title.yellow-text {
  color: #0061FE;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #020F1F;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

.grey-box {
  background-color: #F4F4F4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #0061FE;
}

.blue-box {
  background-color: #0061FE;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #020F1F;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.maintenance-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}
.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}
.maintenance-text input[type=email] {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .maintenance-text input[type=email] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}
@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #0061FE;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.page-error-centered button[type=submit],
.page-error-centered input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.page-error-centered button[type=submit] img,
.page-error-centered input[type=submit] img {
  width: 20px;
  height: 20px;
  display: block;
}
.page-error-centered #yith-ajaxsearchform .search-navigation input {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .logo-error {
    margin-bottom: 40px;
  }
}
.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}
.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #0061FE;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #0061FE;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #0061FE;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

.header {
  position: relative;
  width: 100%;
  z-index: 999;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.header .flex-header {
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
.header .header-left img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .header .header-left img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .header .header-left img {
    width: 140px;
  }
}
.header .header-right {
  gap: 35px;
}
@media (max-width: 1550px) {
  .header .header-right {
    gap: 25px;
  }
}
@media (max-width: 1300px) {
  .header .header-right {
    gap: 20px;
  }
}
.header .header-right .icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  margin-right: 6px;
}
.header .header-right .icon i {
  color: #0061FE;
  font-size: 16px;
}
.header .header-right .phone-number {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s ease;
  width: calc(100% - 38px);
}
@media (max-width: 1300px) {
  .header .header-right .phone-number {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header .header-right .phone-number {
    display: none;
  }
}
@media (max-width: 960px) {
  .header .header-right a.phone {
    order: 2;
  }
}
.header .header-right a.phone:hover {
  text-decoration: none;
}
.header .header-right a.phone:hover .phone-number {
  color: #24BAE2;
}
@media (max-width: 960px) {
  .header .header-right a.phone:hover .phone-number {
    color: #000;
  }
}
@media (max-width: 960px) {
  .header .header-right .button1 {
    display: none;
  }
}

footer {
  position: relative;
}
footer .footer-waves {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 960px) {
  footer .footer-waves {
    height: 80px;
  }
}

.footer {
  padding-top: 0px;
  padding-bottom: 40px;
  text-align: center;
  background: #01378D;
  margin-bottom: 0 !important;
  overflow: visible;
  margin-top: -5px;
}
@media (max-width: 1430px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media (max-width: 960px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.container {
  position: relative;
  z-index: 1;
}

.logo-box-footer {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.logo-box-footer img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .logo-box-footer img {
    width: 160px;
  }
}
@media (max-width: 960px) {
  .logo-box-footer img {
    width: 140px;
  }
}

.footer-contact {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 640px) {
  .footer-contact {
    justify-content: flex-start;
    max-width: 280px;
    margin: 0 auto;
  }
}
.footer-contact li {
  padding: 10px 20px;
}
@media (max-width: 640px) {
  .footer-contact li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer-contact a {
    display: block;
  }
}
@media (max-width: 640px) {
  .footer-contact a .mobile-column {
    flex-direction: row;
  }
  .footer-contact a .mobile-column .flex-column {
    text-align: left;
  }
}
.footer-contact a:hover {
  text-decoration: none !important;
}
.footer-contact a:hover .number {
  color: #0061FE;
}
@media (max-width: 960px) {
  .footer-contact a:hover .number {
    color: #fff;
  }
}
.footer-contact a span {
  margin-right: 10px;
}
.footer-contact .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 960px) {
  .footer-contact .icon {
    width: 35px;
    height: 35px;
  }
}
.footer-contact .label {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .footer-contact .label {
    letter-spacing: 2px;
  }
}
.footer-contact .number {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-right: 0;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 960px) {
  .footer-contact .number {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .footer-contact .number {
    font-size: 16px;
  }
}
.footer-contact .flex-column {
  padding-left: 10px;
  width: calc(100% - 40px);
  justify-content: center;
}
@media (max-width: 960px) {
  .footer-contact .flex-column {
    width: calc(100% - 35px);
  }
}

.footer-social {
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .footer-social {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-social {
    padding-bottom: 20px;
  }
}
.footer-social .footer-social-list {
  gap: 15px;
}
@media (max-width: 1300px) {
  .footer-social .footer-social-list {
    gap: 10px;
  }
}
.footer-social li {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 960px) {
  .footer-social li {
    width: 38px;
    height: 38px;
  }
}
.footer-social li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 10px;
  z-index: 0;
  transition: all 0.3s ease;
  background-color: #0061FE;
}
.footer-social li:hover::before {
  height: 100%;
  width: 100%;
}
@media (max-width: 960px) {
  .footer-social li:hover::before {
    height: 0;
    width: 0;
  }
}
.footer-social li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  z-index: 1;
}
.footer-social li a:hover {
  text-decoration: none;
}
.footer-social li a:hover i {
  color: #fff !important;
}
.footer-social li a i {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease;
}

.logo-seal img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .logo-seal img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .logo-seal img {
    width: 160px;
  }
}
@media (max-width: 640px) {
  .logo-seal img {
    width: 140px;
  }
}

.section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}

.section-big {
  padding: 100px 0;
}
@media (max-width: 1550px) {
  .section-big {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .section-big {
    padding: 60px 0;
  }
}

.google-reviews-section {
  background: #F4FCFF;
  position: relative;
  padding-bottom: 0;
}
.google-reviews-section .reviews-top,
.google-reviews-section .reviews-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.google-reviews-section .reviews-top {
  bottom: 100%;
  left: 0;
}
.google-reviews-section .reviews-bottom {
  top: 100%;
  left: 0;
}
.google-reviews-section .google-reviews {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .google-reviews-section .google-reviews {
    padding-top: 25px;
  }
}
.google-reviews-section .google-review-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #E8E8E8;
}
@media (max-width: 640px) {
  .google-reviews-section .google-review-content {
    text-align: center;
  }
}
.google-reviews-section .google-review-image img {
  width: 180px;
  height: auto;
}
@media (max-width: 1550px) {
  .google-reviews-section .google-review-image img {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-image img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .google-reviews-section .google-review-image img {
    width: 100px;
  }
}
.google-reviews-section .google-review-text {
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-text {
    padding-bottom: 10px;
  }
}
.google-reviews-section .google-review-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .google-reviews-section .google-review-text p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-text p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .google-review-text p {
    font-size: 16px;
  }
}
.google-reviews-section .google-review-author p {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .google-reviews-section .google-review-author p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-author p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .google-review-author p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .col_50 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.google-reviews-section p {
  margin: 0;
}
.google-reviews-section .section-title h1,
.google-reviews-section .section-title h2,
.google-reviews-section .section-title h3,
.google-reviews-section .section-title h4,
.google-reviews-section .section-title h5,
.google-reviews-section .section-title h6 {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .mobile-app {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .mobile-app {
    padding-top: 100px;
  }
}
.mobile-app .the-content {
  max-width: 520px;
}
@media (max-width: 960px) {
  .mobile-app .the-content {
    margin: 0 auto;
  }
}
.mobile-app .the-content h1,
.mobile-app .the-content h2,
.mobile-app .the-content h3,
.mobile-app .the-content h4,
.mobile-app .the-content h5,
.mobile-app .the-content h6 {
  margin-top: 0;
}
@media (max-width: 960px) {
  .mobile-app .col_50 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.mobile-app .col_50.image-mobile {
  position: relative;
  top: 200px;
}
.mobile-app .col_50.image-mobile::before {
  content: "";
  width: 978px;
  height: 978px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 960px) {
  .mobile-app .col_50.image-mobile {
    top: auto;
    margin-bottom: -180px;
  }
}
@media (max-width: 767px) {
  .mobile-app .col_50.image-mobile {
    margin-bottom: -150px;
  }
}
@media (max-width: 480px) {
  .mobile-app .col_50.image-mobile {
    margin-bottom: -100px;
  }
}
.mobile-app .col_50.image-mobile img {
  width: auto;
  height: auto;
}
.mobile-app .app-images {
  gap: 20px;
}
@media (max-width: 960px) {
  .mobile-app .app-images {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mobile-app .app-images {
    gap: 10px;
  }
}
.mobile-app .app-images img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .mobile-app .app-images img {
    height: 45px;
  }
}
.mobile-app .star-big {
  width: auto;
  height: auto;
  position: absolute;
  left: 250px;
  top: 130px;
  z-index: -1;
}
@media (max-width: 960px) {
  .mobile-app .star-big {
    display: none;
  }
}
.mobile-app .star-small {
  width: auto;
  height: auto;
  position: absolute;
  left: 176px;
  top: 230px;
  z-index: -1;
}
@media (max-width: 960px) {
  .mobile-app .star-small {
    top: 150px;
  }
}
@media (max-width: 640px) {
  .mobile-app .star-small {
    left: 30px;
  }
}

.hero-box {
  border: 2px solid #0059E9;
  padding: 35px 50px;
  border-radius: 20px;
  background: #0047B7;
}
@media (max-width: 1550px) {
  .hero-box {
    padding: 30px 40px;
  }
}
@media (max-width: 1300px) {
  .hero-box {
    padding: 25px 30px;
  }
}
@media (max-width: 960px) {
  .hero-box {
    padding: 20px;
    padding-top: 50px;
  }
}
.hero-box .star-small-open {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
}
.hero-box .star-big-open {
  width: auto;
  height: auto;
  position: absolute;
  left: 55%;
  top: 70px;
  transform: translateX(-50%);
}
.hero-box .box-flex {
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .hero-box .box-flex .box-left,
  .hero-box .box-flex .box-right {
    width: 100%;
  }
}
.hero-box .seats-left {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid rgba(255, 255, 255, 0.031372549);
  background: #0154DC;
  border-radius: 50%;
}
.hero-box .seats-left p {
  font-weight: 500;
  font-size: 20px;
  line-height: 116%;
  text-align: center;
}
@media (max-width: 1550px) {
  .hero-box .seats-left p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .hero-box .seats-left p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .hero-box .seats-left p {
    font-size: 13px;
  }
}
@media (max-width: 1550px) {
  .hero-box .seats-left {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1300px) {
  .hero-box .seats-left {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 960px) {
  .hero-box .seats-left {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .hero-box .seats-left {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .hero-box .seats-left {
    width: 96px;
    height: 96px;
  }
}
.hero-box p {
  margin: 0;
}
.hero-box .box-left .box-left-flex {
  gap: 20px;
}
@media (max-width: 960px) {
  .hero-box .box-left .box-left-flex {
    flex-wrap: wrap;
    gap: 0;
  }
  .hero-box .box-left .box-left-flex .box-content {
    width: 100%;
    text-align: center;
  }
  .hero-box .box-left .box-left-flex .seats-left {
    position: relative;
    background: rgba(1, 84, 220, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.031372549);
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 200px;
    margin-bottom: 12px;
  }
}
.hero-box .box-content {
  width: calc(100% - 180px);
}
@media (max-width: 1550px) {
  .hero-box .box-content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1300px) {
  .hero-box .box-content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 960px) {
  .hero-box .box-content {
    width: 100%;
  }
}
.hero-box .box-content .box-title {
  padding-bottom: 5px;
}
@media (max-width: 960px) {
  .hero-box .box-content .box-title {
    padding: 0;
  }
}
.hero-box .box-content .box-title .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 137%;
}
@media (max-width: 960px) {
  .hero-box .box-content .box-title .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero-box .box-content .box-title .title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .hero-box .box-content .description {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hero-box .box-content .description p {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .hero-box .box-content .description p {
    margin: 10px 0;
  }
}
.hero-box .box-content .description span {
  background: #0061FE;
  border: 2px dashed #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  padding: 12px 18px;
  border-radius: 10px;
}
@media (max-width: 1550px) {
  .hero-box .box-content .description span {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (max-width: 640px) {
  .hero-box .box-content .description span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .hero-box .box-content .description span {
    width: 100%;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    padding: 12px 18px;
  }
}
@media (max-width: 960px) {
  .hero-box .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 947px;
  height: 740px;
  background-image: url(images/svg/hero-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 960px) {
  .hero::before {
    width: 246px;
    height: 180px;
  }
}
@media (max-width: 640px) {
  .hero::before {
    display: none;
  }
}
.hero .the-content {
  max-width: 670px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 70px;
}
@media (max-width: 960px) {
  .hero .the-content {
    padding-top: 40px;
  }
}
.hero img {
  width: auto;
  height: auto;
}
.hero .hero-secondary-image {
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1550px) {
  .hero .hero-secondary-image {
    max-width: 400px;
  }
}
@media (max-width: 1430px) {
  .hero .hero-secondary-image {
    max-width: 350px;
  }
}
@media (max-width: 1300px) {
  .hero .hero-secondary-image {
    max-width: 300px;
  }
}
@media (max-width: 960px) {
  .hero .hero-secondary-image {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero .hero-secondary-image {
    max-width: 300px;
  }
}
@media (max-width: 640px) {
  .hero .hero-secondary-image {
    max-width: 215px;
  }
}
@media (max-width: 400px) {
  .hero .hero-secondary-image {
    max-width: 180px;
  }
}
.hero .star-big {
  position: absolute;
  top: 80px;
  right: 300px;
  z-index: -1;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .hero .star-big {
    right: 100px;
    width: 100px;
  }
}
.hero .star-small {
  position: absolute;
  top: 0px;
  right: 240px;
  z-index: -1;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .hero .star-small {
    right: 50px;
    width: 50px;
  }
}
.hero .star-small-2 {
  position: absolute;
  top: 140px;
  right: 110px;
  z-index: -1;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .hero .star-small-2 {
    right: 0px;
    width: 50px;
  }
}

#request {
  border-radius: 30px;
  width: 100%;
  max-width: 738px;
  background: #0061FE;
  padding: 50px 130px;
}
@media (max-width: 1550px) {
  #request {
    padding: 50px 100px;
  }
}
@media (max-width: 1430px) {
  #request {
    padding: 50px 50px;
  }
}
@media (max-width: 960px) {
  #request {
    width: 100%;
    max-width: 100%;
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  #request {
    padding: 30px 20px;
  }
}
#request .star-big {
  width: auto;
  height: auto;
  position: absolute;
  left: 55px;
  top: 50px;
}
#request .star-small {
  width: auto;
  height: auto;
  position: absolute;
  right: 35px;
  bottom: 50px;
}
#request .wrap-request {
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #request .wrap-request {
    flex-wrap: wrap;
  }
  #request .star-big {
    left: 10px;
    top: 20px;
}
}
@media (max-width: 767px) {
  #request .image-left {
    width: 100%;
  }
}
#request .image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #request .image-left img {
    width: 400px;
    height: auto;
  }
}
@media (max-width: 640px) {
  #request .image-left img {
    width: 300px;
  }
}
@media (max-width: 400px) {
  #request .image-left img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #request .right-side {
    width: 100%;
  }
}
#request .section-title {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
#request .section-title h1,
#request .section-title h2,
#request .section-title h3,
#request .section-title h4,
#request .section-title h5,
#request .section-title h6 {
  color: #fff;
  margin: 0;
}
#request .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
#request .wpcf7-list-item input {
  position: absolute;
  left: 0;
}
#request .wpcf7-list-item a {
  text-decoration: underline;
}
#request .wpcf7-list-item a:hover {
  text-decoration: none;
  color: #0061FE;
}
@media (max-width: 960px) {
  #request .wpcf7-list-item a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
#request .form-row {
  flex-wrap: wrap;
}
#request .form-row input:not(.wpcf7-submit),
#request .form-row select:not(.wpcf7-submit),
#request .form-row textarea:not(.wpcf7-submit) {
  border: 1px solid #ECECEC;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1430px) {
  #request .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  #request .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #request .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #request .form-row .col_50 {
    width: 100%;
  }
}
#request .contact-form-box .label-form {
  color: white;
}
#request .label-form {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -1%;
}
@media (max-width: 767px) {
  #request .label-form {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #request .label-form {
    font-size: 14px;
  }
}
#request .wpcf7-form-control-wrap {
  display: block;
}
#request .wpcf7-submit {
  padding: 15px 28px;
  border-radius: 40px !important;
  background: #FF0D00;
  position: relative;
  border: none !important;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition-timing-function: ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff !important;
}
@media (max-width: 1550px) {
  #request .wpcf7-submit {
    padding: 16px 24px;
  }
}
@media (max-width: 1300px) {
  #request .wpcf7-submit {
    padding: 12px 18px;
  }
}
@media (max-width: 640px) {
  #request .wpcf7-submit {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #request .wpcf7-submit {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  #request .wpcf7-submit {
    font-size: 15px;
  }
}
#request .wpcf7-submit:hover {
  background: #fff;
  color: #0061FE !important;
}
@media (max-width: 960px) {
  #request .wpcf7-submit:hover {
    background: #FF0D00;
    color: #fff !important;
  }
}
#request .fancybox-close-small {
  padding: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.168627451);
  top: 25px;
  right: 25px;
}
#request .fancybox-close-small svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  #request .fancybox-close-small {
    top: 15px;
    right: 15px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  #request .fancybox-button {
    width: 35px !important;
    height: 35px !important;
  }
}
#request .wpcf7-spinner {
  display: none !important;
}
#request select {
  background-image: url(images/svg/select-arrow.svg);
  background-position: right;
  background-size: 10% 8px;
  background-repeat: no-repeat;
  padding-right: 33px;
  cursor: pointer;
}
#request .wpcf7-response-output {
  font-size: 16px !important;
}

.fancybox-slide {
  padding: 0 !important;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

body.page-template-page-hocus .hero::before {
  content: none;
}
body.page-template-page-hocus .hero .hero-image {
  display: flex;
  justify-content: center;
}
body.page-template-page-hocus .hero .the-content {
  padding: 0;
  max-width: 750px;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .the-content {
    padding-bottom: 20px;
  }
}
body.page-template-page-hocus .hero .hero-box {
  margin-top: -80px;
  background: #824BDC;
  border-color: rgba(172, 125, 249, 0.3215686275);
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box {
    padding-top: 0;
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  body.page-template-page-hocus .hero .hero-box {
    margin-top: 30px;
  }
}
body.page-template-page-hocus .hero .hero-box .box-content {
  width: calc(100% - 150px);
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box .box-content {
    width: 100%;
  }
}
body.page-template-page-hocus .hero .hero-box .box-content .description span {
  border: 2px dashed #815DBB;
  border-radius: 6px;
  background: #42148B;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box .box-content .description span {
    width: auto;
  }
}
body.page-template-page-hocus .hero .hero-box .seats-left {
  border: none;
  width: 150px;
  height: 150px;
  background: transparent;
  background-color: transparent;
  background-image: url(images/svg/star-explosion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box .seats-left {
    width: 125px;
    height: 125px;
  }
}
body.page-template-page-hocus .hero .hero-box .seats-left p {
  font-size: 18px;
}
@media (max-width: 1550px) {
  body.page-template-page-hocus .hero .hero-box .seats-left p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box .seats-left p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-box .box-left-flex {
    flex-direction: column;
    margin-top: -80px;
  }
}
body.page-template-page-hocus .hero .hero-content {
  padding-top: 270px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  body.page-template-page-hocus .hero .hero-content {
    padding-top: 250px;
  }
}
@media (max-width: 1300px) {
  body.page-template-page-hocus .hero .hero-content {
    padding-top: 200px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .hero-content {
    padding-top: 110px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-hocus .hero .hero-content {
    padding-top: 130px;
  }
}
body.page-template-page-hocus .hero .big-circle {
  width: 100%;
  height: 1526px;
  position: absolute;
  left: 50%;
  bottom: -42% !important;
  transform: translate(-50%);
  background-color: #4B248A;
  z-index: 6;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 1526px;
}
@media (max-width: 1550px) {
  body.page-template-page-hocus .hero .big-circle {
    bottom: -50% !important;
  }
}
@media (max-width: 1300px) {
  body.page-template-page-hocus .hero .big-circle {
    width: 1300px;
    height: 1300px;
    bottom: -40% !important;
    max-width: inherit;
  }
}
@media (max-width: 1100px) {
  body.page-template-page-hocus .hero .big-circle {
    width: 1100px;
    height: 1100px;
    bottom: -30% !important;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .hero .big-circle {
    width: 666px;
    height: 666px;
    bottom: 50% !important;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: inherit;
  }
}
body.page-template-page-hocus .hero .white-placeholder {
  position: absolute;
  width: 100%;
  height: 12%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  z-index: 7;
}
body.page-template-page-hocus .header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
body.page-template-page-hocus .header .header-right .icon {
  background-color: #F63E00;
  border-radius: 50%;
}
body.page-template-page-hocus .header .header-right .icon i {
  color: #fff;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .header .header-right .icon {
    background-color: #fff;
  }
  body.page-template-page-hocus .header .header-right .icon i {
    color: #F63E00;
  }
}
body.page-template-page-hocus .header .header-right .phone span {
  display: inline-block;
}
@media (max-width: 400px) {
  body.page-template-page-hocus .header .header-right .phone span {
    display: none;
  }
}
body.page-template-page-hocus .header .header-right .phone:hover span {
  color: #F63E00;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .header .header-right .phone:hover span {
    color: #fff;
  }
}
body.page-template-page-hocus .section-only-text {
  background-color: #fff;
}
body.page-template-page-hocus .section-only-text .the-content {
  max-width: 776px;
  text-align: center;
  margin: 0 auto;
}
body.page-template-page-hocus .google-reviews-section {
  background: #fff;
  padding-top: 0;
  padding-bottom: 75px;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .google-reviews-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-hocus .google-reviews-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-hocus .google-reviews-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .google-reviews-section .the-content {
    text-align: center;
  }
}
body.page-template-page-hocus .google-reviews-section .the-content h1,
body.page-template-page-hocus .google-reviews-section .the-content h2,
body.page-template-page-hocus .google-reviews-section .the-content h3,
body.page-template-page-hocus .google-reviews-section .the-content h4,
body.page-template-page-hocus .google-reviews-section .the-content h5,
body.page-template-page-hocus .google-reviews-section .the-content h6 {
  margin-top: 0;
}
body.page-template-page-hocus .google-reviews-section .google-review-content {
  border: 2px solid #F6ECFF;
  background: #F5F0FF;
  height: 100%;
}
body.page-template-page-hocus .mobile-app .col_50.image-mobile {
  top: auto;
  margin-bottom: auto;
}
body.page-template-page-hocus .mobile-app {
  position: relative;
  padding: 0;
}
body.page-template-page-hocus .mobile-app::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #461890;
}
body.page-template-page-hocus .mobile-app .the-content {
  max-width: 100%;
}
body.page-template-page-hocus .mobile-app .container {
  position: relative;
}
body.page-template-page-hocus .mobile-app .container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 80%;
  background: #F5F0FF;
  border: 2px solid #AC7DF9;
  border-radius: 20px;
}
@media (max-width: 1550px) {
  body.page-template-page-hocus .mobile-app .container::before {
    width: 98%;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .mobile-app .container::before {
    width: 94%;
    height: 92%;
    top: 0;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  body.page-template-page-hocus .mobile-app .container::before {
    width: 92%;
  }
}
@media (max-width: 640px) {
  body.page-template-page-hocus .mobile-app .container::before {
    width: 93%;
  }
}
body.page-template-page-hocus .mobile-app .mobile-app-flex {
  position: relative;
  z-index: 1;
}
body.page-template-page-hocus .mobile-app .mobile-app-flex .col_50:not(.image-mobile) {
  padding-left: 100px;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .mobile-app .mobile-app-flex .col_50:not(.image-mobile) {
    padding-left: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  body.page-template-page-hocus .mobile-app .mobile-app-flex .col_50:not(.image-mobile) {
    padding-left: 20px;
  }
}
body.page-template-page-hocus .footer-social a i.fa-twitter:before {
  content: "";
  background-image: url(images/svg/x-social.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-social a i.fa-twitter:before {
    background-image: url(images/svg/x-social-purple.svg);
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-social li a:hover i {
    color: #461890 !important;
  }
}
body.page-template-page-hocus .footer {
  background: #461890;
}
body.page-template-page-hocus .footer-locations {
  background: #461890;
}
body.page-template-page-hocus .footer-locations .col_33 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
}
body.page-template-page-hocus .footer-locations .col_33:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .col_33 {
    width: 50%;
  }
  body.page-template-page-hocus .footer-locations .col_33:nth-child(3n) {
    padding-right: 20px;
  }
}
@media (max-width: 960px) and (max-width: 767px) {
  body.page-template-page-hocus .footer-locations .col_33 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  body.page-template-page-hocus .footer-locations .col_33 {
    width: 100%;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body.page-template-page-hocus .footer-locations .col_33:nth-last-child(-n+3) {
  border-bottom: none;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .col_33:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 640px) {
  body.page-template-page-hocus .footer-locations .col_33:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
body.page-template-page-hocus .footer-locations .icon {
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
body.page-template-page-hocus .footer-locations .icon i {
  color: #461890;
  transition: all 0.3s ease;
  font-size: 20px;
}
body.page-template-page-hocus .footer-locations .footer-location-details {
  width: calc(100% - 58px);
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .footer-location-details {
    width: calc(100% - 50px);
  }
}
body.page-template-page-hocus .footer-locations p {
  margin: 0;
}
body.page-template-page-hocus .footer-locations .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: #fff;
}
@media (max-width: 1550px) {
  body.page-template-page-hocus .footer-locations .title {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  body.page-template-page-hocus .footer-locations .title {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .title {
    font-size: 16px;
  }
}
body.page-template-page-hocus .footer-locations .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(241, 241, 241, 0.8);
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .description {
    font-size: 14px;
  }
}
body.page-template-page-hocus .footer-locations .flex-card {
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  body.page-template-page-hocus .footer-locations .flex-card {
    justify-content: center;
  }
}
body.page-template-page-hocus .footer-locations .flex-card:hover {
  text-decoration: none;
}
body.page-template-page-hocus .footer-locations .flex-card:hover .icon {
  background-color: #4E18A5;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
}
body.page-template-page-hocus .footer-locations .flex-card:hover .icon i {
  color: #fff;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-locations .flex-card:hover .icon {
    background-color: #fff;
    box-shadow: none;
  }
  body.page-template-page-hocus .footer-locations .flex-card:hover .icon i {
    color: #4E18A5;
  }
}
body.page-template-page-hocus .footer-social li::before {
  background-color: #F63E00;
}
body.page-template-page-hocus .footer-social li {
  background-color: #4E18A5;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-social li {
    background-color: #fff;
  }
  body.page-template-page-hocus .footer-social li i {
    color: #4E18A5;
  }
}
body.page-template-page-hocus .footer-contact .icon {
  background-color: #4E18A5;
}
body.page-template-page-hocus .footer-contact a:hover .number {
  color: #F63E00;
}
@media (max-width: 960px) {
  body.page-template-page-hocus .footer-contact a:hover .number {
    color: #fff;
  }
}
body.page-template-page-hocus footer {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  body.page-template-page-hocus footer {
    flex-direction: column-reverse;
  }
}
body.page-template-page-hocus #request {
  background-color: #824BDC;
}

.page-hero {
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(268.79deg, #642DBD 2.35%, #4F14AF 67.87%, #4F14AF 103.13%);
  z-index: 1;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(100, 45, 189, 0.31), rgba(100, 45, 189, 0.31));
  z-index: 3;
}
.page-hero .container {
  position: relative;
}
.page-hero .container .star-big-hero,
.page-hero .container .star-small-hero {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 0;
}
.page-hero .container .star-small-hero {
  left: calc((100% - 1100px) / 2);
  top: 42%;
}
@media (max-width: 1430px) {
  .page-hero .container .star-small-hero {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .page-hero .container .star-small-hero {
    left: auto;
    right: 20px;
    top: 90px;
  }
}
.page-hero .container .star-big-hero {
  right: calc((100% - 1100px) / 2);
  top: 30%;
}
@media (max-width: 1430px) {
  .page-hero .container .star-big-hero {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .page-hero .container .star-big-hero {
    display: none;
  }
}
.page-hero .squares-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero .big-circle {
  width: 100%;
  height: 1469px;
  position: absolute;
  left: 50%;
  bottom: -80%;
  transform: translateX(-50%);
  background-color: #642DBD;
  z-index: 6;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 1469px;
}
@media (max-width: 1300px) {
  .page-hero .big-circle {
    max-width: 100%;
    height: 1300px;
    bottom: -70%;
  }
}
@media (max-width: 960px) {
  .page-hero .big-circle {
    max-width: 1000px;
    height: 1000px;
    bottom: -60%;
  }
}
@media (max-width: 767px) {
  .page-hero .big-circle {
    max-width: inherit;
    height: 500px;
    width: 500px;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.page-hero .container {
  position: relative;
  z-index: 10;
}

.locations-page .the-content {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .locations-page .the-content {
    padding-bottom: 10px;
  }
}
.locations-page .the-content h1 {
  margin-bottom: 10px;
}
.locations-page .the-content p,
.locations-page .the-content ul {
  margin-top: 0;
  opacity: 0.8;
}
.locations-page .the-content .star-1 {
  left: -45px;
  bottom: 45px;
  top: auto;
}
@media (max-width: 767px) {
  .locations-page .the-content .star-1 {
    left: -20px;
  }
}
.locations-page .the-content .star-2 {
  right: -60px;
  bottom: auto;
  top: -45px;
}
@media (max-width: 767px) {
  .locations-page .the-content .star-2 {
    right: 50%;
    transform: translateX(50%);
  }
}
.locations-page .the-content .star-3 {
  right: -160px;
  bottom: 45px;
  top: auto;
}
@media (max-width: 767px) {
  .locations-page .the-content .star-3 {
    right: -20px;
  }
}
.locations-page .bottom-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: rgba(255, 255, 255, 0.6588235294);
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .locations-page .bottom-text {
    font-size: 14px;
  }
}
.locations-page .bottom-text i {
  margin-right: 5px;
}

.cards-container {
  text-align: left;
  position: relative;
}
.cards-container .small-circle {
  width: 309px;
  height: 309px;
  background-color: #4E18A5;
  border-radius: 50%;
  position: absolute;
  right: -150px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 95;
  z-index: -1;
}
@media (max-width: 1300px) {
  .cards-container .small-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 960px) {
  .cards-container .small-circle {
    width: 200px;
    height: 200px;
    display: none;
  }
}
@media (max-width: 767px) {
  .cards-container .small-circle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 640px) {
  .cards-container .small-circle {
    width: 100px;
    height: 100px;
  }
}
.cards-container .card-item-wrapper {
  border: 2px solid #AC7DF9;
  background: linear-gradient(180deg, #642DBD 0%, #4F14AF 100%);
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  bottom: 0;
}
@media (max-width: 1300px) {
  .cards-container .card-item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cards-container .card-item-wrapper {
    padding: 30px 20px;
  }
}
.cards-container .card-item-wrapper:hover {
  text-decoration: none;
  bottom: 10px;
}
@media (max-width: 960px) {
  .cards-container .card-item-wrapper:hover {
    bottom: 0;
  }
}
.cards-container .card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1300px) {
  .cards-container .card-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cards-container .card-icon {
    width: 38px;
    height: 38px;
  }
}
.cards-container .card-icon i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1300px) {
  .cards-container .card-icon i {
    font-size: 16px;
  }
}
.cards-container .card-details {
  width: calc(100% - 48px - 24px);
  margin-left: 24px;
}
@media (max-width: 1300px) {
  .cards-container .card-details {
    width: calc(100% - 40px - 16px);
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .cards-container .card-details {
    width: calc(100% - 38px - 10px);
    margin-left: 10px;
  }
}
.cards-container p {
  margin: 0;
}
.cards-container .card-title p {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .cards-container .card-title p {
    font-size: 16px;
  }
}
.cards-container .card-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cards-container .card-description p {
    font-size: 14px;
  }
}
.cards-container .cover {
  height: 260px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.cards-container .cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(53, 46, 65, 0.5098039216);
  mix-blend-mode: color;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cards-container .cover {
    height: 200px;
  }
}
.cards-container .col_33 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .cards-container .col_33 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cards-container .col_33 {
    width: 100%;
  }
}
.cards-container .see-map p {
  font-weight: 600;
  font-size: 18px;
  line-height: 115%;
  text-align: center;
  vertical-align: bottom;
  text-decoration: underline;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .cards-container .see-map p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .cards-container .see-map p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */