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

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

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TeXGyreAdventor", sans-serif;
  color: #020F1F;
  font-weight: 400;
  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: 42px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 15px;
  margin-top: 0 !important;
}
@media (max-width: 1430px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 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: #3C3C3C;
}
@media (max-width: 960px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 15px;
  }
}
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: #020F1F;
}
p a:hover {
  opacity: 0.8;
}

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

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

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

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

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "TeXGyreAdventor", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #020F1F;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
@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: #42869C;
}
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: "TeXGyreAdventor", 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: #42869C;
  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: #336778;
  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: #42869C;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #42869C;
  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: #42869C;
}

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

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

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

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

form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.wpcf7-not-valid {
  border: 1px solid #D9534F !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: #42869C;
}

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: #42869C;
  color: white;
  border-radius: 5px;
}

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

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #D9534F;
  color: white;
  border: none !important;
  margin: 0 !important;
  margin-top: 20px !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #42869C;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "TeXGyreAdventor", 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: #42869C;
  display: inline-block;
  padding: 13px 33px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  font-family: "TeXGyreAdventor", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 10px 22px;
  }
}
@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: 10px 18px;
  }
}
.button1:after, .button1:before,
.button2:after,
.button2:before,
.button-white:after,
.button-white:before,
.button-line:after,
.button-line:before,
.button-line2:after,
.button-line2:before,
.button-grey:after,
.button-grey:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.button1:after,
.button2:after,
.button-white:after,
.button-line:after,
.button-line2:after,
.button-grey:after {
  bottom: -9px;
}
.button1:before,
.button2:before,
.button-white:before,
.button-line:before,
.button-line2:before,
.button-grey:before {
  top: -9px;
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .button1:hover,
  .button2:hover,
  .button-white:hover,
  .button-line:hover,
  .button-line2:hover,
  .button-grey:hover {
    box-shadow: none;
    border-color: transparent;
    background-color: #fff;
    color: #42869C;
  }
}
.button1:hover:after, .button1:hover:before,
.button2:hover:after,
.button2:hover:before,
.button-white:hover:after,
.button-white:hover:before,
.button-line:hover:after,
.button-line:hover:before,
.button-line2:hover:after,
.button-line2:hover:before,
.button-grey:hover:after,
.button-grey:hover:before {
  transform: scaleX(0);
}
@media (max-width: 960px) {
  .button1:hover:after, .button1:hover:before,
  .button2:hover:after,
  .button2:hover:before,
  .button-white:hover:after,
  .button-white:hover:before,
  .button-line:hover:after,
  .button-line:hover:before,
  .button-line2:hover:after,
  .button-line2:hover:before,
  .button-grey:hover:after,
  .button-grey:hover:before {
    transform: scaleX(1);
  }
}

.button2 {
  background-color: #000;
  border-color: #000;
  color: white;
}
.button2:after, .button2:before {
  background-color: #000;
}
.button2:hover {
  background-color: transparent;
  color: #000;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #000;
  text-decoration: none;
}
@media (max-width: 960px) {
  .button2:hover {
    box-shadow: none;
    border-color: transparent;
    background-color: #000;
    color: #fff;
  }
}

.button-image img {
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.button-image img:hover {
  transform: rotate(45deg);
}
@media (max-width: 960px) {
  .button-image img:hover {
    transform: rotate(0deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.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: 120px 0;
  z-index: 0;
}
@media (max-width: 1430px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 1300px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}

.breadcrumbs-wrap #breadcrumbs {
  font-size: 15px;
  margin: 0px;
}
@media (max-width: 960px) {
  .breadcrumbs-wrap #breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs-wrap #breadcrumbs span span {
  text-decoration: underline;
  font-weight: 400;
  opacity: 1;
  color: #fff;
}
.breadcrumbs-wrap #breadcrumbs a {
  text-decoration: none;
  opacity: 1;
  font-weight: 400;
  color: #fff;
}
.breadcrumbs-wrap #breadcrumbs a:hover {
  opacity: 0.6;
}
@media (max-width: 960px) {
  .breadcrumbs-wrap #breadcrumbs a:hover {
    opacity: 1;
  }
}
.breadcrumbs-wrap #breadcrumbs i {
  font-size: 10px;
  margin: 0 9px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .breadcrumbs-wrap #breadcrumbs i {
    font-size: 8px;
    margin: 0 7px;
  }
}
@media (max-width: 640px) {
  .breadcrumbs-wrap #breadcrumbs i {
    margin: 0 5px;
  }
}
.breadcrumbs-wrap #breadcrumbs > span {
  text-align: center;
}
.breadcrumbs-wrap #breadcrumbs .breadcrumb_last {
  opacity: 1;
}

.general-hero {
  position: relative;
  padding: 190px 0 65px 0;
  background: radial-gradient(circle, #87B3B9 0%, #3D8BA5 87.02%);
}
@media (max-width: 1430px) {
  .general-hero {
    padding: 180px 0 60px 0;
  }
}
@media (max-width: 1300px) {
  .general-hero {
    padding: 160px 0 60px 0;
  }
}
@media (max-width: 960px) {
  .general-hero {
    padding: 150px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .general-hero {
    padding: 145px 0 40px 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .general-hero {
    padding: 130px 0 20px 0;
  }
}
.general-hero .container {
  position: relative;
  z-index: 3;
  text-align: center;
}

.page-error {
  position: relative;
  padding: 200px 0 125px 0;
  background: radial-gradient(51.3% 248.15% at 50% 57.27%, #87B3B9 0%, #3D8BA5 87.02%);
  color: #fff;
}
@media (max-width: 640px) {
  .page-error {
    padding: 150px 0 80px 0;
  }
}
.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 {
  max-width: 700x;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-error .error-page-container {
    max-width: inherit;
  }
}
.page-error .error-page-container .image {
  padding-bottom: 20px;
}
.page-error .error-page-container .image img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 640px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 150px;
  }
}
@media (max-width: 400px) {
  .page-error .error-page-container .image img {
    width: auto;
    height: 130px;
  }
}
.page-error .button1 {
  margin-top: 20px;
}

.wp-pagenavi {
  padding-top: 20px;
}
.wp-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi ul li {
  margin: 0px 5px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-pagenavi ul li span {
  background-color: #7DAEB7;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  line-height: 1;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li span {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li span {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li span {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.wp-pagenavi ul li a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  border: none;
  justify-content: center;
  line-height: 1;
}
.wp-pagenavi ul li a:hover {
  background-color: #7DAEB7;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .wp-pagenavi ul li a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .wp-pagenavi ul li a {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wp-pagenavi ul li a {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wp-pagenavi ul li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body.single .general-hero.cover {
    padding-bottom: 70px;
  }
}

.article-page {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .article-page {
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .article-page {
    padding-top: 30px;
  }
}

.about-content img {
  width: auto;
  height: auto;
}

.download-btn {
  margin-top: 30px;
}
.download-btn i {
  color: #fff;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.download-btn:hover i {
  color: #000;
}
@media (max-width: 960px) {
  .download-btn:hover i {
    color: #fff;
  }
}

.past-events-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .past-events-title {
    margin-top: 30px;
  }
}

.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: #020F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.show {
  display: block !important;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-m {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

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

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

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.green-text {
  color: #42869C;
}

.blue-box {
  background-color: #42869C;
}

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

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

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

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

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

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

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

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

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
  background: radial-gradient(50% 124.44% at 50% 50%, #87b3b9 0%, #3d8ba5 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: #42869C;
}

.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: #42869C;
  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: "TeXGyreAdventor", 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: #42869C;
  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: #fff;
  text-decoration: underline;
}

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

.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: #42869C;
  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: absolute;
  width: 100%;
  z-index: 10;
}
header .header-wrapper {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 960px) {
  header .header-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header {
    width: 80% !important;
  }
}
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: 1300px) {
  header .header-wrapper .logo-header a img {
    width: 200px;
  }
}
@media (max-width: 960px) {
  header .header-wrapper .logo-header a img {
    width: auto;
    height: 55px;
  }
}
@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: 1550px) {
  header .header-wrapper .menu-header ul li {
    margin: 0px 14px;
  }
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header ul li {
    margin: 0px 12px;
  }
}
@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: 15px;
  font-weight: 700;
  color: #fff;
  padding: 50px 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1100px) {
  header .header-wrapper .menu-header ul li a {
    font-size: 13px;
  }
}
header .header-wrapper .menu-header ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #fff;
  left: 0;
  top: 0px;
  transition: all 0.3s ease;
}
header .header-wrapper .menu-header ul li a:hover {
  color: #fff;
  text-decoration: none;
}
header .header-wrapper .menu-header ul li a:hover::before {
  height: 4px;
}
@media (max-width: 1430px) {
  header .header-wrapper .menu-header ul li a:hover::before {
    height: 3px;
  }
}
@media (max-width: 1300px) {
  header .header-wrapper .menu-header ul li a:hover::before {
    height: 2px;
  }
}
@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 {
    height: 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: #fff;
  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;
  }
}
@media (max-width: 960px) {
  header .header-wrapper {
    border-radius: 0;
  }
}
header .header-social li {
  margin: 0 7px;
}
@media (max-width: 1550px) {
  header .header-social li {
    margin: 0 6px;
  }
}
@media (max-width: 1300px) {
  header .header-social li {
    margin: 0 2px;
  }
}
header .header-social a {
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 1300px) {
  header .header-social a {
    width: 25px !important;
    height: 25px !important;
  }
}
header .header-social a i {
  font-size: 15px !important;
}
@media (max-width: 1300px) {
  header .header-social a i {
    font-size: 14px !important;
  }
}

