@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/inter/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tos-caption {
  display: none;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #000000;
}
p {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}
body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #f9f7f2;
}
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.wrap.full--width {
  max-width: 96%;
}
.wrap.width--960 {
  max-width: 960px;
}
.button {
  text-decoration: none !important;
  padding: 10px 26px;
  display: inline-block;
  color: #000000 !important;
  background-color: #f6d6ff !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border: none;
  vertical-align: middle;
}
.button .button__icon {
  position: absolute;
  background-color: #0e30cf;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: none #0e30cf !important;
}
.button:hover:before {
  height: 60%;
}
.button:hover .button__icon {
  background-color: #000000;
}
.button:hover .button__icon .far {
  color: #000000 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
.button--reverse:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
.button--inverse {
  background: none !important;
  color: #000000 !important;
  border-color: #000000;
}
.button--inverse:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000;
}
.button + .button {
  margin-left: 20px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.colored {
  color: #000000;
}
.bgc {
  background-color: #ffffff;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 90px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #000000;
}
.block__top {
  *zoom: 1;
  margin-bottom: 60px;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .block__top {
    text-align: center;
  }
}
.block__top .signature {
  width: 100%;
  max-width: 240px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .block__top .signature {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.block__top .signature img {
  display: block;
  width: 100%;
}
.block__top h2 {
  font-size: 74px;
  line-height: 74px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 50px;
    line-height: 56px;
  }
}
.block__top h2 strong {
  font-weight: bold;
}
.block__top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
}
.block__top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .block__top .button {
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-top: 30px;
  }
}
.block__top.nonetext {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.block__top.nonetext:after {
  content: "";
  display: block;
  width: 100px;
  background-color: #000000;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block__top.nonetext h2 {
  font-family: 'Inter';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
}
.block__top.nonetext h2 span {
  color: #000000;
}
.block__top.text-center h2:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.perex {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.perex p {
  font-size: 22px;
  line-height: 28px;
  text-align: left !important;
}
.main {
  /*iframe {
    display: block !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 40px 0;
    height: 300px !important;
  }*/
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #000000;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  border: none;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
}
.main h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  color: #0e30cf;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.main h2 span {
  display: block;
  color: #000000;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0e30cf;
  clear: both;
  font-weight: bold;
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
  color: #000000;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: transparent;
  border-bottom: thin solid #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 1px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  width: 20px;
  display: block;
  text-align: right;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #000000;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery-columns-6 .gallery-item {
  width: 14.75% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-6 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-6 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-6 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-6 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .main .gallery br {
    display: none !important;
  }
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 128, 161, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: 100;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: #fa9c9c !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  font-family: 'Inter';
  padding: 0 20px;
  color: #222;
  border: thin solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main input[type=date]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #000000;
}
.main .addphoto .wpcf7-not-valid-tip {
  margin-top: 44px;
}
.main .addphoto label {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  background: #a3a3a3;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
}
.main .addphoto label:before {
  content: "Upload CV";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .addphoto label:hover,
.main .addphoto label:focus {
  background-color: #000000;
}
.main .addphoto label input {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main .addphoto.cover__letter label:before {
  content: 'Upload Cover Letter (optional)';
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .acc {
  margin: 30px 0;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.main textarea {
  padding: 20px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  font-family: 'Inter';
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 12px 50px;
  background: #000000;
  margin-top: 20px;
}
.main input[type=submit]:hover {
  background: none #000000 !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .rowex + .rowex {
  margin-top: 14px;
}
.main .plast {
  *zoom: 1;
}
.main .plast:before,
.main .plast:after {
  content: "";
  display: table;
}
.main .plast:after {
  clear: both;
}
.main .rowex.checker {
  margin: 10px 0;
  width: 50%;
  float: left;
  padding-right: 30px;
}
.main .rowex.item__date {
  position: relative;
  padding-left: 170px;
}
.main .rowex.item__date .labelex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main .rowex.interest {
  margin: 20px 0 10px 0;
}
.main .rowex.interest .labelex {
  font-size: 18px;
  line-height: 24px;
}
.main .rowex.interest label {
  color: #000000;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: bold;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 6px;
}
@media all and (max-width: 650px) {
  .main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #000000;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #a6a8a7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #000000;
}
.wpcf7-checkbox label {
  color: #000000;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #222;
  padding: 10px;
  font-weight: bold;
  background-color: #000000;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #000000;
  text-align: center;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  color: #000000;
}
.ui-datepicker-header {
  background-color: #000000;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #dba765;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #e0b37a;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #000;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #dba765;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #000000;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 20px !important;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'Font Awesome 5 Pro';
  color: #000000;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
ul.gal a:after,
ul.gal span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.3);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  ul.gal a:after,
  ul.gal span:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal span:hover:after,
ul.gal a:hover:before,
ul.gal span:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
ul.gal span:after {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
a.button--scroll {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
a.button--scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  border-bottom: thin solid #000000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
a.button--scroll .fa-thin,
a.button--scroll .fa-light {
  margin-left: 10px;
}
a.button--scroll:hover {
  text-decoration: none;
}
a.button--scroll:hover:before {
  width: 100%;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #0e30cf !important;
  color: #f6d6ff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #f6d6ff !important;
  color: #0e30cf !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.lines {
  clear: both;
  margin: 40px 0;
  border-top: medium solid #000000;
}
.tablet__show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__show {
    display: block;
  }
}
.mobile__show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile__show {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mobile__hide {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.section {
  overflow: hidden;
}
.section__01 {
  background-color: #f9f7f2;
}
.section__01 .sectionbox__img {
  margin-top: 150px;
}
.section__01 .sectionbox__img img {
  left: -90px;
  position: relative;
}
@media all and (max-width: 1600px) {
  .section__01 .sectionbox__img img {
    left: 0;
  }
}
.section__01 .sectionbox__text {
  margin-top: 70px;
}
.sectionbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .sectionbox {
    display: block;
  }
}
.sectionbox__img {
  width: 50%;
  text-align: center;
  padding-right: 80px;
}
@media all and (max-width: 767px) {
  .sectionbox__img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.sectionbox__img img {
  display: inline-block;
  vertical-align: middle;
}
.sectionbox__text {
  width: 50%;
}
@media all and (max-width: 767px) {
  .sectionbox__text {
    width: 100%;
    text-align: center;
  }
}
.sectionbox--alternative .sectionbox__img {
  padding-right: 0;
  padding-left: 80px;
}
@media all and (max-width: 767px) {
  .sectionbox--alternative .sectionbox__img {
    padding-left: 0;
  }
}
.section__02 {
  background-color: #f6d6ff;
}
.section__02 .sectionbox__text {
  margin-top: 50px;
}
.section__03 .wrap {
  padding-bottom: 140px;
}
.section__03 .block__top {
  margin-bottom: 100px;
}
.worklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .worklist {
    display: block;
  }
}
.worklist .item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.875;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .worklist .item {
    width: 100%;
    margin-right: 0;
  }
}
.worklist .item:nth-child(even) {
  margin-right: 0;
}
.worklist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.worklist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.section__04 {
  background-color: #0e30cf;
  color: #f6d6ff;
}
.section__04 .sectionbox {
  font-size: 0;
  display: block;
}
.section__04 .sectionbox .sectionbox__img {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .section__04 .sectionbox .sectionbox__img {
    display: block;
  }
}
.section__04 .sectionbox .sectionbox__text {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .section__04 .sectionbox .sectionbox__text {
    display: block;
  }
}
.section__06 {
  background-color: #f6d6ff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .section__06 .sectionbox {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .section__06 .sectionbox__img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .section__06 .sectionbox__text {
    width: 100%;
    text-align: center;
  }
}
.cbox {
  background-color: #ffffff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 40px 10%;
  margin-bottom: 60px;
}
.cbox .block__top {
  margin-bottom: 40px;
}
.cbox p {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
}
.socials li + li {
  margin-left: 20px;
}
.socials a:hover {
  color: #0e30cf;
}
.contactlist .item + .item {
  margin-top: 14px;
}
.contactlist a {
  text-decoration: none;
  display: block;
  border: medium solid #000000;
  padding: 30px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  *zoom: 1;
}
.contactlist a:before,
.contactlist a:after {
  content: "";
  display: table;
}
.contactlist a:after {
  clear: both;
}
.contactlist a:hover {
  color: #ffffff;
  background-color: #0e30cf;
  border-color: #0e30cf;
  text-decoration: none;
}
.contactlist .item__label {
  float: left;
  width: 20%;
  font-size: 20px;
  font-weight: 500;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .contactlist .item__label {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactlist .item__value {
  float: left;
  width: 80%;
  padding-left: 30px;
  font-size: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .contactlist .item__value {
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.sp-easy-accordion {
  margin-top: 40px;
  border-bottom: thin solid #f3f3f3;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion {
    border-bottom: none;
  }
}
.sp-easy-accordion .fa-plus:before {
  content: "\f067";
  font-weight: 300;
}
.sp-easy-accordion .fa-minus:before {
  content: "\f068";
  font-weight: 300;
}
.sp-easy-accordion .ea-card.sp-ea-single {
  background: #f9f7f2 !important;
  color: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: thin solid #000000 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Inter' !important;
}
.sp-easy-accordion .ea-card.sp-ea-single:hover {
  background: rgba(0, 0, 0, 0.02) !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand {
  background: #f9f7f2 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand .ea-header a {
  color: #000000 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single.ea-expand .ea-header a .ea-expand-icon.fa {
  color: #000000 !important;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header {
  font-weight: 400;
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
  color: #000000 !important;
  position: relative;
  padding: 30px 80px 30px 20px;
  font-family: 'Inter' !important;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .sp-easy-accordion .ea-card.sp-ea-single .ea-header a {
    font-size: 17px;
    line-height: 24px;
  }
}
.sp-easy-accordion .ea-card.sp-ea-single .ea-header a .ea-expand-icon.fa {
  color: #000000 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 30px !important;
  float: none !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
  padding: 0 20px 20px 20px !important;
  background-color: #f9f7f2 !important;
}
@media all and (max-width: 767px) {
  .button-wrap {
    text-align: center !important;
  }
}
.showcase__page {
  background-color: #f6d6ff;
  text-align: left;
}
.showcase__page .wrap {
  padding: 150px 0 60px;
}
.showcase__page h1 {
  font-size: 50px;
  line-height: 56px;
  color: #0e30cf;
  font-weight: bold;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.nav-up a.logo {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  max-width: 200px;
}
@media all and (max-width: 767px) {
  .nav-up a.logo {
    right: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.nav-up a.logo img {
  max-width: 100%;
}
.nav-up a.lang {
  font-size: 14px;
  padding: 6px 20px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .wrap {
  padding: 50px 0 !important;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
}
a.logo {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  max-width: 300px;
  z-index: 100;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 3%;
  }
}
@media all and (max-width: 767px) {
  a.logo {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 70px;
  }
}
@media all and (max-width: 550px) {
  a.logo {
    max-width: 200px;
  }
}
a.logo img {
  width: 100%;
}
body:not(.home) a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%) !important;
  opacity: 1 !important;
}
a.lang {
  color: #ffffff;
  background-color: #0e30cf;
  padding: 8px 24px;
  display: block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.lang {
    right: 3%;
  }
}
a.lang:hover {
  text-decoration: none;
  color: #0e30cf;
  background-color: #f6d6ff;
}
/********************* Footer ******************/
.footer {
  background-color: #000000;
  color: #ffffff;
}
.footer .wrap {
  padding: 20px 0;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}
.footer a:hover {
  text-decoration: none;
  color: #f6d6ff;
}
.footer p {
  margin: 0;
}
.footerbrand {
  float: left;
}
@media all and (max-width: 700px) {
  .footerbrand {
    float: none;
    text-align: center;
  }
}
.footercopy {
  float: right;
}
@media all and (max-width: 700px) {
  .footercopy {
    float: none;
    text-align: center;
  }
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: right;
  width: 30px;
  z-index: 1000;
  position: relative;
  margin-right: calc(100px + 3%);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
@media all and (max-width: 550px) {
  #toogle-menu {
    margin-top: 0;
    margin-left: 0;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.6rem;
  height: 1px;
  border-bottom: medium solid #000000;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #000000;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  float: right;
  margin-right: 490px;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .main-menu {
    margin-right: 423px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    top: -100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
    width: 90vw;
    height: 100vh;
    line-height: 24px;
    text-align: center;
    right: 0;
    overflow: auto;
    margin-left: 0;
    float: none;
    margin-right: 0;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 50px;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .main-menu > li {
    margin-left: 26px;
  }
}
@media all and (max-width: 1200px) {
  .main-menu > li {
    margin-left: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 0;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #000000;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li:hover > a {
    color: #000000;
  }
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  color: #000000;
}
.main-menu > li.tablet__show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.tablet__show {
    display: block;
  }
}
.main-menu > li.tablet__show > a {
  background-color: #000000;
  color: #ffffff !important;
  padding-left: 14px;
  padding-right: 14px;
}
.main-menu > li.tablet__show > a:before {
  display: none !important;
}
.main-menu > li.tablet__show > a:hover {
  background-color: #000000;
  color: #ffffff !important;
}
.main-menu > li.socials--item {
  margin-left: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.socials--item {
    margin-left: 0 !important;
  }
}
.main-menu > li.socials--item.fcb {
  margin-left: 30px;
}
.main-menu > li.socials--item > a:after,
.main-menu > li.socials--item > a:before {
  display: none !important;
}
.main-menu > li.mobile__links {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.mobile__links {
    display: block;
  }
}
.main-menu > li.mobile__links > a {
  color: #000000 !important;
}
.main-menu > li > a {
  padding: 6px 0;
  color: #000000;
  line-height: 24px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  .main-menu > li > a {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 16px 10px;
    color: #000000;
    line-height: 24px;
    font-size: 17px;
    display: block;
    border-bottom: thin solid rgba(19, 56, 93, 0.1);
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #000000;
}
.main-menu > li > a .fa-light {
  color: #000000 !important;
  margin-right: 4px !important;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu .sub-menu,
  .top-menu .sub-menu {
    display: none;
    background-color: #f3f7f7;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .main-menu .sub-menu > li > a,
  .top-menu .sub-menu > li > a {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 30px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
  }
  .main-menu .sub-menu > li .sub-menu,
  .top-menu .sub-menu > li .sub-menu,
  .main-menu .sub-menu > li .submenu,
  .top-menu .sub-menu > li .submenu {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #000000;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  /*color: @light;
			text-decoration: none;
			background-color: @links-hover;*/
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #000000;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  top: 100%;
  opacity: 1;
}
.header.active .main-menu > li:hover > .sub-menu {
  display: none;
}
.header.active .main-menu > li .sub-menu.show {
  display: block;
  /*background-color: @links;
				display: block;
				position: relative;
				opacity: 1;
				visibility: visible;
				width: 100%;

				> li {

					> a {
						font-size: 15px;
						font-weight: 300;
						text-transform: uppercase;
						padding-left: 30px;
						text-align: center;
						color: @light;
						opacity: 0.7;
					}

					.sub-menu, .submenu {
						background: rgba(0, 0, 0, 0.20);
						display: block;
						position: relative;
						opacity: 1;
						visibility: visible;
						width: 100%;
						left: 0;
						text-align: center;

					}

				}*/
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  height: 57px;
  width: 64px;
  border-left: thin solid rgba(255, 255, 255, 0.2);
  background-color: #000000;
  z-index: 3;
  display: block;
  text-align: center;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.header.active .main-menu > li > a:after {
  display: none;
}
