/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/Poppins/poppins-v20-latin-300.woff2") format("woff2"), url("../fonts/Poppins/poppins-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("../fonts/Poppins/poppins-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/Poppins/poppins-v20-latin-500.woff2") format("woff2"), url("../fonts/Poppins/poppins-v20-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Poppins/poppins-v20-latin-700.woff2") format("woff2"), url("../fonts/Poppins/poppins-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-900 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/Poppins/poppins-v20-latin-900.woff2") format("woff2"), url("../fonts/Poppins/poppins-v20-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-100 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: local(""), url("../fonts/Inter/inter-v12-latin-100.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-200 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/Inter/inter-v12-latin-200.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Inter/inter-v12-latin-regular.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/Inter/inter-v12-latin-300.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/Inter/inter-v12-latin-500.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/Inter/inter-v12-latin-600.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Inter/inter-v12-latin-700.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../fonts/Inter/inter-v12-latin-800.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/Inter/inter-v12-latin-900.woff2") format("woff2"), url("../fonts/Inter/inter-v12-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container-wide {
    max-width: 1600px;
  }
}

picture {
  display: flex;
}
picture img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 64px;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}
p a {
  color: #4285F4;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

.bg-gray {
  background-color: #F5F8FB;
}

.ef-btn {
  border-radius: 10px;
  background-color: #4285F4;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  transition: 0.3s ease;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
}
.ef-btn:hover {
  background-color: #1d6df2;
}

ul {
  margin-left: 20px;
}
ul li {
  font-size: 18px;
}
ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.c-red {
  color: #ff0000;
}

.c-blue {
  color: #4285F4;
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid #414042;
  border-radius: 0;
  outline: none;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #000000;
}

input[type=text],
input[type=email] {
  height: 50px;
  padding: 0 15px;
}

textarea {
  padding: 15px;
}

form .form-col {
  margin-bottom: 15px;
}
form .form-col > label {
  margin-bottom: 10px;
  display: flex;
}
form .form-col .ef-checkbox:not(:last-of-type) {
  margin-bottom: 15px;
}
form label.error {
  font-size: 12px;
  margin-top: 5px;
  color: #ff0000;
}

.ef-checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ef-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ef-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.ef-checkbox .checkmark {
  position: relative;
  height: 22px;
  width: 22px;
  min-height: 22px;
  min-width: 22px;
  max-height: 22px;
  max-width: 22px;
  border-radius: 50%;
  border: 1px solid #414042;
  transition: 0.3s ease;
  margin-right: 15px;
}
.ef-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #4285F4;
  border-radius: 50%;
  transition: 0.3s ease;
}
.ef-checkbox .ef-checkbox-copy {
  transition: 0.3s ease;
}

