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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

a {
  text-decoration: none;
}

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

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

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

[hidden] {
  display: none;
}

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

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

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

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

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Flex", serif;
  color: #000000;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 1550px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: -0.01em;
  }
}
@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 52px;
  margin-bottom: 20px;
}
@media (max-width: 1650px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1550px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  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: 24px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 1550px) {
  h3 {
    font-size: 30px;
  }
}
@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.5;
}

p {
  margin: 15px 0;
  color: #3E4451;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
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: #000000;
}
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: #000000;
  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: "Roboto Flex", serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F5F8FF;
  color: #000000;
  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: #605CFF;
}
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: "Roboto Flex", 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: rgb(255, 89, 13);
  background: linear-gradient(0deg, rgb(255, 89, 13) 0%, rgb(238, 122, 67) 100%);
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 45px;
  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: 1550px) {
  button[type=submit],
  input[type=submit] {
    font-size: 15px;
    padding: 13px 27px;
  }
}
@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;
    padding: 12px 22px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: rgb(231, 82, 13);
  background: linear-gradient(0deg, rgb(231, 82, 13) 0%, rgb(220, 114, 63) 100%);
  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: #605CFF;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #605CFF;
  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: #605CFF;
}

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

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: #3E4451;
  font-family: "Roboto Flex", serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #3E4451;
  font-family: "Roboto Flex", serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #3E4451;
  font-family: "Roboto Flex", serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #3E4451;
  font-family: "Roboto Flex", serif;
  letter-spacing: normal;
}

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

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

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

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

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

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

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #605CFF;
}

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

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

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

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

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

.button1,
.button2,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 16px;
  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;
  font-weight: 700;
  border-radius: 42px;
  background: rgb(96, 92, 255);
  background: linear-gradient(90deg, rgb(96, 92, 255) 0%, rgb(82, 79, 232) 100%);
  font-family: "Roboto Flex", serif;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1550px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
    padding: 13px 27px;
  }
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.button1:hover,
.button2:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background: rgb(87, 83, 234);
  background: linear-gradient(90deg, rgb(87, 83, 234) 0%, rgb(71, 69, 201) 100%);
  color: white;
}

.button-white {
  background: white;
  color: #605CFF;
}
.button-white:hover {
  color: #605CFF;
  background: rgba(255, 255, 255, 0.6);
}

.button2 {
  background: rgb(255, 89, 13);
  background: linear-gradient(0deg, rgb(255, 89, 13) 0%, rgb(238, 122, 67) 100%);
  color: white;
}
.button2:hover {
  text-decoration: none;
  background: rgb(231, 82, 13);
  background: linear-gradient(0deg, rgb(231, 82, 13) 0%, rgb(220, 114, 63) 100%);
  color: white;
}

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

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

.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: "Roboto Flex", serif;
  position: relative;
  top: 2px;
  color: #605CFF;
}
@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: #605CFF;
}

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

