/*
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 {
  font-weight: 800;
}

strong {
  font-weight: 900;
}

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: -10px;
  margin-right: -10px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 10px;
  padding-right: 10px;
}
.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: "Nunito", 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: "Nunito", sans-serif;
  color: #020F1F;
  font-weight: 800;
  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: 42px;
  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: 36px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 104%;
}
@media (max-width: 1550px) {
  h3 {
    font-size: 32px;
  }
}
@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: 21px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 16px;
  }
}

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: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 16px;
  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;
  }
}
@media (max-width: 767px) {
  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: 14px;
  }
}
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: #42C1E0;
}
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: "Nunito", 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: #42C1E0;
  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: #22accd;
  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: #42C1E0;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #42C1E0;
  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: #42C1E0;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #42C1E0;
  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: "Nunito", sans-serif;
  letter-spacing: normal;
}

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

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

:-ms-input-placeholder {
  color: #3C3C3C;
  font-family: "Nunito", 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: #42C1E0;
}

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: #42C1E0;
  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: #42C1E0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Nunito", 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: "Nunito", 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: #000 !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: #fff;
  background: #F9E79F;
}
.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: 700;
  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: linear-gradient(90deg, #EE1B82 0%, #E10A72 100%);
  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: #42C1E0;
}
.button--mimas.button--mimas2::before {
  content: "";
  background: #72B9FF;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--mimas.button--mimas2:hover::before {
  transform: translate3d(100%, 0, 0);
}
@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: #22accd;
  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 #42C1E0;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #42C1E0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #42C1E0;
  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: #42C1E0;
}

.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: "Nunito", sans-serif;
  position: relative;
  top: 2px;
  color: #42C1E0;
}
@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: #42C1E0;
}

.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: #F7FDFF;
  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%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container-small {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-small {
    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: 900;
}
.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: 800;
}
.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: 800;
}
.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;
  padding-left: 35px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 22px;
  }
}
.the-content.the-content-checked ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/bullet-image.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}

.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 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  color: #4BC1E3 !important;
}
@media (max-width: 1300px) {
  .small-title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .small-title {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.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: #42C1E0;
}

.blue-box {
  background-color: #42C1E0;
}

.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: #42C1E0;
}

.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: #42C1E0;
  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: "Nunito", 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: #42C1E0;
  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: #42C1E0;
  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;
}

.circle {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -83px;
  top: -100px;
  z-index: -1;
}
@media (max-width: 1550px) {
  .circle {
    width: 350px;
    height: 350px;
    right: -100px;
    top: -120px;
  }
}
@media (max-width: 960px) {
  .circle {
    width: 300px;
    height: 300px;
    right: -80px;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .circle {
    width: 200px;
    height: 200px;
    right: -60px;
    top: -80px;
  }
}
@media (max-width: 640px) {
  .circle {
    width: 160px;
    height: 160px;
    right: -40px;
    top: -60px;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 999;
}
.header .flex-header {
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
}
.header .header-left img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .header .header-left img {
    width: 160px;
  }
}
@media (max-width: 1300px) {
  .header .header-left img {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .header .header-left img {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .header .header-left img {
    width: 80px;
  }
}
.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: #24BAE2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 100%;
  margin-right: 6px;
}
.header .header-right .icon i {
  color: #fff;
  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;
  }
}

body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown a:hover {
  background: #4bc2f1 !important;
}

.wpml-ls-legacy-dropdown {
  width: 70px !important;
}
@media (max-width: 960px) {
  .wpml-ls-legacy-dropdown {
    order: 1;
  }
}
@media (max-width: 1550px) {
  .wpml-ls-legacy-dropdown {
    width: 65px !important;
  }
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown {
    width: 62px !important;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #4bc2f1 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-slot-shortcode_actions {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 10px 5px !important;
}
.wpml-ls-legacy-dropdown span {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 100% !important;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown span {
    font-size: 14px !important;
  }
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-image: url(images/svg/lg-arrow.svg) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 6px !important;
  position: absolute;
  right: 3px !important;
  top: calc(50% - 0.15em);
  border: none !important;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0px !important;
  }
}

.header-language {
  padding-right: 5px;
  display: none;
}
@media (max-width: 960px) {
  .header-language {
    display: block;
  }
}

.wpml-ls-statics-footer {
  display: none;
}

.otgs-development-site-front-end {
  display: none;
}

.wpml-ls-native,
.wpml-ls-item {
  color: #000 !important;
}

.wpml-ls-item:hover {
  text-decoration: none !important;
}

.wpml-ls-item-toggle:hover {
  text-decoration: none !important;
}

.wpml-ls-link:hover {
  text-decoration: none !important;
}
.wpml-ls-link:hover .wpml-ls-native {
  text-decoration: none !important;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 150px;
  position: relative;
  bottom: 100%;
  left: 0;
  background-image: url(images/svg/footer-waves.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  background: #DBF5FF;
  margin-bottom: 0 !important;
  overflow: visible;
}
@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;
  }
}
.footer::after {
  content: "";
  width: 380px;
  height: 380px;
  position: absolute;
  top: 0;
  left: -190px;
  background-image: url(images/svg/circle-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1550px) {
  .footer::after {
    width: 350px;
    height: 350px;
    left: -175px;
  }
}
@media (max-width: 960px) {
  .footer::after {
    width: 300px;
    height: 300px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  .footer::after {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 640px) {
  .footer::after {
    width: 160px;
    height: 160px;
    left: -80px;
  }
}
.footer .container::before {
  content: "";
  width: 74px;
  height: 68px;
  position: absolute;
  top: -70px;
  right: -35px;
  background-image: url(images/svg/heart-y.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: visible !important;
  z-index: -1;
  transform: rotate(65deg);
}
@media (max-width: 1550px) {
  .footer .container::before {
    width: 60px;
    height: 55px;
    right: 20px;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .footer .container::before {
    width: 50px;
    height: 45px;
    right: 0;
    top: -40px;
  }
}

.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;
  }
}
@media (max-width: 640px) {
  .logo-box-footer img {
    width: 120px;
  }
}

.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: #95E1F9;
}
@media (max-width: 960px) {
  .footer-contact a:hover .number {
    color: #000;
  }
}
.footer-contact a span {
  margin-right: 10px;
}
.footer-contact .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  background: transparent;
  border: 2px solid #fff;
  background-color: #95E1F9;
  box-shadow: 0px 0px 4px 0px #95E1F9;
}
@media (max-width: 960px) {
  .footer-contact .icon {
    width: 50px;
    height: 50px;
  }
}
.footer-contact .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer-contact .number {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-right: 0;
  color: #000;
  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% - 64px);
  justify-content: center;
}
@media (max-width: 960px) {
  .footer-contact .flex-column {
    width: calc(100% - 50px);
  }
}
.footer-contact .email .icon {
  background-color: #F7DF95;
}
.footer-contact .email:hover .number {
  color: #F7DF95;
}
@media (max-width: 960px) {
  .footer-contact .email:hover .number {
    color: #000;
  }
}
.footer-contact .address .icon {
  background-color: #86DBA8;
}
.footer-contact .address:hover .number {
  color: #86DBA8;
}
@media (max-width: 960px) {
  .footer-contact .address:hover .number {
    color: #000;
  }
}

.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: 100%;
  border: 1px solid #24BAE2;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@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: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}
.footer-social li:hover {
  border-color: #fff;
}
@media (max-width: 960px) {
  .footer-social li:hover {
    border-color: #24BAE2;
  }
}
.footer-social li:hover:nth-child(odd)::before {
  background-color: #F7DF95;
}
.footer-social li:hover:nth-child(even)::before {
  background-color: #86DBA8;
}
.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: #000 !important;
}
.footer-social li a i {
  color: #000;
  font-size: 18px;
  transition: all 0.5s ease;
}

.menu-footer ul {
  gap: 15px;
}
.menu-footer ul li {
  position: relative;
}
.menu-footer ul li::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
}
.menu-footer ul li:last-child::before {
  content: none;
}
.menu-footer ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 0.7294117647);
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .menu-footer ul li a {
    font-size: 14px;
  }
}
.menu-footer ul li a:hover {
  text-decoration: none;
  color: #24BAE2;
}
@media (max-width: 960px) {
  .menu-footer ul li a:hover {
    color: rgba(51, 51, 51, 0.7294117647);
  }
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 640px) {
  .footer-bottom {
    padding-top: 15px;
  }
}

.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;
  }
}

.small-margins {
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .small-margins {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.small-section {
  max-width: 100%;
  margin-left: 80px;
  margin-right: 80px;
  width: calc(100% - 160px);
  border-radius: 20px;
}
@media (max-width: 1550px) {
  .small-section {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1300px) {
  .small-section {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .small-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero {
  background-color: #42C1E0;
  padding: 30px;
  max-width: 1470px;
  margin: 0 auto;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .hero {
    margin: 0 30px;
  }
}
@media (max-width: 960px) {
  .hero {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    border-radius: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 320px;
  }
}
.hero .hero-image {
  position: relative;
}
.hero .hero-image::before {
  content: "";
  width: 74px;
  height: 68px;
  position: absolute;
  bottom: 100px;
  right: 150px;
  background-image: url(images/svg/flower-y.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 960px) {
  .hero .hero-image {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .hero .hero-image::before {
    content: none;
  }
}
.hero .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .hero .hero-image img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 0;
  }
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .hero .hero-content {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .hero .col_45,
  .hero .col_55 {
    width: 100%;
  }
}
.hero .col_45 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 960px) {
  .hero .col_55 {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 450px;
  }
}
.hero .the-content {
  max-width: 520px;
  padding-right: 80px;
  position: relative;
}
.hero .the-content h2 {
  font-weight: 600;
}
.hero .the-content::before {
  content: "";
  width: 60px;
  height: 53px;
  position: absolute;
  top: -60px;
  left: -60px;
  background-image: url(images/svg/heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1550px) {
  .hero .the-content::before {
    top: -40px;
    left: -40px;
  }
}
@media (max-width: 1430px) {
  .hero .the-content::before {
    left: 0;
  }
}
@media (max-width: 1550px) {
  .hero .the-content {
    padding-right: 40px;
  }
}
@media (max-width: 1300px) {
  .hero .the-content {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .hero .the-content {
    margin: 0 auto;
    padding: 0px 20px;
  }
  .hero .the-content::before {
    content: none;
  }
}
.hero .the-content p {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .hero .the-content p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .hero .the-content p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .hero .the-content p {
    font-size: 16px;
  }
}

.btn-box {
  padding-top: 20px;
}

.display-products .circle {
  position: absolute;
  top: 100px;
  left: -190px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .display-products .circle {
    width: 350px;
    height: 350px;
    left: -175px;
  }
}
@media (max-width: 960px) {
  .display-products .circle {
    width: 300px;
    height: 300px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  .display-products .circle {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}
@media (max-width: 640px) {
  .display-products .circle {
    width: 160px;
    height: 160px;
    left: -80px;
  }
}
@media (max-width: 640px) {
  .display-products .product-card {
    display: flex !important;
  }
}
.display-products h2,
.display-products p {
  margin: 0;
}
.display-products .section-title {
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .display-products .section-title {
    flex-direction: column;
  }
}
.display-products .section-title .left-side {
  max-width: 495px;
}
.display-products .section-title .right-side {
  max-width: 498px;
  padding-top: 60px;
  padding-left: 30px;
}
@media (max-width: 960px) {
  .display-products .section-title .right-side {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .display-products .section-title .right-side {
    padding-left: 0;
    padding-top: 20px;
  }
}
.display-products .products-slider {
  position: relative;
}
.display-products .products-slider::before {
  content: "";
  width: 74px;
  height: 80px;
  position: absolute;
  top: 100px;
  left: -150px;
  background-image: url(images/svg/flower-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  visibility: visible;
  z-index: -1;
}
@media (max-width: 1550px) {
  .display-products .products-slider::before {
    left: 50px;
    top: -90px;
  }
}
@media (max-width: 960px) {
  .display-products .products-slider::before {
    left: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .display-products .products-slider::before {
    left: 0;
    top: -40px;
    width: 40px;
    height: 40px;
  }
}
.display-products .products-slider::after {
  content: "";
  width: 190px;
  height: 140px;
  position: absolute;
  top: -70px;
  right: -80px;
  background-image: url(images/svg/stars.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  visibility: visible;
  z-index: -1;
}
@media (max-width: 960px) {
  .display-products .products-slider::after {
    width: 120px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .display-products .products-slider::after {
    width: 100px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .display-products .products-slider::after {
    right: -40px;
  }
}

.product-card-wrapper {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .product-card-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .product-card-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .product-card-wrapper {
    width: 100%;
  }
}
.product-card-wrapper .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #DBF5FF;
  border-radius: 15px;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease;
}
.product-card-wrapper .product-card:hover {
  text-decoration: none;
  bottom: 5px;
}
@media (max-width: 960px) {
  .product-card-wrapper .product-card:hover {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .product-card-wrapper .product-card {
    display: block;
  }
}
.product-card-wrapper .product-card .product-card-cover {
  width: 100%;
  height: 240px;
  border-radius: 15px;
}
@media (max-width: 1300px) {
  .product-card-wrapper .product-card .product-card-cover {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .product-card-wrapper .product-card .product-card-cover {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .product-card-wrapper .product-card .product-card-cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .product-card-wrapper .product-card .product-card-cover {
    height: 200px;
  }
}
.product-card-wrapper .product-card .product-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 20px;
}
.product-card-wrapper .product-card .product-card-content .text-content .product-card-title .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .product-card-wrapper .product-card .product-card-content .text-content .product-card-title .title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .product-card-wrapper .product-card .product-card-content .text-content .product-card-title .title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .product-card-wrapper .product-card .product-card-content .text-content .product-card-title .title {
    font-size: 16px;
  }
}
.product-card-wrapper .product-card .btn-box {
  margin-top: auto;
  padding-top: 10px;
}
.product-card-wrapper .product-card .btn-box .limited-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #E05699;
}
@media (max-width: 1430px) {
  .product-card-wrapper .product-card .btn-box .limited-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-card-wrapper .product-card .btn-box .limited-text {
    font-size: 12px;
  }
}
.product-card-wrapper .product-card .btn-box p.button1 {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.google-reviews-section {
  background-color: #EDFBFF;
}
.google-reviews-section .trust-icons {
  gap: 70px;
  justify-content: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1019607843);
}
@media (max-width: 1550px) {
  .google-reviews-section .trust-icons {
    gap: 50px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .trust-icons {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .google-reviews-section .trust-icons {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .trust-icons {
    gap: 10px;
  }
}
.google-reviews-section .trust-icons img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .google-reviews-section .trust-icons img {
    width: 150px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .trust-icons img {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .trust-icons img {
    width: 100px;
  }
}
.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 #F3FCFF;
}
.google-reviews-section .google-review-image {
  padding-bottom: 25px;
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-image {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .google-reviews-section .google-review-image {
    padding-bottom: 0px;
  }
}
.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: 22px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .google-reviews-section .google-review-author p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .google-reviews-section .google-review-author p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .google-reviews-section .google-review-author p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .google-reviews-section .google-review-author p {
    font-size: 15px;
  }
}
@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;
}

.section-image-text .the-content {
  max-width: 505px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .section-image-text .the-content {
    max-width: 100%;
  }
}
.section-image-text .the-content h1,
.section-image-text .the-content h2,
.section-image-text .the-content h3,
.section-image-text .the-content h4,
.section-image-text .the-content h5,
.section-image-text .the-content h6 {
  margin-top: 10px;
}
.section-image-text img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .section-image-text .col_45,
  .section-image-text .col_55 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-image-text .btn-box {
  padding-top: 0px;
}
@media (max-width: 640px) {
  .section-image-text .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.section-boxes {
  background-color: #D3F1F7;
}
.section-boxes .section-title {
  max-width: 504px;
  margin: 0 auto;
}
.section-boxes .boxes {
  position: relative;
}
.section-boxes .boxes::before {
  content: "";
  width: 74px;
  height: 68px;
  position: absolute;
  top: -50px;
  left: -50px;
  background-image: url(images/svg/heart-y.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: visible !important;
  z-index: -1;
}
@media (max-width: 1300px) {
  .section-boxes .boxes::before {
    left: -30px;
    width: 60px;
    height: 55px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .section-boxes .boxes::before {
    left: -10px;
    width: 50px;
    height: 45px;
    top: -30px;
  }
}
.section-boxes .boxes .box:nth-child(3n+1) .box-content {
  background-color: #80CDE6;
}
.section-boxes .boxes .box:nth-child(3n+2) .box-content {
  background-color: #FADBD8;
}
.section-boxes .boxes .box:nth-child(3n) .box-content {
  background-color: #F9E79F;
}
.section-boxes .boxes .box .box-content {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 960px) {
  .section-boxes .boxes .box .box-content {
    padding: 20px;
  }
}
.section-boxes .boxes .box .box-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #333333;
  border-radius: 30px;
  transform: rotate(-3deg);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.section-boxes .boxes .box .box-content:hover::before {
  opacity: 1;
}
.section-boxes .boxes .box .box-content .box-title p {
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
}
@media (max-width: 1550px) {
  .section-boxes .boxes .box .box-content .box-title p {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section-boxes .boxes .box .box-content .box-title p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-boxes .boxes .box .box-content .box-title p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-boxes .boxes .box .box-content .box-title p {
    font-size: 16px;
  }
}
.section-boxes .boxes .box .box-content p {
  margin: 10px 0;
}
.section-boxes .boxes .box .box-image {
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .section-boxes .boxes .box .box-image {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-boxes .boxes .box .box-image {
    padding-bottom: 10px;
  }
}
.section-boxes .section-title {
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .section-boxes .section-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-boxes .section-title {
    padding-bottom: 10px;
  }
}
.section-boxes .col_33 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .section-boxes .col_33 {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .section-boxes .col_33 {
    width: 100%;
  }
}
.section-boxes img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .section-boxes img {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .section-boxes img {
    width: 50px;
  }
}

#request {
  border-radius: 30px;
  width: 100%;
  max-width: 1062px;
  background: radial-gradient(75.81% 484.54% at 75.81% 53.96%, #7CCFDD 0%, #24BAE2 100%);
  padding: 0;
}
@media (max-width: 1550px) {
  #request {
    width: 70%;
  }
}
@media (max-width: 1430px) {
  #request {
    width: 90%;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  #request {
    width: 100%;
  }
}
#request .wrap-request {
  align-items: flex-end;
}
@media (max-width: 767px) {
  #request .wrap-request {
    flex-wrap: wrap;
  }
}
@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%;
  }
}
#request .right-side {
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  #request .right-side {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #request .right-side {
    width: 100%;
    padding: 20px;
  }
}
#request .section-title {
  padding-bottom: 30px;
  padding-top: 50px;
}
#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;
}
@media (max-width: 767px) {
  #request .section-title {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
#request .wpcf7-list-item {
  margin-left: 0;
  padding-left: 30px;
  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: #42C1E0;
}
@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: 960px) {
  #request .form-row .col_50 {
    width: 100%;
  }
}
@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 {
  padding-left: 40px;
}
@media (max-width: 1550px) {
  #request .contact-form-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #request .contact-form-box {
    padding-left: 0;
  }
}
#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;
  }
}
#request .wpcf7-form-control-wrap {
  display: block;
}
#request .wpcf7-submit {
  padding: 15px 28px;
  border-radius: 40px !important;
  background: #EE1B82;
  position: relative;
  border: none !important;
  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: #F9E79F;
  color: #000 !important;
}
@media (max-width: 960px) {
  #request .wpcf7-submit:hover {
    background: #EE1B82;
    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;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px !important;
  background: #fff !important;
  font-size: 15px;
  height: auto !important;
  color: #000;
  width: auto !important;
  border: none !important;
  margin: 0;
}
body .picker__select--month:hover,
body .picker__select--year:hover {
  border: none !important;
  color: #42C1E0;
}
body .picker__select--month:focus,
body .picker__select--year:focus {
  border: none !important;
  color: #070b11;
}

body .picker__day--selected {
  background: #42C1E0 !important;
}

body .picker__day::before {
  border-top-color: #42C1E0 !important;
}

body .picker__button--today::before {
  border-top-color: #42C1E0 !important;
}

body .picker__day--highlighted {
  border-color: #42C1E0 !important;
}

.body .picker__input--active {
  border-color: #070b11 !important;
}

body .picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: transparent;
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}
.mobile-floating-button {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 99;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .mobile-floating-button {
    display: block;
  }
}

.page-error {
  position: relative;
}
.page-error .container {
  position: relative;
  z-index: 1;
}
.page-error a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-error .error-page-container {
    max-width: inherit;
  }
}
.page-error .error-page-container .image {
  padding-bottom: 20px;
}
.page-error .error-page-container .image img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 640px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 150px;
  }
}
@media (max-width: 400px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 130px;
  }
}
.page-error .title {
  max-width: 866px;
  margin: 0 auto;
}
.page-error .button1 {
  margin-top: 20px;
}
.page-error .white-backg {
  background-color: #D5F6FF;
  padding: 80px 0 80px 0;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .page-error .white-backg {
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */