* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='search'], select, textarea {
  -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;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='submit'], input[type='button'], button, .button {
  -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;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  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;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.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;
}
html {
  overflow-y: scroll;
  scrollbar-color: #f5cb08 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #f5cb08;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #dcb707;
}
::-webkit-scrollbar-thumb:active {
  background: #dcb707;
}
html {
  font: 400 16px/ 1.5714 'Poppins', sans-serif, sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -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;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 2.1;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -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;
}
a:hover {
  text-decoration: none;
}
input[type='text'], input[type='email'], input[type='url'], input[type='tel'], input[type='search'], input[type='password'], textarea, select {
  height: 40px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='tel']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus, select:focus {
  border-color: #f5cb08;
}
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type='text']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
select option {
  color: #000;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  background: #f5cb08;
  color: #000;
  font-weight: 600;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  min-width: 210px;
  border: 3px solid #000;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 12.5px 14px 12.5px;
    min-width: 160px;
    font-size: 16px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #fae069;
}
.btn.black, .post-navigation [rel="next"].black, .post-navigation [rel="prev"].black, .submit.black {
  background: #000;
  color: #fff;
}
.btn.black:hover, .post-navigation [rel="next"].black:hover, .post-navigation [rel="prev"].black:hover, .submit.black:hover {
  background: #fae069;
  color: #000;
}
.btn.phone, .post-navigation [rel="next"].phone, .post-navigation [rel="prev"].phone, .submit.phone {
  padding: 13.5px 14px 13.5px 18px;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .btn.phone, .post-navigation [rel="next"].phone, .post-navigation [rel="prev"].phone, .submit.phone {
    padding: 12.5px 14px 12.5px;
  }
}
.btn.phone:before, .post-navigation [rel="next"].phone:before, .post-navigation [rel="prev"].phone:before, .submit.phone:before {
  content: '';
  background: url("../img/phone.svg") center no-repeat;
  background-size: contain;
  margin-right: 12px;
  vertical-align: sub;
  line-height: 1;
  width: 22px;
  display: inline-block;
  height: 22px;
}
@media (max-width: 768px) {
  .btn.phone:before, .post-navigation [rel="next"].phone:before, .post-navigation [rel="prev"].phone:before, .submit.phone:before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
h1 {
  font-size: 60px;
  line-height: 125%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 50px;
  line-height: 122%;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 37px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #f5cb08;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #fae069;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  height: 100%;
  line-height: 40px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  text-transform: capitalize;
  margin: 5px 22px;
}
@media (max-width: 1640px) {
  .main-menu > ul > li > a {
    margin: 5px 20px;
  }
}
@media (max-width: 1440px) {
  .main-menu > ul > li > a {
    margin: 5px 10px;
  }
}
@media (max-width: 1240px) {
  .main-menu > ul > li > a {
    margin: 5px 5px;
    font-size: 14px;
  }
}
.main-menu > ul > li > a:hover {
  color: #f5cb08;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 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;
  background: #f5cb08;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 15px;
  display: block;
  padding: 5px 10px 5px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #c4a206;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #c4a206;
}
.main-menu .menu-item-has-children:hover > a {
  color: #f5cb08;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #f5cb08;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -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;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -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;
}
.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);
  -o-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);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -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;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.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.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;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -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;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -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;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -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;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -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;
}
.search-box .search-form button:hover {
  color: #fae069;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  content: 'x';
  font-size: 24px;
  opacity: 0;
  color: #000;
}
.search-box .search-btn svg {
  -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;
}
.search-box .search-btn:hover svg {
  color: #fae069;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #fae069;
}
@media (max-width: 768px) {
  .share-icons, .social-icons {
    text-align: center;
  }
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -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;
  margin: 5px 27px 5px 0;
  height: 34px;
  width: 34px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .share-icons a, .social-icons a {
    margin: 5px 15px 5px 0;
  }
}
@media (max-width: 768px) {
  .share-icons a, .social-icons a {
    margin: 5px;
    text-align: center;
  }
}
.share-icons a:hover, .social-icons a:hover {
  opacity: 0.7;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 34px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #f5cb08;
  background: transparent;
  -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;
}
.selectric .label {
  line-height: 40px;
  height: 40px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 40px;
  height: 40px;
  width: 40px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #f5cb08 transparent transparent transparent;
  -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;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #927905;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #927905;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -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;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #f5cb08;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fae069;
  -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;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #fae069;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #f5cb08;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #fae069;
}
.pagination a.page-numbers:hover {
  background: #fae069;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.posts .post {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  .posts .post {
    display: block;
  }
}
.posts .post .thumb {
  width: 100%;
  aspect-ratio: 1.5;
}
.posts .post .thumb:hover {
  opacity: 0.7;
}
.posts .post .thumb img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.posts .post time {
  margin-bottom: 5px;
  display: inline-block;
}
.posts .post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.posts .post .post-title {
  font-size: 25px;
  display: block;
  margin-bottom: 15px;
}
.posts .post .more {
  color: #000;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.single-wrapper .text ul li:before {
  top: 9px;
}
.single-wrapper .thumbnail {
  margin-bottom: 20px;
}
.single-wrapper .thumbnail img {
  margin: 0 auto;
}
.single-wrapper time {
  margin-bottom: 30px;
  display: inline-block;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.outer-space {
  margin: 100px auto;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px auto;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 30px auto;
  }
}
.outer-space.small-space {
  margin: 77px auto;
}
@media (max-width: 1366px) {
  .outer-space.small-space {
    margin: 60px auto;
  }
}
@media (max-width: 1024px) {
  .outer-space.small-space {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .outer-space.small-space {
    margin: 30px auto;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 30px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: relative;
  z-index: 100;
  padding: 14px 0;
  background: #fff;
  border-bottom: 2px solid #000;
  box-shadow: 0px 4px 13.1px rgba(0, 0, 0, 0.13);
}
header .logo {
  max-width: 138px;
  display: block;
}
@media (max-width: 480px) {
  header .logo {
    margin-bottom: 12px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .logo img {
  object-fit: contain;
}
@media (max-width: 1024px) {
  header .btn-block {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  header .btn-block {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  header .btn-block {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1240px) {
  header .btn-block .btn, header .btn-block .post-navigation [rel="next"], .post-navigation header .btn-block [rel="next"], header .btn-block .post-navigation [rel="prev"], .post-navigation header .btn-block [rel="prev"] {
    padding: 12.5px 14px 12.5px;
    font-size: 16px;
    min-width: auto;
  }
}
@media (max-width: 1240px) {
  header .btn-block .btn:before, header .btn-block .post-navigation [rel="next"]:before, .post-navigation header .btn-block [rel="next"]:before, header .btn-block .post-navigation [rel="prev"]:before, .post-navigation header .btn-block [rel="prev"]:before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  header .wrap {
    display: block;
  }
}
footer {
  background: #000;
  padding: 90px 0 60px;
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer-logo-box {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .footer-logo-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-logo-box {
    margin-bottom: 20px;
  }
}
footer .footer-logo {
  display: block;
  max-width: 154px;
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-logo img {
  object-fit: contain;
}
footer .footer-menu {
  margin: 11px 0 60px;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    margin: 11px 0 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin: 11px 0 20px;
  }
}
@media (max-width: 480px) {
  footer .footer-menu {
    margin: 11px 0 15px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .footer-menu li {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footer-menu li {
    margin: 5px 8px;
  }
}
footer .footer-menu li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
footer .footer-menu li a:hover {
  color: #f5cb08;
}
footer .footer-left {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  footer .footer-left {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  footer .footer-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-right {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
@media (max-width: 1024px) {
  footer .footer-right {
    -webkit-flex-basis: 69%;
    -moz-flex-basis: 69%;
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
  }
}
@media (max-width: 768px) {
  footer .footer-right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .copyright {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}
footer .phone-link-box {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .phone-link-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .phone-link-box {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .phone-link-box {
    margin-bottom: 20px;
  }
}
footer .phone-link {
  color: #f5cb08;
  display: inline-block;
}
footer .phone-link:hover {
  opacity: 0.7;
}
footer .phone-link svg {
  vertical-align: middle;
  margin-right: 12px;
}
@media (max-width: 768px) {
  footer .phone-link svg {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  footer .phone-link svg {
    margin-right: 8px;
  }
}
footer .phone-link span {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  footer .phone-link span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  footer .phone-link span {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  footer .phone-link span {
    font-size: 16px;
  }
}
footer .footer-content-box {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  footer .footer-content-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-content-box {
    margin-bottom: 0;
  }
}
footer .footer-content-box .text {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media (max-width: 1024px) {
  footer .footer-content-box .text {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  footer .footer-content-box .text {
    margin-bottom: 20px;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-content-box .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.white-color {
  color: #fff;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff;
}
.white-color a:not(.btn):hover {
  color: #f5cb08;
}
.top-block {
  position: relative;
  min-height: 434px;
  padding: 170px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: 400px;
    padding: 140px 0;
  }
}
@media (max-width: 768px) {
  .top-block {
    min-height: 320px;
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .top-block {
    min-height: auto;
  }
}
.top-block .top-image {
  position: absolute;
  z-index: -1;
  left: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.top-block .top-image:before {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: '';
  width: 50%;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
  height: 100%;
}
@media (max-width: 1240px) {
  .top-block .top-image:before {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-image:before {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top-block .top-image:before {
    width: 100%;
    clip-path: none;
  }
}
.top-block .top-image:after {
  height: 90%;
  width: 100%;
  clip-path: polygon(0 0, 12% 100%, 0% 100%);
  background: #f5cb08;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: '';
}
@media (max-width: 1640px) {
  .top-block .top-image:after {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .top-block .top-image:after {
    height: 30%;
  }
}
@media (max-width: 480px) {
  .top-block .top-image:after {
    height: 20%;
  }
}
.top-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .top-info {
  max-width: 40%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1240px) {
  .top-block .top-info {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-info {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .top-block .top-info {
    max-width: 100%;
    text-align: center;
  }
}
.top-block .top-info h1 {
  text-shadow: 1px 1px 2px #000;
}
.top-block .top-info .btn, .top-block .top-info .post-navigation [rel="next"], .post-navigation .top-block .top-info [rel="next"], .top-block .top-info .post-navigation [rel="prev"], .post-navigation .top-block .top-info [rel="prev"] {
  margin-top: 15px;
}
.page-template-tpl-free-quote .top-block .top-image:before {
  background: rgba(0, 0, 0, .1);
}
.triangle-border {
  height: 9px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="white"/%3E%3C/svg%3E');
  background-repeat: repeat-x;
  background-position: 0 0;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.triangle-border.white-svg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="white"/%3E%3C/svg%3E');
}
.triangle-border.black-svg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="black"/%3E%3C/svg%3E');
}
.triangle-border.hidden-svg {
  display: none;
}
.triangle-border.yellow-svg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="%23F5CB08"/%3E%3C/svg%3E');
}
.triangle-border.grey-svg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="%23f0f0f0"/%3E%3C/svg%3E');
}
.triangle-border.triangle-top {
  bottom: auto;
  top: 1px;
}
.triangle-border.reverse {
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-template-tpl-about .top-block .top-image:before {
  background: none;
}
.page-template-tpl-about .top-block .top-info h1 {
  text-shadow: 1px 1px 2px #000;
}
.image-info-block {
  position: relative;
}
.image-info-block .wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .image-info-block .wrap {
    min-height: 340px;
  }
}
@media (max-width: 768px) {
  .image-info-block .wrap {
    min-height: auto;
  }
}
.image-info-block .image-info-block-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-block-text {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .image-info-block .image-info-block-text {
    min-height: auto;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.image-info-block .image-info-block-text .text {
  max-width: 603px;
  padding-left: 20px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-block-text .text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .image-info-block .image-info-block-text .text {
    margin: 0;
    max-width: none;
  }
}
.image-info-block .image-box, .image-info-block .image-box-video {
  overflow: hidden;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-info-block .image-box, .image-info-block .image-box-video {
    height: 320px;
    width: 100%;
    position: relative;
  }
}
.image-info-block .image-box img, .image-info-block .image-box-video img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.our-goals-info {
  position: relative;
  background: url("../img/Goals.jpg") bottom no-repeat;
  background-size: cover;
  padding: 135px 0;
}
@media (max-width: 1366px) {
  .our-goals-info {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .our-goals-info {
    padding: 40px 0;
    background: #000;
  }
}
@media (max-width: 480px) {
  .our-goals-info {
    padding: 35px 0;
  }
}
.our-goals-info .text {
  max-width: 952px;
  margin: 0 auto;
}
.our-movers-block {
  position: relative;
  margin-top: -9px;
  min-height: 690px;
}
@media (max-width: 1366px) {
  .our-movers-block {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .our-movers-block {
    padding-bottom: 0;
  }
}
.our-movers-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 78%;
  height: calc(100% - 9px);
  background: #f5cb08;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 68% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .our-movers-block:before {
    clip-path: none;
    width: 100%;
  }
}
.our-movers-block .our-movers-text {
  position: relative;
  z-index: 1;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .our-movers-block .our-movers-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 25px;
  }
}
.our-movers-block .our-movers-text .text {
  max-width: 640px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .our-movers-block .our-movers-text .text {
    max-width: 100%;
  }
}
.our-movers-block .yellow-svg {
  width: 78%;
}
@media (max-width: 768px) {
  .our-movers-block .yellow-svg {
    width: 100%;
  }
}
.our-movers-block .image-background-box {
  width: 100%;
  height: calc(100% - 9px);
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 0;
}
@media (max-width: 768px) {
  .our-movers-block .image-background-box {
    position: relative;
    z-index: 1;
    height: 100%;
    top: 0;
  }
}
.our-movers-block .image-background-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 152px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .our-movers-block .image-background-box:before {
    display: none;
  }
}
.our-movers-block .image-background-box img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  min-height: 240px;
}
.our-movers-block .image-box {
  z-index: 1;
  width: 49%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 1366px) {
  .our-movers-block .image-box {
    bottom: -30px;
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .our-movers-block .image-box {
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .our-movers-block .image-box {
    z-index: 2;
    bottom: -10px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .our-movers-block .image-box {
    width: 80%;
  }
}
.our-movers-block .image-box img {
  margin-left: auto;
  width: 49vw;
  object-position: bottom right;
}
@media (max-width: 1366px) {
  .our-movers-block .image-box img {
    width: 48vw;
  }
}
@media (max-width: 768px) {
  .our-movers-block .image-box img {
    width: 60vw;
  }
}
@media (max-width: 480px) {
  .our-movers-block .image-box img {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .our-movers-block .triangle-border {
    z-index: 2;
  }
}
.our-equipment-block {
  padding: 75px 0;
}
@media (max-width: 1366px) {
  .our-equipment-block {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .our-equipment-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .our-equipment-block {
    padding: 35px 0;
  }
}
.our-equipment-block .text {
  max-width: 952px;
  margin: 0 auto 55px;
}
@media (max-width: 1024px) {
  .our-equipment-block .text {
    margin: 0 auto 35px;
  }
}
@media (max-width: 768px) {
  .our-equipment-block .text {
    margin: 0 auto 25px;
  }
}
.our-equipment-block .our-equipment-slider {
  max-width: 705px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .our-equipment-block .our-equipment-slider {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .our-equipment-block .our-equipment-slider {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .our-equipment-block .our-equipment-slider {
    padding-bottom: 30px;
  }
}
.our-equipment-block .our-equipment-slider .swiper {
  overflow: unset;
}
.our-equipment-block .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 440px;
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-slide {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .our-equipment-block .swiper-slide {
    height: 320px;
  }
}
.our-equipment-block .swiper-slide .image-box {
  width: 100%;
  height: 100%;
}
.our-equipment-block .swiper-slide .image-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.our-equipment-block .swiper-button-next, .our-equipment-block .swiper-button-prev {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 7px solid #fff;
  background: #f5cb08;
  color: #000;
  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;
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-button-next, .our-equipment-block .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .our-equipment-block .swiper-button-next, .our-equipment-block .swiper-button-prev {
    width: 45px;
    height: 45px;
    border: 4px solid #fff;
  }
}
.our-equipment-block .swiper-button-next:hover, .our-equipment-block .swiper-button-prev:hover {
  opacity: 0.9;
}
.our-equipment-block .swiper-button-next svg, .our-equipment-block .swiper-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 12px;
}
.our-equipment-block .swiper-button-next::before, .our-equipment-block .swiper-button-prev::before, .our-equipment-block .swiper-button-next::after, .our-equipment-block .swiper-button-prev::after {
  display: none;
}
.our-equipment-block .swiper-button-next {
  right: -32px;
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-button-next {
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-button-next {
    right: -12px;
  }
}
.our-equipment-block .swiper-button-prev {
  left: -32px;
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-button-prev {
    left: -25px;
  }
}
@media (max-width: 1024px) {
  .our-equipment-block .swiper-button-prev {
    left: -12px;
  }
}
.our-equipment-block .swiper-pagination {
  bottom: 0;
  line-height: 0;
  height: 9px;
}
.our-equipment-block .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 8px;
  background: #000;
}
@media (max-width: 768px) {
  .our-equipment-block .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.our-equipment-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f5cb08;
}
.reviews-info-block {
  margin: 80px auto;
}
@media (max-width: 1366px) {
  .reviews-info-block {
    margin: 60px auto;
  }
}
@media (max-width: 1024px) {
  .reviews-info-block {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .reviews-info-block {
    margin: 30px auto;
  }
}
.reviews-info-block .reviews-info-box {
  position: relative;
  padding: 50px 52px 32px 93px;
  background: #f5cb08;
  border: 1px solid #000;
  border-radius: 10px;
}
@media (max-width: 1240px) {
  .reviews-info-block .reviews-info-box {
    padding: 50px 35px;
  }
}
@media (max-width: 1024px) {
  .reviews-info-block .reviews-info-box {
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .reviews-info-block .reviews-info-box {
    padding: 30px 20px 20px;
  }
}
.reviews-info-block .reviews-info-box:before {
  content: '';
  height: 30px;
  width: calc(100% - 34px);
  left: 17px;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  background: #000;
  bottom: -9px;
}
.reviews-info-block .reviews-info-box:after {
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #000;
  position: absolute;
  z-index: 1;
  right: 0;
  content: '';
  width: 30%;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .reviews-info-block .reviews-info-box:after {
    width: 100%;
    height: 170px;
    top: auto;
    bottom: 0;
    clip-path: none;
  }
}
.reviews-info-block .reviews-info-text {
  -webkit-flex-basis: 69%;
  -moz-flex-basis: 69%;
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .reviews-info-block .reviews-info-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.reviews-info-block .text h5 {
  margin-bottom: 5px;
}
.reviews-info-block .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .reviews-info-block .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reviews-info-block .text p {
    font-size: 16px;
  }
}
.reviews-info-block .reviews-info-logo {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .reviews-info-block .reviews-info-logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    height: 140px;
  }
}
.reviews-info-block .reviews-info-logo img {
  object-fit: contain;
  margin-left: auto;
}
@media (max-width: 768px) {
  .reviews-info-block .reviews-info-logo img {
    margin: 0 auto;
    max-height: 100%;
  }
}
.testimonials-block {
  margin: 80px auto 70px;
}
@media (max-width: 1366px) {
  .testimonials-block {
    margin: 60px auto;
  }
}
@media (max-width: 1024px) {
  .testimonials-block {
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  .testimonials-block {
    margin: 30px auto;
  }
}
.testimonials-block .testimonials-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.testimonials-block .testimonials-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1240px) {
  .testimonials-block .testimonials-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .testimonials-block .testimonials-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .testimonials-block .testimonials-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.testimonials-block .testimonials-items .testimonials-item {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-items .testimonials-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-items .testimonials-item {
    margin-bottom: 25px;
  }
}
.testimonials-item {
  margin-bottom: 55px;
  padding: 30px 30px 35px;
  background: #f0f0f0;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1366px) {
  .testimonials-item {
    padding: 25px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .testimonials-item {
    margin-bottom: 35px;
    padding: 25px 18px;
  }
}
@media (max-width: 768px) {
  .testimonials-item {
    margin-bottom: 25px;
    padding: 25px 15px;
  }
}
.testimonials-item:before {
  content: '';
  height: 30px;
  width: calc(100% - 30px);
  left: 15px;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  background: #f5cb08;
  bottom: -7px;
}
.testimonials-item .testimonials-item-top {
  margin-bottom: 22px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .testimonials-item .testimonials-item-top {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .testimonials-item .testimonials-item-top {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonials-item .testimonials-item-top-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: 5px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.testimonials-item .testimonials-item-top-box .testimonials-item-name {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1024px) {
  .testimonials-item .testimonials-item-top-box .testimonials-item-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .testimonials-item .testimonials-item-top-box .testimonials-item-name {
    font-size: 16px;
  }
}
.testimonials-item .testimonials-item-top-box .testimonials-item-date {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #2a2a2a;
}
.testimonials-item .rate {
  margin: 14px 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .testimonials-item .rate {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-item .rate .star {
  margin-left: 3px;
}
@media (max-width: 480px) {
  .testimonials-item .rate .star:first-child {
    margin-left: 0;
  }
}
.testimonials-item .rate .star.fill-star {
  color: #f5cb08;
}
.testimonials-item .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #2a2a2a;
}
.testimonials-item .testimonials-item-image {
  display: block;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
  min-width: 78px;
}
@media (max-width: 1440px) {
  .testimonials-item .testimonials-item-image {
    margin-right: 12px;
  }
}
.testimonials-item .testimonials-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-our-team-block {
  position: relative;
  min-height: 796px;
  padding: 150px 0 115px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .join-our-team-block {
    min-height: 400px;
    padding: 140px 0;
  }
}
@media (max-width: 768px) {
  .join-our-team-block {
    min-height: 320px;
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .join-our-team-block {
    min-height: auto;
    padding: 60px 0;
  }
}
.join-our-team-block .top-image {
  position: absolute;
  z-index: -1;
  left: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.join-our-team-block .top-image:before {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  content: '';
  width: 75%;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
}
@media (max-width: 1240px) {
  .join-our-team-block .top-image:before {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .join-our-team-block .top-image:before {
    width: 100%;
    clip-path: none;
  }
}
.join-our-team-block .top-image:after {
  height: 50%;
  width: 225px;
  clip-path: polygon(100% 0, 20% 100%, 100% 100%);
  background: #f5cb08;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  content: '';
}
@media (max-width: 1640px) {
  .join-our-team-block .top-image:after {
    height: 30%;
  }
}
@media (max-width: 768px) {
  .join-our-team-block .top-image:after {
    height: 20%;
    width: 180px;
  }
}
@media (max-width: 480px) {
  .join-our-team-block .top-image:after {
    height: 15%;
    width: 140px;
  }
}
.join-our-team-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-our-team-block .wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.join-our-team-block .join-our-team-box {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .join-our-team-block .join-our-team-box {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 768px) {
  .join-our-team-block .join-our-team-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.join-our-team-block .join-logo-title-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .join-our-team-block .join-logo-title-box {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.join-our-team-block .join-logo-title-box .top-logo-box {
  margin-right: 30px;
  -webkit-flex-basis: 111px;
  -moz-flex-basis: 111px;
  -ms-flex-preferred-size: 111px;
  flex-basis: 111px;
}
@media (max-width: 1024px) {
  .join-our-team-block .join-logo-title-box .top-logo-box {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .join-our-team-block .join-logo-title-box .top-logo-box {
    margin: 0 auto 20px;
  }
}
.join-our-team-block .join-logo-title-box .top-logo-box img {
  margin: 0 auto;
  object-fit: contain;
}
.join-our-team-block .join-logo-title-box .top-title-box {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #000;
}
.join-our-team-block .top-info {
  position: relative;
  z-index: 2;
}
.join-our-team-block .top-info p {
  text-shadow: 1px 1px 2px #000;
}
.join-our-team-block .top-info h6 {
  text-shadow: 1px 1px 2px #000;
}
.join-our-team-block .top-info .btn, .join-our-team-block .top-info .post-navigation [rel="next"], .post-navigation .join-our-team-block .top-info [rel="next"], .join-our-team-block .top-info .post-navigation [rel="prev"], .post-navigation .join-our-team-block .top-info [rel="prev"] {
  margin-top: 15px;
}
.quote-form-block .text iframe {
  max-width: 669px;
  margin: 0 auto;
  height: 2050px;
}
.testimonials-slider-block .testimonials-block-info {
  margin-bottom: 30px;
}
.testimonials-slider-block .swiper-slide {
  height: auto;
  margin-bottom: 7px;
}
.testimonials-slider-block .swiper-block {
  position: relative;
}
.testimonials-slider-block .swiper-button-next, .testimonials-slider-block .swiper-button-prev {
  width: 51px;
  height: 51px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  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;
}
@media (max-width: 1024px) {
  .testimonials-slider-block .swiper-button-next, .testimonials-slider-block .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.testimonials-slider-block .swiper-button-next:hover, .testimonials-slider-block .swiper-button-prev:hover {
  opacity: 0.8;
}
.testimonials-slider-block .swiper-button-next::before, .testimonials-slider-block .swiper-button-prev::before, .testimonials-slider-block .swiper-button-next::after, .testimonials-slider-block .swiper-button-prev::after {
  font-size: 12px;
  line-height: 51px;
}
@media (max-width: 1024px) {
  .testimonials-slider-block .swiper-button-next::before, .testimonials-slider-block .swiper-button-prev::before, .testimonials-slider-block .swiper-button-next::after, .testimonials-slider-block .swiper-button-prev::after {
    line-height: 35px;
  }
}
.testimonials-slider-block .swiper-button-next {
  right: -97px;
}
@media (max-width: 1680px) {
  .testimonials-slider-block .swiper-button-next {
    right: -35px;
  }
}
@media (max-width: 1240px) {
  .testimonials-slider-block .swiper-button-next {
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .testimonials-slider-block .swiper-button-next {
    right: -17px;
  }
}
.testimonials-slider-block .swiper-button-prev {
  left: -97px;
}
@media (max-width: 1680px) {
  .testimonials-slider-block .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 1240px) {
  .testimonials-slider-block .swiper-button-prev {
    left: -25px;
  }
}
@media (max-width: 1024px) {
  .testimonials-slider-block .swiper-button-prev {
    left: -17px;
  }
}
.icon-title-block .icon-title-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.icon-title-block .icon-title-items > * {
  width: 23.6%;
  margin: 0 0.7% 0.875em;
}
@media (max-width: 1240px) {
  .icon-title-block .icon-title-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .icon-title-block .icon-title-items > * {
    width: 31.9333333333%;
    margin: 0 0.7% 0.9333333333em;
  }
}
@media (max-width: 1024px) {
  .icon-title-block .icon-title-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .icon-title-block .icon-title-items > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 768px) {
  .icon-title-block .icon-title-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .icon-title-block .icon-title-items > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.icon-title-block .icon-title-item {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 25px 32px 25px 20px;
  background: #f5cb08;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .icon-title-block .icon-title-item {
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .icon-title-block .icon-title-item {
    padding: 20px 15px;
  }
}
.icon-title-block .icon-title-item:nth-child(even) {
  background: #000;
}
.icon-title-block .icon-title-item:nth-child(even) .item-title {
  color: #f5cb08;
}
@media (max-width: 768px) {
  .icon-title-block .icon-title-item:last-child {
    margin-bottom: 0;
  }
}
.icon-title-block .item-icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .icon-title-block .item-icon {
    margin-right: 12px;
  }
}
.icon-title-block .item-icon img {
  object-fit: contain;
}
.icon-title-block .item-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 132%;
  color: #000;
}
@media (max-width: 1024px) {
  .icon-title-block .item-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .icon-title-block .item-title {
    font-size: 18px;
  }
}
.home-top-block {
  overflow: hidden;
  position: relative;
}
.home-top-block .top-video {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.22);
  -moz-transform: scale(1.22);
  -ms-transform: scale(1.22);
  -o-transform: scale(1.22);
  transform: scale(1.22);
  object-fit: cover;
  min-height: 300px;
}
@media (max-width: 480px) {
  .home-top-block .top-video {
    transform: none;
  }
}
.info-form-block {
  position: relative;
  background: #000;
}
.info-form-block:after {
  height: 100%;
  width: 52%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
  background: #f5cb08;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  content: '';
}
@media (max-width: 1366px) {
  .info-form-block:after {
    width: 56%;
  }
}
@media (max-width: 1240px) {
  .info-form-block:after {
    width: 100%;
    height: 20%;
    clip-path: polygon(0 0, 14% 100%, 0% 100%);
  }
}
.info-form-block .info-box {
  position: relative;
  z-index: 1;
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
@media (max-width: 1366px) {
  .info-form-block .info-box {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 1240px) {
  .info-form-block .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.info-form-block .info-box .text {
  max-width: 650px;
}
@media (max-width: 1240px) {
  .info-form-block .info-box .text {
    max-width: 100%;
  }
}
.info-form-block .info-box .text p {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  color: #fff;
}
@media (max-width: 1024px) {
  .info-form-block .info-box .text p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .info-form-block .info-box .text p {
    font-size: 18px;
  }
}
.info-form-block .form-box {
  position: relative;
  margin-top: -32px;
  margin-bottom: -32px;
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  z-index: 1;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .info-form-block .form-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-top: -16px;
    margin-bottom: -16px;
  }
}
@media (max-width: 1240px) {
  .info-form-block .form-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
}
.info-form-block .form-box .text {
  border-radius: 10px;
  border: 1px solid #000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.info-form-block .form-box:before {
  content: '';
  height: 30px;
  width: calc(100% - 22px);
  left: 11px;
  position: absolute;
  z-index: -2;
  border-radius: 10px;
  background: #000;
  bottom: 1px;
}
.home-about-block {
  position: relative;
  min-height: 640px;
}
@media (max-width: 1366px) {
  .home-about-block {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .home-about-block {
    padding-bottom: 0;
  }
}
.home-about-block:before {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: '';
  width: 55%;
  clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
  height: 100%;
}
@media (max-width: 1240px) {
  .home-about-block:before {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .home-about-block:before {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .home-about-block:before {
    clip-path: none;
    width: 100%;
  }
}
.home-about-block:after {
  height: 73%;
  width: 100%;
  clip-path: polygon(0 0, 14% 100%, 0% 100%);
  background: #f5cb08;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: '';
}
@media (max-width: 1240px) {
  .home-about-block:after {
    height: 50%;
  }
}
@media (max-width: 1024px) {
  .home-about-block:after {
    height: 30%;
  }
}
@media (max-width: 768px) {
  .home-about-block:after {
    height: 20%;
  }
}
.home-about-block .about-text {
  position: relative;
  z-index: 2;
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
@media (max-width: 768px) {
  .home-about-block .about-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 25px;
  }
}
.home-about-block .about-text .text {
  max-width: 544px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .home-about-block .about-text .text {
    max-width: none;
  }
}
.home-about-block .triangle-border {
  z-index: 2;
}
.home-about-block .about-background-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-about-block .about-background-box img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.home-about-block .image-box {
  z-index: 1;
  width: 55%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .home-about-block .image-box {
    z-index: 2;
    width: 70%;
    position: relative;
  }
}
@media (max-width: 480px) {
  .home-about-block .image-box {
    width: 80%;
  }
}
.home-about-block .image-box img {
  margin-left: auto;
  width: 55vw;
  object-position: bottom right;
}
@media (max-width: 768px) {
  .home-about-block .image-box img {
    width: 70vw;
  }
}
@media (max-width: 480px) {
  .home-about-block .image-box img {
    width: 80vw;
  }
}
.packing-image-info .v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.packing-image-info .image {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .packing-image-info .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 650px;
    margin: 0 auto 30px auto;
  }
}
.packing-image-info .image img {
  max-width: 100%;
  object-fit: cover;
}
.packing-image-info .info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .packing-image-info .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.mov-content.space {
  padding: 90px 0 45px;
}
@media (max-width: 1024px) {
  .mov-content.space {
    padding: 30px 0;
  }
}
.space-m {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .space-m {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .space-m {
    margin: 40px 0;
  }
}
.mov-benefits--section {
  padding: 45px 0 90px;
}
@media (max-width: 1024px) {
  .mov-benefits--section {
    padding: 40px 0;
  }
}
.mov-benefits--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .mov-benefits--wrapper {
    grid-template-columns: repeat(2, minmax(auto, 460px));
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .mov-benefits--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 460px));
    justify-content: center;
  }
}
.mov-benefits--wrapper .tile {
  border: 1px solid #222;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 22px 33px -7px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.mov-benefits--wrapper .tile--top {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .mov-benefits--wrapper .tile--top {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .mov-benefits--wrapper .tile--top {
    grid-template-columns: 40px 1fr;
    gap: 15px;
  }
}
.mov-benefits--wrapper .tile--top .icon {
  max-width: 100%;
}
.mov-benefits--wrapper .tile--top .icon img, .mov-benefits--wrapper .tile--top .icon svg {
  max-width: 100%;
  object-fit: cover;
}
.mov-benefits--wrapper .tile--top .title span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .mov-benefits--wrapper .tile--top .title span {
    font-size: 18px;
  }
}
.mov-benefits--wrapper .tile--text .wys p {
  line-height: 1.8;
  font-size: 16px;
}
.mov-services--section {
  padding: 80px 0;
  background-color: #f0f0f0;
  position: relative;
}
@media (max-width: 1024px) {
  .mov-services--section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .mov-services--section {
    padding: 40px 0;
  }
}
.mov-services--section .triangle-border {
  bottom: auto;
  top: -9px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 9"%3E%3Cpath d="M0 9L5.657 1.928C6.858 0.427 9.142 0.427 10.343 1.928L16 9H0Z" fill="%23f0f0f0"/%3E%3C/svg%3E');
  z-index: 2;
}
.mov-services--title {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .mov-services--title {
    margin-bottom: 30px;
  }
}
.mov-services--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1140px) {
  .mov-services--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 650px));
    justify-content: center;
    gap: 20px;
  }
}
.mov-services--wrapper .col.service {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 50px;
  padding: 20px 30px 20px 0;
  position: relative;
}
@media (max-width: 1140px) {
  .mov-services--wrapper .col.service {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .mov-services--wrapper .col.service {
    padding: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.mov-services--wrapper .col.service:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 576px) {
  .mov-services--wrapper .col.service:after {
    width: 100%;
  }
}
.mov-services--wrapper .col.service .image, .mov-services--wrapper .col.service .text {
  position: relative;
  z-index: 2;
}
.mov-services--wrapper .col.service .image {
  max-width: 100%;
  border: 1px solid #222;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 0.75;
  background: #fff;
}
.mov-services--wrapper .col.service .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mov-services--wrapper .col.service .text {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .mov-services--wrapper .col.service .text {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .mov-services--wrapper .col.service .text {
    padding: 0;
  }
}
.mov-services--wrapper .col.service .text p {
  font-size: 14px;
  line-height: 1.8;
}
.mov-services--wrapper .col.cta {
  border: 1px solid #222;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f5cb08;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 576px) {
  .mov-services--wrapper .col.cta {
    padding: 20px;
  }
}
.mov-cta--section {
  position: relative;
  padding: 20px 0;
}
.mov-cta--section .wrap {
  z-index: 2;
}
.mov-cta--section .bg-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f0f0f0;
  z-index: 1;
}
.mov-image-text--section.white-background .content-row:before {
  background: url("../img/right-item.svg") bottom no-repeat;
  background-size: cover;
  content: '';
  left: 0;
  bottom: 10%;
  position: absolute;
  height: 80%;
  z-index: 0;
  width: 43%;
}
@media (max-width: 1024px) {
  .mov-image-text--section.white-background .content-row:before {
    display: none;
  }
}
.mov-image-text--section.white-background .content-row:nth-child(even):before {
  background: url("../img/left-item.svg") bottom no-repeat;
  background-size: cover;
  content: '';
  right: 0;
  bottom: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .mov-image-text--section.white-background .content-row:nth-child(even):before {
    display: none;
  }
}
.mov-image-text--section.grey-background .content-row:before {
  background: url("../img/left-item-w.svg") bottom no-repeat;
  background-size: cover;
  content: '';
  left: 0;
  top: 10%;
  position: absolute;
  height: 70%;
  z-index: 0;
  width: 33%;
}
@media (max-width: 1024px) {
  .mov-image-text--section.grey-background .content-row:before {
    display: none;
  }
}
.mov-image-text--section.grey-background .content-row:nth-child(even):before {
  background: url("../img/right-item-w.svg") bottom no-repeat;
  background-size: cover;
  content: '';
  right: 0;
  top: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .mov-image-text--section.grey-background .content-row:nth-child(even):before {
    display: none;
  }
}
.mov-image-text--section {
  position: relative;
}
.mov-image-text--title {
  margin-bottom: 20px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .mov-image-text--title {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .mov-image-text--title {
    margin-bottom: 15px;
    padding-top: 30px;
  }
}
.mov-image-text--rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (max-width: 576px) {
  .mov-image-text--rows {
    gap: 0;
  }
}
.mov-image-text--rows .content-row {
  position: relative;
  padding: 45px 0;
}
@media (max-width: 1024px) {
  .mov-image-text--rows .content-row {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .mov-image-text--rows .content-row {
    padding: 20px 0 30px;
  }
}
.mov-image-text--rows .content-row:nth-child(even) .content-row-box {
  grid-template-columns: 1fr auto;
}
@media (max-width: 1250px) {
  .mov-image-text--rows .content-row:nth-child(even) .content-row-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1100px) {
  .mov-image-text--rows .content-row:nth-child(even) .content-row-box {
    grid-template-columns: repeat(1, auto);
  }
}
.mov-image-text--rows .content-row:nth-child(even) .content-row-box .text {
  order: -1;
}
@media (max-width: 1100px) {
  .mov-image-text--rows .content-row:nth-child(even) .content-row-box .text {
    order: 2;
  }
}
.mov-image-text--rows .content-row-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 65px;
}
@media (max-width: 1100px) {
  .mov-image-text--rows .content-row-box {
    grid-template-columns: repeat(1, auto);
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .mov-image-text--rows .content-row-box {
    gap: 20px;
  }
}
.mov-image-text--rows .content-row-box .image {
  position: relative;
}
@media (max-width: 1100px) {
  .mov-image-text--rows .content-row-box .image {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .mov-image-text--rows .content-row-box .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.mov-image-text--rows .content-row-box .image img {
  max-width: 100%;
  object-fit: cover;
}
.packing-services--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .packing-services--wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .packing-services--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 460px));
    justify-content: center;
  }
}
.packing-services--wrapper .packing {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #222;
  box-shadow: 0px 22px 33px -7px rgba(0, 0, 0, 0.2);
}
.packing-services--wrapper .packing .image {
  position: relative;
  aspect-ratio: 1.5;
  border-bottom: 1px solid #222;
}
.packing-services--wrapper .packing .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packing-services--wrapper .packing .text {
  padding: 28px;
}
@media (max-width: 768px) {
  .packing-services--wrapper .packing .text {
    padding: 20px 15px;
  }
}
.packing-services--wrapper .packing .text h5 {
  font-size: 22px;
  font-weight: 400;
}
.packing-services--wrapper .packing .text h5 strong {
  font-weight: 600;
}
.stor-cta--wrapper, .mov-cta--wrapper {
  background-color: #f5cb08;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #222;
}
@media (max-width: 768px) {
  .stor-cta--wrapper, .mov-cta--wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.stor-cta--wrapper:after, .mov-cta--wrapper:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 100px;
  background-color: #222;
  border-radius: 10px;
  z-index: -1;
}
.stor-cta--wrapper .image, .mov-cta--wrapper .image {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .stor-cta--wrapper .image, .mov-cta--wrapper .image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 576px) {
  .stor-cta--wrapper .image, .mov-cta--wrapper .image {
    aspect-ratio: 1.5;
  }
}
.stor-cta--wrapper .image img, .mov-cta--wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stor-cta--wrapper .text, .mov-cta--wrapper .text {
  padding: 35px 20px;
  max-width: 600px;
}
.stor-cta--wrapper .text h5, .mov-cta--wrapper .text h5 {
  font-size: 20px;
  font-weight: 400;
}
.stor-cta--wrapper .text h5 strong, .mov-cta--wrapper .text h5 strong {
  font-size: 25px;
  font-weight: 600;
}
.stor-cta--wrapper .text p, .mov-cta--wrapper .text p {
  line-height: 1.4;
}
.tpl-storage .main {
  position: relative;
}
.tpl-storage .main:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 700px;
  background: #fff;
  background: linear-gradient(180deg, #fff 40.47%, #d5d5d5 96.35%);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -10;
}
@media (max-width: 1024px) {
  .tpl-storage .main:after {
    display: none;
  }
}
.stor-text-cols--section {
  margin: 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .stor-text-cols--section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .stor-text-cols--section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .stor-text-cols--section {
    margin: 40px 0;
  }
}
.stor-text-cols--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 150px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .stor-text-cols--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .stor-text-cols--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wys-shadow {
  position: relative;
}
.wys-shadow:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 100px;
  background-color: #222;
  border-radius: 10px;
  z-index: -1;
}
.wys table {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #222;
  position: relative;
}
.wys table thead tr th {
  background-color: #222;
  color: #fff;
  padding: 20px 10px;
}
.wys table tbody tr {
  border-bottom: 1px dashed #c1c1c1;
}
.wys table tbody tr:last-child {
  border: none;
}
.wys table tbody tr td {
  padding: 15px 10px;
  background-color: #fff;
}
.wys table tbody tr td:last-child {
  border: none;
}
.wys table tbody tr td:first-child {
  border-right: 1px solid #222;
  background-color: #f4f4f4;
}
.helpful-links--title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .helpful-links--title {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .helpful-links--title {
    margin-bottom: 25px;
  }
}
.helpful-links--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1180px) {
  .helpful-links--wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .helpful-links--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .helpful-links--wrapper {
    grid-template-columns: repeat(1, minmax(auto, 360px));
    justify-content: center;
  }
}
.helpful-links--wrapper .link-card {
  border: 1px solid #222;
  padding: 15px 20px;
  border-radius: 10px;
  color: #2a2a2a;
  -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;
}
.helpful-links--wrapper .link-card:hover {
  opacity: 0.7;
}
@media (max-width: 1180px) {
  .helpful-links--wrapper .link-card {
    padding: 15px;
  }
}
.helpful-links--wrapper .link-card .image {
  position: relative;
  aspect-ratio: 0.8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.helpful-links--wrapper .link-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helpful-links--wrapper .link-card .title {
  text-align: center;
}
.helpful-links--wrapper .link-card .title span {
  font-size: 18px;
  color: #2a2a2a;
}
