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

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

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 18px;
  font-family: "Barlow", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #303030;
}
@media (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  color: #3F3454;
  font-weight: 600;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 1430px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1430px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  h3 {
    font-size: 22px;
  }
}
@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: 1.4;
}

p {
  margin: 15px 0;
  color: #303030;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #3F3454;
}
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: #3F3454;
  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: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #3F3454;
  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;
  }
}
@media (max-width: 640px) {
  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: 13px;
  }
}
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: #54B2AA;
}
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: "Barlow", 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: #54B2AA;
  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: #42918b;
  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: #54B2AA;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #54B2AA;
  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: #54B2AA;
}

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

:-moz-placeholder {
  color: #303030;
  font-family: "Barlow", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #303030;
  font-family: "Barlow", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #303030;
  font-family: "Barlow", 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: #54B2AA;
}

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: #54B2AA;
  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: #54B2AA;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", 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: 16px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
  background-color: #54B2AA;
  position: relative;
  font-family: "Barlow Condensed", 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;
}
.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: 767px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}
@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: inherit;
  }
}

.button--mimas {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  border-radius: 42px;
  overflow: hidden;
  color: #fff;
  background: #E5BC0E;
}
.button--mimas span {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition-timing-function: ease;
  font-weight: bold;
  line-height: 1;
}
.button--mimas::before {
  content: "";
  background: #54B2AA;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s 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: #54B2AA;
}
.button--mimas.button--mimas2::before {
  content: "";
  background: #E5BC0E;
  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: #3F3454;
  background-color: #E5BC0E;
}
.button2:hover span {
  color: #fff;
}
@media (max-width: 960px) {
  .button2:hover span {
    color: #3F3454;
  }
}

.button-white {
  background-color: white;
  color: #3F3454;
}

.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: #42918b;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #3F3454;
}
.button-grey:hover {
  background-color: #dbdbdb;
  color: #3F3454;
}

.button-line {
  border: 2px solid #54B2AA;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #54B2AA;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #54B2AA;
  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: #3F3454;
}

.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: #54B2AA;
}

.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: "Barlow Condensed", sans-serif;
  position: relative;
  top: 2px;
  color: #54B2AA;
}
@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: #54B2AA;
}

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

.section {
  padding: 110px 0;
}
@media (max-width: 1300px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}

.slider-arrows {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 1430px) {
  .slider-arrows {
    padding-top: 28px;
  }
}
@media (max-width: 960px) {
  .slider-arrows {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .slider-arrows {
    padding-top: 20px;
  }
}
.slider-arrows .slider-arrow {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54B2AA;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 33px;
}
.slider-arrows .slider-arrow:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .slider-arrows .slider-arrow {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
.slider-arrows .slider-arrow img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow img {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slider-arrows .slider-arrow img {
    width: 15px;
    height: 12px;
  }
}
.slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
  background-color: #E5BC0E;
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
    background-color: #54B2AA;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54B2AA;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 22px;
}
@media (max-width: 1430px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 15px;
  }
}
@media (max-width: 1300px) {
  .slick-prev::before,
  .slick-next::before {
    width: 15px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #E5BC0E;
}
@media (max-width: 960px) {
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #54B2AA;
  }
}

.slick-prev {
  left: 50px;
}
.slick-prev::before {
  background-image: url("images/svg/prev-btn.svg");
}

.slick-next {
  right: 50px;
}
.slick-next::before {
  background-image: url("images/svg/next-btn.svg");
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: 12px;
  width: 12px;
}
@media (max-width: 640px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #54B2AA !important;
  opacity: 0.4;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.slick-dots li button::before {
  display: none;
}
@media (max-width: 640px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots .slick-active {
  width: 32px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 32px;
  background-color: #54B2AA;
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
#breadcrumbs {
  font-size: 14px;
  margin: 0px;
}
@media (max-width: 960px) {
  #breadcrumbs {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs {
    font-size: 12px;
  }
}
#breadcrumbs span span {
  text-decoration: underline;
  font-weight: 400;
  opacity: 0.8;
  color: #fff;
}
#breadcrumbs a {
  text-decoration: none;
  opacity: 0.8;
  font-weight: 400;
  color: #fff;
}
#breadcrumbs a:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  #breadcrumbs a:hover {
    opacity: 0.5;
  }
}
#breadcrumbs i {
  font-size: 10px;
  margin: 0 14px;
  color: #fff;
}
@media (max-width: 767px) {
  #breadcrumbs i {
    font-size: 8px;
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs i {
    margin: 0 5px;
  }
}
#breadcrumbs > span {
  text-align: center;
}

.general-hero {
  position: relative;
  padding: 30px 0;
  background-color: #54B2AA;
  text-align: center;
}
@media (max-width: 960px) {
  .general-hero {
    padding: 20px 0;
  }
}
.general-hero h1 {
  color: #fff;
  margin: 0;
}

.break-sections .ztmr {
  padding-top: 65px;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .break-sections .ztmr {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .break-sections .ztmr {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .break-sections .ztmr {
    padding-top: 20px;
  }
}

.ztmr-page {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .ztmr-page {
    padding-top: 30px;
  }
}
.ztmr-page .cover {
  width: 100%;
  height: 531px;
  border-radius: 20px;
}
@media (max-width: 1550px) {
  .ztmr-page .cover {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .ztmr-page .cover {
    height: 450px;
  }
}
@media (max-width: 960px) {
  .ztmr-page .cover {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ztmr-page .cover {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .ztmr-page .cover {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .ztmr-page .cover {
    height: 250px;
  }
}
.page-error {
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .page-error {
    padding: 30px;
  }
}
.page-error::before {
  content: none;
}
.page-error::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 338px;
  background-image: url(images/svg/blog-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .page-error::after {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .page-error::after {
    height: 100px;
  }
}
.page-error .container {
  position: relative;
  z-index: 1;
}
.page-error .error-page-container .container .title {
  background-color: #eef7f6;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .page-error .error-page-container .container .title {
    background-color: transparent;
    border-radius: 0;
  }
}
.page-error .error-page-container .container .title .error-wrapper {
  max-width: 646px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .page-error .error-page-container .container .title .error-wrapper {
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .page-error .error-page-container .container .title .error-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.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 h1 {
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 960px) {
  .page-error h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .page-error h1 {
    font-size: 26px !important;
  }
}
@media (max-width: 640px) {
  .page-error h1 {
    font-size: 22px !important;
  }
}
@media (max-width: 480px) {
  .page-error h1 {
    font-size: 20px !important;
  }
}

.yellow-section {
  background: radial-gradient(circle, rgba(235, 214, 126, 0.1) 0%, rgba(246, 218, 100, 0.1) 100%);
}

.ada-gofree .yellow-section img {
  width: 350px;
  height: auto;
}
@media (max-width: 1550px) {
  .ada-gofree .yellow-section img {
    width: 250px;
  }
}
@media (max-width: 960px) {
  .ada-gofree .yellow-section img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .ada-gofree .yellow-section img {
    width: 120px;
  }
}
.ada-gofree .white-section img {
  width: 450px;
  height: auto;
}
@media (max-width: 1550px) {
  .ada-gofree .white-section img {
    width: 350px;
  }
}
@media (max-width: 960px) {
  .ada-gofree .white-section img {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .ada-gofree .white-section img {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .ada-gofree .white-section img {
    width: 150px;
  }
}
.ada-gofree .white-section .gov-social {
  padding-top: 15px;
}
.ada-gofree .gov-social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 960px) {
  .ada-gofree .gov-social {
    padding-top: 20px;
  }
}
.ada-gofree .gov-social li {
  margin: 20px;
}
@media (max-width: 960px) {
  .ada-gofree .gov-social li {
    margin: 10px;
  }
}
.ada-gofree .gov-social li i {
  font-size: 32px;
}
@media (max-width: 1550px) {
  .ada-gofree .gov-social li i {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .ada-gofree .gov-social li i {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .ada-gofree .gov-social li i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ada-gofree .gov-social li i {
    font-size: 18px;
  }
}
.ada-gofree .image {
  text-align: center;
}
@media (max-width: 960px) {
  .ada-gofree .col_50 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .ada-gofree .the-content {
    padding-top: 30px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .ada-gofree .the-content {
    padding-top: 20px;
  }
}

.gallery-slider-section .image-wrapper {
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .gallery-slider-section .image-wrapper {
    padding: 0 10px;
  }
}
.gallery-slider-section .cover {
  height: 250px;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.gallery-slider-section .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .gallery-slider-section .cover {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .gallery-slider-section .cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .gallery-slider-section .cover {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .gallery-slider-section .cover {
    height: 250px;
  }
}
.gallery-slider-section .cover:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
  .gallery-slider-section .cover:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
}
.gallery-slider-section .slider-arrows {
  justify-content: flex-end;
  padding-top: 0;
}
@media (max-width: 480px) {
  .gallery-slider-section .slider-arrows {
    display: none;
  }
}
.gallery-slider-section .gallery-slider {
  margin: 0 -15px;
}
@media (max-width: 1300px) {
  .gallery-slider-section .gallery-slider {
    margin: 0 -10px;
  }
}
.gallery-slider-section .gallery-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  height: 256px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) {
    height: 255px;
  }
}
@media (max-width: 960px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) {
    height: 205px;
  }
}
@media (max-width: 640px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) {
    height: 154px;
  }
}
@media (max-width: 480px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) {
    height: 254px;
  }
}
.gallery-slider-section .gallery-slider:not(.slick-initialized) .gallery-slide {
  width: 25%;
}
@media (max-width: 960px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) .gallery-slide {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) .gallery-slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-slider-section .gallery-slider:not(.slick-initialized) .gallery-slide {
    width: 100%;
  }
}
.gallery-slider-section .title {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .gallery-slider-section .title {
    padding-bottom: 20px;
  }
}
.gallery-slider-section .title h2 {
  margin: 0;
}
.gallery-slider-section .slick-dots {
  bottom: -20px;
}
.gallery-slider-section .slick-dotted {
  margin-bottom: 20px;
}

.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: #fff;
  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: #3F3454;
  -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: 24px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1550px) {
  .big-p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .big-p {
    font-size: 15px;
  }
}

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

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

.container-small {
  width: 100%;
  max-width: 1062px;
  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;
  }
}

.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: 20px;
}
.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: bold;
}
.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 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #303030;
}
.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: bold;
}
.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: bold;
}
.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, .the-content blockquote span {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1300px) {
  .the-content blockquote p, .the-content blockquote span {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p, .the-content blockquote span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p, .the-content blockquote span {
    font-size: 15px;
  }
}
.the-content blockquote p {
  padding-left: 30px;
}
@media (max-width: 960px) {
  .the-content blockquote p {
    padding-left: 25px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    padding-left: 20px;
  }
}
.the-content blockquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #54B2AA;
}
.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: #303030;
  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 h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .the-content h1 {
    font-size: 30px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

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

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

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

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

.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: #3F3454;
}

