/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Be Vietnam Pro";
  src: url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Regular.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-SemiBold.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Medium.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Bold.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/BeVietnamPro-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url(/wp-content/themes/efi/assets/build/fonts/Urbanist-Medium.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/Urbanist-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url(/wp-content/themes/efi/assets/build/fonts/Urbanist-SemiBold.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/Urbanist-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url(/wp-content/themes/efi/assets/build/fonts/Urbanist-Bold.woff2) format("woff2"), url(/wp-content/themes/efi/assets/build/fonts/Urbanist-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.u-flex {
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-align-center {
  align-items: center;
}

.u-align-end {
  align-items: flex-end;
}

.u-flex-columns {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
  gap: 20px;
}

/**
* Padding utility classes
*/
.u-padding-a15 {
  padding: 15px;
}

.u-padding-t15 {
  padding-top: 15px;
}

.u-padding-a80 {
  padding: 80px;
}

.u-padding-t80 {
  padding-top: 80px;
}

.u-padding-b50 {
  padding-bottom: 50px;
}

/**
* Margin utility classes
*/
.u-margin-b10 {
  margin-bottom: 10px;
}

.u-margin-t10 {
  margin-top: 10px;
}

.u-margin-b50 {
  margin-bottom: 50px;
}

.u-margin-t50 {
  margin-top: 50px;
}

.container {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container.max-970 {
  max-width: 1030px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.u-reset-list {
  list-style-type: none;
}

.btn-main {
  line-height: 22px !important;
}

.btn-main {
  font-size: 18px;
  min-width: 119px;
  text-align: center;
  color: #000;
  display: inline-block;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.32px;
  border-radius: 30px;
  word-break: break-word;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
  padding: 14px 30px;
  margin: 0;
}
.btn-main a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.btn-main a:hover {
  color: inherit;
}

.btn-main-border {
  padding: 2px;
  border-radius: 32px;
  display: inline-block;
  cursor: pointer;
}
.btn-main-border .btn-main {
  border: 0;
}
.btn-main-border.btn-link-right-arrow {
  padding: 0;
}
.btn-main-border.btn-link-right-arrow .btn-main {
  padding: 0;
  min-width: auto;
}
.btn-main-border.btn-link-right-arrow .btn-main::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: -2px;
  width: 16px;
  height: 4px;
  -webkit-mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
          mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
  background-color: currentColor;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.25s ease-in-out;
}
.btn-main-border.btn-link-right-arrow .btn-main:hover::after {
  right: -2px;
}
.btn-main-border.btn-has-left-arrow .btn-main::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
  left: 0;
  width: 16px;
  height: 4px;
  -webkit-mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
          mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  background-color: #000000;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.25s ease-in-out;
}
.btn-main-border.btn-has-left-arrow .btn-main:hover::before {
  left: -2px;
}
.btn-main-border.btn-has-right-arrow .btn-main {
  padding: 14px 56px 14px 30px;
}
.btn-main-border.btn-has-right-arrow .btn-main::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  -webkit-mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
          mask: url(/wp-content/themes/efi/assets/build/images/ic-arrow.svg) no-repeat 50% 50%;
  background-color: black;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.25s ease-in-out;
}
.btn-main-border.btn-has-right-arrow .btn-main:hover::after {
  right: 26px;
}
.btn-main-border.btn-primary-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-main-border.btn-primary-white .btn-main {
  color: #000000;
}
.btn-main-border.btn-primary-white .btn-main::after {
  background-color: #000000;
}
.btn-main-border.btn-primary-white:hover {
  background-color: transparent !important;
}
.btn-main-border.btn-primary-white:hover .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-primary-white:hover .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-secondary-white {
  background-color: #ffffff;
}
.btn-main-border.btn-secondary-white .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-secondary-white .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-secondary-white:hover .btn-main {
  background-color: #ffffff !important;
}
.btn-main-border.btn-secondary-white:hover .btn-main {
  color: #000000;
}
.btn-main-border.btn-secondary-white:hover .btn-main::after {
  background-color: #000000;
}
.btn-main-border.btn-primary-gradient-blue-1 {
  background: linear-gradient(to right, #00153f 0%, #0069c1 100%);
}
.btn-main-border.btn-primary-gradient-blue-1 .btn-main {
  background: linear-gradient(to right, #00153f 0%, #0069c1 100%) !important;
}
.btn-main-border.btn-primary-gradient-blue-1 .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-primary-gradient-blue-1 .btn-main::before, .btn-main-border.btn-primary-gradient-blue-1 .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-blue-1:hover {
  opacity: 0.9;
}
.btn-main-border.btn-secondary-gradient-blue-1 {
  background: linear-gradient(to right, #00153f 0%, #0069c1 100%);
}
.btn-main-border.btn-secondary-gradient-blue-1 .btn-main::before, .btn-main-border.btn-secondary-gradient-blue-1 .btn-main::after {
  background-color: #000000;
}
.btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  background: linear-gradient(to right, #00153f 0%, #0069c1 100%) !important;
}
.btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main::before, .btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-purple-blue-green {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.btn-main-border.btn-primary-gradient-purple-blue-green .btn-main {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.btn-main-border.btn-primary-gradient-purple-blue-green .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-primary-gradient-purple-blue-green .btn-main::before, .btn-main-border.btn-primary-gradient-purple-blue-green .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-purple-blue-green:hover {
  opacity: 0.9;
}
.btn-main-border.btn-secondary-gradient-purple-blue-green {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.btn-main-border.btn-secondary-gradient-purple-blue-green .btn-main::before, .btn-main-border.btn-secondary-gradient-purple-blue-green .btn-main::after {
  background-color: #000000;
}
.btn-main-border.btn-secondary-gradient-purple-blue-green:hover .btn-main {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.btn-main-border.btn-secondary-gradient-purple-blue-green:hover .btn-main {
  color: #ffffff;
}
.btn-main-border.btn-secondary-gradient-purple-blue-green:hover .btn-main::before, .btn-main-border.btn-secondary-gradient-purple-blue-green:hover .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-pink-1 {
  background: linear-gradient(to left, #c40e91 0%, #fe4d57 100%);
  font-weight: bold;
}
.btn-main-border.btn-primary-gradient-pink-1 .btn-main {
  background: linear-gradient(to left, #c40e91 0%, #fe4d57 100%) !important;
  color: #ffffff !important;
}
.btn-main-border.btn-primary-gradient-pink-1 .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-pink-1:hover {
  opacity: 0.9;
}
.btn-main-border.btn-primary-gradient-red-pink-1 {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%);
}
.btn-main-border.btn-primary-gradient-red-pink-1 .btn-main {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%) !important;
  color: #ffffff !important;
}
.btn-main-border.btn-primary-gradient-red-pink-1 .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-red-pink-1:hover {
  opacity: 0.9;
}
.btn-main-border.btn-secondary-gradient-red-pink-1 {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%);
}
.btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%) !important;
  color: #ffffff !important;
}
.btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main::before, .btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-brown-red-1 {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.btn-main-border.btn-primary-gradient-brown-red-1 .btn-main {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
  color: #ffffff !important;
}
.btn-main-border.btn-primary-gradient-brown-red-1 .btn-main::after {
  background-color: #ffffff;
}
.btn-main-border.btn-primary-gradient-brown-red-1:hover {
  opacity: 0.9;
}
.btn-main-border.btn-secondary-gradient-brown-red-1 {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.btn-main-border.btn-secondary-gradient-brown-red-1:hover .btn-main {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
  color: #ffffff !important;
}
.btn-main-border.btn-secondary-gradient-brown-red-1:hover .btn-main::before, .btn-main-border.btn-secondary-gradient-brown-red-1:hover .btn-main::after {
  background-color: #ffffff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.u-hidden {
  display: none !important;
}

div[class*=wp-block-efi] {
  overflow: hidden;
}

.tax-gradient-theme1 .btn-main-border.btn-secondary-gradient-blue-1 {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%);
}
.tax-gradient-theme1 .btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  background: linear-gradient(90deg, #ab0a3d 0%, #e0021b 39.41%, #df0881 68.97%, #93378c 100%) !important;
}

.tax-gradient-theme2 .btn-main-border.btn-secondary-gradient-red-pink-1 {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.tax-gradient-theme2 .btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.tax-gradient-theme2 .btn-main-border.btn-primary-gradient-red-pink-1 {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.tax-gradient-theme2 .btn-main-border.btn-primary-gradient-red-pink-1 .btn-main {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.tax-gradient-theme2 .btn-main-border.btn-secondary-gradient-blue-1 {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.tax-gradient-theme2 .btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.tax-gradient-theme2 .tax-gradient-border {
  border-image-source: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.tax-gradient-theme2 .tax-gradient-background {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%) !important;
}
.tax-gradient-theme2 .customer-stories .customer-stories__featured::after {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.tax-gradient-theme2 .customer-stories .customer-stories__testimonial::after {
  background: linear-gradient(270deg, #8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}
.tax-gradient-theme2 .product-resources .product-resources__row .product-resources__item.featured-video::before, .tax-gradient-theme2 .product-resources .product-resources__row .product-resources__item.featured-video::after {
  background: linear-gradient(#8a84d6 0%, #7b9cd1 13.54%, #61cac9 35%, #59c7c9 36.4%, #33b8cb 45.01%, #17aecd 52.93%, #06a8ce 59.85%, #00a6cf 65%, #00a4cc 77.76%, #02a1c5 83.27%, #059bb9 87.37%, #0a92a7 90.79%, #118790 93.78%, #187973 96.46%, #216952 98.87%, #276040 100%);
}

.tax-gradient-theme3 .btn-main-border.btn-secondary-gradient-red-pink-1 {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.tax-gradient-theme3 .btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
}
.tax-gradient-theme3 .btn-main-border.btn-primary-gradient-red-pink-1 {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.tax-gradient-theme3 .btn-main-border.btn-primary-gradient-red-pink-1 .btn-main {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
}
.tax-gradient-theme3 .btn-main-border.btn-secondary-gradient-blue-1 {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.tax-gradient-theme3 .btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
}
.tax-gradient-theme3 .tax-gradient-border {
  border-image-source: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
}
.tax-gradient-theme3 .tax-gradient-background {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%) !important;
}
.tax-gradient-theme3 .customer-stories .customer-stories__featured::after {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.tax-gradient-theme3 .customer-stories .customer-stories__testimonial::after {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}
.tax-gradient-theme3 .product-resources .product-resources__row .product-resources__item.featured-video::before, .tax-gradient-theme3 .product-resources .product-resources__row .product-resources__item.featured-video::after {
  background: linear-gradient(90deg, #ae4f1e 0%, #da652d 31.53%, #cd2c2a 70.87%, #cd2e7f 100%);
}

.tax-gradient-theme4 .btn-main-border.btn-secondary-gradient-red-pink-1 {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}
.tax-gradient-theme4 .btn-main-border.btn-secondary-gradient-red-pink-1:hover .btn-main {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%) !important;
}
.tax-gradient-theme4 .btn-main-border.btn-primary-gradient-red-pink-1 {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}
.tax-gradient-theme4 .btn-main-border.btn-primary-gradient-red-pink-1 .btn-main {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%) !important;
}
.tax-gradient-theme4 .btn-main-border.btn-secondary-gradient-blue-1 {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}
.tax-gradient-theme4 .btn-main-border.btn-secondary-gradient-blue-1:hover .btn-main {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%) !important;
}
.tax-gradient-theme4 .tax-gradient-border {
  border-image-source: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%) !important;
}
.tax-gradient-theme4 .tax-gradient-background {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%) !important;
}
.tax-gradient-theme4 .customer-stories .customer-stories__featured::after {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}
.tax-gradient-theme4 .customer-stories .customer-stories__testimonial::after {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}
.tax-gradient-theme4 .product-resources .product-resources__row .product-resources__item.featured-video::before, .tax-gradient-theme4 .product-resources .product-resources__row .product-resources__item.featured-video::after {
  background: linear-gradient(79deg, #9eaf00 0%, #1f8483 50%, #469889 74%, #276040 100%);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

html {
  -webkit-font-smoothing: none;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #262E36;
  word-break: break-word;
}

sup,
sub {
  font-size: inherit;
  vertical-align: revert;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a:active {
  outline: 0;
}

a {
  color: #2670CA;
  text-decoration: none;
}
a[href="#"] {
  cursor: auto;
}

figcaption {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 1;
}

p {
  margin: 16px 0;
  font-size: 18px;
  line-height: 30px;
}
p:last-child {
  margin: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
  margin: 0;
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 76px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 46px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 42px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 40px;
}

h6,
.h6 {
  font-size: 22px;
  line-height: 38px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

figure,
iframe,
.mejs-container {
  width: 100% !important;
}

pre {
  white-space: pre-wrap;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type=search], input[type=text], input[type=password] {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
input:focus {
  outline: none;
}

textarea:focus,
select:focus {
  outline: none;
}

input[type=submit],
button[type=submit] {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 8px 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
}

.site-main {
  padding-top: 211px;
}

.site .wp-activate-container {
  margin-top: 220px;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.site .wp-activate-container form#activateform #submit {
  margin: 0;
}

.entry-content > *:not([class*=wp-block-efi]) {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 60px);
}
.entry-content > ul {
  list-style-type: none;
}
.entry-content > ul li {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin: 16px 0;
}
.entry-content > ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border: 1.5px solid currentColor;
  border-radius: 100%;
}
.entry-content > ul ul {
  list-style-type: none;
}
.entry-content > ul ul li::before {
  background-color: transparent;
  border-color: currentColor;
}
.entry-content > ol {
  list-style-position: outside;
  padding-left: 35px;
}
.entry-content > ol li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin: 16px 0;
  padding-left: 5px;
}
.entry-content > *:first-child:not([class*=wp-block-efi]) {
  margin-top: 60px;
}
.entry-content > *:last-child:not([class*=wp-block-efi]) {
  margin-bottom: 140px;
}
.entry-content > h1 {
  margin: 60px auto;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  margin: 40px auto 20px;
}
.entry-content > blockquote {
  border: 0;
  margin: 40px auto;
  position: relative;
  padding: 40px;
  box-shadow: 0px 10px 40px rgba(111, 137, 163, 0.2);
}
.entry-content > blockquote::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #ea002a 0%, #e50695 19.21%, #61cac9 43.35%, #c1d500 55.66%, #cdd208 60.59%, #edca1d 69.46%, #ffc529 73.89%, #ff9e24 82.27%, #ff671c 91.63%, #bb4700 100%);
}

.btn-main a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.btn-main-border .btn-main a::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

div#onetrust-banner-sdk:focus {
  outline: 2px solid #fff;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href]:focus {
  color: #8e8e8e;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header {
  padding: 40px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
  transition: 0.25s ease-in-out;
}
.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: transparent linear-gradient(90deg, #EA002A 0%, #E50695 19%, #61CAC9 43%, #C1D500 56%, #CDD208 61%, #EDCA1D 69%, #FFC529 74%, #FF9E24 82%, #FF671C 92%, #BB4700 100%) 0% 0% no-repeat padding-box;
}
.site-header.fixed-header {
  padding: 20px 0 0;
  position: fixed;
}
.site-header.header-notification-enabled {
  padding: 60px 0 0;
}
.site-header.header-notification-enabled .site-header-notification {
  position: absolute;
  top: 0px;
  padding: 8px;
  text-align: center;
  width: 100%;
  background-color: #D7ECF4;
  align-items: center;
  justify-content: center;
  display: flex;
}
.site-header.header-notification-enabled .site-header-notification p {
  font-size: 15px;
}
.site-header.header-notification-enabled .site-header-notification a {
  text-decoration: underline;
}
.site-header.header-notification-enabled .site-header-notification img {
  width: 25px;
  margin-right: 10px;
}
.site-header .menu-toggle {
  display: none;
}
.site-header .site-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-header__top .site-branding img {
  display: block;
}
.site-header .site-header__top-right {
  gap: 40px;
  position: relative;
}
.site-header .search-form-wrapper {
  position: relative;
  width: 300px;
  max-width: 100%;
}
.site-header .search-form-wrapper .search-field {
  color: #777D83;
  border: 2px solid rgba(112, 112, 112, 0.3);
  border-radius: 40px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 10px 8px 57px;
}
.site-header .search-form-wrapper .search-field:focus {
  outline: none;
}
.site-header .search-form-wrapper .search-submit {
  position: absolute;
  left: 20px;
  top: 50%;
  border: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(/wp-content/themes/efi/assets/build/images/search-icon.svg) no-repeat center;
  background-size: contain;
}
.site-header .search-form-wrapper .error-message {
  color: red;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.site-header .site-header__languages-list {
  display: none;
  position: absolute;
  right: 0px;
  top: 55px;
  box-shadow: 2px 6px 18px rgba(130, 127, 128, 0.35);
  background-color: rgb(255, 255, 255);
  z-index: 111;
  border: solid 1px #e1e1e1;
  min-width: 280px;
}
.site-header .site-header__languages-list::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  background: transparent linear-gradient(90deg, #EA002A 0%, #E50695 19%, #61CAC9 43%, #C1D500 56%, #CDD208 61%, #EDCA1D 69%, #FFC529 74%, #FF9E24 82%, #FF671C 92%, #BB4700 100%) 0% 0% no-repeat padding-box;
}
.site-header .site-header__languages-list ul {
  list-style: none;
}
.site-header .site-header__languages-list ul a {
  color: #000;
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #e1e1e1;
}
.site-header .site-header__languages-list ul a:hover {
  color: #2670CA;
}
.site-header .site-header__languages-list ul li:last-child a {
  border-bottom: none;
}
.site-header .site-header__languages-list ul .language-active-item a {
  color: #2670CA;
}
.site-header .site-header__languages-list ul .wpml-ls-flag {
  margin-right: 8px;
}
.site-header .site-header__top-action {
  gap: 40px;
}
.site-header .site-header__top-action li a {
  display: flex;
}
.site-header .site-header__top-action li a.cart::after {
  width: 21.8px;
  background-image: url(/wp-content/themes/efi/assets/build/images/cart-icon.svg);
}
.site-header .site-header__top-action li a.user::after {
  width: 19.05px;
  background-image: url(/wp-content/themes/efi/assets/build/images/user-icon.svg);
}
.site-header .site-header__top-action li a.globe {
  gap: 5px;
  flex-direction: row-reverse;
}
.site-header .site-header__top-action li a.globe::after {
  background-image: url(/wp-content/themes/efi/assets/build/images/globe-icon.svg);
}
.site-header .site-header__top-action li a.globe img {
  width: 18px;
  height: 20px;
}
.site-header .site-header__top-action li a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header .efi-menu .search-form-wrapper {
  display: none;
}
.site-header ul.primary-menu li.active > .submenu-toggle {
  transform: rotate(-180deg);
}
.site-header ul.primary-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
}
.site-header ul.primary-menu > li .submenu-toggle {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
}
.site-header ul.primary-menu > li .efi-angle-down {
  background-image: url(/wp-content/themes/efi/assets/build/images/menu-down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
  top: -2px;
  position: relative;
}
.site-header ul.primary-menu > li.menu-gradient-btn a {
  color: #ffffff !important;
}
.site-header ul.primary-menu > li.menu-gradient-btn a {
  background: linear-gradient(to left, #c40e91 0%, #fe4d57 100%);
  padding: 10px;
  border-radius: 29px;
  min-width: 119px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: 0.25s all ease-in-out;
}
.site-header ul.primary-menu > li.menu-gradient-btn a:hover {
  opacity: 0.9;
}
.site-header ul.primary-menu .megamenu-wrap__item .efi-angle-down {
  display: none !important;
}

.off-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
}

.efi-breadcrumbs {
  padding: 24px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  font-size: 14px;
  line-height: 30px;
  color: #262E36;
}
.efi-breadcrumbs a {
  color: #262E36;
}
.efi-breadcrumbs i {
  font-size: 0;
  margin: 0 5px;
  background-image: url(/wp-content/themes/efi/assets/build/images/menu-down-arrow.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 7px;
  display: inline-block;
  transform: rotate(-90deg);
  line-height: 0;
  position: relative;
  top: -2px;
}
.efi-breadcrumbs .breadcrumb_last {
  color: #2670CA;
}

.site-footer {
  background-color: #08080B;
  overflow: hidden;
}
.site-footer .site-footer__top > .container {
  gap: 0 40px;
}
.site-footer .site-footer__top ul li {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 20px;
}
.site-footer .site-footer__top ul li:last-child {
  margin: 0;
}
.site-footer .site-footer__top ul li.menu-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
  margin: 0 0 30px;
}
.site-footer .site-footer__top ul li.menu-title a {
  color: #ffffff;
}
.site-footer .site-footer__top ul li a {
  color: #b9c3cc;
}
.site-footer .site-footer__top .site-footer__col {
  position: relative;
}
.site-footer .site-footer__info {
  width: calc(28% - 40px);
  padding: 96px 0 140px;
  position: relative;
}
.site-footer .site-footer__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110%;
  height: 100px;
  background: url(/wp-content/themes/efi/assets/build/images/footer-background-grids.png) no-repeat center;
  background-size: contain;
}
.site-footer .site-footer__menus {
  width: calc(75% - 40px);
}
.site-footer .site-footer__description {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.site-footer .site-footer__bottom {
  padding: 27px 0 25px;
  position: relative;
}
.site-footer .site-footer__bottom::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-image: url(/wp-content/themes/efi/assets/build/images/footer-gradient-line.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer .site-footer__bottom > .container {
  gap: 20px;
}
.site-footer .site-footer__copyright {
  color: #b9c3cc;
}
.site-footer .site-footer__social {
  gap: 20px;
}
.site-footer .site-footer__social li {
  line-height: 0;
}
.site-footer .site-footer__social .follow-us-label {
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
  gap: 20px;
}
.site-footer .site-footer__social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  background-color: #ffffff;
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
  text-align: center;
  transition: 0.25s all ease-in-out;
  display: inline-block;
}
.site-footer .site-footer__social a:hover {
  opacity: 0.9;
}
.site-footer .site-footer__social a.efi-facebook-f {
  background-image: url(/wp-content/themes/efi/assets/build/images/facebook-f-brands.svg);
  background-size: 8px 16px;
}
.site-footer .site-footer__social a.efi-x-twitter {
  background-image: url(/wp-content/themes/efi/assets/build/images/x-twitter-brands.svg);
}
.site-footer .site-footer__social a.efi-instagram {
  background-image: url(/wp-content/themes/efi/assets/build/images/instagram-brands.svg);
}
.site-footer .site-footer__social a.efi-linkedin {
  background-image: url(/wp-content/themes/efi/assets/build/images/linkedin-in-brands.svg);
}
.site-footer .site-footer__social a.efi-youtube {
  background-image: url(/wp-content/themes/efi/assets/build/images/youtube-brands.svg);
  background-size: 16px;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.post-thumbnail.fullwidth img {
  width: 100%;
}

.comments-area .comments-title {
  margin-bottom: 10px;
}
.comments-area .comment-list {
  list-style: none;
  line-height: 20px;
}
.comments-area .comment-list .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 5px;
}
.comments-area .comment-list .comment-author.vcard img {
  border-radius: 50%;
}
.comments-area .comment-list .comment-author.vcard a {
  text-transform: capitalize;
}
.comments-area .comment-list .comment-metadata,
.comments-area .comment-list .reply {
  margin: 10px 0;
}
.comments-area .comment-list pre {
  white-space: pre-wrap;
}
.comments-area .comment-list ul,
.comments-area .comment-list ol {
  padding-left: 15px;
}
.comments-area .comment-list .comment {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.comments-area .comment-list .comment .children {
  list-style: none;
}
.comments-area .comment-respond .comment-reply-title,
.comments-area .comment-respond .comment-form p {
  margin-bottom: 10px;
}
.comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.comments-area .comment-respond .comment-form-comment label {
  margin-bottom: 5px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  background: #f7f7f7;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px;
  border-radius: 3px;
}
.comments-area .comment-respond input#submit {
  background: #707070;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 0;
}

.not-found {
  padding: 80px 0;
  text-align: center;
}
.not-found .page-title {
  margin-bottom: 10px;
}
.not-found p {
  color: black;
  margin: 0 auto 30px;
}
.not-found .btn-main {
  background-color: #ffffff;
}
.not-found .search-form-wrapper {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}
.not-found .search-form-wrapper .error-message {
  color: red;
  font-size: 14px;
  margin: 7px 0 0;
  text-align: center;
}
.not-found .search-form {
  position: relative;
}
.not-found .search-form .search-field {
  color: #777D83;
  border: 2px solid rgba(112, 112, 112, 0.3);
  border-radius: 40px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 50px 8px 20px;
}
.not-found .search-form .search-field:focus {
  outline: none;
}
.not-found .search-form .search-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  border: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(/wp-content/themes/efi/assets/build/images/search-icon.svg) no-repeat center;
  background-size: contain;
}

.error-404 .error-box {
  width: 553px;
  margin: 0 auto;
}
.error-404 .error-box .img-error {
  width: 300px;
  height: auto;
}
.error-404 h1 {
  font-size: 176px;
  line-height: 120%;
  font-weight: 800;
  color: #013383;
  margin: 0 0 0 -12px;
  text-shadow: 7px 8px 0 #B2B2B2;
}
.error-404 h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .site-footer .site-footer__top .site-footer__col:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(112, 112, 112, 0.16);
  }
  .site-footer .site-footer__top .site-footer__col.site-footer__products-col {
    width: 24.5%;
  }
  .site-footer .site-footer__top .site-footer__col.site-footer__support-col {
    width: 25.5%;
  }
  .site-footer .site-footer__top .site-footer__col.site-footer__about-col {
    width: 22.5%;
  }
  .site-footer .site-footer__top .site-footer__col.site-footer__legal-terms-col {
    width: 27.5%;
  }
}
@media (min-width: 992px) {
  .min-992-padd-half {
    padding: 70px 0;
  }
  .site-footer .site-footer__top .site-footer__col {
    padding: 96px 25px 50px;
  }
  .site-footer .site-footer__top .site-footer__col:last-child {
    padding: 96px 0 50px 25px;
  }
  .site-footer .site-footer__logo {
    margin: 0 0 40px;
  }
  .site-footer .site-footer__social .follow-us-label::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .site-header.fixed-header ul.primary-menu {
    padding: 10px 0 20px;
  }
  .site-header.fixed-header ul.primary-menu > li .children,
  .site-header.fixed-header ul.primary-menu > li .sub-menu {
    border-top-width: 34.5px;
  }
  .site-header.fixed-header ul.primary-menu > li .megamenu-wrap {
    margin-top: -34px;
    border-top-width: 34px;
  }
  .site-header ul.primary-menu {
    justify-content: space-between;
    gap: 20px;
    position: relative;
    padding: 20px 0 40px;
    transition: 0.25s ease-in-out;
  }
  .site-header ul.primary-menu li.menu-item-has-children {
    position: relative;
  }
  .site-header ul.primary-menu li.active > .children,
  .site-header ul.primary-menu li.active > .sub-menu {
    display: block !important;
  }
  .site-header ul.primary-menu > li {
    letter-spacing: 0.32px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: -56px;
    display: none;
    border-top: 56px solid transparent;
    max-height: 80vh;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__inner {
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 10px 40px rgba(111, 137, 163, 0.2);
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left {
    background-color: #000000;
    width: 30%;
    height: 100%;
    position: relative;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 40px;
    transform: translate(8px, -50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 0 2px 0 0;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul {
    padding: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul li:not(:last-child) {
    margin: 0 0 20px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul li.active a {
    color: #ffffff;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul a {
    font-size: 18px;
    font-family: "Urbanist", BlinkMacSystemFont, sans-serif;
    color: #B9C3CC;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul a:hover {
    color: #ffffff;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right {
    width: 70%;
    height: 100%;
    padding: 60px 100px;
    overflow: auto;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right .megamenu-wrap__item_details {
    display: none;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right .megamenu-wrap__item_details.active {
    display: block;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right .megamenu-wrap__item_details .megamenu-wrap__right-img {
    margin: 0 0 30px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right .megamenu-wrap__item_details > *:not(:last-child) {
    margin: 0 0 20px;
  }
  .site-header ul.primary-menu > li.active .megamenu-wrap {
    display: flex;
  }
  .site-header ul.primary-menu > li > .children,
  .site-header ul.primary-menu > li > .sub-menu {
    border-top: 54.5px solid transparent;
    transform: translate(-50%, 0);
  }
  .site-header ul.primary-menu > li .children,
  .site-header ul.primary-menu > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    display: none;
    min-width: 16rem;
    list-style-type: none;
  }
  .site-header ul.primary-menu > li .children li,
  .site-header ul.primary-menu > li .sub-menu li {
    display: block;
    padding: 10px 30px;
    background-color: #000000;
    box-shadow: 0px 20px 40px -10px rgba(111, 137, 163, 0.3);
    position: relative;
  }
  .site-header ul.primary-menu > li .children li .submenu-toggle,
  .site-header ul.primary-menu > li .sub-menu li .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #B9C3CC;
    background-image: url(/wp-content/themes/efi/assets/build/images/menu-down-arrow-gray.svg);
  }
  .site-header ul.primary-menu > li .children li a,
  .site-header ul.primary-menu > li .sub-menu li a {
    color: #B9C3CC;
  }
  .site-header ul.primary-menu > li .children li a:hover,
  .site-header ul.primary-menu > li .sub-menu li a:hover {
    color: #ffffff;
  }
  .site-header ul.primary-menu > li .children li.active > a, .site-header ul.primary-menu > li .children li.active > .submenu-toggle,
  .site-header ul.primary-menu > li .sub-menu li.active > a,
  .site-header ul.primary-menu > li .sub-menu li.active > .submenu-toggle {
    color: #ffffff;
  }
  .site-header ul.primary-menu > li .children li .children,
  .site-header ul.primary-menu > li .children li .sub-menu,
  .site-header ul.primary-menu > li .sub-menu li .children,
  .site-header ul.primary-menu > li .sub-menu li .sub-menu {
    display: none;
    left: 100%;
    top: 0;
  }
  .site-header ul.primary-menu > li:nth-child(5) .children li .submenu-toggle,
  .site-header ul.primary-menu > li:nth-child(5) .sub-menu li .submenu-toggle, .site-header ul.primary-menu > li:nth-child(6) .children li .submenu-toggle,
  .site-header ul.primary-menu > li:nth-child(6) .sub-menu li .submenu-toggle, .site-header ul.primary-menu > li:nth-child(7) .children li .submenu-toggle,
  .site-header ul.primary-menu > li:nth-child(7) .sub-menu li .submenu-toggle, .site-header ul.primary-menu > li:nth-child(8) .children li .submenu-toggle,
  .site-header ul.primary-menu > li:nth-child(8) .sub-menu li .submenu-toggle, .site-header ul.primary-menu > li:nth-child(9) .children li .submenu-toggle,
  .site-header ul.primary-menu > li:nth-child(9) .sub-menu li .submenu-toggle {
    transform: translateY(-50%) rotate(90deg);
    right: auto;
    left: 4px;
  }
  .site-header ul.primary-menu > li:nth-child(5) .children .children,
  .site-header ul.primary-menu > li:nth-child(5) .children .sub-menu,
  .site-header ul.primary-menu > li:nth-child(5) .sub-menu .children,
  .site-header ul.primary-menu > li:nth-child(5) .sub-menu .sub-menu, .site-header ul.primary-menu > li:nth-child(6) .children .children,
  .site-header ul.primary-menu > li:nth-child(6) .children .sub-menu,
  .site-header ul.primary-menu > li:nth-child(6) .sub-menu .children,
  .site-header ul.primary-menu > li:nth-child(6) .sub-menu .sub-menu, .site-header ul.primary-menu > li:nth-child(7) .children .children,
  .site-header ul.primary-menu > li:nth-child(7) .children .sub-menu,
  .site-header ul.primary-menu > li:nth-child(7) .sub-menu .children,
  .site-header ul.primary-menu > li:nth-child(7) .sub-menu .sub-menu, .site-header ul.primary-menu > li:nth-child(8) .children .children,
  .site-header ul.primary-menu > li:nth-child(8) .children .sub-menu,
  .site-header ul.primary-menu > li:nth-child(8) .sub-menu .children,
  .site-header ul.primary-menu > li:nth-child(8) .sub-menu .sub-menu, .site-header ul.primary-menu > li:nth-child(9) .children .children,
  .site-header ul.primary-menu > li:nth-child(9) .children .sub-menu,
  .site-header ul.primary-menu > li:nth-child(9) .sub-menu .children,
  .site-header ul.primary-menu > li:nth-child(9) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 1199px) {
  .site .wp-activate-container {
    margin-top: 90px;
  }
  .admin-bar .site-header.toggled .efi-menu {
    top: 109px;
  }
  .site-header:not(.toggled) .efi-menu {
    top: -100% !important;
  }
  .site-header {
    padding: 19px 0 18px;
  }
  .site-header.fixed-header {
    padding: 15px 0 13px;
  }
  .site-header .site-branding {
    width: 63px;
  }
  .site-header.header-notification-enabled {
    padding: 60px 0 15px;
  }
  .site-header.header-notification-enabled .site-header-notification p {
    font-size: 14px;
    line-height: 20px;
  }
  .site-header .menu-toggle {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  .site-header .menu-toggle > span {
    display: block;
    background: #000;
    border-radius: 10px;
    height: 2px;
    margin: 2px 0 2px auto;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .site-header .menu-toggle > span:nth-of-type(1) {
    width: 24px;
  }
  .site-header .menu-toggle > span:nth-of-type(2) {
    width: 30px;
  }
  .site-header .menu-toggle > span:nth-of-type(3) {
    width: 18px;
  }
  .site-header.toggled .efi-menu {
    top: 77px;
  }
  .site-header.toggled .menu-toggle > span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(1px, 7px);
    width: 24px;
  }
  .site-header.toggled .menu-toggle > span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg) translate(-3px, -3px);
    width: 24px;
  }
  .site-header.toggled .menu-toggle > span:nth-of-type(3) {
    transform-origin: bottom;
    transform: translate(-2px, -1px) rotatez(45deg);
    opacity: 0;
  }
  .site-header.toggled .site-header__top-action {
    visibility: visible;
  }
  .site-header .site-header__top-right .search-form-wrapper {
    display: none;
  }
  .site-header .site-header__top-action {
    visibility: hidden;
  }
  .site-header .efi-menu {
    position: fixed;
    top: -100%;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 92px);
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 30px 75px;
    background-color: #ffffff;
    overflow: auto;
  }
  .site-header .efi-menu .search-form-wrapper {
    display: block;
    width: 358px;
    margin: 0 0 30px;
  }
  .site-header ul.primary-menu {
    flex-wrap: wrap;
  }
  .site-header ul.primary-menu > li {
    width: 100%;
    position: relative;
    padding: 20px 13px 20px 0;
  }
  .site-header ul.primary-menu > li > a {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
    display: inline-block;
  }
  .site-header ul.primary-menu > li.menu-gradient-btn > a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.32px;
  }
  .site-header ul.primary-menu > li .submenu-toggle {
    margin-top: -2px;
    margin-left: 8px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul {
    padding: 10px 0 0 15px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul li {
    padding-top: 20px;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left ul li a {
    font-size: 18px;
    color: #000000;
  }
  .site-header ul.primary-menu > li.menu-item-has-children .sub-menu,
  .site-header ul.primary-menu > li.menu-item-has-children .children {
    display: none;
    list-style-type: none;
    padding: 10px 0 10px 15px;
  }
  .site-header ul.primary-menu > li.menu-item-has-children .sub-menu li,
  .site-header ul.primary-menu > li.menu-item-has-children .children li {
    padding-top: 20px;
  }
  .site-header ul.primary-menu > li.menu-item-has-children .sub-menu li a,
  .site-header ul.primary-menu > li.menu-item-has-children .children li a {
    font-size: 18px;
    color: #000000;
  }
  .site-header ul.primary-menu > li .megamenu-wrap {
    display: none;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__left {
    width: 100%;
  }
  .site-header ul.primary-menu > li .megamenu-wrap .megamenu-wrap__right {
    display: none;
  }
  .site-footer .site-footer__info::after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3,
  .h3 {
    font-size: 34px;
    line-height: 44px;
  }
  h4,
  .h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 32px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .site-main {
    padding-top: 76.75px;
  }
}
@media (max-width: 991px) {
  .wp-block-columns.columns-991-full {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.columns-991-full .wp-block-column {
    width: 100%;
    flex-basis: 100%;
  }
  .entry-content > *:last-child:not([class*=wp-block-efi]) {
    margin-bottom: 80px;
  }
  .site-footer .site-footer__top .site-footer__col {
    padding: 46px 30px 43px;
  }
  .site-footer .site-footer__top .site-footer__col:last-child {
    padding: 46px 0 140px 30px;
  }
  .site-footer .site-footer__info {
    padding: 40px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
  }
  .site-footer .site-footer__info::after {
    display: none;
  }
  .site-footer .site-footer__menus {
    width: 100%;
    position: relative;
  }
  .site-footer .site-footer__menus::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 30%;
    height: 140px;
    background: url(/wp-content/themes/efi/assets/build/images/footer-background-grids.png) no-repeat bottom center;
    background-size: contain;
  }
  .site-footer .site-footer__logo {
    width: 80px;
  }
  .site-footer .site-footer__description {
    width: calc(100% - 120px);
  }
  .site-footer .site-footer__bottom::before {
    background-image: url(/wp-content/themes/efi/assets/build/images/footer-mobile-gradient-line.svg);
  }
  .site-footer .site-footer__bottom > .container {
    flex-direction: column-reverse;
  }
  .site-footer .site-footer__social .follow-us-label {
    width: 100%;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .site-header.toggled .efi-menu {
    top: 123px;
  }
}
@media (max-width: 767px) {
  .u-margin-t50\@max-767 {
    margin-top: 25px;
  }
  .u-margin-b50\@max-767 {
    margin-bottom: 25px;
  }
  .btn-main {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content > ul li {
    padding-left: 26px;
    font-size: 16px;
    line-height: 26px;
    margin: 14px 0;
  }
  .entry-content > ul li::before {
    left: 6px;
  }
  .entry-content > ol li {
    font-size: 16px;
    line-height: 26px;
    margin: 14px 0;
  }
  .entry-content > ol {
    padding-left: 20px;
  }
  .entry-content > blockquote {
    padding: 24px;
  }
  .site-header.header-notification-enabled {
    padding: 70px 0 15px;
  }
  .site-header .site-header__languages-list {
    top: 50px;
  }
  .site-footer .site-footer__top .site-footer__col {
    width: calc(50% - 10px);
    padding: 0;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(odd) {
    padding: 0 10px 0 0;
    width: calc(35% - 10px);
    margin-right: 10%;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(even) {
    padding: 0 0 0 10px;
    width: calc(35% - 10px);
    margin-left: 10%;
  }
  .site-footer .site-footer__top .site-footer__col:last-child {
    padding-bottom: 160px !important;
  }
  .site-footer .site-footer__menus {
    padding: 50px 0 40px;
    position: relative;
    gap: 40px 20px;
  }
  .site-footer .site-footer__menus::before {
    width: 50%;
    height: 100px;
  }
  .site-footer .site-footer__menus::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 200%;
    margin-left: -9%;
    background-color: rgba(112, 112, 112, 0.16);
  }
  .site-footer .site-footer__copyright {
    font-size: 12px;
  }
  .not-found {
    padding: 60px 0;
  }
  .error-404 .error-box {
    width: 380px;
  }
  .error-404 h1 {
    font-size: 120px;
    text-shadow: 4px 5px 0 #B2B2B2;
  }
  .error-404 h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .site-footer .site-footer__top .site-footer__col:nth-child(odd) {
    width: calc(40% - 10px);
    margin-right: 5%;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(even) {
    width: calc(40% - 10px);
    margin-left: 5%;
  }
  .site-footer .site-footer__top .site-footer__col:last-child {
    padding-bottom: 130px !important;
  }
  .site-footer .site-footer__menus::before {
    width: 70%;
    height: 90px;
    right: -17%;
  }
  .site-footer .site-footer__menus::after {
    margin-left: -6%;
  }
}
@media (max-width: 480px) {
  .site-footer .site-footer__top .site-footer__col:nth-child(odd) {
    padding: 0 13% 0 0;
    width: 50%;
    margin-right: 0;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(even) {
    padding: 0;
    width: 50%;
    margin-left: 0;
  }
  .site-footer .site-footer__top .site-footer__col:last-child {
    padding-bottom: 100px !important;
  }
  .site-footer .site-footer__menus {
    gap: 40px 0;
  }
  .site-footer .site-footer__menus::after {
    margin-left: -8%;
  }
  .site-footer .site-footer__social {
    width: 100%;
    justify-content: space-between;
  }
  .error-404 .error-box {
    width: 280px;
  }
}
@media (max-width: 400px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .site-header.header-notification-enabled {
    padding: 100px 0 25px;
  }
  .site-header .site-header__top-right {
    gap: 20px;
  }
  .site-header .site-header__top-action {
    gap: 18px;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(odd) {
    padding: 0;
    width: 100%;
  }
  .site-footer .site-footer__top .site-footer__col:nth-child(even) {
    padding: 0;
    width: 100%;
  }
  .site-footer .site-footer__menus::before {
    width: 100%;
  }
  .site-footer .site-footer__menus::after {
    display: none;
  }
  .site-footer .site-footer__logo {
    width: 100%;
  }
  .site-footer .site-footer__description {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/