.header-social li {
  margin: 0 11px;
}
@media (max-width: 1550px) {
  .header-social li {
    margin: 0 10px;
  }
}
@media (max-width: 1300px) {
  .header-social li {
    margin: 0 8px;
  }
}
@media (max-width: 640px) {
  .header-social li {
    margin: 3px;
  }
}
.header-social li:first-child {
  margin-left: 0;
}
.header-social li:last-child {
  margin-right: 0;
}
.header-social li a {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .header-social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .header-social li a {
    width: 36px;
    height: 36px;
  }
}
.header-social li a i {
  color: #fff;
  transition: all 0.3s ease;
}
.header-social li a:hover {
  background-color: #fff;
  text-decoration: none !important;
}
.header-social li a:hover i {
  text-decoration: none !important;
  color: #000;
}
@media (max-width: 960px) {
  .header-social li a:hover i {
    color: #fff;
  }
}

.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;
    width: 20% !important;
  }
}

.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;
  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: 2px;
  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: 2px;
  background-color: #fff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  border-radius: 2px;
}
.hamburger:before {
  top: -8px;
  width: 23px;
}
.hamburger:after {
  top: 8px;
  width: 23px;
}

.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: #72B9FF;
  }
}
@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: #42869C;
  color: #42869C;
}
.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: #42869C;
  color: #42869C;
}
.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: #42869C !important;
  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: #42869C !important;
  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: #fff !important;
}

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-panel {
  background-color: transparent;
}
.mm-panel .mm-listitem__text:hover {
  color: #42869C;
}

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

.mm-navbars_top {
  border-bottom: none !important;
}
.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;
}
.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: #42869C;
  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(255, 255, 255, 0.8) !important;
}
.mm-navbars_bottom .header-social-list li {
  margin: 0 5px;
}
@media (max-width: 640px) {
  .mm-navbars_bottom .header-social-list li {
    margin: 3px;
  }
}
.mm-navbars_bottom .header-social-list li:first-child {
  margin-left: 0;
}
.mm-navbars_bottom .header-social-list li:last-child {
  margin-right: 0;
}
.mm-navbars_bottom .header-social-list li a {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .mm-navbars_bottom .header-social-list li a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_bottom .header-social-list li a {
    width: 32px;
    height: 32px;
  }
}
.mm-navbars_bottom .header-social-list li a i {
  color: #fff;
  transition: all 0.3s ease;
}
.mm-navbars_bottom .mm-navbar {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mm-navbars_bottom .mm-navbar .header-social li {
  margin: 3px;
}
.mm-navbars_bottom .mm-navbar .header-social li a:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.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: #72B9FF;
  }
}
@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;
  }
}

.mm-menu .wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
}

.wp .flag-mobile {
  display: none;
}

.flag-mobile-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flag-mobile-list .flag {
  display: flex;
  align-items: center;
  padding: 4px 5px 0px 5px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .flag-mobile-list .flag {
    font-size: 13px;
  }
}
.flag-mobile-list .flag.active {
  background-color: rgb(255, 255, 255);
  color: #000 !important;
}
.flag-mobile-list .flag img {
  margin-right: 4px;
  width: 14px;
  height: auto;
}

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

.wpml-ls-legacy-dropdown {
  width: 80px !important;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown {
    width: 46px !important;
  }
}
.wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
  color: wite !important;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 5px !important;
}
.wpml-ls-legacy-dropdown span {
  font-weight: 300 !important;
  font-size: 15px !important;
}
@media (max-width: 1300px) {
  .wpml-ls-legacy-dropdown span {
    font-size: 14px !important;
  }
}

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

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

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

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

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

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

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

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

