/*
set global colors
 */
/*** RTL websites ***/
/*
set global colors
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

html, body {
  font-size: 16px;
  direction: rtl;
}

body {
  font-family: museo-sans, sans-serif;
  direction: rtl;
  line-height: 24px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

p {
  line-height: 1.875rem;
}

#breadcrumbs {
  padding: 5.6875rem 6.875rem 0;
  font-size: 1rem;
}
#breadcrumbs a {
  color: #333333;
}

@media (max-width: 1280px) {
  #breadcrumbs {
    font-size: 16px;
    padding-right: 2.3%;
  }
}
.woocommerce .styled-btn {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 14px 42px 14px 24px;
  display: inline-block;
  margin: 1.25rem auto 2.1875rem;
  max-height: 49px;
}
.woocommerce .styled-btn:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.woocommerce .styled-btn:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.woocommerce .styled-btn:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.woocommerce .styled-btn:after {
  background-image: none;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(-135deg);
  left: 1.5625rem;
}
.woocommerce .styled-btn:hover:after {
  background-image: none;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  width: 6px;
  height: 6px;
  left: 1.5625rem;
}

body.rtl .parallax-mirror {
  left: auto !important;
  right: 0 !important;
}
body.rtl .parallax-mirror .parallax-slider {
  transform: translate3d(10px, 0, 0px);
}

@media (max-width: 1000px) {
  #breadcrumbs {
    padding: 0 1.5rem;
  }
}
html[lang=de-DE] .main-menu-wrapper .right-side .main-menu li.has-sub ul {
  width: 160%;
}
html[lang=de-DE] .main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul {
  width: 110%;
}

@media (max-width: 1450px) {
  html[lang=de-DE] .main-menu-wrapper .right-side .main-menu li.has-sub ul {
    width: 122%;
  }
}
html[lang=ru-RU] .main-menu-wrapper .right-side .main-menu li {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
html[lang=ru-RU] .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper {
  max-width: unset;
  width: auto;
}

html[lang=de-DE] .single-product.woocommerce #main .product-external-dimentions h3 span {
  right: 0;
  top: 27px;
}

html[lang=zh-hans] .main-menu-wrapper .right-side .main-menu li.has-sub ul {
  width: 160%;
}

@media (max-width: 1451px) {
  html[lang=zh-hans] .main-menu-wrapper .right-side .main-menu li.has-sub ul {
    width: auto;
    left: -50%;
  }
}
/*
set global colors
 */
.top-menu {
  position: relative;
  width: 100%;
  text-align: left;
  background: #F7F7F7 0% 0% no-repeat padding-box;
}

nav.top_menu {
  width: auto;
  display: inline-block;
  margin-left: 6.875rem;
}
nav.top_menu ul {
  display: flex;
  flex-wrap: wrap;
}
nav.top_menu ul li {
  margin: 0 20px;
  padding: 0.9375rem 0 1rem 0;
  position: relative;
}
nav.top_menu ul li a {
  color: #333333;
}
nav.top_menu ul li:hover:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ED1C24;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  bottom: 0;
}
nav.top_menu ul li.has-sub {
  position: relative;
}
nav.top_menu ul li.has-sub ul {
  visibility: hidden;
  height: 0;
  transition: height 200ms ease;
  display: none;
}
nav.top_menu ul li.has-sub ul li {
  margin: 0 5px;
  text-align: right;
}
nav.top_menu ul li.has-sub ul li:hover a {
  opacity: 1;
  color: #ED1C24;
}
nav.top_menu ul li.has-sub ul li:hover:after {
  display: none;
}
nav.top_menu ul li.has-sub:hover:before {
  background-color: unset;
  right: unset;
}
nav.top_menu ul li.has-sub:hover ul {
  position: absolute;
  visibility: visible;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  top: 100%;
  right: -50%;
  left: -50%;
  width: 164%;
  margin: 0 auto;
  display: block;
  box-shadow: 0rem 0.3125rem 0.375rem #333333;
  padding: 1.5625rem 0 1.25rem 0;
  z-index: 999;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
nav.top_menu ul li.has-sub:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: -2px;
  bottom: 0;
  display: block;
  margin: auto;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(45deg);
}
nav.top_menu ul li.wpml-custom {
  position: relative;
}
nav.top_menu ul li.wpml-custom:before {
  content: "";
  position: absolute;
  left: -1.1875rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(45deg);
  margin: auto;
}
nav.top_menu ul li.wpml-custom:hover:before {
  bottom: 0;
  display: unset;
  right: unset;
  background-color: unset;
}

