/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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%;  
  -ms-text-size-adjust: 100%;  
  -webkit-text-size-adjust: 100%; 
  // overflow-y: scroll;
}

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

body {
  margin: 0;
}

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

a:focus {
  outline: none;
}

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

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: darken(white, 10%);
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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: 1024px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .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 {
  scroll-behavior: smooth;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1em;
}

body {
  font-family: "Poppins", sans-serif, sans-serif, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 782px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #6dbe46;
}
@media (max-width: 1430px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 782px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #6dbe46;
}
@media (max-width: 1430px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 782px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 23px;
  }
}

h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #6dbe46;
}
@media (max-width: 1430px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 782px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 27px;
  margin-bottom: 10px;
  color: #6dbe46;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 782px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 782px) {
  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 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

.accent-color,
.highlight-color {
  color: #c59c44 !important;
}

.the-content p {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .the-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 782px) {
  .the-content p {
    margin-bottom: 7px;
  }
}

b,
strong {
  font-weight: 600;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  height: 40px;
  outline: none;
  padding: 0;
  resize: none;
  vertical-align: middle;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #ececec;
  border-top: none;
  border-left: none;
  border-right: none;
}
@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: 14px !important;
  }
}
@media (max-width: 782px) {
  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 !important;
  }
}
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: transparent;
}
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: transparent;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  color: #fff;
}

select {
  height: 40px;
  background-image: url("images/svg/select.svg") !important;
  padding-right: 35px;
  background-position: right 0px top 20px !important;
}
@media (max-width: 960px) {
  select {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  select {
    background-size: 9px;
    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;
  width: 12px;
  height: 7px;
}
.select_overlay select {
  height: 40px;
}

textarea {
  line-height: 1.2;
  height: 80px;
  padding: 10px 0 10px 0;
}

button[type=submit],
input[type=submit] {
  align-items: center;
  background: linear-gradient(270deg, #af8a4d 2.07%, #a18324 30.96%, #af8a4d 97.4%);
  color: #fff;
  display: inline-flex;
  font-size: 15px !important;
  padding: 15px 40px;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 500px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 782px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px !important;
    padding: 12px 25px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px !important;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: linear-gradient(270deg, #87693a 2.07%, #886f1e 30.96%, #92713e 97.4%);
  color: white;
  -webkit-box-shadow: none;
}
button[type=submit] img,
input[type=submit] img {
  margin-left: 5px;
  transition: transform 0.4sease;
}
button[type=submit].button-arrow,
input[type=submit].button-arrow {
  display: flex;
  align-self: center;
  justify-content: center;
}

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-radius: 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #6dbe46;
  outline: 0;
}
@media (max-width: 782px) {
  input[type=radio],
  input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  background-color: #6dbe46;
  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;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
}

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

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

input[type=radio]::before {
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked:before {
  width: 18px;
  height: 18px;
  content: "\f00c";
  display: flex;
}

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

.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: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  :-moz-placeholder {
    font-size: 13px;
  }
}

::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
}

:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  font-size: 15px;
}
@media (max-width: 960px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  :-ms-input-placeholder {
    font-size: 13px;
  }
}

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

.wpcf7-not-valid {
  border-bottom: 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: 20px 0 0 0 !important;
  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: #6dbe46;
}

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

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 15px;
  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: 782px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #46b450;
  color: white;
}

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

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

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

.wpcf7 .input_block {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .wpcf7 .input_block {
    width: 100%;
  }
}

