@font-face {
  font-family: npa-regular;
  src: url(../fonts/Ruberoid-Regular.ttf);
  src: url(../fonts/Ruberoid-Regular.ttf)
      format("embedded-opentype"),
    url(../fonts/Ruberoid-Regular.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: npa-light;
  src: url(../fonts/Ruberoid-Light.ttf);
  src: url(../fonts/Ruberoid-Light.ttf)
      format("embedded-opentype"),
    url(../fonts/Ruberoid-Light.ttf)
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
.block-editor__container .editor-styles-wrapper,
html {
  --arr-white: url("data:image/svg+xml;utf8,<svg viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.1469 0.342216L24.1153 4.17503C24.3527 4.38675 24.4714 4.67512 24.4714 4.9927C24.4714 5.31028 24.3527 5.595 24.1153 5.81037L20.1469 9.65778C19.6761 10.1141 18.9085 10.1141 18.4377 9.65778C17.9669 9.2015 17.9669 8.46414 18.4377 8.00785L20.3408 6.1681H1.75508C1.08642 6.1681 0.544373 5.6461 0.544373 5C0.544373 4.3539 1.08642 3.8319 1.75508 3.8319H20.3408L18.4337 1.99215C17.9629 1.53586 17.9629 0.798503 18.4337 0.342216C18.9085 -0.114072 19.6721 -0.114072 20.1469 0.342216Z' fill='white'/></svg>");
  --arr-primary: url("data:image/svg+xml;utf8,<svg viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.1469 0.342216L24.1153 4.17503C24.3527 4.38675 24.4714 4.67512 24.4714 4.9927C24.4714 5.31028 24.3527 5.595 24.1153 5.81037L20.1469 9.65778C19.6761 10.1141 18.9085 10.1141 18.4377 9.65778C17.9669 9.2015 17.9669 8.46414 18.4377 8.00785L20.3408 6.1681H1.75508C1.08642 6.1681 0.544373 5.6461 0.544373 5C0.544373 4.3539 1.08642 3.8319 1.75508 3.8319H20.3408L18.4337 1.99215C17.9629 1.53586 17.9629 0.798503 18.4337 0.342216C18.9085 -0.114072 19.6721 -0.114072 20.1469 0.342216Z' fill='%23f67c25'/></svg>");
  --arr-secondary: url("data:image/svg+xml;utf8,<svg viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.1469 0.342216L24.1153 4.17503C24.3527 4.38675 24.4714 4.67512 24.4714 4.9927C24.4714 5.31028 24.3527 5.595 24.1153 5.81037L20.1469 9.65778C19.6761 10.1141 18.9085 10.1141 18.4377 9.65778C17.9669 9.2015 17.9669 8.46414 18.4377 8.00785L20.3408 6.1681H1.75508C1.08642 6.1681 0.544373 5.6461 0.544373 5C0.544373 4.3539 1.08642 3.8319 1.75508 3.8319H20.3408L18.4337 1.99215C17.9629 1.53586 17.9629 0.798503 18.4337 0.342216C18.9085 -0.114072 19.6721 -0.114072 20.1469 0.342216Z' fill='%232f2f2f'/></svg>");
  --arr-grey: url("data:image/svg+xml;utf8,<svg viewBox='0 0 25 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.1469 0.342216L24.1153 4.17503C24.3527 4.38675 24.4714 4.67512 24.4714 4.9927C24.4714 5.31028 24.3527 5.595 24.1153 5.81037L20.1469 9.65778C19.6761 10.1141 18.9085 10.1141 18.4377 9.65778C17.9669 9.2015 17.9669 8.46414 18.4377 8.00785L20.3408 6.1681H1.75508C1.08642 6.1681 0.544373 5.6461 0.544373 5C0.544373 4.3539 1.08642 3.8319 1.75508 3.8319H20.3408L18.4337 1.99215C17.9629 1.53586 17.9629 0.798503 18.4337 0.342216C18.9085 -0.114072 19.6721 -0.114072 20.1469 0.342216Z' fill='%233F4543'/></svg>");
}
html {
  overflow-x: hidden;
  margin-top: 0 !important;
}
body {
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  line-height: 1.5;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
h1 {
  font-size: 68px;
  letter-spacing: -0.5px;
  line-height: 74px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 54px;
    line-height: 58px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
h4 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
h5 {
  font-size: 22px;
  letter-spacing: +1px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
h6 {
  font-size: 18px;
  letter-spacing: +1px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media (min-width: 1920px) {
  .continer {
    max-width: 1170px !important;
  }
}
.wp-caption {
  margin-bottom: 25px;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-grey);
  margin-top: 10px;
}
.gallery-caption {
  word-break: break-word;
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-grey);
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
:focus {
  outline: 0;
}
a {
  color: var(--c-dark);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1%;
}
a:focus,
a:hover {
  color: var(--c-active);
  text-decoration: none;
}
.swiper-wrapper .swiper-slide a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.btn {
  border-radius: 6px;
  font-family: var(--t-primary-font-family);
  font-size: 18px;
  font-style: normal;
  padding: 15px 30px 15px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.btn-primary {
  color: #fff;
  background-color: var(--e-global-color-3c672c3);
}
a.btn-primary::after {
  content: "";
  background: var(--arr-white) -10px center/cover no-repeat;
  display: block;
  width: 25px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom-left-radius: 50%;
}
a.btn-primary:hover {
  background-color: var(--e-global-color-27b6df5);
}
a.btn-primary:hover::after {
  background-position: center;
}
a.btn-primary:disabled,
a.btn-primary[disabled] {
  background-color: var(--e-global-color-7a9c1ac);
  color: var(--e-global-color-8e6e5f5);
}
a.btn-primary:disabled::after,
a.btn-primary[disabled]::after {
  background: var(--arr-secondary) -10px center/cover no-repeat;
}
a.btn-secondary {
  color: var(--e-global-color-3c672c3);
  border: 2px solid var(--e-global-color-3c672c3);
  background-color: transparent;
}
a.btn-secondary::after {
  content: "";
  background: var(--arr-primary) -10px center/cover no-repeat;
  display: block;
  width: 25px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom-left-radius: 50%;
}
a.btn-secondary:hover {
  border-color: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}
a.btn-secondary:hover::after {
  background: var(--arr-secondary) center/cover no-repeat;
}
a.btn-secondary:disabled,
a.btn-secondary[disabled] {
  border-color: var(--e-global-color-7a9c1ac);
  color: var(--e-global-color-8e6e5f5);
}
a.btn-secondary:disabled::after,
a.btn-secondary[disabled]::after {
  background: var(--arr-secondary) -10px center/cover no-repeat;
}
a.btn-links {
  color: var(--e-global-color-primary);
  background-color: transparent;
  padding: 0;
}
a.btn-links::after {
  content: "";
  background: var(--arr-primary) -10px center/cover no-repeat;
  display: block;
  width: 25px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom-left-radius: 50%;
}
a.btn-links:hover {
  color: var(--e-global-color-accent);
}
a.btn-links:hover::after {
  background: var(--arr-secondary) center/cover no-repeat;
}
a.btn-links:disabled,
a.btn-links[disabled] {
  color: var(--e-global-color-8e6e5f5);
}
a.btn-links:disabled::after,
a.btn-links[disabled]::after {
  background: var(--arr-secondary) -10px center/cover no-repeat;
}
b,
strong {
  font-weight: 700;
  color: var(--e-global-color-c4dcbdf);
}
ol,
ul {
  list-style-position: inside;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 13px;
  margin-left: 25px;
}
.elementor p {
  margin-bottom: 15px;
}
.elementor p > a {
  color: var(--e-global-color-3c672c3);
  text-decoration: underline;
  font-size: inherit;
  line-height: 30px;
  font-weight: 500;
}
.elementor p > a:hover {
  color: var(--e-global-color-accent);
}
p.large-paragraph {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  p.large-paragraph {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
p.medium-paragraph {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  p.medium-paragraph {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
p.small-paragraph {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  p.small-paragraph {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.overflow-full {
  overflow: hidden;
}
.monospace {
  font-family: "Source Code Pro", sans-serif;
  color: #494949;
}
audio,
iframe,
video {
  max-width: 100%;
}
@media screen and (max-width: 567px) {
  audio,
  iframe,
  video {
    min-width: 200px !important;
  }
}
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  background: var(--c-light-grey);
  color: var(--e-global-color-text);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 25px;
}
pre * {
  margin: 0;
}
pre code {
  background: 0 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}
td,
th {
  padding: 7px 10px 5px;
}
table,
td,
th {
  border: 1px solid rgba(var(--ca-dark), 0.15);
  border-collapse: collapse;
}
th {
  font-weight: 600;
  color: var(--e-global-color-text);
}
dt {
  font-weight: 600;
  color: var(--e-global-color-text);
}
dd {
  margin: 0 0 15px;
}
address {
  font-style: italic;
  margin-bottom: 15px;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--c-light-grey);
  cursor: help;
}
code {
  background-color: var(--c-light-grey);
  color: var(--c-dark);
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
}
ins,
mark {
  background: var(--c-active);
  color: var(--c-light);
  padding: 0 4px;
  text-decoration: none;
}
kbd {
  font-weight: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
  background-color: var(--c-light-grey);
  color: var(--c-dark);
}
tt {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
  background-color: var(--c-light-grey);
  color: var(--c-dark);
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: rgba(var(--ca-dark), 0.15);
}
.wp-block-latest-comments__comment {
  font-size: inherit;
  line-height: inherit;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
  line-height: inherit;
}
.wp-block-rss {
  list-style: none;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-calendar {
  font-family: inherit;
  margin-bottom: 30px;
}
.wp-block-calendar table {
  font-family: inherit;
  margin-bottom: 0;
}
.wp-block-calendar table th {
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(var(--ca-dark), 0.15);
}
.wp-block-calendar table td {
  border: 1px solid rgba(var(--ca-dark), 0.15);
}
.wp-block-calendar a {
  text-decoration: none;
  font-weight: 600;
}
.fb_iframe_widget > * {
  max-width: 100%;
}
.bypostauthor {
  font-size: inherit;
}
.aligncenter,
.text-center {
  text-align: center;
}
.alignleft,
.text-left {
  text-align: left;
}
.alignright,
.text-right {
  text-align: right;
}
.alignleft,
.wp-block-image.is-resized.alignleft {
  float: left;
  margin: 10px 25px 25px 0;
}
.alignright,
.wp-block-image.is-resized.alignright {
  float: right;
  margin: 10px 0 25px 25px;
}
.alignnone,
div.alignnone {
  margin-top: 10px;
  margin-bottom: 10px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 25px auto;
}
.alignwide {
  clear: both;
}
.no-menu > a {
  color: var(--c-active);
}
blockquote {
  border-top: 1px solid rgba(var(--ca-grey), 0.15);
  border-bottom: 1px solid rgba(var(--ca-grey), 0.15);
  margin: 1rem 0 2rem;
  padding: 2rem 0;
}
blockquote.has-text-color * {
  color: inherit;
}
blockquote cite {
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-grey);
  font-style: normal;
  display: block;
  margin-top: 2rem;
}
blockquote cite::before {
  content: "\2015";
  margin-right: 5px;
}
blockquote cite > * {
  font-size: inherit !important;
  font-style: normal;
}
.wp-block-pullquote blockquote {
  border-color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.notfound {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notfound:hover {
  opacity: 0.7;
}
abbr,
acronym {
  border-bottom: none !important;
}
.overflow {
  overflow: hidden;
}
.video-container iframe {
  border: 0;
}
iframe[name="advpp_manager"] {
  position: absolute;
  left: -9999px;
}
.s-back-switch {
  background-size: cover;
  background-position: center;
}
.screen-reader-text {
  display: none;
}
.single-post .gallery {
  margin: 60px -15px 45px;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
.gallery-item {
  padding: 15px;
  margin: 0;
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 567px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
.wp-block-table.is-style-stripes tr:nth-child(odd),
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tr:nth-child(odd) {
  background-color: var(--c-light-grey);
}
.wp-block-image figcaption {
  color: var(--c-grey);
}
.wp-block-embed figcaption {
  margin-bottom: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 30px auto 30px;
  padding: 2rem 0;
}
.wp-block-quote.is-large :not(cite),
.wp-block-quote.is-style-large :not(cite) {
  font-size: 2.5rem !important;
}
.wp-block-quote.is-large cite::before,
.wp-block-quote.is-style-large cite::before {
  display: none;
}
.wp-block-pullquote {
  padding: 2rem 0;
}
.wp-block-pullquote blockquote {
  max-width: 950px;
  padding-right: 15px;
  padding-left: 15px;
}
.wp-block-pullquote.has-background blockquote {
  border: none;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 13px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
}
.wp-block-cover {
  color: var(--c-light);
}
.wp-block-cover a:hover {
  opacity: 0.7;
}
.wp-block-button.aligncenter {
  clear: both;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 15px;
}
.wp-block-archives a,
.wp-block-categories a {
  color: inherit;
}
.wp-block-archives a:hover,
.wp-block-categories a:hover {
  color: var(--c-active);
}
.wp-block-latest-posts li {
  list-style: none;
}
.wp-block-latest-posts li a {
  font-weight: 600;
}
.wp-block-latest-posts li time {
  font-size: 13px;
  color: var(--c-grey);
}
.wp-block-latest-comments.has-excerpts
  .wp-block-latest-comments__comment-author {
  font-weight: 600;
}
.wp-block-latest-comments__comment-author {
  font-weight: 600;
}
.wp-block-latest-comments__comment-date {
  font-size: 13px;
  margin-top: 6px;
  color: var(--c-grey);
}
.wp-block-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-search input[type="search"] {
  border: 1px solid rgba(var(--ca-dark), 0.15);
  line-height: 35px;
  padding: 5px 20px;
  width: calc(100% - 57px);
  outline: 0;
}
.wp-block-search button {
  border: 1px solid var(--c-active);
  position: relative;
  z-index: 10;
  font-weight: 500;
  padding: 5px 15px;
  background-color: var(--c-active);
  color: var(--c-light);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-search button:hover {
  border: 1px solid var(--c-dark);
  background: var(--c-dark);
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  font-size: 36px;
}
.wp-block-cover .wp-block-cover-image-text *,
.wp-block-cover .wp-block-cover-text *,
.wp-block-cover h2 *,
.wp-block-cover-image .wp-block-cover-image-text *,
.wp-block-cover-image .wp-block-cover-text *,
.wp-block-cover-image h2 * {
  color: inherit;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-top: 15px;
}
.wp-block-separator {
  border: none;
  border-bottom: 1px solid var(--c-dark);
  margin: 1.65em auto;
  clear: both;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  border: none;
  border-bottom: 1px solid var(--c-dark);
  margin: 25px auto;
}
@media screen and (min-width: 1919px) {
  .container {
    max-width: 1200px;
  }
}
.wpcf7-form .custom__form-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wpcf7-form .custom__form-contact-us .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.wpcf7-form .custom__form-contact-us .wpcf7-not-valid-tip {
  padding: 5px 0 0 5px;
}
.wpcf7-form .custom__form-contact-us span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.wpcf7-form .custom__form-contact-us .your-email,
.wpcf7-form .custom__form-contact-us .your-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 567px) {
  .wpcf7-form .custom__form-contact-us .your-email,
  .wpcf7-form .custom__form-contact-us .your-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.wpcf7-form .custom__form-contact-us textarea {
  height: 100px;
}
input {
  border: 1px solid #d6e5d1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 25px;
  color: var(--e-global-color-8e6e5f5);
  background-color: var(--e-global-color-a8578fd);
  width: 100%;
}
input:focus {
  border: 1px solid var(--e-global-color-accent);
  color: var(--e-global-color-c4dcbdf);
}
input:disabled {
  background-color: var(--e-global-color-a8578fd);
  border-color: var(--e-global-color-a8578fd);
  color: var(--e-global-color-8e6e5f5);
}
input::-webkit-input-placeholder {
  opacity: 0.8;
}
input::-moz-placeholder {
  opacity: 0.8;
}
input::-ms-input-placeholder {
  opacity: 0.8;
}
input::placeholder {
  opacity: 0.8;
}
.wpcf7-not-valid {
  border-color: #e10000;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #e10000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 6px;
  font-size: 14px;
  border-color: var(--e-global-color-primary);
  font-weight: 800;
}
.wpcf7-not-valid-tip {
  font-family: npa-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #e10000;
}
.elementor-kit-11 form button {
  border-radius: 6px;
  font-family: var(--t-primary-font-family);
  font-size: 18px;
  line-height: 24px;
  font-family: var(--e-global-typography-4a19e97-font-family);
  font-weight: 800;
  padding: 12px 30px 12px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: var(--e-global-color-3c672c3);
  cursor: pointer;
  border: none;
}
.elementor-kit-11 form button::after {
  content: "";
  background: var(--arr-white) -10px center/cover no-repeat;
  display: block;
  width: 25px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom-left-radius: 50%;
}
.elementor-kit-11 form button:hover {
  background-color: var(--e-global-color-27b6df5);
}
.elementor-kit-11 form button:hover::after {
  background-position: center;
}
.elementor-kit-11 form button:disabled,
.elementor-kit-11 form button[disabled] {
  background-color: var(--e-global-color-7a9c1ac);
  color: var(--e-global-color-8e6e5f5);
}
.elementor-kit-11 form button:disabled::after,
.elementor-kit-11 form button[disabled]::after {
  background: var(--arr-secondary) -10px center/cover no-repeat;
}
select {
  vertical-align: middle;
  background-color: var(--e-global-color-a8578fd);
  border: 1px solid #d6e5d1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 35px 0 25px;
  color: var(--e-global-color-8e6e5f5);
  min-width: 100%;
  max-width: 100%;
  outline: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6663 2.1665C13.6663 2.5665 13.5125 2.9165 13.2048 3.2165L8.0766 8.2165C7.46121 8.8165 6.48685 8.8165 5.92275 8.2165L0.794546 3.2165C0.179162 2.6165 0.179162 1.6665 0.794546 1.1165C1.40993 0.516503 2.38429 0.516503 2.94839 1.1165L6.99967 5.0665L11.051 1.1165C11.6663 0.516503 12.6407 0.516503 13.2048 1.1165C13.5125 1.4165 13.6663 1.7665 13.6663 2.1665Z' fill='%23D6E5D1'/%3E%3C/svg%3E%0A");
  background-size: 13px;
  background-position: calc(100% - 10px) calc(50%);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
select:focus {
  outline-offset: 0 !important;
  background-color: var(--e-global-color-a8578fd);
  border: 2px solid var(--e-global-color-accent);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6663 2.1665C13.6663 2.5665 13.5125 2.9165 13.2048 3.2165L8.0766 8.2165C7.46121 8.8165 6.48685 8.8165 5.92275 8.2165L0.794546 3.2165C0.179162 2.6165 0.179162 1.6665 0.794546 1.1165C1.40993 0.516503 2.38429 0.516503 2.94839 1.1165L6.99967 5.0665L11.051 1.1165C11.6663 0.516503 12.6407 0.516503 13.2048 1.1165C13.5125 1.4165 13.6663 1.7665 13.6663 2.1665Z' fill='%23215F3A'/%3E%3C/svg%3E%0A");
}
select:disabled {
  border-color: #fff;
  background-color: #fff;
}
textarea {
  width: 100%;
  background-color: var(--e-global-color-a8578fd);
  border: 1px solid #d6e5d1;
  border-radius: 4px;
  padding: 15px 25px 0 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--e-global-color-8e6e5f5);
  resize: none;
}
textarea:focus {
  border: 1px solid var(--e-global-color-accent);
  color: var(--e-global-color-c4dcbdf);
}
textarea::-webkit-input-placeholder {
  opacity: 0.8;
}
textarea::-moz-placeholder {
  opacity: 0.8;
}
textarea::-ms-input-placeholder {
  opacity: 0.8;
}
textarea::placeholder {
  opacity: 0.8;
}
.wp-block-embed p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  text-align: center;
}
.wp-block-embed.wp-embed-aspect-1-1,
.wp-block-embed.wp-embed-aspect-1-2,
.wp-block-embed.wp-embed-aspect-16-9,
.wp-block-embed.wp-embed-aspect-18-9,
.wp-block-embed.wp-embed-aspect-21-9,
.wp-block-embed.wp-embed-aspect-4-3,
.wp-block-embed.wp-embed-aspect-9-16 {
  position: relative;
}
.wp-block-embed.wp-embed-aspect-1-1:before,
.wp-block-embed.wp-embed-aspect-1-2:before,
.wp-block-embed.wp-embed-aspect-16-9:before,
.wp-block-embed.wp-embed-aspect-18-9:before,
.wp-block-embed.wp-embed-aspect-21-9:before,
.wp-block-embed.wp-embed-aspect-4-3:before,
.wp-block-embed.wp-embed-aspect-9-16:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  position: absolute;
  inset: 0;
}
.wp-block-embed.wp-embed-aspect-1-1 iframe,
.wp-block-embed.wp-embed-aspect-1-2 iframe,
.wp-block-embed.wp-embed-aspect-16-9 iframe,
.wp-block-embed.wp-embed-aspect-18-9 iframe,
.wp-block-embed.wp-embed-aspect-21-9 iframe,
.wp-block-embed.wp-embed-aspect-4-3 iframe,
.wp-block-embed.wp-embed-aspect-9-16 iframe {
  width: 100%;
  height: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9:before {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3:before {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1:before {
  padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6:before {
  padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2:before {
  padding-top: 200%;
}
.disabled-block {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}
@media (max-width: 1199px) {
  .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-section .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  color: #fff;
}
.elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
  color: var(--e-global-color-primary);
}
@media (max-width: 470px) {
  .elementor-kit-11 .h1-470 h1 {
    font-size: 48px;
  }
}
@media (max-width: 374px) {
  .elementor-kit-11 .h1-470 h1 {
    font-size: 40px;
  }
}
.p-m-0 p {
  margin: 0 !important;
}
@media screen and (min-width: 1200px) {
  .min-lg-mr-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .max-xm-mr-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
