@charset "UTF-8";
/* FONTS
   ========================================================================== */
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1540, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1540 {
  width: 1540px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #ff6633;
  color: #ffffff;
}
body ::selection {
  background: #ff6633;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #ff6633;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0;
}
table td {
  padding: 20px;
}
.rev-history {
  border: none;
}
@media (max-width: 576px) {
  .rev-history {
    font-size: 14px;
  }
}
.rev-history tr {
  background-color: #f7f7f7;
}
.rev-history tr:nth-child(odd) {
  background-color: #fff;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 25px;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 45px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 23px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #ff6633;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ff6633;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #ff531a;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: clip;
  background-image: url("../img/page-bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #ff6633;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #ffffff;
  border: 1px solid transparent;
  outline: 0;
  background: #ff6633;
  appearance: none;
  gap: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #ff470a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #e63900;
}
.btn.transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.blue {
  background-color: #346291;
  border-color: #346291;
  color: #fff;
}
.btn.blue.transparent {
  background-color: transparent;
  border-color: #346291;
  color: #346291;
}
.btn.fluid {
  width: 100%;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
}
.wys ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'><circle cx='8' cy='8' r='7.5' fill='%23F7F7F7' stroke='%23C5C5C5'/><path d='M5 7.44L6.97413 9.33517C7.3611 9.70665 7.97224 9.70665 8.3592 9.33517L16 2' stroke='%23FF6633' stroke-width='3' stroke-linecap='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.wys .btn {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  min-width: 200px;
}
.wys .btn br {
  display: none;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-not-valid {
  border-color: #ff5f5f !important;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
  font: 500 16px/1 "Poppins", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.some .fa {
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #222;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.some .fa:hover {
  color: #ff6633;
  border-color: #ff6633;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #346291;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #ff6633;
  background: #ff6633;
}
#top {
  min-height: 500px;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open {
  top: -15px;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #ff6633;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #ff6633;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #ff6633;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination a.next, .numbered_pagination a.prev, .numbered_pagination span.dots, .numbered_pagination span.next, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: relative;
  z-index: 100;
  padding: 35px 0;
  will-change: transform, opacity;
  background-color: #fff;
}
@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  flex-basis: 230px;
  max-width: 230px;
}
@media (max-width: 576px) {
  header #logo {
    -webkit-flex-basis: 170px;
    -moz-flex-basis: 170px;
    -ms-flex-basis: 170px;
    flex-basis: 170px;
    max-width: 170px;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
header .right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
header .right-header .cart-btn {
  border: 1px solid #e7e7e7;
  padding: 15px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  color: #202020;
  text-decoration: none;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  header .right-header .cart-btn {
    padding: 10px 15px;
    border-radius: 20px;
  }
}
header .right-header .cart-btn:hover {
  color: #ff6633;
  border-color: #ff6633;
}
header .right-header .cart-btn span {
  position: relative;
}
@media (max-width: 576px) {
  header .right-header .cart-btn span {
    display: none;
  }
}
header .right-header .cart-btn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #e7e7e7;
}
@media (max-width: 576px) {
  header .right-header .cart-btn span:after {
    display: none;
  }
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  gap: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 90px;
}
@media (max-width: 1380px) {
  .main_nav .level_a {
    gap: 40px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 0;
  color: #202020;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #ff6633;
}
.main_nav .level_a > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.main_nav .level_a > li.menu-item-has-children .fa-solid {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 0 5px;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  bottom: -5px;
  transform: translateY(110%);
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 25px;
  padding: 5px 0;
  border-top: 3px solid #ff8c66;
  border-bottom: 3px solid #ff8c66;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 16px;
  line-height: 1.3;
  padding: 7px 15px;
  color: #222;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #ffb399;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 80px 0;
  background: #f7f7f7;
  color: #202020;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer-wrapper {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  align-items: flex-start;
  gap: 45px 150px;
}
@media (max-width: 1480px) {
  footer .footer-wrapper {
    gap: 30px 60px;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
footer .footer-wrapper .footer-col.logo-col #f-logo {
  display: block;
  max-width: 320px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-col.logo-col #f-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  footer .footer-wrapper .footer-col.logo-col #f-logo {
    -webkit-flex-basis: 220px;
    -moz-flex-basis: 220px;
    -ms-flex-basis: 220px;
    flex-basis: 220px;
    max-width: 220px;
  }
}
footer .footer-wrapper .footer-col.logo-col #f-logo img {
  max-width: 100%;
}
footer .footer-wrapper .footer-col.menu-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(43, 43, 43, 0.17);
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-col.menu-col {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-col.menu-col .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
  }
}
footer .footer-wrapper .footer-col.menu-col .footer_nav .level_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px 90px;
}
@media (max-width: 1480px) {
  footer .footer-wrapper .footer-col.menu-col .footer_nav .level_a {
    gap: 15px 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-col.menu-col .footer_nav .level_a {
    flex-direction: column;
  }
}
footer .footer-wrapper .footer-col.menu-col .footer_nav .level_a a {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  text-decoration: none;
}
footer .footer-wrapper .footer-col.menu-col .footer_nav .level_a a:hover {
  color: #ff6633;
}
footer .footer-wrapper .footer-col.copyright {
  color: #848383;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-col.copyright {
    order: 4;
    text-align: center;
  }
}
footer .footer-wrapper .footer-col.subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
footer .footer-wrapper .footer-col.subscribe .footer-links {
  gap: 40px;
}
@media (max-width: 1250px) {
  footer .footer-wrapper .footer-col.subscribe .footer-links {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-col.subscribe .footer-links {
    justify-content: center;
  }
}
footer .footer-wrapper .footer-col.subscribe .footer-links a {
  color: #262626;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
footer .footer-wrapper .footer-col.subscribe .footer-links a:hover {
  color: #ff6633;
}
footer .footer-wrapper .footer-col.subscribe .footer-subscribe {
  max-width: 480px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-col.subscribe .footer-subscribe {
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer-wrapper .footer-col.subscribe .footer-subscribe p {
  font-size: 16px;
  color: rgba(38, 38, 38, 0.7);
}
.subscribe-input {
  border: 1px solid #e7e7e7;
  padding: 4px;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .subscribe-input {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
}
.subscribe-input label input {
  background-color: transparent;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  padding: 5px 15px;
  height: 45px;
}
.subscribe-input .submit-wrapper {
  width: 200px;
  position: relative;
}
@media (max-width: 576px) {
  .subscribe-input .submit-wrapper {
    width: 100%;
  }
  .subscribe-input .submit-wrapper .btn {
    width: 100%;
  }
}
.subscribe-input .submit-wrapper .wpcf7-spinner {
  left: -20%;
}
.top-wave-image {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.accent-text {
  color: #ff6633 !important;
}
.blog-posts--top {
  padding: 100px 0 200px;
  background-color: #346291;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  color: #fff;
}
@media (max-width: 1024px) {
  .blog-posts--top {
    padding: 60px 0 150px;
  }
}
.blog-posts--top .top-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 500px) minmax(auto, 800px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog-posts--top .top-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-posts--top .title h1 {
  font-weight: 600;
}
.blog-posts--top .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}
.blog-posts--top .search-form input {
  background-color: rgba(255, 255, 255, 0.07);
  border: none;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 50px 5px 20px;
  height: 55px;
  color: #fff;
}
.blog-posts--top .search-form input::placeholder {
  color: #fff;
}
.blog-posts--top .search-form .btn {
  padding: 20px 40px;
  text-transform: capitalize;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  font-weight: 700;
  margin-left: -50px;
}
.blog-posts--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  padding: 40px 0;
  margin-top: -150px;
}
@media (max-width: 1280px) {
  .blog-posts--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .blog-posts--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-posts--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-posts--wrapper .numbered_pagination {
  margin: 50px 0 0;
}
.post-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
}
.post-card--thumb .image {
  position: relative;
  aspect-ratio: 1.15;
}
.post-card--thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card--excerpt {
  padding: 20px 25px;
  background-color: #fff;
}
.post-card--excerpt .date {
  margin-bottom: 15px;
}
.post-card--excerpt .date span {
  font-size: 14px;
  color: #2a3e53;
}
.post-card--excerpt .title {
  margin-bottom: 10px;
}
.post-card--excerpt .title span {
  color: #222;
  font-size: 18px;
}
.post-card--excerpt .learn-more {
  font-weight: 600;
  font-size: 18px;
}
.single-post--top {
  padding: 40px 0 200px;
  background-color: #346291;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  color: #fff;
}
@media (max-width: 1024px) {
  .single-post--top {
    padding: 60px 0 150px;
  }
}
@media (max-width: 768px) {
  .single-post--top {
    padding: 60px 0;
    border-radius: 0;
  }
}
.single-post--top .post-title {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.single-post--top .post-title h2 {
  font-weight: 600;
}
.single-post--top .date {
  text-align: center;
}
.single-post--top .date span {
  color: #ff6633;
  font-size: 16px;
}
.single-post--thumbnail .post-image {
  margin-top: -150px;
  position: relative;
  aspect-ratio: 3;
  overflow: hidden;
  border-radius: 10px;
}
.single-post--thumbnail .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-post--thumbnail .post-image {
    margin: 40px 0 0;
    aspect-ratio: 1.5;
  }
}
.single-post--content {
  padding: 50px 0;
}
.single-post--content .wys p {
  font-size: 16px;
  font-weight: 300;
  color: #040404;
  line-height: 36px;
}
.blue-wys-box {
  background: linear-gradient(91deg, #1e4b79 1.16%, #35679a 66.85%);
  margin: 50px 0;
  padding: 35px 45px;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
}
.blue-wys-box p {
  color: #fff !important;
}
@media (max-width: 768px) {
  .blue-wys-box {
    margin: 20px 0;
    padding: 20px 25px;
  }
}
.hp-top-banner--section {
  padding: 80px 0 60px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .hp-top-banner--section {
    padding: 60px 0 40px;
  }
}
.hp-top-banner--wrapper {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1400px) {
  .hp-top-banner--wrapper {
    grid-template-columns: 0.85fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 1250px) {
  .hp-top-banner--wrapper {
    grid-template-columns: 0.95fr 1fr;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--wrapper {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
  }
}
.hp-top-banner--wrapper .text h1 strong {
  font-weight: 600;
}
.hp-top-banner--wrapper .text .more-info {
  width: 100%;
  font-size: 18px;
  padding: 18px 25px;
}
@media (max-width: 1024px) {
  .hp-top-banner--wrapper .image {
    max-width: 75%;
    margin: 0 auto;
    order: -1;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--wrapper .image {
    max-width: 95%;
  }
}
.hp-top-banner--wrapper .image figure {
  margin-right: -25%;
  margin-bottom: -120px;
}
@media (max-width: 1800px) {
  .hp-top-banner--wrapper .image figure {
    margin-right: -15%;
  }
}
@media (max-width: 1650px) {
  .hp-top-banner--wrapper .image figure {
    margin-right: -5%;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--wrapper .image figure {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.hp-benefits--section {
  margin: 90px 0 40px;
}
@media (max-width: 768px) {
  .hp-benefits--section {
    margin: 40px 0;
  }
}
.hp-benefits--wrapper .grid-row {
  display: grid;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
  .hp-benefits--wrapper .grid-row {
    border: none;
  }
}
.hp-benefits--wrapper .grid-row:last-child {
  border-bottom: none;
}
.hp-benefits--wrapper .grid-row.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.hp-benefits--wrapper .grid-row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .hp-benefits--wrapper .grid-row.cols-2 {
    grid-template-columns: repeat(1, minmax(auto, 500px));
    justify-content: center;
  }
}
.hp-benefits--wrapper .grid-row.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .hp-benefits--wrapper .grid-row.cols-3 {
    grid-template-columns: repeat(1, minmax(auto, 500px));
    justify-content: center;
  }
}
.hp-benefits--wrapper .grid-row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .hp-benefits--wrapper .grid-row.cols-4 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hp-benefits--wrapper .grid-row.cols-4 {
    grid-template-columns: repeat(1, minmax(auto, 500px));
  }
}
.hp-benefits--wrapper .grid-row .item {
  border-right: 1px solid #e5e5e5;
  padding: 50px 15px 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hp-benefits--wrapper .grid-row .item {
    border: none;
    padding: 20px 0;
  }
}
.hp-benefits--wrapper .grid-row .item:last-child {
  border-right: none;
}
.hp-benefits--wrapper .grid-row .item .icon {
  margin-bottom: 20px;
}
.hp-benefits--wrapper .grid-row .item .title span {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
}
.hp-benefits--wrapper .grid-row .item .description span {
  color: #ff6633;
  font-size: 14px;
}
.hp-services-cta--section {
  margin: 40px 0 20px;
}
.hp-services-cta--wrapper {
  padding: 50px;
  background-color: #346291;
  border-radius: 25px;
  position: relative;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 15px 50px;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hp-services-cta--wrapper {
    grid-template-columns: repeat(1, auto);
    padding: 40px 20px;
  }
}
.hp-services-cta--wrapper > div {
  position: relative;
  z-index: 2;
}
.hp-services-cta--wrapper > div.left .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 50px;
}
@media (max-width: 1024px) {
  .hp-services-cta--wrapper > div.left .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hp-services-cta--wrapper > div.left .list .item {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 18px;
}
.hp-services-cta--wrapper > div.left .list .item:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'><circle cx='8' cy='8' r='7.5' fill='%23F7F7F7' stroke='%23C5C5C5'/><path d='M5 7.44L6.97413 9.33517C7.3611 9.70665 7.97224 9.70665 8.3592 9.33517L16 2' stroke='%23FF6633' stroke-width='3' stroke-linecap='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.hp-services-cta--wrapper > div.right {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  gap: 10px;
}
.hp-services-cta--wrapper > div.right .btn {
  padding: 22px 50px;
}
.hp-products--section {
  background-color: #fff;
  padding: 20px 0 90px;
}
@media (max-width: 1024px) {
  .hp-products--section {
    padding: 30px 0 40px;
  }
}
.hp-products--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1140px) {
  .hp-products--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 700px));
    justify-content: center;
  }
}
.hp-products--wrapper .product-card {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .hp-products--wrapper .product-card {
    grid-template-columns: repeat(1, auto);
    padding: 20px;
  }
}
.hp-products--wrapper .product-card .left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hp-products--wrapper .product-card .left {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .hp-products--wrapper .product-card .left .image {
    max-width: 150px;
  }
}
.hp-products--wrapper .product-card .left .image figure {
  position: relative;
  aspect-ratio: 1;
  margin-bottom: 15px;
}
.hp-products--wrapper .product-card .left .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-products--wrapper .product-card .left .icons {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
  text-align: center;
  margin: 15px 0;
  gap: 15px;
}
.hp-products--wrapper .product-card .left .price {
  margin: 15px 0;
}
.hp-products--wrapper .product-card .left .price span {
  font-size: 16px;
  color: #346291;
  font-weight: 500;
}
.hp-products--wrapper .product-card .left .price span strong {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1380px) {
  .hp-products--wrapper .product-card .left .price span strong {
    font-size: 20px;
  }
}
.hp-products--wrapper .product-card .right .wys {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.hp-products--wrapper .product-card .right .wys p {
  display: block;
  flex-basis: 100%;
}
.hp-products--wrapper .product-card .right .wys h3 {
  margin-bottom: 10px;
  line-height: 1;
}
.hp-products--wrapper .product-card .right .wys ul li {
  padding-bottom: 10px;
}
.hp-products--wrapper .product-card .right .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.hp-products--wrapper .product-card .right .buttons .btn {
  min-width: 150px;
}
@media (max-width: 1380px) {
  .hp-products--wrapper .product-card .right .buttons .btn {
    min-width: auto;
  }
}
.single-product--top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 1380px) {
  .single-product--top {
    gap: 50px;
  }
}
@media (max-width: 1280px) {
  .single-product--top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .single-product--top {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
  }
}
.single-product--top .thumbnail {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.single-product--top .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product--top .text {
  max-width: 650px;
  width: 100%;
  margin-right: auto;
  padding: 100px 20px 40px;
}
@media (max-width: 1280px) {
  .single-product--top .text {
    padding: 60px 20px 40px;
  }
}
@media (max-width: 1024px) {
  .single-product--top .text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .single-product--top .text {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 340px) {
  .single-product--top .text {
    max-width: 320px;
  }
}
.single-product--top .text .btn {
  font-weight: 600;
  font-size: 19px;
}
.single-product--top .text .title h2 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-product--top .text .wys h4 strong {
    display: block;
  }
}
.single-product--top .text .selected_program {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .single-product--top .text .selected_program {
    grid-template-columns: repeat(1, auto);
  }
}
.single-product--top .text .selected_program > span {
  font-size: 23px;
  font-weight: 700;
}
.single-product--top .text .selected_program .programs {
  gap: 5px;
}
.single-product--top .text .selected_program .programs img {
  width: 30px;
  aspect-ratio: 1;
  position: relative;
}
.single-product--benefits .row1440 {
  padding: 80px 0;
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 1024px) {
  .single-product--benefits .row1440 {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .single-product--benefits .row1440 {
    padding: 40px 0;
  }
}
.single-product--benefits .product-benefits-title h2 strong, .single-product--benefits .product-benefits-title h3 strong, .single-product--benefits .product-benefits-title h4 strong, .single-product--benefits .product-benefits-title h5 strong {
  font-weight: 500;
}
.single-product--benefits .product-benefits-wrapper {
  display: grid;
  gap: 20px;
}
.single-product--benefits .product-benefits-wrapper.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  .single-product--benefits .product-benefits-wrapper.grid-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product--benefits .product-benefits-wrapper.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .single-product--benefits .product-benefits-wrapper.grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-product--benefits .product-benefits-wrapper.grid-cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product--benefits .product-benefits-wrapper .col {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
}
.single-product--benefits .product-benefits-wrapper .col:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'><circle cx='8' cy='8' r='7.5' fill='%23F7F7F7' stroke='%23C5C5C5'/><path d='M5 7.44L6.97413 9.33517C7.3611 9.70665 7.97224 9.70665 8.3592 9.33517L16 2' stroke='%23FF6633' stroke-width='3' stroke-linecap='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.single-product--benefits .product-benefits-wrapper .col .wys p {
  padding-bottom: 10px;
}
.single-product--benefits .product-benefits-wrapper .col .wys p strong {
  font-weight: 600;
}
.quick-links--section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .quick-links--section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .quick-links--section {
    padding: 40px 0;
  }
}
.quick-links--section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(92deg, #1e4b79 0.86%, #35679a 49.38%);
  width: 1000px;
  height: 90%;
  z-index: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 1024px) {
  .quick-links--section:after {
    height: 40%;
  }
}
.quick-links--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .quick-links--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .quick-links--wrapper {
    gap: 40px;
    grid-template-columns: repeat(1, auto);
  }
}
.quick-links--wrapper .quick-links {
  background-color: #346291;
  padding: 40px;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 576px) {
  .quick-links--wrapper .quick-links {
    padding: 40px 20px;
  }
}
.quick-links--wrapper .quick-links .title h3 {
  margin-bottom: 0;
}
.quick-links--wrapper .quick-links .link {
  padding: 15px 0;
  border-bottom: 1px dashed rgba(243, 243, 243, 0.3);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 23px;
  align-items: center;
  gap: 15px;
}
.quick-links--wrapper .quick-links .link:after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  background-color: #ff8a30;
  aspect-ratio: 1;
  border-radius: 50%;
}
.quick-links--wrapper .quick-links .link a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.quick-links--wrapper .quick-links .link a:hover {
  color: #ff8a30;
}
.quick-links--wrapper .video-block {
  position: relative;
  aspect-ratio: 1.5;
  border-radius: 10px;
  overflow: hidden;
}
.quick-links--wrapper .video-block iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.support-grid--section .row1440 {
  padding: 80px 0;
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 576px) {
  .support-grid--section .row1440 {
    padding: 40px 0;
  }
}
.support-grid--title {
  margin-bottom: 30px;
}
.support-grid--title h2, .support-grid--title h3, .support-grid--title h4, .support-grid--title h5 {
  margin-bottom: 10px;
}
.support-grid--title h2 strong, .support-grid--title h3 strong, .support-grid--title h4 strong, .support-grid--title h5 strong {
  font-weight: 500;
}
.support-grid--tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1180px) {
  .support-grid--tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .support-grid--tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .support-grid--tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.support-grid--tiles .tile {
  padding: 20px;
  border: 1px solid rgba(167, 167, 167, 0.17);
  border-radius: 25px;
  background-color: #fff;
}
.support-grid--tiles .tile .title {
  position: relative;
  display: grid;
  grid-template-columns: 7px 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.support-grid--tiles .tile .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff6633;
}
.support-grid--tiles .tile .title span {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
.support-grid--tiles .tile .text p {
  font-size: 15px;
}
.select_product .select_variations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.select_product .select_variations > div {
  flex: 1;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 1180px) {
  .select_product .select_variations > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.select_product .selectric-wrapper {
  width: 100%;
  flex: 1;
}
.select_product .selectric-wrapper.selectric-open.selectric-below .selectric {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper.selectric-open.selectric-below .selectric {
    border-radius: 25px 25px 0 0;
  }
}
.select_product .selectric-wrapper.selectric-open.selectric-above .selectric {
  border-radius: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper.selectric-open.selectric-above .selectric {
    border-radius: 0 0 25px 25px;
  }
}
.select_product .selectric-wrapper .selectric {
  padding: 15px;
  border-radius: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 60px;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper .selectric {
    padding: 15px 10px;
    border-radius: 25px;
  }
}
.select_product .selectric-wrapper .selectric .button {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
}
.select_product .selectric-wrapper .selectric .label {
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 100%;
  margin: 0 28px 0 0;
}
.select_product .selectric-wrapper .selectric .label .noImgText {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
.select_product .selectric-wrapper .selectric .label .noImgText .icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.select_product .selectric-wrapper .selectric .label .noImgText .icons img {
  width: 25px;
  height: 25px;
}
.select_product .selectric-wrapper .selectric .label .selImg {
  -webkit-flex-basis: 24px;
  -moz-flex-basis: 24px;
  -ms-flex-basis: 24px;
  flex-basis: 24px;
  width: 24px;
}
.select_product .selectric-wrapper .selectric .label .selImg img {
  aspect-ratio: 1;
  object-fit: cover;
}
.select_product .selectric-wrapper.selectric-below .selectric-items {
  border-radius: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper.selectric-below .selectric-items {
    border-radius: 0 0 25px 25px;
  }
}
.select_product .selectric-wrapper.selectric-above .selectric-items {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper.selectric-above .selectric-items {
    border-radius: 25px 25px 0 0;
  }
}
.select_product .selectric-wrapper .selectric-items {
  border: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .select_product .selectric-wrapper .selectric-items {
    border-radius: 0 0 25px 25px;
  }
}
.select_product .selectric-wrapper .selectric-items ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 10px 25px;
  min-height: 45px;
}
.select_product .selectric-wrapper .selectric-items ul li .noImgText {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
.select_product .selectric-wrapper .selectric-items ul li .noImgText .icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.select_product .selectric-wrapper .selectric-items ul li .noImgText .icons img {
  width: 25px;
  height: 25px;
}
.select_product .selectric-wrapper .selectric-items ul li .selImg {
  -webkit-flex-basis: 24px;
  -moz-flex-basis: 24px;
  -ms-flex-basis: 24px;
  flex-basis: 24px;
  max-width: 24px;
}
.select_product .selectric-wrapper .selectric-items ul li img {
  aspect-ratio: 1;
  object-fit: cover;
}
.select_product .select-product-btn {
  margin: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.select_product .select-product-btn span {
  font-weight: 600;
  font-size: 19px;
}
.select_product #priceBlock, .select_product .buyPrice {
  color: #346291;
  font-size: 20px;
  font-weight: 600;
}
.select_product.single-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 576px) {
  .select_product.single-product {
    flex-direction: column;
  }
}
.select_product.single-product .buyPrice, .select_product.single-product .btn {
  flex: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
.select_product .productButtonsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  flex: 1;
  margin: 20px 0;
}
@media (max-width: 1140px) {
  .select_product .productButtonsWrap {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .select_product .productButtonsWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.select_product .productButtonsWrap.aloneButton {
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
}
.select_product .productButtonsWrap .download-trial, .select_product .productButtonsWrap > .btn {
  flex: 1;
  margin: 0;
}
@media (max-width: 1140px) {
  .select_product .productButtonsWrap .download-trial, .select_product .productButtonsWrap > .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.select_product > .download-trial {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.about-content--section {
  margin: 100px 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1380px) {
  .about-content--section {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .about-content--section {
    margin: 60px 0;
    grid-template-columns: repeat(1, auto);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about-content--section {
    margin: 40px 0;
  }
}
.about-content--section .text {
  padding: 40px 20px;
}
.about-content--section .text .wys {
  max-width: 590px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .about-content--section .text .wys {
    margin: auto;
    max-width: 100%;
  }
}
.about-content--section .image {
  position: relative;
}
.about-content--section .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 95%;
  background-color: #f63;
  bottom: 0;
  left: 7%;
  border-radius: 25px;
  transform: skew(-10deg);
  clip-path: polygon(0% -1%, 0% 102%, 100% 35%);
}
@media (max-width: 1024px) {
  .about-content--section .image:after {
    display: none;
  }
}
.about-content--section .image figure {
  position: relative;
  aspect-ratio: 1.5;
  z-index: 2;
  overflow: hidden;
  border-radius: 25px 0 0 25px;
  transform: skew(-15deg) translateX(10%);
}
@media (max-width: 1024px) {
  .about-content--section .image figure {
    transform: none;
    border-radius: none;
  }
}
.about-content--section .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(15deg) scale(1.2);
}
@media (max-width: 1024px) {
  .about-content--section .image figure img {
    transform: none;
  }
}
.contact-us--section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .contact-us--section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .contact-us--section {
    margin: 40px 0;
  }
}
.contact-us--block {
  background-color: #346291;
  position: relative;
  border-radius: 25px;
  padding: 35px 20px;
}
.contact-us--block .wys {
  max-width: 535px;
  margin: 0 auto;
}
.contact-us--block .wys h2 {
  line-height: 1;
}
.contact-us--block .wys * {
  color: #fff;
}
@media (max-width: 576px) {
  .contact-us--block .wys form .subscribe-input {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 30px;
  }
  .contact-us--block .wys form .subscribe-input .btn {
    width: 100%;
  }
}
.contact-us--block .wys form label input {
  color: #fff;
}
.contact-us--block .wys form label input::placeholder {
  color: #fff;
}
.products-cards--top {
  padding: 100px 0 200px;
  background-color: #346291;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  color: #fff;
}
@media (max-width: 1024px) {
  .products-cards--top {
    padding: 60px 0 150px;
  }
}
.products-cards--top .top-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 500px) minmax(auto, 800px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .products-cards--top .top-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-cards--top .title h1 {
  font-weight: 600;
}
.products-cards--top .search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}
.products-cards--top .search-form input {
  background-color: rgba(255, 255, 255, 0.07);
  border: none;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 50px 5px 20px;
  height: 55px;
  color: #fff;
}
.products-cards--top .search-form input::placeholder {
  color: #fff;
}
.products-cards--top .search-form .btn {
  padding: 20px 40px;
  text-transform: capitalize;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  font-weight: 700;
  margin-left: -50px;
}
.products-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  padding: 40px 0;
  margin-top: -150px;
}
@media (max-width: 1280px) {
  .products-cards--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .products-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .products-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-cards--wrapper .prod-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
}
.products-cards--wrapper .prod-card--thumb .image {
  position: relative;
  aspect-ratio: 1.15;
}
.products-cards--wrapper .prod-card--thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-cards--wrapper .prod-card--excerpt {
  padding: 20px 25px;
  background-color: #fff;
}
.products-cards--wrapper .prod-card--excerpt .date {
  margin-bottom: 15px;
}
.products-cards--wrapper .prod-card--excerpt .date span {
  font-size: 14px;
  color: #2a3e53;
}
.products-cards--wrapper .prod-card--excerpt .title {
  margin-bottom: 10px;
}
.products-cards--wrapper .prod-card--excerpt .title span {
  color: #222;
  font-size: 18px;
}
.products-cards--wrapper .prod-card--excerpt .learn-more {
  font-weight: 600;
  font-size: 18px;
}
.products-cards--wrapper .numbered_pagination {
  margin: 50px 0 0;
}
.about-top--section {
  padding: 120px 0 40px;
  position: relative;
  background-image: url("../img/about-top-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .about-top--section {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1140px) {
  .about-top--section {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .about-top--section {
    padding: 0;
    margin: 40px 0;
  }
}
.about-top--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  position: relative;
}
@media (max-width: 1550px) {
  .about-top--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1250px) {
  .about-top--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1140px) {
  .about-top--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.about-top--wrapper .left, .about-top--wrapper .right {
  position: relative;
  z-index: 2;
}
@media (max-width: 1550px) {
  .about-top--wrapper .right {
    padding-right: 20px;
  }
}
@media (max-width: 1550px) {
  .about-top--wrapper .right .wys {
    max-width: 90%;
  }
}
@media (max-width: 1140px) {
  .about-top--wrapper .right .wys {
    max-width: 100%;
  }
}
.about-top--wrapper .left .title h1, .about-top--wrapper .left .title h2 {
  font-weight: 600;
}
.about-top--wrapper .left .image figure {
  margin-left: -50%;
}
@media (max-width: 1600px) {
  .about-top--wrapper .left .image figure {
    margin-left: -40%;
  }
}
@media (max-width: 1140px) {
  .about-top--wrapper .left .image figure {
    margin-left: 0;
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .about-top--wrapper .left .image figure {
    max-width: 100%;
  }
}
.about-top--wrapper .left .image figure img {
  width: 100%;
  margin-left: -10%;
}
@media (max-width: 1480px) {
  .about-top--wrapper .left .image figure img {
    margin-left: 0;
  }
}
.about-top--wrapper .programs-icons {
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 1;
}
@media (max-width: 1800px) {
  .about-top--wrapper .programs-icons {
    right: -10%;
  }
}
@media (max-width: 1550px) {
  .about-top--wrapper .programs-icons {
    right: -5%;
  }
}
@media (max-width: 1140px) {
  .about-top--wrapper .programs-icons {
    right: -5%;
    top: -20px;
    bottom: auto;
    z-index: 3;
    width: 35%;
  }
}
@media (max-width: 576px) {
  .about-top--wrapper .programs-icons {
    top: 0;
  }
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.2);
}
.fancybox__slide::before {
  margin: 0 auto;
}
#download-form-modal {
  max-width: 850px;
  border-radius: 27px;
  background: #f6f6f6;
  box-shadow: 0px 354px 99px 0px rgba(0, 0, 0, 0), 0px 227px 91px 0px rgba(0, 0, 0, 0.01), 0px 127px 76px 0px rgba(0, 0, 0, 0.05), 0px 57px 57px 0px rgba(0, 0, 0, 0.09), 0px 14px 31px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 10px 10px;
  position: relative;
}
#download-form-modal h1, #download-form-modal h2, #download-form-modal h3, #download-form-modal h4, #download-form-modal h5 {
  margin-bottom: 10px;
}
#download-form-modal h1 strong, #download-form-modal h2 strong, #download-form-modal h3 strong, #download-form-modal h4 strong, #download-form-modal h5 strong {
  font-weight: 500;
}
#download-form-modal .field-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
@media (max-width: 576px) {
  #download-form-modal .field-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#download-form-modal .modal-product-selector {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  #download-form-modal .modal-product-selector {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  #download-form-modal .modal-product-selector {
    padding: 0 20px;
  }
}
#download-form-modal .modal-product-selector .selectors {
  margin: 30px 0;
}
#download-form-modal .modal-product-selector .selectric-wrapper.selectric-open.selectric-below .selectric {
  border-radius: 30px 30px 0 0;
}
@media (max-width: 768px) {
  #download-form-modal .modal-product-selector .selectric-wrapper.selectric-open.selectric-below .selectric {
    border-radius: 20px 20px 0 0;
  }
}
#download-form-modal .modal-product-selector .selectric-wrapper.selectric-open.selectric-above .selectric {
  border-radius: 0 0 30px 30px;
}
@media (max-width: 768px) {
  #download-form-modal .modal-product-selector .selectric-wrapper.selectric-open.selectric-above .selectric {
    border-radius: 0 0 20px 20px;
  }
}
#download-form-modal .modal-product-selector .selectric-wrapper .selectric {
  padding: 7px 10px;
  border-radius: 40px;
  border: 1px solid #b6b6b6;
}
#download-form-modal .modal-product-selector .selectric-wrapper .selectric .button {
  top: 50%;
  transform: translateY(-50%);
}
#download-form-modal .modal-product-selector .selectric-wrapper.selectric-below .selectric-items {
  border-radius: 0 0 30px 30px;
}
@media (max-width: 768px) {
  #download-form-modal .modal-product-selector .selectric-wrapper.selectric-below .selectric-items {
    border-radius: 0 0 20px 20px;
  }
}
#download-form-modal .modal-product-selector .selectric-wrapper.selectric-above .selectric-items {
  border-radius: 30px 30px 0 0;
}
@media (max-width: 768px) {
  #download-form-modal .modal-product-selector .selectric-wrapper.selectric-above .selectric-items {
    border-radius: 20px 20px 0 0;
  }
}
#download-form-modal .modal-product-selector .selectric-wrapper .selectric-items {
  overflow: hidden;
}
#download-form-modal .modal-contact-form {
  padding: 25px 80px;
  background-color: #fff;
  border-radius: 27px;
}
@media (max-width: 1024px) {
  #download-form-modal .modal-contact-form {
    padding: 20px 40px;
  }
}
@media (max-width: 576px) {
  #download-form-modal .modal-contact-form {
    padding: 20px;
  }
}
#download-form-modal .modal-contact-form label input {
  padding: 19px 23px;
  border-radius: 40px;
  border: 1px solid #b6b6b6;
}
#download-form-modal .modal-contact-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 15px 0;
}
#download-form-modal .modal-contact-form .wpcf7-checkbox .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  background: #fff;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.2s;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
#download-form-modal .modal-contact-form .wpcf7-checkbox .wpcf7-list-item label input:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: 1px solid #346291;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#download-form-modal .modal-contact-form .submit-wrapper {
  position: relative;
  margin: 25px 0 0;
}
#download-form-modal .modal-contact-form .submit-wrapper .btn {
  padding: 15px 40px;
  min-width: 200px;
  font-size: 19px;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: #ff6633;
  font-size: 7px;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  border-radius: 50%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loading .loader {
  display: block;
}
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.wpcf7-form.invalid .subscribe-input {
  border-color: #ff5f5f !important;
}
.wpcf7-form.invalid .subscribe-input .wpcf7-not-valid-tip {
  display: none !important;
}
.tpl-consulting .about-top--wrapper p {
  line-height: 1.6;
}
.tpl-consulting .about-content--section {
  display: block;
}
@media (max-width: 960px) {
  .tpl-consulting .about-content--section {
    margin: 0;
  }
}
.tpl-consulting .about-content--section .text {
  padding: 30px 0;
}
.tpl-consulting .about-content--section .text .wys {
  max-width: 100%;
}
.tpl-consulting .fancy-btn {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
#dialog-content {
  border-radius: 27px;
  border: 10px solid rgba(167, 167, 167, 0.17);
}
#dialog-content h2 {
  font-weight: 700;
}
#dialog-content .field-row {
  flex-basis: 48.5%;
  margin-bottom: 20px;
}
#dialog-content .field-row input, #dialog-content .field-row textarea {
  border: 1px solid #b6b6b6;
  border-radius: 40px;
  padding-left: 23px;
  height: 46px;
}
#dialog-content .field-row textarea {
  padding-top: 19px;
  height: 172px;
  margin-bottom: 30px;
}
#dialog-content .field-row textarea + .wpcf7-not-valid-tip {
  top: 13px;
}
#dialog-content .wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border-radius: 50px;
  top: 3px;
  left: 3px;
  right: 3px;
}
#dialog-content .submit-wrapper {
  position: relative;
}
#dialog-content .submit-wrapper .wpcf7-submit {
  display: block;
  margin: 0 auto;
}
#dialog-content .is-close-btn {
  top: 5px;
  right: 5px;
}
#dialog-content .is-close-btn path {
  stroke: #f63;
}