.wpcf7 {
  padding: 70px 60px;
}
@media (max-width: 1430px) {
  .wpcf7 {
    padding: 60px 50px;
  }
}
@media (max-width: 1024px) {
  .wpcf7 {
    padding: 50px 40px;
  }
}
@media (max-width: 782px) {
  .wpcf7 {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .wpcf7 {
    padding: 25px;
  }
}
.wpcf7 .white-txt p,
.wpcf7 .white-txt label {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 960px) {
  .wpcf7 .white-txt p,
  .wpcf7 .white-txt label {
    font-size: 14px;
  }
}
@media (max-width: 782px) {
  .wpcf7 .white-txt p,
  .wpcf7 .white-txt label {
    font-size: 13px;
  }
}
.wpcf7 .input_submit {
  width: 100%;
}
.wpcf7 .input_submit input[type=submit] {
  margin-top: 15px;
}
@media (max-width: 640px) {
  .wpcf7 .input_submit input[type=submit] {
    margin-top: 5px;
  }
}

.button1,
.button2,
.button-line,
.button-line2,
.button-grey {
  align-items: center;
  background: #6dbe46;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  padding: 15px 30px;
  display: inline-block;
  transition: transform 0.4s ease;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.button1:hover,
.button2:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background: #6dbe46;
  color: white;
}
.button1 img,
.button2 img,
.button-line img,
.button-line2 img,
.button-grey img {
  margin-left: 5px;
  transition: transform 0.4sease;
}

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

.tdu-btn {
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: 500;
  color: #6dbe46;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
@media (max-width: 640px) {
  .tdu-btn {
    font-size: 14px;
  }
}
.tdu-btn:hover {
  color: #6dbe46;
}

.button2 {
  background-color: #1b85fe;
  color: #6dbe46;
}
.button2:hover {
  background-color: #4ea0fe;
  color: #6dbe46;
}

.button-line {
  border: 2px solid #6dbe46;
  color: #6dbe46;
  background-color: transparent;
}
@media (max-width: 782px) {
  .button-line {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #6dbe46;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 782px) {
  .button-line2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #6dbe46;
}

.btn-arrow {
  padding-right: 33px;
}
@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 img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-skew {
  background-color: #6dbe46;
  position: relative;
  padding: 14px;
}
.button-skew:before, .button-skew:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
}
.button-skew::before {
  left: -6px;
}
.button-skew:after {
  right: -6px;
}
.button-skew span {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  right: 0;
  z-index: 1;
  margin-left: 5px;
}
.button-skew:hover span {
  right: -5px;
}
.button-skew img {
  width: 20px;
}
@media (max-width: 782px) {
  .button-skew img {
    width: 16px;
  }
}

.button1.button-skew {
  padding: 13px 20px;
}
@media (max-width: 782px) {
  .button1.button-skew {
    padding: 9px 20px;
  }
}

.button-line-skew {
  position: relative;
  border-left: none;
  border-right: none;
  height: 52px;
  line-height: 27px;
}
@media (max-width: 782px) {
  .button-line-skew {
    height: 44px;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }
}
.button-line-skew:hover {
  background-color: transparent;
}
.button-line-skew::before, .button-line-skew:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: skew(-12deg);
  width: 20px;
  bottom: -2px;
  top: -2px;
}
.button-line-skew:before {
  left: -6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.button-line-skew:after {
  right: -6px;
  border-right: 2px solid white;
  border-top: 2px solid white;
}
.button-line-skew span {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  right: 0;
  margin-left: 6px;
}
.button-line-skew:hover span {
  right: -5px;
}
.button-line-skew img {
  width: 17px;
  height: auto;
}
@media (max-width: 782px) {
  .button-line-skew img {
    width: 16px;
  }
}

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

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

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

.btn-text {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  top: 2px;
}
@media (max-width: 782px) {
  .btn-text {
    font-size: 14px;
  }
}

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

.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(73px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

.text-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 782px) {
  .text-btn {
    font-size: 14px;
  }
}
.text-btn .button-skew::before {
  width: 30px;
  left: -24px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.text-btn:hover .button-skew::before {
  width: 100px;
  left: -94px;
}

.text-btn-link {
  position: relative;
  z-index: 1;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  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;
  }
}
/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 3s;
}

/*body {
	// overflow: hidden;
	// overflow-x: hidden !important;
	text-rendering: optimizeLegibility;
	counter-reset: item;
	@include transition(all, 0.3s);
	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: $font--color1;
	-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;
  color: #020000;
}

.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-p {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1750px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  .big-p {
    font-size: 14px;
  }
}

.container-big {
  width: 100%;
  padding: 0 130px;
}
@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: 35px;
    padding-right: 35px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1024px) {
  .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 table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 700;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 700;
}
.the-content li a,
.the-content p a {
  display: inline;
  color: #020000;
}
.the-content li a:hover,
.the-content p a:hover {
  color: #6dbe46;
}
.the-content a.button1 {
  text-decoration: none;
}
.the-content a.button1:hover {
  text-decoration: none;
}
.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: #6dbe46;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .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 {
  margin-left: 0;
}
.the-content li {
  margin: 2px 0;
}
.the-content iframe {
  width: 100%;
}

.the-content.the-content-checked ul {
  margin: 0;
  list-style-type: none;
}
.the-content.the-content-checked ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 400;
  margin-right: 5px;
}
.the-content.the-content-checked ul li {
  margin: 15px 0;
  padding-left: 0;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li {
    padding-left: 36px;
  }
}

.title-style p:first-child {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 4px;
  line-height: 1;
  color: #6dbe46;
  text-transform: uppercase;
}
@media (max-width: 782px) {
  .title-style p:first-child {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.title-style h1,
.title-style h2:first-of-type {
  margin-top: 10px;
  line-height: 1.05;
}

.title-style-h6 h6 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .title-style-h6 h6 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .title-style-h6 h6 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .title-style-h6 h6 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .title-style-h6 h6 {
    font-size: 27px;
  }
}

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

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

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 782px) {
  .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: 782px) {
  .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: 782px) {
  .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: 782px) {
  .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: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

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

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

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 782px) {
  .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: 782px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

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

.p-m {
  padding: 35px;
}

.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: 782px) {
  .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: 35px;
    margin-bottom: 35px;
  }
}

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

.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: 782px) {
  .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: 782px) {
  .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: 35px;
  }
}

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

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

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

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

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

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

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

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

.green-text {
  color: #6dbe46;
}

.blue-box {
  background-color: #6dbe46;
}

.dark-blue {
  background-color: #593b28;
}

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

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

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

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
}
@media (max-width: 782px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}
.error-wrap .the-content p,
.error-wrap .the-content span,
.error-wrap .the-content label,
.error-wrap .the-content li {
  font-size: 16px;
}
.error-wrap .cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.error-wrap .cover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.error-center {
  max-width: 560px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .error-center {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
  }
}
@media screen and (max-width: 340px) {
  .error-center {
    max-width: 100%;
  }
}

.error-title {
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .error-title {
    font-size: 180px;
  }
}

.logo-error {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .logo-error {
    max-width: 160px;
  }
}
.logo-error img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

@media screen and (max-width: 1100px) {
  .admin-bar .header-main {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    top: 46px;
  }
}

.section-small {
  padding: 60px 0;
}
@media (max-width: 1750px) {
  .section-small {
    padding-top: 35px;
  }
}
@media (max-width: 782px) {
  .section-small {
    padding-bottom: 40px;
  }
  .section-small.section_woo_shop {
    padding-top: 0;
  }
}
.section-small .container {
  position: relative;
  z-index: 1;
}

.section-small-p {
  padding: 40px 0;
}

.tab-wrapper {
  width: 100%;
}
.tab-wrapper .tab {
  margin-bottom: 20px;
  display: none;
}
.tab-wrapper .tab.active {
  display: block;
}

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

.wp-pagenavi-nav .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-pagenavi-nav .wp-pagenavi a,
.wp-pagenavi-nav .wp-pagenavi span {
  margin: 1px;
}

.no-results {
  text-align: center;
}
.no-results img {
  opacity: 0.5;
  width: 200px;
  height: auto;
}

.page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.page-numbers li {
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}
.page-numbers li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.top-arrows .slick-prev {
  left: auto;
  top: -40px;
  right: 60px;
  background-image: url(images/svg/left-arrow.svg);
}
.top-arrows .slick-next {
  top: -40px;
  right: 0;
  background-image: url(images/svg/right-arrow.svg);
}
.top-arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 44px;
  height: 44px;
  /* border-radius: 2px; */
  background-color: rgba(255, 255, 255, 0.368627451);
  text-align: center;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.top-arrows .slick-arrow:before {
  content: none;
}
.top-arrows .slick-disabled {
  opacity: 0.5;
}

.section_black {
  background-color: #000;
}

.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .p100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-general {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .section-general {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 960px) {
  .section-general {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 782px) {
  .section-general {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-general .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

body .mw1330 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1330 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  body .mw1330 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw1600 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw1600 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  body .mw1600 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw900 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1550px) {
  body .mw900 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  body .mw900 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .black-txt {
  color: #000;
}
body .black-txt * {
  color: #000;
}
body .white-txt {
  color: #fff;
}
body .white-txt * {
  color: #fff;
}

body.error404 {
  background-image: url(images/webp/about01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.error404 .sitefooter {
  display: none;
}
body.error404 .hfeed.site {
  height: 100vh;
}
body.error404 .site-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}

body .site-content {
  padding-bottom: 0;
}
body .mw1330 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 782px) {
  body .mw1330 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .mw1140 > .gb-layout-column-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1430px) {
  body .mw1140 > .gb-layout-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  body .mw1140 > .gb-layout-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}
body .title-section {
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 15px;
  color: #6dbe46;
}
@media (max-width: 1430px) {
  body .title-section {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  body .title-section {
    font-size: 35px;
  }
}
@media (max-width: 782px) {
  body .title-section {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  body .title-section {
    font-size: 25px;
  }
}
body .format-text {
  font-family: "Roboto", serif;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 960px) {
  body .format-text {
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  body .format-text {
    font-size: 15px;
  }
}
body .format-text p {
  font-family: "Roboto", serif;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 960px) {
  body .format-text p {
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  body .format-text p {
    font-size: 15px;
  }
}
body .align-to-center {
  display: flex;
  align-items: center;
  flex-direction: row;
}
body .wp-block-button__link {
  font-size: 15px;
  border-radius: 3px;
  padding: 10px 25px;
  color: #fff;
  background: #6cbe46;
  margin: 10px;
}
body .wp-block-button__link:hover {
  color: #fff;
  background: #6cbe46;
}
body .green-section {
  text-align: center;
  padding: 0% 5%;
}
@media (max-width: 782px) {
  body .green-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 782px) {
  body .green-section .gb-layout-column-wrap {
    display: block;
  }
}
@media (max-width: 782px) {
  body .green-section .gb-layout-column-wrap > .gb-block-layout-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body .green-section i {
  color: #593b28;
  font-size: 70px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  body .green-section i {
    font-size: 50px;
  }
}
@media (max-width: 782px) {
  body .green-section i {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  body .green-section i {
    font-size: 30px;
  }
}
body .green-section svg {
  color: #593b28;
  width: 70px;
  height: auto;
  fill: #593b28;
  margin-bottom: 14px;
}
@media (max-width: 960px) {
  body .green-section svg {
    width: 50px;
  }
}
@media (max-width: 782px) {
  body .green-section svg {
    width: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  body .green-section svg {
    width: 30px;
  }
}
body .green-section h3 {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 600;
}
body .green-section p {
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
body .hero-page2,
body .hero-page {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
  background-position: center center;
}
@media (max-width: 960px) {
  body .hero-page2,
  body .hero-page {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 782px) {
  body .hero-page2,
  body .hero-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  body .hero-page2,
  body .hero-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body .hero-page2:before,
body .hero-page:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 0.58;
  display: inline-block;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  body .hero-page2:before,
  body .hero-page:before {
    opacity: 0.8;
  }
}
body .hero-page2 h1,
body .hero-page h1 {
  font-family: "Roboto", serif;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #593b28;
  margin-bottom: 0;
}
@media (max-width: 1430px) {
  body .hero-page2 h1,
  body .hero-page h1 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  body .hero-page2 h1,
  body .hero-page h1 {
    font-size: 35px;
  }
}
@media (max-width: 782px) {
  body .hero-page2 h1,
  body .hero-page h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  body .hero-page2 h1,
  body .hero-page h1 {
    font-size: 25px;
  }
}
body .hero-page2:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6392156863);
}
body .hero-page2 h1 {
  color: #fff;
}
body .section-location {
  padding: 45px 0;
}
@media (max-width: 640px) {
  body .section-location {
    padding: 30px 0;
  }
}
body .section-location .box-location {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  body .section-location .box-location {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body .section-location .box-location > .has-white-background-color {
  height: 100%;
}
body .section-location .box-location h2 {
  font-size: 32px;
  font-family: "Roboto", serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  body .section-location .box-location h2 {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  body .section-location .box-location h2 {
    font-size: 27px;
  }
}
@media (max-width: 782px) {
  body .section-location .box-location h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  body .section-location .box-location h2 {
    font-size: 20px;
  }
}
body .section-location .box-location .contact-info {
  margin: 0;
  list-style: none;
  padding: 10px 15px 20px 15px;
}
body .section-location .box-location .contact-info li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  line-height: 1em;
  margin-top: 6px;
  padding-bottom: 6px;
  justify-content: space-between;
  font-family: "Roboto", serif;
}
body .section-location .box-location .contact-info li i {
  font-size: 18px;
  color: #6dbe46;
  width: 25px;
  top: 4px;
  position: relative;
}
@media (max-width: 960px) {
  body .section-location .box-location .contact-info li i {
    top: 2px;
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  body .section-location .box-location .contact-info li i {
    font-size: 15px;
  }
}
body .section-location .box-location .contact-info li span {
  width: calc(100% - 25px);
  padding-left: 5px;
  color: #593b28;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Roboto", serif;
}
@media (max-width: 960px) {
  body .section-location .box-location .contact-info li span {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  body .section-location .box-location .contact-info li span {
    font-size: 14px;
  }
}
body .section-location .box-location .contact-info li span * {
  color: #593b28;
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", serif;
}
@media (max-width: 960px) {
  body .section-location .box-location .contact-info li span * {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  body .section-location .box-location .contact-info li span * {
    font-size: 14px;
  }
}
body .section-banner {
  font-family: "Roboto", serif;
}
body .section-banner * {
  font-family: "Roboto", serif;
}
body .section-banner h2 {
  margin-bottom: 5px;
  color: #6dbe46;
  font-weight: 600;
}
body .tab-select {
  color: #c36;
  text-align: center;
}
body .tab-select a {
  color: #c36;
}
body .tab-select a:hover {
  color: #336;
}
body .section-food {
  padding: 50px 0;
}
body .section-food * {
  font-family: "Roboto", serif;
}
body .section-food h2 {
  margin-bottom: 5px;
  color: #6dbe46;
  font-weight: 600;
}
body .section-food p {
  color: #4f4f4f;
}
@media (max-width: 782px) {
  body .section-food .wp-block-columns {
    gap: 0 !important;
  }
}
body .section-food .menu-items p {
  margin-bottom: 0;
}
body .section-food .menu-items .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 782px) {
  body .section-food .menu-items .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 782px) {
  body .section-food .menu-items .wp-block-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child {
    flex-basis: 66.67% !important;
  }
}
body .section-food .menu-items .wp-block-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
  text-align: right;
}
@media (max-width: 782px) {
  body .section-food .menu-items .wp-block-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
    flex-basis: 33.33% !important;
  }
}
body .section-food .menu-items .name {
  font-family: "Roboto", serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
  color: #6dbe46;
}
body .section-food .menu-items .value {
  color: #9e9e9e;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  body .section-food .menu-items .value {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  body .section-food .menu-items .value {
    font-size: 14px;
  }
}
body .section-food .menu-items .note p {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #4f4f4f;
  font-family: "Roboto", serif;
}
@media (max-width: 782px) {
  body .section-food .menu-items .note p {
    font-size: 13px;
  }
}
body .section-food.black-txt,
body .section-food .black-txt {
  color: #000 !important;
}
body .section-food.black-txt *,
body .section-food .black-txt * {
  color: #000 !important;
}
body .section-food.white-txt,
body .section-food .white-txt {
  color: #fff !important;
}
body .section-food.white-txt *,
body .section-food .white-txt * {
  color: #fff !important;
}
body .item-border-green {
  position: relative;
}
body .item-border-green:before {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed #000;
  position: absolute;
  left: 0;
  bottom: 8px;
  bottom: 11px;
}
body .item-border-green .wp-block-column p {
  background: #6dbe46;
  z-index: 2;
  display: inline;
  position: relative;
  padding: 5px 5px 0 0;
}
body .item-border-gray {
  position: relative;
}
body .item-border-gray:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #9e9e9e;
  position: absolute;
  left: 0;
  bottom: 11px;
}
body .item-border-gray .wp-block-column p {
  background: #f2f2f2;
  z-index: 2;
  display: inline;
  position: relative;
  padding: 5px 5px 0 0;
}
body .item-border-white {
  position: relative;
}
body .item-border-white:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #9e9e9e;
  position: absolute;
  left: 0;
  bottom: 11px;
}
body .item-border-white .wp-block-column p {
  background: #fff;
  z-index: 2;
  display: inline;
  position: relative;
  padding: 0 5px 0 0;
}
@media (max-width: 960px) {
  body .box-food-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  body .box-food-list .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: inherit;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 960px) {
  body .box-food-list .gb-layout-column-wrap .gb-block-layout-column {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  body .box-food-list .gb-layout-column-wrap .gb-block-layout-column {
    width: 100%;
  }
}
body .box-food .wp-block-image {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
body .box-food .wp-block-image:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  transition-duration: 1500ms;
  background-color: rgba(0, 0, 0, 0.2117647059);
  z-index: 1;
  opacity: 0;
}
body .box-food .wp-block-image img {
  transform: scale(1);
  transition-duration: 1500ms;
  transition: all 0.4s;
}
body .box-food .wp-block-image:hover:before {
  opacity: 1;
}
body .box-food .wp-block-image:hover img {
  transform: scale(1.1);
}
body .box-food h2.wp-block-heading {
  font-size: 23px;
  font-weight: 500;
  padding-top: 30px;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media (max-width: 1430px) {
  body .box-food h2.wp-block-heading {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  body .box-food h2.wp-block-heading {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
body .box-food .wp-block-button {
  padding-bottom: 30px;
}
@media (max-width: 782px) {
  body .box-food .wp-block-button {
    padding-bottom: 20px;
  }
}
body .box-food .wp-block-button .wp-block-button__link {
  margin: 0;
  background: transparent;
  border: 2px solid #6cbe46;
  color: #6cbe46;
  border-radius: 3px;
  padding: 6px 25px;
}
body .white-buttons .wp-block-button .wp-block-button__link {
  margin: 0;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
}
body .white-buttons .wp-block-button .wp-block-button__link:hover {
  color: #315d1c !important;
  background-color: #fff;
}
body .hero-home {
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
body .hero-home:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1430px) {
  body .hero-home {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  body .hero-home {
    height: 600px;
  }
}
@media (max-width: 960px) {
  body .hero-home {
    height: 500px;
  }
}
@media (max-width: 782px) {
  body .hero-home {
    height: 400px;
  }
}
body .hero-home .wp-block-button__link {
  margin-left: 400px;
  max-width: 350px;
  border-radius: 500px;
  font-size: 17px;
}
@media (max-width: 1024px) {
  body .hero-home .wp-block-button__link {
    margin-left: 300px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body .hero-home .wp-block-button__link {
    margin-left: auto;
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  body .hero-home .wp-block-button__link {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body .hero-home .wp-block-button__link {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  body .hero-home .wp-block-button__link {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 250px;
    line-height: 1.2em;
  }
}
body .section-banner-home {
  position: relative;
  padding: 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 782px) {
  body .section-banner-home {
    padding: 80px 30px;
  }
}
body .section-banner-home:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #020000;
  opacity: 0.49;
}
body .section-banner-home:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 1px solid #fff;
}
@media (max-width: 960px) {
  body .section-banner-home:after {
    left: 40px;
    top: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
@media (max-width: 782px) {
  body .section-banner-home:after {
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
body .section-banner-home .wp-block-button__link {
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 10px 0;
}
body .section-banner-home h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1430px) {
  body .section-banner-home h2 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  body .section-banner-home h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  body .section-banner-home h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  body .section-banner-home h2 {
    font-size: 24px;
  }
}
body .section-video {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  body .section-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 782px) {
  body .section-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  body .section-video .gb-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  body .section-video .gb-layout-column-wrap {
    display: block;
  }
}
body .section-video .wp-block-embed__wrapper {
  width: 130%;
  margin-left: -35%;
}
@media (max-width: 1750px) {
  body .section-video .wp-block-embed__wrapper {
    width: 120%;
    margin-left: -25%;
  }
}
@media (max-width: 1550px) {
  body .section-video .wp-block-embed__wrapper {
    width: 100%;
    margin-left: 0;
  }
}
body .section-video .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 960px) {
  body .section-video .text-box {
    padding-top: 15px;
  }
}
body .section-video .text-box .gb-block-layout-column-inner {
  width: 120%;
}
@media (max-width: 1430px) {
  body .section-video .text-box .gb-block-layout-column-inner {
    width: 100%;
  }
}
body .section-video .text-box .gb-block-layout-column-inner h3 {
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  body .section-video .text-box .gb-block-layout-column-inner h3 {
    font-size: 42px;
  }
}
@media (max-width: 1430px) {
  body .section-video .text-box .gb-block-layout-column-inner h3 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  body .section-video .text-box .gb-block-layout-column-inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  body .section-video .text-box .gb-block-layout-column-inner h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  body .section-video .text-box .gb-block-layout-column-inner h3 {
    font-size: 24px;
  }
}
body .section-video .text-box .gb-block-layout-column-inner p {
  color: #324a6d;
  line-height: 1.5em;
}
body .section-video .text-box .wp-block-button__link {
  margin: 7px 0;
  border-radius: 50px;
  padding: 13px 55px;
}
body .slider-simple .wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal {
  margin-bottom: 0;
}
body .slider-simple .wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination-horizontal {
  bottom: 25px;
}
body .slider-simple .gb-background-cover {
  position: relative;
}
body .slider-simple .gb-background-cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
body .slider-simple .gb-background-cover p {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  body .slider-simple .gb-background-cover p {
    font-size: 30px;
  }
}
@media (max-width: 960px) {
  body .slider-simple .gb-background-cover p {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  body .slider-simple .gb-background-cover p {
    font-size: 22px;
  }
}
body .slider-simple .gb-background-cover .wp-block-button__link {
  margin: 0;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
}
body .slider-simple .gb-background-cover .wp-block-button__link:hover {
  color: #315d1c !important;
  background-color: #fff;
}
body .slider-simple .wp-block-cb-carousel-v2 .cb-button-prev {
  left: 30px !important;
  color: #fff;
  opacity: 1;
}
@media (max-width: 960px) {
  body .slider-simple .wp-block-cb-carousel-v2 .cb-button-prev {
    left: 20px !important;
  }
}
body .slider-simple .wp-block-cb-carousel-v2 .cb-button-prev:before {
  color: #fff;
}
body .slider-simple .wp-block-cb-carousel-v2 .cb-button-next {
  right: 30px !important;
  color: #fff;
  opacity: 1;
}
@media (max-width: 960px) {
  body .slider-simple .wp-block-cb-carousel-v2 .cb-button-next {
    right: 20px !important;
  }
}
body .slider-simple .wp-block-cb-carousel-v2 .cb-button-next:before {
  color: #fff;
}
body .gray-large-box .item-border-white .wp-block-column p {
  background: #f8f8f8;
}

.header-element {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.header-element .header-top {
  background: #024985;
  padding: 10px 20px;
}
.header-element .header-top p {
  margin: 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 960px) {
  .header-element .header-top p {
    font-size: 13px;
  }
}
@media (max-width: 782px) {
  .header-element .header-top p {
    font-size: 12px;
  }
}
.header-element .header-bottom {
  position: relative;
}
@media (max-width: 960px) {
  .header-element .header-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 782px) {
  .header-element .header-bottom {
    padding: 10px 0;
  }
}
.header-element .header-bottom .container {
  max-width: 1800px;
}
@media (max-width: 640px) {
  .header-element .header-bottom .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-element .header-bottom .header-widgets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-element .header-bottom .header-widgets .widget_media_image .wp-block-image {
  margin: 0;
}
.header-element .header-bottom .header-widgets .widget_media_image img {
  width: 120px;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 960px) {
  .header-element .header-bottom .header-widgets .widget_nav_menu ul.menu {
    display: none;
  }
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > a {
  padding: 36px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6dbe46;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > a {
    padding: 30px 15px;
  }
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > a:after {
  content: "";
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: inline-block;
  background-color: #593b28;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li.current-menu-item > a {
  color: #593b28;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li.current-menu-item > a:after {
  height: 3px;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li .sub-menu {
  display: none;
  list-style: none;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li .sub-menu li {
  list-style: none;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  z-index: 99;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li.menu-item-has-children > a:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  font-size: 10px;
  line-height: 1em;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  width: 200px;
  text-align: left;
  background-color: #6dbe46;
  margin: 0;
  text-align: left;
  box-shadow: 0px 0px 5px 5px rgba(110, 110, 110, 0.05);
  border-radius: 7px;
  display: none;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #6dbe46;
  position: absolute;
  left: 40px;
  top: -7px;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu > li.menu-item-has-children > a:after {
  right: 10px;
  top: calc(50% - 5px);
  font-size: 10px;
  content: "\f054";
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu a {
  text-align: left;
  position: relative;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li {
  border-bottom: 1px solid rgba(243, 243, 243, 0.086);
  padding: 0;
  margin-right: 0;
  border-radius: 7px;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li:before {
  content: none;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li:last-child {
  border-bottom: none;
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li.current-menu-item a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  opacity: 1;
  background: rgba(7, 13, 27, 0.1803921569);
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li a {
  font-size: 14px;
  padding: 15px;
  word-break: break-word;
  white-space: break-spaces;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 7px;
}
@media (max-width: 1430px) {
  .header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li a {
    font-size: 13px;
  }
}
.header-element .header-bottom .header-widgets .widget_nav_menu ul.menu > li > .sub-menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(7, 13, 27, 0.1803921569);
}
.header-element .header-bottom .header-widgets .widget_block a.button1 {
  padding: 12px 24px;
  background-color: #6dbe46;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100px 100px 100px 100px;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .header-element .header-bottom .header-widgets .widget_block a.button1 {
    padding: 11px 21px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 960px) {
  .header-element .header-bottom .header-widgets .widget_block a.button1 {
    display: none;
  }
}
.header-element .header-bottom .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .header-element .header-bottom #block-8 {
    display: none;
  }
}
.header-element .header-bottom .widget_nav_menu.active {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 22;
}
.header-element .header-bottom .widget_nav_menu.active ul.menu {
  display: flex !important;
}
.header-element .header-bottom .widget_nav_menu.active ul.menu li {
  width: 100%;
}
.header-element .header-bottom .widget_nav_menu.active ul.menu li a {
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.header-element .header-bottom .widget_nav_menu.active ul.menu li a:after {
  content: none;
}
.header-element .header-bottom .widget_nav_menu.active ul.menu li.current-menu-item {
  background-color: #ededed;
}

.menu-trigger {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 22px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  display: none;
}
@media (max-width: 960px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.menu-trigger.active .hamburger {
  background-color: transparent;
}
.menu-trigger.active .hamburger:before, .menu-trigger.active .hamburger:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: #6dbe46;
}
.menu-trigger.active .hamburger:before {
  transform: rotate(45deg);
}
.menu-trigger.active .hamburger:after {
  transform: rotate(135deg);
}

.hamburger {
  height: 2px;
  background: #6dbe46;
  transition: 0.2s ease-out all 0.2s;
  width: 30px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #6dbe46;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 30px;
}
.hamburger:before {
  top: 0;
}
@media (max-width: 640px) {
  .hamburger:before {
    top: 2px;
  }
}
.hamburger:after {
  top: 20px;
}
@media (max-width: 640px) {
  .hamburger:after {
    top: 18px;
  }
}

body .footer-top {
  background: #214d0c;
  padding: 25px 0px;
}
@media (max-width: 782px) {
  body .footer-top .is-layout-flex {
    text-align: center;
    display: block;
  }
}
body .footer-top .wp-block-columns {
  margin-bottom: 0;
}
body .footer-top p {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
@media (max-width: 1430px) {
  body .footer-top p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  body .footer-top p {
    font-size: 18px;
  }
}
@media (max-width: 782px) {
  body .footer-top p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body .footer-top p {
    font-size: 15px;
  }
}
body .footer-top .wp-block-button__link {
  background-color: #fff;
  color: #214d0c;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 3px;
}
@media (max-width: 960px) {
  body .footer-top .wp-block-button__link {
    font-size: 14px;
  }
}
body .footerbottom {
  background-color: #6dbe46;
  padding: 15px 0px;
}
@media (max-width: 782px) {
  body .footerbottom {
    padding: 20px 0;
  }
}
@media (max-width: 782px) {
  body .footerbottom .is-layout-flex {
    text-align: center;
    display: block;
  }
}
body .footerbottom .wp-block-columns {
  margin-bottom: 0;
}
body .footerbottom p {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
}
body .footerbottom .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .footerbottom .social li {
  list-style: none;
  margin: 30px 5px;
}
@media (max-width: 782px) {
  body .footerbottom .social li {
    margin: 8px 5px;
  }
}
body .footerbottom .social li a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  body .footerbottom .social li a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 960px) {
  body .footerbottom .social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 782px) {
  body .footerbottom .social li a {
    width: 35px;
    height: 35px;
  }
}
body .footerbottom .social li a i {
  color: #6dbe46;
  font-size: 25px;
}
@media (max-width: 1024px) {
  body .footerbottom .social li a i {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  body .footerbottom .social li a i {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  body .footerbottom .social li a i {
    font-size: 18px;
  }
}

.invisible {
  display: none;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.zoomOut {
  transform: scale(1.1);
}

.zoomOut.animated {
  animation: zoomOut 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 forwards;
}

.zoomOutBg:after {
  transform: scale(1.1);
}

.zoomOutBg.animated:after {
  animation: zoomOut 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
}

@keyframes zoomOutFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomOutFadeIn {
  opacity: 0;
  transform: scale(1.1);
}

.zoomOutFadeIn.animated {
  animation: zoomOutFadeIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
  opacity: 1;
}

.zoomOutFadeInBg:after {
  opacity: 0;
  transform: scale(1.1);
}

.zoomOutFadeInBg.animated:after {
  animation: zoomOutFadeIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn.animated {
  animation: fadeIn 1s ease 1 forwards;
}

.fadeInBg:after {
  opacity: 0;
}

.fadeInBg.animated:after {
  animation: fadeIn 1s ease 1 forwards;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
.fadeUp {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp.animated {
  animation: fadeInUp 1.2s ease 1 forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpSmooth {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpSmooth.animated {
  animation: fadeInUpSmooth 1.4s ease 1 forwards;
}

.fadeInLeft {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInLeft.animated {
  animation: fadeInLeftSmooth 1s ease 1 forwards;
}

@keyframes fadeInLeftSmooth {
  0% {
    opacity: 0;
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
  }
  50% {
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInRight.animated {
  animation: fadeInRightSmooth 1s ease 1 forwards;
}

@keyframes fadeInRightSmooth {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  50% {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn-slow {
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn-slow.animated {
  animation: fadeInSlow 2.5s ease 1 forwards;
}

@keyframes fadeInSlow {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate:first-child {
  animation-delay: 0s;
}

.animate:nth-child(1) {
  animation-delay: 0s;
}

.animate:nth-child(2) {
  animation-delay: 0.25s;
}

.animate:nth-child(3) {
  animation-delay: 0.5s;
}

.animate:nth-child(4) {
  animation-delay: 0.75s;
}

.animate:nth-child(5) {
  animation-delay: 1s;
}

.animate:nth-child(6) {
  animation-delay: 1.25s;
}

.animate:nth-child(7) {
  animation-delay: 1.5s;
}

.animate:nth-child(8) {
  animation-delay: 1.75s;
}

.animate:nth-child(9) {
  animation-delay: 2s;
}

.animate:nth-child(10) {
  animation-delay: 2.25s;
}

.animate:nth-child(11) {
  animation-delay: 2.5s;
}

.animate:nth-child(12) {
  animation-delay: 2.75s;
}

.animate:nth-child(13) {
  animation-delay: 3s;
}

.animate:nth-child(14) {
  animation-delay: 3.25s;
}

.animate:nth-child(15) {
  animation-delay: 3.5s;
}

.animate:nth-child(16) {
  animation-delay: 3.75s;
}

.animate:nth-child(17) {
  animation-delay: 4s;
}

.animate:nth-child(18) {
  animation-delay: 4.25s;
}

.animate:nth-child(19) {
  animation-delay: 4.5s;
}

.animate:nth-child(20) {
  animation-delay: 4.75s;
}

.animate:nth-child(21) {
  animation-delay: 5s;
}

.animate:nth-child(22) {
  animation-delay: 5.25s;
}

.animate:nth-child(23) {
  animation-delay: 5.5s;
}

.animate:nth-child(24) {
  animation-delay: 5.75s;
}

.animate.no-delay:first-child,
.animate.no-delay:nth-child(10),
.animate.no-delay:nth-child(11),
.animate.no-delay:nth-child(12),
.animate.no-delay:nth-child(13),
.animate.no-delay:nth-child(14),
.animate.no-delay:nth-child(15),
.animate.no-delay:nth-child(16),
.animate.no-delay:nth-child(17),
.animate.no-delay:nth-child(18),
.animate.no-delay:nth-child(19),
.animate.no-delay:nth-child(2),
.animate.no-delay:nth-child(20),
.animate.no-delay:nth-child(21),
.animate.no-delay:nth-child(22),
.animate.no-delay:nth-child(23),
.animate.no-delay:nth-child(24),
.animate.no-delay:nth-child(3),
.animate.no-delay:nth-child(4),
.animate.no-delay:nth-child(5),
.animate.no-delay:nth-child(6),
.animate.no-delay:nth-child(7),
.animate.no-delay:nth-child(8),
.animate.no-delay:nth-child(9) {
  animation-delay: 0s;
}/*# sourceMappingURL=custom-style.css.map */