ul li {
  list-style: none;
}

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

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

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

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

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

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

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

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #F5F8FF;
}
.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 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: #000000;
  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: #3E4451;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: none;
  margin-left: 0;
}
.the-content ul li {
  padding-left: 32px;
  font-weight: 500;
}
.the-content ul li::before {
  content: "\f00c";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  width: 22px;
  height: 22px;
  background: rgb(69, 66, 211);
  background: linear-gradient(0deg, rgb(69, 66, 211) 0%, rgb(91, 88, 231) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .the-content ul li::before {
    position: relative;
    background: transparent;
    color: #605CFF;
    content: "\f058";
    width: auto;
    height: auto;
    font-size: 14px;
    display: inline;
  }
}

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

.big-p p {
  font-size: 20px;
}
@media (max-width: 1650px) {
  .big-p p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p p {
    font-size: 16px;
  }
}
.big-p p.small-title {
  font-size: 14px;
}

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

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

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

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

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

.green-text {
  color: #605CFF;
}

.blue-box {
  background-color: #605CFF;
}

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

.centered-error {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.centered-error h2, .centered-error h3, .centered-error h4, .centered-error h5, .centered-error h6 {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.icon-error {
  margin-bottom: 20px;
}
.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: #605CFF;
}

.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: #605CFF;
  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: "Roboto Flex", 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: #605CFF;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-link a {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 16px;
  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;
  font-weight: 700;
  border-radius: 42px;
  background: rgb(96, 92, 255);
  background: linear-gradient(90deg, rgb(96, 92, 255) 0%, rgb(82, 79, 232) 100%);
  font-family: "Roboto Flex", serif;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .button-link a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .button-link a {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.button-link a:hover {
  text-decoration: none;
  background: rgb(87, 83, 234);
  background: linear-gradient(90deg, rgb(87, 83, 234) 0%, rgb(71, 69, 201) 100%);
  color: white !important;
}

.header-flex {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1650px) {
  .header-flex {
    padding: 10px 0;
  }
}

.header-right {
  display: flex;
  align-items: center;
}
.header-right .button1, .header-right .logoutbtn {
  margin-left: 40px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .header-right .button1, .header-right .logoutbtn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-right .button1, .header-right .logoutbtn {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .header-right .button1 {
    padding: 9px 10px;
  }
}
@media (max-width: 480px) {
  .header-right .button1 {
    display: none;
  }
}
.header-right ul {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .header-right ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.header-right ul li {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .header-right ul li {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .header-right ul li {
    display: none;
  }
  .header-right ul li.button1 {
    display: block;
    margin: 0;
  }
}
.header-right ul li.button-link a:hover {
  color: white !important;
}
.header-right ul a {
  color: white;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .header-right ul a {
    font-size: 14px;
  }
}
.header-right ul a:hover {
  text-decoration: none;
  color: #FF590D;
}

.logo-box {
  padding-right: 20px;
}
@media (max-width: 640px) {
  .logo-box {
    display: flex;
    align-items: center;
  }
}
.logo-box img {
  display: block;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .logo-box img {
    max-width: 270px;
  }
}
@media (max-width: 1300px) {
  .logo-box img {
    max-width: 220px;
  }
}
@media (max-width: 640px) {
  .logo-box img {
    max-width: 160px;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 30px;
}
@media (max-width: 1430px) {
  .header {
    top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer {
  padding-top: 70px;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 1430px) {
  .footer {
    padding-top: 50px;
  }
}

.logo-box-footer {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.logo-box-footer img {
  width: auto;
  height: auto;
}
@media (max-width: 1430px) {
  .logo-box-footer img {
    max-width: 250px;
  }
}

.footer-contact {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-contact li {
  margin: 10px 20px;
}
@media (max-width: 640px) {
  .footer-contact li {
    margin: 5px;
  }
}
.footer-contact a {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1430px) {
  .footer-contact a {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .footer-contact a {
    font-size: 16px;
  }
}
.footer-contact a span {
  color: #605CFF;
  margin-right: 10px;
}

.footer-top {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .footer-top {
    padding-bottom: 30px;
  }
}
.footer-top .menu {
  display: flex;
  justify-content: center;
}
.footer-top .menu li {
  margin: 10px;
}
.footer-top .menu li a {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .footer-top .menu li a {
    font-size: 16px;
  }
}
.footer-top .menu li a:hover {
  text-decoration: none;
  color: #605CFF;
}

.powered-by {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .powered-by {
    margin-top: 20px;
  }
}
.powered-by img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  .powered-by img {
    max-width: 150px;
  }
}

.footer-bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bottom p {
  margin: 0;
}

.small-section {
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1820px) {
  .small-section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1430px) {
  .small-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .small-section {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1650px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1430px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-testimonials {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1650px) {
  .section-testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1430px) {
  .section-testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.small-margins {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1650px) {
  .small-margins {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1430px) {
  .small-margins {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .small-margins {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.circle-gradient {
  background-color: #5D59F9;
  border-radius: 50%;
  width: 550px;
  height: 550px;
  position: absolute;
  opacity: 0.2;
  filter: blur(80px);
}
@media (max-width: 1430px) {
  .circle-gradient {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .circle-gradient {
    width: 320px;
    height: 320px;
  }
}

.circle-gradient2 {
  background: rgb(183, 181, 255);
  background: linear-gradient(65deg, rgb(183, 181, 255) 0%, rgb(169, 219, 255) 100%);
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  opacity: 0.32;
  filter: blur(90px);
  right: 100px;
  top: -100px;
}
@media (max-width: 1430px) {
  .circle-gradient2 {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .circle-gradient2 {
    width: 280px;
    height: 280px;
  }
}

.circle-top {
  top: 80px;
  opacity: 0.14;
  left: 50%;
  transform: translateX(-50%);
}

.circle-top2 {
  top: 120px;
  opacity: 0.14;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 120px;
  width: 420px;
  height: 420px;
}
@media (max-width: 767px) {
  .circle-top2 {
    width: 280px;
    height: 280px;
  }
}

.circle-bottom {
  bottom: -120px;
  opacity: 0.14;
  right: 0;
}

.hero-section {
  background: rgb(84, 75, 165);
  background: linear-gradient(0deg, rgb(84, 75, 165) 0%, rgb(51, 39, 164) 43%, rgb(49, 40, 127) 99%);
  padding-top: 170px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1650px) {
  .hero-section {
    margin-top: 20px;
    padding-top: 140px;
  }
  .hero-section h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .hero-section {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .hero-section {
    border-radius: 20px 20px 0 0;
  }
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

.lights, .stars-right, .circle-gradient, .files-hero, .lines-right, .long-arrow, .image-notes {
  position: absolute;
}
.lights img, .stars-right img, .circle-gradient img, .files-hero img, .lines-right img, .long-arrow img, .image-notes img {
  display: block;
  width: auto;
  height: auto;
}

@media (max-width: 1550px) {
  .files-hero {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .files-hero {
    max-width: 300px;
  }
}
@media (max-width: 640px) {
  .files-hero {
    max-width: 240px;
  }
}

.hero-text {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.stars-right {
  top: -60px;
  right: -40px;
}
@media (max-width: 1650px) {
  .stars-right {
    width: 58px;
    top: -45px;
  }
}
@media (max-width: 1300px) {
  .stars-right {
    width: 42px;
    top: -40px;
  }
}
@media (max-width: 640px) {
  .stars-right {
    right: -20px;
    width: 36px;
    top: -30px;
  }
}

.files-right {
  bottom: 0;
  right: 0;
}

.files-left {
  left: 0;
  bottom: 0;
}

.lights {
  top: 0;
  width: 100%;
}

.hero-image-centered {
  margin-top: 50px;
}
@media (max-width: 1650px) {
  .hero-image-centered {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .hero-image-centered {
    margin-top: 15px;
    width: 110%;
    margin-left: -5%;
    border-radius: 0 0 10px 10px;
  }
}

.hero-image {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}
.hero-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .hero-image img {
    border-radius: 10px 10px 0 0;
  }
}

.mask-hero {
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 10px 10px 0 10px;
}
@media (max-width: 1550px) {
  .mask-hero {
    max-width: 770px;
    padding: 5px 5px 0 5px;
  }
}
@media (max-width: 1300px) {
  .mask-hero {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .mask-hero {
    max-width: 470px;
  }
}
@media (max-width: 640px) {
  .mask-hero {
    border-radius: 10px 10px 0 0;
    width: 110%;
  }
}
.mask-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 640px) {
  .mask-hero::before {
    border-radius: 10px 10px 0 0;
  }
}
.mask-hero img {
  width: auto;
  height: auto;
}

.note-purple {
  background: rgb(66, 91, 203);
  background: linear-gradient(0deg, rgb(66, 91, 203) 0%, rgb(103, 124, 230) 100%);
}
.note-purple .icon {
  background: rgb(206, 214, 255);
  background: linear-gradient(0deg, rgb(206, 214, 255) 0%, rgb(255, 255, 255) 100%);
}
.note-purple p {
  color: white;
}

.image-notes {
  border-radius: 20px;
  max-width: 270px;
  padding: 22px;
  z-index: 2;
}
@media (max-width: 1550px) {
  .image-notes {
    padding: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 960px) {
  .image-notes {
    max-width: 220px;
    padding: 12px;
  }
}
@media (max-width: 640px) {
  .image-notes {
    display: none;
  }
}
.image-notes p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1550px) {
  .image-notes p {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .image-notes p {
    font-size: 12px;
  }
}
.image-notes .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1550px) {
  .image-notes .icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.image-notes .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.note-white {
  background: rgb(252, 252, 252);
  background: linear-gradient(0deg, rgb(252, 252, 252) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #E3EEFF;
  box-shadow: 8px 8px 5px 0px rgba(86, 79, 175, 0.14);
}
.note-white .icon {
  background: rgb(255, 89, 13);
  background: linear-gradient(0deg, rgb(255, 89, 13) 0%, rgb(238, 122, 67) 100%);
}

.note-icon-left {
  display: flex;
}
@media (max-width: 640px) {
  .note-icon-left {
    display: none;
  }
}
.note-icon-left p {
  width: calc(100% - 44px);
  text-align: left;
  padding-left: 10px;
}

.note-icon-centered {
  text-align: center;
  max-width: 188px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 960px) {
  .note-icon-centered {
    max-width: 150px;
    padding-left: 10px;
    padding: 10px;
  }
}
.note-icon-centered .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.right-note {
  bottom: 90px;
  right: -90px;
}
@media (max-width: 767px) {
  .right-note {
    right: -35px;
  }
}
@media (max-width: 640px) {
  .right-note {
    display: none;
  }
}

.left-note {
  bottom: 40px;
  left: -100px;
}
@media (max-width: 1550px) {
  .left-note {
    bottom: 170px;
  }
}
@media (max-width: 960px) {
  .left-note {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .left-note {
    left: -35px;
    bottom: 90px;
  }
}

.centered-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lines-right {
  right: -102px;
  bottom: 43px;
}
@media (max-width: 1550px) {
  .lines-right {
    right: -24px;
  }
}
@media (max-width: 1430px) {
  .lines-right {
    display: none;
  }
}

.hero-button {
  display: flex;
  justify-content: center;
}
.hero-button a {
  margin: 4px;
}

@media (max-width: 767px) {
  .flex-about {
    display: block;
  }
  .flex-about .col_33 {
    width: 100%;
    margin-top: 20px;
  }
}

.about-box {
  background: rgb(225, 231, 251);
  background: linear-gradient(0deg, rgb(225, 231, 251) 0%, rgb(210, 221, 251) 100%);
  border-radius: 20px;
  padding: 45px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
  bottom: 0;
  transition: all, 0.3s;
}
@media (max-width: 1430px) {
  .about-box {
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 1300px) {
  .about-box {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .about-box {
    padding: 25px 15px 0;
  }
}
.about-box:hover {
  bottom: 10px;
}
.about-box p.title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 28px;
  color: #000000;
}
@media (max-width: 1550px) {
  .about-box p.title {
    font-size: 24px;
  }
}
@media (max-width: 1430px) {
  .about-box p.title {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .about-box p.title {
    font-size: 20px;
  }
}
.about-box .text {
  margin: 0;
}
.about-box .icon {
  margin-top: 20px;
}
@media (max-width: 1430px) {
  .about-box .icon {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .about-box .icon {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .about-box .icon {
    margin-top: 10px;
  }
}
.about-box .icon img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 1550px) {
  .about-box .icon img {
    max-height: 175px;
  }
}
@media (max-width: 1300px) {
  .about-box .icon img {
    max-height: 140px;
  }
}
@media (max-width: 640px) {
  .about-box .icon img {
    max-height: 120px;
  }
}

.flex-about {
  position: relative;
  z-index: 1;
}
.flex-about .col_33:nth-of-type(3n+1) .about-box {
  background: rgb(233, 240, 254);
  background: linear-gradient(0deg, rgb(233, 240, 254) 0%, rgb(225, 231, 253) 100%);
}
.flex-about .col_33:nth-of-type(3n+2) .about-box {
  background: rgb(215, 222, 255);
  background: linear-gradient(0deg, rgb(215, 222, 255) 0%, rgb(225, 231, 253) 100%);
  flex-direction: column-reverse;
  padding-bottom: 40px;
}
@media (max-width: 1430px) {
  .flex-about .col_33:nth-of-type(3n+2) .about-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .flex-about .col_33:nth-of-type(3n+2) .about-box {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .flex-about .col_33:nth-of-type(3n+2) .about-box {
    flex-direction: column;
  }
}
.flex-about .col_33:nth-of-type(3n+2) .about-box .icon {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .flex-about .col_33:nth-of-type(3n+2) .about-box .icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flex-about .col_33:nth-of-type(3n+2) .about-box .icon {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .flex-trust {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 960px) {
  .flex-trust {
    flex-wrap: wrap;
  }
}
.flex-trust .col_33 {
  height: auto;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .flex-trust .col_33 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .flex-trust .col_33 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .flex-trust .col_33:first-child {
    margin-top: 0;
  }
}

.trust-item {
  display: flex;
  box-shadow: 2px 10px 5px 0 #edf1ff;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  bottom: 0;
  transition: all, 0.3s;
  height: 100%;
}
@media (max-width: 1550px) {
  .trust-item {
    padding: 25px;
  }
}
@media (max-width: 1300px) {
  .trust-item {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .trust-item {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .trust-item {
    border-radius: 10px;
  }
}
@media (max-width: 640px) {
  .trust-item {
    padding: 20px;
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .trust-item {
    flex-direction: column;
    padding: 15px;
  }
}
.trust-item:hover {
  bottom: 10px;
}
@media (max-width: 960px) {
  .trust-item:hover {
    bottom: 0;
  }
}
.trust-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 84px;
  height: 84px;
  background: rgb(69, 66, 211);
  background: linear-gradient(0deg, rgb(69, 66, 211) 0%, rgb(91, 88, 231) 100%);
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1550px) {
  .trust-item .icon {
    width: 72px;
    height: 72px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1430px) {
  .trust-item .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .trust-item .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .trust-item .icon {
    margin-bottom: 15px;
  }
}
.trust-item .icon img {
  display: block;
  max-height: 65px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
@media (max-width: 1550px) {
  .trust-item .icon img {
    max-height: 50px;
  }
}
@media (max-width: 1300px) {
  .trust-item .icon img {
    max-height: 40px;
  }
}
@media (max-width: 640px) {
  .trust-item .icon img {
    max-height: 24px;
  }
}
.trust-item .text {
  margin: 0;
}
.trust-item p.title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  color: #000000;
}
@media (max-width: 1550px) {
  .trust-item p.title {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .trust-item p.title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .trust-item p.title {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .trust-item p.title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .trust-item .trust-text {
    width: calc(100% - 64px);
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .trust-item .trust-text {
    width: 100%;
    padding-left: 0;
  }
}

.gradient-light {
  background: rgb(241, 244, 255);
  background: linear-gradient(0deg, rgb(241, 244, 255) 0%, rgb(235, 242, 255) 99%);
}

.image-laptop {
  width: 920px;
  margin-left: -33%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1650px) {
  .image-laptop {
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 1430px) {
  .image-laptop {
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .image-laptop {
    width: 100%;
    margin-left: 0;
  }
}

.circles {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  text-align: center;
}
@media (max-width: 1300px) {
  .circles {
    width: 110%;
    left: -50px;
  }
}
@media (max-width: 640px) {
  .circles {
    left: -10px;
  }
}
.circles img {
  width: auto;
  height: auto;
}

.flex2cols {
  align-items: stretch;
}
@media (max-width: 1300px) {
  .flex2cols {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .flex2cols {
    display: block;
  }
  .flex2cols .col_50 {
    width: 100%;
  }
}
.flex2cols .the-content {
  max-width: 527px;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .flex2cols .the-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.laptop-centered {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .laptop-centered {
    margin-bottom: 0;
  }
}
.laptop-centered img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.right-note2 {
  position: absolute;
  bottom: 90px;
  right: -20px;
  z-index: 3;
}
@media (max-width: 1430px) {
  .right-note2 {
    max-width: 200px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1430px) and (max-width: 1430px) {
  .right-note2 {
    right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 1430px) and (max-width: 640px) {
  .right-note2 {
    display: none;
  }
}
@media (max-width: 1430px) {
  .right-note2 p {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .right-note2 .icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.left-note2 {
  bottom: 65px;
  left: 25px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1550px) {
  .left-note2 {
    left: 45px;
  }
}
@media (max-width: 1430px) {
  .left-note2 {
    bottom: 120px;
  }
}
.left-note2 .icon {
  background: rgb(219, 226, 255);
  background: linear-gradient(0deg, rgb(219, 226, 255) 0%, rgb(236, 240, 255) 100%);
}

.icon-ai1, .icon-ai2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1430px) {
  .icon-ai1, .icon-ai2 {
    display: none;
  }
}
.icon-ai1 img, .icon-ai2 img {
  width: auto;
  height: auto;
}

.icon-ai2 {
  right: 19%;
  top: 20px;
  transform: rotate(35deg);
  background-color: #FAF5FF;
  width: 48px;
  height: 48px;
}
@media (max-width: 1550px) {
  .icon-ai2 {
    top: 5px;
  }
}
@media (max-width: 1430px) {
  .icon-ai2 {
    top: 80px;
  }
}

.icon-ai1 {
  background: rgb(228, 227, 255);
  background: linear-gradient(0deg, rgb(228, 227, 255) 0%, rgb(240, 240, 255) 100%);
  width: 82px;
  height: 82px;
  top: 20px;
  left: 40%;
  transform: rotate(344deg);
}
@media (max-width: 1550px) {
  .icon-ai1 {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}
@media (max-width: 1430px) {
  .icon-ai1 {
    top: 100px;
  }
}

.laptop-section {
  overflow: hidden;
}

.section-text {
  min-height: 520px;
  display: flex;
  align-items: center;
}
@media (max-width: 1550px) {
  .section-text {
    min-height: 440px;
  }
}
@media (max-width: 960px) {
  .section-text {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .section-text {
    min-height: 1px;
  }
}
.section-text .tac {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.section-text .button2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-text .button2 {
    margin-top: 0;
  }
}

.flex-steps {
  counter-reset: stepNumber;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .flex-steps {
    margin-bottom: 0;
  }
}
.flex-steps .col_33 {
  counter-increment: stepNumber;
  position: relative;
}
.flex-steps .col_33:nth-of-type(3n+2) .trust-item {
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .flex-steps .col_33:nth-of-type(3n+2) .trust-item {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .flex-steps .col_33:nth-of-type(3n+2) .trust-item {
    margin-top: 0;
  }
}
.flex-steps .col_33:nth-child(odd)::before {
  background-image: url("images/svg/line-dotted2.svg");
  right: 20%;
}
.flex-steps .col_33::before {
  content: "";
  display: block;
  position: absolute;
  width: 446px;
  height: 116px;
  background-image: url("images/svg/line-dotted.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 79%;
  bottom: 100%;
  margin-bottom: -64px;
}
@media (max-width: 1430px) {
  .flex-steps .col_33::before {
    width: 300px;
  }
}
@media (max-width: 960px) {
  .flex-steps .col_33::before {
    display: none;
  }
}
.flex-steps .col_33:first-child::before {
  display: none;
}
.flex-steps .trust-item {
  position: relative;
  z-index: 1;
}
.flex-steps .trust-item::before {
  content: counters(stepNumber, ".", decimal-leading-zero);
  font-size: 110px;
  font-weight: 700;
  opacity: 0.1;
  color: #4B49D8;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 1550px) {
  .flex-steps .trust-item::before {
    font-size: 90px;
  }
}
@media (max-width: 1300px) {
  .flex-steps .trust-item::before {
    font-size: 72px;
  }
}

.slider-testimonials {
  max-width: 900px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .slider-testimonials {
    padding-bottom: 0;
  }
}
.slider-testimonials .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 640px) {
  .slider-testimonials .slick-track {
    display: block;
  }
}
.slider-testimonials::before, .slider-testimonials:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  background-color: #F9F9F9;
  z-index: -1;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(195, 195, 195, 0.25);
}
@media (max-width: 640px) {
  .slider-testimonials::before, .slider-testimonials:after {
    display: none;
  }
}
.slider-testimonials::before {
  width: 80%;
  bottom: 10px;
}
.slider-testimonials:after {
  width: 90%;
  bottom: 30px;
}

.slide-testimonials {
  padding: 20px;
  height: auto;
}
.slide-testimonials .box {
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(195, 195, 195, 0.25);
  padding: 50px;
  height: 100%;
  text-align: center;
}
@media (max-width: 1430px) {
  .slide-testimonials .box {
    padding: 40px;
  }
}
@media (max-width: 960px) {
  .slide-testimonials .box {
    padding: 35px;
  }
}
.slide-testimonials .user {
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 87px;
  height: 87px;
  border: 3px solid #D5DCFF;
}
@media (max-width: 960px) {
  .slide-testimonials .user {
    width: 70px;
    height: 70px;
  }
}
.slide-testimonials .user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(91, 88, 231);
  background: linear-gradient(0deg, rgb(91, 88, 231) 0%, rgb(69, 66, 211) 99%);
  z-index: 6;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .slick-prev,
  .slick-next {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 960px) {
  .slick-prev,
  .slick-next {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 18px;
}
@media (max-width: 1300px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 960px) {
  .slick-prev::before,
  .slick-next::before {
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .slick-prev::before,
  .slick-next::before {
    width: 16px;
    height: 14px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  opacity: 1;
  background: rgb(69, 66, 211);
  background: linear-gradient(0deg, rgb(69, 66, 211) 0%, rgb(91, 88, 231) 100%);
}

.prev-btn1,
.next-btn1 {
  background: rgba(255, 255, 255, 0.21);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}

.slick-prev {
  left: -120px;
}
@media (max-width: 1550px) {
  .slick-prev {
    left: -100px;
  }
}
@media (max-width: 1300px) {
  .slick-prev {
    left: -50px;
  }
}
@media (max-width: 960px) {
  .slick-prev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev::before {
  background-image: url("images/svg/arrow-left.svg");
  margin: 0 auto;
}

.slick-next {
  right: -120px;
}
@media (max-width: 1550px) {
  .slick-next {
    right: -100px;
  }
}
@media (max-width: 1300px) {
  .slick-next {
    right: -50px;
  }
}
@media (max-width: 960px) {
  .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .slick-next {
    right: 0;
  }
}
.slick-next::before {
  background-image: url("images/svg/arrow-right.svg");
  margin: 0 auto;
}

.testimonials-text {
  margin-top: 15px;
}
.testimonials-text .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000000;
}
@media (max-width: 1550px) {
  .testimonials-text .text {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .testimonials-text .text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .testimonials-text .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .testimonials-text .text {
    font-size: 16px;
  }
}
.testimonials-text .stars {
  color: #FFC107;
  font-size: 15px;
}
.testimonials-text p.user-name {
  text-align: center;
  margin: 5px 0 0;
  line-height: 1.2;
}
.testimonials-text p.user-name strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 960px) {
  .testimonials-text p.user-name strong {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .testimonials-text p.user-name strong {
    font-size: 16px;
  }
}

.purple-gradient {
  background: rgb(69, 66, 211);
  background: linear-gradient(0deg, rgb(69, 66, 211) 0%, rgb(91, 88, 231) 100%);
  overflow: hidden;
  position: relative;
}
.purple-gradient::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(223, 222, 255);
  background: linear-gradient(185deg, rgb(223, 222, 255) 0%, rgb(75, 78, 217) 100%);
  opacity: 0.34;
}
.purple-gradient .cover {
  filter: grayscale(1);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  top: 0;
  left: 0;
}
.purple-gradient .container {
  position: relative;
  z-index: 1;
}

.contact-form {
  border-radius: 20px;
  padding: 40px 50px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1300px) {
  .contact-form {
    padding: 30px 35px 35px;
  }
}
@media (max-width: 960px) {
  .contact-form {
    padding: 30px;
    box-shadow: none;
    border: none;
    margin-top: 30px;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@media (max-width: 640px) {
  .contact-form {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 960px) {
  .contact-form .row.flex {
    display: block;
  }
}
@media (max-width: 960px) {
  .contact-form .col_50 {
    width: 100%;
  }
}
.contact-form h2 {
  margin-top: 0;
}
.contact-form form p {
  margin: 0;
}
.contact-form input[type=submit] {
  display: block;
  margin-top: 0;
  border-radius: 50px;
}
.contact-form .wpcf7-spinner {
  margin: 10px 0 0 10px;
}

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

@media (max-width: 767px) {
  .flex-contact {
    display: block;
  }
  .flex-contact .col_50 {
    width: 100%;
  }
}
.flex-contact .the-content {
  max-width: 430px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .flex-contact .the-content {
    text-align: center;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
  padding-left: 30px;
}
.wpcf7-list-item a {
  text-decoration: underline;
}
.wpcf7-list-item input[type=radio], .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
}

.flex-submit {
  margin-top: 15px;
}

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

.section-contact {
  padding-bottom: 80px;
}
@media (max-width: 1430px) {
  .section-contact {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .section-contact {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .section-contact {
    border-radius: 20px;
    padding-bottom: 30px;
  }
}
.section-contact .contact-form {
  margin-top: 0;
}
.section-contact a {
  text-decoration: none;
}

.contact-list.footer-contact {
  display: block;
}
.contact-list.footer-contact span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 42px;
  height: 42px;
  background: rgb(255, 89, 13);
  background: linear-gradient(0deg, rgb(255, 89, 13) 0%, rgb(238, 122, 67) 100%);
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
}
@media (max-width: 640px) {
  .contact-list.footer-contact span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
.contact-list.footer-contact a {
  color: white;
  display: flex;
  align-items: center;
}
.contact-list.footer-contact li {
  padding: 5px 0;
  margin-left: 0;
  margin-right: 0;
}

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

.account-form-section h1 {
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .account-form-section h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .account-form-section h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .account-form-section h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .account-form-section h1 {
    margin-bottom: 20px;
  }
}
.account-form-section .account {
  padding: 70px 0;
}
@media (max-width: 1430px) {
  .account-form-section .account {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .account-form-section .account {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .account-form-section .account {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .account-form-section .account {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .account-form-section .account {
    padding: 20px 0;
  }
}
.account-form-section .account h1 {
  font-weight: bold;
}

body #user-registration {
  border: none;
  max-width: 550px;
  margin: 0 auto;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 640px) {
  body #user-registration {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
body #user-registration .ur-frontend-form {
  border: none !important;
}
body #user-registration .ur-frontend-form form .ur-form-row .form-row span {
  width: 100%;
}
body #user-registration .ur-frontend-form form .ur-form-row .form-row span input {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 55px;
  padding: 10px 20px;
}
@media (max-width: 640px) {
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input {
    height: 45px;
  }
}
body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::-moz-placeholder {
  font-size: 15px;
  color: #979797 !important;
}
body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::placeholder {
  font-size: 15px;
  color: #979797 !important;
}
@media (max-width: 640px) {
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::-moz-placeholder {
    font-size: 13px;
  }
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::-moz-placeholder {
    font-size: 12px;
  }
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input {
    height: 50px;
  }
}
@media (max-width: 640px) {
  body #user-registration .ur-frontend-form form .ur-form-row .form-row span input {
    height: 45px;
  }
}
body #user-registration input[type=checkbox]::before {
  background-color: #FF590D;
}
body #user-registration input[type=checkbox]:checked {
  border-color: #FF590D;
}
body #user-registration input[type=submit] {
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 0;
}
body #user-registration .user-registration-MyAccount-navigation {
  border-bottom: none !important;
}
body #user-registration .user-registration-MyAccount-navigation li a {
  background-color: transparent !important;
}
body #user-registration .user-registration-MyAccount-navigation li.is-active {
  border-bottom: 1px solid #FF590D;
}
@media (max-width: 640px) {
  body #user-registration .user-registration-MyAccount-navigation li.is-active {
    border: none;
  }
}
@media (max-width: 640px) {
  body #user-registration .user-registration-MyAccount-content {
    padding: 15px 0;
  }
}
body #user-registration .user-registration-MyAccount-content input {
  margin: 10px 0 !important;
}
body #user-registration .user-registration-MyAccount-content .ur-form-row {
  flex-direction: column;
}
body #user-registration .user-registration-MyAccount-content .ur-form-row .ur-form-grid {
  width: 100% !important;
}
body #user-registration .user-registration-MyAccount-content label {
  font-size: 16px;
  margin: 0;
}
body #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields > p {
  width: 100%;
  margin: 10px 0;
}
body #user-registration legend {
  text-align: center;
}

.user-registration-MyAccount-content__body p {
  color: #fff !important;
}

body .ur-form-row .without_icon {
  padding: 20px !important;
}

body .user-registration-EditAccountForm .user-registration-form-row {
  margin: 0;
}
body .user-registration-EditAccountForm input[type=submit] {
  width: 100%;
  border-radius: 5px;
  border: none !important;
  outline: none;
  float: none;
  clear: both;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1550px) {
  body .user-registration-EditAccountForm input[type=submit] {
    font-size: 15px;
    padding: 13px 27px;
  }
}
@media (max-width: 960px) {
  body .user-registration-EditAccountForm input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body .user-registration-EditAccountForm input[type=submit] {
    font-size: 13px;
    padding: 12px 22px;
  }
}
body .user-registration-EditAccountForm p:last-child {
  margin-top: 0 !important;
}

#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditAccountForm .ur-form-grid > p {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  body .user-registration-EditProfileForm .ur-form-grid {
    margin-bottom: 0 !important;
  }
}

body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input {
  height: 55px;
  padding: 20px;
  border: none;
  border-radius: 5px;
  margin-bottom: 0;
}
body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::-moz-placeholder {
  font-size: 15px;
  color: #979797 !important;
}
body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::placeholder {
  font-size: 15px;
  color: #979797 !important;
}
@media (max-width: 640px) {
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::-moz-placeholder {
    font-size: 13px;
  }
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::-moz-placeholder {
    font-size: 12px;
  }
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input {
    height: 50px;
  }
}
@media (max-width: 640px) {
  body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input {
    height: 45px;
  }
}
body .user-registration-ResetPassword .ur-form-row .ur-form-grid .user-registration-form-row input[type=submit] {
  padding: 0;
}

body .user-registration-ResetPassword p:first-child {
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1430px) {
  body .user-registration-ResetPassword p:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  body .user-registration-ResetPassword p:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body .user-registration-ResetPassword p:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  body .user-registration-ResetPassword p:first-child {
    margin-bottom: 20px;
  }
}

body .user-registration-message {
  border: none;
  background: #FF590D;
  color: #FF590D;
  margin-bottom: 60px !important;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1430px) {
  body .user-registration-message {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  body .user-registration-message {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body .user-registration-message {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 640px) {
  body .user-registration-message {
    margin-bottom: 20px !important;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body .user-registration-message::before {
    content: none;
  }
}
body .user-registration-error {
  border: none;
  background: #FF3232;
  color: #FF590D;
  margin-bottom: 60px !important;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1430px) {
  body .user-registration-error {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  body .user-registration-error {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body .user-registration-error {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 640px) {
  body .user-registration-error {
    margin-bottom: 20px !important;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body .user-registration-error::before {
    content: none;
  }
}
body .user-registration-error li {
  display: inline-block;
}
body .user-registration-info {
  border: none;
  background: #3bafda;
  color: #FF590D;
  margin-bottom: 60px !important;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1430px) {
  body .user-registration-info {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  body .user-registration-info {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body .user-registration-info {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 640px) {
  body .user-registration-info {
    margin-bottom: 20px !important;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body .user-registration-info::before {
    content: none;
  }
}
body .user-registration-info li {
  display: inline-block;
}
body .email-updated {
  text-align: center;
}
body .email-updated a {
  display: block;
}

body #user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid > div:not(#ur-recaptcha-node) {
  width: 100%;
  gap: 0;
}
body .ur-front-spinner {
  display: none;
}

.user-registration-form-login.login label {
  color: #fff;
  font-size: 16px !important;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .user-registration-form-login.login label {
    font-size: 14px !important;
  }
}
.user-registration-form-login.login .required {
  display: none;
}
.user-registration-form-login.login input[type=submit] {
  width: 100%;
  border-radius: 5px;
  border: none !important;
  outline: none;
  float: none;
  clear: both;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .user-registration-form-login.login input[type=submit] {
    font-size: 15px;
    padding: 13px 27px;
  }
}
@media (max-width: 960px) {
  .user-registration-form-login.login input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .user-registration-form-login.login input[type=submit] {
    font-size: 13px;
    padding: 12px 22px;
  }
}
.user-registration-form-login.login .user-registration-form__label-for-checkbox {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}/*# sourceMappingURL=style.css.map */