.ef-selectmenu {
  border: 2px solid #4285F4;
  width: 100%;
  border-radius: 27px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.ef-selectmenu.active:before {
  transform: scaleY(-1);
}
.ef-selectmenu:before {
  content: "";
  position: absolute;
  background-image: url("images/global/icon-triangle.svg");
  width: 12px;
  height: 9px;
  right: 20px;
  transition: 0.3s ease;
}
.ef-selectmenu-options {
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
  border: 2px solid #4285F4;
  border-radius: 24px;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - (var(--bs-gutter-x)));
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.ef-selectmenu-options.active {
  visibility: visible;
  opacity: 1;
}
.ef-selectmenu-options-title {
  margin-bottom: 25px;
  padding: 0 25px;
  display: block;
}
.ef-selectmenu-options .ef-checkbox {
  font-weight: 400;
  margin: 0 25px 15px;
}
.ef-selectmenu-options .ef-link-arrow {
  align-self: flex-end;
  font-weight: 700;
  margin-right: 25px;
}
.ef-selectmenu-options-option {
  color: #000000;
  text-decoration: none;
  padding: 10px 25px;
}
.ef-selectmenu-options-option:hover {
  background-color: #414042;
}

.ef-header {
  position: sticky;
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom: 1px solid #F5F8FB;
}
.ef-header.active .ef-header__col-account-hamburger span {
  background-color: transparent;
}
.ef-header.active .ef-header__col-account-hamburger span:before {
  top: 50%;
  transform: rotate(45deg);
}
.ef-header.active .ef-header__col-account-hamburger span:after {
  top: 50%;
  transform: rotate(-45deg);
}
.ef-header.active .ef-header__col-links {
  transform: translateX(0);
}
.ef-header .container-fluid,
.ef-header .row {
  height: 100%;
}
.ef-header__col-logo {
  display: flex;
  align-items: center;
}
.ef-header__col-logo img {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    transition: 0.3s ease;
    transform: translateX(-100%);
    padding-left: 0;
  }
}
.ef-header__col-links nav {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links nav {
    width: calc(320px - var(--bs-gutter-x));
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    min-height: 100%;
    height: auto;
  }
}
.ef-header__col-links ul {
  list-style: none;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li.active a span:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li a span {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li a span:before, .ef-header__col-links ul li a span:after {
    content: "";
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li a span:before {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul li a span:after {
    height: 100%;
    width: 1px;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-1 {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-1 {
    flex-direction: column;
    height: auto;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-1 > li {
  position: relative;
  margin-bottom: 0;
}
.ef-header__col-links ul.ef-header__col-links-level-1 > li:not(:last-of-type) {
  margin-right: 15px;
}
.ef-header__col-links ul.ef-header__col-links-level-1 > li:hover .ef-header__col-links-level-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ef-header__col-links ul.ef-header__col-links-level-1 > li > a {
  color: #000000;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-1 > li > a {
    height: auto;
    margin-bottom: 10px;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-1 > li > a:hover {
  text-decoration: underline;
}
.ef-header__col-links ul.ef-header__col-links-level-2 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 50px;
  left: -50px;
  top: 80px;
  flex-wrap: wrap;
  transform: translateY(-25px);
}
@media (min-width: 1200px) {
  .ef-header__col-links ul.ef-header__col-links-level-2 {
    position: absolute;
    border-bottom: 1px solid #F5F8FB;
    border-right: 1px solid #F5F8FB;
    border-left: 1px solid #F5F8FB;
    display: flex !important;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
  }
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-2 {
    flex-direction: column;
    margin: 0;
    position: static;
    transform: translate(0);
    padding: 0 0 0 calc(var(--bs-gutter-x) * 0.5);
    display: none;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-2.column-count-3 {
  width: 700px;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-2.column-count-3 {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .ef-header__col-links ul.ef-header__col-links-level-2.column-count-3 > li:nth-child(n+4) {
    padding-top: 50px;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-2 > li {
  width: 199px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-2 > li {
    width: auto;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-2 > li > a {
  display: flex;
  color: #4285F4;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-2 > li > a {
    margin-bottom: 10px;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-2 > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .ef-header__col-links ul.ef-header__col-links-level-3 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    display: none;
  }
}
.ef-header__col-links ul.ef-header__col-links-level-3 > li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
.ef-header__col-links ul.ef-header__col-links-level-3 > li a:not(:last-of-type) {
  margin-bottom: 15px;
}
.ef-header__col-links ul.ef-header__col-links-level-3 > li a:hover {
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .ef-header__col-account {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.ef-header__col-account ul {
  list-style: none;
  margin: 0;
  display: flex;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .ef-header__col-account ul {
    display: none;
  }
}
.ef-header__col-account ul li {
  margin: 0;
}
.ef-header__col-account ul li:not(:last-of-type) {
  margin-right: 15px;
}
.ef-header__col-account ul li a {
  color: #000000;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .ef-header__col-account ul li a {
    height: auto;
  }
}
.ef-header__col-account ul li a:hover {
  text-decoration: underline;
}
.ef-header__col-account-hamburger {
  display: flex;
  align-items: center;
  height: 20px;
  width: 25px;
  position: relative;
}
@media (min-width: 1200px) {
  .ef-header__col-account-hamburger {
    display: none;
  }
}
.ef-header__col-account-hamburger span {
  height: 2px;
  width: 100%;
  background-color: #000000;
}
.ef-header__col-account-hamburger span:before, .ef-header__col-account-hamburger span:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  transition: 0.3s ease;
}
.ef-header__col-account-hamburger span:before {
  top: 0;
}
.ef-header__col-account-hamburger span:after {
  bottom: 0;
}

.ef-standard-block {
  background-color: #ffffff;
  margin-bottom: 10px;
}
.ef-standard-block .container {
  z-index: 1;
  padding: 50px var(--bs-gutter-x, 0.75rem);
}
@media (max-width: 767.98px) {
  .ef-standard-block__col-image {
    margin-bottom: 30px;
  }
}
.ef-standard-block__col-copy .h2 {
  text-transform: uppercase;
}
.ef-standard-block__col-copy ul {
  margin-bottom: 30px;
}
.ef-standard-block__col-btn-wrp {
  display: flex;
}
@media (max-width: 991.98px) {
  .ef-standard-block__col-btn-wrp {
    flex-direction: column;
  }
}
.ef-standard-block__col-btn-wrp .ef-btn:not(:first-of-type) {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .ef-standard-block__col-btn-wrp .ef-btn:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.ef-banner {
  border-bottom: 3px solid #F5F8FB;
}

@media (max-width: 767.98px) {
  .ef-banner {
    padding: 15px 0;
  }
}
.ef-banner .swiper-slide {
  height: auto;
}
.ef-banner .container-fluid,
.ef-banner .row {
  height: 100%;
}
.ef-banner__col-img picture {
  height: 100%;
}
.ef-banner__col-img picture img {
  object-fit: cover;
}
.ef-banner__col-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .ef-banner__col-copy {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.ef-banner__col-copy h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ef-banner__col-copy p {
  margin: 0;
}

.ef-home-hero {
  height: 700px;
  position: relative;
}
@media (max-width: 767.98px) {
  .ef-home-hero {
    height: auto;
    padding: 50px 0;
  }
}
.ef-home-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ef-home-hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .ef-home-hero__col-left {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .ef-home-hero__col-left h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .ef-home-hero__col-left p {
    text-align: center;
  }
}
.ef-home-hero__col-right picture img {
  max-width: 350px;
}

.ef-home-highlights {
  height: 750px;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .ef-home-highlights {
    height: auto;
  }
}
.ef-home-highlights .container,
.ef-home-highlights .row {
  height: 100%;
}
.ef-home-highlights__col .swiper {
  height: 100%;
}
.ef-home-highlights__col .swiper-pagination {
  position: static;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .ef-home-highlights__col .swiper-pagination {
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ef-home-highlights__col .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #ff0000;
  width: 30%;
  height: 75px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-weight: bold;
  font-size: 22px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .ef-home-highlights__col .swiper-pagination-bullet {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .ef-home-highlights__col .swiper-pagination-bullet {
    width: 45%;
  }
}
@media (max-width: 373.98) {
  .ef-home-highlights__col .swiper-pagination-bullet {
    font-size: 16px;
  }
}
.ef-home-highlights__col .swiper-pagination-bullet:hover {
  background-color: #ff0000;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .ef-home-highlights__col .swiper-pagination-bullet:nth-child(n+3) {
    margin-top: 25px;
  }
}
.ef-home-highlights__col .swiper-pagination-bullet-active {
  color: #000000;
  background-color: #ffffff;
}
.ef-home-highlights__col .swiper-slide {
  opacity: 0 !important;
}
.ef-home-highlights__col .swiper-slide-visible {
  opacity: 1 !important;
}
.ef-home-highlights__col .swiper-slide .ef-home-highlights__col-img {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ef-home-highlights__col .swiper-slide .ef-home-highlights__col-img {
    order: 2;
  }
}
.ef-home-highlights__col .swiper-slide .ef-home-highlights__col-copy {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ef-home-highlights__col .swiper-slide .ef-home-highlights__col-copy {
    order: 1;
  }
}
.ef-home-highlights__col .swiper-slide .ef-home-highlights__col-copy ul li {
  color: #ffffff;
  font-size: 18px;
}
.ef-home-highlights__col .swiper-slide .ef-home-highlights__col-copy ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.ef-home-highlights-bg {
  z-index: -1;
}
.ef-home-highlights-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.ef-home-why {
  padding: 200px 0 100px;
}
@media (max-width: 767.98px) {
  .ef-home-why {
    padding: 50px 0;
  }
}
.ef-home-why__col h2 {
  font-weight: 500;
}

.ef-subpage-hero {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .ef-subpage-hero {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .ef-subpage-hero__col-left {
    padding-bottom: 50px;
  }
}
.ef-subpage-hero__col-right {
  position: relative;
}
.ef-subpage-hero__col-right:before, .ef-subpage-hero__col-right:after {
  content: "";
  position: absolute;
  background-image: url("../images/global/dots.png");
  z-index: -1;
  background-size: cover;
}
.ef-subpage-hero__col-right:before {
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.ef-subpage-hero__col-right:after {
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
}

.ef-subpage-promo {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .ef-subpage-promo__col:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ef-subpage-promo__col:nth-child(n+2) {
    margin-top: 50px;
  }
}
.ef-subpage-promo__col h2 {
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .ef-subpage-promo__col h2 {
    font-size: 42px;
  }
}
.ef-subpage-promo__col p {
  margin-bottom: 0;
}

.ef-subpage-features {
  padding: 50px 0;
}
.ef-subpage-features__col-title {
  margin-bottom: 50px;
}
.ef-subpage-features__col-features:nth-child(n+4) {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .ef-subpage-features__col-features:nth-child(n+3) {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .ef-subpage-features__col-features:nth-child(n+2) {
    padding-top: 40px;
  }
}
.ef-subpage-features__col-features picture img {
  max-height: 60px;
  margin-bottom: 30px;
}
.ef-subpage-features__col-features h3 {
  font-size: 24px;
  margin-bottom: 30px;
  flex-grow: 1;
}

.ef-subpage-slider {
  padding: 50px 0;
}
.ef-subpage-slider .swiper {
  padding-bottom: 50px;
}
.ef-subpage-slider .swiper-pagination {
  bottom: 0;
}
.ef-subpage-slider .swiper-pagination-bullet {
  background-color: #4285F4;
  width: 15px;
  height: 15px;
  border-radius: 0;
  transition: 0.3s ease;
}
.ef-subpage-slider__col-btn {
  padding-top: 50px;
}

.ef-subpage-products {
  padding: 50px 0;
}
.ef-subpage-products__col-title {
  margin-bottom: 75px;
}
.ef-subpage-products__col-title p {
  max-width: 660px;
}
.ef-subpage-products__col-title p:last-of-type {
  margin-bottom: 0;
}
.ef-subpage-products__col-products:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .ef-subpage-products__col-products:nth-child(n+2) {
    margin-top: 50px;
  }
}
.ef-subpage-products__col-products a {
  text-decoration: none;
}
.ef-subpage-products__col-products a:hover {
  text-decoration: underline;
}
.ef-subpage-products__col-products a img {
  max-width: 75px;
  margin-right: 15px;
}
.ef-subpage-products__col-products a h3 {
  margin-bottom: 10px;
  color: #000000;
}
.ef-subpage-products__col-products a p {
  color: #000000;
}
.ef-subpage-products__col-products a p:last-of-type {
  margin-bottom: 0;
}

.ef-eld-block {
  background-color: #F5F8FB;
  overflow: hidden;
  padding-bottom: 10px;
}
.ef-eld-block .container {
  position: relative;
  z-index: 1;
  padding: 50px var(--bs-gutter-x, 0.75rem);
}
.ef-eld-block .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 100px);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.ef-eld-block__col-title h1,
.ef-eld-block__col-title h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ef-eld-block__col-image {
    margin-bottom: 30px;
  }
}
.ef-eld-block__col-copy .h2 {
  text-transform: uppercase;
}
.ef-eld-block__col-copy ul {
  margin-bottom: 30px;
}
.ef-eld-block-full h2 {
  text-align: center;
  text-transform: uppercase;
}

.ef-eld-solutions__col-title h2 {
  text-align: center;
  text-transform: uppercase;
}
.ef-eld-solutions__col-info {
  margin-bottom: 50px;
}
.ef-eld-solutions__col-info h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ef-eld-solutions__col-info-left {
    margin-bottom: 50px;
  }
}
.ef-eld-solutions__col-info-left ul {
  list-style: none;
  margin: 0;
}
.ef-eld-solutions__col-info-left ul li {
  position: relative;
  margin: 0;
}
.ef-eld-solutions__col-info-left ul li:not(:last-of-type) {
  padding-bottom: 100px;
}
.ef-eld-solutions__col-info-left ul li:not(:last-of-type):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  background-color: #4285F4;
  left: 25px;
  z-index: -1;
}
.ef-eld-solutions__col-info-left ul li a {
  text-decoration: none;
  color: #000000;
}
.ef-eld-solutions__col-info-left ul li a:hover {
  text-decoration: underline;
}
.ef-eld-solutions__col-info-left ul li a picture img {
  max-width: 50px;
  margin-right: 15px;
  background-color: #ffffff;
}
.ef-eld-solutions__col-info-left ul li a h4 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
.ef-eld-solutions__col-info-left ul li a p {
  color: #000000;
}
.ef-eld-solutions__col-info-left ul li a p:last-of-type {
  margin-bottom: 0;
}

.ef-eld-supported__col-title {
  margin-bottom: 50px;
}
.ef-eld-supported__col-title h2 {
  text-align: center;
}
.ef-eld-supported__col-title p:last-of-type {
  margin-bottom: 0;
}
.ef-eld-supported__col-logos {
  margin-bottom: 50px;
}