.footer {
  position: relative;
  overflow: hidden;
}
.footer .footer-wrapper {
  background: linear-gradient(to bottom, #165165, #185367);
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .footer .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer .footer-wrapper .footer-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0 36px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content {
    max-width: inherit;
  }
}
.footer .footer-wrapper .footer-content .logo-footer {
  padding-bottom: 67px;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .logo-footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-wrapper .footer-content .logo-footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .logo-footer {
    padding-bottom: 30px;
  }
}
.footer .footer-wrapper .footer-content .logo-footer img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .logo-footer img {
    width: auto;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .logo-footer img {
    width: auto;
    height: 60px;
  }
}
.footer .footer-wrapper .footer-content .footer-description {
  padding-bottom: 50px;
  padding-top: 20px;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .footer-description {
    padding-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .footer-description {
    padding-bottom: 30px;
  }
}
.footer .footer-wrapper .footer-content .footer-description p {
  font-size: 18px;
  font-weight: 500;
  color: #433636;
  margin: 0;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .footer-description p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .footer-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-description p {
    font-size: 13px;
  }
}
.footer .footer-wrapper .footer-content .footer-contact {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .footer-wrapper .footer-content .footer-contact {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-contact {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-left .flex {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-left {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-left {
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-right .flex {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-right {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .footer-contact .contact-right {
    max-width: inherit;
  }
}
.footer .footer-wrapper .footer-content .footer-contact .contact-details .contact-button.email {
  text-decoration: underline;
}
.footer .footer-wrapper .footer-content .menu-footer {
  padding-bottom: 33px;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .menu-footer {
    padding-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .menu-footer {
    padding-bottom: 20px;
  }
}
.footer .footer-wrapper .footer-content .menu-footer ul li {
  margin: 17px;
  line-height: 1;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li {
    margin: 10px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li {
    margin: 8px;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li {
    margin: 5px;
  }
}
@media (max-width: 400px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li {
    margin: 4px;
  }
}
.footer .footer-wrapper .footer-content .menu-footer ul li a {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  line-height: 1;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a {
    font-size: 13px;
  }
}
.footer .footer-wrapper .footer-content .menu-footer ul li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
}
.footer .footer-wrapper .footer-content .menu-footer ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a::after {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-wrapper .footer-content .menu-footer ul li a::after {
    content: none;
  }
}
.footer .footer-wrapper .footer-content .menu-footer ul li:last-child a::after {
  content: none;
}
.footer .footer-wrapper .footer-content .social-links {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .social-links {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .social-links {
    padding-bottom: 20px;
  }
}
.footer .footer-wrapper .footer-content .social-links .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-wrapper .footer-content .social-links .social-list li {
  margin: 0 5px;
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li {
    margin: 0 3px;
  }
}
.footer .footer-wrapper .footer-content .social-links .social-list li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #42869C;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-wrapper .footer-content .social-links .social-list li a:hover {
  background-color: #42869C;
  text-decoration: none;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a:hover {
    color: #42869C;
  }
}
.footer .footer-wrapper .footer-content .social-links .social-list li a i {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 960px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a i {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .footer-wrapper .footer-content .social-links .social-list li a i {
    font-size: 12px;
  }
}
.footer .footer-copy {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .footer-copy .copyright p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 400;
}
@media (max-width: 960px) {
  .footer .footer-copy .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .footer .footer-copy .copyright p {
    font-size: 12px;
  }
}
.footer .footer-image {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  object-fit: contain;
}
@media (max-width: 960px) {
  .footer .footer-image {
    opacity: 0.1;
  }
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 640px) {
  .contact-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .contact-icon {
    display: none;
  }
}
.contact-icon i {
  font-size: 18px;
  color: #000;
}
@media (max-width: 960px) {
  .contact-icon i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .contact-icon i {
    font-size: 14px;
  }
}

.contact-details {
  text-align: left;
  padding-left: 10px;
  width: calc(100% - 36px);
}
@media (max-width: 640px) {
  .contact-details {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .contact-details {
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
  }
}
.contact-details .contact-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 960px) {
  .contact-details .contact-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .contact-details .contact-title {
    font-size: 14px;
  }
}
.contact-details .contact-button {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .contact-details .contact-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-details .contact-button {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .contact-details .contact-button {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .contact-details .contact-button {
    font-size: 13px;
  }
}
.contact-details .contact-button:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .contact-details .contact-button:hover {
    text-decoration: none;
  }
}

.newsletter-container {
  max-width: 430px;
  margin: 0 auto;
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  .newsletter-container {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.newsletter-container .mc4wp-form-fields {
  position: relative;
}
.newsletter-container .mc4wp-form-fields::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: calc((100% - 22px) / 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-container .mc4wp-form-fields::before {
    left: 12px;
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .newsletter-container .mc4wp-form-fields::before {
    left: 10px;
    width: 18px;
    height: 18px;
    top: calc((100% - 18px) / 2);
  }
}
@media (max-width: 480px) {
  .newsletter-container .mc4wp-form-fields::before {
    left: 8px;
    width: 16px;
    height: 16px;
    top: calc((100% - 16px) / 2);
  }
}
.newsletter-container input[type=email] {
  background-color: rgba(255, 255, 255, 0.13);
  border: none;
  padding-left: 52px;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding-right: 40px;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .newsletter-container input[type=email] {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .newsletter-container input[type=email] {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media (max-width: 640px) {
  .newsletter-container input[type=email] {
    padding-left: 38px;
  }
}
.newsletter-container input[type=email]::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.newsletter-container input[type=email]::placeholder {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 640px) {
  .newsletter-container input[type=email]::-moz-placeholder {
    font-size: 15px;
  }
  .newsletter-container input[type=email]::placeholder {
    font-size: 15px;
  }
}
.newsletter-container button[type=submit] {
  position: absolute;
  right: 10px;
  top: 9px;
  background: transparent;
  padding: 13px 23px;
  border: 2px solid #fff;
  border-radius: 0;
}
@media (max-width: 1430px) {
  .newsletter-container button[type=submit] {
    top: 6px;
    padding: 15px;
  }
}
@media (max-width: 960px) {
  .newsletter-container button[type=submit] {
    padding: 13px;
    top: 8px;
  }
}
@media (max-width: 640px) {
  .newsletter-container button[type=submit] {
    padding: 8px 20px;
    top: 14px;
  }
}
.newsletter-container button[type=submit] i {
  font-size: 24px;
  color: #E5C9C2;
}
@media (max-width: 1430px) {
  .newsletter-container button[type=submit] i {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .newsletter-container button[type=submit] i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .newsletter-container button[type=submit] i {
    font-size: 16px;
  }
}
.newsletter-container button[type=submit]:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 960px) {
  .newsletter-container button[type=submit]:hover {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
  }
}
.newsletter-container .newsletter-title p {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}
@media (max-width: 960px) {
  .newsletter-container .newsletter-title p {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .newsletter-container .newsletter-title p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .newsletter-container .newsletter-title p {
    font-size: 20px;
  }
}
.newsletter-container .newsletter-text p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 15px 0;
}
@media (max-width: 960px) {
  .newsletter-container .newsletter-text p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .newsletter-container .newsletter-text p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .newsletter-container .newsletter-text p {
    font-size: 13px;
  }
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
  background-color: #D8D8D8 !important;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}

.slider-arrows {
  display: flex;
}
.slider-arrows .slider-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 16px;
  background-color: #D8D8D8;
}
.slider-arrows .slider-arrow:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slider-arrows .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@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: auto;
  height: auto;
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow img {
    width: 15px;
    height: 12px;
  }
}
.slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
  background-color: #42869C;
}
@media (max-width: 960px) {
  .slider-arrows .slider-arrow:hover, .slider-arrows .slider-arrow:focus {
    background-color: #D8D8D8;
  }
}

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

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
  margin-right: 16px;
  background-color: #fff;
}
.slick-prev:last-child,
.slick-next:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev img,
.slick-next img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .slick-prev img,
  .slick-next img {
    width: 15px;
    height: 12px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #42869C;
}
@media (max-width: 960px) {
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: #D8D8D8;
  }
}

.slick-prev {
  left: -70px;
}
@media (max-width: 1430px) {
  .slick-prev {
    left: 0px;
  }
}
.slick-prev::before {
  content: "";
  background-image: url("images/svg/prev-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
}
@media (max-width: 960px) {
  .slick-prev::before {
    width: 15px;
    height: 24px;
  }
}

.slick-next {
  right: -70px;
}
@media (max-width: 1430px) {
  .slick-next {
    right: 0px;
  }
}
.slick-next::before {
  content: "";
  background-image: url("images/svg/next-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
}
@media (max-width: 960px) {
  .slick-next::before {
    width: 15px;
    height: 24px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}
.slick-dots li {
  display: inline-block;
  width: auto;
  height: 17px;
  width: 18px;
}
@media (max-width: 640px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button {
  display: block;
  width: 17px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  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: 30px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    height: 8px;
    width: 20px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 30px;
  background-color: #42869C;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    height: 8px;
    width: 20px;
  }
}
.home-hero-section {
  overflow: hidden;
  position: relative;
}
.home-hero-section .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 960px) {
  .home-hero-section .container {
    position: relative;
    text-align: center;
  }
}
.home-hero-section .hero-slide .text-decor {
  position: absolute;
  bottom: 10px;
  left: calc((100% - 783px) / 2);
  width: 100%;
  max-width: 783px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 960px) {
  .home-hero-section .hero-slide .text-decor {
    display: none;
  }
}
.home-hero-section .home-hero {
  position: relative;
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  .home-hero-section .home-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 83, 103, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home-hero-section .home-hero .image-full {
  padding-top: 260px;
  padding-bottom: 240px;
  height: 100%;
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .home-hero .image-full {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .home-hero .image-full {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .home-hero .image-full {
    padding-bottom: 80px;
  }
}
.home-hero-section .home-hero .image-full .full-width-image {
  height: auto;
  bottom: -20px;
  width: 60%;
  right: 100px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1650px) {
  .home-hero-section .home-hero .image-full .full-width-image {
    right: 0;
  }
}
@media (max-width: 1430px) {
  .home-hero-section .home-hero .image-full .full-width-image {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .home-hero-section .home-hero .image-full .full-width-image {
    width: 75%;
  }
}
@media (max-width: 1100px) {
  .home-hero-section .home-hero .image-full .full-width-image {
    width: 85%;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .full-width-image {
    width: 100%;
  }
}
.home-hero-section .home-hero .image-full .full-width-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  height: 787px;
  width: 100%;
  z-index: 1;
  position: relative;
  width: auto;
  height: auto;
}
@media (max-width: 1430px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: 650px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: 500px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
    position: relative;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.3;
  }
}
@media (max-width: 640px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    opacity: 0.2;
  }
}
@media (max-width: 1100px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: 700px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .home-hero .image-full .full-width-image img {
    height: auto;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .full-width-image .decor-relative {
    display: flex;
    justify-content: center;
  }
  .home-hero-section .home-hero .image-full .full-width-image .decor-relative::after {
    content: none;
    background-image: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .flex2cols {
    text-align: center;
    max-width: inherit;
    align-items: center;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .flex2cols .hero-content {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.home-hero-section .home-hero .image-full .flex2cols .white-txt {
  max-width: 650px;
}
@media (max-width: 1430px) {
  .home-hero-section .home-hero .image-full .flex2cols .white-txt {
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .image-full .flex2cols .white-txt {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-hero-section .home-hero .image-full .flex2cols .white-txt {
    max-width: inherit;
  }
}
.home-hero-section .home-hero .small-title {
  margin-bottom: 0;
}
.home-hero-section .home-hero .home-hero-title {
  font-size: 60px;
  line-height: 120%;
  font-weight: 400;
  font-family: "TeXGyreAdventor", sans-serif;
  color: #fff !important;
  margin-top: 0;
}
@media (max-width: 1650px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 55px;
  }
}
@media (max-width: 1430px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .home-hero .home-hero-title {
    font-size: 24px;
  }
}
.home-hero-section .home-hero .home-hero-description {
  color: #fff !important;
}
.home-hero-section .home-hero .hero-mobile-image {
  display: none;
}
@media (max-width: 960px) {
  .home-hero-section .home-hero .hero-mobile-image {
    display: block;
  }
}
.home-hero-section .home-hero .hero-mobile-image .cover {
  width: 100%;
  height: 500px;
  background-size: contain;
}
.home-hero-section .button1 {
  margin-top: 21px;
}

.about {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about {
    text-align: center;
  }
}
.about .rc-text {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 60px;
  left: 170px;
  z-index: -1;
}
@media (max-width: 1430px) {
  .about .rc-text {
    width: 400px;
    left: 30px;
  }
}
.about .rc-initials {
  width: auto;
  height: auto;
  position: absolute;
  top: 180px;
  right: 130px;
  z-index: -1;
}
@media (max-width: 1430px) {
  .about .rc-initials {
    width: 400px;
    right: 30px;
    top: 100px;
  }
}
.about .dots-decor {
  position: absolute;
  bottom: calc((100% - 591px) / 2);
  left: calc((100% - 960px) / 2);
  width: 960px;
  height: 591px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about .left-side {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.about .left-side .cover {
  width: 100%;
  height: 677px;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .about .left-side .cover {
    height: 500px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about .left-side .cover {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .about .left-side .cover {
    height: 300px;
  }
}
.about .left-side .text-box {
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .about .left-side .text-box {
    max-width: 100%;
    padding: 30px 0;
  }
}
.about .left-side .text-box p {
  margin-bottom: 40px;
}
.about .right-side {
  padding-top: 216px;
}
@media (max-width: 960px) {
  .about .right-side {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .about .right-side {
    width: 100%;
    padding-top: 0px;
  }
}
.about .right-side .cover {
  width: 100%;
  height: 578px;
  margin-top: 100px;
  max-width: 487px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 960px) {
  .about .right-side .cover {
    height: 450px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about .right-side .cover {
    height: 400px;
    margin-top: 30px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .about .right-side .cover {
    height: 300px;
  }
}
.about .right-side .cover .button-image {
  position: absolute;
  top: 140px;
  left: -70px;
}
@media (max-width: 960px) {
  .about .right-side .cover .button-image {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .about .right-side .cover .button-image {
    top: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2);
  }
}
@media (max-width: 640px) {
  .about .right-side .cover .button-image {
    top: calc((100% - 80px) / 2);
    left: calc((100% - 80px) / 2);
  }
}
@media (max-width: 960px) {
  .about .right-side .cover .button-image img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .about .right-side .cover .button-image img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .about .right-side .cover .button-image img {
    height: 80px;
    width: 80px;
  }
}

.see-youtube {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: -100px;
  right: 136px;
}
@media (max-width: 767px) {
  .see-youtube {
    bottom: -60px;
    right: 30px;
  }
}
.see-youtube span {
  color: #fff;
  font-size: 16px;
}
.see-youtube span:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .see-youtube span {
    font-size: 14px;
  }
}
.see-youtube .icon {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .see-youtube .icon {
    width: 40px;
    height: 40px;
  }
}
.see-youtube .icon img {
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .see-youtube .icon img {
    width: 20px;
  }
}
.see-youtube:hover {
  cursor: pointer;
  text-decoration: none;
}
.see-youtube:hover span {
  text-decoration: none;
}
.see-youtube:hover .icon img {
  transform: rotate(45deg);
}
@media (max-width: 960px) {
  .see-youtube:hover .icon img {
    transform: rotate(0deg);
  }
}

.music {
  position: relative;
  padding-bottom: 175px;
}
@media (max-width: 767px) {
  .music {
    padding-bottom: 100px;
  }
}
.music .music-text {
  position: absolute;
  bottom: 40px;
  left: 200px;
  z-index: -1;
}
@media (max-width: 767px) {
  .music .music-text {
    bottom: 20px;
    left: 30px;
  }
}
@media (max-width: 640px) {
  .music .music-text {
    left: 20px;
  }
}
.music .the-content {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .music .the-content {
    padding-bottom: 20px;
  }
}
.music .the-content p {
  color: #fff;
}
.music .container {
  position: relative;
  z-index: 1;
}

.music-slider {
  margin-right: -270px;
}
@media (max-width: 960px) {
  .music-slider {
    margin-right: 0;
  }
}
.music-slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 431px;
}
@media (max-width: 1300px) {
  .music-slider:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .music-slider:not(.slick-slider) {
    padding: 20px;
    height: 300px;
  }
}
.music-slider:not(.slick-slider) .music-wrapper {
  width: 50%;
}
.music-slider .slick-list {
  overflow: hidden;
  position: relative;
  padding-right: 480px;
}
@media (max-width: 960px) {
  .music-slider .slick-list {
    padding-right: 0;
    overflow: hidden;
  }
}
.music-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.music-slider .music-wrapper {
  height: auto;
}
.music-slider .slick-next {
  right: 210px;
}
@media (max-width: 1650px) {
  .music-slider .slick-next {
    right: 280px;
  }
}
@media (max-width: 960px) {
  .music-slider .slick-next {
    right: 0px;
  }
}
.music-slider .slick-prev {
  left: -110px;
}
@media (max-width: 1650px) {
  .music-slider .slick-prev {
    left: 0px;
  }
}

.music-wrapper {
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}
.music-wrapper .music-item {
  height: 100%;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 431px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .music-wrapper .music-item {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .music-wrapper .music-item {
    padding: 20px;
    height: 300px;
  }
}
.music-wrapper .music-item .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.music-wrapper .music-item .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.music-wrapper .music-item::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.9) 100%);
  z-index: 1;
}
.music-wrapper .music-item .text {
  position: relative;
  z-index: 2;
}
.music-wrapper .music-item .play {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  border: 1px solid #fff;
  animation: waves-element linear 3s infinite;
  top: calc((100% - 65px) / 2);
  left: calc((100% - 65px) / 2);
}
@media (max-width: 960px) {
  .music-wrapper .music-item .play {
    width: 50px;
    height: 50px;
    top: calc((100% - 50px) / 2);
    left: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .music-wrapper .music-item .play {
    width: 45px;
    height: 45px;
    top: calc((100% - 45px) / 2);
    left: calc((100% - 45px) / 2);
  }
}
.music-wrapper .music-item .play img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .music-wrapper .music-item .play {
    width: 45px;
    height: 45px;
  }
}
.music-wrapper .music-item:hover {
  text-decoration: none;
}
.music-wrapper .music-item:hover .image-container img {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .music-wrapper .music-item:hover .image-container img {
    transform: scale(1);
  }
}

@keyframes waves-element {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  40% {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 55px rgba(255, 255, 255, 0), 0 0 0 26.7px rgba(255, 255, 255, 0.067);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
.music-container {
  position: relative;
  margin: 0 -15px;
}

.music-text {
  margin-top: 15px;
}
.music-text .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  color: #020F1F;
}
@media (max-width: 1550px) {
  .music-text .text {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .music-text .text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .music-text .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .music-text .text {
    font-size: 16px;
  }
}

.blog .button2,
.blog-home .button2, .section-blog .button2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog .button2,
  .blog-home .button2, .section-blog .button2 {
    margin-top: 20px;
  }
}
.blog .col_100,
.blog-home .col_100, .section-blog .col_100 {
  margin-bottom: 20px;
}
.blog .col_100 .article-item .zoom-wrapper,
.blog-home .col_100 .article-item .zoom-wrapper, .section-blog .col_100 .article-item .zoom-wrapper {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .blog .col_100 .article-item .zoom-wrapper,
  .blog-home .col_100 .article-item .zoom-wrapper, .section-blog .col_100 .article-item .zoom-wrapper {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .blog .col_100 .article-item .zoom-wrapper,
  .blog-home .col_100 .article-item .zoom-wrapper, .section-blog .col_100 .article-item .zoom-wrapper {
    height: 300px;
  }
}
.blog .col_100 .article-item .zoom-wrapper .cover,
.blog-home .col_100 .article-item .zoom-wrapper .cover, .section-blog .col_100 .article-item .zoom-wrapper .cover {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .blog .col_50,
  .blog-home .col_50, .section-blog .col_50 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog .col_50 .article-item .zoom-wrapper,
.blog-home .col_50 .article-item .zoom-wrapper, .section-blog .col_50 .article-item .zoom-wrapper {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .blog .col_50 .article-item .zoom-wrapper,
  .blog-home .col_50 .article-item .zoom-wrapper, .section-blog .col_50 .article-item .zoom-wrapper {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .blog .col_50 .article-item .zoom-wrapper,
  .blog-home .col_50 .article-item .zoom-wrapper, .section-blog .col_50 .article-item .zoom-wrapper {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .blog .col_50 .article-item .zoom-wrapper,
  .blog-home .col_50 .article-item .zoom-wrapper, .section-blog .col_50 .article-item .zoom-wrapper {
    height: 300px;
  }
}
.blog .col_50 .article-item .zoom-wrapper .cover,
.blog-home .col_50 .article-item .zoom-wrapper .cover, .section-blog .col_50 .article-item .zoom-wrapper .cover {
  width: 100%;
  height: 100%;
}
.blog .content,
.blog-home .content, .section-blog .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 25px;
}
.blog .content .category,
.blog-home .content .category, .section-blog .content .category {
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .blog .content .category,
  .blog-home .content .category, .section-blog .content .category {
    font-size: 14px;
  }
}
.blog .content .category:hover,
.blog-home .content .category:hover, .section-blog .content .category:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .blog .content .category:hover,
  .blog-home .content .category:hover, .section-blog .content .category:hover {
    text-decoration: underline;
  }
}
.blog .content .title,
.blog-home .content .title, .section-blog .content .title {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  margin: 5px 0;
  font-weight: bold;
}
@media (max-width: 960px) {
  .blog .content .title,
  .blog-home .content .title, .section-blog .content .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog .content .title,
  .blog-home .content .title, .section-blog .content .title {
    font-size: 16px;
  }
}
.blog .content .date,
.blog-home .content .date, .section-blog .content .date {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
.blog .content .date i,
.blog-home .content .date i, .section-blog .content .date i {
  color: #fff;
  margin-right: 10px;
}
.blog .left-side,
.blog-home .left-side, .section-blog .left-side {
  padding-top: 100px;
}
@media (max-width: 960px) {
  .blog .left-side,
  .blog-home .left-side, .section-blog .left-side {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .blog .right-side,
  .blog-home .right-side, .section-blog .right-side {
    width: 100%;
  }
}
.blog .news-updates,
.blog-home .news-updates, .section-blog .news-updates {
  position: absolute;
  bottom: 250px;
  left: 125px;
}
.blog .dots-decor,
.blog-home .dots-decor, .section-blog .dots-decor {
  position: absolute;
  bottom: calc((100% - 591px) / 2);
  left: calc((100% - 960px) / 2);
  width: 960px;
  height: 591px;
  z-index: -1;
}

.article-item .zoom-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .article-item .zoom-wrapper {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .article-item .zoom-wrapper {
    height: 300px;
  }
}
.article-item .zoom-wrapper .cover {
  width: 100%;
  height: 100%;
}

.article-item .cover {
  transition: all 0.3s ease;
  position: relative;
}
.article-item .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.9) 100%);
}
.article-item:hover {
  text-decoration: none;
}
.article-item:hover .cover {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .article-item:hover .cover {
    transform: scale(1);
  }
}
.article-item p {
  margin: 0;
}

.events .event-row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.6);
}
.events .event-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.events .event-row:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .events .event-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.events .event-row .event-date {
  width: 150px;
}
@media (max-width: 960px) {
  .events .event-row .event-date {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .events .event-row .event-date {
    width: 100%;
    align-items: flex-start;
  }
}
.events p {
  margin: 0;
}
.events .events-box {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  margin-top: 44px;
}
.events .event-info-container {
  width: 100%;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .events .event-info-container {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.events .event-info-container .event-info {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 300px);
}
@media (max-width: 960px) {
  .events .event-info-container .event-info {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .events .event-info-container .event-info {
    width: 100%;
    margin: 15px 0;
  }
}
.events .event-info-container .event-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .events .event-info-container .button1,
  .events .event-info-container .button2 {
    padding: 7px 10px;
  }
  .events .event-info-container .button1::after,
  .events .event-info-container .button2::after {
    content: none;
  }
  .events .event-info-container .button1::before,
  .events .event-info-container .button2::before {
    content: none;
  }
}
.events .day {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 960px) {
  .events .day {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .events .day {
    font-size: 22px;
  }
}
.events .month {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .events .month {
    font-size: 13px;
  }
}
.events .year {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 960px) {
  .events .year {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events .year {
    font-size: 14px;
  }
}
.events .event-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 960px) {
  .events .event-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .events .event-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .events .event-title {
    font-size: 16px;
  }
}
.events .event-location {
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 960px) {
  .events .event-location {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events .event-location {
    font-size: 14px;
  }
}
.events .event-location i {
  margin-right: 5px;
  font-size: 16px;
}
@media (max-width: 960px) {
  .events .event-location i {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events .event-location i {
    font-size: 12px;
  }
}
.events.concerts-page {
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .events.concerts-page {
    padding-top: 30px;
  }
}
.events.concerts-page .events-box {
  background-color: rgba(203, 203, 203, 0.102);
  margin-top: 0;
}
.events.concerts-page .event-location {
  color: #000;
}
.events.concerts-page .event-info::before {
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.events.concerts-page .event-row {
  border-color: rgba(127, 127, 127, 0.3019607843);
}

.connect-section {
  background: radial-gradient(circle, #87B3B9 0%, #3D8BA5 100%);
  padding: 80px 0px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .connect-section {
    max-width: 100%;
  }
}
.connect-section .image {
  position: absolute;
  right: -60px;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .connect-section .image {
    position: relative;
    width: 100%;
    padding: 0 30px;
    right: auto;
  }
}
@media (max-width: 640px) {
  .connect-section .image {
    padding: 0 20px;
  }
}
.connect-section .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media (max-width: 1550px) {
  .connect-section .image img {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .connect-section .image img {
    height: 500px;
  }
}
@media (max-width: 960px) {
  .connect-section .image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .connect-section .image img {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .connect-section .image img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .connect-section .image img {
    height: 200px;
  }
}
.connect-section .connect-row {
  min-height: 700px;
}
@media (max-width: 1550px) {
  .connect-section .connect-row {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  .connect-section .connect-row {
    min-height: 500px;
  }
}
@media (max-width: 960px) {
  .connect-section .connect-row {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .connect-section .connect-row .col_50 {
    width: 100%;
  }
}
.connect-section .connect-row .col_50 .connect-content {
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .connect-section .connect-row .col_50 .connect-content {
    max-width: 100%;
  }
}
.connect-section .touch-text {
  position: absolute;
  left: 80px;
  bottom: 150px;
  height: auto;
  width: auto;
}
@media (max-width: 960px) {
  .connect-section .touch-text {
    left: auto;
    right: 30px;
    bottom: auto;
    top: 100px;
  }
}
.connect-section .btn {
  padding-top: 40px;
}
@media (max-width: 1300px) {
  .connect-section .btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .connect-section .btn {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .connect-section .btn {
    padding-top: 20px;
  }
}
@media (max-width: 960px) {
  .connect-section .btn .button1 {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.connect-section .phone-button {
  margin-left: 40px;
  color: #fff;
}
@media (max-width: 1300px) {
  .connect-section .phone-button {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .connect-section .phone-button {
    margin-top: 0;
  }
}
.connect-section .phone-button .icon {
  background: #FFFFFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.connect-section .phone-button .icon i {
  transition: all 0.3s ease;
  color: #000;
}
@media (max-width: 1300px) {
  .connect-section .phone-button .icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .connect-section .phone-button .icon {
    width: 35px;
    height: 35px;
  }
}
.connect-section .phone-button span {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .connect-section .phone-button span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .connect-section .phone-button span {
    font-size: 16px;
  }
}
.connect-section .phone-button:hover {
  text-decoration: none;
}
.connect-section .phone-button:hover .icon {
  background-color: #42869C;
  text-decoration: none;
}
.connect-section .phone-button:hover .icon i {
  color: #fff;
  text-decoration: none;
}
.connect-section .phone-button:hover span {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .connect-section .phone-button:hover {
    text-decoration: none;
  }
  .connect-section .phone-button:hover .icon {
    background-color: #fff;
  }
  .connect-section .phone-button:hover .icon i {
    color: #000;
  }
}

.instagram {
  padding-top: 0;
  position: relative;
}
.instagram .container-big {
  min-height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  width: 90%;
}
@media screen and (max-width: 1700px) {
  .instagram .container-big {
    align-items: flex-start;
  }
}
@media (max-width: 1430px) {
  .instagram .container-big {
    min-height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.instagram .container-big .the-content {
  max-width: 541px;
  margin: auto auto;
  text-align: center;
  position: relative;
}
@media (max-width: 1430px) {
  .instagram .container-big .the-content {
    margin: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1430px) {
  .instagram .container-big .the-content {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.instagram .follow-text {
  position: absolute;
  width: 1340px;
  height: 364px;
  left: calc((100% - 1340px) / 2);
  top: calc((100% - 364px) / 2);
  z-index: -1;
}
@media (max-width: 960px) {
  .instagram .follow-text {
    width: 1000px;
    height: auto;
    left: calc((100% - 1000px) / 2);
    top: calc((100% - 364px) / 2);
  }
}
@media (max-width: 767px) {
  .instagram .follow-text {
    width: 700px;
    height: auto;
    left: calc((100% - 700px) / 2);
    top: calc((100% - 364px) / 2);
  }
}
@media (max-width: 640px) {
  .instagram .follow-text {
    width: 450px;
    height: auto;
    left: calc((100% - 450px) / 2);
    top: calc((100% - 364px) / 2);
  }
}
.instagram .rc-initials {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
}

.ig-circle {
  position: absolute;
  bottom: -180px;
  right: 110px;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .ig-circle {
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    position: relative;
    text-align: center;
  }
}
.ig-circle img {
  width: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 1700px) {
  .ig-circle img {
    width: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .ig-circle img {
    width: 60px;
  }
}
.ig-circle:hover {
  transform: scale(1.05);
}
.ig-circle:hover img {
  animation: rotateImage 10s linear infinite;
}
@media (max-width: 960px) {
  .ig-circle:hover img {
    animation: none;
  }
}

@keyframes rotateImage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ig-image {
  position: absolute;
}
@media (max-width: 1430px) {
  .ig-image {
    position: relative;
    width: 33.33% !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    max-width: 100% !important;
    padding: 10px;
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 960px) {
  .ig-image {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .ig-image {
    width: 50% !important;
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .ig-image {
    width: 100% !important;
  }
}

/* Position each image precisely */
.ig-image:nth-child(2) {
  /* Top-left image */
  width: auto;
  height: auto;
  max-width: 419px;
  top: 76px;
  left: 10%;
}
@media screen and (max-width: 1700px) {
  .ig-image:nth-child(2) {
    left: auto;
    left: 0;
    max-width: 350px;
  }
}
@media (max-width: 1430px) {
  .ig-image:nth-child(2) {
    top: 210px;
  }
}

.ig-image:nth-child(3) {
  width: auto;
  height: auto;
  max-width: 288px;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 1700px) {
  .ig-image:nth-child(3) {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1430px) {
  .ig-image:nth-child(3) {
    right: 30%;
    top: 23%;
  }
}

.ig-image:nth-child(4) {
  /* Bottom-left image (outdoor) */
  width: auto;
  height: auto;
  max-width: 465px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1700px) {
  .ig-image:nth-child(4) {
    max-width: 350px;
  }
}
@media (max-width: 1650px) {
  .ig-image:nth-child(4) {
    right: -50px;
  }
}

.ig-image:nth-child(5) {
  /* Bottom-right image */
  width: auto;
  height: auto;
  max-width: 180px;
  bottom: 50px;
  right: 35%;
}

.ig-image:nth-child(6) {
  /* Bottom-right image */
  width: auto;
  height: auto;
  max-width: 308px;
  bottom: 0;
  left: 20%;
}

.home-hero-section.about-hero .home-hero .image-full .full-width-image {
  width: 50%;
  right: 0;
}
.home-hero-section.about-hero .home-hero .image-full .full-width-image .decor-relative {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero-section.about-hero .home-hero .image-full .full-width-image {
    width: 100%;
  }
}

.home-hero-section.about-hero {
  padding: 0;
  background: radial-gradient(51.3% 248.15% at 50% 57.27%, #87B3B9 0%, #3D8BA5 87.02%);
}

.home-hero-section.about-hero .home-hero .image-full {
  padding: 0;
  height: 100%;
  min-height: 868px;
}
@media (max-width: 1650px) {
  .home-hero-section.about-hero .home-hero .image-full {
    min-height: 800px;
  }
}
@media (max-width: 1430px) {
  .home-hero-section.about-hero .home-hero .image-full {
    min-height: 700px;
  }
}
@media (max-width: 1300px) {
  .home-hero-section.about-hero .home-hero .image-full {
    min-height: 700px;
  }
}
@media (max-width: 960px) {
  .home-hero-section.about-hero .home-hero .image-full {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .home-hero-section.about-hero .home-hero .image-full {
    min-height: 450px;
  }
}

.home-hero-section.about-hero .hero-slide .text-decor {
  left: calc((100% - 1280px) / 2);
  bottom: 150px;
}

.home-hero-section.about-hero .hero-slide .text-decor {
  display: block;
}
@media (max-width: 1430px) {
  .home-hero-section.about-hero .hero-slide .text-decor {
    max-width: 550px !important;
    left: 30px;
  }
}
@media (max-width: 960px) {
  .home-hero-section.about-hero .hero-slide .text-decor {
    max-width: 300px !important;
    bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .home-hero-section.about-hero .hero-slide .text-decor {
    max-width: 500px !important;
    left: calc((100% - 500px) / 2);
  }
}
@media (max-width: 640px) {
  .home-hero-section.about-hero .hero-slide .text-decor {
    left: 20px;
    max-width: 300px !important;
  }
}

@media (max-width: 960px) {
  .home-hero-section.about-hero img {
    opacity: 1 !important;
    height: 450px !important;
  }
}
@media (max-width: 480px) {
  .home-hero-section.about-hero img {
    height: 350px !important;
  }
}

.white-dots-decor {
  position: absolute;
  width: 962px;
  height: 440px !important;
  top: 0px;
  left: calc((100% - 962px) / 2);
}
@media (max-width: 767px) {
  .white-dots-decor {
    height: 300px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.about-content {
  padding-bottom: 0;
}
.about-content .the-content h1 {
  font-size: 60px;
}
@media (max-width: 1550px) {
  .about-content .the-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .about-content .the-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .about-content .the-content h1 {
    font-size: 32px;
  }
}
.about-content .breadcrumbs-wrap {
  text-align: left !important;
}
.about-content #breadcrumbs span,
.about-content a,
.about-content i {
  color: #000 !important;
}
.about-content .quote {
  padding: 75px 0;
}
@media (max-width: 960px) {
  .about-content .quote {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about-content .quote {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .about-content .quote {
    padding: 30px 0;
  }
}
.about-content .quote::before {
  content: "";
  width: 218px;
  height: 218px;
  position: absolute;
  top: calc((100% - 218px) / 2);
  left: calc((100% - 218px) / 2);
  background-image: url(images/svg/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 960px) {
  .about-content .quote::before {
    width: 150px;
    height: 150px;
    top: calc((100% - 150px) / 2);
    left: calc((100% - 150px) / 2);
  }
}
.about-content .quote strong {
  font-size: 36px;
  line-height: 127%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .about-content .quote strong {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .about-content .quote strong {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .about-content .quote strong {
    font-size: 20px;
  }
}
.about-content .container-small.second-container .the-content {
  padding-top: 60px;
}
@media (max-width: 960px) {
  .about-content .container-small.second-container .the-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-content .container-small.second-container .the-content {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .about-content .container-small.second-container .the-content {
    padding-top: 20px;
  }
}
.about-content .container-small.second-container .the-content ul li, .about-content .container-small.second-container .the-content ol li {
  margin: 10px 0;
}

.music-page {
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .music-page {
    padding-top: 30px;
  }
}
.music-page .music-wrapper {
  margin: 0;
}
.music-page .col_33 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .music-page .col_33 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .music-page .col_33 {
    width: 100%;
  }
}
.music-page .music-item {
  height: 335px;
}
@media (max-width: 767px) {
  .music-page .music-item {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .music-page .music-item {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .music-page .music-item {
    height: 300px;
  }
}
.music-page .music-item p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1300px) {
  .music-page .music-item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .music-page .music-item p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .music-page .music-item p {
    font-size: 14px;
  }
}
.music-page .music {
  padding-bottom: 0;
  position: relative;
}
.music-page .music h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .music-page .music h2 {
    margin-bottom: 10px;
  }
}
.music-page .music .title-flex {
  padding-bottom: 40px;
}
.music-page .music .title-flex p {
  max-width: 600px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .music-page .music .title-flex .button2 i {
    display: none;
  }
}
.music-page .music .music-text-black {
  position: absolute;
  width: auto;
  height: auto;
  left: -200px;
  top: -90px;
}
@media (max-width: 1300px) {
  .music-page .music .music-text-black {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .music-page .music .music-text-black {
    left: 20px;
    top: 0px;
  }
}
.music-page .albums {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .music-page .albums {
    padding-bottom: 30px;
  }
}
.music-page .albums h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .music-page .albums h2 {
    margin-bottom: 10px;
  }
}
.music-page .albums .albums-flex a {
  width: 100%;
}
.music-page .albums .albums-flex img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .music-page .albums .albums-flex img {
    width: 100%;
  }
}

.section-blog {
  padding-bottom: 0;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .section-blog {
    padding-top: 30px;
  }
}
.section-blog .col_33 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section-blog .col_33 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .section-blog .col_33 {
    width: 100%;
  }
}

.section-article {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.section-article .title-art {
  padding-top: 30px;
  max-width: 1075px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .section-article .title-art {
    max-width: 100%;
  }
}
.section-article .title-art h1 {
  margin-bottom: 0;
}
.section-article .service-main-image img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-article .art-content h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h1 {
    font-size: 22px;
  }
}
.section-article .art-content h2 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h2 {
    font-size: 22px;
  }
}
.section-article .art-content h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .section-article .art-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h3 {
    font-size: 20px;
  }
}
.section-article .art-content h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content h4 {
    font-size: 15px;
  }
}
.section-article .art-content p {
  font-size: 16px;
  font-weight: 400;
  color: #54504F;
}
@media (max-width: 767px) {
  .section-article .art-content p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section-article .art-content p {
    font-size: 13px;
  }
}
.section-article .art-content ol {
  counter-reset: section;
  /* Reset the counter for the main list */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
  list-style: none;
  /* Remove default list styles */
}
.section-article .art-content ol > li {
  counter-increment: section;
  /* Increment the counter for each list item */
  position: relative;
  padding-left: 0;
  /* Align text with the number */
  margin-left: 0;
  /* Align text under the number */
  list-style: none;
  font-family: "TeXGyreAdventor", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .section-article .art-content ol > li {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .section-article .art-content ol > li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-article .art-content ol > li {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content ol > li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-article .art-content ol > li {
    font-size: 18px;
  }
}
.section-article .art-content ol > li::before {
  content: counter(section) ". ";
  /* Add the counter value before the list item */
  position: relative;
  left: 0;
  /* Place number at the beginning */
}
.section-article .art-content ol ol {
  counter-reset: subsection;
  /* Reset the counter for sub-lists */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
}
.section-article .art-content ol > li > ol > li {
  counter-increment: subsection;
  /* Increment the counter for each sub-list item */
  position: relative;
  padding-left: 2em;
  /* Create space for the number */
  text-indent: 0;
  /* Align text under the parent number */
  font-size: 16px;
  font-weight: 400;
  font-family: "TeXGyreAdventor", sans-serif;
}
@media (max-width: 767px) {
  .section-article .art-content ol > li > ol > li {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .section-article .art-content ol > li > ol > li {
    font-size: 14px;
  }
}
.section-article .art-content ol ol > li::before {
  content: counter(section) "." counter(subsection) " ";
  /* Add hierarchical numbering */
  position: absolute;
  left: 0;
  /* Place number at the beginning */
}
.section-article .art-content ol ol ol {
  counter-reset: subsubsection;
  /* Reset the counter for nested sub-lists */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
}
.section-article .art-content ol ol ol > li {
  counter-increment: subsubsection;
  /* Increment the counter for nested sub-list items */
  position: relative;
  padding-left: 0;
  /* Create space for the number */
  text-indent: -2em;
  /* Align text under the parent number */
  font-size: inherit;
  /* Ensure deeper nested lists inherit font size */
}
.section-article .art-content ol ol ol > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
  /* Full hierarchical numbering */
  position: absolute;
  left: 0;
  /* Place number at the beginning */
}
.section-article .post-meta {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section-article .post-meta {
    font-size: 14px;
    padding: 20px 0;
  }
}

.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 {
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  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;
  }
}
.share-buttons-single .article-bottom-item {
  text-transform: none !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .share-buttons-single .article-bottom-item {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .share-buttons-single .article-bottom-item {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .share-buttons-single .article-bottom-item {
    font-size: 14px !important;
  }
}

.next-prev-posts .next-div,
.next-prev-posts .prev-div {
  background-color: #F4F4F4;
  padding: 30px 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@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: 600;
  margin: 0;
  font-size: 20px;
  font-family: "TeXGyreAdventor", sans-serif;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts .next-div .art-title,
  .next-prev-posts .prev-div .art-title {
    font-size: 15px;
  }
}
.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:hover,
.next-prev-posts .prev-div:hover {
  text-decoration: none;
}
.next-prev-posts .next-div .title-wrapper span,
.next-prev-posts .prev-div .title-wrapper span {
  font-weight: 500;
  font-size: 15px;
  color: #54504F;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div .title-wrapper span,
  .next-prev-posts .prev-div .title-wrapper span {
    font-size: 12px;
  }
}
.next-prev-posts .prev-div {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .next-prev-posts .prev-div {
    padding-left: 55px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .prev-div {
    padding-left: 35px;
  }
}
.next-prev-posts .prev-div .title-wrapper {
  position: relative;
}
.next-prev-posts .prev-div:hover .prev-art {
  left: 20px;
}
@media (max-width: 960px) {
  .next-prev-posts .prev-div:hover .prev-art {
    left: 25px;
  }
}
.next-prev-posts .next-div {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .next-prev-posts .next-div {
    padding-right: 55px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .next-div {
    padding-right: 35px;
  }
}
.next-prev-posts .next-div .title-wrapper {
  position: relative;
}
.next-prev-posts .next-div:hover .next-art {
  right: 20px;
}
@media (max-width: 960px) {
  .next-prev-posts .next-div:hover .next-art {
    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;
  }
}
.next-prev-posts .prev-art,
.next-prev-posts .next-art {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 12px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts .prev-art,
  .next-prev-posts .next-art {
    width: 10px;
  }
}
.next-prev-posts .prev-art {
  left: 25px;
}
@media (max-width: 640px) {
  .next-prev-posts .prev-art {
    left: 15px;
  }
}
.next-prev-posts .next-art {
  right: 25px;
}
@media (max-width: 640px) {
  .next-prev-posts .next-art {
    right: 15px;
  }
}
.next-prev-posts .date {
  margin: 0;
}
.next-prev-posts .date i {
  color: #000;
}

.next-prev-posts-container {
  background-color: #fafafa;
  padding: 60px 100px;
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .next-prev-posts-container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .next-prev-posts-container {
    margin-top: 40px;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .next-prev-posts-container {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .next-prev-posts-container {
    margin-top: 20px;
  }
}
.next-prev-posts-container h2 {
  margin: 0;
  margin-bottom: 20px;
}

.blog-comments {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .blog-comments {
    padding-top: 20px;
  }
}
.blog-comments .comment-respond {
  background: radial-gradient(50% 124.44% at 50% 50%, #87B3B9 0%, #3D8BA5 100%);
  padding: 76px 101px;
}
@media (max-width: 1100px) {
  .blog-comments .comment-respond {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond {
    padding: 20px;
    box-shadow: none;
  }
}
.blog-comments .comment-respond form p {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form p {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form p {
    margin: 8px 0;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form p {
    margin: 6px 0;
  }
}
.blog-comments .comment-respond form .form-submit {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .form-submit {
    padding-top: 6px;
  }
}
.blog-comments .comment-respond form .form-submit input[type=submit] {
  color: #42869C;
  display: inline-block;
  padding: 13px 33px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  font-family: "TeXGyreAdventor", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .form-submit input[type=submit] {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form .form-submit input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .form-submit input[type=submit] {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.blog-comments .comment-respond form .form-submit input[type=submit]:after, .blog-comments .comment-respond form .form-submit input[type=submit]:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.blog-comments .comment-respond form .form-submit input[type=submit]:after {
  bottom: -9px;
}
.blog-comments .comment-respond form .form-submit input[type=submit]:before {
  top: -9px;
}
.blog-comments .comment-respond form .form-submit input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .form-submit input[type=submit]:hover {
    box-shadow: none;
    border-color: transparent;
    background-color: #fff;
    color: #42869C;
  }
}
.blog-comments .comment-respond form .form-submit input[type=submit]:hover:after, .blog-comments .comment-respond form .form-submit input[type=submit]:hover:before {
  transform: scaleX(0);
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .form-submit input[type=submit]:hover:after, .blog-comments .comment-respond form .form-submit input[type=submit]:hover:before {
    transform: scaleX(1);
  }
}
.blog-comments .comment-respond form textarea,
.blog-comments .comment-respond form input {
  border-radius: 0;
}
.blog-comments .comment-respond form textarea:not([type=submit]),
.blog-comments .comment-respond form input:not([type=submit]) {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #ECECEC;
}
.blog-comments .comment-respond form input:not([type=checkbox]) {
  height: 52px;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 45px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form input:not([type=checkbox]) {
    height: 40px;
  }
}
.blog-comments .comment-respond form input[type=checkbox]::before {
  background-color: #42869C;
  border-radius: 0;
}
.blog-comments .comment-respond form .comment-form-author {
  width: 49%;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-author {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.blog-comments .comment-respond form .comment-form-email {
  width: 50%;
  display: inline-block;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-email {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-cookies-consent {
    margin-top: 20px;
  }
}
.blog-comments .comment-respond form .comment-form-cookies-consent .wp-comment-cookies-consent {
  display: inline-block;
}
.blog-comments .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  width: 90%;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-cookies-consent label {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .form-submit .submit {
    width: 100%;
  }
}
.blog-comments .comment-respond form .comment-form-comment label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-form-comment label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-form-comment label {
    font-size: 12px;
  }
}
.blog-comments .comment-respond form .comment-notes {
  font-size: 16px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-notes {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-notes {
    font-size: 12px;
  }
}
.blog-comments .comment-respond form .comment-respond-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .comment-respond-title {
    font-size: 16px;
  }
}
.blog-comments .comment-respond form .logged-in-as {
  font-size: 16px;
}
@media (max-width: 640px) {
  .blog-comments .comment-respond form .logged-in-as {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-respond form .logged-in-as {
    font-size: 12px;
  }
}
.blog-comments .comment-awaiting-moderation {
  padding-top: 10px;
  color: #FFC107;
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .comment-awaiting-moderation {
    font-size: 13px;
  }
}
.blog-comments .comment-meta {
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 65px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .blog-comments .comment-meta {
    right: 20px;
    padding: 5px 10px;
  }
}
.blog-comments .comment-meta a {
  font-size: 12px;
  color: #42869C;
  font-weight: 700;
}
@media (max-width: 640px) {
  .blog-comments .comment-meta a {
    font-size: 11px;
  }
}
.blog-comments .comment-meta a:hover {
  text-decoration: none;
  cursor: auto;
}
.blog-comments .commentlist {
  list-style: none;
}
.blog-comments .commentlist p {
  margin-top: 0;
}
.blog-comments .commentlist li .comment-body {
  background: radial-gradient(50% 124.44% at 50% 50%, #87B3B9 0%, #3D8BA5 100%);
  padding: 20px 80px;
  position: relative;
}
@media (max-width: 1100px) {
  .blog-comments .commentlist li .comment-body {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body {
    padding: 20px;
  }
}
.blog-comments .commentlist li .comment-body .comment-author {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .commentlist li .comment-body .comment-author {
    font-size: 13px;
  }
}
.blog-comments .commentlist li .comment-body .comment-author img {
  position: relative;
  transform: translateY(30%);
  border-radius: 100%;
  margin-right: 10px;
}
.blog-comments .commentlist li .comment-body .reply {
  margin-top: 15px;
}
.blog-comments .commentlist li .comment-body .reply a {
  color: #42869C;
  display: inline-block;
  padding: 13px 33px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  font-family: "TeXGyreAdventor", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
}
@media (max-width: 960px) {
  .blog-comments .commentlist li .comment-body .reply a {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body .reply a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body .reply a {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.blog-comments .commentlist li .comment-body .reply a:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .blog-comments .commentlist li .comment-body .reply a:hover {
    box-shadow: none;
    border-color: transparent;
    background-color: #fff;
    color: #42869C;
  }
}
.blog-comments .commentlist li .comment-body p {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog-comments .commentlist li .comment-body p {
    font-size: 13px;
  }
}
.blog-comments .navigation .alignleft {
  float: none;
}
.blog-comments #comments {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .blog-comments #comments {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .blog-comments #comments {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-comments #comments {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .blog-comments #comments {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .blog-comments #comments {
    font-size: 15px;
  }
}

#respond {
  margin-top: 20px;
}
#respond .comment-reply-title {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  #respond .comment-reply-title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  #respond .comment-reply-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #respond .comment-reply-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  #respond .comment-reply-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #respond .comment-reply-title {
    font-size: 15px;
  }
}

.section-contact {
  align-items: center;
}
.section-contact .col_40 {
  padding-right: 60px;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .section-contact .col_40 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .section-contact .col_40 {
    padding: 0px;
    padding-bottom: 30px;
  }
}
.section-contact .col_40 h1, .section-contact .col_40 h2, .section-contact .col_40 h3, .section-contact .col_40 h4, .section-contact .col_40 h5, .section-contact .col_40 h6 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-contact .col_40,
  .section-contact .col_60 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .section-contact .col_40,
  .section-contact .col_60 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-contact .left-contact .contact-list {
  padding-top: 10px;
  padding-bottom: 30px;
}
.section-contact .left-contact .contact-list .contact-row {
  display: block;
}
@media (max-width: 767px) {
  .section-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.right-contact {
  background-color: white;
  padding-left: 100px;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1100px) {
  .right-contact {
    padding: 60px 0 60px 50px;
  }
}
@media (max-width: 960px) {
  .right-contact {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 767px) {
  .right-contact {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .right-contact {
    padding: 25px 20px;
  }
}
.right-contact .label-form {
  color: #020F1F;
}
.right-contact .the-content,
.right-contact .wrap-form {
  position: relative;
  z-index: 2;
}
.right-contact input[type=text],
.right-contact input[type=email],
.right-contact input[type=password],
.right-contact input[type=search],
.right-contact input[type=tel],
.right-contact input[type=url],
.right-contact input[type=number],
.right-contact input[type=date],
.right-contact input[type=time],
.right-contact input[type=datetime],
.right-contact input[type=datetime-local],
.right-contact input[type=week],
.right-contact input[type=month],
.right-contact textarea,
.right-contact select {
  background-color: #F4F4F4;
}
.right-contact .wpcf7-acceptance {
  margin-bottom: 15px;
}

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

.revial-right-contact {
  position: absolute;
  right: -250px;
  bottom: 50px;
  z-index: 1;
}

.contact-page-section {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .contact-page-section {
    padding-top: 40px;
  }
}
.contact-page-section .header-social {
  margin: 0 -11px;
}
@media (max-width: 1300px) {
  .contact-page-section .header-social {
    margin: 0 -4px;
  }
}
.contact-page-section .header-social li {
  margin: 5px 11px;
}
@media (max-width: 1300px) {
  .contact-page-section .header-social li {
    margin: 5px 4px;
  }
}
.contact-page-section .header-social a {
  background-color: #000;
}
.contact-page-section .header-social a:hover {
  background-color: #42869C;
}
@media (max-width: 960px) {
  .contact-page-section .header-social a:hover {
    background-color: #000;
  }
}
.contact-page-section .header-social a:hover i {
  color: #fff;
}
.contact-page-section .contact-label {
  color: #000;
}
.contact-page-section .text p, .contact-page-section .text a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-page-section .form-box {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .contact-page-section .col_60 {
    background: radial-gradient(50% 124.44% at 50% 50%, #87B3B9 0%, #3D8BA5 100%);
  }
}
@media (max-width: 767px) {
  .contact-page-section .label-form {
    color: #fff;
  }
}
.contact-page-section .contact-details {
  padding-bottom: 0 !important;
}

.contact-row {
  display: flex;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .contact-row {
    padding: 10px 0;
  }
}
.contact-row:first-child {
  border-top: none;
  padding-top: 0;
}
.contact-row a,
.contact-row p {
  line-height: 1;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1550px) {
  .contact-row a,
  .contact-row p {
    font-size: 17px;
  }
}
@media (max-width: 1430px) {
  .contact-row a,
  .contact-row p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .contact-row a,
  .contact-row p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-row a,
  .contact-row p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .contact-row a,
  .contact-row p {
    font-size: 13px;
  }
}
.contact-row span {
  width: 38px;
  height: 38px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1430px) {
  .contact-row span {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .contact-row span {
    width: 30px;
    height: 30px;
  }
}
.contact-row span i {
  font-size: 18px;
}
.contact-row .flex-contact {
  width: calc(100% - 48px);
}
@media (max-width: 1430px) {
  .contact-row .flex-contact {
    width: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  .contact-row .flex-contact {
    width: calc(100% - 30px);
  }
}
.contact-row .flex-contact .contact-details {
  text-align: left;
}
.contact-row i {
  color: #fff;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .contact-row i {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .contact-row i {
    font-size: 14px !important;
  }
}
.contact-row .text {
  line-height: 1;
}
@media (max-width: 1430px) {
  .contact-row .text {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .contact-row .text {
    padding-left: 10px;
  }
}
.contact-row .text a {
  padding: 0 10px;
  position: relative;
}
.contact-row .text a:before {
  content: "|";
  position: absolute;
  left: -3px;
  top: -1px;
}
.contact-row .text a:first-child {
  padding-left: 0;
}
.contact-row .text a:first-child::before {
  display: none;
}

.contact-label {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 120% !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .contact-label {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .contact-label {
    font-size: 16px !important;
  }
}

.section-form {
  padding-top: 90px;
}
@media (max-width: 1100px) {
  .section-form {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-form {
    padding-top: 40px;
    margin-top: 0;
  }
}
.section-form .col_60 {
  align-self: flex-end;
}
.section-form .the-content p {
  margin: 30px 0;
}

.icon-form {
  font-size: 0;
  line-height: 0;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .icon-form {
    display: none;
  }
}

@media (max-width: 767px) {
  .flex-form {
    display: block;
  }
  .flex-form .col_60,
  .flex-form .col_40 {
    width: 100%;
  }
}

.form-box {
  max-width: 700px;
  margin-left: auto;
  padding: 60px;
  background: radial-gradient(50% 124.44% at 50% 50%, #87B3B9 0%, #3D8BA5 100%);
  padding-bottom: 30px;
}
@media (max-width: 1300px) {
  .form-box {
    padding: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .form-box {
    padding: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-box {
    padding: 0;
    background: transparent;
    padding-bottom: 30px;
    padding-top: 20px;
    max-width: 100%;
  }
}
.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=password],
.form-box input[type=search],
.form-box input[type=tel],
.form-box input[type=url],
.form-box input[type=number],
.form-box input[type=date],
.form-box input[type=time],
.form-box input[type=datetime],
.form-box input[type=datetime-local],
.form-box input[type=week],
.form-box input[type=month],
.form-box textarea,
.form-box select {
  width: 100%;
  border: 1px solid #E8E8E8;
  background-color: #FDFDFD !important;
  border-radius: 0px;
}
@media (max-width: 640px) {
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box input[type=password],
  .form-box input[type=search],
  .form-box input[type=tel],
  .form-box input[type=url],
  .form-box input[type=number],
  .form-box input[type=date],
  .form-box input[type=time],
  .form-box input[type=datetime],
  .form-box input[type=datetime-local],
  .form-box input[type=week],
  .form-box input[type=month],
  .form-box textarea,
  .form-box select {
    padding: 8px 20px;
  }
}
.form-box .wpcf7-form-control-wrap {
  display: block;
}
.form-box input[type=submit] {
  color: #42869C;
  display: inline-block;
  padding: 13px 33px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 700;
  background-color: #fff;
  font-family: "TeXGyreAdventor", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  border: 1px solid transparent;
}
@media (max-width: 960px) {
  .form-box input[type=submit] {
    padding: 10px 22px;
  }
}
@media (max-width: 767px) {
  .form-box input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .form-box input[type=submit] {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.form-box input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  text-decoration: none;
}
@media (max-width: 960px) {
  .form-box input[type=submit]:hover {
    box-shadow: none;
    border-color: transparent;
    background-color: #fff;
    color: #42869C;
  }
}
.form-box .the-content p, .form-box .the-content h1, .form-box .the-content h2, .form-box .the-content h3, .form-box .the-content h4, .form-box .the-content h5, .form-box .the-content h6, .form-box .the-content ul, .form-box .the-content ol, .form-box .the-content li, .form-box .the-content a {
  color: #fff;
}

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

body .wpcf7-list-item {
  position: relative;
  margin-left: 0;
  padding-left: 35px;
}
body .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
}

.label-form {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .label-form {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .label-form {
    font-size: 13px;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .label-form {
    font-size: 12px;
  }
}

body .picker__select--month,
body .picker__select--year {
  width: 64px !important;
}

.bottom-info {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 14px;
  max-width: 700px;
  margin-left: auto;
  opacity: 50%;
  color: #fff;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .bottom-info {
    max-width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.bottom-info i {
  color: #BEBEBE;
  margin-right: 10px;
}

.h100 {
  height: 100%;
}

.flex-title-top.white-txt {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .flex-title-top.white-txt {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.flex-title-top.white-txt p:first-child {
  margin: 0;
  color: white;
  font-size: 42px;
}
@media (max-width: 767px) {
  .flex-title-top.white-txt p:first-child {
    font-size: 24px;
  }
}

.wpcf7-not-valid {
  border-color: #42869C;
}

.wpcf7-acceptance.wpcf7-not-valid {
  color: #72B9FF;
}
.wpcf7-acceptance.wpcf7-not-valid span,
.wpcf7-acceptance.wpcf7-not-valid a {
  color: #72B9FF;
}

.right-contact .wpcf7-acceptance.wpcf7-not-valid {
  background: transparent;
  color: #42869C;
  box-shadow: none;
}
.right-contact .wpcf7-acceptance.wpcf7-not-valid span,
.right-contact .wpcf7-acceptance.wpcf7-not-valid a {
  color: #42869C;
}

.wpcf7-acceptance span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .wpcf7-acceptance span {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .wpcf7-acceptance span {
    font-size: 13px;
  }
}

body .grecaptcha-badge {
  display: none !important;
}/*# sourceMappingURL=style.css.map */