.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: #54B2AA;
}

.blue-box {
  background-color: #54B2AA;
}

.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: #3F3454;
}
.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: #54B2AA;
}

.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: #54B2AA;
  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: "Barlow", 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: #54B2AA;
  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: #54B2AA;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

header {
  position: relative;
  background-color: #fff;
}
header .header-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  header .header-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header {
    width: 50%;
  }
}
header .header-wrapper .logo-header a {
  display: flex;
  align-items: center;
}
header .header-wrapper .logo-header a img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 70px;
  }
}
@media (max-width: 640px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 480px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 50px;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .menu-header {
    display: none;
  }
}
header .header-wrapper .menu-header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrapper .menu-header ul li {
  margin: 0px 17px;
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .menu-header ul li {
    margin: 0px 5px;
  }
}
header .header-wrapper .menu-header ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .menu-header ul li a {
    font-size: 14px;
  }
}
header .header-wrapper .menu-header ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #54B2AA;
  left: 0;
  top: 0px;
  transition: all 0.3s ease;
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header ul li a::before {
    height: 3px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li a::before {
    height: 2px;
  }
}
header .header-wrapper .menu-header ul li a:hover {
  color: #54B2AA;
  text-decoration: none;
}
header .header-wrapper .menu-header ul li a:hover::before {
  width: 100%;
}
@media (max-width: 960px) {
  header .header-wrapper .menu-header ul li a:hover {
    color: #000;
  }
  header .header-wrapper .menu-header ul li a:hover::before {
    width: 0;
  }
}
header .header-wrapper .menu-header ul li.current_page_item, header .header-wrapper .menu-header ul li.current-page-ancestor, header .header-wrapper .menu-header ul li.current_page_parent {
  position: relative;
}
header .header-wrapper .menu-header ul li.current_page_item a, header .header-wrapper .menu-header ul li.current-page-ancestor a, header .header-wrapper .menu-header ul li.current_page_parent a {
  position: relative;
}
header .header-wrapper .menu-header ul li.current_page_item a::before, header .header-wrapper .menu-header ul li.current-page-ancestor a::before, header .header-wrapper .menu-header ul li.current_page_parent a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #54B2AA;
  left: 0;
  top: 0px;
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header ul li.current_page_item a::before, header .header-wrapper .menu-header ul li.current-page-ancestor a::before, header .header-wrapper .menu-header ul li.current_page_parent a::before {
    height: 3px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li.current_page_item a::before, header .header-wrapper .menu-header ul li.current-page-ancestor a::before, header .header-wrapper .menu-header ul li.current_page_parent a::before {
    height: 2px;
  }
}
header .header-wrapper .contact-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  header .header-wrapper .contact-header {
    display: none;
  }
}
@media (max-width: 1430px) {
  header .header-wrapper .contact-header .button-wrapper .button1 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .contact-header .button-wrapper .button1 {
    font-size: 15px;
    padding: 12px 30px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .contact-header .button-wrapper .button1 {
    font-size: 14px;
    padding: 10px 20px;
  }
}
header .header-wrapper .contact-header .button-wrapper .header-social {
  padding-right: 30px;
}
header .header-wrapper .contact-header .button-wrapper .header-social li {
  margin: 0 15px;
}
@media (max-width: 1550px) {
  header .header-wrapper .contact-header .button-wrapper .header-social li {
    margin: 0 10px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .contact-header .button-wrapper .header-social li {
    margin: 0 8px;
  }
}
header .header-wrapper .contact-header .button-wrapper .header-social li:first-child {
  margin-left: 0;
}
header .header-wrapper .contact-header .button-wrapper .header-social li:last-child {
  margin-right: 0;
}
header .header-wrapper .contact-header .button-wrapper .header-social li a i {
  color: #152D63;
  transition: all 0.3s ease;
}
header .header-wrapper .contact-header .button-wrapper .header-social li a:hover i {
  color: #54B2AA;
}
@media (max-width: 960px) {
  header .header-wrapper .contact-header .button-wrapper .header-social li a:hover i {
    color: #152D63;
  }
}
@media (max-width: 960px) {
  header .header-wrapper {
    border-radius: 0;
  }
}

.menu-btn {
  display: none;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .menu-btn {
    display: flex;
    vertical-align: middle;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    top: 0;
    transform: none;
    left: 0;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: #54B2AA;
  padding: 5px;
  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: 960px) {
  .menu-trigger {
    width: 38px;
    height: 38px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 3px;
  background: #fff;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  width: 18px;
  border-radius: 2px;
  left: 0px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  border-radius: 2px;
}
.hamburger:before {
  top: -6px;
  width: 18px;
}
.hamburger:after {
  top: 6px;
  width: 18px;
}

.header-mobile {
  display: none !important;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-mobile .menu a {
  padding: 12px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media (max-width: 480px) {
  .header-mobile .menu a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 960px) {
  .header-mobile .menu a:hover {
    color: #000;
  }
}
.header-mobile .menu li {
  border-top: none;
}
.header-mobile form {
  margin: 0 auto;
  position: relative;
  width: 80%;
}
.header-mobile form input[type=text] {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
}
.header-mobile form input[type=text]::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.header-mobile form input[type=text]::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 960px) {
  .header-mobile form input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  .header-mobile form input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .header-mobile form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .header-mobile form input[type=text]::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header-mobile form input[type=text] {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .header-mobile form input[type=text] {
    font-size: 14px;
  }
}
.header-mobile form button {
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 5px;
  border-radius: 50%;
  border: 1px solid #E5BC0E;
  background-color: #E5BC0E;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.header-mobile form button:hover {
  background-color: transparent;
}
@media (max-width: 960px) {
  .header-mobile form button:hover {
    background-color: #E5BC0E;
  }
}
@media (max-width: 960px) {
  .header-mobile form button {
    width: 30px;
    height: 30px;
    top: calc((100% - 30px) / 2);
  }
}
.header-mobile form button img {
  width: 17px;
}
@media (max-width: 640px) {
  .header-mobile form button img {
    width: 15px;
  }
}

.mm-wrapper_opening .header-mobile {
  display: block !important;
  background-color: #000;
}

.mm-navbar_size-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  text-align: center;
}
.mm-navbar_size-2 .footer-logo-social-container {
  justify-content: center;
}
.mm-navbar_size-2 .footer-logo-social-container li a i {
  font-size: 20px;
}
.mm-navbar_size-2 .header-login {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-login a:hover {
  background-color: #54B2AA;
  color: #54B2AA;
}
.mm-navbar_size-2 .header-request {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-request .header-button-request {
  padding: 10px 20px;
}
.mm-navbar_size-2 .header-request .header-button-request:hover {
  background-color: #54B2AA;
  color: #54B2AA;
}
.mm-navbar_size-2 .header-request .header-button-request img {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .mm-navbar_size-2 .header-request .header-button-request {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mm-navbar_size-2 .header-request .header-button-request svg {
    margin-right: 10px;
  }
}

@media (max-width: 960px) {
  .mm-navbar__title {
    font-size: 14px;
  }
}

.mm-panels > .mm-panel {
  padding-bottom: 150px;
}

.mm-navbar {
  background-color: #fff !important;
  background: linear-gradient(to bottom, rgba(97, 204, 195, 0.2), rgba(166, 230, 225, 0.2));
  color: #000;
  padding: 25px 0;
}
@media (max-width: 480px) {
  .mm-navbar {
    padding: 20px 0;
  }
}
.mm-navbar a.mm-navbar__title {
  color: #000 !important;
}
.mm-navbar .mm-btn_prev:before,
.mm-navbar .mm-btn:after,
.mm-navbar .mm-btn:before {
  border-color: #000;
}

.mm-panels {
  background-color: #fff !important;
  background: linear-gradient(to bottom, rgba(97, 204, 195, 0.2), rgba(166, 230, 225, 0.2));
  border: none;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  font-weight: 600;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.68);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #000;
}

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: #000;
}

.mm-panel {
  background-color: transparent;
}
.mm-panel .mm-listitem__text:hover {
  color: #54B2AA;
}

.mm-listitem {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-navbars_top .mm-navbar {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.mm-navbars_top .mm-navbar .header-mobile {
  display: none !important;
}
.mm-navbars_top .mm-navbar .menu-btn {
  display: none !important;
}
.mm-navbars_top .mm-navbar a {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar a {
    padding-bottom: 15px;
  }
}
.mm-navbars_top .mm-navbar a img {
  width: auto;
  height: 80px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar a img {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top .mm-navbar a img {
    height: 60px;
  }
}
.mm-navbars_top .mm-navbar .social-list {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_top .mm-navbar .social-list li {
  margin: 0 3px;
}
.mm-navbars_top .mm-navbar .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #54B2AA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-navbars_top .mm-navbar .social-list li a i {
  font-size: 14px;
}
@media (max-width: 960px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar .social-list li a i {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .mm-navbars_top img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .mm-navbars_top img {
    width: 80px;
  }
}
.mm-navbars_top a {
  padding-top: 0;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.mm-navbars_bottom .mm-navbar {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mm-navbars_bottom .mm-navbar .menu-title {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.6) !important;
}
@media (max-width: 480px) {
  .mm-navbars_bottom .mm-navbar .menu-title {
    text-align: center;
    border-bottom: none !important;
  }
}
.mm-navbars_bottom .mm-navbar .footer-social {
  padding: 0;
  display: block;
}
.mm-navbars_bottom .mm-navbar .footer-social li {
  margin: 0 8px;
}
.mm-navbars_bottom .mm-navbar .contact-list {
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.mm-navbars_bottom .mm-navbar .contact-list li {
  margin: 5px 0px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .mm-navbars_bottom .mm-navbar .contact-list li {
    font-size: 13px;
    margin: 3px 0px;
  }
}
.mm-navbars_bottom .mm-navbar .contact-list li:first-child {
  display: none;
}
.mm-navbars_bottom .footer-logo-social-container {
  padding-top: 0;
  flex-wrap: wrap;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link {
  width: auto;
  margin: 3px 5px;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}

.mm-listitem:after {
  left: 0;
}

.menu-open .menu-trigger {
  position: fixed;
  left: 230px;
  top: 30px;
}
.menu-open .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: rgb(0, 0, 0);
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-mobile {
  left: 0;
}

html.mm-wrapper_opened .hamburger:before {
  transform-origin: center center 0px;
  transform: rotate(45deg);
  width: 18px;
  top: 0px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:before {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger:after {
  transform-origin: center center 0px;
  transform: rotate(-45deg);
  top: 0px;
  width: 18px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:after {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger {
  background-color: transparent;
}

@media (max-width: 640px) {
  #qlwapp.qlwapp-button .qlwapp-toggle {
    font-size: 12px;
  }
}

.search-hidden {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.search-open .search-hidden {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
}
.search-open .search-hidden form {
  max-width: 754px;
  margin: 0 auto;
  position: relative;
}
.search-open .search-hidden form input[type=text] {
  width: 100%;
  height: 55px;
  padding-right: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
}
.search-open .search-hidden form input[type=text]::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.search-open .search-hidden form input[type=text]::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 960px) {
  .search-open .search-hidden form input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  .search-open .search-hidden form input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .search-open .search-hidden form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .search-open .search-hidden form input[type=text]::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-open .search-hidden form input[type=text] {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .search-open .search-hidden form input[type=text] {
    font-size: 14px;
  }
}
.search-open .search-hidden form button {
  width: 41px;
  height: 41px;
  padding: 0;
  position: absolute;
  top: calc((100% - 41px) / 2);
  right: 5px;
  border-radius: 50%;
  border: 1px solid #E5BC0E;
  background-color: #E5BC0E;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.search-open .search-hidden form button:hover {
  background-color: transparent;
}
@media (max-width: 960px) {
  .search-open .search-hidden form button:hover {
    background-color: #E5BC0E;
  }
}
@media (max-width: 960px) {
  .search-open .search-hidden form button {
    width: 45px;
    height: 45px;
    top: calc((100% - 45px) / 2);
  }
}
@media (max-width: 640px) {
  .search-open .search-hidden form button {
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
  }
}
.search-open .search-trigger.body-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.search-open .close-search {
  position: absolute;
  top: 106px;
  right: 150px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 2;
}
.search-open .close-search img {
  transform: rotate(45deg);
}
@media (max-width: 1300px) {
  .search-open .close-search {
    top: 42px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.search-open .container-search {
  position: relative;
  z-index: 3;
  padding-top: 100px;
}
@media (max-width: 1300px) {
  .search-open .container-search {
    padding-top: 90px;
  }
}

.footer {
  background: linear-gradient(to right, rgba(97, 204, 195, 0.2), rgba(166, 230, 225, 0.2));
  padding: 102px 0 30px 0;
  position: relative;
}
@media (max-width: 1430px) {
  .footer {
    padding: 120px 0 25px 0;
  }
}
@media (max-width: 1300px) {
  .footer {
    padding: 110px 0 25px 0;
  }
}
@media (max-width: 960px) {
  .footer {
    padding: 65px 0 25px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 65px 0 20px 0;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 60px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 960px) {
  .footer .col_menu {
    width: 33.33%;
  }
  .footer .col_menu:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  .footer .col_menu:first-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .footer .col_menu:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .col_menu {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }
  .footer .col_menu:first-child {
    width: 100%;
    padding-top: 0;
  }
  .footer .col_menu:last-child {
    width: 100%;
    padding-bottom: 0;
  }
  .footer .col_menu:last-child .footer-social {
    justify-content: center;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .footer .col_menu {
    width: 100%;
  }
}
.footer .col_menu .title-bottom {
  font-weight: bold;
  margin-top: 0;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .footer .col_menu .title-bottom {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .footer .col_menu .title-bottom {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer .col_menu .title-bottom {
    font-size: 18px;
  }
}
.footer .col_menu .menu li, .footer .col_menu .contact-list li {
  margin: 10px 0;
}
.footer .col_menu .menu li a, .footer .col_menu .contact-list li a {
  font-weight: 400;
  opacity: 0.73;
  text-decoration: underline;
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 960px) {
  .footer .col_menu .menu li a, .footer .col_menu .contact-list li a {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .footer .col_menu .menu li a, .footer .col_menu .contact-list li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .col_menu .menu li a, .footer .col_menu .contact-list li a {
    font-size: 13px;
  }
}
.footer .col_menu .menu li a:hover, .footer .col_menu .contact-list li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 960px) {
  .footer .col_menu .menu li a:hover, .footer .col_menu .contact-list li a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.footer .col_menu .contact-list li a {
  text-decoration: none;
}
.footer .col_menu .contact-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .footer .col_menu .contact-list li a:hover {
    text-decoration: none;
  }
}
.footer.footer-second-temp {
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0;
  padding: 150px 0 40px 0;
}
@media (max-width: 960px) {
  .footer.footer-second-temp {
    padding: 100px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .footer.footer-second-temp {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 640px) {
  .footer.footer-second-temp {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .footer.footer-second-temp {
    padding: 50px 0 40px 0;
  }
}

.first-row-footer {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .first-row-footer {
    padding-bottom: 20px;
  }
}

.logo-eu {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .logo-eu {
    padding-bottom: 20px;
  }
}
.logo-eu img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .logo-eu img {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .logo-eu img {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .logo-eu img {
    height: 40px;
  }
}

.logo-footer img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .logo-footer img {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .logo-footer img {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .newsletter-bottom {
    max-width: 300px;
    margin: 0 auto;
  }
}
.newsletter-bottom .mc4wp-form-fields {
  position: relative;
}
.newsletter-bottom .mc4wp-form-fields::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: calc((100% - 24px) / 2);
  background-image: url(images/svg/mail-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 960px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 12px;
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 10px;
    width: 18px;
    height: 18px;
    top: calc((100% - 18px) / 2);
  }
}
@media (max-width: 480px) {
  .newsletter-bottom .mc4wp-form-fields::before {
    left: 8px;
    width: 16px;
    height: 16px;
    top: calc((100% - 16px) / 2);
  }
}
.newsletter-bottom input[type=email] {
  background-color: #fff;
  border: 1px solid #fff;
  height: 51px;
  padding-left: 52px;
  position: relative;
  color: #000;
  margin-bottom: 0;
  padding-right: 40px;
  border-radius: 0;
}
@media (max-width: 1430px) {
  .newsletter-bottom input[type=email] {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom input[type=email] {
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email] {
    padding-left: 38px;
    height: 40px;
  }
}
.newsletter-bottom input[type=email]::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.newsletter-bottom input[type=email]::placeholder {
  color: #000;
  font-size: 16px;
}
@media (max-width: 640px) {
  .newsletter-bottom input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
  .newsletter-bottom input[type=email]::placeholder {
    font-size: 15px;
  }
}
.newsletter-bottom button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 12px 15px;
}
@media (max-width: 1430px) {
  .newsletter-bottom button[type=submit] {
    padding: 15px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom button[type=submit] {
    padding: 13px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom button[type=submit] {
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .newsletter-bottom button[type=submit] {
    padding: 11px 20px;
  }
}
.newsletter-bottom button[type=submit] i {
  font-size: 24px;
  color: #E47D91;
}
@media (max-width: 1430px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .newsletter-bottom button[type=submit] i {
    font-size: 16px;
  }
}

.wrap-footer-social {
  padding-top: 26px;
}
.wrap-footer-social li {
  margin: 0 5px;
}
.wrap-footer-social li:first-child {
  margin-left: 0;
}
.wrap-footer-social li:last-child {
  margin-right: 0;
}
.wrap-footer-social li a {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .wrap-footer-social li a {
    width: 40px;
    height: 40px;
  }
}
.wrap-footer-social li a i {
  transition: all 0.3s ease;
}
.wrap-footer-social li a:hover {
  background-color: rgb(0, 0, 0);
  text-decoration: none;
}
.wrap-footer-social li a:hover i {
  color: #fff;
}
@media (max-width: 960px) {
  .wrap-footer-social li a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .wrap-footer-social li a:hover i {
    color: #000;
  }
}
.wrap-footer-social li a i {
  color: #000;
  font-size: 20px;
}
@media (max-width: 960px) {
  .wrap-footer-social li a i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .wrap-footer-social li a i {
    font-size: 16px;
  }
}

.footer-second {
  padding-top: 30px;
  border-top: 1px solid rgba(79, 79, 79, 0.2);
}
@media (max-width: 640px) {
  .footer-second {
    padding-top: 20px;
  }
}
.footer-second .copy {
  color: rgba(0, 0, 0, 0.73);
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 640px) {
  .footer-second .copy {
    font-size: 13px;
  }
}

.home-hero {
  position: relative;
}
.home-hero .slick-dotted {
  margin-bottom: 0;
}
.home-hero .slick-dots {
  bottom: 40px;
}
.home-hero .slick-dots button {
  background-color: #E5BC0E !important;
}
@media (max-width: 480px) {
  .home-hero .slick-dots {
    bottom: 20px;
  }
}
.home-hero .slick-next {
  left: calc((100% - 1090px) / 2);
  top: auto;
  bottom: 100px;
  right: auto;
}
@media (max-width: 1430px) {
  .home-hero .slick-next {
    left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1300px) {
  .home-hero .slick-next {
    right: auto;
    left: 100px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .home-hero .slick-next {
    bottom: 50px;
    width: 40px;
    height: 40px;
    left: 80px;
  }
}
.home-hero .slick-prev {
  left: calc((100% - 1250px) / 2);
  right: auto;
  top: auto;
  bottom: 100px;
}
@media (max-width: 1300px) {
  .home-hero .slick-prev {
    right: auto;
    left: 30px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .home-hero .slick-prev {
    bottom: 50px;
    width: 40px;
    height: 40px;
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .home-hero .slick-next::before,
  .home-hero .slick-prev::before {
    width: 20px;
    height: 15px;
  }
}
.home-hero .hero-slider:not(.slick-slider) {
  width: 100%;
  height: 711px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 657px;
  }
}
@media (max-width: 1430px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 569px;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 540px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 448px;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 347px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 291px;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-slider:not(.slick-slider) {
    height: 291px;
  }
}
.home-hero .hero-slide {
  position: relative;
}
.home-hero .hero-slide::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(21, 45, 99, 0) 0%, rgba(84, 177, 169, 0.27) 24%, rgba(84, 177, 169, 0.76) 69%, rgb(8, 125, 115) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.home-hero .hero-slide .cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-hero .hero-slide .cover .hero-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-hero .hero-wrapper {
  padding: 149px 0 240px 0;
  position: relative;
  z-index: 2;
  max-width: 520px;
}
@media (max-width: 1550px) {
  .home-hero .hero-wrapper {
    padding: 120px 0 220px 0;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-wrapper {
    padding: 120px 0 200px 0;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper {
    padding: 100px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper {
    padding: 80px 0 100px 0;
    max-width: inherit;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-wrapper {
    padding: 40px 0 60px 0;
  }
}
.home-hero .hero-wrapper .hero-content {
  max-width: 881px;
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper .hero-content {
    max-width: inherit;
    text-align: center;
  }
}
.home-hero .hero-wrapper .hero-content .title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1430px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 32px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .home-hero .hero-wrapper .hero-content .title {
    font-size: 26px;
  }
}
.home-hero .hero-wrapper .hero-content .description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 661px;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 1550px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 16px;
    max-width: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .home-hero .hero-wrapper .hero-content .description {
    font-size: 14px;
  }
}
.home-hero .hero-wrapper .hero-content .btn {
  padding-top: 25px;
}

.eu-youth {
  background-color: #EEF7F6;
  padding: 15px 0;
}
.eu-youth .eu-content {
  max-width: 630px;
  margin: 0 auto;
}
.eu-youth .eu-content .eu-img {
  padding-right: 50px;
}
@media (max-width: 1430px) {
  .eu-youth .eu-content .eu-img {
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .eu-youth .eu-content .eu-img {
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .eu-youth .eu-content .eu-img {
    padding-right: 0;
  }
}
.eu-youth .eu-content .eu-img img {
  height: auto;
  width: auto;
}
@media (max-width: 960px) {
  .eu-youth .eu-content .eu-img img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .eu-youth .eu-content .eu-img img {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .eu-youth .eu-content .eu-text {
    max-width: 330px;
  }
}
@media (max-width: 400px) {
  .eu-youth .eu-content .eu-text {
    max-width: 100%;
  }
}
.eu-youth .eu-content .eu-text p {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #3F3454;
  margin: 0;
}
@media (max-width: 1430px) {
  .eu-youth .eu-content .eu-text p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .eu-youth .eu-content .eu-text p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .eu-youth .eu-content .eu-text p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .eu-youth .eu-content {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

.about-section {
  position: relative;
}
.about-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: radial-gradient(circle, rgba(166, 230, 225, 0.3) 0%, rgba(97, 204, 195, 0.3) 100%);
  z-index: 1;
}
@media (max-width: 960px) {
  .about-section::after {
    height: 65%;
  }
}
@media (max-width: 767px) {
  .about-section::after {
    height: 70%;
  }
}
@media (max-width: 480px) {
  .about-section::after {
    height: 75%;
  }
}
@media (max-width: 400px) {
  .about-section::after {
    height: 72%;
  }
}
.about-section::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc((100% - 810px) / 2);
  width: 810px;
  height: 894px;
  background-image: url(images/svg/about-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
  z-index: 2;
}
@media (max-width: 1550px) {
  .about-section::before {
    width: 600px;
    height: 700px;
    left: calc((100% - 600px) / 2);
  }
}
@media (max-width: 1300px) {
  .about-section::before {
    width: 500px;
    height: 600px;
    left: calc((100% - 500px) / 2);
  }
}
@media (max-width: 960px) {
  .about-section::before {
    width: 400px;
    height: 500px;
    left: calc((100% - 400px) / 2);
  }
}
@media (max-width: 767px) {
  .about-section::before {
    width: 300px;
    height: 400px;
    left: calc((100% - 300px) / 2);
  }
}
@media (max-width: 640px) {
  .about-section::before {
    width: 200px;
    height: 300px;
    left: calc((100% - 200px) / 2);
  }
}
@media (max-width: 480px) {
  .about-section::before {
    width: 150px;
    height: 250px;
    left: calc((100% - 150px) / 2);
  }
}
.about-section .container {
  position: relative;
  z-index: 3;
}
.about-section .cover {
  border-radius: 15px;
  width: 100%;
  height: 612px;
}
@media (max-width: 1550px) {
  .about-section .cover {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .about-section .cover {
    height: 450px;
  }
}
@media (max-width: 960px) {
  .about-section .cover {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .about-section .cover {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .about-section .cover {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .about-section .cover {
    height: 250px;
  }
}

.title-flex {
  padding-bottom: 45px;
}
@media (max-width: 960px) {
  .title-flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .title-flex {
    padding-bottom: 20px;
  }
}
.title-flex h2 {
  margin: 0;
  font-size: 42px;
}
@media (max-width: 1550px) {
  .title-flex h2 {
    font-size: 38px;
  }
}
@media (max-width: 1430px) {
  .title-flex h2 {
    font-size: 36px;
  }
}
@media (max-width: 1300px) {
  .title-flex h2 {
    font-size: 34px;
  }
}
@media (max-width: 960px) {
  .title-flex h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title-flex h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .title-flex h2 {
    font-size: 24px;
  }
}
.title-flex p {
  margin: 0;
}
@media (max-width: 767px) {
  .title-flex .left-side,
  .title-flex .right-side {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-flex .left-side:first-child,
  .title-flex .right-side:first-child {
    padding-top: 0;
  }
  .title-flex .left-side:last-child,
  .title-flex .right-side:last-child {
    padding-bottom: 0;
  }
}

.about-cards {
  padding-top: 78px;
}
@media (max-width: 1300px) {
  .about-cards {
    padding-top: 50px;
  }
}
@media (max-width: 960px) {
  .about-cards {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-cards {
    padding-top: 20px;
  }
}
.about-cards .the-content {
  max-width: 872px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .about-cards .the-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-cards .the-content {
    padding-bottom: 20px;
  }
}
.about-cards .the-content h2 {
  margin-top: 0;
}

.about-card {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .about-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .about-card {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .about-card {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .about-card {
    width: 100%;
  }
}
.about-card img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .about-card img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 960px) {
  .about-card img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .about-card img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .about-card img {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .about-card img {
    width: 45px;
    height: auto;
  }
}
.about-card .card-wrapper {
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about-card .card-wrapper {
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .about-card .card-wrapper {
    padding: 15px;
  }
}
.about-card .card-wrapper .card-img {
  padding-bottom: 40px;
}
@media (max-width: 1550px) {
  .about-card .card-wrapper .card-img {
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .about-card .card-wrapper .card-img {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .about-card .card-wrapper .card-img {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .about-card .card-wrapper .card-img {
    padding-bottom: 5px;
  }
}
.about-card .card-wrapper .title {
  margin: 0;
}

.advocacy .title {
  max-width: 664px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .advocacy .title {
    max-width: inherit;
    padding-bottom: 20px;
  }
}

.advocacy-card {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .advocacy-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .advocacy-card {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .advocacy-card {
    width: 100%;
  }
}
.advocacy-card:nth-child(6n+1) .advocacy-wrapper {
  background-color: #FDF3E8;
}
.advocacy-card:nth-child(6n+2) .advocacy-wrapper {
  background-color: #FCF2F4;
}
.advocacy-card:nth-child(6n+3) .advocacy-wrapper {
  background-color: #FCF8E7;
}
.advocacy-card:nth-child(6n+4) .advocacy-wrapper {
  background-color: #F7F1F5;
}
.advocacy-card:nth-child(6n+5) .advocacy-wrapper {
  background-color: #EEF7F6;
}
.advocacy-card:nth-child(6n) .advocacy-wrapper {
  background-color: #FDF3E8;
}

.advocacy-wrapper {
  padding: 25px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .advocacy-wrapper {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .advocacy-wrapper {
    padding: 15px;
  }
}
.advocacy-wrapper .number {
  padding-right: 25px;
}
@media (max-width: 960px) {
  .advocacy-wrapper .number {
    padding-right: 15px;
  }
}
.advocacy-wrapper .number span {
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .advocacy-wrapper .number span {
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  .advocacy-wrapper .number span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .advocacy-wrapper .number span {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .advocacy-wrapper .number span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .advocacy-wrapper .number span {
    font-size: 28px;
  }
}
.advocacy-wrapper .advocacy-img {
  text-align: center;
  padding-top: 10px;
}
.advocacy-wrapper img {
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .advocacy-wrapper img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 960px) {
  .advocacy-wrapper img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .advocacy-wrapper img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .advocacy-wrapper img {
    width: 45px;
    height: auto;
  }
}
.advocacy-wrapper p {
  line-height: 1.1;
}

.activities {
  position: relative;
}
.activities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: radial-gradient(circle, rgba(235, 214, 126, 0.1) 0%, rgba(246, 218, 100, 0.1) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .activities::before {
    height: 100%;
  }
}
.activities .relative-img-cont {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50%;
  padding-left: 150px;
}
@media (max-width: 1650px) {
  .activities .relative-img-cont {
    padding-left: 100px;
  }
}
@media (max-width: 1550px) {
  .activities .relative-img-cont {
    padding-left: 50px;
  }
}
@media (max-width: 1300px) {
  .activities .relative-img-cont {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .activities .relative-img-cont {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .activities .relative-img-cont {
    padding: 0 15px;
  }
}
.activities .relative-img-cont img {
  border-radius: 30px;
  height: 723px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .activities .relative-img-cont img {
    height: 600px;
  }
}
@media (max-width: 960px) {
  .activities .relative-img-cont img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .activities .relative-img-cont img {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .activities .relative-img-cont img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .activities .relative-img-cont img {
    height: 250px;
  }
}
.activities .activities-content {
  min-height: 723px;
}
@media (max-width: 1300px) {
  .activities .activities-content {
    min-height: 600px;
  }
}
@media (max-width: 960px) {
  .activities .activities-content {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .activities .activities-content {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .activities .activities-content {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .activities .activities-content {
    min-height: 250px;
  }
}
.activities .col_50 {
  margin-left: auto;
}
.activities .col_50:not(.activities .col_50:first-child) ul {
  margin-top: 0;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .activities .col_50:not(.activities .col_50:first-child) ul {
    padding-top: 0px;
  }
}
.activities .col_50:not(.activities .col_50:first-child) ul li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .activities .col_50 {
    width: 100%;
  }
  .activities .col_50:first-child {
    padding-top: 20px;
  }
  .activities .col_50:first-child ul {
    margin-bottom: 0;
  }
}
.activities .full-width-image {
  padding-bottom: 100px;
  z-index: 1;
}
@media (max-width: 960px) {
  .activities .full-width-image {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .activities .full-width-image {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .activities .full-width-image {
    padding-bottom: 20px;
  }
}
.activities .full-width-image::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 256px;
  height: 256px;
  background-image: url(images/svg/activ-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1650px) {
  .activities .full-width-image::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1300px) {
  .activities .full-width-image::after {
    width: 150px;
    height: 150px;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .activities .full-width-image::after {
    width: 100px;
    height: 100px;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .activities .full-width-image::after {
    width: 80px;
    height: 80px;
  }
}
.activities .full-width-image .container {
  position: relative;
  z-index: 3;
}
.activities .full-width-image .relative-img-cont {
  z-index: 3;
}

.activities-content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}
@media (max-width: 960px) {
  .activities-content ul li {
    padding-left: 20px;
  }
}
.activities-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(images/svg/list-bullet.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1300px) {
  .activities-content ul li::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 960px) {
  .activities-content ul li::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .activities-content ul li::before {
    width: 14px;
    height: 14px;
  }
}

.gallery-section {
  position: relative;
  z-index: 1;
}
.gallery-section .images-container .gallery-grid .grid-sizer {
  width: 0%;
}
.gallery-section .images-container .gallery-grid .grid-item {
  width: 20%;
  /* or whatever width you have */
  padding-bottom: 35px;
  padding-right: 35px;
  float: left;
  height: 263px;
}
.gallery-section .images-container .gallery-grid .grid-item:nth-child(6n+5) {
  padding-right: 0;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item:nth-child(6n+5) {
    padding-right: 10px;
  }
}
.gallery-section .images-container .gallery-grid .grid-item:nth-child(6n+1) {
  padding-right: 0;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item:nth-child(6n+1) {
    padding-right: 10px;
  }
}
@media (max-width: 1300px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 250px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 150px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    height: 140px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item {
    width: 100%;
    height: 210px;
  }
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box {
  display: block;
  width: calc(100% - 0px);
  height: 100%;
  position: relative;
  background-color: #000;
  border-radius: 15px;
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.gallery-section .images-container .gallery-grid .grid-item .gallery-box:hover::before {
  opacity: 0.4;
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item .gallery-box:hover::before {
    opacity: 0;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-width2 {
  width: 40%;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-width2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-width2 {
    width: 100%;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-width3 {
  width: 40%;
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-width3 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-width3 {
    width: 100%;
  }
}
.gallery-section .images-container .gallery-grid .grid-item-height2 {
  height: 528px;
}
@media (max-width: 1300px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .gallery-section .images-container .gallery-grid .grid-item-height2 {
    height: 210px;
  }
}

.principles {
  position: relative;
  background-color: #EEF7F6;
}
.principles .section-title {
  max-width: inherit;
  position: relative;
  z-index: 1;
  background-color: #EEF7F6;
}
.principles .section-title:before {
  content: "";
  display: block;
  width: 1000px;
  right: 100%;
  height: 100%;
  top: 0px;
  background-color: #EEF7F6;
  position: absolute;
}
.principles .section-title:after {
  content: "";
  display: block;
  width: 1000px;
  right: 0%;
  height: 20px;
  top: -10px;
  background-color: #EEF7F6;
  position: absolute;
}
@media (max-width: 767px) {
  .principles .section-title:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .principles .section-title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .principles .section-title .slider-arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .principles .slider-col {
    width: 100%;
  }
}
.principles .wrapper {
  padding: 0 18px;
  height: 100%;
}
@media (max-width: 1300px) {
  .principles .wrapper {
    padding: 0 8px;
  }
}
@media (max-width: 480px) {
  .principles .wrapper {
    height: auto;
  }
}
.principles .wrapper .principles-slider-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid;
}
@media (max-width: 640px) {
  .principles .wrapper .principles-slider-item {
    padding: 15px;
  }
}
.principles .wrapper .principles-slider-item p {
  margin: 0;
}
.principles .slide:nth-child(4n+1) .principles-slider-item {
  border-color: #E5BC0E;
}
.principles .slide:nth-child(4n+2) .principles-slider-item {
  border-color: #E47D91;
}
.principles .slide:nth-child(4n+3) .principles-slider-item {
  border-color: #54B1A9;
}
.principles .slide:nth-child(4n) .principles-slider-item {
  border-color: #B4749D;
}
.principles .principles-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  height: 243px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .principles .principles-slider:not(.slick-slider) {
    height: 243px;
  }
}
@media (max-width: 960px) {
  .principles .principles-slider:not(.slick-slider) {
    height: 243px;
  }
}
@media (max-width: 767px) {
  .principles .principles-slider:not(.slick-slider) {
    height: 189px;
  }
}
@media (max-width: 640px) {
  .principles .principles-slider:not(.slick-slider) {
    height: 189px;
  }
}
@media (max-width: 480px) {
  .principles .principles-slider:not(.slick-slider) {
    height: 104px;
  }
}
.principles .principles-slider:not(.slick-slider) .slide {
  width: 33.33%;
}
@media (max-width: 767px) {
  .principles .principles-slider:not(.slick-slider) .slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .principles .principles-slider:not(.slick-slider) .slide {
    width: 100%;
  }
}
.principles .slick-dots {
  bottom: -40px;
}
.principles .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #54B2AA;
  opacity: 0.4;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.principles .slick-dots li button::before {
  display: none;
}
@media (max-width: 640px) {
  .principles .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.principles .slick-dots .slick-active {
  width: 32px;
}
@media (max-width: 640px) {
  .principles .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.principles .slick-dots .slick-active button {
  opacity: 1;
  width: 32px;
  background-color: #54B2AA;
}
@media (max-width: 640px) {
  .principles .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
.principles .slick-list {
  overflow: visible;
  padding-right: 250px;
}
@media (max-width: 1100px) {
  .principles .slick-list {
    padding-right: 100px;
  }
}
@media (max-width: 960px) {
  .principles .slick-list {
    overflow: hidden;
    padding-right: 0;
  }
}

.principles-slider-about:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  height: 293px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .principles-slider-about:not(.slick-slider) {
    height: 243px;
  }
}
@media (max-width: 960px) {
  .principles-slider-about:not(.slick-slider) {
    height: 243px;
  }
}
@media (max-width: 767px) {
  .principles-slider-about:not(.slick-slider) {
    height: 189px;
  }
}
@media (max-width: 640px) {
  .principles-slider-about:not(.slick-slider) {
    height: 189px;
  }
}
@media (max-width: 480px) {
  .principles-slider-about:not(.slick-slider) {
    height: 104px;
  }
}
.principles-slider-about:not(.slick-slider) .slide {
  width: 25%;
}
@media (max-width: 960px) {
  .principles-slider-about:not(.slick-slider) .slide {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .principles-slider-about:not(.slick-slider) .slide {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .principles-slider-about:not(.slick-slider) .slide {
    width: 100%;
  }
}

.articles {
  background-color: #FFFDF4;
  position: relative;
  overflow: hidden;
}
.articles::before {
  content: "";
  display: block;
  width: 810px;
  height: 894px;
  background-image: url(images/svg/articles-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 100px;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(5rem);
}
.articles .container {
  position: relative;
  z-index: 1;
}
.articles .slider-arrows {
  justify-content: flex-end;
  padding-top: 0;
}
.articles .article-wrapper {
  padding: 0 15px;
  height: 100%;
}
@media (max-width: 960px) {
  .articles .article-wrapper {
    padding: 0 8px;
  }
}
.articles .image-wrapper {
  height: 254px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1300px) {
  .articles .image-wrapper {
    height: 220px;
  }
}
@media (max-width: 960px) {
  .articles .image-wrapper {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .articles .image-wrapper {
    height: 180px;
  }
}
.articles .image-wrapper .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 1300px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 640px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .articles .image-wrapper .cover {
    height: 100%;
  }
}
.articles .article-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
}
.articles .article-item:hover {
  text-decoration: none;
}
.articles .article-item:hover .image-wrapper .cover {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .articles .article-item:hover .image-wrapper .cover {
    transform: none;
  }
}
.articles .article-item .article-info {
  padding: 20px;
}
.articles .article-item .article-info p {
  margin-top: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
}
@media (max-width: 1300px) {
  .articles .article-item .article-info p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .articles .article-item .article-info p {
    font-size: 18px;
  }
}
.articles .slider-articles {
  margin: 0 -15px;
}
@media (max-width: 960px) {
  .articles .slider-articles {
    margin: 0 -8px;
  }
}
.articles .slider-articles:not(.slick-slider) {
  overflow: hidden;
  flex-wrap: wrap;
  height: 405px;
}
@media (max-width: 1300px) {
  .articles .slider-articles:not(.slick-slider) {
    height: 330px;
  }
}
@media (max-width: 960px) {
  .articles .slider-articles:not(.slick-slider) {
    height: 341px;
  }
}
@media (max-width: 767px) {
  .articles .slider-articles:not(.slick-slider) {
    height: 325px;
  }
}
@media (max-width: 640px) {
  .articles .slider-articles:not(.slick-slider) {
    height: 324px;
  }
}
@media (max-width: 480px) {
  .articles .slider-articles:not(.slick-slider) {
    height: 301px;
  }
}
.articles .slider-articles:not(.slick-slider) .slide-articles {
  width: 33.33%;
}
@media (max-width: 767px) {
  .articles .slider-articles:not(.slick-slider) .slide-articles {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .articles .slider-articles:not(.slick-slider) .slide-articles {
    width: 100%;
  }
}
.articles .small {
  font-size: 16px;
  color: #54B2AA;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .articles .small {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .articles .small {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .articles .small {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .articles .small {
    font-size: 11px;
  }
}
.articles .small:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 960px) {
  .articles .small:hover {
    color: #54B2AA;
    text-decoration: underline;
  }
}
.articles .title {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .articles .title {
    padding-bottom: 20px;
  }
}
.articles .title h2 {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .articles .title .col_30 {
    display: none;
  }
}
@media (max-width: 480px) {
  .articles .title .col_70 {
    width: 100%;
  }
}
.articles .slick-dots {
  bottom: -20px;
}
.articles .slick-dotted {
  margin-bottom: 20px;
}

.article-bottom-item span {
  font-size: 16px;
}
@media (max-width: 1300px) {
  .article-bottom-item span {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .article-bottom-item span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .article-bottom-item span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .article-bottom-item span {
    font-size: 11px;
  }
}
.article-bottom-item span.line {
  padding: 0 5px;
}

.apply {
  position: relative;
  background: linear-gradient(to right, rgba(166, 230, 225, 0.4), rgba(97, 204, 195, 0.4));
  overflow: hidden;
}
.apply .abs-image-cont {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
  height: 705px;
  padding-left: 50px;
}
@media (max-width: 1650px) {
  .apply .abs-image-cont {
    height: 650px;
  }
}
@media (max-width: 1300px) {
  .apply .abs-image-cont {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .apply .abs-image-cont {
    height: 400px;
    position: relative;
    width: 100%;
    padding-left: 0;
    padding: 0 30px;
    bottom: 0px;
    right: auto;
    left: auto;
    margin-bottom: -85px;
  }
}
@media (max-width: 767px) {
  .apply .abs-image-cont {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .apply .abs-image-cont {
    height: 200px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .apply .abs-image-cont {
    height: 200px;
  }
}
.apply .abs-image-cont .relative-image-cont {
  height: 100%;
  text-align: right;
  position: relative;
}
@media (max-width: 1100px) {
  .apply .abs-image-cont .relative-image-cont {
    text-align: center;
  }
}
.apply .abs-image-cont .relative-image-cont .member-img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .apply .abs-image-cont .relative-image-cont .member-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.apply .abs-image-cont .relative-image-cont .before-img {
  width: 520px;
  height: 499px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 100px;
  left: calc((100% - 520px) / 2);
}
@media (max-width: 1430px) {
  .apply .abs-image-cont .relative-image-cont .before-img {
    width: 420px;
    height: 399px;
    left: calc((100% - 420px) / 2);
    top: 100px;
  }
}
@media (max-width: 1300px) {
  .apply .abs-image-cont .relative-image-cont .before-img {
    width: 360px;
    height: 320px;
    left: calc((100% - 360px) / 2);
    top: 150px;
  }
}
@media (max-width: 1100px) {
  .apply .abs-image-cont .relative-image-cont .before-img {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .apply .abs-image-cont .relative-image-cont .before-img {
    width: 220px;
    height: 199px;
    left: calc((100% - 220px) / 2);
    top: 20px;
  }
}
@media (max-width: 640px) {
  .apply .abs-image-cont .relative-image-cont .before-img {
    width: 120px;
    height: 99px;
    left: calc((100% - 120px) / 2);
  }
}
.apply .abs-image-cont .relative-image-cont .after-img {
  width: 89px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 100px;
  left: 100px;
}
@media (max-width: 1650px) {
  .apply .abs-image-cont .relative-image-cont .after-img {
    left: 50px;
  }
}
@media (max-width: 1550px) {
  .apply .abs-image-cont .relative-image-cont .after-img {
    left: 20px;
  }
}
@media (max-width: 1430px) {
  .apply .abs-image-cont .relative-image-cont .after-img {
    left: 0;
  }
}
@media (max-width: 1100px) {
  .apply .abs-image-cont .relative-image-cont .after-img {
    display: none;
  }
}
@media (max-width: 1100px) {
  .apply .flex-side {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .apply .flex-side .col_35 {
    width: 100%;
  }
}
.apply .flex-side .the-content {
  margin-left: 0;
  margin-right: auto;
}

.ztmr .box {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(235, 214, 126, 0.7), rgba(246, 218, 100, 0.7));
  border-radius: 30px;
}
.ztmr .ztmr-text {
  max-width: 460px;
  margin: 0 auto;
  padding: 20px;
}
.ztmr .right-img {
  position: absolute;
  top: 0;
  right: 0px;
  display: flex;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .ztmr .right-img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .ztmr .right-img {
    width: 100px;
  }
}
.ztmr .left-img {
  position: absolute;
  top: 0;
  left: -100px;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .ztmr .left-img {
    width: 100px;
    top: 20px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .ztmr .left-img {
    left: -30px;
    width: 80px;
  }
}
@media (max-width: 480px) {
  .ztmr .left-img {
    left: 10px;
  }
}
.ztmr .ztmr-image {
  display: block;
  position: relative;
  z-index: 1;
  right: 50px;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .ztmr .ztmr-image {
    right: 0;
  }
}
@media (max-width: 480px) {
  .ztmr .ztmr-image {
    width: 100%;
    padding: 0 20px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .ztmr .col_50 {
    width: 100%;
  }
}

.section-blog {
  background-color: #eef7f6;
  position: relative;
  padding: 30px 0;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .section-blog {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}
.section-blog::before {
  content: none;
}
.section-blog .article-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.section-blog .article-item .cover {
  border-radius: 20px;
}
.section-blog .article-item .image-wrapper {
  border-radius: 20px;
}
.section-blog .article-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .section-blog .article-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-blog .article-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-blog .article-wrapper {
    width: 100%;
  }
}
.section-blog .wp-pagenavi {
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .section-blog .wp-pagenavi {
    padding-top: 35px;
  }
}
@media (max-width: 960px) {
  .section-blog .wp-pagenavi {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .section-blog .wp-pagenavi {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .section-blog .wp-pagenavi {
    padding-top: 0px;
  }
}
.section-blog .wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-blog .wp-pagenavi ul li {
  margin: 0px 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-blog .wp-pagenavi ul li span {
  background-color: #54B2AA;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  line-height: 1;
}
@media (max-width: 1100px) {
  .section-blog .wp-pagenavi ul li span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .section-blog .wp-pagenavi ul li span {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-blog .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section-blog .wp-pagenavi ul li span {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.section-blog .wp-pagenavi ul li a {
  background-color: #fff;
  width: 55px;
  height: 55px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.section-blog .wp-pagenavi ul li a:hover {
  background-color: #54B2AA;
  color: #fff;
  text-decoration: none;
  border: 1px solid #54B2AA;
}
@media (max-width: 1100px) {
  .section-blog .wp-pagenavi ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .section-blog .wp-pagenavi ul li a {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-blog .wp-pagenavi ul li a {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .section-blog .wp-pagenavi ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.activities {
  overflow: hidden;
}
.activities.about-page {
  background: radial-gradient(circle, rgba(235, 214, 126, 0.1) 0%, rgba(246, 218, 100, 0.1) 100%);
}
.activities.about-page::before {
  content: none;
}
.activities.about-page .the-content ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 1300px) {
  .activities.about-page .the-content ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 640px) {
  .activities.about-page .the-content ul {
    -moz-column-count: auto;
         column-count: auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.activities.about-page .activities-content {
  min-height: auto;
}
.activities.about-page.no-list-wrap ul {
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-gap: 0;
       column-gap: 0;
}

.about-principles .slider-arrows {
  padding: 0;
}
@media (max-width: 767px) {
  .about-principles .slider-arrows {
    display: flex !important;
  }
}
@media (max-width: 480px) {
  .about-principles .slider-arrows {
    display: none !important;
  }
}
.about-principles .section-title {
  padding-bottom: 25px;
}
.about-principles .section-title::before {
  content: none;
}
.about-principles .section-title::after {
  content: none;
}
.about-principles .slider-col {
  position: relative;
}
.about-principles .slider-col:before {
  content: "";
  display: block;
  width: 1000px;
  right: 100%;
  height: 100%;
  top: 0px;
  background-color: #EEF7F6;
  position: absolute;
  z-index: 1;
}
.about-principles .slick-list {
  padding-right: 0px;
}

.contact-page {
  padding-top: 20px;
}

.section-contact {
  position: relative;
  z-index: 2;
}
.section-contact .section-title {
  max-width: 422px;
}
@media (max-width: 767px) {
  .section-contact .section-title {
    max-width: 100%;
  }
}
.section-contact .section-title.the-content p:not(.small-title):nth-child(3) {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .section-contact .section-title.the-content p:not(.small-title):nth-child(3) {
    margin-top: 10px;
  }
}
.section-contact .section-title.the-content p:not(.small-title) {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .section-contact .section-title.the-content p:not(.small-title) {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-contact .section-title.the-content p:not(.small-title) {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-contact .section-title.the-content p:not(.small-title) {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-contact .section-title.the-content p:not(.small-title) {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-contact .section-title.the-content p:not(.small-title) {
    font-size: 14px;
  }
}
.section-contact .contact-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 960px) {
  .section-contact .contact-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact .contact-title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section-contact .contact-title {
    font-size: 18px;
  }
}
.section-contact .contact-info {
  max-width: 336px;
}
@media (max-width: 480px) {
  .section-contact .contact-info {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .section-contact .contact-info {
    padding-bottom: 10px;
  }
}
.section-contact .contact-info .contact-icon img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .section-contact .contact-info .contact-icon img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .section-contact .contact-info .contact-icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .section-contact .contact-info .contact-icon img {
    width: 25px;
    height: 25px;
  }
}
.section-contact .contact-info .contact-details {
  width: calc(100% - 42px);
}
@media (max-width: 1300px) {
  .section-contact .contact-info .contact-details {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767px) {
  .section-contact .contact-info .contact-details {
    width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .section-contact .contact-info .contact-details {
    width: calc(100% - 25px);
  }
}
.section-contact .contact-info .contact-details .contact-label {
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.section-contact .contact-info .contact-details .contact-button {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .section-contact .contact-info .contact-details .contact-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-contact .contact-info .contact-details .contact-button {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-contact .contact-info .contact-details .contact-button {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-contact .contact-info .contact-details .contact-button {
    font-size: 14px;
  }
}
.section-contact .contact-info .contact-info-item {
  align-items: flex-start;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0;
}
.section-contact .contact-info .contact-info-item:last-child {
  border-bottom: none;
}
.section-contact .container {
  position: relative;
  z-index: 3;
}
.section-contact .wpcf7-list-item {
  margin-left: 0;
  color: #000;
}
@media (max-width: 640px) {
  .section-contact .wpcf7-submit {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
.wpcf7-list-item input {
  position: absolute;
  left: 0;
}
.wpcf7-list-item a {
  text-decoration: underline;
}
.wpcf7-list-item a:hover {
  text-decoration: none;
  color: #54B2AA;
}
@media (max-width: 960px) {
  .wpcf7-list-item a:hover {
    color: #000;
    text-decoration: underline;
  }
}

@media (max-width: 960px) {
  .form-row {
    display: block;
  }
  .form-row .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-row {
    display: flex;
  }
  .form-row .col_50 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .form-row {
    display: block;
  }
  .form-row .col_50 {
    width: 100%;
  }
}

.contact-form-box {
  padding: 50px;
  border-radius: 20px;
  background-color: #EEF7F6;
}
@media (max-width: 1430px) {
  .contact-form-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-form-box {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .contact-form-box {
    padding: 25px 20px;
  }
}
.contact-form-box .label-form {
  color: #000;
}
.contact-form-box input[type=submit] {
  border-radius: 40px;
}
@media (max-width: 640px) {
  .contact-form-box input[type=submit] {
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.label-form {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .label-form {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .label-form {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .label-form {
    font-size: 13px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.section-contact-flex .col_45 {
  padding-top: 50px;
}
@media (max-width: 1430px) {
  .section-contact-flex .col_45 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-contact-flex .col_45 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-contact-flex {
    display: block;
  }
  .section-contact-flex .col_45,
  .section-contact-flex .col_55 {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input {
  border-radius: 10px;
  height: 45px;
  background-color: #fff;
}
@media (max-width: 1430px) {
  .wpcf7-form-control-wrap input {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap input {
    height: 35px;
  }
}
.wpcf7-form-control-wrap input[type=checkbox] {
  height: 15px;
  width: 15px;
  border-radius: 4px;
}
.wpcf7-form-control-wrap textarea {
  border-radius: 10px;
  height: 100px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .wpcf7-form-control-wrap textarea {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap textarea {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .wpcf7-form-control-wrap textarea {
    height: 70px;
  }
}

.checkbox-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 13px;
  }
}

.section-article .blog-sidebar-flex .blog-right-sidebar {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar {
    width: 100%;
    padding-bottom: 40px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content {
  padding-bottom: 40px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .service-main-image img {
  width: 100%;
  border-radius: 20px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.4);
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box {
  padding: 0 75px 0 30px;
  position: relative;
}
@media (max-width: 1100px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box {
    padding: 0 40px 0 30px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box {
    padding: 0 20px 0 30px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box {
    padding: 0 20px 10px 20px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box a {
  text-decoration: underline;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: calc((100% - 23px) / 2);
  left: 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box::before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box::before {
    width: 16px;
    height: 16px;
    top: calc((100% - 26px) / 2);
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date span {
  font-size: 16px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date span {
    font-size: 12px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-date::before {
  background-image: url(images/svg/single-date.svg);
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories a {
  font-size: 16px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories a {
    font-size: 12px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.single-categories::before {
  background-image: url(images/svg/single-category.svg);
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top a {
  font-size: 16px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top a {
    font-size: 12px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top .blog-infos .blog-info-box.comment-top::before {
  background-image: url(images/svg/single-comm.svg);
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .blog-single-top h2 {
  font-weight: bold;
  color: #272727;
  margin-top: 15px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h1,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h2,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h3,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h4,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h5,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-content .the-content h6 {
  color: #272727;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .share-title {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .sharethis-inline-share-buttons {
  padding-left: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .sharethis-inline-share-buttons {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 1430px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .share-buttons-single .article-bottom-item a {
    font-size: 13px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments {
  padding-top: 35px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 65px 60px 65px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond {
    background-color: transparent;
    padding: 40px 0;
    box-shadow: none;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form p {
  margin: 8px 0;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form textarea,
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form input {
  margin-bottom: 0;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-author {
  width: 49%;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-author {
    display: block;
    width: 100%;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-email {
  width: 50%;
  display: inline-block;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-email {
    display: block;
    width: 100%;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-cookies-consent .wp-comment-cookies-consent {
  display: inline-block;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  width: 90%;
  margin-top: 5px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .comment-form-cookies-consent label {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-respond form .form-submit .submit {
    width: 100%;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-awaiting-moderation {
  color: red;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-meta {
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 65px;
  background-color: #eef6fc;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-meta {
    right: 20px;
    padding: 5px 10px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-meta a {
  font-size: 12px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-meta a {
    font-size: 10px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .comment-meta a:hover {
  text-decoration: none;
  cursor: auto;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist {
  list-style: none;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist p {
  margin-top: 0;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px 20px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body {
    padding: 20px;
  }
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body .comment-author {
  position: relative;
  padding-bottom: 10px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body .comment-author img {
  position: relative;
  transform: translateY(30%);
  border-radius: 100%;
  margin-right: 10px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body .reply a {
  background-color: #00b8ff;
  border-radius: 6px;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .commentlist li .comment-body .reply a:hover {
  text-decoration: none;
  background-color: #00415a;
}
.section-article .blog-sidebar-flex .blog-right-sidebar .blog-comments .navigation .alignleft {
  float: none;
}
.section-article .blog-sidebar-flex .blog-sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EEF7F6;
  position: relative;
}
.section-article .blog-sidebar-flex .blog-sidebar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 100%;
  background-color: #EEF7F6;
  position: absolute;
}
.section-article .blog-sidebar-flex .blog-sidebar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 100%;
  background-color: #EEF7F6;
  position: absolute;
}
@media (max-width: 1300px) {
  .section-article .blog-sidebar-flex .blog-sidebar {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar {
    width: 100%;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item {
  padding: 15px 0;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item {
    padding: 15px 0;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item:last-child {
  padding-bottom: 0;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item:first-child {
  padding-top: 0;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search {
    padding: 15px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form {
  position: relative;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text] {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-right: 40px;
  height: 55px;
  border: 1px solid #E3E3E3;
  border-radius: 40px;
  font-size: 16px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text] {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text] {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::placeholder {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form input[type=text]::placeholder {
    font-size: 14px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form button {
  background-color: #E5BC0E;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  padding: 0;
  position: absolute;
  top: calc((100% - 41px) / 2);
  right: 5px;
  border-radius: 50%;
  border: 1px solid #E5BC0E;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form button {
    width: 40px;
    height: 40px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form button:hover {
  background-color: transparent;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-search form button:hover {
    background-color: #E5BC0E;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-custom-cat {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-custom-cat {
    padding: 15px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-custom-tags {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-custom-tags {
    padding: 15px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-most-recent {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .blog-most-recent {
    padding: 15px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .title-line {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #E5BC0E;
  top: 0;
  left: 0;
  font-weight: 900;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li::before {
    line-height: 1;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li:last-child {
    margin-bottom: 10px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li a {
  font-weight: 500;
  color: #000;
  position: relative;
  right: 0;
  transition: all 0.3s ease;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li a:hover {
  color: #E5BC0E;
  right: -5px;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .categories-List li a:hover {
    color: #000;
    right: 0;
    text-decoration: none;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li {
  padding-right: 10px;
  padding-bottom: 10px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li:last-child {
  padding-right: 0;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li a {
  background-color: transparent;
  padding: 10px;
  border: 1px solid #E5BC0E;
  border-radius: 24px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li a {
    background-color: transparent;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li a {
    font-size: 13px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li a:hover {
  text-decoration: none;
  background-color: #E5BC0E;
  color: #fff;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li a:hover {
    color: #000;
    background-color: transparent;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .tags-List li span {
  display: none;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(207, 207, 207, 0.4);
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li:first-child {
  padding-top: 0;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a {
  display: flex;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a:hover {
  text-decoration: none;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a:hover .title {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a:hover .title {
    text-decoration: none;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .blog-post-image {
  width: 104px;
  height: 76px;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .blog-post-image {
    width: 70px;
    height: 60px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content {
  width: calc(100% - 104px);
  padding-left: 13px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content {
    width: calc(100% - 70px);
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content i {
  color: #54B1A9;
  font-size: 13px;
  margin-right: 5px;
  padding-top: 3px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content .article-bottom-item {
  display: flex;
  padding-bottom: 5px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content .article-bottom-item span {
  font-size: 13px;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content .article-bottom-item span {
    font-size: 12px;
  }
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .most-recent-content .line {
  margin: 0 5px;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .blog-post-text .date-blog-post {
  font-size: 14px;
  color: #1f1f1f;
  opacity: 50%;
}
.section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .blog-post-text .title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .section-article .blog-sidebar-flex .blog-sidebar .blog-sidebar-item .best-posts li a .blog-post-text .title {
    font-size: 14px;
  }
}

.share-buttons-single {
  padding: 35px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .share-buttons-single {
    padding: 30px 0;
  }
}
@media (max-width: 640px) {
  .share-buttons-single {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .share-buttons-single {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .share-buttons-single .addtoany_shortcode {
    padding-top: 10px;
  }
}
.share-buttons-single .addtoany_shortcode a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.share-buttons-single .addtoany_shortcode a span {
  border-radius: 50% !important;
  position: relative;
}
@media (max-width: 480px) {
  .share-buttons-single .addtoany_shortcode a span {
    width: 22px !important;
    height: 22px !important;
  }
}
.share-buttons-single .addtoany_shortcode a svg {
  width: 15px;
  height: 15px;
  top: auto;
  left: auto;
  background-position: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.share-buttons-single .category a {
  text-decoration: underline;
}
.share-buttons-single .category a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .share-buttons-single .category a:hover {
    text-decoration: underline;
  }
}

.next-prev-posts {
  padding-top: 50px;
}
.next-prev-posts .next-div,
.next-prev-posts .prev-div {
  background-color: #EDFAF9;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div,
  .next-prev-posts .prev-div {
    padding: 15px;
  }
}
.next-prev-posts .next-div .art-title,
.next-prev-posts .prev-div .art-title {
  font-weight: bold;
  margin: 0;
}
.next-prev-posts .next-div i,
.next-prev-posts .prev-div i {
  color: #54B1A9;
  font-size: 13px;
  margin-right: 5px;
  padding-top: 3px;
}
.next-prev-posts .next-div .article-bottom,
.next-prev-posts .prev-div .article-bottom {
  padding-top: 5px;
}
.next-prev-posts .next-div .article-bottom-item,
.next-prev-posts .prev-div .article-bottom-item {
  display: flex;
  padding-bottom: 5px;
}
.next-prev-posts .next-div .article-bottom-item span,
.next-prev-posts .prev-div .article-bottom-item span {
  font-size: 13px;
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .article-bottom-item span,
  .next-prev-posts .prev-div .article-bottom-item span {
    font-size: 12px;
  }
}
.next-prev-posts .next-div .line,
.next-prev-posts .prev-div .line {
  margin: 0 5px;
}
.next-prev-posts .next-div:hover,
.next-prev-posts .prev-div:hover {
  text-decoration: none;
}
.next-prev-posts .prev-div {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .next-prev-posts .prev-div {
    padding-left: 35px;
  }
}
.next-prev-posts .prev-div .title-wrapper {
  position: relative;
}
.next-prev-posts .prev-div .title-wrapper::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  color: #000;
  font-size: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .next-prev-posts .prev-div .title-wrapper::before {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .prev-div .title-wrapper::before {
    font-size: 20px;
  }
}
.next-prev-posts .prev-div:hover .title-wrapper::before {
  left: -30px;
}
@media (max-width: 960px) {
  .next-prev-posts .prev-div:hover .title-wrapper::before {
    left: -25px;
  }
}
.next-prev-posts .next-div {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div {
    padding-right: 35px;
  }
}
.next-prev-posts .next-div .title-wrapper {
  position: relative;
}
.next-prev-posts .next-div .title-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #000;
  font-size: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div .title-wrapper::after {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .title-wrapper::after {
    font-size: 20px;
  }
}
.next-prev-posts .next-div:hover .title-wrapper::after {
  right: -30px;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div:hover .title-wrapper::after {
    right: -25px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts .next-prev-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .next-prev-posts .next-prev-wrapper a {
    justify-content: flex-start;
  }
}

.team .col_25 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .team .col_25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .team .col_25 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .team .col_25 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .team .col_25 {
    width: 100%;
  }
}
.team .cover {
  width: 100%;
  height: 355px;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  position: relative;
  bottom: 0;
}
@media (max-width: 1300px) {
  .team .cover {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .team .cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .team .cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .team .cover {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .team .cover {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .team .cover {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .team .cover {
    height: 150px;
  }
}
.team .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
}
.team .cover .name {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.team .cover .name span {
  font-size: 24px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .team .cover .name span {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .team .cover .name span {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .team .cover .name span {
    font-size: 14px;
  }
}
.team .cover .name .icon {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
}
@media (max-width: 960px) {
  .team .cover .name .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .team .cover .name .icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .team .cover .name .icon {
    width: 20px;
    height: 20px;
  }
}
.team .cover .name .icon img {
  width: auto;
  height: auto;
}
.team .cover:hover {
  bottom: 10px;
  text-decoration: none;
}
@media (max-width: 960px) {
  .team .cover:hover {
    bottom: 0;
  }
}

.team-member-modal {
  padding: 50px;
  width: 60%;
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .team-member-modal {
    width: 80%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .team-member-modal {
    width: 95%;
  }
}
.team-member-modal .cover {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
@media (max-width: 1550px) {
  .team-member-modal .cover {
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .team-member-modal .cover {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .team-member-modal .cover {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .team-member-modal .cover {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .team-member-modal .cover {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .team-member-modal .cover {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .team-member-modal .col_40,
  .team-member-modal .col_60 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .team-member-modal .col_40:first-child,
  .team-member-modal .col_60:first-child {
    padding-top: 0;
  }
  .team-member-modal .col_40:last-child,
  .team-member-modal .col_60:last-child {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */