:root {
  --color-coal: #36424d;
  --color-green: #e13e26;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Public Sans", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  scroll-padding-top: 180px;
}

.csst,
.csst:hover,
.csst *,
.csst *:hover {
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.container {
  max-width: 1600px;
}

.aboutevent-content a {
  color: #000;
}

.content-block h3 {
  font-size: 30px;
}

.sidebar-header {
  font-weight: 500;
  font-size: 26px;
}

.sidebar-box .document.pdf span.title,
.sidebar-box div.content-block span.title {
  font-size: 18px;
  display: block;
}

.sidebar-box .document.pdf {
  margin-bottom: 14px;
  margin-top: 0;
}

.text-green {
  color: #e13e26;
}

.text-bold {
  font-weight: 700;
}

h2 {
  font-weight: 500;
  color: #36424d;
  font-size: 40px;
}

P {
  font-size: 16px;
  font-weight: 400;
  color: #6b747b;
  line-height: 26px;
}

.btn {
  border-radius: 0;
}

.btn-success {
  background-color: #e13e26;
  border-color: #e13e26;
}

.button-single {
  margin-top: 30px;
}

.button-single a {
  font-size: 18px;
  font-weight: 600;
}

.form-control {
  border-radius: 0;
}

.header {
  padding-top: 32px;
  padding-bottom: 80px;
  background-position-y: 35px;
  background-repeat: no-repeat;
  overflow-x: hidden;
  -webkit-box-shadow: inset 0px -15px 10px -10px #6a6a6a;
  box-shadow: inset 0px -15px 10px -10px #6a6a6a;
  position: relative;
  overflow-y: hidden;
}

.header:not(#home-header) {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20%, rgba(255, 255, 255, 0)),
      to(white)
    ),
    url("../img/stock-photo-group-of-business-people-working-in-the-office-concept-374127247.webp");
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, white),
    url("../img/stock-photo-group-of-business-people-working-in-the-office-concept-374127247.webp");
  background-size: cover;
}

#home-header {
  padding-bottom: 45px;
  background: none !important;
}

.topbar {
  margin-bottom: 40px;
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s linear;
  overflow: hidden;
}

.half {
  width: 50%;
  float: left;
}

.topbar .line:last-child {
  width: calc(50% - 760px);
}

@media (max-width: 1600px) {
  .topbar .line:last-child {
    width: 50px;
  }
}

@media (max-width: 1200px) {
  .topbar {
    display: none;
  }
}

.topbar .container-fluid {
  padding: 0;
}

.topbar a {
  color: #36424d;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
}

.topbar a:hover {
  color: #6f8397;
}

@media (max-width: 430px) {
  .topbar a {
    font-size: 14px;
  }

  section h2 {
    clear: both;
  }
}

.topbar .topbar-menu img {
  margin-right: 8px;
  vertical-align: baseline;
}

.line {
  position: relative;
  padding: 0;
}

@media (max-width: 670px) {
  .line {
    display: none;
  }
}

.line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: black;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.search-input {
  position: relative;
}

.search-input input {
  padding: 7px 0px 7px 35px;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
  max-width: 220px;
  border: 2px solid #6b747b;
  margin-bottom: 10px;
}

.search-input input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #21252936;
  box-shadow: 0 0 0 0.25rem #21252936;
  border-color: #36424d;
}

.search-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
}

.search-input input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
}

.search-input input::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
}

.search-input input::placeholder {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
}

.search-input img {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate3d(0, -75%, 0);
  transform: translate3d(0, -75%, 0);
}

#topnav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 200;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  /*opacity:0.9;*/
}

.sticky-nav {
  background-color: #ffffff;
  padding: 15px 0 0 0 !important;
  transition: 0.1s linear;
}

.sticky-nav .topbar {
  margin-bottom: 20px;
}

.sticky-nav .mainnav .logo img {
  /*width: 60%;*/
  /* margin-top: -20px; */
}

.sticky-search .individual-search {
  padding: 10px 0;
  background-image: none;
  display: none;
}

.sticky-nav .sticky-search .individual-search {
  display: block;
}

.sticky-nav .sticky-search .individual-search .quicksearch-wrapper-inner {
  max-width: 925px;
}

.sticky-nav .sticky-search .individual-search .quicksearch-input {
  width: 100%;
}

@media (max-width: 1400px) {
  .sticky-nav .sticky-search .individual-search .quicksearch-wrapper-inner {
    max-width: 57%;
  }
}

@media (max-width: 1600px) {
  .sticky-nav .sticky-search .individual-search .quicksearch-wrapper-inner {
    max-width: 60%;
  }
}

@media (max-width: 1200px) {
  .sticky-nav .sticky-search .individual-search {
    display: none;
  }
}

#topnav-wrapper ~ .container {
  padding-top: 180px;
}

#topnav-wrapper ~ .home-container {
  /*padding-top: 150px;*/
}

.mainnav .logo img {
  width: 120%;
  /*width: 120%;*/
  transition: 0.2s linear;

  /* margin-left: 20px;*/
}

@media (max-width: 1200px) {
  .mainnav .logo img {
    margin-top: 0;
  }
}

/*usually*/
.mainnav .logo img.logo-grey {
  display: block;
}

.mainnav .logo img.logo-white {
  display: none;
}

/*homepage black video*/

.body-62 .mainnav .logo img.logo-grey {
  display: none;
}

.body-62 .mainnav .logo img.logo-white {
  display: block;
}

.body-62 .sticky-nav .mainnav .logo img.logo-white {
  display: none;
}

.body-62 .sticky-nav .mainnav .logo img.logo-grey {
  display: block;
}

.sticky-nav .mainnav .nav a {
  color: #36424d;
}

.sticky-nav .topbar a {
  color: #36424d;
}

.sticky-nav .mainnav .buttons-block a {
  /*border: 1px solid #ffffff;*/
}

.sticky-nav .nav_item .dropdown-menu a {
  color: #36424d;
}

.nav_item .dropdown-menu a.active {
  background-color: #e13e26;
  color: #fff;
}

.sticky-nav .nav_item .dropdown-menu {
  margin-top: 25px;
  background-color: #e7e8e9;
}

.sticky-nav .nav .nav_item {
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  #topnav-wrapper .mainnav .logo img {
    width: 100px !important;
  }

  .burger-menu .button {
    right: 25px;
    top: 43px;
  }
}

@media (max-width: 1200px) {
  #topnav-wrapper .mainnav .logo img {
    width: 150px;
  }

  #topnav-wrapper ~ .container {
    padding-top: 90px;
  }

  .sticky-nav .mainnav .logo img:first-child {
    display: block;
  }

  .sticky-nav .mainnav .logo img {
    margin-top: 0;
  }
}

.mainnav .nav {
  margin-top: 10px;
  font-size: 16px;
}

.mainnav .nav > li:first-child {
  margin-left: 50px;
}

@media (max-width: 1400px) {
  .mainnav .nav > li:first-child {
    margin-left: 30px;
  }
}

@media (max-width: 1400px) {
  .mainnav .nav {
    font-size: 16px;
  }
}

.mainnav .nav a {
  font-weight: 600;
  color: #36424d;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.mainnav .nav a:hover {
  color: #6f8397;
}

@media (max-width: 720px) {
  .mainnav .buttons-block {
    margin: 0;
  }
}

@media (max-width: 1400px) {
  .mainnav .buttons-block .search-input input {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .mainnav .buttons-block .search-input input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .mainnav .buttons-block .search-input input:-ms-input-placeholder {
    font-size: 16px;
  }

  .mainnav .buttons-block .search-input input::-ms-input-placeholder {
    font-size: 16px;
  }

  .mainnav .buttons-block .search-input input::placeholder {
    font-size: 16px;
  }
}

.mainnav .buttons-block a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 20px;
}

@media (max-width: 1400px) {
  .mainnav .buttons-block a {
    font-size: 16px;
  }
}