.main-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  direction: rtl;
  box-shadow: 0 0.375rem 0.375rem #333333;
  padding: 0 6.875rem;
  z-index: 9;
  position: relative;
}
.main-menu-wrapper .logo {
  margin-left: 0;
  position: absolute;
  top: calc(20% + 1px);
  right: 6.5rem;
  z-index: 99;
  width: 8vw;
}
.main-menu-wrapper .logo a:hover {
  opacity: 1;
}
.main-menu-wrapper .logo img {
  width: 100%;
  height: auto;
}
.main-menu-wrapper .right-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-menu-wrapper .right-side .search {
  margin-left: 3.75rem;
  text-align: left;
  transition: all 200ms ease-in;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  direction: ltr;
}
.main-menu-wrapper .right-side .search .search-text {
  display: none;
}
.main-menu-wrapper .right-side .search .search-btn {
  width: 54px;
  height: 54px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  z-index: 99;
}
.main-menu-wrapper .right-side .search .search-btn:hover {
  background-image: url("../images/search-open.svg");
}
.main-menu-wrapper .right-side .search .search-btn.open {
  background-image: url("../images/search-open.svg");
}
.main-menu-wrapper .right-side .search form {
  height: 0;
  visibility: hidden;
  margin-left: -2rem;
}
.main-menu-wrapper .right-side .search form label span {
  display: none;
}
.main-menu-wrapper .right-side .search form .search-submit {
  display: none;
}
.main-menu-wrapper .right-side .search form input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #F2F2F2;
  border-radius: 1.875rem 0 0 0;
  height: 3.375rem;
  padding-left: 2rem;
  padding-right: 1.5625rem;
  text-align: right;
  direction: rtl;
}
.main-menu-wrapper .right-side .search form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
.main-menu-wrapper .right-side .search form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
.main-menu-wrapper .right-side .search form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}
.main-menu-wrapper .right-side .search form.search-form.open {
  height: auto;
  visibility: visible;
}
.main-menu-wrapper .right-side .main-menu {
  direction: ltr;
}
.main-menu-wrapper .right-side .main-menu ul.menu {
  position: relative;
  direction: rtl;
}
.main-menu-wrapper .right-side .main-menu li {
  padding: 2.1875rem 2.8125rem;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.main-menu-wrapper .right-side .main-menu li a {
  color: #333333;
  font-size: 1.125rem;
  line-height: 22px;
}
.main-menu-wrapper .right-side .main-menu li span {
  color: #333333;
  font-size: 1.125rem;
  line-height: 22px;
}
.main-menu-wrapper .right-side .main-menu li:hover {
  box-shadow: inset 0px -4px 0px 0 #ED1C24;
}
.main-menu-wrapper .right-side .main-menu li.has-sub ul {
  display: none;
  width: 135%;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: right;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0rem 0.3125rem 0.375rem #333333;
  justify-content: center;
}
.main-menu-wrapper .right-side .main-menu li.has-sub ul li {
  padding: 2.5rem 0rem 2.9375rem 0rem;
  margin: 0 0.9375rem;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  flex-direction: row;
  z-index: 9;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a img {
  max-width: 250px;
  margin-top: 1.3125rem;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a span {
  align-self: flex-start;
  font-size: 18px;
  font-size: 1.125rem;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a:hover {
  opacity: 1;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a:hover span {
  color: #ED1C24;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a:hover img {
  background: #F7F7F7;
  border: 1px solid #D5D5D5;
}
.main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li:hover {
  border: 0;
}
.main-menu-wrapper .right-side .main-menu li.lvl2:hover {
  box-shadow: unset;
}
.main-menu-wrapper .right-side .header-btn {
  display: inline-block;
}
.main-menu-wrapper .right-side .header-btn a {
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #ED1C244D;
  border-radius: 30px 0px;
  padding: 21px 24px 20px;
  color: #FFFFFF;
}

.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul {
  width: auto;
  align-items: baseline;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li {
  margin: 2.1875rem 3rem 2.375rem;
  padding: 0;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li:nth-child(1) span:before {
  background-color: #21C052;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li:nth-child(2) span:before {
  background-color: #0081E4;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li:nth-child(3) span:before {
  background-color: #FFCD33;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li:nth-child(4) span:before {
  background-color: #ED1C24;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li a {
  flex-direction: column-reverse !important;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li a span {
  padding-top: 0.875rem;
  margin-top: 0.875rem;
  position: relative;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li a span:before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li a:hover img {
  background: none;
  border: none;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li a:hover span {
  color: #333333;
  text-shadow: 0px 0px 1px #333333;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li:last-child {
  margin-left: 3.75rem;
}

.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_c:hover ul {
  justify-content: space-evenly;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_c:hover ul li {
  max-width: 15.625rem;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_c:hover ul li a {
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.4375rem;
}
.main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_c:hover ul li p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333333;
}

.right-side #menu-main-menu-french > li {
  padding: 2.1875rem 1.5625rem;
}

@media (max-width: 1720px) {
  .main-menu-wrapper .right-side .search .search-btn {
    width: 40px;
    height: 40px;
  }
  .main-menu-wrapper .right-side .search form {
    width: 0;
  }
  .main-menu-wrapper .right-side .search form.open {
    width: auto;
  }
  .main-menu-wrapper .right-side .search form.open input {
    height: 2.5rem;
  }
  .main-menu-wrapper .right-side .main-menu {
    font-size: 0.875rem;
    margin-left: 1.25rem;
  }
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul {
    flex-wrap: nowrap;
  }
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a img {
    max-width: 200px;
  }
  .main-menu-wrapper .right-side .main-menu li.lvl1.has-sub.layout_b:hover ul li {
    text-align: center;
  }
  .main-menu-wrapper .right-side .header-btn a {
    font-size: 0.8125rem;
  }

  html {
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
  .main-menu-wrapper {
    padding: 0 2.8125rem;
  }
  .main-menu-wrapper .right-side .main-menu li {
    padding: 1.8125rem 1.5rem;
  }
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul {
    flex-wrap: nowrap;
  }
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a img {
    max-width: 170px;
  }
  .main-menu-wrapper .right-side .search {
    margin-left: 1.875rem;
  }
  .main-menu-wrapper .right-side .header-btn a {
    padding: 1.125rem 1.375rem 1.0625rem;
  }
  .main-menu-wrapper .logo {
    right: 1.75rem;
  }
}
@media (max-width: 1280px) {
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul li a img {
    max-width: 170px;
  }
}
@media (max-width: 1100px) {
  .mobile-menu-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 1.5625rem;
    height: 1.125rem;
    margin: 1.34375rem 0;
  }
  .mobile-menu-btn span {
    width: 100%;
    height: 3px;
    background: #333333;
  }

  .main-menu-wrapper {
    padding: 0 1.875rem;
  }
  .main-menu-wrapper .right-side {
    display: none;
  }

  .top-menu {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    right: -999px;
    visibility: hidden;
    transition: all 500ms ease;
  }
  .mobile-menu .right-side {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .mobile-menu .right-side .search {
    background-color: #F2F2F2;
  }
  .mobile-menu .right-side .search .search-text {
    vertical-align: middle;
    color: #333333;
    font-size: 1rem;
    margin-right: 0.875rem;
    font-weight: 500;
  }
  .mobile-menu .right-side .search .search-btn {
    width: 40px;
    height: 40px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-right: 0.9375rem;
    vertical-align: middle;
    background-image: url("../images/search-mobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
  }
  .mobile-menu .right-side .search .search-btn:hover {
    background-image: url("../images/search-open.svg");
  }
  .mobile-menu .right-side .search form {
    display: none;
  }
  .mobile-menu .right-side .header-btn {
    border-bottom: 1px solid #DBDBDB;
  }
  .mobile-menu .right-side .header-btn a {
    background: #ED1C24;
    background: #ED1C24 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
    border-radius: 1.875rem 0;
    padding: 1.3125rem 1.6875rem 1.25rem;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0.9375rem 2.1875rem;
  }
  .mobile-menu .right-side .header-btn a:hover {
    background: #d01018;
    transition: all 0.3s ease;
  }
  .mobile-menu .right-side .header-btn a:active {
    background: #7f0a0f;
  }
  .mobile-menu .right-side .main-menu {
    order: 3;
    width: 100%;
  }
  .mobile-menu .right-side .header-btn {
    order: 2;
    width: 100%;
  }
  .mobile-menu .right-side .search {
    order: 1;
    width: 100%;
    text-align: right;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1 {
    padding: 1.25rem 1.5rem;
    text-align: right;
    border-bottom: 1px solid #DBDBDB;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1 a {
    width: 100%;
    display: block;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1 a span {
    color: #333333;
    font-size: 1rem;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1 ul {
    display: none;
    height: 0;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1.has-sub {
    position: relative;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1.has-sub:after {
    content: "";
    width: 0.375rem;
    height: 0.75rem;
    background-image: url("../images/menu-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.1875rem;
    cursor: pointer;
  }
  .mobile-menu .right-side .main-menu ul.menu li.lvl1.has-sub a {
    width: 93%;
    display: inline-block;
  }
  .mobile-menu span.close {
    position: absolute;
    left: -2.5rem;
    top: 3.75rem;
    width: 20px;
    height: 20px;
    background-image: url("../images/mobile-close-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
  }
  .mobile-menu nav.top_menu {
    margin: 0;
    display: block;
  }
  .mobile-menu nav.top_menu li {
    width: 100%;
    margin: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #DBDBDB;
  }
  .mobile-menu nav.top_menu li a {
    display: block;
    padding: 1.25rem 1.5rem;
  }
  .mobile-menu nav.top_menu li:hover {
    background-color: #333333;
  }
  .mobile-menu nav.top_menu li:hover a span {
    color: #FFFFFF;
  }
  .mobile-menu nav.top_menu li:hover:after {
    display: none;
  }
  .mobile-menu nav.top_menu li.has-sub {
    position: relative;
  }
  .mobile-menu nav.top_menu li.has-sub ul {
    display: none;
  }
  .mobile-menu nav.top_menu li.has-sub:after {
    content: "";
    width: 0.375rem;
    height: 0.75rem;
    background-image: url("../images/menu-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.1875rem;
    cursor: pointer;
  }
  .mobile-menu nav.top_menu li.has-sub:hover {
    background-color: #333333;
  }
  .mobile-menu nav.top_menu li.has-sub:hover a span {
    color: #FFFFFF;
  }
  .mobile-menu nav.top_menu li.has-sub:hover:after {
    display: inline-block;
    background-image: url("../images/mobile-arrow-w.svg");
    width: 12px;
    height: 6px;
    left: 0;
    top: 0;
    background-color: unset;
    right: unset;
    bottom: 0;
    margin: auto 1.03125rem auto 0;
    transform: rotate(-90deg);
  }
  .mobile-menu nav.top_menu li.has-sub:hover ul {
    display: none;
    box-shadow: none;
  }
  .mobile-menu nav.top_menu li.has-sub:hover {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #333333;
  }
  .mobile-menu nav.top_menu li.has-sub:hover a {
    padding-right: 1.5rem;
  }
  .mobile-menu nav.top_menu li.has-sub:hover ul {
    display: block;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: 100%;
    padding: 0;
    margin-top: 22.5px;
    height: auto;
    visibility: visible;
  }
  .mobile-menu nav.top_menu li.has-sub:hover ul li.lvl2 {
    background-color: #F7F7F7;
  }
  .mobile-menu nav.top_menu li.has-sub:hover ul li.lvl2 a {
    padding-right: 0;
  }
  .mobile-menu nav.top_menu li.has-sub:hover ul li.lvl2 a span {
    color: #333333;
  }
  .mobile-menu nav.top_menu li.has-sub:hover:after {
    transform: rotate(0deg);
    background-image: url("../images/mobile-arrow-w.svg");
    top: 1.5rem;
    left: 1.03125rem;
    width: 0.75rem;
    height: 0.375rem;
    bottom: unset;
  }
  .mobile-menu nav.top_menu li.has-sub:hover:before {
    content: "";
    width: 0.3125rem;
    height: 3.6875rem;
    right: 0;
    background-color: #ED1C24;
    position: absolute;
    top: 0;
  }
  .mobile-menu nav.top_menu li.has-sub:hover a span {
    color: #FFFFFF;
  }
  .mobile-menu .footer-social-links {
    margin: 1.34375rem 1.6875rem;
  }
  .mobile-menu .footer-social-links span {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
  }
  .mobile-menu .footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .mobile-menu .footer-social-links ul li.lvl2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 1.0625rem;
  }
  .mobile-menu .footer-social-links ul li.lvl2 span {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .mobile-menu .footer-social-links ul li.lvl2:last-child {
    margin-left: 0;
  }
  .mobile-menu .footer-social-links ul li.j-fb a {
    background-image: url("../images/facebook.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .mobile-menu .footer-social-links ul li.j-in a {
    background-image: url("../images/linkedin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .mobile-menu .footer-social-links ul li.j-yt a {
    background-image: url("../images/youtube.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .mobile-menu .footer-social-links ul li.j-insta a {
    background-image: url("../images/insta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .mobile-menu.open {
    top: 0;
    right: 0;
    visibility: visible;
    width: calc(100% - 60px);
    background: #FFFFFF;
    z-index: 999;
    height: auto;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover {
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #333333;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover a {
    padding-right: 1.5rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover a span {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover ul {
    display: block;
    position: relative;
    height: auto;
    margin-top: 1.25rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover ul li.lvl2 {
    background-color: #F2F2F2;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 1.40625rem;
    padding-bottom: 1.28125rem;
    padding-right: 1.625rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover ul li.lvl2 a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover ul li.lvl2 a img {
    order: 1;
    max-width: 3.125rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover ul li.lvl2 a span {
    order: 2;
    margin-right: 0.5625rem;
    color: #333333;
    font-size: 0.875rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover:after {
    top: 1.625rem;
    background-image: url("../images/mobile-arrow-w.svg");
    width: 0.75rem;
    height: 0.375rem;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub:hover:before {
    content: "";
    width: 0.3125rem;
    height: 3.6875rem;
    right: 0;
    background-color: #ED1C24;
    position: absolute;
    top: 0;
  }
  .mobile-menu.open .right-side .main-menu ul.menu li.lvl1.has-sub.layout_c:hover p {
    display: none;
  }
  .mobile-menu.open .search-form.open {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 9999;
    background-color: #F7F7F7;
    width: 100%;
    padding-top: 1.3125rem;
    padding-right: 1.25rem;
  }
  .mobile-menu.open .search-form.open .screen-reader-text {
    display: none;
  }
  .mobile-menu.open .search-form.open input {
    background: transparent;
    border: none;
    border-right: 1px solid #333333;
    padding-right: 0.4375rem;
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
  }
  .mobile-menu.open .search-form.open button.search-submit {
    background-image: url("../images/search-open.svg");
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    vertical-align: middle;
  }
  .mobile-menu.open nav.top_menu ul li.has-sub:before {
    display: none;
  }
  .mobile-menu.open nav.top_menu ul li.has-sub.open:before {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 3.6875rem;
    right: 0;
    background-color: #ED1C24;
    position: absolute;
    top: 0;
    bottom: unset;
    left: unset;
    transform: none;
  }
  .mobile-menu.open nav.top_menu ul li.has-sub.open li.lvl2 {
    margin: 0;
  }
  .mobile-menu.open nav.top_menu li.lvl1.has-sub.wpml-custom:hover a {
    color: #FFFFFF;
  }
  .mobile-menu.open nav.top_menu li.lvl1.has-sub.wpml-custom.open a {
    color: #FFFFFF;
  }
  .mobile-menu.open nav.top_menu li.lvl1.has-sub.wpml-custom.open .sub-menu li:hover a, .mobile-menu.open nav.top_menu li.lvl1.has-sub.wpml-custom.open .sub-menu li:hover span {
    color: #FFFFFF;
  }
  .mobile-menu.open nav.top_menu li.lvl1.has-sub.wpml-custom.open .sub-menu a {
    color: #333333;
  }

  .main-menu-wrapper .logo {
    bottom: unset;
    top: 10px;
    z-index: 999;
    width: 91px;
  }
}
.rtl nav.top_menu ul li.has-sub:before {
  transform: rotate(-45deg);
}

:lang(de-DE) .main-menu-wrapper .right-side .menu > li {
  padding: 2.1875rem 1.5625rem;
}

:lang(nl-NL) .right-side .menu > li {
  padding: 2.1875rem 1.5625rem;
}

:lang(pt-pt) .right-side .menu > li {
  padding: 2.1875rem 1.5625rem;
}

:lang(ru-RU) .right-side .menu > li {
  padding: 2.1875rem 1.5625rem;
}
:lang(ru-RU) .main-menu-wrapper .right-side .search {
  margin-right: 0.625rem;
}

:lang(he-IL) .top_menu ul li.has-sub:hover ul {
  width: 7.0625rem;
  right: -2.25rem;
}

/*
set global colors
 */
.site-footer {
  display: flex;
  flex-direction: row;
  direction: rtl;
  text-align: right;
  justify-content: space-between;
  margin-top: 5.625rem;
}
.site-footer .footer-menu {
  width: 27%;
}
.site-footer .footer-menu .menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 9.8125rem 1.25rem;
}
.site-footer .footer-menu .lvl1 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 1.125rem;
}
.site-footer .footer-menu .lvl1 ul li {
  padding: 0;
}
.site-footer .footer-menu .lvl1 span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  line-height: 22px;
}
.site-footer .footer-menu .lvl1 a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}
.site-footer .footer-menu .lvl1 li {
  padding: 0.625rem 0;
}
.site-footer .footer-menu .lvl2 span {
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}
.site-footer .footer-menu .footer-social-links {
  display: flex;
  flex-direction: column;
  max-width: 12.5rem;
}
.site-footer .footer-menu .footer-social-links ul {
  flex-direction: row;
  flex-wrap: unset;
  margin-right: -0.625rem;
}
.site-footer .footer-menu .footer-social-links li {
  margin-left: 1.25rem;
}
.site-footer .footer-menu .footer-social-links li a {
  font-size: 0;
  width: 54px;
  height: 54px;
  display: inline-block;
}
.site-footer .footer-menu .footer-social-links li a span {
  display: none;
}
.site-footer .footer-menu .footer-social-links li.j-fb a {
  background-image: url("../images/facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .footer-menu .footer-social-links li.j-in a {
  background-image: url("../images/linkedin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .footer-menu .footer-social-links li.j-yt a {
  background-image: url("../images/youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .footer-menu .footer-social-links li.j-insta a {
  background-image: url("../images/insta.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .footer-title {
  font-size: 1.375rem;
  padding-bottom: 1.0625rem;
  margin-bottom: 1.875rem;
  margin-top: 5.0625rem;
  position: relative;
  width: 100%;
}
.site-footer .footer-title:after {
  content: "";
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  position: absolute;
  right: 0;
  top: 100%;
}
.site-footer .globe-link {
  width: 24%;
  margin-left: 7.0625rem;
}
.site-footer .globe-link .footer-title {
  width: auto;
  margin-right: 7.6875rem;
}
.site-footer .footer-form {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  box-shadow: 0 0 1.125rem rgba(51, 51, 51, 0.5);
  border-radius: 0 12.5rem 0 0;
  max-width: 50rem;
  width: 50%;
  margin-left: 7.8125rem;
}
.site-footer .footer-form form {
  padding-top: 5.0625rem;
  padding-left: 7.1875rem;
  padding-right: 6.875rem;
  padding-bottom: 1.75rem;
  direction: rtl;
}
.site-footer .footer-form form h3 {
  text-align: right;
  letter-spacing: 0px;
  color: #333333;
  font-size: 3.75rem;
  position: relative;
  margin-bottom: 3.125rem;
  font-weight: 900;
  line-height: 72px;
  padding-bottom: 0.625rem;
}
.site-footer .footer-form form h3:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #ED1C24;
  right: 5px;
  top: 95%;
}
.site-footer .footer-form form .all-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper {
  width: 16.875rem;
  margin-bottom: 2rem;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper:nth-child(odd) {
  margin-left: 2.1875rem;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper label {
  color: #333333;
  font-size: 0.875rem;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper input, .site-footer .footer-form form .all-fields-wrapper .field-wrapper select, .site-footer .footer-form form .all-fields-wrapper .field-wrapper textarea {
  margin-top: 0.625rem;
  width: 100%;
  height: 2.5rem;
  font-family: museo-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #B2B2B2;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper textarea {
  max-height: 5rem;
  height: 5rem;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper.required {
  position: relative;
}
.site-footer .footer-form form .all-fields-wrapper .field-wrapper.required:after {
  content: "*";
  color: #ED1C24;
  position: absolute;
  right: -1rem;
  top: 0.1875rem;
}
.site-footer .footer-form form .all-fields-wrapper .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
}
.site-footer .footer-form form .bottom-form-section {
  display: flex;
  flex-wrap: wrap;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.site-footer .footer-form form .bottom-form-section span.wpcf7-list-item {
  margin: 0;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first {
  padding-right: 2.1875rem;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  z-index: 999;
  margin-right: -2.1875rem;
}
.site-footer .footer-form form .bottom-form-section span.wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 500;
}
.site-footer .footer-form form .bottom-form-section .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #B2B2B2;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #0081E4;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first:hover input ~ .checkmark:after {
  border: solid #0081E4;
  display: block;
  border-width: 0 3px 3px 0;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first input:checked ~ .checkmark {
  background-color: #0081E4;
}
.site-footer .footer-form form .bottom-form-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first input:checked ~ .checkmark:after {
  display: block;
}
.site-footer .footer-form form .bottom-form-section .wpcf7-list-item.first .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.site-footer .footer-form form .wpcf7-submit {
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0 0.625rem 1.25rem #ED1C244D;
  border-radius: 1.875rem 0;
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 2.3125rem;
  padding-right: 1.875rem;
  border: none;
  color: #FFFFFF;
  margin: 1.125rem 0 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.site-footer .footer-form form .bottom-text {
  padding-top: 1.25rem;
  padding-right: 2.625rem;
  margin-top: 1.0625rem;
  border-top: 1px solid #D5D5D5;
  position: relative;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
}
.site-footer .footer-form form .bottom-text:before {
  content: "";
  position: absolute;
  right: 0.3125rem;
  width: 1.5rem;
  height: 1.625rem;
  background-image: url("../images/24h.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.9375rem;
}
.site-footer .globe-img {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  background-image: url("../images/map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1.875rem;
}
.site-footer .globe-link a {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  position: relative;
  margin: auto;
  margin-bottom: 6.4375rem;
}
.site-footer .globe-link a:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.site-footer .globe-link a:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-footer .globe-link a:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}

.credits-text {
  background-color: #333333;
  color: #FFFFFF;
  padding: 1.6875rem 6.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
}
.credits-text a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.875rem;
}

@media (max-width: 1854px) {
  .site-footer .footer-form form {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper {
    width: 14.375rem;
  }
}
@media (max-width: 1721px) {
  .site-footer .footer-form {
    max-width: 43vw;
    margin-left: 7vw;
  }
  .site-footer .footer-form form {
    padding: 3.8125rem 5rem 1.25rem;
  }
}
@media (max-width: 1280px) {
  .site-footer .footer-form {
    margin-left: 56px;
  }
  .site-footer .footer-form form {
    padding-top: 31px;
    padding-left: 34px;
    padding-bottom: 18px;
    padding-right: 86px;
  }
  .site-footer .footer-form form h3 {
    font-size: 36px;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper label {
    font-size: 0.875rem;
  }
  .site-footer .footer-form form .all-fields-wrapper .bottom-form-section .wpcf7-list-item-label {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .site-footer .footer-form form .wpcf7-submit {
    margin: 26px auto 0 0;
    font-size: 16px;
    font-weight: 700;
  }
  .site-footer .globe-link {
    margin-left: 28px;
  }
  .site-footer .globe-link .footer-title {
    margin-right: 65px;
  }
  .site-footer .footer-menu {
    width: 30%;
  }
  .site-footer .footer-menu .footer-social-links li {
    z-index: 99;
  }
  .site-footer .footer-menu .footer-social-links li a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1145px) {
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer .footer-form {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
  .site-footer .footer-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 40px;
  }
  .site-footer .footer-menu .footer-title {
    margin: auto;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    text-align: right;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .site-footer .footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    flex-direction: column;
  }
  .site-footer .footer-menu .menu li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .site-footer .footer-menu .lvl1 ul {
    margin-bottom: 30px;
  }
  .site-footer .footer-menu .menu .globe-link {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .site-footer .footer-menu .menu .globe-link .globe-img {
    margin: 0;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper {
    margin-left: 1.875rem;
  }
}
@media (max-width: 1000px) {
  .site-footer {
    margin-top: 0;
  }
  .site-footer .footer-form {
    margin: 0;
    width: 100%;
    max-width: unset;
    border-radius: unset;
  }
  .site-footer .footer-form form {
    font-size: 0.875rem;
    padding-left: 1.6875rem;
    padding-right: 1.4375rem;
  }
  .site-footer .footer-form form h3 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .site-footer .footer-form form span {
    font-size: 0.875rem;
  }
  .site-footer .footer-menu {
    width: 100%;
    margin: 0 1.375rem;
  }
  .site-footer .footer-menu .footer-title {
    margin-top: 3.0625rem;
  }
  .site-footer .globe-link .footer-title {
    margin-left: 0;
  }
  .site-footer .bottom-text {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .credits-text {
    padding: 0.6875rem 1.5rem;
    text-align: right;
  }
  .credits-text p {
    width: 100%;
    margin-top: 0.25rem;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-form form {
    font-size: 0.875rem;
    padding-left: 1.6875rem;
    padding-right: 1.4375rem;
    padding-top: 2.3125rem;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper:nth-child(odd) {
    margin-left: 0;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper input, .site-footer .footer-form form .all-fields-wrapper .field-wrapper select {
    height: 2.8125rem;
    padding: 0.625rem 1.125rem 0.625rem;
    font-size: 1.125rem;
    margin-top: 0.6875rem;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper textarea {
    min-height: 5rem;
    max-height: unset;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper.required label {
    margin-right: 1.125rem;
    padding-right: 0.625rem;
  }
  .site-footer .footer-form form .all-fields-wrapper .field-wrapper.required:after {
    right: 0;
    top: 0;
    font-size: 2rem;
  }
  .site-footer .footer-form form .all-fields-wrapper .bottom-form-section .wpcf7-list-item-label {
    line-height: 1 !important;
  }
  .site-footer .footer-form form .wpcf7-submit {
    margin: 1.375rem auto 0;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    height: 3.4375rem;
  }
  .site-footer .footer-form form .bottom-tex {
    line-height: 1.1875rem;
  }
  .site-footer .footer-menu .footer-title {
    max-width: 100%;
  }
  .site-footer .footer-menu .menu {
    display: block;
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: unset;
  }
  .site-footer .footer-menu .menu li {
    max-width: 100%;
  }
  .site-footer .footer-menu .menu li .lvl1 {
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .site-footer .globe-link {
    width: 100%;
    margin: 0 1.375rem;
  }
}
/*
set global colors
 */
.links-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 0.1875rem 0.375rem #D5D5D5;
}
.links-boxes .single-link-box {
  text-align: center;
  width: 25%;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.links-boxes .single-link-box a {
  color: #333333;
  font-size: 1.25rem;
  padding: 2.1875rem 1.25rem 2rem;
  display: block;
  width: 100%;
  height: 100%;
}
.links-boxes .single-link-box a:hover img {
  opacity: 1;
}
.links-boxes .single-link-box a img {
  max-width: 100%;
  height: 50px;
}
.links-boxes .single-link-box p {
  color: #333333;
  font-size: 1.25rem;
  margin-top: 1.1875rem;
  font-weight: 500;
}
.links-boxes .single-link-box:nth-child(1) {
  border-bottom: 0.625rem solid #21C052;
}
.links-boxes .single-link-box:nth-child(2) {
  border-bottom: 0.625rem solid #0081E4;
}
.links-boxes .single-link-box:nth-child(3) {
  border-bottom: 0.625rem solid #FFCD33;
}
.links-boxes .single-link-box:nth-child(4) {
  border-bottom: 0.625rem solid #ED1C24;
}

@media (max-width: 768px) {
  .links-boxes .single-link-box {
    width: 50%;
  }
  .links-boxes .single-link-box p {
    font-size: 14px;
    margin-top: 12px;
  }
  .links-boxes .single-link-box a img {
    width: 44px;
    height: 30px;
  }
}
.background_image_with_text {
  min-height: 50rem;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background_image_with_text .text-and-btn-wrapper {
  margin-right: 6.9375rem;
  margin-top: 25.125rem;
  margin-bottom: auto;
}
.background_image_with_text .text-and-btn-wrapper h2 {
  color: #333333;
  font-size: 3.125rem;
  margin-bottom: 0.375rem;
  font-weight: 900;
}
.background_image_with_text .text-and-btn-wrapper h2:after {
  display: none;
}
.background_image_with_text .text-and-btn-wrapper p {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 3.125rem;
  font-weight: 500;
  line-height: 24px;
  max-width: 31.5625rem;
}
.background_image_with_text .text-and-btn-wrapper a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  padding: 1rem 1.875rem 0.9375rem;
  line-height: 19px;
}
.background_image_with_text .text-and-btn-wrapper a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.background_image_with_text .text-and-btn-wrapper a:active {
  background: #7f0a0f;
}
.background_image_with_text .text-and-btn-wrapper a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .background_image_with_text {
    background-position: top center;
  }
  .background_image_with_text .text-and-btn-wrapper {
    margin-right: 1.25rem;
  }
  .background_image_with_text .text-and-btn-wrapper h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .background_image_with_text .text-and-btn-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }
  .background_image_with_text .text-and-btn-wrapper a {
    padding-top: 1.03875rem;
    padding-bottom: 1.21125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.parallax_banner {
  min-height: 25rem;
  background: transparent;
}
.parallax_banner a {
  text-align: center;
  color: #fff;
  font-size: 3.125rem;
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.parallax_banner a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .parallax_banner {
    min-height: 11.1875rem;
    height: 250px !important;
  }
  .parallax_banner a {
    font-size: 1.25rem;
  }
}
@media (max-width: 425px) {
  .parallax_banner {
    min-height: 179px;
  }
  .parallax_banner a {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    text-shadow: 0 10px 10px #000000A7;
  }
}
/*
set global colors
 */
.products-customisation {
  background-image: url("../images/grey_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products-customisation h2 {
  padding-top: 6.25rem;
  font-size: 3.125rem;
  font-weight: 900;
  text-align: center;
  line-height: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.products-customisation h2:after {
  display: none;
}
.products-customisation p {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 300;
}
.products-customisation p.sub-title {
  position: relative;
  padding-bottom: 1.53125rem;
  font-size: 1.5rem;
  line-height: 29px;
  color: #606060;
  letter-spacing: -0.5px;
}
.products-customisation p.sub-title:after {
  content: "";
  width: 3.125rem;
  height: 3px;
  position: absolute;
  top: 100%;
  background-color: #ED1C24;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.products-customisation .slider-wrapper {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6.125rem 5.625rem 6.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px 1px;
  grid-template-areas: "box-1 imag imag box-3" "box-2 imag imag box-4" "btn btn btn btn";
}
.products-customisation .slider-wrapper .box-4 {
  grid-area: box-4;
  align-self: end;
}
.products-customisation .slider-wrapper .imag {
  grid-area: imag;
}
.products-customisation .slider-wrapper .box-3 {
  grid-area: box-3;
}
.products-customisation .slider-wrapper .box-1 {
  grid-area: box-1;
}
.products-customisation .slider-wrapper .box-2 {
  grid-area: box-2;
  align-self: end;
}
.products-customisation .slider-wrapper .btn {
  grid-area: btn;
}
.products-customisation .slider-wrapper .center-slider-img.imag {
  text-align: center;
  margin: 0 2.1875rem;
  display: flex;
  flex-wrap: wrap;
}
.products-customisation .slider-wrapper .center-slider-img.imag img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.products-customisation .slider-wrapper .center-slider-img.imag .gifffer-play-button {
  display: none;
}
.products-customisation .slider-wrapper .single-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #D5D5D5;
  max-width: 27.25rem;
  display: flex;
  padding: 17px 27px 22px;
  align-content: center;
  align-items: flex-start;
  max-height: 10.625rem;
  cursor: pointer;
}
.products-customisation .slider-wrapper .single-item:nth-child(1) {
  margin-bottom: 3.8125rem;
}
.products-customisation .slider-wrapper .single-item:nth-child(4) {
  margin-bottom: 3.8125rem;
}
.products-customisation .slider-wrapper .single-item h3 {
  color: #ED1C24;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.34375rem;
  line-height: 29px;
}
.products-customisation .slider-wrapper .single-item h3:after {
  content: "";
  width: 1.25rem;
  height: 3px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ED1C24;
}
.products-customisation .slider-wrapper .single-item p {
  font-size: 1rem;
  text-align: right;
  margin-top: 0.59375rem;
  line-height: 22px;
}
.products-customisation .slider-wrapper .single-item p:first-line {
  font-weight: 700;
}
.products-customisation .slider-wrapper .single-item .right {
  text-align: right;
  margin-right: 1.5625rem;
}
.products-customisation .slider-wrapper .red-btn.btn {
  text-align: center;
  margin-top: 1.956875rem;
}
.products-customisation .slider-wrapper .red-btn.btn a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
}
.products-customisation .slider-wrapper .red-btn.btn a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.products-customisation .slider-wrapper .red-btn.btn a:active {
  background: #7f0a0f;
}

@media (max-width: 1450px) {
  .products-customisation .slider-wrapper {
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  }
  .products-customisation .slider-wrapper .single-item {
    padding: 17px 17px 22px;
  }
  .products-customisation .slider-wrapper .single-item .left {
    width: 70%;
  }
  .products-customisation .slider-wrapper .single-item .left img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .products-customisation .slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .products-customisation .slider-wrapper .center-slider-img.imag {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .products-customisation .slider-wrapper .single-item.box-1 {
    order: 2;
  }
  .products-customisation .slider-wrapper .single-item.box-2 {
    order: 3;
  }
  .products-customisation .slider-wrapper .single-item.box-3 {
    order: 4;
  }
  .products-customisation .slider-wrapper .single-item.box-4 {
    order: 5;
  }
  .products-customisation .slider-wrapper .red-btn.btn {
    order: 6;
    width: 100%;
  }
  .products-customisation .slider-wrapper .single-item {
    margin-bottom: 1.875rem;
    width: 40%;
    max-height: unset;
  }
  .products-customisation .slider-wrapper .single-item:nth-child(1) {
    margin-bottom: 1.875rem;
  }
  .products-customisation .slider-wrapper .single-item:nth-child(4) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 970px) {
  .products-customisation .slider-wrapper .single-item img {
    max-width: 100%;
    height: auto;
  }
  .products-customisation .slider-wrapper .single-item .left {
    width: 80%;
  }
}
@media (max-width: 900px) {
  .products-customisation .slider-wrapper {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .products-customisation .slider-wrapper .single-item {
    width: 100%;
    display: none;
  }
  .products-customisation .slider-wrapper .single-item.active {
    display: flex;
  }
  .products-customisation .slider-wrapper .red-btn.btn {
    width: 100%;
  }
  .products-customisation .slider-wrapper .slider-arrow {
    position: absolute;
    top: 30%;
    width: 3.75rem;
    height: 5.625rem;
  }
  .products-customisation .slider-wrapper .slider-arrow.right {
    right: 0;
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .products-customisation .slider-wrapper .slider-arrow.left {
    left: 0;
    background-image: url("../images/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .products-customisation h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 15px 0px 16px;
    margin: 0;
  }
  .products-customisation .slider-wrapper {
    padding: 25px 10px;
  }
  .products-customisation .slider-wrapper .slider-arrow {
    top: 24%;
  }
}
@media (max-width: 425px) {
  .products-customisation p.sub-title {
    font-size: 18px;
    line-height: 1;
  }
  .products-customisation .slider-wrapper .slider-arrow {
    top: 18%;
  }
}
/*
set global colors
 */
.latest-news {
  padding: 5.625rem 0;
}
.latest-news .news-wrapper {
  max-width: 106.125rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-news .news-wrapper h2 {
  width: 100%;
  font-size: 3.125rem;
  color: #333333;
  font-weight: 900;
  margin-bottom: 0.53125rem;
  position: relative;
  margin-bottom: 2.8125rem;
  line-height: 60px;
}
.latest-news .news-wrapper h2:after {
  content: "";
  width: 1.875rem;
  height: 3px;
  background-color: #ED1C24;
  top: calc(100% + 2px);
  right: 4px;
  display: block;
  position: absolute;
}
.latest-news .news-wrapper article {
  margin-bottom: 1.5625rem;
  width: 100%;
  max-width: 546px;
  flex: 0 0 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.latest-news .news-wrapper article:first-child {
  padding-right: 0;
}
.latest-news .news-wrapper article:last-child {
  padding-left: 0;
}
.latest-news .news-wrapper article img {
  margin-bottom: 1.8625rem;
  max-width: 100%;
  height: auto;
}
.latest-news .news-wrapper article .post-date {
  font-size: 1rem;
  color: #ED1C24;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.latest-news .news-wrapper article h3 {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 26px;
}
.latest-news .news-wrapper article .post-exrept {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.875rem;
  margin-top: 0.3125rem;
  line-height: 24px;
}
.latest-news .news-wrapper article .read-more a {
  text-decoration: underline;
  color: #333333;
  font-size: 1rem;
  position: relative;
  padding-left: 0.875rem;
  display: inline-block;
}
.latest-news .news-wrapper article .read-more a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.latest-news .news-wrapper .post-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.latest-news .slick-slider {
  width: 100%;
}
.latest-news .slick-slider .slick-list.draggable {
  padding: 0 1.875rem !important;
}
.latest-news .slick-slider .slick-slide {
  margin: 0 4rem 0;
  overflow: hidden;
}
.latest-news .slick-slider .prevArrow,
.latest-news .slick-slider .nextArrow {
  display: inline-block;
  position: absolute;
  top: 25%;
  width: 60px;
  height: 90px;
  border: none;
  z-index: 999;
  cursor: pointer;
  background-color: unset;
}
.latest-news .slick-slider .prevArrow {
  left: 0;
  right: auto;
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.latest-news .slick-slider .nextArrow {
  right: 0;
  left: auto;
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .latest-news .news-wrapper {
    max-width: 80%;
    justify-content: center;
  }
}
@media (max-width: 1450px) {
  .latest-news .news-wrapper {
    max-width: 90%;
  }
  .latest-news .news-wrapper article {
    max-width: unset;
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .latest-news .news-wrapper article img {
    margin: 0 auto 1.8625rem;
  }
}
@media (max-width: 1000px) {
  .latest-news .news-wrapper h2 {
    text-align: center;
  }
  .latest-news .news-wrapper h2:after {
    position: relative;
    margin: 0 auto 2.54375rem;
    top: 0;
  }
  .latest-news .news-wrapper article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .latest-news .news-wrapper article .post-date,
.latest-news .news-wrapper article h3,
.latest-news .news-wrapper article a,
.latest-news .news-wrapper article .post-exrept,
.latest-news .news-wrapper article .read-more {
    width: 100%;
  }
  .latest-news .news-wrapper article a img {
    width: 100%;
    height: auto;
  }
  .latest-news .slick-slider .slick-slide {
    margin: 0 3rem 2rem;
  }
}
@media (max-width: 630px) {
  .latest-news {
    padding-bottom: 50px;
  }
  .latest-news .news-wrapper h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .latest-news .news-wrapper h2:after {
    margin: 10px auto 31px;
  }
  .latest-news .news-wrapper {
    width: 100%;
    max-width: unset;
  }
  .latest-news .news-wrapper .post-wrapper {
    padding: 0 18px;
  }
  .latest-news .slick-slider .slick-list.draggable {
    padding: 0 !important;
  }
  .latest-news .slick-slider .slick-slide {
    margin: 0;
  }
  .latest-news .news-wrapper article {
    padding: 0;
  }
  .latest-news .news-wrapper article .post-date,
.latest-news .news-wrapper article .post-exrept,
.latest-news .news-wrapper article .read-more {
    font-size: 0.875rem;
  }
  .latest-news .news-wrapper article h3 {
    font-size: 1.125rem;
  }
}
.error404 .error-404.not-found {
  background-image: url("../images/404.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 62.776875rem;
  margin: 1.125rem auto 5.1875rem;
  text-align: center;
  min-height: 43.89375rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.error404 .error-404.not-found h1 {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
}
.error404 .error-404.not-found h1 span {
  font-size: 5rem;
  display: block;
}
.error404 .error-404.not-found h1:after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 3px;
  background-color: #ED1C24;
  left: 0;
  right: 0;
  top: 100%;
  margin: 1.53125rem auto 0;
  display: block;
}
.error404 .error-404.not-found .return-home {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  max-width: 18.75rem;
  margin: 0 auto 1.75rem;
  font-weight: 700;
}
.error404 .error-404.not-found .return-home:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.error404 .error-404.not-found .return-home:active {
  background: #7f0a0f;
}
.error404 .error-404.not-found .return-home:hover {
  opacity: 1;
}
.error404 .error-404.not-found.thankyou {
  background-image: url("../images/thankyou.png");
}
.error404 .error-404.not-found.thankyou h1 span {
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 3.75rem;
}

@media (max-width: 768px) {
  .error404 .error-404.not-found {
    min-height: 24.55625rem;
    background-size: cover;
    background-position: center;
  }
  .error404 .error-404.not-found h1 {
    font-size: 1rem;
  }
  .error404 .error-404.not-found h1 span {
    font-size: 2.5rem;
  }
  .error404 .error-404.not-found h1:after {
    margin: 0.78125rem auto 0;
  }
}
.header_image_with_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-height: 27.5rem;
}
.header_image_with_text .header-title {
  max-width: 35%;
  max-height: 27.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-right: 6.875rem;
  padding-left: 6.875rem;
  padding-top: 5.3125rem;
  padding-bottom: 10rem;
  background-image: url("../images/hefer-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-y;
}
.header_image_with_text .header-title h1 {
  font-size: 3.125rem;
  font-weight: 900;
  margin-bottom: 0.625rem;
  color: #333333;
  width: 100%;
}
.header_image_with_text .header-title p {
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
}
.header_image_with_text .header-title a {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  margin-top: 1.3125rem;
}
.header_image_with_text .header-title a:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.header_image_with_text .header-title a:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_image_with_text .header-title a:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_image_with_text .header-title a:after {
  display: none;
}
.header_image_with_text .header-image {
  width: 65%;
  height: 27.5rem;
}
.header_image_with_text .header-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 3.125rem;
}
.header_image_with_text .anchors-links {
  position: absolute;
  bottom: -9%;
  box-shadow: 0px 5px 20px #b5b5b5;
  right: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  overflow: auto;
  white-space: nowrap;
  overflow-scrolling: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.header_image_with_text .anchors-links::-webkit-scrollbar {
  display: none;
}
.header_image_with_text .anchors-links a {
  padding: 2.125rem 3.5rem;
  display: inline-block;
  background: #ffffff;
  color: #333333;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  width: auto;
  margin: 0 1px 0 0;
  border-left: 1px solid #d8d8d8;
}
.header_image_with_text .anchors-links a:hover {
  opacity: 1;
  box-shadow: inset 0 -10px 0px -1px #ED1C24;
  border-left: 1px solid #d8d8d8;
}
.header_image_with_text .anchors-links a:last-child {
  border: none;
}
.header_image_with_text .anchors-links.test {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: auto;
}

@media (max-width: 1280px) {
  .header_image_with_text .header-title {
    height: 332px;
  }
  .header_image_with_text .header-title p {
    font-size: 16px;
  }
  .header_image_with_text .header-image {
    height: 332px;
  }
  .header_image_with_text .anchors-links a {
    padding: 2.125rem 1.25rem;
  }
}
@media (max-width: 1600px) {
  .header_image_with_text .header-title {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}
@media (max-width: 1200px) {
  .header_image_with_text .header-title {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 1065px) {
  .header_image_with_text .anchors-links {
    transform: unset;
    right: 0;
    left: 0;
    max-width: 100%;
  }
}
@media (max-width: 890px) {
  .header_image_with_text .header-image {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .header_image_with_text .anchors-links a {
    padding: 1.5625rem;
  }
}
@media (max-width: 768px) {
  .header_image_with_text {
    min-height: 28.4375rem;
    max-height: 28.4375rem;
  }
  .header_image_with_text .header-image {
    order: 1;
    width: 100%;
    height: auto;
  }
  .header_image_with_text .header-image img {
    max-height: 12.5rem;
  }
  .header_image_with_text .header-title {
    height: auto;
    order: 2;
    max-width: 100%;
    padding: 0 1.5rem 3.125rem;
    margin: 0;
  }
  .header_image_with_text .header-title h1 {
    font-size: 2.125rem;
    line-height: 38px;
  }
  .header_image_with_text .anchors-links {
    bottom: calc(-14% + 1px);
  }
}
.related_files_links {
  display: flex;
  flex-wrap: wrap;
  padding: 42px 111px 88px 110px;
  justify-content: flex-start;
  max-width: 120rem;
  margin: 0 auto;
}
.related_files_links:nth-child(even) {
  background-color: #f7f9f8;
}
.related_files_links .image-wrapper {
  max-width: 690px;
  width: 690px;
  max-height: 27.62rem;
  margin-left: 3.586875rem;
  margin-top: 0;
}
.related_files_links .image-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 27.625rem;
}
.related_files_links .image-wrapper.video-responsive {
  overflow: hidden;
  padding-bottom: 26.25%;
  position: relative;
  height: 0;
  max-height: 27.625rem;
  width: 100%;
}
.related_files_links .image-wrapper.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.related_files_links .strip-content {
  max-width: 34.125rem;
  width: 34.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related_files_links .strip-content .content-text-wrapper {
  margin-top: 0;
}
.related_files_links .strip-content .content-text-wrapper h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 900;
}
.related_files_links .strip-content .content-text-wrapper h1:after {
  content: "";
  height: 3px;
  width: 30px;
  background: #ED1C24;
  display: block;
  margin: 10px 0 0 1px;
}
.related_files_links .strip-content h2 {
  font-size: 2.8125rem;
  color: #333333;
  font-weight: 900;
  position: relative;
  margin-bottom: 1.28125rem;
  line-height: 54px;
  margin-top: -8px;
}
.related_files_links .strip-content h2:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}
.related_files_links .strip-content p {
  line-height: 30px;
  font-size: 1.25rem;
  font-weight: 500;
}
.related_files_links .strip-content a {
  margin-top: 1rem;
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  padding-top: 1.03875rem;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  padding-bottom: 1.21125rem;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.related_files_links .strip-content a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.related_files_links .strip-content a:active {
  background: #7f0a0f;
}
.related_files_links .links-wrapper {
  width: 258px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-right: 6px solid #ED1C24;
  padding-left: 2.375rem;
  padding-right: 2.125rem;
  align-self: flex-start;
  box-shadow: 0px 3px 6px #00000029;
  margin-right: auto;
}
.related_files_links .links-wrapper h3 {
  padding-top: 1.625rem;
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 1.65625rem;
}
.related_files_links .links-wrapper h3:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}
.related_files_links .links-wrapper ul li {
  padding: 0.9375rem 0 1.0625rem;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.related_files_links .links-wrapper ul li a {
  color: #333333;
}
.related_files_links .links-wrapper ul li a img {
  vertical-align: middle;
  max-width: 26px;
}
.related_files_links .links-wrapper ul li:last-child {
  border: none;
  margin-bottom: 1.46875rem;
}
.related_files_links:nth-child(even) .strip-content {
  order: 1;
  margin-left: 7vw;
}
.related_files_links:nth-child(even) .image-wrapper {
  order: 2;
  margin: 0;
}
.related_files_links:nth-child(even) .links-wrapper {
  order: 3;
  margin-right: auto;
}
.related_files_links .content-text-wrapper h2 {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

@media (max-width: 1850px) {
  .related_files_links:nth-child(even) .strip-content {
    margin-left: 0;
  }
  .related_files_links:nth-child(even) .image-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 1770px) {
  .related_files_links {
    padding: 2.625rem 2.5% 3.125rem;
  }
  .related_files_links:nth-child(even) .strip-content {
    margin-left: 3.5625rem;
  }
}
@media (max-width: 1560px) {
  .related_files_links .image-wrapper {
    width: 30%;
  }
  .related_files_links .image-wrapper.video-responsive {
    max-width: 444px;
    padding-bottom: 17.25%;
  }
}
@media (max-width: 1400px) {
  .related_files_links .image-wrapper.video-responsive {
    width: 30%;
    padding-bottom: 19.25%;
  }
}
@media (max-width: 1300px) {
  .related_files_links .image-wrapper img {
    height: auto;
  }
  .related_files_links:nth-child(even) .strip-content {
    margin-left: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .related_files_links .strip-content {
    width: 49%;
  }
  .related_files_links .strip-content p {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .related_files_links .links-wrapper h3 {
    font-size: 20px;
  }
  .related_files_links .content-text-wrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 1250px) {
  .related_files_links {
    padding: 2.625rem 2.5% 1.25rem;
  }
  .related_files_links .image-wrapper {
    width: 49%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .related_files_links .content-text-wrapper h2 {
    margin-top: 0;
  }
  .related_files_links .strip-content {
    width: 49%;
  }
  .related_files_links .links-wrapper {
    max-width: 17.625rem;
    margin-right: 0;
  }
  .related_files_links:nth-child(even) .strip-content {
    max-width: 35.625rem;
    margin-left: auto;
  }
  .related_files_links:nth-child(even) .image-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1230px) {
  .related_files_links .image-wrapper.video-responsive {
    max-width: 45%;
    width: 100%;
    padding-bottom: 25.25%;
  }
}
@media (max-width: 917px) {
  .related_files_links {
    flex-direction: column;
    margin: 2.625rem 1.125rem 3.125rem;
  }
  .related_files_links .image-wrapper {
    width: 100%;
    margin: 0 auto 1.875rem;
  }
  .related_files_links .strip-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 2.5rem;
  }
  .related_files_links .strip-content .content-text-wrapper {
    margin-bottom: 1.875rem;
  }
  .related_files_links .strip-content h2 {
    padding-bottom: 0.59375rem;
  }
  .related_files_links .links-wrapper {
    margin: 0 auto;
  }
  .related_files_links .links-wrapper h3 {
    margin-bottom: 1.65625rem;
    padding-bottom: 0.71875rem;
  }
  .related_files_links:nth-child(even) .strip-content {
    order: 2;
    width: 100%;
    max-width: unset;
  }
  .related_files_links:nth-child(even) .image-wrapper {
    order: 1;
    margin: 0;
  }
  .related_files_links:nth-child(even) .links-wrapper {
    order: 3;
  }
  .related_files_links .image-wrapper.video-responsive {
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media (max-width: 768px) {
  .related_files_links .image-wrapper {
    margin: 0 auto;
  }
  .related_files_links .strip-content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .related_files_links .strip-content h2 {
    padding-bottom: 0.25rem;
    font-size: 1.5625rem;
    line-height: 31px;
  }
  .related_files_links .strip-content p {
    line-height: 24px;
  }
  .related_files_links .strip-content a {
    font-size: 1rem;
    line-height: 19px;
    padding: 1.125rem 2.5rem;
  }
  .related_files_links .links-wrapper h3 {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .related_files_links .links-wrapper ul li a {
    font-size: 14px;
    line-height: 24px;
  }
  .related_files_links .links-wrapper ul li a img {
    margin-left: 15px;
  }
  .related_files_links:nth-child(even) .strip-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .related_files_links .strip-content h2 {
    font-size: 1.5625rem;
  }
  .related_files_links .strip-content p {
    font-size: 14px;
  }
  .related_files_links .links-wrapper {
    max-width: 100%;
  }
}
.image_or_video_slider {
  position: relative;
  width: 100%;
  min-height: 40.625rem;
  height: 40.625rem;
}
.image_or_video_slider .slick-list.draggable {
  padding: 0 !important;
  height: 100%;
  border-radius: 0 0 3.125rem 0;
}
.image_or_video_slider .slick-slider {
  height: 100%;
}
.image_or_video_slider .slick-track {
  height: 100%;
}
.image_or_video_slider .img {
  max-height: 40.625rem;
  height: 40.625rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.image_or_video_slider .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.image_or_video_slider .img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
.image_or_video_slider .item .img-fill {
  height: 100%;
}
.image_or_video_slider .item .img-fill .info {
  position: absolute;
  width: 32.8125rem;
  max-width: 32.8125rem;
  height: 100%;
  top: 0px;
  right: 5.5%;
  line-height: 100vh;
  text-align: right;
}
.image_or_video_slider .item .img-fill .info h3 {
  font-size: 5rem;
}
.image_or_video_slider .item .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.main-slider .caption, .main-slider .slick-slide::before, .main-slider .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 40.625rem;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-slide {
  position: relative;
  height: 40.625rem;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .slick-slide .caption {
  max-width: 32.8125rem;
}
.main-slider .slick-slide .caption .title {
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 4.375rem;
  overflow: hidden;
}
.main-slider .slick-slide .caption .slide-text {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 2px;
  margin-top: 0.8125rem;
}
.main-slider .slick-slide .slide-btn {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  padding: 1.25rem 1.75rem;
  z-index: 9;
  display: inline-block;
  margin-top: 3.125rem;
}
.main-slider .slick-slide .slide-btn:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.main-slider .slick-slide .slide-btn:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-slider .slick-slide .slide-btn:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-slider .slick-slide .slide-btn:after {
  display: none;
}
.main-slider .slick-slide .center_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 32.8125rem;
  bottom: 6%;
  max-height: 357px;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: contain;
  height: 22.3125rem;
}
.main-slider .caption {
  position: absolute;
  top: calc(20% + 5px);
  right: 5.5%;
  text-align: right;
  color: #333333;
  margin: 0;
  font-weight: 900;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.main-slider .slick-dots {
  position: absolute;
  right: 5%;
  bottom: 23%;
  text-align: center;
  padding-top: 15px;
}
.main-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.main-slider .slick-dots li button {
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.3s ease;
  font-size: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.main-slider .slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover {
  opacity: 1;
}
.main-slider .slick-dots li button:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333333;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
  border-color: #2d3042;
  border: 1px solid #2d3042;
  opacity: 1;
}
.main-slider .container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.main-slider .container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.main-slider .container p {
  margin-bottom: 40px;
}
.main-slider .slick-list.draggable {
  height: 40.625rem;
}

@media (max-width: 769px) {
  .main-slider {
    height: 446px;
  }
  .main-slider .slick-dots {
    bottom: 27px;
  }
  .main-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .main-slider .slick-slide {
    height: 446px;
  }
  .main-slider .slick-slide .slide-btn {
    bottom: 0.9375rem;
    font-weight: 700;
  }
  .main-slider .slick-slide iframe {
    height: 100%;
  }
  .main-slider .slick-slide .caption {
    top: calc(48% + 5px);
  }
  .main-slider .slick-slide .caption .title {
    font-size: 34px;
    line-height: 36px;
  }
  .main-slider .slick-list.draggable {
    height: 446px;
  }
  .main-slider .slick-track {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .main-slider .slick-slide.slick-active .caption {
    max-width: 88%;
  }
}
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.two_column_icon_list {
  padding: 4.5625rem 0;
  box-shadow: 0 7px 30px rgba(51, 51, 51, 0.3);
}
.two_column_icon_list h2 {
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 54px;
  color: #333333;
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}
.two_column_icon_list h2:after {
  display: none;
}
.two_column_icon_list .list-wrapper {
  max-width: 1255px;
  margin: 6.1875rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_column_icon_list .list-wrapper .single-list-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  max-width: 558px;
  min-width: 558px;
  margin-bottom: 3.625rem;
}
.two_column_icon_list .list-wrapper .single-list-item .single-list-icon {
  align-self: flex-start;
  margin-left: 0.8125rem;
  width: 33%;
  max-width: 78px;
}
.two_column_icon_list .list-wrapper .single-list-item h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.6875rem;
}
.two_column_icon_list .list-wrapper .single-list-item p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}
.two_column_icon_list a.styled-btn {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  margin: auto;
  display: block;
  max-width: 362px;
  text-align: center;
  margin-bottom: 2.4375rem;
}
.two_column_icon_list a.styled-btn:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.two_column_icon_list a.styled-btn:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.two_column_icon_list a.styled-btn:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.two_column_icon_list a.styled-btn:after {
  display: none;
}

@media (max-width: 1500px) {
  .two_column_icon_list .list-wrapper {
    max-width: 1159px;
  }
}
@media (max-width: 1160px) {
  .two_column_icon_list .list-wrapper .single-list-item {
    padding: 0 0.9375rem;
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .two_column_icon_list h2 {
    font-size: 2.125rem;
    line-height: 35px;
  }
  .two_column_icon_list .list-wrapper {
    padding: 0 1.5625rem;
  }
  .two_column_icon_list .list-wrapper .single-list-item {
    max-width: 25rem;
  }
  .two_column_icon_list .list-wrapper .single-list-item .single-list-icon {
    width: 33%;
  }
  .two_column_icon_list .list-wrapper .single-list-item h3 {
    font-size: 1.25rem;
  }
  .two_column_icon_list .list-wrapper .single-list-item p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .two_column_icon_list {
    padding: 40px 0;
  }
  .two_column_icon_list h2 {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .two_column_icon_list .list-wrapper {
    justify-content: center;
    margin: 2.5rem auto 0;
  }
  .two_column_icon_list .list-wrapper .single-list-item {
    max-width: 26.25rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .two_column_icon_list .list-wrapper .single-list-item .single-list-icon {
    width: 23%;
  }
  .two_column_icon_list .list-wrapper .single-list-item h3 {
    font-size: 1rem;
  }
  .two_column_icon_list .list-wrapper .single-list-item p {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
@media (max-width: 425px) {
  .two_column_icon_list .list-wrapper .single-list-item .single-list-icon {
    width: 45%;
  }
  .two_column_icon_list .list-wrapper .single-list-item p {
    font-size: 14px;
  }
  .two_column_icon_list .list-wrapper .single-list-item h3 {
    font-size: 16px;
  }
  .two_column_icon_list a.styled-btn {
    max-width: 300px;
    margin-top: 20px;
  }
}
.exhibition-banner {
  padding: 6.6875rem 0;
}
.exhibition-banner .exhibition-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1704px;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 {
  justify-content: space-between;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .col-1, .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 {
  width: 49%;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 img {
  max-height: 188px;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(1), .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(2) {
  max-width: 837px;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(1) p, .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(2) p {
  right: 5%;
  font-size: 1.25rem;
  color: white;
  position: absolute;
  bottom: 10%;
  margin: unset;
  text-align: unset;
  width: unset;
  top: unset;
  transform: unset;
  height: auto;
  text-shadow: 0px 4px 8px #000;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner {
  position: relative;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner img {
  max-width: 100%;
  height: auto;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner p {
  position: absolute;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner:nth-child(1) {
  max-width: 842px;
}
.exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner:nth-child(1) p {
  right: 50%;
  margin: 0 auto;
  font-size: 2.1875rem;
  text-align: center;
  width: 100%;
  color: white;
  position: absolute;
  top: 50%;
  margin-left: -50%;
  transform: translate(-50%, -50%);
  height: 1px;
  text-shadow: 0px 4px 8px #000;
}

@media (max-width: 1000px) {
  .exhibition-banner .exhibition-banner-wrapper.items-3 {
    margin: 0 15px;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .col-1, .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 {
    width: 100%;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .col-1 {
    margin-bottom: 5px;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner {
    margin: 5px 0;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(1), .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(2) {
    max-width: 100%;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(1) p, .exhibition-banner .exhibition-banner-wrapper.items-3 .col-2 .single-banner:nth-child(2) p {
    left: 50%;
    margin: 0 auto;
    font-size: 2.1875rem;
    text-align: center;
    width: 100%;
    color: white;
    position: absolute;
    top: 50%;
    bottom: unset;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 1px;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner:nth-child(1) {
    max-width: unset;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .exhibition-banner {
    padding: 0;
  }
  .exhibition-banner .exhibition-banner-wrapper.items-3 .single-banner img {
    max-height: 9.1875rem;
    height: auto;
  }
}
.our-team {
  padding: 2.5rem 0;
}
.our-team h2 {
  text-align: center;
  font-size: 2.8125rem;
  line-height: 54px;
  font-weight: 900;
  margin: 4.75rem 0;
}
.our-team h2:after {
  display: none;
}
.our-team .our-team-wrapper {
  max-width: 1698px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.our-team .our-team-wrapper .single-team-member {
  width: 25%;
  padding-left: 1.875rem;
  margin-bottom: 1.875rem;
  max-width: 402px;
}
.our-team .our-team-wrapper .single-team-member img {
  max-width: 100%;
  height: auto;
}
.our-team .our-team-wrapper .single-team-member .team-member-text {
  background-color: #F7F7F7;
  padding: 1.4375rem 1.5625rem;
  border-bottom: 5px solid #ED1C24;
  position: relative;
}
.our-team .our-team-wrapper .single-team-member .team-member-text h3 {
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 700;
}
.our-team .our-team-wrapper .single-team-member .team-member-text span {
  font-size: 1.25rem;
  line-height: 24px;
}
.our-team .our-team-wrapper .single-team-member .team-member-text p {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
}
.our-team .our-team-wrapper .single-team-member .team-member-text .member-linkedin {
  background-color: #1174AF;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  bottom: calc(85% + 1px);
  left: 0.9375rem;
  text-align: center;
  line-height: 54px;
  font-size: 28px;
  font-weight: 900;
}
.our-team .our-team-wrapper .single-team-member .team-member-text .member-linkedin:hover {
  opacity: 1;
}

@media (max-width: 1700px) {
  .our-team .our-team-wrapper {
    margin: 0 0.9375rem;
  }
  .our-team .team-member-text .member-linkedin {
    line-height: 46px;
  }
}
@media (max-width: 1200px) {
  .our-team .our-team-wrapper {
    justify-content: space-between;
  }
  .our-team .our-team-wrapper .single-team-member {
    width: 32%;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .our-team .our-team-wrapper .single-team-member {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .our-team {
    padding-bottom: 0;
  }
  .our-team h2 {
    margin: 2.125rem 0;
    font-size: 1.5625rem;
    line-height: 35px;
  }
  .our-team .our-team-wrapper {
    justify-content: center;
  }
  .our-team .our-team-wrapper .single-team-member {
    width: 100%;
  }
  .our-team .our-team-wrapper .single-team-member .team-member-text {
    padding: 23px 18px 29px;
  }
  .our-team .our-team-wrapper .single-team-member .team-member-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .our-team .our-team-wrapper .single-team-member .team-member-text span {
    font-size: 16px;
    line-height: 24px;
  }
  .our-team .our-team-wrapper .single-team-member .team-member-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
/*
set global colors
 */
.storelocator-page h1 {
  margin: 1.6875rem 6.875rem;
  text-align: right;
  font-size: 3.125rem;
  font-weight: 900;
  color: #333333;
  margin-top: 4.625rem;
}
.storelocator-page pre {
  line-height: 0;
}

#wpsl-wrap {
  width: 100%;
  padding: 1.6875rem 5rem;
  line-height: 0;
}
#wpsl-wrap * {
  line-height: 0;
}
#wpsl-wrap .wpsl-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #F7F7F7;
  padding: 0;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap {
  border-bottom: 1px solid #d2d2d2;
  padding: 1.1875rem 2rem 0.9375rem;
  padding-bottom: 0.9375rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form {
  display: flex;
  flex-wrap: wrap;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
  margin-left: 1.875rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
  padding: 0.8125rem 1.5rem 0.875rem;
  font-size: 1.125rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap {
  display: contents;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius {
  width: 16.125rem;
  margin-left: 1.875rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius .wpsl-dropdown {
  width: 100%;
  font-size: 1.125rem;
  color: #333333;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius .wpsl-dropdown .wpsl-selected-item {
  padding: 0.8125rem 1.5rem 0.8125rem !important;
  line-height: 1.3125rem;
  color: #333333;
  font-size: 1.125rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius .wpsl-dropdown .wpsl-selected-item:after {
  border: none;
  background: url(../images/select-arrow.svg) no-repeat 50%;
  background-size: contain;
  width: 26px;
  height: 9px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius .wpsl-dropdown.wpsl-active .wpsl-selected-item:after {
  margin-top: -3px;
  transform: rotate(180deg);
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius .wpsl-dropdown li {
  line-height: 11px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
  color: #FFFFFF;
  background: #ED1C24;
  padding: 0.8125rem 1.5rem 0.875rem;
  line-height: 1.3125rem;
  font-size: 1.125rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-checkbox-filter {
  width: inherit;
  margin-right: 1.875rem;
  font-size: 1.5625rem;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-checkbox-filter input[type=checkbox] {
  width: 2.4375rem;
  margin: 0;
  height: 2.4375rem;
  vertical-align: sub;
  margin-right: 0.625rem;
}
#wpsl-wrap .wpsl-search #wpsl-gmap {
  order: 3;
  margin: 1.5625rem 1.875rem;
  width: 64.5%;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c .wpsl-info-window {
  max-width: 242px !important;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c p strong {
  line-height: 28px;
  font-size: 20px;
  display: block;
  width: 100%;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c p span {
  line-height: 23px;
  font-size: 16px;
  margin-left: 7px;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c p span a {
  color: #333333;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c button.gm-ui-hover-effect {
  background: url("../images/close.svg") no-repeat 0 0 !important;
  width: 14px !important;
  height: 14px !important;
  top: 14px !important;
  right: 18px !important;
}
#wpsl-wrap .wpsl-search #wpsl-gmap .gm-style-iw-c button.gm-ui-hover-effect img {
  display: none !important;
}
#wpsl-wrap .wpsl-search #wpsl-result-list {
  padding: 1.375rem;
  order: 2;
  width: auto;
  min-width: 23%;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores {
  direction: rtl;
  padding: 0 0 0 1.0625rem;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul {
  direction: ltr;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 1.9375rem;
  padding: 1.1875rem 1.3125rem;
  border-radius: 0.625rem;
  max-width: 22rem;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p {
  white-space: initial;
  margin: 0;
  color: #3E3E3E;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p strong {
  display: block;
  color: #333333;
  font-weight: 700;
  line-height: 1.5625rem;
  font-size: 1.25rem;
  color: #3E3E3E;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p span {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5625rem;
  display: inline-block !important;
  color: #3E3E3E;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p.wpsl-store-title {
  font-size: 14px;
  line-height: 28px;
  color: #ED1C24;
  font-weight: 700;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p.wpsl-contact-details span {
  font-size: 14px;
  line-height: 25px;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p.wpsl-contact-details span.contact {
  font-size: 14px;
}
#wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li p.wpsl-contact-details span.contact a {
  color: #333333;
}

@media (max-width: 1232px) {
  #wpsl-gmap {
    width: 57.5%;
  }
}
@media (max-width: 1000px) {
  .storelocator-page h1 {
    font-size: 34px;
    padding: 1.5rem;
    line-height: 38px;
    padding-bottom: 0;
  }
  .storelocator-page #wpsl-wrap {
    padding: 0;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap {
    padding: 1.5rem;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
    width: 100%;
    margin-left: 0;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
    width: 100% !important;
    font-size: 16pt;
    line-height: 19px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input input {
    width: 100% !important;
    margin-left: 0;
    border: 1px solid #B2B2B2;
    font-size: 19pt;
    line-height: 19px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius {
    width: 100%;
    margin-left: 0;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius select {
    float: right;
    width: 100% !important;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #B2B2B2;
    font-size: 16pt;
    line-height: 19px;
    padding: 10px 15px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
    width: 100%;
    margin-left: 0;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input#wpsl-search-btn {
    width: 100%;
    margin-left: 0;
    font-size: 19pt;
    line-height: 19px;
    padding: 1.5rem;
    margin-top: 10px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list {
    margin: 1.5625rem 1.875rem;
    padding: 0;
    width: 100%;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores {
    height: auto !important;
    max-height: 312px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name {
    display: flex;
    flex-direction: column;
    padding: 1.1875rem 1.3125rem;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name + .arrow-mobile {
    background: #F7F7F7 url(../images/select-arrow.svg) no-repeat 50%;
    width: 3rem;
    height: auto;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name + .arrow-mobile.open-arrow {
    transform: rotate(180deg);
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name .wpsl-store-title {
    font-size: 14pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name strong {
    font-size: 18pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name span {
    font-size: 16pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wrap-name span.contact {
    font-size: 14pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wpsl-contact-details {
    padding: 1.1875rem 1.3125rem;
    display: none;
    width: 100%;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wpsl-contact-details.open {
    border-top: 1px solid #d2d2d2;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wpsl-contact-details span {
    font-size: 16pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-result-list #wpsl-stores ul li > div .wpsl-contact-details span.contact {
    font-size: 14pt;
    line-height: 25px;
  }
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-gmap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .storelocator-page #wpsl-wrap .wpsl-search #wpsl-gmap {
    height: 222px !important;
  }
}
.build_and_color {
  padding-left: 6.9375rem;
  padding-right: 6.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 6.1875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.build_and_color .left-side img {
  max-width: 61.1875rem;
  height: auto;
}
.build_and_color .left-side .avalibale_colors_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.build_and_color .left-side .avalibale_colors_wrapper h3 {
  width: 100%;
  margin-bottom: 1.25rem;
}
.build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper {
  border: 1px solid #dddddd;
  margin-left: 1.4375rem;
  border-radius: 0 20px 20px 0;
  max-width: 110px;
  width: 6.875rem;
}
.build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color {
  height: 50px;
  border-radius: 0 20px 0 0;
}
.build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color-name {
  padding: 20px;
  font-size: 20px;
}
.build_and_color .right-side {
  max-width: 33.7895625rem;
}
.build_and_color .right-side .section-text-wrapper h2 {
  font-size: 2.8125rem;
  line-height: 54px;
  font-weight: 900;
  position: relative;
}
.build_and_color .right-side .section-text-wrapper h2:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}
.build_and_color .right-side .section-text-wrapper p {
  font-size: 1.25rem;
  line-height: 30px;
  font-width: 500;
  margin-top: 1.25rem;
}
.build_and_color .right-side .section-text-wrapper a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 1.875rem;
}
.build_and_color .right-side .section-text-wrapper a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.build_and_color .right-side .section-text-wrapper a:active {
  background: #7f0a0f;
}

@media (max-width: 1550px) {
  .build_and_color .left-side {
    width: 48%;
  }
  .build_and_color .left-side img {
    width: 100%;
  }
  .build_and_color .left-side .single-color-wrapper {
    margin-bottom: 1.4375rem;
  }
}
@media (max-width: 1410px) {
  .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper {
    width: 4.6875rem;
  }
  .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color-name {
    font-size: 18px;
    padding: 11px;
  }
}
@media (max-width: 1200px) {
  .build_and_color .left-side {
    width: 100%;
  }
  .build_and_color .right-side {
    width: 100%;
  }
  .build_and_color .right-side .section-text-wrapper {
    max-width: 37.5rem;
  }
}
@media (max-width: 768px) {
  .build_and_color {
    padding: 45px 20px;
  }
  .build_and_color .left-side .avalibale_colors_wrapper {
    margin-bottom: 20px;
  }
  .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper {
    max-width: 90px;
    width: 26%;
  }
  .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color {
    height: 40px;
  }
  .build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color-name {
    font-size: 14px;
  }
  .build_and_color .right-side .section-text-wrapper h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .build_and_color .right-side .section-text-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .build_and_color .right-side .section-text-wrapper a {
    font-size: 16px;
    line-height: 19px;
    padding: 18px 62px;
  }
}
.accessorize {
  padding: 7.125rem 6.9375rem 8.125rem 7.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.accessorize .right-side {
  max-width: 45.0625rem;
  text-align: center;
  width: 50%;
}
.accessorize .right-side img {
  max-width: 100%;
  height: auto;
}
.accessorize .right-side a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  margin: 2.4375rem auto 0;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  max-width: 19.5625rem;
  padding: 10px 1.6875rem;
  display: block;
}
.accessorize .right-side a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.accessorize .right-side a:active {
  background: #7f0a0f;
}
.accessorize .left-side {
  width: 50%;
}
.accessorize .left-side p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}
.accessorize .left-side .addons-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 48.9375rem;
}
.accessorize .left-side .addons-list-wrapper .single-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px 0px #d2d2d2;
  border-radius: 0px 20px 20px 0px;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}
.accessorize .left-side .addons-list-wrapper .single-addon span {
  font-size: 16px;
  line-height: 13px;
  color: #333333;
  font-weight: 500;
  padding-top: 16px;
  padding-left: 27px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.accessorize .left-side .addons-list-wrapper .single-addon img {
  padding-right: 20px;
  max-width: 50px;
  height: auto;
}
.accessorize .left-side .addons-list-wrapper .single-addon img.icon-w {
  display: none;
}
.accessorize .left-side .addons-list-wrapper .single-addon:hover {
  background-color: #21C052;
  cursor: pointer;
}
.accessorize .left-side .addons-list-wrapper .single-addon:hover span {
  color: #FFFFFF;
}
.accessorize .left-side .addons-list-wrapper .single-addon:hover img.icon-reg {
  display: none;
}
.accessorize .left-side .addons-list-wrapper .single-addon:hover img.icon-w {
  display: inline-block;
}
.accessorize .left-side .addons-list-wrapper span.title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  margin: 1.3125rem 0 1.875rem 0;
}

@media (max-width: 1280px) {
  .accessorize .text-wrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .accessorize {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 1000px) {
  .accessorize .right-side,
.accessorize .left-side {
    width: 100%;
    max-width: unset;
  }
  .accessorize .left-side .addons-list-wrapper {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .accessorize {
    padding: 40px 20px;
  }
  .accessorize .left-side p {
    font-size: 14px;
    line-height: 24px;
  }
  .accessorize .left-side h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .accessorize .left-side .addons-list-wrapper span.title {
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 20px 0;
  }
  .accessorize .left-side .addons-list-wrapper .single-addon {
    margin-left: 22px;
  }
  .accessorize .left-side .addons-list-wrapper .single-addon span {
    font-size: 14px;
    line-height: 1;
    padding-left: 12px;
  }
  .accessorize .left-side .addons-list-wrapper .single-addon img {
    padding-right: 12px;
  }
  .accessorize .right-side a {
    font-size: 16px;
    padding: 18px 10px;
  }
}
h2 {
  font-size: 2.8125rem;
  line-height: 54px;
  font-weight: 900;
  position: relative;
  margin-bottom: 1.28125rem;
  padding-bottom: 10px;
}
h2:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}

.brand_strip {
  padding: 7.125rem 6.9375rem 8.125rem 7.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
}
.brand_strip .right-side {
  max-width: 45.0625rem;
  width: 50%;
}
.brand_strip .right-side p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}
.brand_strip .right-side .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.brand_strip .right-side .logos-wrapper .hot_stamp_logo_wrapper,
.brand_strip .right-side .logos-wrapper .emboss_logos_wrapper,
.brand_strip .right-side .logos-wrapper .sequential_numbers_logos_wrapper {
  width: 50%;
}
.brand_strip .right-side .logos-wrapper .hot_stamp_logo_wrapper h3,
.brand_strip .right-side .logos-wrapper .emboss_logos_wrapper h3,
.brand_strip .right-side .logos-wrapper .sequential_numbers_logos_wrapper h3 {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 22px;
}
.brand_strip .right-side .logos-wrapper .hot_stamp_logo_wrapper .small-logo,
.brand_strip .right-side .logos-wrapper .emboss_logos_wrapper .small-logo,
.brand_strip .right-side .logos-wrapper .sequential_numbers_logos_wrapper .small-logo {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: 1rem;
  cursor: pointer;
}
.brand_strip .left-side {
  width: 50%;
  text-align: center;
}
.brand_strip .left-side img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.brand_strip .left-side a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  margin: 2.4375rem 6.875rem 0;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  max-width: 19.5625rem;
  padding: 10px 1.6875rem;
  text-align: center;
}
.brand_strip .left-side a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.brand_strip .left-side a:active {
  background: #7f0a0f;
}
.brand_strip .left-side .addons-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 48.9375rem;
}
.brand_strip .left-side .addons-list-wrapper .single-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px #0000001A;
  border-radius: 0px 20px 20px 0px;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}
.brand_strip .left-side .addons-list-wrapper .single-addon span {
  font-size: 16px;
  line-height: 13px;
  color: #333333;
  font-weight: 500;
  padding-top: 16px;
  padding-left: 27px;
  padding-bottom: 15px;
  padding-right: 14px;
}
.brand_strip .left-side .addons-list-wrapper .single-addon img {
  padding-right: 20px;
}
.brand_strip .left-side .addons-list-wrapper .single-addon img.icon-w {
  display: none;
}
.brand_strip .left-side .addons-list-wrapper .single-addon:hover {
  background-color: #21C052;
  cursor: pointer;
}
.brand_strip .left-side .addons-list-wrapper .single-addon:hover span {
  color: #FFFFFF;
}
.brand_strip .left-side .addons-list-wrapper .single-addon:hover img.icon-reg {
  display: none;
}
.brand_strip .left-side .addons-list-wrapper .single-addon:hover img.icon-w {
  display: inline-block;
}
.brand_strip .left-side .addons-list-wrapper span.title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  margin: 1.3125rem 0 1.875rem 0;
}

@media (max-width: 1500px) {
  .brand_strip {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 1280px) {
  .brand_strip .right-side h2 {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .brand_strip .right-side,
.brand_strip .left-side {
    width: 100%;
    max-width: unset;
  }
  .brand_strip .left-side {
    order: 2;
    text-align: center;
  }
  .brand_strip .right-side {
    order: 1;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .brand_strip {
    padding: 40px 20px;
  }
  .brand_strip .text-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }

  .right-side h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .right-side .logos-wrapper .hot_stamp_logo_wrapper,
.right-side .logos-wrapper .emboss_logos_wrapper,
.right-side .logos-wrapper .sequential_numbers_logos_wrapper {
    width: 100% !important;
  }
}
.innovate_strip {
  padding: 7.125rem 6.9375rem 8.125rem 7.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}
.innovate_strip .right-side {
  max-width: 45.0625rem;
  width: 50%;
}
.innovate_strip .right-side img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.innovate_strip .left-side {
  width: 50%;
}
.innovate_strip .left-side p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}
.innovate_strip .left-side a.section-btn {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  margin: 2.4375rem auto 0;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  max-width: 19.5625rem;
  padding: 10px 1.6875rem;
  text-align: center;
}
.innovate_strip .left-side a.section-btn:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.innovate_strip .left-side a.section-btn:active {
  background: #7f0a0f;
}
.innovate_strip .left-side .links-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  max-width: 34.125rem;
}
.innovate_strip .left-side .links-wrapper .single-link {
  font-size: 1.375rem;
  line-height: 13px;
  font-weight: 700;
  padding: 1.125rem 2rem 0.9375rem 1.25rem;
  background-color: #FFFFFF;
  border-right: 3px solid #ED1C24;
  box-shadow: 0px 10px 20px #0000001A;
  border-radius: 0px 20px 20px 0px;
  margin-left: 2.25rem;
  margin-bottom: 1.3125rem;
  color: #333333;
}

@media (max-width: 1500px) {
  .innovate_strip {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .innovate_strip .left-side {
    padding-left: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .innovate_strip .right-side,
.innovate_strip .left-side {
    width: 100%;
    max-width: unset;
  }
  .innovate_strip .right-side {
    margin-top: 1.9375rem;
  }
}
@media (max-width: 768px) {
  .innovate_strip {
    padding: 40px 20px;
  }
  .innovate_strip .left-side {
    padding: 0;
  }
  .innovate_strip .left-side h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .innovate_strip .left-side .links-wrapper .single-link {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .innovate_strip .left-side p {
    font-size: 14px;
  }
}
.image_video_gallery {
  padding: 5rem 4.8125rem 8.4375rem;
  background: url("../images/image-video-gallery-bg.png") no-repeat 0 0;
  background-size: cover;
}
.image_video_gallery h2 {
  font-weight: 900;
  line-height: 54px;
  font-size: 45px;
  text-align: center;
}
.image_video_gallery h2:after {
  display: none;
}
.image_video_gallery .gallery-wrapperr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item {
  width: 25%;
  max-width: 23.875rem;
  padding: 0 10px;
  outline: none;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .signal-image {
  height: 215px;
  display: flex;
  align-items: center;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .signal-image img {
  max-width: 100%;
  height: auto;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-height: 215px;
  min-height: 215px;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 21px 25px 15px;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper h3 {
  font-size: 1.5625rem;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper p {
  font-size: 1.25rem;
  line-height: 22px;
  font-weight: 500;
}
.image_video_gallery .slick-slider {
  width: 100%;
}
.image_video_gallery .slick-slider .slick-list.draggable {
  padding: 0 1.875rem !important;
}
.image_video_gallery .slick-slider .slick-slide {
  margin: 0 4rem 0;
  overflow: hidden;
}
.image_video_gallery .slick-slider .prevArrow,
.image_video_gallery .slick-slider .nextArrow {
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 60px;
  height: 90px;
  border: none;
  z-index: 999;
  cursor: pointer;
  background-color: unset;
}
.image_video_gallery .slick-slider .prevArrow {
  right: 0;
  left: auto;
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.image_video_gallery .slick-slider .nextArrow {
  left: 0;
  right: auto;
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1320px) {
  .image_video_gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .image_video_gallery .gallery-wrapperr .single-gallery-item {
    max-width: unset;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item img {
    max-height: unset;
    min-height: unset;
    width: 100%;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item .video-wrapper {
    max-height: unset;
    min-height: unset;
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow {
    position: absolute;
    top: 48%;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
    z-index: 99;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 35px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    transform: rotate(-90deg);
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow.right {
    left: 0;
    right: unset;
    left: -31px;
    transform: rotate(-90deg);
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow.right:before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow.left {
    right: 0;
    left: unset;
    right: -31px;
    transform: rotate(90deg);
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow.left:before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 20px;
    right: unset;
  }
}
@media (max-width: 900px) {
  .image_video_gallery {
    padding-bottom: 71px;
    padding-left: 0;
    padding-right: 0;
  }
  .image_video_gallery h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .image_video_gallery .gallery-wrapperr {
    display: block;
  }
  .image_video_gallery .gallery-wrapperr .slick-list.draggable {
    padding: 0 !important;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item {
    text-align: center;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper {
    text-align: right;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item .single-item-text-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item img {
    margin: 0 auto;
  }
  .image_video_gallery .gallery-wrapperr .slider-arrow {
    top: 30%;
  }
  .image_video_gallery .slick-slider .slick-slide {
    margin: 0 3rem 2rem;
  }
}
@media (max-width: 630px) {
  .slick-slider .slick-list.draggable {
    padding: 0 !important;
  }
  .slick-slider .slick-slide {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .image_video_gallery .gallery-wrapperr .single-gallery-item {
    margin: 0;
  }
  .image_video_gallery .gallery-wrapperr .single-gallery-item img {
    width: 100%;
  }
}
.case_study {
  padding: 5.375rem 4.4375rem 6rem;
  margin: 0 auto;
  background-color: #f7f9f8;
}
.case_study h2 {
  text-align: center;
  padding: 0;
  margin: 0;
}
.case_study h2:after {
  display: none;
}
.case_study p {
  text-align: center;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 50px;
  margin-top: 15px;
}
.case_study .case_study_posts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}
.case_study .case_study_posts_wrapper article {
  max-width: 422px;
  position: relative;
  margin-bottom: 1.875rem;
  width: 24%;
  margin-left: 0.9375rem;
}
.case_study .case_study_posts_wrapper article:last-child {
  margin-left: 0;
}
.case_study .case_study_posts_wrapper article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.case_study .case_study_posts_wrapper article .tag_icon {
  position: absolute;
  top: -35px;
  right: 30px;
  border-radius: 0 10px 10px 0;
  z-index: 9;
  max-width: 52px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}
.case_study .case_study_posts_wrapper article .tag_icon svg, .case_study .case_study_posts_wrapper article .tag_icon svg .a, .case_study .case_study_posts_wrapper article .tag_icon svg path {
  stroke: #ffffff;
}
.case_study .case_study_posts_wrapper article .tag_icon svg {
  width: 85%;
}
.case_study .case_study_posts_wrapper article .tag_icon img {
  display: block;
}
.case_study .case_study_posts_wrapper article .post-text {
  padding: 1.4375rem 2.9375rem 1.625rem 1.625rem;
  background-color: #ffffff;
  box-shadow: 0px 10px 15px #00000029;
  position: relative;
}
.case_study .case_study_posts_wrapper article .post-text:after {
  content: "";
  width: 5px;
  height: 70px;
  background-color: #0081E4;
  position: absolute;
  top: 15%;
  right: 0;
}
.case_study .case_study_posts_wrapper article .post-text h3 {
  font-size: 1.5625rem;
  line-height: 24px;
  font-weight: 700;
}
.case_study .case_study_posts_wrapper article .post-text p {
  font-size: 1.25rem;
  line-height: 25px;
  text-align: right;
  margin: 15px 0;
}
.case_study .case_study_posts_wrapper article .post-text .post-link {
  color: #333333;
  padding-left: 0.65625rem;
  font-size: 1rem;
  line-height: 19px;
  position: relative;
  display: inline-block;
}
.case_study .case_study_posts_wrapper article .post-text .post-link:after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  top: 8px;
}
.case_study .case_study_posts_wrapper article .post-text .post-link:hover {
  text-decoration: underline;
}
.case_study .bottom-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}
.case_study .bottom-button-wrapper a.styled-btn {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
}
.case_study .bottom-button-wrapper a.styled-btn:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.case_study .bottom-button-wrapper a.styled-btn:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.case_study .bottom-button-wrapper a.styled-btn:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1400px) {
  .case_study .case_study_posts_wrapper article {
    width: 23%;
  }
}
@media (max-width: 1280px) {
  .case_study .case_study_posts_wrapper article .post-text p {
    display: none;
  }
  .case_study .case_study_posts_wrapper article .post-text h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .case_study .case_study_posts_wrapper article .tag_icon {
    top: -30%;
  }
}
@media (max-width: 1200px) {
  .case_study .case_study_posts_wrapper article {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .case_study {
    position: relative;
    padding-right: 62px;
    padding-left: 62px;
  }
  .case_study .case_study_posts_wrapper {
    width: 420px;
    margin: 0 auto;
    position: unset;
  }
  .case_study .case_study_posts_wrapper .slider-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 35px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
    transform: rotate(-90deg);
  }
  .case_study .case_study_posts_wrapper .slider-arrow.right {
    right: unset;
    left: -11px;
    transform: rotate(-90deg);
  }
  .case_study .case_study_posts_wrapper .slider-arrow.right:before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 23px;
  }
  .case_study .case_study_posts_wrapper .slider-arrow.left {
    left: unset;
    right: -11px;
    transform: rotate(90deg);
  }
  .case_study .case_study_posts_wrapper .slider-arrow.left:before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 23px;
    right: unset;
  }
}
@media (max-width: 768px) {
  .case_study {
    padding: 42px 20px 57px;
  }
  .case_study .case_study_posts_wrapper article {
    margin-bottom: 0;
  }
  .case_study .case_study_posts_wrapper article .post-text h3 {
    font-size: 18px;
    line-height: 1;
  }
  .case_study .case_study_posts_wrapper article .post-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .case_study .case_study_posts_wrapper article .post-text .post-link {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
  }
  .case_study .case_study_posts_wrapper article .post-text .post-link:after {
    top: 6px;
  }
  .case_study .bottom-button-wrapper {
    margin-top: 1.875rem;
  }
}
@media (max-width: 630px) {
  .case_study h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .case_study p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .case_study .case_study_posts_wrapper article {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .case_study .case_study_posts_wrapper {
    width: auto;
  }
  .case_study .case_study_posts_wrapper .slider-arrow {
    top: 35%;
  }
}
.sub_indstry_gallery {
  padding: 5.7rem 6.4375rem 5.7rem 6.875rem;
  margin: 0 auto;
  background-color: #f7f9f8;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: runer(1920px);
  margin: 0 auto;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article {
  max-width: 680px;
  position: relative;
  margin-bottom: 5.53125rem;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article img {
  max-width: 100%;
  height: auto;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text {
  max-width: 23.5rem;
  padding: 1.8125rem 1.875rem 1.4375rem 2.3125rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 10px 15px #00000029;
  border-radius: 0px 0px 50px 0px;
  position: absolute;
  bottom: -2.0625rem;
  left: -4.125rem;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text h2 {
  font-size: 1.5625rem;
  line-height: 35px;
  font-weight: 700;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text p {
  font-size: 1.125rem;
  line-height: 25px;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link {
  color: #333333;
  padding-left: 0.65625rem;
  font-size: 1.25rem;
  line-height: 24px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link:after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  top: 10px;
}

@media (max-width: 1650px) {
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text h2 {
    font-size: 22px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text p {
    font-size: 16px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sub_indstry_gallery {
    padding: 42px 20px 57px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article {
    margin-bottom: 9.375rem;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text {
    left: 0;
    bottom: unset;
    top: calc(73% + 1px);
    padding: 17px 20px 24px 20px;
    max-width: 265px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text h2 {
    font-size: 18px;
    line-height: 1;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
  }
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link:after {
    top: 6px;
  }
}
@media (max-width: 425px) {
  .sub_indstry_gallery .sub_indstry_gallery_wrapper article img {
    height: 200px;
  }
}
.archive .page-header {
  margin: 3.1875rem 6.875rem 0;
}
.archive .page-header h1 {
  font-size: 3.125rem;
  line-height: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 4.25rem;
  padding-bottom: 10px;
}
.archive .page-header h1:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}
.archive .page-header h1:first-letter {
  text-transform: uppercase;
}
.archive .archive-content {
  margin: 0 6.875rem 0;
}
.archive .archive-content .tags-wrapper .single-tag {
  padding: 10px 17px 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 0px 12px 12px 0px;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
.archive .archive-content .tags-wrapper .single-tag:hover {
  cursor: pointer;
  background-color: #21C052;
  color: #FFFFFF;
}
.archive .archive-content .tags-wrapper .single-tag.active {
  background-color: #21C052;
  color: #FFFFFF;
}
.archive .archive-content .archive-posts-wrapper, .archive .archive-content .ajax-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.25rem;
}
.archive .archive-content .archive-posts-wrapper article, .archive .archive-content .ajax-posts article {
  max-width: 34.125rem;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
.archive .archive-content .archive-posts-wrapper article img, .archive .archive-content .ajax-posts article img {
  max-width: 100%;
  height: auto;
  max-height: 312px;
}
.archive .archive-content .archive-posts-wrapper article .archive-image-wrapper, .archive .archive-content .ajax-posts article .archive-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 278px;
  max-height: 278px;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}
.archive .archive-content .archive-posts-wrapper article .post-text, .archive .archive-content .ajax-posts article .post-text {
  width: 100%;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  padding: 1.25rem 3.0625rem 1.4375rem 1.6875rem;
  position: relative;
}
.archive .archive-content .archive-posts-wrapper article .post-text:after, .archive .archive-content .ajax-posts article .post-text:after {
  content: "";
  width: 5px;
  height: 70px;
  background-color: #0081E4;
  position: absolute;
  top: 15%;
  left: 0;
}
.archive .archive-content .archive-posts-wrapper article .post-text .tag_icon, .archive .archive-content .ajax-posts article .post-text .tag_icon {
  position: absolute;
  bottom: 95%;
  right: 30px;
  border-radius: 0 10px 10px 0;
  z-index: 9;
  padding: 5px;
  max-width: 52px;
  max-height: 40px;
}
.archive .archive-content .archive-posts-wrapper article .post-text .tag_icon svg, .archive .archive-content .archive-posts-wrapper article .post-text .tag_icon svg .a, .archive .archive-content .archive-posts-wrapper article .post-text .tag_icon svg path, .archive .archive-content .ajax-posts article .post-text .tag_icon svg, .archive .archive-content .ajax-posts article .post-text .tag_icon svg .a, .archive .archive-content .ajax-posts article .post-text .tag_icon svg path {
  stroke: #ffffff;
}
.archive .archive-content .archive-posts-wrapper article .post-text .tag_icon svg, .archive .archive-content .ajax-posts article .post-text .tag_icon svg {
  width: 85%;
}
.archive .archive-content .archive-posts-wrapper article .post-text h2, .archive .archive-content .ajax-posts article .post-text h2 {
  font-size: 1.5625rem;
  line-height: 24px;
  padding: 0;
  margin-bottom: 0.9375rem;
}
.archive .archive-content .archive-posts-wrapper article .post-text h2:after, .archive .archive-content .ajax-posts article .post-text h2:after {
  display: none;
}
.archive .archive-content .archive-posts-wrapper article .post-text .exerpt, .archive .archive-content .ajax-posts article .post-text .exerpt {
  font-size: 1.125rem;
}
.archive .archive-content .archive-posts-wrapper article .post-text a, .archive .archive-content .ajax-posts article .post-text a {
  color: #333333;
  padding-left: 0.65625rem;
  font-size: 1rem;
  line-height: 18px;
  position: relative;
  margin-top: 0.9375rem;
  display: inline-block;
}
.archive .archive-content .archive-posts-wrapper article .post-text a:after, .archive .archive-content .ajax-posts article .post-text a:after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  top: 8px;
}
.archive .archive-content .archive-posts-wrapper article .post-text a:hover, .archive .archive-content .ajax-posts article .post-text a:hover {
  text-decoration: underline;
}
.archive .archive-content .archive-posts-wrapper article + .hiden, .archive .archive-content .ajax-posts article + .hiden {
  display: none;
}
.archive .archive-content .ajax-posts {
  margin-top: 0;
}
.archive .archive-content .ajax-posts.loaded {
  margin-top: 6.25rem;
}
.archive .archive-pagination ul {
  display: flex;
  justify-content: center;
}
.archive .archive-pagination ul li {
  margin-right: 1.25rem;
  font-size: 1rem;
}
.archive .archive-pagination ul li a {
  color: #333333;
}
.archive .archive-pagination ul li.active {
  font-size: 1.125rem;
}

@media (max-width: 1870px) {
  .archive .archive-content .archive-posts-wrapper article {
    width: 30%;
    margin: 0 0.3125rem 1.875rem 0;
  }
}
@media (max-width: 1500px) {
  .archive .archive-content .archive-posts-wrapper article {
    background-color: #F7F7F7;
  }
}
@media (max-width: 1200px) {
  .archive .archive-content {
    margin: 0 20px 0;
  }
  .archive .archive-content .archive-posts-wrapper {
    margin-top: 40px;
    justify-content: center;
  }
  .archive .archive-content .archive-posts-wrapper article {
    margin: 0 10px 30px;
  }
  .archive #breadcrumbs {
    margin: 80px 20px 0;
  }
  .archive .page-header {
    margin: 15px 20px 0;
  }
}
@media (max-width: 500px) {
  .archive .archive-content .archive-posts-wrapper article {
    width: 100%;
    margin: 0 10px 30px;
  }
  .archive .archive-content .archive-posts-wrapper article .archive-image-wrapper {
    min-height: unset;
    max-height: unset;
  }
  .archive .archive-content .ajax-posts article .archive-image-wrapper {
    min-height: unset;
    max-height: unset;
  }
}
.ajax_btn_wrapper {
  width: 100%;
  text-align: center;
}
.ajax_btn_wrapper .joomi_load_more {
  width: auto;
  display: none;
}
.ajax_btn_wrapper .joomi_load_more.show {
  display: inline-block;
  cursor: pointer;
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin: 0.9375rem 2.1875rem;
}
.ajax_btn_wrapper .joomi_load_more.show:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.ajax_btn_wrapper .joomi_load_more.show:active {
  background: #7f0a0f;
}

/*
set global colors
 */
.content-text-wrapper h2 {
  margin: 1.6875rem 6.875rem;
}

.acordion-template {
  margin: 0 6.875rem;
  padding-right: 2.5625rem;
  border-top: 1px solid #d2d2d2;
  max-width: 911px;
  width: 100%;
  background-size: 1.8125rem !important;
  background-position-x: right !important;
}
.acordion-template .job {
  color: #333333;
}
.acordion-template .job .job_title_block {
  padding: 1.3125rem 0 1rem;
  background: url("../images/pluse.svg") no-repeat;
  background-position-x: left;
  background-position-y: 50%;
  padding-left: 2.5rem;
  cursor: pointer;
}
.acordion-template .job .job_title_block.open {
  background: url("../images/minus.svg") no-repeat;
  background-position-x: left;
  background-position-y: 50%;
}
.acordion-template .job .job_title_block .job_title {
  font-weight: 700;
  line-height: 30px;
}
.acordion-template .job .job_title_block .job_intro_text {
  font-weight: 500;
  line-height: 30px;
}
.acordion-template .job .job_desctiption_block {
  padding-bottom: 1.3125rem;
  display: none;
}
.acordion-template .job .job_desctiption_block .job_fulltext {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.acordion-template .job .job_desctiption_block ul {
  margin-right: -1.1875rem;
  margin-top: 0.75rem;
}
.acordion-template .job .job_desctiption_block ul li {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding-right: 1.375rem;
  position: relative;
  background: url("../images/V-list.svg") no-repeat 0 50%;
}
.acordion-template .job .job_desctiption_block .add_file {
  margin-top: 1.5rem;
  margin-right: -1.1875rem;
}
.acordion-template .job .job_desctiption_block .add_file p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
}
.acordion-template .job .job_desctiption_block .add_file form {
  margin-top: 0.1875rem;
}
.acordion-template .job .job_desctiption_block .add_file form .wpcf7-text {
  border: 1px solid #B2B2B2;
  height: 37px;
  width: 267px;
  padding: 0 0.75rem;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=file] {
  display: none;
}
.acordion-template .job .job_desctiption_block .add_file form .custom-file-upload {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background: #3B3B3B 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  width: 7.4375rem;
  color: #FFFFFF;
  padding: 0.625rem 1.1875rem;
  cursor: pointer;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit] {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  position: relative;
  margin: auto;
  margin-bottom: 6.4375rem;
  width: 164px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acordion-template .job .job_desctiption_block .add_file form .hidden {
  display: none;
}

@media (max-width: 1000px) {
  .content-text-wrapper h2 {
    margin: 1.5rem;
  }

  .acordion-template {
    margin: 0;
    width: 100%;
    padding-right: 4.25rem;
    background-position-x: 20px !important;
  }
  .acordion-template.parent-open {
    background-color: #F4F4F4 !important;
  }
  .acordion-template .job .job_title_block {
    padding-left: 4.375rem;
    background-position-x: calc(100% - 20px);
  }
  .acordion-template .job .job_title_block .job_title, .acordion-template .job .job_title_block .job_intro_text {
    line-height: 17px;
    font-size: 14px;
  }
  .acordion-template .job .job_title_block.open {
    font-weight: 700;
    background-position-x: calc(100% - 20px);
  }
  .acordion-template .job .job_desctiption_block {
    padding-left: 4.375rem;
  }
  .acordion-template .job .job_desctiption_block ul, .acordion-template .job .job_desctiption_block .add_file {
    margin-right: 0;
  }
  .acordion-template .job .job_desctiption_block ul li, .acordion-template .job .job_desctiption_block .add_file li {
    margin-bottom: 9px;
  }
  .acordion-template .job .job_desctiption_block .add_file form .custom-file-upload, .acordion-template .job .job_desctiption_block .add_file form .wpcf7-text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .acordion-template .job .job_title_block {
    background-position-y: 25px;
  }
  .acordion-template .job .job_title_block.open {
    background-position-y: 25px;
  }
}
.woocommerce .wc-archive {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.woocommerce .wc-archive .page-title {
  width: calc(100% - 205px);
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 900;
  position: relative;
  padding-bottom: 1.4375rem;
  margin-bottom: 2.5rem;
}
.woocommerce .wc-archive .page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #ED1C24;
  right: 0;
}
.woocommerce .wc-archive .woocommerce-result-count {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .wc-archive .woocommerce-ordering {
  display: none;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.woocommerce .wc-archive aside {
  background: #FBFBFC 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 0px 100px 100px 0px;
  max-width: 24.9375rem;
  width: 30%;
  margin-left: 4.125rem;
  margin-top: 2.6875rem;
  align-self: flex-start;
}
.woocommerce .wc-archive aside .widget_text h2 {
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin: 33px auto 25px;
  display: flex;
}
.woocommerce .wc-archive aside .widget_text h2 > span {
  margin-left: auto;
  margin-right: 6.9375rem;
}
.woocommerce .wc-archive aside .widget_text h2 > span:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1.223125rem;
  vertical-align: middle;
  background-image: url("../images/filter.svg");
}
.woocommerce .wc-archive aside .widget_text h2:after {
  width: 99%;
  height: 1px;
  background-color: #DEDEDE;
}
.woocommerce .wc-archive aside .widget_product_categories {
  display: inline-block;
  margin-right: 6.9375rem;
  width: 100%;
  max-width: 14.6875rem;
}
.woocommerce .wc-archive aside .widget_product_categories .widget-title-wrapper {
  width: 100%;
}
.woocommerce .wc-archive aside .widget_product_categories h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: rtl;
}
.woocommerce .wc-archive aside .widget_product_categories h2:after {
  display: none;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories li {
  position: relative;
  padding-right: 2.375rem;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 1.125rem;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B2B2B2;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories li a {
  color: #333333;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories li.current-cat:before {
  border: 1px solid #0081E4;
  background-color: #0081E4;
}
.woocommerce .wc-archive aside .widget_product_categories .product-categories li.current-cat:after {
  content: "";
  right: 4px;
  top: 5px;
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}
.woocommerce .wc-archive aside .widget_product_categories:after {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #DEDEDE;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav {
  display: inline-block;
  margin: 0 0 1.25rem 6.9375rem;
  width: 100%;
  max-width: 14.6875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #DEDEDE;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav:last-child {
  border-bottom: 0;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav .widget-title-wrapper {
  width: 100%;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav h2 {
  margin-top: 1.71875rem;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: rtl;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav h2:after {
  display: none;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul li {
  position: relative;
  padding-right: 2.375rem;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 1.125rem;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul li a {
  color: #333333;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B2B2B2;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul li.chosen a:before {
  border: 1px solid #0081E4;
  background-color: #0081E4;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul li.chosen a:after {
  content: "";
  right: 4px;
  top: 5px;
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}
.woocommerce .wc-archive #main {
  width: 71%;
  display: flex;
  flex-wrap: wrap;
  max-width: 84.125rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.woocommerce .wc-archive .woocommerce-loop-product__title {
  padding: 0;
  line-height: 19px;
  font-size: 16px;
  color: #333333;
  padding-bottom: 0.84375rem;
  width: 100%;
  margin: 0 1.5625rem !important;
  font-weight: 500;
  align-self: flex-start;
}
.woocommerce .wc-archive .woocommerce-loop-product__title:after {
  background-color: #333333;
  height: 2px;
  width: 20px;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #EFEFEF;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.90625rem 30px 0;
  width: auto;
  max-width: 313px;
}
.woocommerce ul.products li.product p {
  width: 100%;
  margin: 0 1.5625rem 9px;
  position: relative;
  padding-right: 15px;
}
.woocommerce ul.products li.product p:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 5px;
  border-bottom: 1px solid #0081e4;
  border-left: 1px solid #0081e4;
  right: 0;
  top: 3px;
  transform: rotate(-55deg);
}
.woocommerce ul.products li.product p.empty:after {
  display: none;
}
.woocommerce ul.products li.product p.first-attribute {
  margin: 1.65625rem 1.5625rem 12px;
  padding: 0;
}
.woocommerce ul.products li.product p.first-attribute:after {
  display: none;
}
.woocommerce ul.products li.last {
  margin-left: 0;
}
.woocommerce .woocommerce-pagination {
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-pagination li {
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination li span, .woocommerce .woocommerce-pagination li a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
  padding: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
}
.woocommerce .woocommerce-pagination li .page-numbers.current {
  border: 1px solid #ED1C24;
}
.woocommerce .woocommerce-pagination li.next-list-item a {
  width: auto;
  position: relative;
  padding-left: 10px;
}
.woocommerce .woocommerce-pagination li.next-list-item a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 0;
  transform: rotate(-45deg);
  top: -2px;
  bottom: 0px;
  margin: auto;
}
.woocommerce .woocommerce-pagination li.prev-list-item a {
  width: auto;
  position: relative;
  padding-right: 10px;
}
.woocommerce .woocommerce-pagination li.prev-list-item a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 0;
  transform: rotate(135deg);
  top: -2px;
  bottom: 0px;
  margin: auto;
}

.tax-product_cat.woocommerce .woocommerce-product-cat-banner {
  max-width: 106.125rem;
  margin: 0 auto;
}
.tax-product_cat.woocommerce .parallax_banner {
  margin-top: 50px;
  min-height: 19.8125rem;
}

@media (max-width: 1893px) {
  .woocommerce ul.products li.last {
    margin-left: 1.875rem;
  }
}
@media (max-width: 1435px) {
  .woocommerce ul.products li.product {
    max-width: 258px;
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-left: 0;
  }
}
@media (max-width: 1403px) {
  .woocommerce .wc-archive #main {
    width: 70%;
  }
  .woocommerce .wc-archive aside {
    max-width: 315px;
  }
  .woocommerce .woocommerce-pagination {
    margin: auto;
  }
}
@media (max-width: 1243px) {
  .woocommerce .wc-archive #main {
    width: 72%;
  }
  .woocommerce .wc-archive aside {
    max-width: 270px;
  }
  .woocommerce .wc-archive aside .widget_product_categories {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2.5625rem;
  }
}
@media (max-width: 1200px) {
  .woocommerce .wc-archive {
    flex-direction: column-reverse;
  }
  .woocommerce .wc-archive .page-title {
    width: 100%;
    order: 1;
  }
  .woocommerce .wc-archive #main {
    width: 100%;
    max-width: unset;
    padding: 0 1.625rem;
  }
  .woocommerce .wc-archive #main ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    order: 4;
  }
  .woocommerce .wc-archive #main ul.products li.product {
    margin: 0 1.875rem 1.875rem 0;
  }
  .woocommerce .wc-archive #main .woocommerce-pagination {
    order: 5;
  }
  .woocommerce .wc-archive #secondary {
    border-radius: 0;
    max-width: 16.6875rem;
    border: 1px solid #8B8B8B;
    margin-top: 0;
    margin-bottom: 32px;
    width: 100%;
    margin-left: 0;
    order: 3;
  }
  .woocommerce .wc-archive #secondary li.widget_text {
    height: auto;
    visibility: visible;
    cursor: pointer;
  }
  .woocommerce .wc-archive #secondary li.widget_text .widget-title-wrapper {
    position: relative;
    padding-right: 30px;
  }
  .woocommerce .wc-archive #secondary li.widget_text .widget-title-wrapper:before {
    content: "";
    left: 15px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30%;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(-45deg);
    cursor: pointer;
    display: block;
    z-index: 99;
  }
  .woocommerce .wc-archive #secondary li.widget_text .widget-title-wrapper .widgettitle {
    margin: 0;
    padding: 1.125rem 1.25rem;
  }
  .woocommerce .wc-archive #secondary li.widget_text .widget-title-wrapper .widgettitle:after {
    display: none;
  }
  .woocommerce .wc-archive #secondary li.widget_text h2 span {
    margin: 0;
    margin-right: 0;
  }
  .woocommerce .wc-archive #secondary li.closed {
    display: none;
  }
  .woocommerce .wc-archive #secondary li.open {
    display: flex;
    margin: 0;
    padding: 0 15px;
    max-width: unset;
    width: 100%;
    flex-wrap: wrap;
  }
  .woocommerce .wc-archive #secondary li.open .widget-title-wrapper {
    width: 100%;
  }
  .woocommerce .wc-archive #secondary li.open ul.product-categories {
    margin: 0;
  }
  .woocommerce .wc-archive .custom-link-top-page {
    order: 2;
    margin-right: 60%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .tax-product_cat.woocommerce .parallax_banner {
    margin-top: 30px;
    min-height: 179px;
    height: 179px !important;
  }
  .tax-product_cat.woocommerce .site-footer {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .woocommerce .wc-archive .page-title {
    font-size: 34px;
  }
  .woocommerce .wc-archive #main ul.products li.product {
    margin: 0 0.3125rem 30px;
  }
}
@media (max-width: 600px) {
  .woocommerce .wc-archive #main ul.products li.product {
    width: 100%;
  }
  .woocommerce .wc-archive #secondary {
    width: 100%;
  }
  .woocommerce .wc-archive #secondary li.widget_text .widget-title-wrapper .widgettitle {
    text-align: right;
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .woocommerce .wc-archive #main ul.products li.product {
    margin: 0 0 30px;
  }
  .woocommerce .wc-archive #main ul.products li.product a img {
    height: auto;
  }
  .woocommerce .wc-archive #secondary {
    max-width: unset;
  }
  .woocommerce .wc-archive .custom-link-top-page {
    order: 2;
    margin-right: 50%;
  }
}
.single-product.woocommerce #main {
  width: 100%;
  max-width: unset;
}
.single-product.woocommerce #main .product.type-product {
  max-width: 113.125rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-bottom: auto;
  margin-right: 6.875rem;
}
.single-product.woocommerce #main .product.type-product #secondary {
  display: none;
}
.single-product.woocommerce #main .woocommerce-product-gallery, .single-product.woocommerce #main .product-costum-image-gallery {
  max-width: 44.875rem;
  width: 40%;
}
.single-product.woocommerce #main .woocommerce-product-gallery .main-image-view-slider, .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider {
  border: 1px solid #cccccc;
}
.single-product.woocommerce #main .woocommerce-product-gallery .main-image-view-slider .video-wrapper, .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .video-wrapper {
  position: relative;
  padding-bottom: 29.5625rem;
  /* 16:9 */
  height: 0;
}
.single-product.woocommerce #main .woocommerce-product-gallery .main-image-view-slider .video-wrapper iframe, .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single-product.woocommerce #main div.product {
  display: flex;
  flex-wrap: wrap;
}
.single-product.woocommerce #main .product-costum-image-gallery {
  margin-left: 4.71875rem;
}
.single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .item-slick {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.single-product.woocommerce #main .product-costum-image-gallery .item-slick {
  height: auto;
  max-height: 29.5625rem;
  margin: auto;
  position: relative;
}
.single-product.woocommerce #main .product-costum-image-gallery .item-slick img {
  display: block;
  margin: 0 auto;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav {
  margin-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav .slick-list.draggable {
  overflow: visible;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav img {
  width: 100%;
  max-width: 133px;
  height: auto;
  background-size: cover;
  background-position: center;
  max-height: 80px;
  margin: auto;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav .small-image-wrapper {
  margin-left: 15px;
  outline: none !important;
  cursor: pointer;
  border: 1px solid #cccccc;
  display: flex;
  height: 80px;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav .small-image-wrapper.slick-current {
  border: 1px solid #919191;
  box-shadow: 0px 2px 10px 0px #797979;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav.align-side .slick-list.draggable {
  padding: 0 !important;
  overflow: visible;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav.align-side .slick-track {
  transform: unset !important;
}
.single-product.woocommerce #main .product-costum-image-gallery .slider-nav.align-side .small-image-wrapper {
  max-width: 133px;
}
.single-product.woocommerce #main .slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.single-product.woocommerce #main .slick-prev {
  right: 0;
}
.single-product.woocommerce #main .slick-next {
  left: 0;
}
.single-product.woocommerce #main .summary.entry-summary {
  max-width: 32.1875rem;
}
.single-product.woocommerce #main .summary.entry-summary h1 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin-bottom: 17px;
}
.single-product.woocommerce #main .product-side-addons-wrapper {
  max-width: 17.5rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 1.625rem 2rem 0 1.75rem;
  align-self: flex-start;
  position: relative;
  margin-right: 5.25rem;
}
.single-product.woocommerce #main .product-side-addons-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6px;
  display: block;
  background-color: #ED1C24;
}
.single-product.woocommerce #main .product-side-addons-wrapper h2 {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
}
.single-product.woocommerce #main .product-side-addons-wrapper .sub-title {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
}
.single-product.woocommerce #main .product-side-addons-wrapper li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
}
.single-product.woocommerce #main .product-side-addons-wrapper li img {
  display: inline-block;
  margin-top: auto;
  margin-left: 1.25rem;
  margin-bottom: auto;
  margin-right: 0;
  width: 30%;
  max-width: 32px;
  height: 70%;
}
.single-product.woocommerce #main .product-side-addons-wrapper li span {
  display: inline-block;
  margin: auto 0;
}
.single-product.woocommerce #main .product-side-addons-wrapper a {
  font-size: 16px;
  position: relative;
  color: #333333;
  padding: 1.28125rem 0 1.375rem;
  display: inline-block;
}
.single-product.woocommerce #main .product-side-addons-wrapper a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(-45deg);
}
.single-product.woocommerce #main .product-additional-info {
  max-width: 80.625rem;
  width: 100%;
  padding: 4rem 0 8.875rem;
}
.single-product.woocommerce #main .product-additional-info h2 {
  font-size: 30px;
}
.single-product.woocommerce #main .product-additional-info h2:after {
  display: none;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs {
  margin: 0 0 3.5625rem;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: unset;
  margin-left: 4.4375rem;
  padding: 0 0.75rem;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li:before, .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li a {
  padding: 0.8125rem 0;
  color: #333333;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li.active {
  box-shadow: inset 0px -8px 0px 0 #ED1C24;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li.active a {
  font-weight: 700;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #D6D6D6;
  right: 12px;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 22px;
  line-height: 27px;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel img {
  display: inline-block;
  max-width: 359px;
  height: auto;
  width: 100%;
  margin-left: 3.0625rem;
  border: 1px solid #c9c9c9;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0;
  padding-right: 1.75rem;
  position: relative;
  font-size: 22px;
  line-height: 27px;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #606060;
  border-radius: 50%;
  border: 1px solid #333333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content li a {
  color: #0081E4;
  text-decoration: underline;
  font-size: 22px;
  line-height: 27px;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content p img {
  margin-left: 0;
  border: none;
}
.single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content strong {
  font-width: 900;
}
.single-product.woocommerce #main .product-external-dimentions {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 0.875rem 1.9375rem 0.4375rem 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
}
.single-product.woocommerce #main .product-external-dimentions img.external-dimentions-icon {
  width: 20px;
  height: 23px;
  margin-left: 0.82125rem;
}
.single-product.woocommerce #main .product-external-dimentions .text-wrapper {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product.woocommerce #main .product-external-dimentions h3 {
  font-size: 20px;
  font-weight: 500;
  max-width: 8.9375rem;
  line-height: 26px;
  margin-left: 7px;
  position: relative;
}
.single-product.woocommerce #main .product-external-dimentions h3 span {
  position: absolute;
  top: 11px;
  right: 90%;
  font-size: 12px;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_length,
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_width,
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_height {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_length span,
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_width span,
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_height span {
  font-size: 16px;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_width {
  margin-right: 9px;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .product_height {
  margin-right: 5px;
}
.single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper .x {
  align-self: flex-start;
  margin: 4px 4px 0;
}
.single-product.woocommerce #main .product-property {
  padding-right: 1.22625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.single-product.woocommerce #main .product-property .property-left {
  display: flex;
  align-items: center;
  width: 50%;
}
.single-product.woocommerce #main .product-property .property-left img {
  margin-left: 1.069375rem;
  width: 16px;
  height: 22px;
}
.single-product.woocommerce #main .product-property p {
  margin-left: auto;
}
.single-product.woocommerce #main .product-property:last-child {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 0.90625rem;
}
.single-product.woocommerce #main .top-properties .product-property .property-left {
  width: 60%;
}
.single-product.woocommerce #main .bottom-properties .single-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 1.5rem;
}
.single-product.woocommerce #main .bottom-properties .blue {
  background-color: #0081E4;
}
.single-product.woocommerce #main .bottom-properties .gray {
  background-color: #868B98;
}
.single-product.woocommerce #main .bottom-properties .green {
  background-color: #21C052;
}
.single-product.woocommerce #main .bottom-properties .red {
  background-color: #ED1C24;
}
.single-product.woocommerce #main .bottom-properties .yellow {
  background-color: #FFCD33;
}
.single-product.woocommerce #main .bottom-properties .brown {
  background-color: #4C2F27;
}
.single-product.woocommerce #main .bottom-properties .dark_grey {
  background-color: #474A51;
}
.single-product.woocommerce #main .bottom-properties .light_blue {
  background-color: #7ba4db;
}
.single-product.woocommerce #main .bottom-properties .orange {
  background-color: #ED760E;
}
.single-product.woocommerce #main .bottom-properties .pink {
  background-color: #CF3476;
}
.single-product.woocommerce #main .bottom-properties .colors-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 50%;
}
.single-product.woocommerce #main .bottom-properties .poperty-list-wrapper {
  padding-right: 1.22625rem;
}
.single-product.woocommerce #main .bottom-properties .poperty-list-wrapper p {
  padding-right: 2rem;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 1.25rem;
}
.single-product.woocommerce #main .bottom-properties .poperty-list-wrapper p:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/product-list-icone.svg");
  background-size: contain;
}
.single-product.woocommerce #main .bottom-properties .btn-wrapper {
  display: flex;
}
.single-product.woocommerce #main .bottom-properties .btn-wrapper a {
  background: #ED1C24;
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0px 0.625rem 1.25rem 0px #ED1C244D;
  border-radius: 1.875rem 0;
  padding: 1.3125rem 1.6875rem 1.25rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 1.125rem 4.1875rem;
}
.single-product.woocommerce #main .bottom-properties .btn-wrapper a:hover {
  background: #d01018;
  transition: all 0.3s ease;
}
.single-product.woocommerce #main .bottom-properties .btn-wrapper a:active {
  background: #7f0a0f;
}
.single-product.woocommerce .case_study {
  width: 100%;
}
.single-product.woocommerce .case_study .bottom-button-wrapper a.styled-btn:after {
  display: none;
}

@media (max-width: 1721px) {
  .single-product.woocommerce #main .product-additional-info {
    max-width: 87.5rem;
  }
  .single-product.woocommerce #main .bottom-properties .single-color {
    margin-left: 0.9375rem;
  }
}
@media (max-width: 1610px) {
  .single-product.woocommerce #main {
    padding: 0;
  }
  .single-product.woocommerce #main .product.type-product {
    margin: 1.875rem;
    justify-content: space-between;
    max-width: 98%;
  }
  .single-product.woocommerce #main .summary.entry-summary {
    max-width: 38.3333%;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper {
    margin-right: 0;
  }
  .single-product.woocommerce #main .woocommerce-product-gallery, .single-product.woocommerce #main .product-costum-image-gallery {
    width: 33.33333%;
  }
  .single-product.woocommerce #main .product-costum-image-gallery {
    margin-rigth: 0;
  }
}
@media (max-width: 1470px) {
  .single-product.woocommerce #main .product-costum-image-gallery {
    margin-left: 2.1875rem;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper {
    margin-right: 3.75rem;
  }
}
@media (max-width: 1280px) {
  .single-product.woocommerce #main .product.type-product {
    margin: 32px 89px 32px 85px;
  }
  .single-product.woocommerce #main .woocommerce-product-gallery,
.single-product.woocommerce #main .product-costum-image-gallery {
    width: 43%;
    max-width: 445px;
  }
  .single-product.woocommerce #main .summary.entry-summary {
    max-width: 269px;
  }
  .single-product.woocommerce #main .product-external-dimentions h3 {
    max-width: unset;
    width: 100%;
  }
  .single-product.woocommerce #main .product-external-dimentions h3 span {
    right: 100%;
  }
  .single-product.woocommerce #main .product-additional-info h2 {
    font-weight: 700;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li {
    margin-left: 34px;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
  }
}
@media (max-width: 1268px) {
  .single-product.woocommerce #main .summary.entry-summary {
    max-width: 100%;
  }
  .single-product.woocommerce #main .product-external-dimentions h3 {
    width: auto;
    max-width: unset;
  }
  .single-product.woocommerce #main .product-external-dimentions h3 span {
    right: 102%;
  }
  .single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs {
    display: flex;
    overflow: scroll;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li {
    margin-left: auto;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    width: 240px;
    text-align: center;
  }
}
@media (max-width: 1140px) {
  .single-product.woocommerce #main .product.type-product {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1070px) {
  .single-product.woocommerce #main .woocommerce-product-gallery, .single-product.woocommerce #main .product-costum-image-gallery {
    width: 100%;
    margin: 0 auto 30px;
  }
  .single-product.woocommerce #main .summary.entry-summary, .single-product.woocommerce #main .product-side-addons-wrapper {
    width: 100%;
    max-width: 39.265625rem;
    margin: 0 auto 30px;
  }
  .single-product.woocommerce #main .product.type-product {
    margin: 30px auto auto auto;
    width: 100%;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .item-slick {
    max-height: 22rem;
    min-height: 22rem;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .item-slick img {
    max-height: inherit;
  }
  .single-product.woocommerce #main .product-additional-info {
    padding: 3.5rem 1.875rem 7.8125rem;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .single-product.woocommerce #main .product-external-dimentions .dimensions-wrapper {
    width: 100%;
  }
}
@media (max-width: 1016px) {
  .single-product.woocommerce #main .woocommerce-product-gallery .main-image-view-slider .video-wrapper {
    padding-bottom: 70%;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .video-wrapper {
    padding-bottom: 70%;
  }
}
@media (max-width: 1000px) {
  .single-product.woocommerce #main .case_study .case_study_posts_wrapper .slick-next {
    right: 0px;
    left: unset;
  }
  .single-product.woocommerce #main .case_study .case_study_posts_wrapper .slick-prev {
    left: 0px;
    right: unset;
  }
}
@media (max-width: 788px) {
  .single-product.woocommerce #main .product-additional-info {
    padding-bottom: 50px;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content {
    width: 100%;
    margin-top: 30px;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs .woocommerce-Tabs-panel .inner-tab-content ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (max-width: 768px) {
  .single-product.woocommerce #breadcrumbs {
    margin: 80px 30px 0;
  }
  .single-product.woocommerce #main h1.product_title.entry-title.mobile-only {
    width: 100%;
    display: block;
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 23px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .single-product.woocommerce #main h1.product_title.entry-title {
    display: none;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .slider-nav {
    display: none;
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-next, .single-product.woocommerce #main .main-image-view-slider .slick-prev {
    position: absolute;
    width: 60px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0px -6px 19px 2px rgba(0, 0, 0, 0.3);
    z-index: 99;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom: 0;
    border: none;
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-next:before, .single-product.woocommerce #main .main-image-view-slider .slick-prev:before {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 7px;
    margin: auto;
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-next {
    left: unset;
    right: -15px;
    transform: rotate(-90deg);
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-next:before {
    left: 21px;
    transform: rotate(-45deg);
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-prev {
    left: -15px;
    right: unset;
    transform: rotate(90deg);
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-prev:before {
    right: 21px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 700px) {
  .single-product.woocommerce #main .product-costum-image-gallery,
.single-product.woocommerce #main .summary.entry-summary {
    padding: 0 20px;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper {
    margin: 0 20px 30px;
  }
}
@media (max-width: 500px) {
  .single-product.woocommerce #main .text-wrapper .dimensions-wrapper {
    width: 100%;
    max-width: unset;
  }
  .single-product.woocommerce #main .text-wrapper h3 {
    width: auto;
    margin: 0 auto;
  }
  .single-product.woocommerce #main .text-wrapper h3 span {
    top: 7px;
  }
  .single-product.woocommerce #main .text-wrapper .dimensions-wrapper {
    justify-content: center;
  }
  .single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_length,
.single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_width,
.single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_height {
    font-size: 16px;
    line-height: 16px;
  }
  .single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_length span,
.single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_width span,
.single-product.woocommerce #main .text-wrapper .dimensions-wrapper .product_height span {
    font-size: 12px;
    line-height: 16px;
  }
  .single-product.woocommerce #main .text-wrapper h3 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .single-product.woocommerce #main .product-property {
    font-size: 16px;
  }
  .single-product.woocommerce #main .product-property .property-left {
    width: auto;
  }
  .single-product.woocommerce #main .product-property .property-left img {
    width: 22px;
    height: 26px;
  }
  .single-product.woocommerce #main .bottom-properties .poperty-list-wrapper p {
    font-size: 14px;
  }
  .single-product.woocommerce #main .bottom-properties .poperty-list-wrapper p:before {
    width: 22px;
    height: 22px;
  }
  .single-product.woocommerce #main .bottom-properties .colors-wrapper {
    width: 100%;
    margin: 13px 30px 0 30px;
  }
  .single-product.woocommerce #main .bottom-properties .btn-wrapper {
    padding-top: 1.96875rem;
    border-top: 1px solid #D6D6D6;
  }
  .single-product.woocommerce #main .bottom-properties .btn-wrapper a {
    font-size: 16px;
    line-height: 19px;
    padding: 18px 40px;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper h2 {
    font-size: 18px;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper .sub-title {
    font-size: 16px;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper li span {
    font-size: 14px;
  }
  .single-product.woocommerce #main .product-side-addons-wrapper a {
    font-size: 14px;
  }
  .single-product.woocommerce #main .product-additional-info h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    line-height: 17px;
    width: 190px;
  }
}
@media (max-width: 425px) {
  .single-product.woocommerce #main .product.type-product {
    margin: 14px auto auto auto;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .item-slick {
    max-height: 176px;
    min-height: 176px;
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-next {
    right: -37px;
  }
  .single-product.woocommerce #main .main-image-view-slider .slick-prev {
    left: -37px;
  }
  .single-product.woocommerce #main .woocommerce-product-gallery .main-image-view-slider .video-wrapper {
    padding-bottom: 60%;
  }
  .single-product.woocommerce #main .product-costum-image-gallery .main-image-view-slider .video-wrapper {
    padding-bottom: 60%;
  }
}
@media (max-width: 407px) {
  .single-product.woocommerce #main .product-external-dimentions .text-wrapper {
    width: 86%;
  }
}
:lang(de-DE) .single-product.woocommerce #main .product-external-dimentions h3 {
  max-width: initial;
}
:lang(de-DE) .single-product.woocommerce #main .product-external-dimentions h3 span {
  top: 27px;
  right: 136px;
}

:lang(he-IL) .single-product.woocommerce #main .product-external-dimentions h3 span {
  top: 29px;
}

:lang(es-ES) .single-product.woocommerce #main .product-additional-info .woocommerce-tabs ul.tabs li {
  margin-left: 40px;
}

/*
set global colors
 */
.content-text-wrapper h2 {
  margin: 1.6875rem 6.875rem;
}

.acordion-template {
  margin: 0 6.875rem;
  padding-right: 2.5625rem;
  border-top: 1px solid #d2d2d2;
  max-width: 911px;
  width: 100%;
  background-size: 1.8125rem !important;
  background-position-x: right !important;
}
.acordion-template .job {
  color: #333333;
}
.acordion-template .job .job_title_block {
  padding: 1.3125rem 0 1rem;
  background: url("../images/pluse.svg") no-repeat;
  background-position-x: left;
  background-position-y: 50%;
  padding-left: 2.5rem;
  cursor: pointer;
}
.acordion-template .job .job_title_block.open {
  background: url("../images/minus.svg") no-repeat;
  background-position-x: left;
  background-position-y: 50%;
}
.acordion-template .job .job_title_block .job_title {
  font-weight: 700;
  line-height: 30px;
}
.acordion-template .job .job_title_block .job_intro_text {
  font-weight: 500;
  line-height: 30px;
}
.acordion-template .job .job_desctiption_block {
  padding-bottom: 1.3125rem;
  display: none;
}
.acordion-template .job .job_desctiption_block .job_fulltext {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.acordion-template .job .job_desctiption_block ul {
  margin-right: -1.1875rem;
  margin-top: 0.75rem;
}
.acordion-template .job .job_desctiption_block ul li {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  padding-right: 1.375rem;
  position: relative;
  background: url("../images/V-list.svg") no-repeat 0 50%;
}
.acordion-template .job .job_desctiption_block .add_file {
  margin-top: 1.5rem;
  margin-right: -1.1875rem;
}
.acordion-template .job .job_desctiption_block .add_file p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
}
.acordion-template .job .job_desctiption_block .add_file form {
  margin-top: 0.1875rem;
}
.acordion-template .job .job_desctiption_block .add_file form .wpcf7-text {
  border: 1px solid #B2B2B2;
  height: 37px;
  width: 267px;
  padding: 0 0.75rem;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=file] {
  display: none;
}
.acordion-template .job .job_desctiption_block .add_file form .custom-file-upload {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background: #3B3B3B 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  width: 7.4375rem;
  color: #FFFFFF;
  padding: 0.625rem 1.1875rem;
  cursor: pointer;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit] {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  color: #333333;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ED1C24;
  border-radius: 1.875rem 0;
  position: relative;
  position: relative;
  margin: auto;
  margin-bottom: 6.4375rem;
  width: 164px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:hover {
  background: #ED1C24 0% 0% no-repeat padding-box;
  transition: all 0.3s ease;
  color: #FFFFFF;
  opacity: 1;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:hover:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acordion-template .job .job_desctiption_block .add_file form input[type=submit]:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0.875rem;
  background: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acordion-template .job .job_desctiption_block .add_file form .hidden {
  display: none;
}

@media (max-width: 1000px) {
  .content-text-wrapper h2 {
    margin: 1.5rem;
  }

  .acordion-template {
    margin: 0;
    width: 100%;
    padding-right: 4.25rem;
    background-position-x: 20px !important;
  }
  .acordion-template.parent-open {
    background-color: #F4F4F4 !important;
  }
  .acordion-template .job .job_title_block {
    padding-left: 4.375rem;
    background-position-x: calc(100% - 20px);
  }
  .acordion-template .job .job_title_block .job_title, .acordion-template .job .job_title_block .job_intro_text {
    line-height: 17px;
    font-size: 14px;
  }
  .acordion-template .job .job_title_block.open {
    font-weight: 700;
    background-position-x: calc(100% - 20px);
  }
  .acordion-template .job .job_desctiption_block {
    padding-left: 4.375rem;
  }
  .acordion-template .job .job_desctiption_block ul, .acordion-template .job .job_desctiption_block .add_file {
    margin-right: 0;
  }
  .acordion-template .job .job_desctiption_block ul li, .acordion-template .job .job_desctiption_block .add_file li {
    margin-bottom: 9px;
  }
  .acordion-template .job .job_desctiption_block .add_file form .custom-file-upload, .acordion-template .job .job_desctiption_block .add_file form .wpcf7-text {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .acordion-template .job .job_title_block {
    background-position-y: 25px;
  }
  .acordion-template .job .job_title_block.open {
    background-position-y: 25px;
  }
}
.search .page-header {
  margin: 3.1875rem 6.875rem 0;
}
.search .page-header h1 {
  font-size: 3.125rem;
  line-height: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 4.25rem;
  padding-bottom: 10px;
}
.search .page-header h1:after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 4px;
  background-color: #ED1C24;
  right: 0;
  top: 100%;
}
.search .posts-wrapper {
  margin: 0 6.875rem;
  display: flex;
  flex-wrap: wrap;
}
.search .posts-wrapper article {
  max-width: 34.125rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.search .posts-wrapper article img {
  width: 100%;
  height: auto;
}
.search .posts-wrapper article .entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.search .posts-wrapper article .entry-title a {
  color: #333333;
  font-size: 2.1875rem;
}
.search .posts-wrapper article .entry-title:after {
  display: none;
}
.search .posts-wrapper article .entry-header, .search .posts-wrapper article .entry-summary {
  padding: 0 1.25rem;
}
.search .posts-wrapper article .moretag {
  color: #333333;
  position: relative;
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.search .posts-wrapper article .moretag:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -10px;
  top: 2px;
  bottom: 0;
  margin: auto;
  display: block;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(-45deg);
}
.search .posts-wrapper article.case_study {
  padding: 0;
}

@media (max-width: 600px) {
  .search .page-header {
    margin: 20px 20px 0;
  }
  .search .page-header h1 {
    font-size: 35px;
    line-height: 1;
  }
  .search .posts-wrapper {
    margin: 0 20px;
  }
  .search #breadcrumbs {
    margin: 5rem 1.25rem 0;
  }
}
.sticky-social-wrapper {
  position: fixed;
  width: auto;
  max-width: 3.75rem;
  left: 0;
  top: 50%;
  z-index: 99;
}
.sticky-social-wrapper .sticky-facebook,
.sticky-social-wrapper .sticky-linkedin,
.sticky-social-wrapper .sticky-youtube,
.sticky-social-wrapper .sticky-instagram {
  width: 3.75rem;
  height: 3.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.sticky-social-wrapper .sticky-facebook {
  background-image: url("../images/FB.svg");
}
.sticky-social-wrapper .sticky-linkedin {
  background-image: url("../images/IN.svg");
}
.sticky-social-wrapper .sticky-youtube {
  background-image: url("../images/YT.svg");
}
.sticky-social-wrapper .sticky-instagram {
  background-image: url("../images/insta-side.svg");
}

/*
set global colors
 */
.contact-form-section {
  padding: 8.8125rem 0 8.8125rem;
}

.wpcf7-response-output {
  display: none !important;
}

.contact-form-wrapper {
  margin: 0 6.875rem 0;
  border-radius: 0px 9.375rem 0px 0px;
  background: #ffffffe8;
  display: flex;
}
.contact-form-wrapper .contact-form {
  width: 70%;
  padding: 3.0625rem 0 3.0625rem 4.4375rem;
}
.contact-form-wrapper .contact-form h1 {
  text-align: left;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}
.contact-form-wrapper .contact-form h1 + p {
  max-width: 36.375rem;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  margin: 0.5rem 0 1.5rem;
}
.contact-form-wrapper .contact-form form {
  display: flex;
}
.contact-form-wrapper .contact-form form .col-fields {
  margin-right: 6.625rem;
  width: 50%;
}
.contact-form-wrapper .contact-form form .col-fields:last-child {
  margin-right: 0;
}
.contact-form-wrapper .contact-form form .col-fields label {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}
.contact-form-wrapper .contact-form form .col-fields label span {
  color: #ED1C24;
}
.contact-form-wrapper .contact-form form .col-fields input, .contact-form-wrapper .contact-form form .col-fields select {
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  opacity: 1;
  max-width: 20.75rem;
  height: 40px;
  color: #333333;
  margin-bottom: 1.25rem;
  margin-top: 0.1875rem;
  padding-left: 0.9375rem;
  width: 100%;
}
.contact-form-wrapper .contact-form form .col-fields input[type=checkbox], .contact-form-wrapper .contact-form form .col-fields select[type=checkbox] {
  width: 28px;
  margin: 0;
  height: 22px;
  margin: 0 0.3125rem 0.25rem 0;
}
.contact-form-wrapper .contact-form form .col-fields .wpcf7-submit {
  background: #ED1C24 0% 0% no-repeat padding-box;
  box-shadow: 0 0.625rem 1.25rem #ED1C244D;
  border-radius: 1.25rem 0;
  padding-top: 1.375rem;
  padding-bottom: 1.1875rem;
  padding-left: 3.9375rem;
  padding-right: 2.5rem;
  border: none;
  color: #FFFFFF;
  margin: 1.125rem 0 0 auto;
  cursor: pointer;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.contact-form-wrapper .contact-form form .col-fields textarea {
  height: 6.125rem;
  max-width: 20.75rem;
  margin-top: 0.1875rem;
  width: 100%;
}
.contact-form-wrapper .contact-form form .col-fields .wpcf7-list-item {
  margin: 0;
}
.contact-form-wrapper .contact-form form .col-fields .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 22px;
}
.contact-form-wrapper .contact-form form .col-fields .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin-top: 25px;
}
.contact-form-wrapper .contact-details {
  width: 35%;
  background: transparent linear-gradient(270deg, #ffffff94 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 6.3125rem 6.3125rem 7.0625rem 5.4375rem;
  border-radius: 0px 9.375rem 0px 0px;
}
.contact-form-wrapper .contact-details h2 {
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
}
.contact-form-wrapper .contact-details .row {
  line-height: 20px;
  color: #333333;
  padding: 0.875rem 0.4375rem 1rem 2.4375rem;
  background-repeat: no-repeat;
  background-position: 0 0.9375rem;
}
.contact-form-wrapper .contact-details .row span {
  font-weight: 700;
  margin-right: 0.3125rem;
}
.contact-form-wrapper .contact-details .row.address {
  border-bottom: 0.5px solid #B9B9B9;
  background-image: url("../images/address-icon.svg");
}
.contact-form-wrapper .contact-details .row.phone {
  border-bottom: 0.5px solid #B9B9B9;
  background-image: url("../images/phone-icon.svg");
}
.contact-form-wrapper .contact-details .row.fax {
  border-bottom: 0.5px solid #B9B9B9;
  background-image: url("../images/fax-icon.svg");
}
.contact-form-wrapper .contact-details .row.email {
  background-image: url("../images/email-icon.svg");
  padding: 1.3125rem 0.4375rem 2rem 2.4375rem;
  background-position: 0 25px;
}
.contact-form-wrapper .contact-details img {
  max-width: 100%;
}
.contact-form-wrapper .contact-details .small-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 0.6875rem;
}

@media (max-width: 1300px) {
  .contact-form-wrapper .contact-details .row {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .contact-form-section {
    height: auto;
    background-size: cover !important;
    background-position: 50% !important;
  }

  .contact-form-wrapper {
    flex-wrap: wrap;
    margin: 0 3.75rem 0;
  }
  .contact-form-wrapper .contact-form {
    width: 100%;
    padding: 3.0625rem 1.3125rem 3.0625rem 1.5rem;
  }
  .contact-form-wrapper .contact-form form {
    flex-wrap: wrap;
  }
  .contact-form-wrapper .contact-form form .col-fields {
    width: 100%;
    margin: 0;
  }
  .contact-form-wrapper .contact-form form .col-fields input, .contact-form-wrapper .contact-form form .col-fields select, .contact-form-wrapper .contact-form form .col-fields textarea, .contact-form-wrapper .contact-form form .col-fields .wpcf7-submit {
    max-width: 100%;
    width: 100%;
  }
  .contact-form-wrapper .contact-details {
    width: 100%;
    border-radius: 0;
    padding: 2rem 1.3125rem 2rem 1.5rem;
  }
  .contact-form-wrapper .contact-details .row {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .contact-form-wrapper {
    margin: 0 1.375rem 0;
    border-radius: 0px 3.625rem 0px 0px;
  }
  .contact-form-wrapper .contact-form {
    padding: 0.75rem 1.625rem;
  }
  .contact-form-wrapper .contact-form h1 {
    font-size: 34px;
  }
  .contact-form-wrapper .contact-form h1 + p {
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
  }
}
/*
set global colors
 */
.contact_worldwide {
  width: 89%;
  margin: 0 auto;
  color: #333333;
}
.contact_worldwide h2 {
  margin-top: 0.625rem;
  font-size: 2.8125rem;
  margin-bottom: 2.4375rem;
  font-weight: 900;
  text-align: center;
  line-height: 60px;
}
.contact_worldwide h2:after {
  display: none;
}
.contact_worldwide .contient {
  margin-bottom: 4.9375rem;
}
.contact_worldwide .contient h3 {
  font-size: 1.875rem;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  margin-bottom: 1.5625rem;
}
.contact_worldwide .contient .wrap-countries {
  display: flex;
}
.contact_worldwide .contient .wrap-countries .country {
  margin-right: 3.125rem;
  max-width: 14%;
}
.contact_worldwide .contient .wrap-countries .country .country_title {
  display: flex;
  border-bottom: 0.5px solid #B9B9B9;
  padding: 1.25rem 1.25rem 1.25rem 0;
  margin-bottom: 1.25rem;
}
.contact_worldwide .contient .wrap-countries .country .country_title h4 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 500;
  margin-left: 0.875rem;
}
.contact_worldwide .contient .wrap-countries .country p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.contact_worldwide .contient .wrap-countries .country p span {
  font-weight: 700;
}
.contact_worldwide .contient .wrap-countries .country p.address {
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

@media (max-width: 1300px) {
  .contact_worldwide .contient .wrap-countries .country p.address {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .contact_worldwide {
    width: 100%;
  }
  .contact_worldwide h2 {
    margin-top: 2.625rem;
    padding: 0 3.9375rem;
    line-height: 2.6875rem;
    margin-bottom: 3.875rem;
  }
  .contact_worldwide .contient h3 {
    margin: 0 1.3125rem;
  }
  .contact_worldwide .contient .wrap-countries {
    flex-wrap: wrap;
  }
  .contact_worldwide .contient .wrap-countries .country {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_worldwide .contient .wrap-countries .country .country_title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0 1.3125rem 1.5rem;
  }
  .contact_worldwide .contient .wrap-countries .country .country_title h4 {
    font-size: 1.25rem;
    margin-left: 1.125rem;
  }
  .contact_worldwide .contient .wrap-countries .country .details {
    margin: 0 1.3125rem;
  }
  .contact_worldwide .contient .wrap-countries .country .details p {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
  .contact_worldwide .contient .wrap-countries .country .details p.address {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.125rem;
  }

  .wrap-countries .slider-arrow.right {
    display: block;
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 5.75rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    right: 0.4375rem;
    overflow: hidden;
    z-index: 999;
    background: url("../images/right-arrow.svg") no-repeat 0 0;
  }
  .wrap-countries .slider-arrow.left {
    display: block;
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 5.75rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    background: url("../images/left-arrow.svg") no-repeat 0 0;
    left: 0;
    overflow: hidden;
    z-index: 999;
  }
}
/*
set global colors
 */
.downloads-section {
  display: flex;
  justify-content: flex-start;
  margin: 2.8125rem 6.25rem;
}
.downloads-section .column_files {
  margin-right: 20%;
}
.downloads-section .column_files h2 {
  padding-bottom: 0.625rem;
}
.downloads-section .column_files h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1.0625rem;
  margin-top: 2.875rem;
  font-weight: 900;
  margin-top: 3.0625rem;
}
.downloads-section .column_files .file {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  background: url("../images/download.svg") no-repeat 11px 0;
  padding-left: 2.75rem;
  margin-bottom: 1.125rem;
  max-width: 30.0625rem;
}
.downloads-section .column_files .file a {
  color: #333333;
}

@media (max-width: 1000px) {
  .downloads-section {
    flex-wrap: wrap;
    justify-content: left;
    margin: 2.8125rem 0;
  }
  .downloads-section .column_files {
    margin: 0 1.5rem;
  }
  .downloads-section .column_files h2 {
    font-size: 1.625rem;
    margin-top: 0.75rem;
    margin-bottom: 1.0625rem;
  }
  .downloads-section .column_files h3 {
    margin-top: 0;
    font-size: 1.125rem;
  }
  .downloads-section .column_files .file {
    background-position: 0;
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.related-products {
  width: 100%;
}
.related-products h2 {
  font-size: 2.8125rem;
  line-height: 54px;
  text-align: center;
  margin-top: 6.125rem;
  margin-bottom: 3.25rem;
}
.related-products h2:after {
  display: none;
}
.related-products .related-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.related-products .related-products-wrapper .single-prod {
  margin-left: 3.6875rem;
}
.related-products .related-products-wrapper .single-prod:last-child {
  margin-left: 0;
}
.related-products .related-products-wrapper .single-prod img {
  max-width: 23.75rem;
  width: 23.75rem;
  height: 13.125rem;
  border: 1px solid #d5d5d5;
}
.related-products .related-products-wrapper .single-prod h3 {
  font-size: 25px;
  line-height: 24px;
  margin-top: 1.375rem;
  margin-bottom: 0.375rem;
}
.related-products .related-products-wrapper .single-prod a.prod-link {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
  text-decoration: underline;
  padding-left: 0.625rem;
}
.related-products .related-products-wrapper .single-prod a.prod-link:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: rotate(-45deg);
  left: 0;
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1485px) {
  .related-products .related-products-wrapper {
    justify-content: space-evenly;
  }
  .related-products .related-products-wrapper .single-prod {
    margin: auto auto 30px auto;
  }
  .related-products .related-products-wrapper .single-prod:last-child {
    margin: auto auto 30px auto;
  }
}
@media (max-width: 1000px) {
  .related-products {
    overflow: hidden;
  }
  .related-products .related-products-wrapper {
    justify-content: space-evenly;
  }
  .related-products .related-products-wrapper .single-prod {
    margin: auto auto 30px auto;
  }
}
@media (max-width: 768px) {
  .related-products h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 660px) {
  .related-products .related-products-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .related-products .related-products-wrapper .slick-list {
    max-width: 20.9375rem;
  }
  .related-products .related-products-wrapper .slick-list .single-prod img {
    max-width: 100%;
  }
  .related-products .related-products-wrapper .slick-next, .related-products .related-products-wrapper .slick-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.5);
    top: calc(26% + 1px);
  }
  .related-products .related-products-wrapper .slick-next:before, .related-products .related-products-wrapper .slick-prev:before {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .related-products .related-products-wrapper .slick-arrow {
    top: calc(50% - 30px) !important;
  }
  .related-products .related-products-wrapper .slick-next {
    left: -21px !important;
  }
  .related-products .related-products-wrapper .slick-next:before {
    display: block;
    margin: auto;
    right: 0;
    left: 30px;
    top: 0;
    bottom: 0;
  }
  .related-products .related-products-wrapper .slick-prev {
    right: -30px !important;
  }
  .related-products .related-products-wrapper .slick-prev:before {
    display: block;
    margin: auto;
    right: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
}
@media (max-width: 320px) {
  .related-products .related-products-wrapper .slick-next {
    left: calc(-10.5% + 1px);
  }
  .related-products .related-products-wrapper .slick-next:before {
    display: block;
    margin: auto;
    right: 12px;
    left: unset;
    top: 0;
    bottom: 0;
  }
  .related-products .related-products-wrapper .slick-prev {
    right: calc(-10.5% + 1px);
  }
  .related-products .related-products-wrapper .slick-prev:before {
    display: block;
    margin: auto;
    right: unset;
    left: 12px;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
}
section.free-text {
  padding: 3.125rem 6.9375rem;
}
section.free-text h2:after {
  display: none;
}
section.free-text h3 {
  font-size: 2.5rem;
  margin: 1.25rem 0;
}
section.free-text h4 {
  font-size: 2.1875rem;
  margin: 1.25rem 0;
}
section.free-text h5 {
  font-size: 1.875rem;
  margin: 1.25rem 0;
}
section.free-text h6 {
  font-size: 1.5625rem;
  margin: 1.25rem 0;
}
section.free-text p {
  font-size: 1.25rem;
  line-height: 30px;
  text-align: justify;
}
section.free-text p img.alignleft {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
}
section.free-text p img.alignnone {
  display: block;
  margin: 0 auto;
  width: auto;
}
section.free-text p img.alignright {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
section.free-text p img {
  max-width: 100%;
  height: auto;
}
section.free-text ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
section.free-text ol li {
  list-style: decimal;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

@media (max-width: 1250px) {
  section.free-text {
    padding: 2.25rem 2.5% 1.09375rem;
    margin: 2.25rem 0.9375rem;
  }
}
/* hebrew font only */
* {
  font-family: Rubik !important;
}

/* hebrew font only  END*/
html[dir=rtl] .single-product.woocommerce #main .product-side-addons-wrapper a:after {
  transform: rotate(45deg);
}
html[dir=rtl] .case_study .case_study_posts_wrapper article .post-text .post-link:after {
  transform: rotate(45deg);
}
html[dir=rtl] .related-products .related-products-wrapper .single-prod a.prod-link:after {
  transform: rotate(45deg);
}

/* main menu */
.main-menu-wrapper .right-side .main-menu li.has-sub ul {
  width: auto;
  min-width: 140%;
  right: -5%;
}
.main-menu-wrapper .right-side .search form input {
  border-radius: 0 1.875rem 0 0;
}

@media (max-width: 1720px) {
  .main-menu-wrapper .right-side .main-menu li.has-sub:hover ul {
    min-width: auto;
  }
}
/* mobile main menu */
.mobile-menu .right-side .main-menu ul.menu li.lvl1.has-sub:after {
  transform: rotate(180deg);
}
.mobile-menu nav.top_menu li.has-sub:after {
  transform: rotate(180deg);
}
.mobile-menu nav.top_menu li.has-sub:hover:after {
  transform: rotate(90deg);
  left: 1.03125rem;
}

.header_image_with_text .anchors-links {
  transform: translate(50%, 0);
}

@media (max-width: 1065px) {
  .header_image_with_text .anchors-links {
    transform: unset;
  }
}
.build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper {
  border-radius: 20px 0px 0px 20px;
}
.build_and_color .left-side .avalibale_colors_wrapper .single-color-wrapper .color {
  border-radius: 20px 0 0 0;
}

.site-footer .footer-form {
  border-radius: 12.5rem 0 0 0;
}

.site-footer .globe-link a:after {
  transform: rotate(180deg);
}

.case_study .case_study_posts_wrapper article .tag_icon {
  border-radius: 10px 0 0 10px;
}
.case_study .bottom-button-wrapper a.styled-btn:after {
  transform: rotate(180deg);
}

.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text {
  border-radius: 0px 0px 0px 50px;
}
.sub_indstry_gallery .sub_indstry_gallery_wrapper article .post-text .post-link:after {
  transform: rotate(45deg);
}

.latest-news .news-wrapper article .read-more a:after {
  transform: rotate(135deg);
}

.accessorize .left-side .addons-list-wrapper .single-addon {
  border-radius: 20px 0px 0px 20px;
}

.related_files_links .strip-content p {
  font-weight: 400;
}

.rtl.woocommerce .wc-archive .woocommerce-loop-product__title {
  direction: ltr;
}

.rtl.woocommerce .styled-btn {
  padding: 14px 24px 14px 42px;
}
.rtl.woocommerce .styled-btn:after {
  transform: rotate(135deg);
}

.rtl .wc-archive aside {
  border-radius: 100px 0px 0px 100px;
}

.single-product.woocommerce #main .summary.entry-summary h1 {
  direction: rtl;
  text-align: right;
}

.woocommerce .wc-archive aside .widget_product_categories .product-categories li.current-cat:after {
  border-left: 2px solid #FFFFFF;
  border-right: none;
}

.woocommerce .wc-archive aside .woocommerce-widget-layered-nav {
  margin: 0 6.9375rem 1.25rem 0;
}
.woocommerce .wc-archive aside .woocommerce-widget-layered-nav ul {
  direction: ltr;
}

.rtl.woocommerce .wc-archive .woocommerce-loop-product__title {
  direction: rtl;
}

.related-products .related-products-wrapper .single-prod h3 {
  direction: ltr;
  text-align: right;
}

@media (max-width: 1000px) {
  .image_video_gallery .gallery-wrapper .slick-list.draggable {
    direction: ltr;
  }
}
.contact-form-wrapper .contact-details {
  border-radius: 0;
}
.contact-form-wrapper .contact-details .row {
  padding: 0.875rem 2.4375rem 1rem 0.4375rem;
  background-position: 100% 0.9375rem;
}
.contact-form-wrapper .contact-details .row span {
  margin-left: 0.3125rem;
  margin-right: 0;
}
.contact-form-wrapper .contact-details .row.email {
  padding: 1.3125rem 2.4375rem 2rem 0.4375rem;
  background-position: 100% 25px;
}
.contact-form-wrapper .contact-form {
  padding: 3.0625rem 4.4375rem 3.0625rem 0;
}
.contact-form-wrapper .contact-form h1 {
  text-align: right;
}
.contact-form-wrapper .contact-form h1 + p {
  text-align: right;
}
.contact-form-wrapper .contact-form form {
  direction: rtl;
}
.contact-form-wrapper .contact-form form .col-fields {
  margin-left: 6.625rem;
  margin-right: 0;
}

.contact_worldwide .contient h3 {
  text-align: right;
}
.contact_worldwide .contient .wrap-countries .country {
  margin-left: 3.125rem;
  margin-right: 0;
}
.contact_worldwide .contient .wrap-countries .country .country_title {
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.contact_worldwide .contient .wrap-countries .country .country_title h4 {
  margin-left: 0;
  margin-right: 0.875rem;
}

@media (max-width: 660px) {
  .related-products .related-products-wrapper .slick-prev:before {
    transform: rotate(-42deg) !important;
  }

  .related-products .related-products-wrapper .slick-next:before {
    transform: rotate(132deg) !important;
  }
}
@media (max-width: 768px) {
  .single-product.woocommerce #main .main-image-view-slider .slick-next:before, .single-product.woocommerce #main .main-image-view-slider .slick-prev:before {
    transform: rotate(45deg);
  }
}