.mainnav .buttons-block a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.mainnav .buttons-block a img {
  vertical-align: baseline;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.mainnav-text {
  font-family: "Fira Sans", sans-serif;
  color: #36424d;

  position: relative;
}

.mainnav-text p {
  margin-bottom: 35px;
}

.mainnav-text .text-b {
  font-size: 57px;
}

.text-b-home {
  font-size: 140px;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  .text-b-home {
    font-size: 78px;
  }
}

@media (max-width: 450px) {
  .mainnav-text .text-b {
    font-size: 50px;
  }
}

@media (max-width: 350px) {
  .mainnav-text .text-b {
    font-size: 45px;
  }
}

.mainnav-text .text-s {
  font-size: 18px;
  font-weight: 400;
  color: #6b747b;
  line-height: 38px;
  padding-left: 0;
}

@media (max-width: 400px) {
  .mainnav-text .text-s {
    font-size: 20px;
  }
}

.mainnav-text .text-s li {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  display: inline;
}

.mainnav-text .text-s li::after {
  content: " - ";
}

.mainnav-text .text-s li:last-child::after {
  content: "";
}

.mainnav-text a {
  color: #6b747b;
}

.footer {
  background-color: #36424d;
}

.footer .container > .row {
  padding: 0 40px;
}

.footer ul {
  padding: 0;
  margin-bottom: 0;
}

.footer a {
  display: block;
}

.footer .footer-left {
  padding: 20px 0 20px 0;
}

@media (max-width: 768px) {
  .footer .footer-left {
    padding: 20px 25px 20px 25px;
  }
}

.footer .footer-left .footer-title {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 40px;
  color: #c1c4c7;
  margin-bottom: 40px;
}

.footer .footer-left a {
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer .footer-left a:hover {
  color: #c1c4c7;
}

.footer .footer-right {
  background-color: #36424d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .footer-right .footer-logo {
  margin-bottom: 20px;
}

.footer .footer-right .footer-logo img {
  height: 52px;
}

.footer .footer-right .footer-right-menu {
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}

.footer .footer-right .footer-right-menu li::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 90%;
  height: 1px;
  margin: 13px 0;
}

.footer .footer-right .footer-right-menu li:last-child::after {
  display: none;
}

.footer .footer-right .footer-right-menu a {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer .footer-right .footer-right-menu a:hover {
  color: #c1c4c7;
}

.footer .footer-right .footer-right-menu a img {
  height: 17px;
}

.footer .footer-submenu {
  margin-left: 60px;
}

@media (max-width: 550px) {
  .footer-submenu li:last-child {
    white-space: nowrap;
  }

  .footer .footer-left {
    padding: 20px 25px 0px 25px;
  }

  .footer .footer-right {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .footer .footer-submenu {
    max-width: 100%;
    margin-left: 0;
  }
}

.footer .footer-submenu a {
  font-size: 14px;
}

.footer .footer-submenu p {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 0;
}

.burger-menu {
  position: relative;
  z-index: 999;
}

.modal-open .burger-menu {
  z-index: 1050;
}

.burger-menu .button {
  display: inline;
  position: absolute;
  right: 38px;
  top: 54px;
  z-index: 999;
  font-size: 30px;
  display: none;
}

@media (max-width: 1200px) {
  .burger-menu .button {
    display: inline;
  }
}

.burger-menu .button a {
  text-decoration: none;
}

.burger-menu .btn-open:after {
  color: black;
  content: url("../../img/fontawesome/bars.svg");
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}

.burger-menu .btn-open:hover:after {
  color: #34b484;
}

.burger-menu .btn-close {
  background: none;
}

.burger-menu .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.burger-menu .btn-close:after {
  color: #fff;
  content: url("../../img/fontawesome/close.svg");
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
}

.burger-menu .btn-close:hover:after {
  color: #000000;
}

.burger-menu .overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #666666;
  overflow-y: scroll;
  z-index: 300;
}

.burger-menu .burger-inner {
  padding-top: 120px;
  padding-bottom: 40px;
}

.burger-menu .burger-inner .burger-logo {
  position: absolute;
  top: 35px;
  left: 25%;
}

@media (max-width: 500px) {
  .burger-menu .burger-inner .burger-logo {
    left: 10%;
  }
}

.burger-menu .burger-inner .burger-logo img {
  width: 100px;
}

.burger-menu .burger-inner .burger-main-menu {
  max-width: 50%;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .burger-menu .burger-inner .burger-main-menu {
    max-width: 80%;
  }
}

.burger-menu .burger-inner .burger-main-menu .card {
  background: none;
  margin-bottom: 20px;
}

.burger-menu .burger-inner .burger-main-menu .card a {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}

.burger-menu .burger-inner .burger-main-menu .card a:last-child {
  margin-bottom: 0;
}

.burger-menu .burger-inner .burger-main-menu .burger-dropdown-item::after {
  content: "";
  display: block;
  background-color: #747474;
  width: 100%;
  height: 1px;
  margin: 13px 0;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger-dropdown-item:last-child::after {
  display: none;
}

.burger-menu .burger-inner .burger-main-menu a {
  position: relative;
  display: block;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.burger-menu .burger-inner .burger-main-menu a:hover {
  color: #c1c4c7;
}

.burger-menu .burger-inner .burger-main-menu a.btn {
  font-size: 14px;
}

.burger-menu .burger-inner .burger-main-menu a.btn:first-child {
  margin-bottom: 10px;
}

.burger-menu .burger-inner .burger-main-menu a.btn:last-child {
  color: #666666;
}

.burger-menu .burger-inner .burger-main-menu .burger_bottom-btns {
  margin: 40px 0;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  img {
  width: 14px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  input {
  max-width: 100%;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 25px;
  background: transparent;
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  input::-webkit-input-placeholder {
  font-size: 14px;
  text-align: center;
  color: #f8f9fa;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  input:-ms-input-placeholder {
  font-size: 14px;
  text-align: center;
  color: #f8f9fa;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  input::-ms-input-placeholder {
  font-size: 14px;
  text-align: center;
  color: #f8f9fa;
}

.burger-menu
  .burger-inner
  .burger-main-menu
  .burger_bottom-btns
  .search-input
  input::placeholder {
  font-size: 14px;
  text-align: center;
  color: #f8f9fa;
}

.burger-menu .burger-inner .burger-main-menu .burger_footer a {
  font-size: 18px;
  color: #ffffff;
}

#language {
  padding-bottom: 15px;
}

#language + .dropdown-menu {
  background-color: #cfd1d2;
}

.nav .nav_item {
  padding-bottom: 15px;
  position: relative;
}

.nav .nav_item-activepage::before {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  background-color: #e13e26;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.nav_item .dropdown-menu {
  margin-top: 15px;
  border-top: 5px solid #36424d;
  background-color: #cfd1d2;
  padding: 0;
  border-radius: 0;
}

.nav_item .dropdown-menu a {
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 400;
}

.nav_item .dropdown-menu a:hover,
.nav_item .dropdown-menu a:focus,
.nav_item .dropdown-menu a:active {
  background-color: #e13e26;
  color: #ffffff;
}

@media all and (min-width: 992px) {
  .nav_item .dropdown-menu {
    display: none;
  }

  .nav_item:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-toggle::after {
  display: none;
}

.making {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .making {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.making .search-input input {
  max-width: 270px;
  padding: 9px 0px 9px 50px;
  color: #ffffff;
  background-color: #e13e26;
  -webkit-box-shadow: 0 0 0 0.25rem #e13e2621;
  box-shadow: 0 0 0 0.25rem #e13e2621;
  border-color: #e13e26;
}

.making .search-input input::-webkit-input-placeholder {
  color: #ffffff;
}

.making .search-input input:-ms-input-placeholder {
  color: #ffffff;
}

.making .search-input input::-ms-input-placeholder {
  color: #ffffff;
}

.making .search-input input::placeholder {
  color: #ffffff;
}

.making .search-input img {
  -webkit-transform: translate3d(0, -75%, 0);
  transform: translate3d(0, -75%, 0);
  left: 25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.making .making-content {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .making .making-content {
    margin-left: 0;
  }
}

.search-careers button {
  padding: 9px 0px 9px 35px;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  color: #36424d;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
  max-width: 220px;
  border: 2px solid #6b747b;
  margin-bottom: 10px;
}

.making .search-careers button,
.why-text .search-careers button {
  max-width: 390px;
  padding: 9px 20px 9px 50px;
  color: #ffffff;
  background-color: #e13e26;
  border: 0;
}

.functions-3 {
  overflow: hidden;
  margin-bottom: 90px;
  padding: 0;
}

.functions-3 .functions_items {
  padding: 0;
}

.functions-3 .functions_items .function_item .function_item-content {
  position: relative;
  overflow-x: hidden;
  height: 100%;
}

.functions-3 .functions_items .function_item .function_item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.functions-3 .functions_items .function_item .function_item-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(255, 255, 255, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, black);
}

.functions-3 .functions_items .function_item p {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
}

.functions-3 .functions_items p span {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  line-height: 26px;
}

@media (max-width: 350px) {
  .functions-3 .functions_items .function_item p {
    left: 10px;
  }
}

.functions-3 .functions_items .function_item {
  color: #fff;
}

.functions-3 .functions_items .function_item p:hover {
  color: #e13e26 !important;
}

.why {
  background-color: #e8e7e7;
  position: relative;
}

.why .row {
  --bs-gutter-x: 0;
}

.why .why-content {
  padding: 40px 0 0;
}

.why .why-text {
  padding-left: 63px;
}

.why .why-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .why .why-text {
    padding-left: inherit;
    padding-bottom: 0px;
  }
}

.why .why-image {
  padding: 0;
  margin-bottom: var(--bs-gutter-y);
}

/*
.why .why-image img:first-child {
  position: absolute;
  top: 70px;
  left: 0;
  width: 15%;
}
*/
@media (max-width: 1366px) {
  /*  .why .why-image img:first-child {
    width: 15%;
  }
*/
  /*  .why .link-imgs img {
    width: 15%;
  }
*/
}

@media (max-width: 1200px) and (min-width: 992px) {
  .why p {
    line-height: 28px;
  }
}

.why .why-image img:last-child {
  width: 100%;
}

/*
.why .link-imgs img {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 15%;
}
*/
@media (max-width: 992px) {
  /*  .why .why-image img:first-child {
    width: 30%;
  }
*/

  /*
  .why .link-imgs img {
    width: 30%;
  }

 */
}

.join {
  background: url("../img/join_img.png") no-repeat;
  background-size: cover;
  background-color: #0e1112;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .join {
    margin-bottom: 60px;
  }
}

.join .join-wrapper {
  max-width: 1000px;
}

.join .section-title {
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

.join .section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}

.join .email-input {
  position: relative;
}

.join .email-input input {
  width: 90%;
  margin: 0 auto;
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  border-radius: 0;
  line-height: 1.1;
}

@media (max-width: 769px) {
  .join .email-input input {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .join .email-input input {
    font-size: 16px;
  }
}

.join .email-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.join .email-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.join .email-input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.join .email-input input::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

@media (max-width: 769px) {
  .join .email-input input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input:-ms-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input::-ms-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .join .email-input input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input:-ms-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input::-ms-input-placeholder {
    font-size: 16px;
  }

  .join .email-input input::placeholder {
    font-size: 16px;
  }
}

.join .email-input button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 67px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.join .email-input button img {
  height: 34px;
}

@media (max-width: 769px) {
  .join .email-input button {
    right: 40px;
  }
}

@media (max-width: 550px) {
  .join .email-input button {
    right: 30px;
  }
}

@media (max-width: 550px) {
  .join .email-input button img {
    height: 23px !important;
    width: inherit !important;
  }
}

.news {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(#cdcdcd)
  );
  background: linear-gradient(180deg, white 0%, #cdcdcd 100%);
  padding-bottom: 40px;
}

.news .news-text {
  max-width: 900px;
  margin: 0 auto;
}

.news .news-text h2 {
  color: #36424d;
  line-height: 1.2;
  font-weight: 500;
}

.news .news-text .subtitle {
  margin-bottom: 20px;
}

.news button.slick-prev.slick-arrow,
.sliders-list_partners button.slick-prev.slick-arrow {
  position: relative;
  width: 30px;
  overflow: hidden;
  background: transparent;
  border: 0;
  position: absolute;
  left: 5px;
  right: auto;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 0;
}

.sliders-list_partners button.slick-prev.slick-arrow {
  top: 40% !important;
}

.news button.slick-prev.slick-arrow:after,
.sliders-list_partners button.slick-prev.slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-left.png") center no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

.news button.slick-next.slick-arrow,
.sliders-list_partners button.slick-next.slick-arrow {
  position: relative;
  width: 40px;
  overflow: hidden;
  background: transparent;
  border: 0;
  position: absolute;
  left: auto;
  right: 5px;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  font-size: 0;
}

.sliders-list_partners button.slick-next.slick-arrow {
  top: 40% !important;
}

.news button.slick-next.slick-arrow:after,
.sliders-list_partners button.slick-next.slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-right.png") center no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

.news .sliders-list.slick-initialized.slick-slider {
  position: relative;
}

.news .sliders-list {
  margin-bottom: 60px;
}

.news .single-slider {
  padding: 30px 0;
  position: relative;
  overflow-y: hidden;
}

@media (max-width: 500px) {
  .news button.slick-prev.slick-arrow,
  .news button.slick-next.slick-arrow,
  .sliders-list_partners button.slick-next.slick-arrow,
  .sliders-list_partners button.slick-prev.slick-arrow {
    height: 20px;
    width: 20px;
  }

  .sliders-list_partners;
}

.news .single-slider:hover .slider-text .slider-text-title{
  color:#e13e26;
}



.news .slider-img {
  position: relative;
}

.news .slider-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 0, 0, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, black 100%);
}

.news .slider-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #0d676b),
    to(#0c484b)
  );
  background: linear-gradient(180deg, #da880d 50%, #8a7503 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.news .slider-img img {
  display: block;
  width: 100%;
}

.news .single-slider.slick-slide {
  padding: 10px;
}

.news .sliders-list.slick-initialized.slick-slider {
  padding: 0 40px;
}

@media (max-width: 500px) {
  .news .sliders-list.slick-initialized.slick-slider {
    padding: 0 25px;
  }
}

.news .slider-text {
  position: absolute;
  bottom: 35px;
  left: 30px;
  padding-right: 35px;
}

.news .slider-text-date {
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.news .slider-text-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  max-height: 140px;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .news .slider-text-date {
    margin-bottom: 10px;
  }

  .news .slider-text-title {
    font-size: 16px;
    line-height: 22px;
  }

  .news .slider-text-title {
    max-height: 100px;
  }

  .news .slider-item-hover {
    top: 30px;
  }

  .news .slider-item-hover a {
    font-size: 16px;
  }

  .news .slider-item-hover .slider-text-title,
  .news .slider-item-hover a {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .news .slider-item-hover a {
    margin-top: 10px !important;
  }
}

.news .slider-item-hover {
  max-width: 80%;
  position: absolute;
  top: 60px;
  left: 30px;
  -webkit-transition: 0.3s cubic-bezier(1, 0.2, 0.8, 0.92);
  transition: 0.3s cubic-bezier(1, 0.2, 0.8, 0.92);
  visibility: hidden;
  opacity: 0;
}

.news .slider-item-hover .slider-text-title {
  margin-bottom: 30px;
}

.news .slider-item-hover .slider-text-date {
  font-size: 14px;
}

@media (max-width: 600px) {
  .news .slider-item-hover .slider-text-title {
    font-size: 16px;
  }

  .news .slider-item-hover {
    top: 50px;
    left: 30px;
  }
}

@media (max-width: 500px) {
  .news .slider-item-hover .slider-text-title {
    margin-bottom: 10px;
  }
}

.news .slider-item-hover p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1350px) and (min-width: 1200px) {
  .sliders-list p {
    line-height: 28px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .sliders-list p {
    line-height: 24px;
  }

  .news .slider-item-hover .slider-text-title {
    margin-bottom: 10px;
  }

  .resources .slider-item-hover p.slider-text-title {
    margin-bottom: 10px;
  }
}

.news .slider-item-hover a {
  font-family: "Public Sans", sans-serif;

  color: #ffffff;
  margin-top: 20px;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .news .slider-item-hover a {
    margin-top: 20px;
  }
}

.news .slider-item-hover a:hover {
  color: #e13e26;
}

.news .slider-item-hover img {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.news .btn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.steps {
  padding: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c0c3c6),
    color-stop(15%, white),
    to(#e4e6e7)
  );
  background: linear-gradient(180deg, #c0c3c6 0%, white 15%, #e4e6e7 100%);
}

.steps .register_btns {
  width: 100%;
}

.steps h2 {
  color: #fff;
}

.steps-pre {
  position: relative;
}

.steps-pre > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/*
.steps .steps-circles {
  padding-bottom: 190px;
}

@media (max-width: 992px) {
  .steps .steps-circles {
    padding-bottom: 90px;
  }
}
*/
.steps h2 {
  text-align: center;
  width: 100%;
}

.steps img {
  width: 100%;
}

@media (max-width: 992px) {
  .steps-pre > div {
    position: unset;
    transform: none;
  }

  .steps h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .steps-pre .register_btns {
    position: absolute;
    top: 100%;
  }

  .steps {
    padding: 0px 0 120px 0;
  }
}

@media (max-width: 767px) {
  .steps h2 {
    font-size: 18px;
  }

  .steps {
    padding: 0px 0 180px 0;
  }
}

/*
.steps ul {
  position: relative;
}

@media (max-width: 992px) {
  .steps ul {
    min-height: 600px;
  }
}

.steps ul:before {
  content: "";
  width: 95%;
  background-color: #E13E26;
  position: absolute;
  top: 50%;
  height: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .steps ul:before {
    width: 7px;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
}

.steps li {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  border: 7px solid #E13E26;
  display: inline-block;
  color: white;
  font-size: 1em;
  z-index: 2;
  position: relative;
}

@media (max-width: 992px) {
  .steps li:nth-child(2n) span.marker-text {
    left: 150px;
  }
}

@media (max-width: 500px) {
  .steps li:nth-child(2n) span.marker-text {
    left: 110px;
  }
}

@media (max-width: 992px) {
  .steps li:nth-child(2n + 1) span.marker-text {
    left: -110px;
  }
}

@media (max-width: 500px) {
  .steps li:nth-child(2n + 1) span.marker-text {
    left: -70px;
  }
}

.steps span.marker-text {
  font-size: 25px;
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #36424d;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 500px) {
  .steps span.marker-text {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .steps span.marker-text {
    top: -50%;
  }
}
*/
.steps .register_btns a {
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
}

.steps .register_btns a.btn-outline-success:hover {
  color: #e13e26;
}

@media (max-width: 400px) {
  .steps .register_btns a {
    min-width: 250px;
  }
}

.mapsection {
  padding-top: 50px;
}

.mapsection #map {
  min-height: 800px;
  margin-bottom: 60px;
}

.mapsection .nav-tabs {
  border-bottom: none;
  padding: 0;
}

.mapsection .nav-tabs .active {
  background: #e8e7e7;
  border: none;
}

.mapsection .nav-tabs button {
  font-weight: 600;
  font-size: 30px;
  color: #6b747b;
  border-radius: 15px 15px 0 0;
  padding: 15px;
}

@media (max-width: 769px) {
  .mapsection .nav-tabs button {
    font-size: 24px;
    padding: 20px;
  }
}

@media (max-width: 661px) {
  .mapsection .nav-tabs button {
    font-size: 16px;
    padding: 12px;
  }
}

@media (max-width: 451px) {
  .mapsection .nav-tabs button {
    font-size: 12px;
    padding: 6px;
  }
}

.locations {
  padding: 60px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e8e7e7),
    to(#989898)
  );
  background: linear-gradient(180deg, #e8e7e7 0%, #989898 100%);
}

.locations .locations-card {
  padding: 25px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6b747b),
    to(#303438)
  );
  background: linear-gradient(180deg, #6b747b 0%, #303438 100%);
  min-height: 400px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.locations .locations-card:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e13e26),
    to(#0b5734)
  );
  background: linear-gradient(180deg, #e13e26 0%, #0b5734 100%);
}

.locations .locations-card p {
  color: #ffffff;
}

.locations .locations-card h3.card-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.locations .locations-card p.card-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.locations .locations-card p.card-text:first-of-type {
  margin-bottom: 50px;
}

.locations .active-card {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e13e26),
    to(#0b5734)
  );
  background: linear-gradient(180deg, #e13e26 0%, #0b5734 100%);
}

#map .gm-style .gmnoprint button[title="Zoom in"] {
  background-color: #e13e26 !important;
  border-radius: 1rem 1rem 0 0;
}

#map .gm-style .gmnoprint button[title="Zoom in"] img {
  width: 14px !important;
  width: 14px !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#map .gm-style .gmnoprint button[title="Zoom out"] {
  background-color: #e13e26 !important;
  border-radius: 0 0 1rem 1rem;
}

#map .gm-style .gmnoprint button[title="Zoom out"] img {
  width: 14px !important;
  width: 14px !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#map .gm-style .gmnoprint > div {
  background: none !important;
}

.question {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, white),
    to(#cdcdcd)
  );
  background: linear-gradient(180deg, white 60%, #cdcdcd 100%);
  margin-top: 40px;
  padding-bottom: 90px;
}

@media (max-width: 500px) {
  .question {
    margin-top: 10px;
  }
}

.question .question-title,
.related-resources .question-title {
  font-size: 40px;
  font-family: "Fira Sans", sans-serif;
  color: #36424d;
  line-height: 71px;
  text-align: center;
  font-weight: 500;
  margin: 0 -5%;
}

@media (max-width: 1450px) {
  .question .question-title,
  .related-resources .question-title {
    font-size: 40px;
    margin: 0;
  }
}

.question .button-single a {
  padding-right: 45px;
  position: relative;
  color: #e13e26;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  font-size: 18px;
}

.question .button-single a:hover {
  color: #ffffff;
}

.question .button-single a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.question .button-single img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  height: 24px;
}

.question form.market-form {
  margin-top: 50px;
}

.question form.market-form .container {
  max-width: 1025px;
}

.question form.market-form select,
.footer-modals form.market-form select {
  position: relative;
  background: url("../img/select_arrow.png") no-repeat calc(100% - 10px);
}

.question form.market-form select img,
.footer-modals form.market-form select img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 20px;
}

@media (max-width: 440px) {
  .question form.market-form select.client-select,
  .footer-modals form.market-form select.client-select {
    font-size: 16px;
  }
}

.question form.market-form select.client-select option,
.footer-modals form.market-form select.client-select option {
  text-align: center;
}

.question form.market-form select.client-select option:first-child,
.footer-modals form.market-form select.client-select option:first-child {
  text-align: left;
}

.question form.market-form .form-control,
.footer-modals form.market-form .form-control {
  padding: 12px 10px;
  color: #6b747b;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #6b747b;
  border-radius: 0;
}

.question form.market-form .form-control:focus,
.footer-modals form.market-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.question form.market-form .form-control::-webkit-input-placeholder,
.footer-modals form.market-form .form-control::-webkit-input-placeholder {
  color: #6b747b;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.question form.market-form .form-control:-ms-input-placeholder,
.footer-modals form.market-form .form-control:-ms-input-placeholder {
  color: #6b747b;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.question form.market-form .form-control::-ms-input-placeholder,
.footer-modals form.market-form .form-control::-ms-input-placeholder {
  color: #6b747b;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.question form.market-form .form-control::placeholder,
.footer-modals form.market-form .form-control::placeholder {
  color: #6b747b;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.question form.market-form textarea.form-control,
.footer-modals form.market-form textarea.form-control {
  border: 1px solid #6b747b;
  border-radius: 0;
}

.question form.market-form .accept_terms a,
.footer-modals form.market-form .accept_terms a {
  color: #000000;
}

.question .checkbox-custom,
.footer-modals .checkbox-custom {
  display: block;
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.question .checkbox-custom input,
.footer-modals .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.question .checkmark,
.footer-modals .checkmark {
  position: absolute;
  top: -5px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: gray;
  border-radius: 5px;
}

.question .checkbox-custom:hover input ~ .checkmark,
.footer-modals .checkbox-custom:hover input ~ .checkmark {
  background-color: #e13e26;
}

.question .checkbox-custom input:checked ~ .checkmark,
.footer-modals .checkbox-custom input:checked ~ .checkmark {
  background-color: #e13e26;
}

.question .checkmark:after,
.footer-modals .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.question .checkbox-custom input:checked ~ .checkmark:after,
.footer-modals .checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}

.question .checkbox-custom .checkmark:after,
.footer-modals .checkbox-custom .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.question button,
.footer-modals button {
  max-width: 180px;
  font-size: 18px;
}

.advantages {
  /* margin-top: 60px;
  margin-bottom: 60px; */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(#e5e6e7)
  );
  background: linear-gradient(180deg, white 0%, #e5e6e7 100%);
}

@media (max-width: 992px) {
  .advantages {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .register_btns {
    text-align: center;
  }
}

@media (max-width: 448px) {
  .advantages .register_btns a:first-child {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 449px) and (max-width: 470px) {
  .advantages .register_btns a:first-child {
    margin-right: 0 !important;
  }
}

.register_btns {
  margin-top: 20px;
}

.advantages .advantages-content {
  margin-top: 10px;
}

.advantages .register_btns a {
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
}

.advantages .register_btns a:first-child {
  margin-right: 20px;
}

.advantages .advantages-content ul {
  margin-top: 40px;
  padding-left: 0;
}

.advantages .advantages-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  color: #36424d;
  font-weight: 700;
}

.advantages .advantages-content ul li::before {
  /*  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/advantages_check.png");
  background-size: cover;
  padding: 16px;
  margin-top: 5px;
  margin-right: 20px;
 */
}

.advantages .advantages-content ul li:last-child {
  margin-bottom: 0;
}

.advantages .advantages-content ul li img {
  margin-right: 20px;
  height: 100%;
  margin-top: 5px;
}

.advantages .nav-tabs {
  border-bottom: none;
}

.advantages .nav-tabs button {
  font-weight: 600;
  font-size: 25px;
  color: #6b747b;
  border-radius: 15px 15px 0 0;
  padding: 25px;
}

@media (max-width: 769px) {
  .advantages .nav-tabs button {
    font-size: 24px;
    padding: 20px;
  }
}

@media (max-width: 521px) {
  .advantages .nav-tabs button {
    font-size: 16px;
    padding: 12px;
  }
}

.suppliers {
  margin-bottom: 60px;
}

.suppliers .container {
  padding: 0;
}

.suppliers .suppliers-title {
  text-align: center;
  color: #6b747b;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 769px) {
  .suppliers .suppliers-title {
    margin-bottom: 50px;
  }
}

.suppliers .icons-row {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .suppliers .icons-row {
    margin-bottom: 25px;
  }
}

.suppliers .icons-row:last-child {
  margin-bottom: 0;
}

.support {
  background-color: #e8e7e7;
  position: relative;
}

.support .support-content {
  padding: 60px 0;
}

.support .support-text {
  padding-left: 63px;
}

.support .support-text h2 {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .support .support-text {
    padding-left: 0.75rem;
    padding-bottom: 50px;
  }
}

/*.support .support-image img:first-child {
  position: absolute;
  top: 115px;
  left: 0;
  width: 15%;
}*/

.support .support-image img:last-child {
  width: 100%;
  /*margin-left: 50px;*/
}

/*
.support .link-imgs img {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 15%;
}
*/
@media (max-width: 1366px) {
  /* .support .support-image img:first-child {
    width: 15%;
  }

  .support .link-imgs img {
    width: 15%;
  }
  */
}

@media (max-width: 991px) {
  /*  .support .support-image img:first-child {
    width: 30%;
  }

  .support .link-imgs img {
    width: 30%;
  }
*/
}

@media (max-width: 1200px) and (min-width: 992px) {
  .support p {
    line-height: 28px;
  }
}

/* Training Video Template */
.video-bucket .title {
  background: #e9eaec;
  padding: 10px;
}

/* Quick Search */
.quick_search {
  position: relative;
  padding: 40px 0 0px 0;
  color: #ffffff;
  background-color: #ffffff;
}

@media (max-width: 1025px) {
  .quick_search .link-imgs {
    display: none;
  }
}

.quick_search .link-imgs img {
  position: absolute;
  width: 13%;
}

.quick_search .link-imgs img:first-child {
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.quick_search .link-imgs img:last-child {
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.quick_search .quicksearch-wrapper-inner {
  margin-bottom: 30px;
}

.quick_search .quicksearch-input {
  position: relative;
}

.quick_search .quicksearch-input input {
  margin: 0 auto;
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  border-radius: 0;
  line-height: 1.2;
  border: 2px solid #6b747b;
  padding: 17px 38px;
}

.quick_search .quicksearch-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.quick_search .quicksearch-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.quick_search .quicksearch-input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.quick_search .quicksearch-input input::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

@media (max-width: 550px) {
  .quick_search .quicksearch-input input {
    font-size: 14px;
  }
}

.quick_search .quicksearch-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.quick_search .quicksearch-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.quick_search .quicksearch-input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.quick_search .quicksearch-input input::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

@media (max-width: 550px) {
  .quick_search .quicksearch-input input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .quick_search .quicksearch-input input:-ms-input-placeholder {
    font-size: 14px;
  }

  .quick_search .quicksearch-input input::-ms-input-placeholder {
    font-size: 14px;
  }

  .quick_search .quicksearch-input input::placeholder {
    font-size: 14px;
  }

  .quick_search .quicksearch-input input {
    padding: 10px 30px 10px 10px;
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .quick_search .quicksearch-input input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .quick_search .quicksearch-input input:-ms-input-placeholder {
    font-size: 11px;
  }

  .quick_search .quicksearch-input input::-ms-input-placeholder {
    font-size: 11px;
  }

  .quick_search .quicksearch-input input::placeholder {
    font-size: 11px;
  }

  .quick_search .quicksearch-input input {
    font-size: 11px;
  }

  .quick_search .quicksearch-input button img {
    height: 18px !important;
  }
}

@media (max-width: 580px) {
  .quick_search .quicksearch-wrapper-inner {
  }
}

.quick_search .quicksearch-input button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.quick_search .quicksearch-input button img {
  height: 24px;
}

@media (max-width: 550px) {
  .search-table {
    margin-bottom: 100px;
  }
}

.quick_search h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
}

.quick_search p {
  color: #ffffff;
}

.search-table {
  margin-bottom: 100px;
}

.search-table .main-filter {
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.search-table .main-filter .form-control {
  color: #6b747b;
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  border: none;
  border-bottom: 3px solid #6b747b;
  border-radius: 0;
}

.search-table .main-filter .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-table .main-filter .form-control::-webkit-input-placeholder {
  color: #6b747b;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.search-table .main-filter .form-control:-ms-input-placeholder {
  color: #6b747b;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.search-table .main-filter .form-control::-ms-input-placeholder {
  color: #6b747b;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.search-table .main-filter .form-control::placeholder {
  color: #6b747b;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

.search-table .main-filter select {
  position: relative;
  background: url("../img/select_arrow_gray.png") no-repeat calc(100% - 10px);
}

.main-filter .selectize-input {
  border: none;
  background: none;
  min-height: unset;
}

.main-filter .selectize-input.focus {
  border: none;
  box-shadow: none;
}

.main-filter .selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: none;
}

.main-filter .selectize-input.full {
  background: none;
}

.main-filter .selectize-input {
  color: #6b747b;
  position: unset;
}

.selectize-dropdown [data-selectable] .highlight {
  background: #e13e26;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  white-space: nowrap;
}

.main-filter .selectize-control.single {
  position: relative;
  padding-right: 45px;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/select_arrow_gray.png") center no-repeat;
  background-size: cover;
  content: "";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
  filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
}

.search-table .button-single {
  margin-bottom: 60px;
  margin-top: 60px;
}

.search-table .button-single a {
  padding-right: 45px;
  position: relative;
  color: #e13e26;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  font-size: 18px;
}

.search-table .button-single a:hover {
  color: #ffffff;
}

.search-table .button-single a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.search-table .button-single img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  height: 24px;
}

.search-table .add-filter {
  --bs-gutter-y: 4.2rem;
  margin-bottom: 90px;
  display: none;
}

.search-table .add-filter label {
  margin-bottom: 20px;
  font-size: 20px;
  color: #6b747b;
}

.search-table .add-filter .form-control {
  font-weight: 200;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  border: 2px solid #c1c4c7;
}

.search-table .add-filter .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c1c4c7;
}

.search-table .add-filter .form-control::-webkit-input-placeholder {
  font-weight: 200;
  font-style: italic;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}

.search-table .add-filter .form-control:-ms-input-placeholder {
  font-weight: 200;
  font-style: italic;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}

.search-table .add-filter .form-control::-ms-input-placeholder {
  font-weight: 200;
  font-style: italic;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}

.search-table .add-filter .form-control::placeholder {
  font-weight: 200;
  font-style: italic;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
}

.main-table {
  position: relative;
}

.main-table p {
  font-weight: 600;
  font-size: 20px;
}

.main-table .scrollbar_wrapper {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 15px;
  position: sticky;
  top: 170px;
  z-index: 100;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .main-table .scrollbar_wrapper {
    top: -2px;
  }
}

@media (max-width: 765px) {
  .main-table .scrollbar_wrapper {
    display: none;
  }
}

.main-table .scrollbar_wrapper .custom_scrollbar {
  width: 3200px;
  height: 1px;
}

.main-table .scrollbar_wrapper::-webkit-scrollbar {
  background-color: #c1c4c7;
  height: 25px;
}

.main-table .scrollbar_wrapper::-webkit-scrollbar-button {
  width: 0px;
}

.main-table .scrollbar_wrapper::-webkit-scrollbar-thumb {
  background: url("../img/aweawea.png") center no-repeat;
  background-color: #e13e26;
}

.main-table .search-threeBtns .btn {
  width: 100%;
  padding-right: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .main-table .dataTables_scrollBody {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media (min-width: 768px) {
  .main-table .dataTables_scrollBody::-webkit-scrollbar {
    display: none;
  }
}

.main-table .countrows {
  position: absolute;
  top: 60%;
  z-index: 10000;
  left: 50vw;
  border-radius: 1.25rem;
  background-color: #e13e26;
  padding: 15px 20px;
}

@media (max-width: 1200px) {
  .main-table .countrows {
    left: 10vw;
  }
}

@media (max-width: 600px) {
  .main-table .countrows {
    display: none;
  }
}

.main-table .countrows span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.main-table .countrows img {
  margin-left: 150px;
  vertical-align: middle;
  height: 20px;
}

@media (max-width: 1200px) {
  .main-table .countrows img {
    margin-left: 60px;
  }
}

.main-table .clear-search {
  margin-bottom: 25px;
  text-align: right;
}

#plastics-search-form .clear-search {
  margin-top: 12px;
  text-align: center;
}

#plastics-search-form .clear-search img,
.main-table .clear-search img {
  margin-right: 10px;
  height: 20px;
}

#plastics-search-form .clear-search a,
.main-table .clear-search a {
  color: #36424d;
  font-weight: 600;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  top: 50%;
  bottom: unset;
  transform: translate3d(0, -50%, 0);
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 35px !important;
  border: 1px solid #c1c4c6;
}

.main-table table thead {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.main-table table thead th {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3d4246),
    to(#6b747b)
  );
  background: linear-gradient(0deg, #3d4246 0%, #6b747b 100%);
  white-space: nowrap;
  padding: 20px;
  border: 1px solid #c1c4c6;
}

.main-table table tbody .checkbox-custom {
  display: block;
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-table table tbody .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main-table table tbody .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #6b747b;
  border-radius: 5px;
}

.main-table table tbody .checkbox-custom:hover input ~ .checkmark {
  background-color: #e13e26;
  border: 1px solid #e13e26;
}

.main-table table tbody .checkbox-custom input:checked ~ .checkmark {
  background-color: #e13e26;
  border: 1px solid #e13e26;
}

.main-table table tbody .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.main-table table tbody .checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}

.main-table table tbody .checkbox-custom .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-table table tbody .odd {
  background-color: #e8e7e7;
}

.main-table table tbody .odd:hover {
  background-color: #d8efe4;
}

.main-table table tbody .even {
  background-color: #f6f5f5;
}

.main-table table tbody .even:hover {
  background-color: #d8efe4;
}

.main-table table tbody .selected-row {
  background-color: #d8efe4;
}

.main-table table tbody tr td {
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #36424d;
  padding: 5px 10px;
  white-space: nowrap;
}

.main-table table tbody tr td:first-child {
  text-align: center;
}

.main-table table tbody tr td:nth-child(2) {
  /* color: #E13E26; */
}

#page-4088 .main-table table tbody tr td:nth-child(2) {
  color: inherit;
}

.main-table table tbody tr td:nth-child(2) a {
  color: #e13e26;
}

.main-table table tbody tr td:nth-child(5) {
  text-align: center;
}

#page-4088 .main-table table tbody tr td:nth-child(5) {
  text-align: left;
}

.main-table table tbody tr td:nth-child(5) img {
  width: 25px;
}

.main-table .dataTables_wrapper .dataTables_paginate ul.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate3d(-35%, 0, 0);
  transform: translate3d(-35%, 0, 0);
}

@media (max-width: 1200px) {
  .main-table .dataTables_wrapper .dataTables_paginate ul.pagination {
    -webkit-transform: none;
    transform: none;
  }
}

.main-table
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li:first-child
  a {
  border: none;
  background: url("../img/pagination-arrow-left.png") center no-repeat;
  height: 100%;
  margin-right: 0;
}

.main-table
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li:first-child
  a::after {
  display: none;
}

.main-table
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li:nth-last-child(-n + 2)
  a {
  margin-right: 0;
}

.main-table
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li:nth-last-child(-n + 2)
  a::after {
  display: none;
}

.main-table
  .dataTables_wrapper
  .dataTables_paginate
  ul.pagination
  li:last-child
  a {
  border: none;
  background: url("../img/pagination-arrow-right.png") center no-repeat;
  height: 100%;
  margin-right: 0;
}

.main-table .dataTables_wrapper .dataTables_paginate ul.pagination li a {
  border: 1px solid #e13e26;
  background-color: white;
  color: #6b747b;
  position: relative;
  font-size: 16px;
  text-align: center;
  padding: 8px 11.5px;
  line-height: 1;
}

.main-table .dataTables_wrapper .dataTables_paginate ul.pagination li a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-table .dataTables_wrapper .dataTables_paginate ul.pagination li.active a {
  background-color: #e13e26;
  color: #ffffff;
}

.main-table .dataTables_length {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #6b747b;
}

@media (max-width: 1200px) {
  .main-table .dataTables_length {
    bottom: -75px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.main-table .dataTables_length select {
  font-size: 16px;
  font-weight: 400;
  color: #6b747b;
  padding-right: 25px;
  border: none;
  border-bottom: 3px solid #6b747b;
  border-radius: 0;
  position: relative;
  background: url("../img/entryselectarrow.png") no-repeat calc(100% - 5px);
  background-size: 20px;
}

.main-table .dataTables_length select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-table .dataTables_wrapper {
  position: relative;
}

.main-table .dataTables_wrapper .dataTables_info {
  font-size: 16px;
  font-weight: 400;
  color: #6b747b;
  padding-top: 0;
}

#maintable_wrapper .row:last-child {
  margin-top: 75px;
}

.main-table #maintable_filter {
  display: none;
}

.main-table td span.country {
  display: block;
  width: 400px;
  overflow: hidden;
  height: auto;
  margin: 0.5em 0;
  font-size: 0.8em;
  line-height: 1.4em;
  white-space: normal;
}

.main-table td span.country.long {
  height: 3em;
  margin-bottom: 2em;
}

.main-table td span.viewmore {
  display: block;
  position: relative;
  margin: -1.75em 0 0.5em;
  font-size: 0.8em;
  color: #159b5c;
  cursor: pointer;
}

.main-table td span.item {
  display: block;
  line-height: 1.4em;
}

.main-table td span.item .unit {
}

.main-table td span.item .unit sup,
.main-table td span.item .unit sub {
  line-height: 0;
}

.main-table .controls {
}

.main-table .controls .item {
  display: inline-block;
  padding: 3px;
  background: #c2c4c7;
  border-radius: 100px;
}

.main-table .controls .item .option {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  min-width: 50px;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #c2c4c7;
  border-radius: 100px;
  text-align: center;
  color: #fff;
}

.main-table .controls .item .option:not(.active):hover {
  cursor: pointer;
  background: #585f65;
}

.main-table .controls .item .option.active {
  background: #159b5c;
  color: #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

ul.ui-autocomplete {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  max-width: 952px;
  max-height: 350px;
  overflow-y: scroll;
  padding-left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  ul.ui-autocomplete {
    font-size: 16px;
    z-index: 2;
  }
}

ul.ui-autocomplete > li {
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  ul.ui-autocomplete > li {
    padding: 5px;
  }
}

ul.ui-autocomplete > li:hover {
  background-color: #d8efe4;
}

.separator {
  position: relative;
  padding: 60px 0 60px 0;
  color: #ffffff;
  background-color: #36424d;
}

@media (max-width: 1025px) {
  .separator .link-imgs {
    display: none;
  }
}

.separator .link-imgs img {
  position: absolute;
}

.separator .link-imgs img:first-child {
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.separator .link-imgs img:last-child {
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.separator h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.separator p {
  color: #ffffff;
}

.functions-6 {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
  /*max-width: 1366px;*/
}

.functions-6 .functions_items {
  padding: 0;
}

.functions-6 .functions_items .function_item .function_item-content {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  /*max-width: 407px;*/
}

@media (max-width: 992px) {
  .functions-6 .functions_items .function_item .function_item-content {
    max-width: unset;
  }
}

.functions-6 .functions_items .function_item .function_item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.functions-6 .functions_items .function_item .function_item-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(255, 255, 255, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, black);
}

.functions-6 .functions_items .function_item p {
  position: absolute;
  bottom: 40px;
  left: 25px;
  font-size: 30px;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
}

.functions-6 .functions_items .function_item p:hover {
  color: #e13e26;
}

.solutions {
  /* background-color: #e8e7e7;*/
  padding: 60px 0 50px 0;
}

.solutions .functions-6 {
  max-width: 1600px;
}

.solutions .solutions-text {
  max-width: 980px;
  margin: 0 auto;
}

.solutions .solutions-text h2 {
  color: #000000;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.solutions .solutions-text .subtitle {
  margin-bottom: 50px;
}

.solutions .functions-6 .function_item p {
  bottom: 20px;
}

.solutions .functions-6 .functions-single .function_item-content {
  max-height: 400px;
  min-height: unset;
  max-width: unset;
}

.solutions .functions-6 .functions-quad .function_item-content {
  max-height: 190px;
  min-height: unset;
}

@media (max-width: 720px) {
  .solutions .functions-6 .functions-quad .function_item-content p {
    font-size: 30px;
  }
}

@media (max-width: 570px) {
  .solutions .functions-6 .functions-quad .function_item-content p {
    font-size: 18px;
    bottom: 10px;
    left: 5px;
  }
}

.resources .container {
  max-width: 1750px;
}

.resources .resources-text {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.resources .resources-text h2 {
  color: #36424d;
  line-height: 71px;
  font-weight: 500;
}

.resources .resources-text .subtitle {
  margin-bottom: 30px;
}

.resources button.slick-prev.slick-arrow {
  position: relative;
  width: 30px;
  overflow: hidden;
  background: transparent;
  border: 0;
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 0;
}

.resources button.slick-prev.slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-left.png") center no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

.resources button.slick-next.slick-arrow {
  position: relative;
  width: 40px;
  overflow: hidden;
  background: transparent;
  border: 0;
  position: absolute;
  left: auto;
  right: 0px;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  font-size: 0;
}

.resources button.slick-next.slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/arrow-right.png") center no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

.resources .sliders-list.slick-initialized.slick-slider {
  position: relative;
}

.resources .sliders-list {
  margin-bottom: 5px;
}

.resources .single-slider {
  padding: 5px 0;
  position: relative;
}

@media (max-width: 500px) {
  .resources .single-slider {
    padding: 0;
  }
}

.resources .single-slider:hover .slider-text {
  opacity: 0;
}

.resources .single-slider:hover .slider-img:before {
  visibility: visible;
  opacity: 1;
}

.resources .single-slider:hover .slider-item-hover {
  opacity: 1;
  visibility: visible;
  z-index: 10000000;

  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.resources .without-hover:hover .slider-text {
  opacity: 1 !important;
}

.resources .without-hover:hover .slider-img:before {
  opacity: 1 !important;
}

.resources .without-hover:hover .slider-img::before {
  visibility: collapse;
  opacity: initial;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.resources .slider-img {
  position: relative;
}

.resources .slider-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 0, 0, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, black 100%);
}

.resources .slider-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #0d676b),
    to(#0c484b)
  );
  background: linear-gradient(180deg, #0d676b 50%, #0c484b 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.resources .slider-img img {
  display: block;
  width: 100%;
}

.resources .single-slider.slick-slide {
  padding: 15px;
}

@media (max-width: 500px) {
  .resources .single-slider.slick-slide {
    padding: 0px 25px;
  }

  .resources button.slick-prev.slick-arrow,
  .resources button.slick-next.slick-arrow {
    height: 20px;
    width: 20px;
  }
}

.resources .sliders-list.slick-initialized.slick-slider {
  padding: 0 40px;
}

@media (max-width: 500px) {
  .resources .sliders-list.slick-initialized.slick-slider {
    padding: 0;
  }
}

.resources .slider-text {
  position: absolute;
  bottom: 35px;
  left: 30px;
  padding-right: 35px;
}

.resources .slider-text-date {
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.resources .slider-text-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
}

.resources .slider-item-hover {
  max-width: 80%;
  position: absolute;
  top: 45px;
  left: 30px;
  -webkit-transition: 0.3s cubic-bezier(1, 0.2, 0.8, 0.92);
  transition: 0.3s cubic-bezier(1, 0.2, 0.8, 0.92);
  visibility: hidden;
  opacity: 0;
}

.resources .slider-item-hover p {
  line-height: 1.1;
  font-size: 16px;
}

.resources .slider-item-hover .slider-text-title {
  margin-bottom: 30px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .resources .slider-item-hover .slider-text-title {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .resources .slider-item-hover .slider-text-title {
    margin-bottom: 10px;
  }
}

.resources .slider-item-hover p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 600px) {
  .resources .slider-item-hover p {
    font-size: 20px;
  }
}

.resources .slider-item-hover a {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-top: 25px;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (max-width: 500px) {
  .resources .slider-item-hover a {
    margin-top: 20px;
  }
}

@media (max-width: 1060px) and (min-width: 1024px) {
  .resources .slider-item-hover .slider-text-title {
    margin-bottom: 10px;
  }
}

.resources .slider-item-hover a:hover {
  color: #e13e26;
}

.resources .slider-item-hover img {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.resources .btn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.modal-dialog-centered {
  justify-content: center;
}

.modal-body {
  width: 800px;
}

.modal-content {
  width: 800px !important;
}

@media (max-width: 500px) {
  .modal-body {
    width: 100%;
  }

  .modal-content {
    width: 100% !important;
  }
}

.leadership-team {
  padding: 60px 0 120px 0;
}

.leadership-team .container .row {
  --bs-gutter-x: 6rem;
}

@media (max-width: 575px) {
  .leadership-team .container .row {
    --bs-gutter-x: 1.5rem;
  }
}

.leadership-team .modal-dialog {
  max-width: 1600px;
}

.leadership-team .modal-header {
  border-bottom: none;
}

.leadership-team .modal-header button {
  -webkit-filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
  filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
  opacity: 1;
  width: 50px;
  height: 50px;
  background-size: 25px;
  margin-top: 25px;
  margin-right: 30px;
}

@media (max-width: 500px) {
  .leadership-team .modal-header button {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.leadership-team .modal-body {
  padding: 0 100px 100px 100px;
}

@media (max-width: 768px) {
  .leadership-team .modal-body {
    padding: 0 70px 70px 70px;
  }
}

@media (max-width: 500px) {
  .leadership-team .modal-body {
    padding: 0 30px 40px 30px;
  }
}

.leadership-team .modal-body img {
  width: 100%;
}

.leadership-team .modal-body .modal-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #36424d;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .leadership-team .modal-body .modal-title {
    font-size: 32px;
  }
}

.leadership-team .modal-body .modal-subtitle {
  font-size: 25px;
  margin-bottom: 30px;
  color: #36424d;
  font-weight: 600;
}

@media (max-width: 500px) {
  .leadership-team .modal-body .modal-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .leadership-team .modal-body .modal-text {
    font-size: 20px;
  }
}

.leadership-team .team-inner {
  background: none;
  text-align: left;
}

@media (max-width: 500px) {
  .leadership-team .team-inner {
    text-align: center;
  }

  .leadership-team .team-inner img {
    width: 80% !important;
  }
}

.leadership-team .team-inner img {
  width: 100%;
}

.leadership-team .team-inner p {
  color: #606060;
  margin-bottom: 0;
  padding-left: 10px;
}

.leadership-team .team-inner p:first-of-type {
  font-size: 20px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 15px;
  margin-top: 25px;
}

.leadership-team .team-inner p:last-of-type {
  font-size: 18px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
}

.leadership-question {
  margin-top: 0;
}

/* <----------------> */
.individual-search {
  position: relative;
  padding: 50px 0;
  color: #ffffff;
  background-color: #5f676e;
  background-image: url("../img/individual_search_bg-min.png");
  background-size: cover;
}

.individual-search .quicksearch-wrapper-inner {
  max-width: 1600px;
}

.individual-search .quicksearch-input {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.individual-search .quicksearch-input input {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  border-radius: 0;
}

.individual-search .quicksearch-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.individual-search .quicksearch-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.individual-search .quicksearch-input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

.individual-search .quicksearch-input input::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.1;
}

@media (max-width: 769px) {
  .individual-search .quicksearch-input input {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  .individual-search .quicksearch-input input {
    font-size: 14px;
  }
}

.individual-search .quicksearch-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.individual-search .quicksearch-input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.individual-search .quicksearch-input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

.individual-search .quicksearch-input input::placeholder {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #6b747b;
  font-family: "Fira Sans", sans-serif;
}

@media (max-width: 769px) {
  .individual-search .quicksearch-input input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .individual-search .quicksearch-input input:-ms-input-placeholder {
    font-size: 16px;
  }

  .individual-search .quicksearch-input input::-ms-input-placeholder {
    font-size: 16px;
  }

  .individual-search .quicksearch-input input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .individual-search .quicksearch-input input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .individual-search .quicksearch-input input:-ms-input-placeholder {
    font-size: 14px;
  }

  .individual-search .quicksearch-input input::-ms-input-placeholder {
    font-size: 14px;
  }

  .individual-search .quicksearch-input input::placeholder {
    font-size: 14px;
  }
}

.individual-search .quicksearch-input button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 769px) {
  .individual-search .quicksearch-input button {
    right: 20px;
  }
}

@media (max-width: 550px) {
  .individual-search .quicksearch-input button {
    right: 10px;
  }
}

.individual-search .quicksearch-input button img {
  width: 24px;
}

.individual-search h2 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
}

.individual-search p {
  color: #ffffff;
}

.individual-description {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e8e7e7;
}

.individual-description .individual-description-text {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .individual-description .individual-description-text {
    margin-bottom: 60px;
  }
}

.individual-description .individual-description-text p {
  margin-bottom: 0;
}

.individual-description .individual-links a {
  font-size: 20px;
  font-weight: 600;
  color: #6b747b;
  background: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
  margin-bottom: 15px;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .individual-description .individual-links a {
    margin-bottom: 15px;
  }

  .individual-description .individual-links a:last-child {
    margin-bottom: 0;
  }
}

.individual-description .individual-links a img {
  vertical-align: bottom;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  width: 24px;
}

@media (max-width: 550px) {
  .individual-description .individual-links a img {
    width: 16px;
  }

  .individual-description .individual-links a {
    font-size: 14px;
  }
}

.individual-description .individual-links a:hover {
  color: #e13e26;
}

.individual-description .individual-links a:hover img {
  -webkit-filter: invert(53%) sepia(89%) saturate(5309%) hue-rotate(134deg)
    brightness(95%) contrast(84%);
  filter: invert(53%) sepia(89%) saturate(5309%) hue-rotate(134deg)
    brightness(95%) contrast(84%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.individual-articles {
  margin-top: 60px;
  margin-bottom: 60px;
}

.individual-articles .individual-articles-item {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .individual-articles .individual-articles-item {
    margin-bottom: 50px;
  }
}

.individual-articles .individual-articles-item img {
  width: 100%;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .individual-articles .individual-articles-item img {
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.individual-articles .individual-articles-item .item-text h3 {
  font-size: 30px;
  color: #6b747b;
  margin-bottom: 20px;
}

.individual-articles .individual-articles-item .item-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .individual-articles .individual-articles-item .item-text::before {
    margin-bottom: 25px;
  }
}

.individual-articles .flex-row-reverse img {
  padding-right: 0;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .individual-articles .flex-row-reverse img {
    padding-left: 0;
  }
}

.individual-resources {
  background-color: #e8e7e7;
  padding: 60px 0;
}

.individual-resources .resources .resources-text {
  margin-top: 0;
}

.individual-resources .resources .resources-text p {
  margin-top: 20px;
}

.about-connecting {
  padding: 60px 0 10px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(107, 116, 123, 0.5)),
    color-stop(10%, white)
  );
  background: linear-gradient(180deg, rgba(107, 116, 123, 0.5) 0%, white 10%);
}

.about-connecting img {
  width: 100%;
}

.chronology {
  padding: 60px 0;
}

.chronology .chronology-circles {
  padding-bottom: 170px;
  padding-top: 150px;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .chronology .chronology-circles {
    padding-top: 100px;
  }
}

.chronology img {
  margin-bottom: 50px;
  width: 100%;
}

.chronology ul {
  position: relative;
  padding-left: 0;
}

.chronology ul:before {
  content: "";
  width: 99%;
  background-color: #e13e26;
  position: absolute;
  top: 50%;
  height: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chronology li {
  margin-right: 400px;
}

@media (max-width: 960px) {
  .chronology li {
    margin-right: 300px;
  }
}

@media (max-width: 500px) {
  .chronology li {
    margin-right: 200px;
  }
}

.chronology .chronology-circle {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  border: 7px solid #e13e26;
  display: inline-block;
  color: white;
  font-size: 1em;
  z-index: 2;
  position: relative;
}

.chronology span.marker-text {
  font-size: 18px;
  display: block;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: #6b747b;
  text-align: left;
  position: absolute;
  top: 70px;
  left: 0;
  width: 350px;
}

@media (max-width: 960px) {
  .chronology span.marker-text {
    width: 250px;
  }
}

.chronology span.marker-date {
  font-size: 40px;
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #6b747b;
  text-align: left;
  position: absolute;
  top: -70px;
  left: 0;
}

@media (max-width: 960px) {
  .chronology span.marker-date {
    font-size: 24px;
    top: -50px;
  }
}

@media (max-width: 500px) {
  .chronology span.marker-date {
    font-size: 20px;
    top: -40px;
  }
}

.chronology .register_btns {
  margin-bottom: 100px;
}

.chronology .register_btns a {
  font-size: 35px;
  font-weight: 600;
  min-width: 300px;
}

.supplierinfo {
  padding: 60px 0;
}

.supplierinfo .supplierinfo-content {
  margin-bottom: 40px;
}

.supplierinfo .supplierinfo-content p {
  margin-bottom: 40px;
  margin-top: 25px;
}

.supplierinfo .supplierinfo-content img {
  width: 80%;
}

@media (max-width: 992px) {
  .supplierinfo .supplierinfo-content img {
    margin-bottom: 60px;
  }
}

.supplierinfo .supplierinfo-content a {
  font-size: 18px;
}

.supplierinfo .supplierinfo-threeimg {
  max-width: 1300px;
  margin: 0 auto;
}

.supplierinfo .supplierinfo-threeimg img {
  width: 100%;
}

@media (min-width: 769px) {
  .supplierinfo .supplierinfo-threeimg img {
    width: 100%;
  }
}

.featuredmaterials {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #efefee80),
      to(#bfbebebd)
    ),
    url(../img/featuredmaterials-background.png);
  background: linear-gradient(to bottom, #efefee80 20%, #bfbebebd),
    url(../img/featuredmaterials-background.png);
  padding: 60px 0;
}

.featuredmaterials .featuredmaterials-head h2 {
  margin-bottom: 15px;
}

.featuredmaterials .featuredmaterials-head p {
  margin-bottom: 40px;
}

.featuredmaterials .featuredmaterials-accordions .accordion-item {
  background: none;
  border-bottom: 2px solid #546390;
  margin-bottom: 5px;
}

.featuredmaterials .featuredmaterials-accordions .accordion-item button {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #546390;
  color: #36424d;
  font-weight: 600;
  font-size: 23px;
  line-height: 38px;
  font-family: "Public Sans", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 14px;
}

@media (max-width: 990px) {
  .featuredmaterials
    .featuredmaterials-accordions
    .accordion-item
    button.collapsed
    span {
    white-space: initial !important;
  }

  .featuredmaterials
    .featuredmaterials-accordions
    .accordion-item
    button.collapsed {
    max-height: inherit !important;
  }

  .featuredmaterials .featuredmaterials-accordions .not-accordion-item {
    max-height: inherit !important;
    white-space: initial !important;
  }
}

@media (max-width: 1450px) {
  .featuredmaterials .featuredmaterials-accordions .accordion-item button {
    font-size: 20px;
  }
}

.featuredmaterials .featuredmaterials-accordions .accordion-item button sup {
  font-size: 18px;
}

@media (max-width: 1450px) {
  .featuredmaterials .featuredmaterials-accordions .accordion-item button sup {
    font-size: 14px;
  }
}

.featuredmaterials .featuredmaterials-accordions .accordion-item button::after {
  width: 32px;
  height: 31px;
  background-image: url("../img/accordion-caret-right.png");
  background-size: cover;
}

@media (max-width: 1450px) {
  .featuredmaterials
    .featuredmaterials-accordions
    .accordion-item
    button::after {
    width: 32px;
    height: 31px;
  }
}

.featuredmaterials
  .featuredmaterials-accordions
  .accordion-item
  button:not(.collapsed)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
  filter: invert(43%) sepia(58%) saturate(3638%) hue-rotate(129deg)
    brightness(90%) contrast(84%);
}

.featuredmaterials
  .featuredmaterials-accordions
  .accordion-item
  button.collapsed {
  border-bottom: none;
  max-height: 78px;
}

.featuredmaterials
  .featuredmaterials-accordions
  .accordion-item
  button.collapsed
  span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featuredmaterials
  .featuredmaterials-accordions
  .accordion-item
  .accordion-body {
  font-size: 18px;
  color: #6b747b;
  line-height: 1.2;
  font-weight: 400;
}

.featuredmaterials .featuredmaterials-accordions .not-accordion-item {
  padding: 20px 14px;
  border-bottom: 2px solid #546390;
  width: 100%;
  max-height: 80px;
  margin-bottom: 5px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featuredmaterials .featuredmaterials-accordions .not-accordion-item h3 {
  color: #36424d;
  font-weight: 600;
  font-size: 23px;
  line-height: 38px;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 1450px) {
  .featuredmaterials .featuredmaterials-accordions .not-accordion-item h3 {
    font-size: 20px;
  }
}

.featuredmaterials .featuredmaterials-info {
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.featuredmaterials .featuredmaterials-info p {
  font-style: italic;
}

.featuredmaterials .featuredmaterials-info sup {
  font-size: 18px;
}

@media (max-width: 1450px) {
  .featuredmaterials .featuredmaterials-info sup {
    font-size: 14px;
  }
}

.featuredmaterials a.btn {
  font-size: 18px;
}

.supplierone-resources {
  padding: 60px 0 0 0;
}

.supplierone-resources .resources .sliders-list {
  margin-bottom: 0;
}

.supplierone-resources .resources .resources-text {
  margin-top: 0;
}

.supplierone-resources .resources .resources-text p {
  margin-top: 20px;
}

/* indProduct  */

.ind-productinfo ul,
.supplierinfo-content ul,
.about-connecting ul,
.event-body ul {
  margin-bottom: 1rem;
  text-indent: -0.8em !important;
  margin-left: 3.8em;
  margin-top: 1em;
  padding-left: 0;
}

.ind-productinfo ul li,
.supplierinfo-content ul li,
.about-connecting ul li,
.event-body ul li {
  color: #6b747b;
  font-size: 16px;
  line-height: 26px;
}

.ind-productinfo ul li::before,
.supplierinfo-content ul li::before,
.about-connecting ul li::before,
.event-body ul li::before {
  content: "\2022";
  color: #e87d31;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}

.ind-productinfo {
  padding: 30px 0 45px;
}

.ind-productinfo .ind-productinfo-content p {
  margin-bottom: 20px;
  margin-top: 30px;
}

.ind-productinfo .ind-productinfo-content img {
  width: 95%;
}

@media (max-width: 992px) {
  .ind-productinfo .ind-productinfo-content img {
    margin-bottom: 60px;
    width: 100%;
  }
}

/* Replaced with rule below on 02 Apr 2024 by CS @ Forthea
.ind-productinfo .ind-productinfo-content a {
  font-size: 18px;
}*/

.ind-productinfo .ind-productinfo-content a.btn {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

/* Next 2 rules added 02 Apr 2024 by CS @ Forthea */
.ind-productinfo .ind-productinfo-content a:hover,
.ind-product-description a:hover {
  color: #ea8735;
}

.ind-productinfo .ind-productinfo-content a,
.ind-product-description a {
  color: #e13e26;
  text-decoration: underline;
}

.ind-product-description {
  padding: 45px 0;
}

.ind-product-description .ind-product-description-item {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .ind-product-description .ind-product-description-item {
    margin-bottom: 50px;
  }
}

.ind-product-description .ind-product-description-item:last-child {
  margin-bottom: 0;
}

.ind-product-description .ind-product-description-item .row:first-child {
  margin-bottom: 40px;
}

.ind-product-description h3 {
  font-size: 30px;
  color: #36424d;
  font-weight: 600;
}

@media (max-width: 1450px) {
  .ind-product-description h3 {
    font-size: 30px;
  }
}

.ind-product-description ul {
  margin-bottom: 1rem;
  text-indent: -0.8em !important;
  margin-left: 3.8em;
  margin-top: 1em;
  padding-left: 0;
}

.ind-product-description ul li {
  font-size: 16px;
  line-height: 26px;
  color: #6b747b;
}

.ind-product-description ul li::before {
  content: "\2022";
  color: #e87d31;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}

.ind-product-sliders {
  padding: 20px 0 0 0;
}

.ind-product-sliders .resources .container {
  max-width: 1600px;
}

.ind-product-sliders .resources .container > .row:first-child {
  margin-bottom: 5px;
}

.ind-product-sliders .resources:first-child {
  margin-bottom: 20px;
}

.ind-product-sliders .resources .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ind-product-sliders .resources .slider-item-hover {
  top: unset;
  bottom: 50px;
  left: 30px;
}

.ind-product-sliders .resources .slider-item-hover a {
  font-size: 16px;
}

.ind-product-sliders .resources .slider-item-hover p.slider-text-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.ind-product-sliders .resources .slider-img {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 500px) {
  .ind-product-sliders .resources .slider-img {
    height: inherit;
  }
}

.ind-product-sliders .resources .slider-img img {
  margin: 0 auto;
  width: 80%;
}

.ind-product-sliders .resources .slider-img::after {
  display: none;
}

.sustain-bullet li::marker {
  color: #e87d31;
}

.products-info {
  margin-bottom: 30px;
  margin-top: 60px;
}

.products-cards .products-cards-inner {
  position: relative;
}

.products-cards .products-cards-inner a {
  display: block;
}

.product-cards-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 20px;
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 420px) {
  .product-cards-content {
    left: 10px;
  }
}

.product-cards-content p:hover {
  color: #e13e26 !important;
}

.product-cards-content p:first-child {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 0;
}

.product-cards-content p:last-child {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 0;
}

.products-cards .products-cards-inner a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(255, 255, 255, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, black);
}

.products-cards img {
  width: 100%;
}

.dataTables_scrollHead {
  position: sticky !important;
  top: 189px;
  z-index: 100;
}

@media (max-width: 1200px) {
  .dataTables_scrollHead {
    top: 17px;
  }
}

/* Technical */
.individual-description .technial-links a {
  white-space: normal;
  max-width: 230px;
}

.technical-yourlink {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20%, rgba(255, 255, 255, 0)),
      to(#e8e7e7)
    ),
    url("../img/technical_leafs.png");
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, #e8e7e7),
    url("../img/technical_leafs.png");
  background-repeat: no-repeat;
  background-position-y: bottom;

  text-align: center;
}

.technical-yourlink-inner {
  padding: 60px 0 300px 0;
}

.technical-yourlink-inner img {
  margin-bottom: 40px;
}

.technical-yourlink-inner h2 {
  margin-bottom: 30px;
}

/* ---------- */

/* Home */

.header video {
  position: absolute;
  top: 0;
  left: 0;
  /*min-height: 780px;*/
  min-width: 100vw;
}

.header a.home-header-link {
  font-size: 24px;
  color: #36424d;
}

.header a.home-header-link img {
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.home-search {
  padding: 60px 0 0 0;
}

.home-search .quicksearch-input {
  position: relative;
}

.home-search .quicksearch-wrapper-inner {
  width: 100%;
  padding: 35px 35px 35px 35px;
  border: 2px solid #707070;
  margin-top: -30px;
  background: linear-gradient(to bottom, #fff, #f5f1f1);
}

.home-search h2 {
  position: relative;
  background: #ffffff;
  z-index: 1;
  display: inline-block;
  padding: 0 30px;
}

.home-search input.form-control {
  height: 50px;
  border: 2px solid #707070;
}

.home-search .quicksearch-wrapper-inner button {
  background: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.home-search .quicksearch-wrapper-inner button img {
  height: 25px;
}

@media (max-width: 768px) {
  .home-search .quicksearch-wrapper-inner {
    width: 100%;
  }
}

@media (max-width: 510px) {
  .home-search .quicksearch-wrapper-inner {
    border: none;
    margin-top: 20px;
    padding: 0;
  }
}

.home-beyond {
  padding: 60px 0;
  text-align: center;
}

.home-beyond h2 {
  margin-bottom: 50px;
}

.home-beyond img {
  width: 100%;
}

.home-beyond .row > div a {
  display: block;
  position: relative;
}

.home-beyond .row a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(255, 255, 255, 0)),
    to(black)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, black);
}

.home-beyond .row > div h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 21px;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
}

.home-beyond .row > div h3:hover {
  color: #e13e26 !important;
}

.home-options {
  padding: 30px 0;
}

.home-option {
  margin-bottom: 70px;
}

.home-option .home-option-title {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .home-option:has(.flex-row-reverse) .home-option-title {
    flex-direction: unset !important;
  }
}

.home-option:last-child {
  margin-bottom: 0;
}

.home-option .home-option-button {
  margin-top: 25px;
}

.home-option .home-option-button a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-options .flex-row-reverse img {
  padding-left: initial;
  padding-right: 40px;
}

.home-options .line {
  margin: 0 10.5px;
}

.home-options img {
  width: 100%;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .home-options img {
    padding-left: 0;
  }

  .home-options .flex-row-reverse img {
    padding-right: 0;
  }
}

.home-news {
  background: none;
}

.home-news .news-text {
  max-width: unset;
}

.home-news .line {
  margin: 0 10.5px;
}

.home-partners {
  padding: 20px 0 40px;
}

.home-partners .home-partners-header {
  margin-bottom: 20px;
}

.home-partners .home-partners-header a {
  font-size: 16px;
  color: #36424d;
  font-weight: 600;
  margin-top: 30px;
  display: block;
}

.home-partners .home-partners-header a img {
  height: 18px;
  vertical-align: middle;
}

.home-partners .single-slider {
  display: flex !important;
  height: 270px;
  flex-direction: column;
  justify-content: space-between;
}

.home-partners .single-slider a,
.home-partners .single-slider span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}

@media (max-width: 768px) {
  .home-partners .single-slider a,
  .home-partners .single-slider span {
    height: 175px;
  }

  .home-partners .single-slider a img,
  .home-partners .single-slider span img {
    width: 70% !important;
  }
}

.home-partners .single-slider a img,
.home-partners .single-slider span img {
  /*width: 70%;*/
}

.home-partners .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}

.home-partners .slick-dots li {
  height: 24px;
  width: 24px;
  border: 4px solid #e13e26;
  font-size: 0;
  position: relative;
  border-radius: 50%;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home-partners .slick-dots li {
    height: 14px;
    width: 14px;
    margin-right: 9px;
    border: 3px solid #e13e26;
  }
}

.home-partners .slick-dots li::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 22px;
  left: 50%;
  top: 50%;
  background: #e13e26;
  transform: translate3d(50%, -50%, 0);
}

@media (max-width: 768px) {
  .home-partners .slick-dots li::after {
    width: 12px;
  }
}

.home-partners .slick-dots li:last-child::after {
  display: none;
}

.home-partners .slick-dots li button {
  background: none;
}

.home-partners .slick-dots li.slick-active {
  background: #e13e26;
}

.home-partners .slick-dots li.slick-active button {
  color: #ffffff;
}

/* --------- */

.card-video .modal-dialog {
  max-width: 70%;
}

@media (max-width: 768px) {
  .card-video .modal-dialog {
    max-width: 100%;
  }
}

.card-video a {
  position: relative;
  display: block;
  cursor: pointer;
}

.card-video a::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";

  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 25px;

  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
}

.card-video a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-52%, -50%, 0);
  content: "";
  width: 65px;
  height: 40px;
  border-radius: 5px;

  background: rgba(30, 30, 30, 0.9);
  transition: 0.1s ease-in-out;
}

.card-video a:hover::after {
  background: #00adef;
}

[id*="videomodal"] .btn-close {
  position: absolute;
  top: -25px;
  right: 0;
  opacity: 1;
  border-radius: 5px;

  filter: none;

  background: #1e1e1ee6 center no-repeat;
  background-size: 12px 12px;

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

[id*="videomodal"] .btn-close:hover {
  background-color: #00adef;
}

.print-btn img {
  width: 30px !important;
}

.content-container button img {
  width: 100%;
}

.content-container h1 {
  font-size: 57px;
}

.content-container h2 {
  color: #e13e26;
}

.content-container h3 {
  font-size: 20px;
  font-weight: 500;
}

.content-container h4 {
  font-size: 18px;
  font-weight: 500;
}

.content-container h5,
.content-container h6 {
  font-size: 16px;
  font-weight: 500;
}

.content-container a {
  color: #e13e26;
}

.content-container .line {
  margin-bottom: 2rem;
  z-index: -1;
}

@media (max-width: 670px) {
  .content-container .line {
    display: block;
  }
}

.content-container .line::after {
  background-color: #e13e26;
}

.content-container ul {
  margin-bottom: 1rem;
  text-indent: -0.8em !important;
  margin-left: 3.8em;
  margin-top: 1em;
}

.content-container li {
  font-size: 16px;
  line-height: 26px;
  color: #6b747b;
}

.content-container ul li::before {
  content: "\2022";
  color: #e87d31;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}

.content-container ol,
.content-container ul {
  padding-left: 0;
}

.content-container ol {
  margin-left: 20px;
}

.content-container img {
  float: left;
  padding-right: 30px;
  margin: 5px 0;
  width: 30%;
}

.content-container iframe {
  display: block;
  margin: 0 auto;

  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .content-container img {
    width: 50%;
  }

  .content-container iframe {
    max-height: 30vh;
  }
}

@media (max-width: 500px) {
  .content-container img {
    padding-right: 0;
    width: 100%;
  }
}

.webinar {
  padding: 60px 0 0 0;
}

.webinar::after {
  display: block;
  content: "";
  width: 90%;
  height: 0px;

  margin: 50px auto;
}

.webinar img {
  width: 100%;
}

.webinar h3 {
  font-size: 20px;
}

.aboutevent {
  padding-bottom: 60px;
}

.aboutevent h3 {
  font-size: 35px;
}

.aboutevent ul {
  margin-bottom: 1rem;
  text-indent: -0.8em !important;
  margin-left: 3.8em;
  margin-top: 1em;
  padding-left: 0;
}

.aboutevent ul li {
  color: #6b747b;
  font-size: 16px;
  margin-bottom: 16px;
}

.aboutevent ul li::before {
  content: "\2022";
  color: #e87d31;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}

.aboutevent-speakers-item {
  margin-right: 30px;
  width: 25%;
}

@media (max-width: 700px) {
  .aboutevent-speakers-item {
    width: 50%;
  }
}

.aboutevent-speakers-item p:first-of-type {
  font-weight: 600;
  font-size: 22px;
}

.aboutevent-speakers-item p {
  font-size: 20px;
}

.aboutevent-speakers-item:last-child {
  margin-right: 0;
}

.aboutevent-speakers-image {
  padding-right: 50px;
}

.aboutevent-speakers img {
  width: 80%;
  margin-bottom: 10px;
  border: 3px solid #e13e26;
}

@media (max-width: 670px) {
  .aboutevent-content img {
    width: 100%;
    height: 100%;
  }
}

/* ************ PDF Buttons ************ */

.pdf-ctas > a {
  background-color: #e87d31;
  color: white;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e87d31;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.5);
}

.pdf-ctas > a:hover {
  background: #ea8735;
  color: #fff;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}

.pdf-iframe {
  position: relative;
  padding-bottom: 80%;
  /* 8.5:11 */
  padding-top: 0px;
  height: 0;
  width: 90%;
  margin: 20px auto 20px;
  max-width: 1400px;
  max-height: 1400px;
}

.pdf-iframe iframe,
.pdf-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 1400px;
}

.pdf-iframe .resp {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .pdf-iframe .default {
    /*! display: none !important; */
  }

  .pdf-iframe .resp {
    display: block !important;
  }
}

.fixed-request {
  margin: 0;
  padding: 0;
}

.fixed-request > button {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 100;
  transform: rotate(270deg);
  right: -60px;
}

.fixed-request h3 {
  font-size: 18px;
  color: #000000;
  margin-left: auto;
}

.footer-modals h3,
#success-modal h3 {
  font-size: 18px;
  color: #000000;
  margin-left: auto;
}

.fixed-request .modal-dialog {
  max-width: 1000px;
}

.sticky-burger nav .button a {
  position: fixed;
  top: 70px;
  right: 38px;
}

.sticky-burger {
  position: fixed;
}

@media (max-width: 768px) {
  .sticky-burger nav .button a {
    top: 56px;
    right: 25px;
  }

  .sticky-burger .btn-open:after {
    content: url("../../img/fontawesome/bars-1.svg");
  }
}

.mobile-topbar {
  margin-bottom: 20px;
}

.mobile-topbar a {
  color: #36424d;
}

.mobile-topbar .dropdown-menu {
  margin-top: 15px;
  border-top: 5px solid #36424d;
  background-color: #cfd1d2;
  padding: 0;
  border-radius: 0;
}

.mobile-topbar .dropdown-menu a {
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .mobile-topbar #language {
    font-size: 0;
  }

  .mobile-topbar #language::after {
    display: inline-block;
    content: "\2304";
    font-size: 14px;
    border: none;
  }
}

.mobile-search-input button {
  height: 35px;
}

.navigation {
  position: relative;
}

.expandbottom {
  padding-bottom: 60px;
}

.mobile-search-button {
  width: 161px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 300px;
}

.mobile-search-input input {
  display: inline-block;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  border: 1px solid #e13e26;
  padding: 7px 0px 7px 20px;
}

@media (max-width: 650px) {
  .mobile-search-button {
    right: 60px;
  }

  .mobile-search-input input {
    top: 10px;
    left: 0;
    transform: none;
    width: 100%;
    max-width: unset;
    display: none;
  }

  .mobile-search-input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .burger-menu .button {
    right: 25px;
    top: 23px;
  }
}

@media (max-width: 380px) {
  .mobile-search-button {
    width: 131px;
    height: 28px;
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  .mobile-topbar-inner > a:first-child {
    display: none;
  }
}

.individual-links {
  flex-wrap: wrap;
}

.list-in-4-columns {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
}

.list-in-3-columns {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

.list-in-2-columns {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

@media (max-width: 767px) {
  .list-in-4-columns {
    column-count: unset;
    -moz-column-count: unset;
    -webkit-column-count: unset;
  }

  .list-in-3-columns {
    column-count: unset;
    -moz-column-count: unset;
    -webkit-column-count: unset;
  }

  .list-in-2-columns {
    column-count: unset;
    -moz-column-count: unset;
    -webkit-column-count: unset;
  }
}

.search-threeBtns {
  background: none;
  margin-top: 0;
  padding-bottom: 0;
}

/* Training Video Template */
section.introblock,
section.videos + section.related-resources {
  background: #e9eaec;
}

section.videos + section.related-resources {
  padding: 40px 0 70px;
}

section.videos + section.related-resources .button-single {
  margin-bottom: 30px;
}

section.videos {
  padding: 20px 0;
}

section.videos iframe {
  height: 360px;
  width: 100%;
  display: block;
}

.video-bucket + .video-bucket {
  margin-top: 15px;
}

.video-bucket .title {
  font-size: 1.75rem;
  background: #e9eaec;
  margin: 0;
  padding: 10px 15px;
}

.video-bucket .inner {
  border: 1px solid #ccc;
  padding: 20px 30px 20px 80px;
  position: relative;
}

.video-bucket .icon {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 25px;
}

.video-bucket .inner p {
  font-size: 1.5rem;
}

.video-bucket a {
  color: #299960;
}

@media (max-width: 991px) {
  section.introblock {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  section.introblock .col-lg-8 {
    margin-top: 20px;
  }

  section.videos {
    padding: 50px 0;
  }

  .question .question-title,
  .related-resources .question-title {
    line-height: 1.2;
  }
}

.landing-content ul {
  margin-bottom: 1rem;
  text-indent: -0.8em !important;
  margin-left: 3.8em;
  margin-top: 1em;
  padding-left: 0;
}

.landing-content ul li {
  color: #6b747b;
  font-size: 16px;
  line-height: 26px;
}

.landing-content ul li::before {
  content: "\2022";
  color: #e87d31;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}

.video-right {
  float: right;
  padding: 10px 10px 0px 10px;
  margin-left: 20px;
}

.video-left {
  float: left;
  padding: 0 10px 10px 10px;
  margin-right: 20px;
}

.video-right iframe,
.video-left iframe {
  aspect-ratio: 4/3;
  width: 100%;
}

@media (max-width: 768px) {
  .video-right {
    float: none;
    padding: 0 0 0px;
  }

  .video-left {
    float: none;
    padding: 0 0 10px;
  }

  .video-right iframe,
  .video-left iframe {
    aspect-ratio: 16/9;
    width: 100%;
  }

  .content-container iframe {
    margin-bottom: 0;
  }
}

iframe .vp-center {
  align-items: baseline !important;
}

/* Deals Page */

.container-deals .dataTables_scrollHeadInner,
.container-deals .datatable {
  min-width: 1516px;
}

.container-deals .checkbox-custom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-deals .dataTables_wrapper .row:last-child {
  margin-top: 1rem;
}

@media only screen and (max-width: 1200px) {
  .container-deals .dataTables_wrapper .row:last-child > div {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container-deals .dataTables_wrapper .row:last-child > div {
    width: 100%;
  }

  .container-deals .dataTables_wrapper .dataTables_length {
    bottom: -50px;
  }
}

/* ENd Deals Page */

/* Comparison Page */

.tpl_77 {
  font-family: "Public Sans";
}

.tpl_77 .compare-product-wrapper {
  /* margin-top: 40px; */
  margin-bottom: 40px;
}

.tpl_77 .sticky-search {
  display: none;
}

.tpl_77 .fixed-request {
  display: none;
}

.tpl_77 .compare-grid-wrapper {
  /* width: 1520px; */
}

.tpl_77 .compare-header-row {
  width: 100%;
}

.tpl_77 .compare-product-page {
  margin-top: 40px;
  margin-bottom: 120px;
}

.tpl_77 .compare-products-ctas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.tpl_77 .compare-header-row {
  display: flex;
}

.tpl_77 .compare-header-row > div {
  width: 20%;
  padding-right: 20px;
}

.tpl_77 .compare-detail-row {
  display: flex;
}

.tpl_77 .compare-detail-row > div {
  width: 20%;
}

.tpl_77 .compare-products-header > div {
  display: flex;
  /* flex-direction: column; */
  margin-right: 22px;
  height: 100%;
  border-bottom: 1px solid var(--color-coal);
  padding-bottom: 8px;
}

.tpl_77 .compare-row-country .compare-data-column {
  font-size: 12px;
  line-height: 1.5em;
}

.tpl_77 .compare-products-header .grade {
  font-weight: bold;
  font-size: 24px;
  color: var(--color-coal);
  font-family: "Fira Sans";
  line-height: 20px;
}

.tpl_77 .compare-products-header img {
  width: 16px;
  margin-right: 0.5rem;
}

.tpl_77 .compare-row .label .h3 {
  font-weight: bold;
  font-size: 16px;
  color: var(--color-coal);
  font-family: "Fira Sans";
  margin-bottom: 0;
}

.tpl_77 .compare-grid-detail > div:not(:last-child) {
  border-bottom: 1px solid #d7d9db;
}

.tpl_77 .compare-data-column .item {
  display: block;
  line-height: 1.5em;
}

.tpl_77 .compare-row a {
  color: var(--color-green);
}

.tpl_77 .compare-product-header {
  margin-top: 16px;
  overflow: hidden;
}

.tpl_77 .compare-row {
  padding: 1rem 0;
  color: var(--color-coal);
}

.tpl_77 .compare-request-ctas {
  position: sticky;
  top: 175px;
  background: white;
  z-index: 10;
  padding-top: 20px;
}

.tpl_77 .compare-scroll {
  overflow-x: scroll;
}

.tpl_77 .compare-row > div:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: white;
}

.tpl_77 .compare-row.compare-header-row {
  /* width: 1520px; */
}

/* .tpl_77 .compare-products-header span:last-child {
  border-bottom: 1px solid var(--color-coal);
} */

.tpl_77 .compare-row > div:first-child label {
  font-weight: bold;
}

@media only screen and (max-width: 1499px) {
  .tpl_77 .compare-products-ctas {
  }
}

@media only screen and (max-width: 1200px) {
  .tpl_77 {
    font-size: 12px;
  }

  .tpl_77 .controls-wrapper {
    font-size: 14px;
  }

  .tpl_77 .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tpl_77 .header h1 {
    line-height: 1em;
  }

  .tpl_77 .main-table .search-threeBtns .btn {
    font-size: 12px;
  }

  .tpl_77 .compare-grid {
    margin-top: 12px;
  }

  .tpl_77 .mobile-search-button {
    display: none !important;
  }

  .tpl_77 .compare-request-ctas {
    top: 90px;
  }

  .tpl_77 .compare-detail-row,
  .tpl_77 .compare-header-row {
    flex-wrap: wrap;
  }

  .tpl_77 .compare-row.compare-header-row,
  .tpl_77 .compare-grid-wrapper {
    width: 1000px;
  }

  .tpl_77 .compare-row > div:first-child {
    position: relative;
    width: 100%;
    padding: 1rem 0;
  }

  .tpl_77 .compare-row > div:first-child label {
    position: sticky;
    left: 0;
  }

  .tpl_77 .compare-detail-row > div,
  .tpl_77 .compare-header-row > div {
    width: 25%;
    padding-right: 1em;
  }

  .tpl_77 .compare-product-page {
    margin-top: 40px;
  }

  .tpl_77 .compare-products-header .grade {
    font-size: 20px;
  }

  .tpl_77 .compare-products-header img {
    width: 12px;
  }

  .tpl_77 .compare-row {
    padding: 0.5rem 0;
  }

  .tpl_77 .compare-row .label .h3 {
    font-size: 16px;
  }

  .compare-grid-detail:last-child .compare-row:first-child {
    padding-top: 2em;
    padding-bottom: 0px;
  }

  .tpl_77 .compare-product-header {
    margin-top: 0;
  }

  .compare-header-row .controls-wrapper {
    padding-top: 0;
  }

  .controls-wrapper {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .tpl_77 .compare-products-ctas {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* End Comparison Page */

/* MISC */
.email-pdf-btn {
  display: none;
}

#page-5437 #quickcontact-new {
  display: none;
}
