a.we-btn-black,
button.we-btn-black {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-black,
  button.we-btn-black {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-black span,
button.we-btn-black span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-black span:after,
button.we-btn-black span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-black span:after,
  button.we-btn-black span:after {
    top: 6px;
  }
}
a.we-btn-black:hover span,
button.we-btn-black:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-black:hover span:after,
button.we-btn-black:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-black,
button.we-btn-black {
  background-color: #000;
  border: 2px solid #000;
}
a.we-btn-red,
button.we-btn-red {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-red,
  button.we-btn-red {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-red span,
button.we-btn-red span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-red span:after,
button.we-btn-red span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-red span:after,
  button.we-btn-red span:after {
    top: 6px;
  }
}
a.we-btn-red:hover span,
button.we-btn-red:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-red:hover span:after,
button.we-btn-red:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-red,
button.we-btn-red {
  background-color: #eb0000;
  border: 2px solid #eb0000;
}
a.we-btn-red:hover,
button.we-btn-red:hover {
  background-color: #d80000;
  border: 2px solid #d80000;
}
a.we-btn-green,
button.we-btn-green {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-green,
  button.we-btn-green {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-green span,
button.we-btn-green span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-green span:after,
button.we-btn-green span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-green span:after,
  button.we-btn-green span:after {
    top: 6px;
  }
}
a.we-btn-green:hover span,
button.we-btn-green:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-green:hover span:after,
button.we-btn-green:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-green,
button.we-btn-green {
  background-color: #51a71d;
  border: 2px solid #51a71d;
}
a.we-btn-green:hover,
button.we-btn-green:hover {
  background-color: #469c12;
  border: 2px solid #469c12;
}
a.we-btn-blue,
button.we-btn-blue {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-blue,
  button.we-btn-blue {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-blue span,
button.we-btn-blue span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-blue span:after,
button.we-btn-blue span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-blue span:after,
  button.we-btn-blue span:after {
    top: 6px;
  }
}
a.we-btn-blue:hover span,
button.we-btn-blue:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-blue:hover span:after,
button.we-btn-blue:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-blue,
button.we-btn-blue {
  background-color: #006dff;
  border: 2px solid #006dff;
}
a.we-btn-blue:hover,
button.we-btn-blue:hover {
  background-color: #0080ff;
  border: 2px solid #0080ff;
}
a.we-btn-blue span,
button.we-btn-blue span {
  pointer-events: none;
}
a.we-app-store,
button.we-app-store {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-app-store,
  button.we-app-store {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-app-store span,
button.we-app-store span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-app-store span:after,
button.we-app-store span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-app-store span:after,
  button.we-app-store span:after {
    top: 6px;
  }
}
a.we-app-store:hover span,
button.we-app-store:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-app-store:hover span:after,
button.we-app-store:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-app-store,
button.we-app-store {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  a.we-app-store,
  button.we-app-store {
    width: 123px;
  }
}
a.we-app-store img,
button.we-app-store img {
  height: 100%;
  left: 0;
  right: auto !important;
  top: 0;
  width: 100%;
}
a.we-app-store:hover,
button.we-app-store:hover {
  background-color: transparent;
  border: 0;
}
a.we-btn-white,
button.we-btn-white {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-white,
  button.we-btn-white {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-white span,
button.we-btn-white span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-white span:after,
button.we-btn-white span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-white span:after,
  button.we-btn-white span:after {
    top: 6px;
  }
}
a.we-btn-white:hover span,
button.we-btn-white:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-white:hover span:after,
button.we-btn-white:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-white,
button.we-btn-white {
  background-color: #fff;
  border: 2px solid #fff;
}
a.we-btn-white span,
button.we-btn-white span {
  color: #000;
}
a.we-btn-white span:after,
button.we-btn-white span:after {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
  background-size: cover;
}
a.we-btn-transparent,
button.we-btn-transparent {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-transparent,
  button.we-btn-transparent {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-transparent span,
button.we-btn-transparent span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-transparent span:after,
button.we-btn-transparent span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-transparent span:after,
  button.we-btn-transparent span:after {
    top: 6px;
  }
}
a.we-btn-transparent:hover span,
button.we-btn-transparent:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-transparent:hover span:after,
button.we-btn-transparent:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-transparent,
button.we-btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}
a.we-btn-transparent span:after,
button.we-btn-transparent span:after {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
  background-size: cover;
}
a.we-btn-transparent:hover,
button.we-btn-transparent:hover {
  background-color: #fff;
}
a.we-btn-transparent:hover span,
button.we-btn-transparent:hover span {
  color: #000;
}
a.we-btn-black-border,
button.we-btn-black-border {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-black-border,
  button.we-btn-black-border {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-black-border span,
button.we-btn-black-border span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-black-border span:after,
button.we-btn-black-border span:after {
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-black-border span:after,
  button.we-btn-black-border span:after {
    top: 6px;
  }
}
a.we-btn-black-border:hover span,
button.we-btn-black-border:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-black-border:hover span:after,
button.we-btn-black-border:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-black-border,
button.we-btn-black-border {
  background-color: transparent;
  border: 2px solid #000;
}
a.we-btn-black-border span,
button.we-btn-black-border span {
  color: #000;
}
a.we-btn-black-border span:after,
button.we-btn-black-border span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
}
a.we-btn-black-border:hover,
button.we-btn-black-border:hover {
  background-color: #000;
}
a.we-btn-black-border:hover span,
button.we-btn-black-border:hover span {
  color: #fff;
}
.button.we-btn-search,
a.we-btn-search,
button.we-btn-search {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .button.we-btn-search,
  a.we-btn-search,
  button.we-btn-search {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
.button.we-btn-search span,
a.we-btn-search span,
button.we-btn-search span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.button.we-btn-search span:after,
a.we-btn-search span:after,
button.we-btn-search span:after {
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  .button.we-btn-search span:after,
  a.we-btn-search span:after,
  button.we-btn-search span:after {
    top: 6px;
  }
}
.button.we-btn-search:hover span,
a.we-btn-search:hover span,
button.we-btn-search:hover span {
  transform: translate3d(-11px, 0, 0);
}
.button.we-btn-search:hover span:after,
a.we-btn-search:hover span:after,
button.we-btn-search:hover span:after {
  opacity: 1;
  right: -22px;
}
.button.we-btn-search,
a.we-btn-search,
button.we-btn-search {
  background-color: #fff;
  border: 2px solid #fff;
  height: 55px;
  padding: 5px 31px 8px 67px;
  text-align: left;
}
.button.we-btn-search:before,
a.we-btn-search:before,
button.we-btn-search:before {
  background: url(../../../content/dam/bitdefender/search-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 30px;
  left: 21px;
  position: absolute;
  top: 10px;
  width: 30px;
}
@media (max-width: 595px) {
  .button.we-btn-search:before,
  a.we-btn-search:before,
  button.we-btn-search:before {
    top: calc(50% - 16px);
  }
}
.button.we-btn-search span,
a.we-btn-search span,
button.we-btn-search span {
  color: #000;
}
.button.we-btn-search span:after,
a.we-btn-search span:after,
button.we-btn-search span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
}
.button.we-btn-search small,
a.we-btn-search small,
button.we-btn-search small {
  display: block;
  font-weight: 400;
  letter-spacing: 0.022em;
}
.button.we-btn-search:hover,
a.we-btn-search:hover,
button.we-btn-search:hover {
  background-color: #fff;
  height: 55px;
  padding: 5px 31px 8px 67px;
  text-align: left;
}
.button.we-btn-search:hover:before,
a.we-btn-search:hover:before,
button.we-btn-search:hover:before {
  background: url(../../../content/dam/bitdefender/search-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 30px;
  left: 21px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.button.we-btn-search:hover span,
a.we-btn-search:hover span,
button.we-btn-search:hover span {
  color: #000;
}
.button.we-btn-search:hover span:after,
a.we-btn-search:hover span:after,
button.we-btn-search:hover span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
}
.button.we-btn-search:hover small,
a.we-btn-search:hover small,
button.we-btn-search:hover small {
  display: block;
  font-weight: 400;
  letter-spacing: 0.022em;
}
.button.we-btn-search:hover:hover,
a.we-btn-search:hover:hover,
button.we-btn-search:hover:hover {
  background-color: #fff;
  padding: 5px 31px 8px 67px;
}
.button.we-btn-search:hover:hover span,
a.we-btn-search:hover:hover span,
button.we-btn-search:hover:hover span {
  color: #000;
}
.button.we-btn-search:hover:hover span:after,
a.we-btn-search:hover:hover span:after,
button.we-btn-search:hover:hover span:after {
  display: none;
}
a.we-btn-blue-border,
button.we-btn-blue-border {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-right: 13px;
  margin-top: 8px;
  min-width: 140px;
  outline: none;
  padding: 10px 26px 8px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  a.we-btn-blue-border,
  button.we-btn-blue-border {
    font-size: 16px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: auto;
    padding: 6px 20px;
  }
}
a.we-btn-blue-border span,
button.we-btn-blue-border span {
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
a.we-btn-blue-border span:after,
button.we-btn-blue-border span:after {
  display: inline-block;
  height: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 7px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
  will-change: right, opacity;
}
@media (max-width: 767px) {
  a.we-btn-blue-border span:after,
  button.we-btn-blue-border span:after {
    top: 6px;
  }
}
a.we-btn-blue-border:hover span,
button.we-btn-blue-border:hover span {
  transform: translate3d(-11px, 0, 0);
}
a.we-btn-blue-border:hover span:after,
button.we-btn-blue-border:hover span:after {
  opacity: 1;
  right: -22px;
}
a.we-btn-blue-border,
button.we-btn-blue-border {
  background-color: transparent;
  border: 2px solid #006dff;
}
a.we-btn-blue-border span,
button.we-btn-blue-border span {
  color: #006dff;
}
a.we-btn-blue-border span:after,
button.we-btn-blue-border span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
}
a.we-btn-blue-border:hover,
button.we-btn-blue-border:hover {
  background-color: #006dff;
}
a.we-btn-blue-border:hover span,
button.we-btn-blue-border:hover span {
  color: #fff;
}
.we-link-with-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .we-link-with-white {
    font-size: 16px;
  }
}
.we-link-with-white:first-letter {
  text-transform: uppercase;
}
.we-link-with-white span {
  position: relative;
}
.we-link-with-white span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: 0;
  transform: translateX(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
}
.we-link-with-white:hover span:after {
  transform: translateX(4px);
}
.we-link-with-white {
  color: #fff;
}
.we-link-with-blue {
  cursor: pinter;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .we-link-with-blue {
    font-size: 16px;
  }
}
.we-link-with-blue:first-letter {
  text-transform: uppercase;
}
.we-link-with-blue span {
  position: relative;
}
.we-link-with-blue span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: 0;
  transform: translateX(0);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
}
.we-link-with-blue:hover span:after {
  transform: translateX(4px);
}
.we-link-with-blue {
  color: #005ed9;
}
.we-link-with-blue span:after {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
}
.we-link-with-blue:hover {
  color: #00439c;
}
.we-link-with-blue:hover span:after {
  background: url(../../../content/dam/bitdefender/dark-blue-arrow.svg)
    no-repeat;
}
.we-link-with-blue.download {
  padding-left: 20px;
}
.we-link-with-blue.download:before {
  background: url(../../../content/dam/bitdefender/download.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  left: -20px;
  position: relative;
  width: 16px;
}
.we-link-with-blue.download span:after {
  display: none;
}
.we-link-with-blue.see-more span:after {
  background: none;
  border-bottom: 2px solid #006dff;
  border-right: 2px solid #006dff;
  height: 7px;
  top: -2px;
  transform: rotate(45deg);
  width: 7px;
}
.we-link-with-blue.see-more.close-it span:after {
  top: 3px;
  transform: rotate(-135deg);
}
.we-link-download {
  color: #006dff;
  margin-right: 13px;
  padding-left: 8px;
  position: relative;
}
.we-link-download:hover {
  opacity: 0.8;
}
.we-link-download:before {
  background: url(../../../content/dam/bitdefender/download_icon.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  left: -8px;
  position: relative;
  width: 16px;
}
.we-link-user-guide {
  color: #006dff;
  margin-right: 13px;
  padding-left: 8px;
  position: relative;
}
.we-link-user-guide:hover {
  opacity: 0.8;
}
.we-link-user-guide:before {
  background: url(../../../content/dam/bitdefender/mannual_icon.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  left: -8px;
  position: relative;
  width: 16px;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide,
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.page-404 {
  z-index: 0;
}
.page-404 .message-404 h1 {
  font-size: 9rem;
}
.page-404 .message-404 h2 {
  font-size: 2rem;
}
.page-404 .message-404 p {
  font-size: 1.5rem;
  max-width: clamp(48ch, 50%, 75ch);
}
.page-404 .links-404 {
  box-sizing: border-box;
}
.page-404 .links-404 h3 {
  color: #676767;
  font-size: 1rem;
}
.page-404 .links-404 a {
  font-size: 1rem;
}
.page-404 .links-404 {
  background-color: #f4f4f4;
  border-radius: 1rem;
}
.page-404 .link-404 {
  display: inline-block;
}
@media (min-width: 320px) {
  .page-404 .links-404,
  .page-404 .links-404 .link-404 {
    width: 100% !important;
  }
  .page-404 .links-404 .link-404 a {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .page-404 .links-404 {
    width: 75% !important;
  }
  .page-404 .links-404 .link-404 {
    width: 49% !important;
  }
  .page-404 .links-404 .link-404 a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .page-404 .links-404 {
    width: 50% !important;
  }
  .page-404 .links-404 .link-404 {
    width: 49% !important;
  }
  .page-404 .links-404 .link-404 a {
    font-size: 0.9rem;
  }
}
.cmp-accordion__button {
  cursor: pointer;
  display: flex;
  position: relative;
}
.cmp-accordion__button:after {
  border: solid #006dff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  margin-top: 7px;
  transform: rotate(45deg);
  transform-origin: 75% 75%;
  transition: transform 0.3s ease-in-out;
  width: 10px;
}
.cmp-accordion__button--expanded:after {
  border-color: #006dff;
  transform: rotate(-135deg);
}
.cmp-accordion__panel {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-in-out;
  will-change: max-height;
}
.cmp-accordion__panel > * {
  min-height: 0;
}
.cmp-accordion__panel--expanded {
  grid-template-rows: 1fr;
}
.cmp-accordion__panel--hidden {
  display: grid;
  grid-template-rows: 0fr;
}
.cmp-accordion__pill {
  background: #2cb43d;
  border-radius: 75pt;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.8px;
  margin-left: 10px;
  padding: 3px 8px;
}
.accordion--card .cmp-accordion__item {
  border-radius: 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 18px;
  position: relative;
}
.accordion--card .cmp-accordion__button {
  cursor: pointer;
  padding: 23px 33px;
  position: relative;
}
.accordion--card .cmp-accordion__button:after {
  border: solid #c5c5c5;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  margin: 0;
  position: absolute;
  right: 33px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  transform-origin: 75% 75%;
  transition: transform 0.3s ease-in-out;
  width: 10px;
}
.accordion--card .cmp-accordion__button--expanded:after {
  border-color: #006dff;
  transform: rotate(-135deg);
}
.accordion--card .cmp-accordion__header {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.accordion--card .cmp-accordion__panel > * {
  padding: 0 33px 19px;
}
.accordion--compact .cmp-accordion__title {
  color: #006dff;
}
.accordion--compact .cmp-accordion h5 {
  font-size: 15px;
  font-weight: 500;
}
.accordion--compact .cmp-accordion__header {
  display: flex;
  margin-bottom: 6px;
}
.accordion--compact .cmp-accordion__panel {
  margin-bottom: 7px;
  padding-right: 20px;
}
.accordion--compact .cmp-accordion__panel .cmp-text,
.accordion--compact .cmp-accordion__panel p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.43;
}
.accordion--compact .cmp-accordion__button {
  width: auto;
}
.accordion--compact .cmp-accordion__button:after {
  margin-top: 5px;
}
.accordion--compact-black .cmp-accordion__item {
  margin-bottom: 35px;
  position: relative;
}
.accordion--compact-black .cmp-accordion__item:after {
  border-top: 0.5px solid #7e7e7e;
  content: "";
  height: 0.5px;
  position: absolute;
  width: 100%;
}
.accordion--compact-black .cmp-accordion__item[data-cmp-expanded]:after {
  bottom: -16px;
}
.accordion--compact-black .cmp-accordion__title {
  color: #000;
  margin-left: 30px;
}
.accordion--compact-black .cmp-accordion__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23006dff' d='m15.795 11.272-8 5A1.5 1.5 0 0 1 5.5 15V5a1.5 1.5 0 0 1 2.295-1.272l8 5a1.5 1.5 0 0 1 0 2.544'/%3E%3C/svg%3E");
  height: 18px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: transform 0.3s ease-in-out;
  width: 15px;
}
.accordion--compact-black .cmp-accordion h2,
.accordion--compact-black .cmp-accordion h3,
.accordion--compact-black .cmp-accordion h4,
.accordion--compact-black .cmp-accordion h5 {
  font-size: 14px;
  font-weight: 700;
}
.accordion--compact-black .cmp-accordion__header {
  margin-bottom: 16px;
}
.accordion--compact-black .cmp-accordion__panel {
  padding-right: 20px;
}
.accordion--compact-black .cmp-accordion__panel .cmp-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 30px;
}
.accordion--compact-black .cmp-accordion__button {
  position: relative;
}
.accordion--compact-black .cmp-accordion__button:after {
  display: none;
}
.accordion--compact-black
  .cmp-accordion__button--expanded
  .cmp-accordion__icon {
  transform: rotate(90deg);
}
.accordion--competitor {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 73px 20px 41px;
}
.accordion--competitor .cmp-accordion__panel {
  padding-top: 0;
  transition: all 0.3s ease;
}
.accordion--competitor .cmp-accordion__panel--expanded {
  padding-top: 20px;
}
.accordion--competitor .cmp-accordion__item {
  position: relative;
}
.accordion--competitor .cmp-accordion__title {
  color: #000;
  font-size: 18px;
  margin-left: 30px;
}
.accordion--competitor .cmp-accordion__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23006dff' d='m15.795 11.272-8 5A1.5 1.5 0 0 1 5.5 15V5a1.5 1.5 0 0 1 2.295-1.272l8 5a1.5 1.5 0 0 1 0 2.544'/%3E%3C/svg%3E");
  height: 18px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: transform 0.3s ease-in-out;
  width: 15px;
}
.accordion--competitor .cmp-accordion h2,
.accordion--competitor .cmp-accordion h3,
.accordion--competitor .cmp-accordion h4,
.accordion--competitor .cmp-accordion h5 {
  font-size: 14px;
  font-weight: 700;
}
.accordion--competitor .cmp-accordion__panel {
  padding-right: 20px;
}
.accordion--competitor .cmp-accordion__panel .cmp-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 30px;
}
.accordion--competitor .cmp-accordion__button {
  position: relative;
}
.accordion--competitor .cmp-accordion__button:after {
  display: none;
}
.accordion--competitor .cmp-accordion__button--expanded .cmp-accordion__icon {
  transform: rotate(-90deg);
}
.accordion--bsg-white .cmp-accordion__title {
  font-size: 18px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accordion--bsg-white .cmp-accordion__button {
  justify-content: space-between;
}
.accordion--bsg-white .cmp-accordion__button:after,
.accordion--bsg-white .cmp-accordion__button:before {
  background-color: #fff;
  border: none;
  content: "";
  display: block;
  height: 2px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  right: 7px;
  top: 10px;
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
.accordion--bsg-white .cmp-accordion__button:after {
  transform: rotate(90deg);
}
.accordion--bsg-white .cmp-accordion__button--expanded:after {
  transform: rotate(0deg);
}
.accordion--bsg-white .cmp-accordion__panel .cmp-text {
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
@media (max-width: 991px) {
  .accordion--bsg-white .cmp-accordion__header {
    margin-bottom: 0;
  }
}
.accordion--heading-hover-effect .cmp-accordion__header .cmp-accordion__title {
  font-weight: 300;
}
.accordion--heading-hover-effect
  .cmp-accordion__header:hover
  .cmp-accordion__title,
.accordion--heading-hover-effect
  [data-cmp-expanded]
  .cmp-accordion__header
  .cmp-accordion__title {
  font-weight: 500;
}
.b-banner-container {
  background-color: #000;
  background-position: 100% 0;
  background-repeat: no-repeat;
  color: #fff;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
}
.b-banner-container.full {
  padding: 2em 0;
}
.b-banner-container .banner-image,
.b-banner-container .banner-image--in-container img {
  display: none;
}
.b-banner-container.blue-border {
  border-bottom: 32px solid #e4f2ff;
}
.b-banner-container.negative {
  display: none;
  margin-bottom: 0;
}
.b-banner-container .hasDiscount {
  display: none;
}
.b-banner-container .b-banner-wrapper {
  margin: 15px 30px;
  padding-left: 0;
  position: relative;
}
.b-banner-container .b-banner-wrapper .oldprice {
  font-size: 24px;
  margin-right: 10px;
  text-decoration: line-through;
}
.b-banner-container .b-banner-wrapper .newprice {
  font-size: 40px;
  font-weight: 700;
}
.b-banner-container .b-banner-wrapper table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.b-banner-container .b-banner-wrapper table p {
  font-size: 21px;
  font-weight: 400;
  margin: 1em 10px 0 0;
  max-width: 595px;
}
.b-banner-container .b-banner-wrapper table p .prod-percent.green_bck {
  margin-top: 0;
}
.b-banner-container .b-banner-wrapper table tbody tr td.newprice {
  width: 40%;
}
.b-banner-container .b-banner-wrapper table tbody tr td p {
  font-size: 16px;
  margin: 0;
  padding-left: 10px;
}
.b-banner-container.form .b-banner-wrapper p {
  font-size: 11px;
  margin: 0;
}
.b-banner-container.form .b-banner-wrapper p a {
  text-decoration: underline;
}
.b-banner-container .b-banner-wrapper table tbody tr td p:nth-child(2) {
  font-size: 12px;
}
.b-banner-container .b-banner-wrapper .b-banner.paragraph-blue p {
  color: #006dff;
}
.b-banner-container .b-banner-wrapper table.price-table {
  border-spacing: 0;
}
.b-banner-container .b-banner-wrapper table.price-table tr:nth-child(3) td p {
  font-size: 11px;
  padding: 0;
}
.b-banner-container .b-banner-wrapper table.price-table tr:nth-child(3) td p a {
  color: #06f;
  outline: none;
  text-decoration: none;
}
.b-banner-container .b-banner-wrapper .text-black {
  color: #000 !important;
}
.b-banner-container .b-banner-wrapper h1 {
  color: #fff;
  font-size: 24px;
  margin-top: 0;
  max-width: unset;
}
.b-banner-container .b-banner-wrapper h2 {
  color: #fff;
  font-size: 21px;
  margin-top: 10px;
  max-width: unset;
}
.b-banner-container .b-banner-wrapper h3 {
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
  max-width: unset;
}
.b-banner-container .b-banner-wrapper p {
  color: #fff;
}
.b-banner-container .b-banner-wrapper .prod-percent.green_bck_pill {
  background-color: #2fb43e;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 0 !important;
  margin-top: 15px;
  padding: 2px 11px;
}
.b-banner-container .b-banner-wrapper .smaller-text h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 1em 0;
}
.b-banner-container .b-banner-wrapper .w-full h1,
.b-banner-container .b-banner-wrapper .w-full h2 {
  max-width: 100%;
}
.b-banner-container .b-banner-wrapper ul {
  padding: 0;
}
.b-banner-container .b-banner-wrapper ul li {
  background: url(images/icons/check_full.svg) 0 3px no-repeat transparent;
  background-size: 16px;
  color: #000;
  font-size: 14px;
  list-style-type: none;
  margin-top: 5px;
  padding-left: 23px;
  text-align: left;
}
.b-banner-container .b-banner-wrapper .b-banner {
  z-index: 1;
}
.b-banner-container
  .b-banner-wrapper
  .b-banner.bigger-award-and-text
  table
  tbody
  tr
  td
  img {
  max-height: 90px;
}
.b-banner-container
  .b-banner-wrapper
  .b-banner.bigger-award-and-text
  table
  tbody
  tr
  td
  p {
  color: #523516;
  font-size: 24px;
}
.b-banner-container
  .b-banner-wrapper
  .b-banner.bigger-award-and-text
  table
  tbody
  tr
  td
  p:nth-child(2) {
  color: initial;
  font-size: 16px;
}
.b-banner-container .b-banner-wrapper #captchaBox {
  margin: 1em 0;
}
.b-banner-container .b-banner-wrapper #bannerAward {
  position: static;
  right: 15%;
  top: 30%;
  width: 250px;
}
.b-banner-container .b-banner-wrapper #bannerAward p {
  font-size: 18px;
  line-height: 20px;
}
.b-banner-container .b-banner-wrapper #bannerAward p:first-of-type {
  margin: 0;
}
.b-banner-container .b-banner-wrapper #bannerAward p em {
  font-weight: 700;
}
.b-banner-container .b-banner-wrapper #bannerAward p img {
  display: block;
  float: none;
  width: 160px;
}
.b-banner-container.form {
  height: auto;
}
.b-banner-container.form .b-banner-wrapper h1 {
  font-size: 23px;
  font-weight: 700;
}
.b-banner-container.form .b-banner-wrapper h2 {
  font-size: 20px;
  font-weight: 400;
}
.b-banner-container.form .b-banner-wrapper h3,
.b-banner-container.form .b-banner-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
}
.b-banner-container.form .b-banner-wrapper .form-logo {
  width: 100px;
}
.b-banner-container.form .b-banner-wrapper #formBox {
  margin-bottom: 1em;
  width: 215px;
}
.b-banner-container.form .b-banner-wrapper #formBox label {
  display: none;
  font-size: 11px;
}
.b-banner-container.form .b-banner-wrapper #formBox input {
  border-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 15px;
}
.b-banner-container.form .b-banner-wrapper #formBox button {
  border-radius: 8px;
  width: 100%;
}
.b-banner-container.form .b-banner-wrapper #formBox p.form_err {
  color: red;
  font-size: 12px;
}
.b-banner-container.form .b-banner-wrapper table {
  display: none;
}
@media screen and (width >= 768px) {
  .b-banner-container {
    height: 500px;
    padding: 2em 0;
  }
  .b-banner-container.bigger-banner {
    height: 625px;
  }
  .b-banner-container.even-bigger-banner {
    height: 725px;
  }
  .b-banner-container.negative {
    display: block;
    margin-bottom: -400px;
  }
  .b-banner-container .banner-image {
    display: block;
    height: 100%;
  }
  .b-banner-container .b-banner-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
  }
  .b-banner-container .b-banner-wrapper h1,
  .b-banner-container .b-banner-wrapper h2 {
    max-width: 60%;
  }
  .b-banner-container .b-banner-wrapper #bannerAward {
    position: absolute;
    width: 200px;
  }
  .b-banner-container.form .b-banner-wrapper h1,
  .b-banner-container.form .b-banner-wrapper h2 {
    font-size: 36px;
  }
  .b-banner-container.form .b-banner-wrapper h3,
  .b-banner-container.form .b-banner-wrapper h4 {
    font-size: 20px;
  }
  .b-banner-container.form .b-banner-wrapper form-logo {
    width: 125px;
  }
  .b-banner-container .hasDiscount {
    display: block;
  }
  .b-banner-container .hasDiscount img {
    float: right;
    width: auto;
  }
  .b-banner-container .hasDiscount div {
    align-items: center;
    background: url(images/bubble_discount.png) no-repeat 0 0 transparent;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
    padding: 0 5px;
    position: absolute;
    right: 10%;
    top: 15%;
    width: 110px;
  }
  .b-banner-container .hasDiscount div span {
    color: red;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
  .b-banner-container .hasDiscount div span:last-of-type {
    font-size: 22px;
  }
}
@media screen and (width >= 767px) {
  .b-banner-container .banner-image img {
    display: block;
    float: right;
    height: 100%;
    max-width: none;
    opacity: 0.4;
    width: 100%;
  }
}
@media screen and (width >= 989px) {
  .b-banner-container {
    padding: 0;
  }
  .b-banner-container .banner-image img {
    display: block;
    float: right;
    height: 100%;
    max-width: none;
    opacity: 0.4;
    width: 100%;
  }
  .b-banner-container .b-banner-wrapper {
    left: 0;
    right: 0;
  }
  .b-banner-container .b-banner-wrapper .banner-image--in-container img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .b-banner-container .b-banner-wrapper h1 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 610px;
    padding-bottom: 0;
  }
  .b-banner-container .b-banner-wrapper h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 595px;
  }
  .b-banner-container .b-banner-wrapper p {
    max-width: 610px;
  }
  .b-banner-container .b-banner-wrapper .smaller-text h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 1em 0;
  }
  .b-banner-container .b-banner-wrapper .prod-percent.green_bck_pill {
    font-size: 18px;
  }
  .b-banner-container.center-background-image .banner-image img {
    display: block;
    height: 100%;
    margin-right: -15px;
    max-width: none;
    position: absolute;
    right: -50%;
    width: auto;
  }
  .b-banner-container .hasDiscount div {
    right: 5%;
    top: 10%;
  }
}
@media screen and (width >= 1199px) {
  .b-banner-container.bigger-banner {
    height: 625px;
  }
  .b-banner-container.center-background-image .banner-image img {
    display: block;
    height: 100%;
    margin-right: -15px;
    max-width: none;
    position: absolute;
    right: -20%;
    width: auto;
  }
  .b-banner-container .hasDiscount div {
    right: 15%;
    top: 15%;
  }
  .b-banner-wrapper {
    left: 0;
    right: 0;
  }
}
@media screen and (width >= 1920px) {
  .b-banner-container.center-background-image .banner-image img {
    display: block;
    height: 100%;
    margin-right: -15px;
    max-width: none;
    position: absolute;
    right: 10%;
    width: auto;
  }
}
.b-banner-text-container h1 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h1 {
    margin-top: 1rem;
  }
}
.b-banner-text-container h2 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h2 {
    margin-top: 1rem;
  }
}
.b-banner-text-container h3 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h3 {
    margin-top: 1rem;
  }
}
.b-banner-text-container h4 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h4 {
    margin-top: 1rem;
  }
}
.b-banner-text-container h5 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h5 {
    margin-top: 1rem;
  }
}
.b-banner-text-container h6 {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .b-banner-text-container h6 {
    margin-top: 1rem;
  }
}
.b-banner-text-container ul {
  list-style: disc;
  margin: 1rem 0 1rem 2rem;
}
.b-banner-text-container ul li {
  margin: 0;
  padding: 0;
}
.b-banner-text-container ul li:before {
  display: none;
}
.b-banner-text-container picture img {
  margin-top: 15px;
  max-width: 300px;
}
.b-banner-columns-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  justify-content: center;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .b-banner-columns-container {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
  }
}
.b-banner-columns-container picture {
  display: flex;
  justify-content: center;
}
.b-banner-columns-container picture img {
  max-width: 100%;
}
@media (min-width: 481px) {
  .b-banner-columns-container picture img {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .b-banner-columns-container picture img {
    max-width: none;
  }
}
.b-banner-columns-container code {
  word-break: break-all;
}
.b-banner-columns-container p:has(code) {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 1rem 0;
  padding: 1rem 0;
}
.b-banner-columns-container h1,
.b-banner-columns-container h2,
.b-banner-columns-container h3,
.b-banner-columns-container h4,
.b-banner-columns-container h5,
.b-banner-columns-container h6 {
  margin: 0;
}
.b-banner-columns-container a {
  color: #006dff;
}
.b-banner-picture-container picture img {
  max-width: 300px;
} /*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.dex .clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.dex .link-primary {
  color: #0d6efd;
}
.dex .link-primary:focus,
.dex .link-primary:hover {
  color: #0a58ca;
}
.dex .link-secondary {
  color: #6c757d;
}
.dex .link-secondary:focus,
.dex .link-secondary:hover {
  color: #565e64;
}
.dex .link-success {
  color: #198754;
}
.dex .link-success:focus,
.dex .link-success:hover {
  color: #146c43;
}
.dex .link-info {
  color: #0dcaf0;
}
.dex .link-info:focus,
.dex .link-info:hover {
  color: #3dd5f3;
}
.dex .link-warning {
  color: #ffc107;
}
.dex .link-warning:focus,
.dex .link-warning:hover {
  color: #ffcd39;
}
.dex .link-danger {
  color: #dc3545;
}
.dex .link-danger:focus,
.dex .link-danger:hover {
  color: #b02a37;
}
.dex .link-light {
  color: #f8f9fa;
}
.dex .link-light:focus,
.dex .link-light:hover {
  color: #f9fafb;
}
.dex .link-dark {
  color: #212529;
}
.dex .link-dark:focus,
.dex .link-dark:hover {
  color: #1a1e21;
}
.dex .ratio {
  position: relative;
  width: 100%;
}
.dex .ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.dex .ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dex .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.dex .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.dex .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.dex .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.dex .fixed-top {
  top: 0;
}
.dex .fixed-bottom,
.dex .fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.dex .fixed-bottom {
  bottom: 0;
}
.dex .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .dex .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .dex .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .dex .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .dex .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .dex .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.dex .hstack {
  align-items: center;
  flex-direction: row;
}
.dex .hstack,
.dex .vstack {
  align-self: stretch;
  display: flex;
}
.dex .vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.dex .visually-hidden,
.dex .visually-hidden-focusable:not(:focus):not(:focus-within) {
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.dex .stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.dex .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dex .vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.dex .align-baseline {
  vertical-align: baseline !important;
}
.dex .align-top {
  vertical-align: top !important;
}
.dex .align-middle {
  vertical-align: middle !important;
}
.dex .align-bottom {
  vertical-align: bottom !important;
}
.dex .align-text-bottom {
  vertical-align: text-bottom !important;
}
.dex .align-text-top {
  vertical-align: text-top !important;
}
.dex .float-start {
  float: left !important;
}
.dex .float-end {
  float: right !important;
}
.dex .float-none {
  float: none !important;
}
.dex .opacity-0 {
  opacity: 0 !important;
}
.dex .opacity-25 {
  opacity: 0.25 !important;
}
.dex .opacity-50 {
  opacity: 0.5 !important;
}
.dex .opacity-75 {
  opacity: 0.75 !important;
}
.dex .opacity-100 {
  opacity: 1 !important;
}
.dex .overflow-auto {
  overflow: auto !important;
}
.dex .overflow-hidden {
  overflow: hidden !important;
}
.dex .overflow-visible {
  overflow: visible !important;
}
.dex .overflow-scroll {
  overflow: scroll !important;
}
.dex .d-inline {
  display: inline !important;
}
.dex .d-inline-block {
  display: inline-block !important;
}
.dex .d-block {
  display: block !important;
}
.dex .d-grid {
  display: grid !important;
}
.dex .d-table {
  display: table !important;
}
.dex .d-table-row {
  display: table-row !important;
}
.dex .d-table-cell {
  display: table-cell !important;
}
.dex .d-flex {
  display: flex !important;
}
.dex .d-inline-flex {
  display: inline-flex !important;
}
.dex .d-none {
  display: none !important;
}
.dex .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dex .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dex .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.dex .shadow-none {
  box-shadow: none !important;
}
.dex .position-static {
  position: static !important;
}
.dex .position-relative {
  position: relative !important;
}
.dex .position-absolute {
  position: absolute !important;
}
.dex .position-fixed {
  position: fixed !important;
}
.dex .position-sticky {
  position: sticky !important;
}
.dex .top-0 {
  top: 0 !important;
}
.dex .top-50 {
  top: 50% !important;
}
.dex .top-100 {
  top: 100% !important;
}
.dex .bottom-0 {
  bottom: 0 !important;
}
.dex .bottom-50 {
  bottom: 50% !important;
}
.dex .bottom-100 {
  bottom: 100% !important;
}
.dex .start-0 {
  left: 0 !important;
}
.dex .start-50 {
  left: 50% !important;
}
.dex .start-100 {
  left: 100% !important;
}
.dex .end-0 {
  right: 0 !important;
}
.dex .end-50 {
  right: 50% !important;
}
.dex .end-100 {
  right: 100% !important;
}
.dex .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.dex .translate-middle-x {
  transform: translateX(-50%) !important;
}
.dex .translate-middle-y {
  transform: translateY(-50%) !important;
}
.dex .border {
  border: 1px solid #dee2e6 !important;
}
.dex .border-0 {
  border: 0 !important;
}
.dex .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.dex .border-top-0 {
  border-top: 0 !important;
}
.dex .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.dex .border-end-0 {
  border-right: 0 !important;
}
.dex .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.dex .border-bottom-0 {
  border-bottom: 0 !important;
}
.dex .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.dex .border-start-0 {
  border-left: 0 !important;
}
.dex .border-primary {
  border-color: #0d6efd !important;
}
.dex .border-secondary {
  border-color: #6c757d !important;
}
.dex .border-success {
  border-color: #198754 !important;
}
.dex .border-info {
  border-color: #0dcaf0 !important;
}
.dex .border-warning {
  border-color: #ffc107 !important;
}
.dex .border-danger {
  border-color: #dc3545 !important;
}
.dex .border-light {
  border-color: #f8f9fa !important;
}
.dex .border-dark {
  border-color: #212529 !important;
}
.dex .border-white {
  border-color: #fff !important;
}
.dex .border-1 {
  border-width: 1px !important;
}
.dex .border-2 {
  border-width: 2px !important;
}
.dex .border-3 {
  border-width: 3px !important;
}
.dex .border-4 {
  border-width: 4px !important;
}
.dex .border-5 {
  border-width: 5px !important;
}
.dex .w-25 {
  width: 25% !important;
}
.dex .w-50 {
  width: 50% !important;
}
.dex .w-75 {
  width: 75% !important;
}
.dex .w-100 {
  width: 100% !important;
}
.dex .w-auto {
  width: auto !important;
}
.dex .mw-100 {
  max-width: 100% !important;
}
.dex .vw-100 {
  width: 100vw !important;
}
.dex .min-vw-100 {
  min-width: 100vw !important;
}
.dex .h-25 {
  height: 25% !important;
}
.dex .h-50 {
  height: 50% !important;
}
.dex .h-75 {
  height: 75% !important;
}
.dex .h-100 {
  height: 100% !important;
}
.dex .h-auto {
  height: auto !important;
}
.dex .mh-100 {
  max-height: 100% !important;
}
.dex .vh-100 {
  height: 100vh !important;
}
.dex .min-vh-100 {
  min-height: 100vh !important;
}
.dex .flex-fill {
  flex: 1 1 auto !important;
}
.dex .flex-row {
  flex-direction: row !important;
}
.dex .flex-column {
  flex-direction: column !important;
}
.dex .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.dex .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.dex .flex-grow-0 {
  flex-grow: 0 !important;
}
.dex .flex-grow-1 {
  flex-grow: 1 !important;
}
.dex .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.dex .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.dex .flex-wrap {
  flex-wrap: wrap !important;
}
.dex .flex-nowrap {
  flex-wrap: nowrap !important;
}
.dex .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.dex .gap-0 {
  gap: 0 !important;
}
.dex .gap-1 {
  gap: 0.25rem !important;
}
.dex .gap-2 {
  gap: 0.5rem !important;
}
.dex .gap-3 {
  gap: 1rem !important;
}
.dex .gap-4 {
  gap: 1.5rem !important;
}
.dex .gap-5 {
  gap: 3rem !important;
}
.dex .justify-content-start {
  justify-content: flex-start !important;
}
.dex .justify-content-end {
  justify-content: flex-end !important;
}
.dex .justify-content-center {
  justify-content: center !important;
}
.dex .justify-content-between {
  justify-content: space-between !important;
}
.dex .justify-content-around {
  justify-content: space-around !important;
}
.dex .justify-content-evenly {
  justify-content: space-evenly !important;
}
.dex .align-items-start {
  align-items: flex-start !important;
}
.dex .align-items-end {
  align-items: flex-end !important;
}
.dex .align-items-center {
  align-items: center !important;
}
.dex .align-items-baseline {
  align-items: baseline !important;
}
.dex .align-items-stretch {
  align-items: stretch !important;
}
.dex .align-content-start {
  align-content: flex-start !important;
}
.dex .align-content-end {
  align-content: flex-end !important;
}
.dex .align-content-center {
  align-content: center !important;
}
.dex .align-content-between {
  align-content: space-between !important;
}
.dex .align-content-around {
  align-content: space-around !important;
}
.dex .align-content-stretch {
  align-content: stretch !important;
}
.dex .align-self-auto {
  align-self: auto !important;
}
.dex .align-self-start {
  align-self: flex-start !important;
}
.dex .align-self-end {
  align-self: flex-end !important;
}
.dex .align-self-center {
  align-self: center !important;
}
.dex .align-self-baseline {
  align-self: baseline !important;
}
.dex .align-self-stretch {
  align-self: stretch !important;
}
.dex .order-first {
  order: -1 !important;
}
.dex .order-0 {
  order: 0 !important;
}
.dex .order-1 {
  order: 1 !important;
}
.dex .order-2 {
  order: 2 !important;
}
.dex .order-3 {
  order: 3 !important;
}
.dex .order-4 {
  order: 4 !important;
}
.dex .order-5 {
  order: 5 !important;
}
.dex .order-last {
  order: 6 !important;
}
.dex .m-0 {
  margin: 0 !important;
}
.dex .m-1 {
  margin: 0.25rem !important;
}
.dex .m-2 {
  margin: 0.5rem !important;
}
.dex .m-3 {
  margin: 1rem !important;
}
.dex .m-4 {
  margin: 1.5rem !important;
}
.dex .m-5 {
  margin: 3rem !important;
}
.dex .m-auto {
  margin: auto !important;
}
.dex .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dex .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.dex .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.dex .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.dex .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.dex .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.dex .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.dex .my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.dex .my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.dex .my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.dex .my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.dex .my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.dex .my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.dex .my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.dex .mt-0 {
  margin-top: 0 !important;
}
.dex .mt-1 {
  margin-top: 0.25rem !important;
}
.dex .mt-2 {
  margin-top: 0.5rem !important;
}
.dex .mt-3 {
  margin-top: 1rem !important;
}
.dex .mt-4 {
  margin-top: 1.5rem !important;
}
.dex .mt-5 {
  margin-top: 3rem !important;
}
.dex .mt-auto {
  margin-top: auto !important;
}
.dex .me-0 {
  margin-right: 0 !important;
}
.dex .me-1 {
  margin-right: 0.25rem !important;
}
.dex .me-2 {
  margin-right: 0.5rem !important;
}
.dex .me-3 {
  margin-right: 1rem !important;
}
.dex .me-4 {
  margin-right: 1.5rem !important;
}
.dex .me-5 {
  margin-right: 3rem !important;
}
.dex .me-auto {
  margin-right: auto !important;
}
.dex .mb-0 {
  margin-bottom: 0 !important;
}
.dex .mb-1 {
  margin-bottom: 0.25rem !important;
}
.dex .mb-2 {
  margin-bottom: 0.5rem !important;
}
.dex .mb-3 {
  margin-bottom: 1rem !important;
}
.dex .mb-4 {
  margin-bottom: 1.5rem !important;
}
.dex .mb-5 {
  margin-bottom: 3rem !important;
}
.dex .mb-auto {
  margin-bottom: auto !important;
}
.dex .ms-0 {
  margin-left: 0 !important;
}
.dex .ms-1 {
  margin-left: 0.25rem !important;
}
.dex .ms-2 {
  margin-left: 0.5rem !important;
}
.dex .ms-3 {
  margin-left: 1rem !important;
}
.dex .ms-4 {
  margin-left: 1.5rem !important;
}
.dex .ms-5 {
  margin-left: 3rem !important;
}
.dex .ms-auto {
  margin-left: auto !important;
}
.dex .p-0 {
  padding: 0 !important;
}
.dex .p-1 {
  padding: 0.25rem !important;
}
.dex .p-2 {
  padding: 0.5rem !important;
}
.dex .p-3 {
  padding: 1rem !important;
}
.dex .p-4 {
  padding: 1.5rem !important;
}
.dex .p-5 {
  padding: 3rem !important;
}
.dex .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dex .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.dex .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.dex .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.dex .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.dex .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.dex .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.dex .py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.dex .py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.dex .py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.dex .py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.dex .py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.dex .pt-0 {
  padding-top: 0 !important;
}
.dex .pt-1 {
  padding-top: 0.25rem !important;
}
.dex .pt-2 {
  padding-top: 0.5rem !important;
}
.dex .pt-3 {
  padding-top: 1rem !important;
}
.dex .pt-4 {
  padding-top: 1.5rem !important;
}
.dex .pt-5 {
  padding-top: 3rem !important;
}
.dex .pe-0 {
  padding-right: 0 !important;
}
.dex .pe-1 {
  padding-right: 0.25rem !important;
}
.dex .pe-2 {
  padding-right: 0.5rem !important;
}
.dex .pe-3 {
  padding-right: 1rem !important;
}
.dex .pe-4 {
  padding-right: 1.5rem !important;
}
.dex .pe-5 {
  padding-right: 3rem !important;
}
.dex .pb-0 {
  padding-bottom: 0 !important;
}
.dex .pb-1 {
  padding-bottom: 0.25rem !important;
}
.dex .pb-2 {
  padding-bottom: 0.5rem !important;
}
.dex .pb-3 {
  padding-bottom: 1rem !important;
}
.dex .pb-4 {
  padding-bottom: 1.5rem !important;
}
.dex .pb-5 {
  padding-bottom: 3rem !important;
}
.dex .ps-0 {
  padding-left: 0 !important;
}
.dex .ps-1 {
  padding-left: 0.25rem !important;
}
.dex .ps-2 {
  padding-left: 0.5rem !important;
}
.dex .ps-3 {
  padding-left: 1rem !important;
}
.dex .ps-4 {
  padding-left: 1.5rem !important;
}
.dex .ps-5 {
  padding-left: 3rem !important;
}
.dex .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.dex .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.dex .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.dex .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.dex .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.dex .fs-5 {
  font-size: 1.25rem !important;
}
.dex .fs-6 {
  font-size: 1rem !important;
}
.dex .fst-italic {
  font-style: italic !important;
}
.dex .fst-normal {
  font-style: normal !important;
}
.dex .fw-light {
  font-weight: 300 !important;
}
.dex .fw-lighter {
  font-weight: lighter !important;
}
.dex .fw-normal {
  font-weight: 400 !important;
}
.dex .fw-bold {
  font-weight: 700 !important;
}
.dex .fw-bolder {
  font-weight: bolder !important;
}
.dex .lh-1 {
  line-height: 1 !important;
}
.dex .lh-sm {
  line-height: 1.25 !important;
}
.dex .lh-base {
  line-height: 1.5 !important;
}
.dex .lh-lg {
  line-height: 2 !important;
}
.dex .text-start {
  text-align: left !important;
}
.dex .text-end {
  text-align: right !important;
}
.dex .text-center {
  text-align: center !important;
}
.dex .text-decoration-none {
  text-decoration: none !important;
}
.dex .text-decoration-underline {
  text-decoration: underline !important;
}
.dex .text-decoration-line-through {
  text-decoration: line-through !important;
}
.dex .text-lowercase {
  text-transform: lowercase !important;
}
.dex .text-uppercase {
  text-transform: uppercase !important;
}
.dex .text-capitalize {
  text-transform: capitalize !important;
}
.dex .text-wrap {
  white-space: normal !important;
}
.dex .text-nowrap {
  white-space: nowrap !important;
}
.dex .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.dex .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.dex .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.dex .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.dex .text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.dex .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.dex .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.dex .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.dex .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.dex .text-opacity-100 {
  --bs-text-opacity: 1;
}
.dex .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.dex .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.dex .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.dex .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.dex .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.dex .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.dex .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.dex .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.dex .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.dex .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.dex .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.dex .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.dex .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.dex .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.dex .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.dex .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.dex .pe-none {
  pointer-events: none !important;
}
.dex .pe-auto {
  pointer-events: auto !important;
}
.dex .rounded {
  border-radius: 0.25rem !important;
}
.dex .rounded-0 {
  border-radius: 0 !important;
}
.dex .rounded-1 {
  border-radius: 0.2rem !important;
}
.dex .rounded-2 {
  border-radius: 0.25rem !important;
}
.dex .rounded-3 {
  border-radius: 0.3rem !important;
}
.dex .rounded-circle {
  border-radius: 50% !important;
}
.dex .rounded-pill {
  border-radius: 50rem !important;
}
.dex .rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.dex .rounded-end,
.dex .rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.dex .rounded-bottom,
.dex .rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.dex .rounded-bottom,
.dex .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.dex .rounded-start {
  border-top-left-radius: 0.25rem !important;
}
.dex .visible {
  visibility: visible !important;
}
.dex .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .dex .float-sm-start {
    float: left !important;
  }
  .dex .float-sm-end {
    float: right !important;
  }
  .dex .float-sm-none {
    float: none !important;
  }
  .dex .d-sm-inline {
    display: inline !important;
  }
  .dex .d-sm-inline-block {
    display: inline-block !important;
  }
  .dex .d-sm-block {
    display: block !important;
  }
  .dex .d-sm-grid {
    display: grid !important;
  }
  .dex .d-sm-table {
    display: table !important;
  }
  .dex .d-sm-table-row {
    display: table-row !important;
  }
  .dex .d-sm-table-cell {
    display: table-cell !important;
  }
  .dex .d-sm-flex {
    display: flex !important;
  }
  .dex .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-sm-none {
    display: none !important;
  }
  .dex .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .dex .flex-sm-row {
    flex-direction: row !important;
  }
  .dex .flex-sm-column {
    flex-direction: column !important;
  }
  .dex .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dex .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dex .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .dex .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .dex .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dex .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dex .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .dex .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .dex .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dex .gap-sm-0 {
    gap: 0 !important;
  }
  .dex .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .dex .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .dex .gap-sm-3 {
    gap: 1rem !important;
  }
  .dex .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .dex .gap-sm-5 {
    gap: 3rem !important;
  }
  .dex .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .dex .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .dex .justify-content-sm-center {
    justify-content: center !important;
  }
  .dex .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .dex .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .dex .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .dex .align-items-sm-start {
    align-items: flex-start !important;
  }
  .dex .align-items-sm-end {
    align-items: flex-end !important;
  }
  .dex .align-items-sm-center {
    align-items: center !important;
  }
  .dex .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .dex .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .dex .align-content-sm-start {
    align-content: flex-start !important;
  }
  .dex .align-content-sm-end {
    align-content: flex-end !important;
  }
  .dex .align-content-sm-center {
    align-content: center !important;
  }
  .dex .align-content-sm-between {
    align-content: space-between !important;
  }
  .dex .align-content-sm-around {
    align-content: space-around !important;
  }
  .dex .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .dex .align-self-sm-auto {
    align-self: auto !important;
  }
  .dex .align-self-sm-start {
    align-self: flex-start !important;
  }
  .dex .align-self-sm-end {
    align-self: flex-end !important;
  }
  .dex .align-self-sm-center {
    align-self: center !important;
  }
  .dex .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .dex .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .dex .order-sm-first {
    order: -1 !important;
  }
  .dex .order-sm-0 {
    order: 0 !important;
  }
  .dex .order-sm-1 {
    order: 1 !important;
  }
  .dex .order-sm-2 {
    order: 2 !important;
  }
  .dex .order-sm-3 {
    order: 3 !important;
  }
  .dex .order-sm-4 {
    order: 4 !important;
  }
  .dex .order-sm-5 {
    order: 5 !important;
  }
  .dex .order-sm-last {
    order: 6 !important;
  }
  .dex .m-sm-0 {
    margin: 0 !important;
  }
  .dex .m-sm-1 {
    margin: 0.25rem !important;
  }
  .dex .m-sm-2 {
    margin: 0.5rem !important;
  }
  .dex .m-sm-3 {
    margin: 1rem !important;
  }
  .dex .m-sm-4 {
    margin: 1.5rem !important;
  }
  .dex .m-sm-5 {
    margin: 3rem !important;
  }
  .dex .m-sm-auto {
    margin: auto !important;
  }
  .dex .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dex .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .dex .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .dex .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .dex .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .dex .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .dex .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dex .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dex .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .dex .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .dex .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .dex .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .dex .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .dex .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .dex .mt-sm-0 {
    margin-top: 0 !important;
  }
  .dex .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .dex .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .dex .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .dex .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .dex .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .dex .mt-sm-auto {
    margin-top: auto !important;
  }
  .dex .me-sm-0 {
    margin-right: 0 !important;
  }
  .dex .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .dex .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .dex .me-sm-3 {
    margin-right: 1rem !important;
  }
  .dex .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .dex .me-sm-5 {
    margin-right: 3rem !important;
  }
  .dex .me-sm-auto {
    margin-right: auto !important;
  }
  .dex .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .dex .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .dex .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .dex .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .dex .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .dex .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .dex .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .dex .ms-sm-0 {
    margin-left: 0 !important;
  }
  .dex .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .dex .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .dex .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .dex .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .dex .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .dex .ms-sm-auto {
    margin-left: auto !important;
  }
  .dex .p-sm-0 {
    padding: 0 !important;
  }
  .dex .p-sm-1 {
    padding: 0.25rem !important;
  }
  .dex .p-sm-2 {
    padding: 0.5rem !important;
  }
  .dex .p-sm-3 {
    padding: 1rem !important;
  }
  .dex .p-sm-4 {
    padding: 1.5rem !important;
  }
  .dex .p-sm-5 {
    padding: 3rem !important;
  }
  .dex .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dex .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .dex .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .dex .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .dex .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dex .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .dex .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .dex .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .dex .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .dex .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .dex .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .dex .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .dex .pt-sm-0 {
    padding-top: 0 !important;
  }
  .dex .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .dex .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .dex .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .dex .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .dex .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .dex .pe-sm-0 {
    padding-right: 0 !important;
  }
  .dex .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .dex .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .dex .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .dex .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .dex .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .dex .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .dex .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .dex .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .dex .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .dex .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .dex .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .dex .ps-sm-0 {
    padding-left: 0 !important;
  }
  .dex .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .dex .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .dex .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .dex .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .dex .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .dex .text-sm-start {
    text-align: left !important;
  }
  .dex .text-sm-end {
    text-align: right !important;
  }
  .dex .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .dex .float-md-start {
    float: left !important;
  }
  .dex .float-md-end {
    float: right !important;
  }
  .dex .float-md-none {
    float: none !important;
  }
  .dex .d-md-inline {
    display: inline !important;
  }
  .dex .d-md-inline-block {
    display: inline-block !important;
  }
  .dex .d-md-block {
    display: block !important;
  }
  .dex .d-md-grid {
    display: grid !important;
  }
  .dex .d-md-table {
    display: table !important;
  }
  .dex .d-md-table-row {
    display: table-row !important;
  }
  .dex .d-md-table-cell {
    display: table-cell !important;
  }
  .dex .d-md-flex {
    display: flex !important;
  }
  .dex .d-md-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-md-none {
    display: none !important;
  }
  .dex .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .dex .flex-md-row {
    flex-direction: row !important;
  }
  .dex .flex-md-column {
    flex-direction: column !important;
  }
  .dex .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dex .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dex .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .dex .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .dex .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dex .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dex .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .dex .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .dex .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dex .gap-md-0 {
    gap: 0 !important;
  }
  .dex .gap-md-1 {
    gap: 0.25rem !important;
  }
  .dex .gap-md-2 {
    gap: 0.5rem !important;
  }
  .dex .gap-md-3 {
    gap: 1rem !important;
  }
  .dex .gap-md-4 {
    gap: 1.5rem !important;
  }
  .dex .gap-md-5 {
    gap: 3rem !important;
  }
  .dex .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .dex .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .dex .justify-content-md-center {
    justify-content: center !important;
  }
  .dex .justify-content-md-between {
    justify-content: space-between !important;
  }
  .dex .justify-content-md-around {
    justify-content: space-around !important;
  }
  .dex .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .dex .align-items-md-start {
    align-items: flex-start !important;
  }
  .dex .align-items-md-end {
    align-items: flex-end !important;
  }
  .dex .align-items-md-center {
    align-items: center !important;
  }
  .dex .align-items-md-baseline {
    align-items: baseline !important;
  }
  .dex .align-items-md-stretch {
    align-items: stretch !important;
  }
  .dex .align-content-md-start {
    align-content: flex-start !important;
  }
  .dex .align-content-md-end {
    align-content: flex-end !important;
  }
  .dex .align-content-md-center {
    align-content: center !important;
  }
  .dex .align-content-md-between {
    align-content: space-between !important;
  }
  .dex .align-content-md-around {
    align-content: space-around !important;
  }
  .dex .align-content-md-stretch {
    align-content: stretch !important;
  }
  .dex .align-self-md-auto {
    align-self: auto !important;
  }
  .dex .align-self-md-start {
    align-self: flex-start !important;
  }
  .dex .align-self-md-end {
    align-self: flex-end !important;
  }
  .dex .align-self-md-center {
    align-self: center !important;
  }
  .dex .align-self-md-baseline {
    align-self: baseline !important;
  }
  .dex .align-self-md-stretch {
    align-self: stretch !important;
  }
  .dex .order-md-first {
    order: -1 !important;
  }
  .dex .order-md-0 {
    order: 0 !important;
  }
  .dex .order-md-1 {
    order: 1 !important;
  }
  .dex .order-md-2 {
    order: 2 !important;
  }
  .dex .order-md-3 {
    order: 3 !important;
  }
  .dex .order-md-4 {
    order: 4 !important;
  }
  .dex .order-md-5 {
    order: 5 !important;
  }
  .dex .order-md-last {
    order: 6 !important;
  }
  .dex .m-md-0 {
    margin: 0 !important;
  }
  .dex .m-md-1 {
    margin: 0.25rem !important;
  }
  .dex .m-md-2 {
    margin: 0.5rem !important;
  }
  .dex .m-md-3 {
    margin: 1rem !important;
  }
  .dex .m-md-4 {
    margin: 1.5rem !important;
  }
  .dex .m-md-5 {
    margin: 3rem !important;
  }
  .dex .m-md-auto {
    margin: auto !important;
  }
  .dex .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dex .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .dex .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .dex .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .dex .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .dex .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .dex .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dex .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dex .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .dex .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .dex .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .dex .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .dex .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .dex .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .dex .mt-md-0 {
    margin-top: 0 !important;
  }
  .dex .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .dex .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .dex .mt-md-3 {
    margin-top: 1rem !important;
  }
  .dex .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .dex .mt-md-5 {
    margin-top: 3rem !important;
  }
  .dex .mt-md-auto {
    margin-top: auto !important;
  }
  .dex .me-md-0 {
    margin-right: 0 !important;
  }
  .dex .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .dex .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .dex .me-md-3 {
    margin-right: 1rem !important;
  }
  .dex .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .dex .me-md-5 {
    margin-right: 3rem !important;
  }
  .dex .me-md-auto {
    margin-right: auto !important;
  }
  .dex .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .dex .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .dex .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .dex .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .dex .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .dex .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .dex .mb-md-auto {
    margin-bottom: auto !important;
  }
  .dex .ms-md-0 {
    margin-left: 0 !important;
  }
  .dex .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .dex .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .dex .ms-md-3 {
    margin-left: 1rem !important;
  }
  .dex .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .dex .ms-md-5 {
    margin-left: 3rem !important;
  }
  .dex .ms-md-auto {
    margin-left: auto !important;
  }
  .dex .p-md-0 {
    padding: 0 !important;
  }
  .dex .p-md-1 {
    padding: 0.25rem !important;
  }
  .dex .p-md-2 {
    padding: 0.5rem !important;
  }
  .dex .p-md-3 {
    padding: 1rem !important;
  }
  .dex .p-md-4 {
    padding: 1.5rem !important;
  }
  .dex .p-md-5 {
    padding: 3rem !important;
  }
  .dex .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dex .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .dex .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .dex .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .dex .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dex .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .dex .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .dex .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .dex .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .dex .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .dex .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .dex .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .dex .pt-md-0 {
    padding-top: 0 !important;
  }
  .dex .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .dex .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .dex .pt-md-3 {
    padding-top: 1rem !important;
  }
  .dex .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .dex .pt-md-5 {
    padding-top: 3rem !important;
  }
  .dex .pe-md-0 {
    padding-right: 0 !important;
  }
  .dex .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .dex .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .dex .pe-md-3 {
    padding-right: 1rem !important;
  }
  .dex .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .dex .pe-md-5 {
    padding-right: 3rem !important;
  }
  .dex .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .dex .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .dex .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .dex .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .dex .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .dex .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .dex .ps-md-0 {
    padding-left: 0 !important;
  }
  .dex .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .dex .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .dex .ps-md-3 {
    padding-left: 1rem !important;
  }
  .dex .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .dex .ps-md-5 {
    padding-left: 3rem !important;
  }
  .dex .text-md-start {
    text-align: left !important;
  }
  .dex .text-md-end {
    text-align: right !important;
  }
  .dex .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .dex .float-lg-start {
    float: left !important;
  }
  .dex .float-lg-end {
    float: right !important;
  }
  .dex .float-lg-none {
    float: none !important;
  }
  .dex .d-lg-inline {
    display: inline !important;
  }
  .dex .d-lg-inline-block {
    display: inline-block !important;
  }
  .dex .d-lg-block {
    display: block !important;
  }
  .dex .d-lg-grid {
    display: grid !important;
  }
  .dex .d-lg-table {
    display: table !important;
  }
  .dex .d-lg-table-row {
    display: table-row !important;
  }
  .dex .d-lg-table-cell {
    display: table-cell !important;
  }
  .dex .d-lg-flex {
    display: flex !important;
  }
  .dex .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-lg-none {
    display: none !important;
  }
  .dex .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .dex .flex-lg-row {
    flex-direction: row !important;
  }
  .dex .flex-lg-column {
    flex-direction: column !important;
  }
  .dex .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dex .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dex .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .dex .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .dex .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dex .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dex .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .dex .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .dex .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dex .gap-lg-0 {
    gap: 0 !important;
  }
  .dex .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .dex .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .dex .gap-lg-3 {
    gap: 1rem !important;
  }
  .dex .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .dex .gap-lg-5 {
    gap: 3rem !important;
  }
  .dex .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .dex .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .dex .justify-content-lg-center {
    justify-content: center !important;
  }
  .dex .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .dex .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .dex .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .dex .align-items-lg-start {
    align-items: flex-start !important;
  }
  .dex .align-items-lg-end {
    align-items: flex-end !important;
  }
  .dex .align-items-lg-center {
    align-items: center !important;
  }
  .dex .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .dex .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .dex .align-content-lg-start {
    align-content: flex-start !important;
  }
  .dex .align-content-lg-end {
    align-content: flex-end !important;
  }
  .dex .align-content-lg-center {
    align-content: center !important;
  }
  .dex .align-content-lg-between {
    align-content: space-between !important;
  }
  .dex .align-content-lg-around {
    align-content: space-around !important;
  }
  .dex .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .dex .align-self-lg-auto {
    align-self: auto !important;
  }
  .dex .align-self-lg-start {
    align-self: flex-start !important;
  }
  .dex .align-self-lg-end {
    align-self: flex-end !important;
  }
  .dex .align-self-lg-center {
    align-self: center !important;
  }
  .dex .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .dex .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .dex .order-lg-first {
    order: -1 !important;
  }
  .dex .order-lg-0 {
    order: 0 !important;
  }
  .dex .order-lg-1 {
    order: 1 !important;
  }
  .dex .order-lg-2 {
    order: 2 !important;
  }
  .dex .order-lg-3 {
    order: 3 !important;
  }
  .dex .order-lg-4 {
    order: 4 !important;
  }
  .dex .order-lg-5 {
    order: 5 !important;
  }
  .dex .order-lg-last {
    order: 6 !important;
  }
  .dex .m-lg-0 {
    margin: 0 !important;
  }
  .dex .m-lg-1 {
    margin: 0.25rem !important;
  }
  .dex .m-lg-2 {
    margin: 0.5rem !important;
  }
  .dex .m-lg-3 {
    margin: 1rem !important;
  }
  .dex .m-lg-4 {
    margin: 1.5rem !important;
  }
  .dex .m-lg-5 {
    margin: 3rem !important;
  }
  .dex .m-lg-auto {
    margin: auto !important;
  }
  .dex .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dex .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .dex .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .dex .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .dex .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .dex .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .dex .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dex .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dex .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .dex .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .dex .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .dex .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .dex .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .dex .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .dex .mt-lg-0 {
    margin-top: 0 !important;
  }
  .dex .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .dex .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .dex .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .dex .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .dex .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .dex .mt-lg-auto {
    margin-top: auto !important;
  }
  .dex .me-lg-0 {
    margin-right: 0 !important;
  }
  .dex .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .dex .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .dex .me-lg-3 {
    margin-right: 1rem !important;
  }
  .dex .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .dex .me-lg-5 {
    margin-right: 3rem !important;
  }
  .dex .me-lg-auto {
    margin-right: auto !important;
  }
  .dex .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .dex .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .dex .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .dex .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .dex .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .dex .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .dex .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .dex .ms-lg-0 {
    margin-left: 0 !important;
  }
  .dex .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .dex .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .dex .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .dex .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .dex .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .dex .ms-lg-auto {
    margin-left: auto !important;
  }
  .dex .p-lg-0 {
    padding: 0 !important;
  }
  .dex .p-lg-1 {
    padding: 0.25rem !important;
  }
  .dex .p-lg-2 {
    padding: 0.5rem !important;
  }
  .dex .p-lg-3 {
    padding: 1rem !important;
  }
  .dex .p-lg-4 {
    padding: 1.5rem !important;
  }
  .dex .p-lg-5 {
    padding: 3rem !important;
  }
  .dex .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dex .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .dex .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .dex .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .dex .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dex .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .dex .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .dex .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .dex .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .dex .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .dex .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .dex .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .dex .pt-lg-0 {
    padding-top: 0 !important;
  }
  .dex .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .dex .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .dex .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .dex .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .dex .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .dex .pe-lg-0 {
    padding-right: 0 !important;
  }
  .dex .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .dex .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .dex .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .dex .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .dex .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .dex .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .dex .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .dex .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .dex .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .dex .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .dex .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .dex .ps-lg-0 {
    padding-left: 0 !important;
  }
  .dex .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .dex .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .dex .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .dex .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .dex .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .dex .text-lg-start {
    text-align: left !important;
  }
  .dex .text-lg-end {
    text-align: right !important;
  }
  .dex .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .dex .float-xl-start {
    float: left !important;
  }
  .dex .float-xl-end {
    float: right !important;
  }
  .dex .float-xl-none {
    float: none !important;
  }
  .dex .d-xl-inline {
    display: inline !important;
  }
  .dex .d-xl-inline-block {
    display: inline-block !important;
  }
  .dex .d-xl-block {
    display: block !important;
  }
  .dex .d-xl-grid {
    display: grid !important;
  }
  .dex .d-xl-table {
    display: table !important;
  }
  .dex .d-xl-table-row {
    display: table-row !important;
  }
  .dex .d-xl-table-cell {
    display: table-cell !important;
  }
  .dex .d-xl-flex {
    display: flex !important;
  }
  .dex .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-xl-none {
    display: none !important;
  }
  .dex .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .dex .flex-xl-row {
    flex-direction: row !important;
  }
  .dex .flex-xl-column {
    flex-direction: column !important;
  }
  .dex .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dex .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dex .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .dex .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .dex .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dex .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dex .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .dex .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .dex .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dex .gap-xl-0 {
    gap: 0 !important;
  }
  .dex .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .dex .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .dex .gap-xl-3 {
    gap: 1rem !important;
  }
  .dex .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .dex .gap-xl-5 {
    gap: 3rem !important;
  }
  .dex .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .dex .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .dex .justify-content-xl-center {
    justify-content: center !important;
  }
  .dex .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .dex .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .dex .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .dex .align-items-xl-start {
    align-items: flex-start !important;
  }
  .dex .align-items-xl-end {
    align-items: flex-end !important;
  }
  .dex .align-items-xl-center {
    align-items: center !important;
  }
  .dex .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .dex .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .dex .align-content-xl-start {
    align-content: flex-start !important;
  }
  .dex .align-content-xl-end {
    align-content: flex-end !important;
  }
  .dex .align-content-xl-center {
    align-content: center !important;
  }
  .dex .align-content-xl-between {
    align-content: space-between !important;
  }
  .dex .align-content-xl-around {
    align-content: space-around !important;
  }
  .dex .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .dex .align-self-xl-auto {
    align-self: auto !important;
  }
  .dex .align-self-xl-start {
    align-self: flex-start !important;
  }
  .dex .align-self-xl-end {
    align-self: flex-end !important;
  }
  .dex .align-self-xl-center {
    align-self: center !important;
  }
  .dex .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .dex .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .dex .order-xl-first {
    order: -1 !important;
  }
  .dex .order-xl-0 {
    order: 0 !important;
  }
  .dex .order-xl-1 {
    order: 1 !important;
  }
  .dex .order-xl-2 {
    order: 2 !important;
  }
  .dex .order-xl-3 {
    order: 3 !important;
  }
  .dex .order-xl-4 {
    order: 4 !important;
  }
  .dex .order-xl-5 {
    order: 5 !important;
  }
  .dex .order-xl-last {
    order: 6 !important;
  }
  .dex .m-xl-0 {
    margin: 0 !important;
  }
  .dex .m-xl-1 {
    margin: 0.25rem !important;
  }
  .dex .m-xl-2 {
    margin: 0.5rem !important;
  }
  .dex .m-xl-3 {
    margin: 1rem !important;
  }
  .dex .m-xl-4 {
    margin: 1.5rem !important;
  }
  .dex .m-xl-5 {
    margin: 3rem !important;
  }
  .dex .m-xl-auto {
    margin: auto !important;
  }
  .dex .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dex .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .dex .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .dex .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .dex .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .dex .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .dex .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dex .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dex .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .dex .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .dex .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .dex .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .dex .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .dex .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .dex .mt-xl-0 {
    margin-top: 0 !important;
  }
  .dex .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .dex .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .dex .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .dex .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .dex .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .dex .mt-xl-auto {
    margin-top: auto !important;
  }
  .dex .me-xl-0 {
    margin-right: 0 !important;
  }
  .dex .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .dex .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .dex .me-xl-3 {
    margin-right: 1rem !important;
  }
  .dex .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .dex .me-xl-5 {
    margin-right: 3rem !important;
  }
  .dex .me-xl-auto {
    margin-right: auto !important;
  }
  .dex .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .dex .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .dex .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .dex .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .dex .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .dex .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .dex .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .dex .ms-xl-0 {
    margin-left: 0 !important;
  }
  .dex .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .dex .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .dex .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .dex .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .dex .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .dex .ms-xl-auto {
    margin-left: auto !important;
  }
  .dex .p-xl-0 {
    padding: 0 !important;
  }
  .dex .p-xl-1 {
    padding: 0.25rem !important;
  }
  .dex .p-xl-2 {
    padding: 0.5rem !important;
  }
  .dex .p-xl-3 {
    padding: 1rem !important;
  }
  .dex .p-xl-4 {
    padding: 1.5rem !important;
  }
  .dex .p-xl-5 {
    padding: 3rem !important;
  }
  .dex .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dex .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .dex .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .dex .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .dex .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dex .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .dex .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .dex .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .dex .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .dex .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .dex .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .dex .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .dex .pt-xl-0 {
    padding-top: 0 !important;
  }
  .dex .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .dex .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .dex .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .dex .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .dex .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .dex .pe-xl-0 {
    padding-right: 0 !important;
  }
  .dex .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .dex .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .dex .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .dex .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .dex .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .dex .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .dex .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .dex .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .dex .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .dex .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .dex .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .dex .ps-xl-0 {
    padding-left: 0 !important;
  }
  .dex .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .dex .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .dex .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .dex .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .dex .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .dex .text-xl-start {
    text-align: left !important;
  }
  .dex .text-xl-end {
    text-align: right !important;
  }
  .dex .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .dex .float-xxl-start {
    float: left !important;
  }
  .dex .float-xxl-end {
    float: right !important;
  }
  .dex .float-xxl-none {
    float: none !important;
  }
  .dex .d-xxl-inline {
    display: inline !important;
  }
  .dex .d-xxl-inline-block {
    display: inline-block !important;
  }
  .dex .d-xxl-block {
    display: block !important;
  }
  .dex .d-xxl-grid {
    display: grid !important;
  }
  .dex .d-xxl-table {
    display: table !important;
  }
  .dex .d-xxl-table-row {
    display: table-row !important;
  }
  .dex .d-xxl-table-cell {
    display: table-cell !important;
  }
  .dex .d-xxl-flex {
    display: flex !important;
  }
  .dex .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-xxl-none {
    display: none !important;
  }
  .dex .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .dex .flex-xxl-row {
    flex-direction: row !important;
  }
  .dex .flex-xxl-column {
    flex-direction: column !important;
  }
  .dex .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .dex .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .dex .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .dex .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .dex .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .dex .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .dex .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .dex .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .dex .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .dex .gap-xxl-0 {
    gap: 0 !important;
  }
  .dex .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .dex .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .dex .gap-xxl-3 {
    gap: 1rem !important;
  }
  .dex .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .dex .gap-xxl-5 {
    gap: 3rem !important;
  }
  .dex .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .dex .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .dex .justify-content-xxl-center {
    justify-content: center !important;
  }
  .dex .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .dex .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .dex .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .dex .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .dex .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .dex .align-items-xxl-center {
    align-items: center !important;
  }
  .dex .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .dex .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .dex .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .dex .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .dex .align-content-xxl-center {
    align-content: center !important;
  }
  .dex .align-content-xxl-between {
    align-content: space-between !important;
  }
  .dex .align-content-xxl-around {
    align-content: space-around !important;
  }
  .dex .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .dex .align-self-xxl-auto {
    align-self: auto !important;
  }
  .dex .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .dex .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .dex .align-self-xxl-center {
    align-self: center !important;
  }
  .dex .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .dex .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .dex .order-xxl-first {
    order: -1 !important;
  }
  .dex .order-xxl-0 {
    order: 0 !important;
  }
  .dex .order-xxl-1 {
    order: 1 !important;
  }
  .dex .order-xxl-2 {
    order: 2 !important;
  }
  .dex .order-xxl-3 {
    order: 3 !important;
  }
  .dex .order-xxl-4 {
    order: 4 !important;
  }
  .dex .order-xxl-5 {
    order: 5 !important;
  }
  .dex .order-xxl-last {
    order: 6 !important;
  }
  .dex .m-xxl-0 {
    margin: 0 !important;
  }
  .dex .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .dex .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .dex .m-xxl-3 {
    margin: 1rem !important;
  }
  .dex .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .dex .m-xxl-5 {
    margin: 3rem !important;
  }
  .dex .m-xxl-auto {
    margin: auto !important;
  }
  .dex .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dex .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .dex .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .dex .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .dex .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .dex .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .dex .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dex .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dex .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .dex .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .dex .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .dex .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .dex .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .dex .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .dex .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .dex .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .dex .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .dex .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .dex .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .dex .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .dex .mt-xxl-auto {
    margin-top: auto !important;
  }
  .dex .me-xxl-0 {
    margin-right: 0 !important;
  }
  .dex .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .dex .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .dex .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .dex .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .dex .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .dex .me-xxl-auto {
    margin-right: auto !important;
  }
  .dex .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .dex .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .dex .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .dex .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .dex .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .dex .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .dex .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .dex .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .dex .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .dex .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .dex .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .dex .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .dex .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .dex .ms-xxl-auto {
    margin-left: auto !important;
  }
  .dex .p-xxl-0 {
    padding: 0 !important;
  }
  .dex .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .dex .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .dex .p-xxl-3 {
    padding: 1rem !important;
  }
  .dex .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .dex .p-xxl-5 {
    padding: 3rem !important;
  }
  .dex .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dex .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .dex .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .dex .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .dex .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dex .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .dex .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .dex .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .dex .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .dex .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .dex .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .dex .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .dex .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .dex .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .dex .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .dex .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .dex .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .dex .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .dex .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .dex .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .dex .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .dex .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .dex .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .dex .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .dex .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .dex .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .dex .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .dex .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .dex .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .dex .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .dex .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .dex .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .dex .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .dex .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .dex .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .dex .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .dex .text-xxl-start {
    text-align: left !important;
  }
  .dex .text-xxl-end {
    text-align: right !important;
  }
  .dex .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .dex .fs-1 {
    font-size: 2.5rem !important;
  }
  .dex .fs-2 {
    font-size: 2rem !important;
  }
  .dex .fs-3 {
    font-size: 1.75rem !important;
  }
  .dex .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .dex .d-print-inline {
    display: inline !important;
  }
  .dex .d-print-inline-block {
    display: inline-block !important;
  }
  .dex .d-print-block {
    display: block !important;
  }
  .dex .d-print-grid {
    display: grid !important;
  }
  .dex .d-print-table {
    display: table !important;
  }
  .dex .d-print-table-row {
    display: table-row !important;
  }
  .dex .d-print-table-cell {
    display: table-cell !important;
  }
  .dex .d-print-flex {
    display: flex !important;
  }
  .dex .d-print-inline-flex {
    display: inline-flex !important;
  }
  .dex .d-print-none {
    display: none !important;
  }
}
.bsg-product-buyzone__title-area.text h3 {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .bsg-product-buyzone__title-area.text h3 {
    margin-bottom: 0.5rem;
  }
}
.bsg-product-buyzone__title-area.text h2 {
  font-size: 2.375rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .bsg-product-buyzone__title-area.text h2 {
    font-size: 2.625rem;
    margin-bottom: 1rem;
  }
}
.bsg-product-buyzone__title-area.text h5 {
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.bsg-product-buyzone__title-area.text p {
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.bsg-product-buyzone__information-area p {
  font-size: 11px;
  line-height: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .bsg-product-buyzone__information-area p {
    font-size: 0.8rem;
    margin-top: 0.75rem;
  }
}
.bsg-product-buyzone .edge-devices-reached span {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}
section.business-enterprise {
  background: #000;
  height: 519px;
  padding: 0;
}
@media (max-width: 991px) {
  section.business-enterprise {
    height: auto;
  }
}
section.business-enterprise .bg-img {
  bottom: 0;
  height: 420px;
  overflow: visible;
  position: absolute;
  right: -8px;
  width: 730px;
}
@media (max-width: 991px) {
  section.business-enterprise .bg-img {
    right: auto;
  }
}
section.business-enterprise .bg-img img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
section.business-enterprise .bg-img:before {
  background: #005ed9;
  border-radius: 50%;
  content: "";
  height: 824px;
  left: 1px;
  position: absolute;
  top: 22px;
  transition:
    left 0.6s ease-in,
    top 0.6s ease-in;
  width: 824px;
}
@media (min-width: 1601px) {
  section.business-enterprise .bg-img:before {
    left: -185px;
  }
}
@media (max-width: 1270px) {
  section.business-enterprise .bg-img:before {
    height: 655px;
    left: 122px;
    top: 34px;
    width: 655px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.business-enterprise .bg-img:before {
    height: 655px;
    left: 156px;
    top: 35px;
    width: 655px;
  }
}
@media (max-width: 991px) {
  section.business-enterprise .bg-img:before {
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.business-enterprise .bg-img:before {
    height: 768px;
    width: 768px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.business-enterprise .bg-img:before {
    height: 630px;
    left: 0;
    top: 34px;
    width: 630px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.business-enterprise .bg-img:before {
    height: 480px;
    width: 480px;
  }
}
@media (max-width: 480px) {
  section.business-enterprise .bg-img:before {
    height: 400px;
    top: 34px;
    width: 400px;
  }
}
section.business-enterprise .column-wrapper {
  height: 100%;
  min-height: 520px;
  width: 100%;
}
@media (max-width: 991px) {
  section.business-enterprise .column-wrapper {
    flex-wrap: wrap;
  }
}
section.business-enterprise .column-wrapper .text-wrap {
  margin-right: 90px;
  max-width: 690px;
  padding-top: 40px;
}
@media (max-width: 1599px) {
  section.business-enterprise .column-wrapper .text-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 1270px) {
  section.business-enterprise .column-wrapper .text-wrap {
    max-width: 450px;
    padding-top: 84px;
  }
}
@media (max-width: 991px) {
  section.business-enterprise .column-wrapper .text-wrap {
    margin: 0;
    max-width: 100%;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.business-enterprise .column-wrapper .text-wrap {
    text-align: center;
  }
}
section.business-enterprise .column-wrapper .text-wrap h1 {
  color: #fff;
  letter-spacing: 0.005em;
  margin-bottom: 26px;
}
section.business-enterprise .column-wrapper .text-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  section.business-enterprise .column-wrapper .text-wrap p {
    padding: 0;
  }
}
section.business-enterprise .column-wrapper .subscription-box {
  background: #e4f2ff;
  border-radius: 8px;
  height: 376px;
  margin-left: 70px;
  margin-top: 95px;
  max-width: 440px;
  position: relative;
  width: 100%;
}
@media (max-width: 1599px) {
  section.business-enterprise .column-wrapper .subscription-box {
    margin-left: 40px;
  }
}
@media (max-width: 1270px) {
  section.business-enterprise .column-wrapper .subscription-box {
    height: 363px;
    margin-left: auto;
    margin-top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  section.business-enterprise .column-wrapper .subscription-box {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  section.business-enterprise .column-wrapper .subscription-box {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  section.business-enterprise .column-wrapper .subscription-box {
    height: auto;
    margin: 50px auto 70px;
  }
}
section.business-enterprise .column-wrapper .subscription-box .discount {
  background: #2cb43d;
  border-radius: 50px;
  height: 80px;
  left: -11px;
  padding: 13px 0;
  position: absolute;
  top: -14px;
  width: 80px;
}
@media (max-width: 1270px) {
  section.business-enterprise .column-wrapper .subscription-box .discount {
    height: 78px;
    right: -20px;
    top: -25px;
    width: 78px;
  }
}
@media (max-width: 767px) {
  section.business-enterprise .column-wrapper .subscription-box .discount {
    height: 58px;
    padding: 10px 0;
    right: -5px;
    text-align: center;
    top: -25px;
    width: 58px;
  }
}
section.business-enterprise .column-wrapper .subscription-box .discount p {
  color: #000;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}
@media (max-width: 767px) {
  section.business-enterprise .column-wrapper .subscription-box .discount p {
    font-size: 18px !important;
  }
}
section.business-enterprise .column-wrapper .subscription-box .discount p span {
  color: #000;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}
@media (max-width: 767px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .discount
    p
    span {
    font-size: 18px !important;
  }
}
section.business-enterprise .column-wrapper .subscription-box .content-wrap {
  padding: 22px 0;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number {
  background: #e4f2ff;
  display: inline-block;
  margin: 0 0 26px;
  padding: 0 41px;
  text-align: end;
  width: 100%;
}
@media (max-width: 1270px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .number {
    margin: 0 0 10px;
    padding: 0 25px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  p {
  color: #000;
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.5;
  vertical-align: middle;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap {
  display: inline-block;
  vertical-align: sub;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .wrap {
  color: #000;
  cursor: pointer;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.9px;
  margin: 0 0 25px 19px;
  padding-left: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(50% - 10px);
}
@media (max-width: 595px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .number
    .radio-wrap
    .wrap {
    margin: 0 0 30px 10px;
    width: 100%;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .wrap
  input {
  bottom: 0;
  cursor: pointer;
  height: 16px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .wrap
  input:checked
  ~ .checkmark {
  background-color: #fff;
  border: 1px solid #006dff;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .wrap
  input:checked
  ~ .checkmark:after {
  display: block;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .wrap
  .checkmark:after {
  background: #006dff;
  border-radius: 50%;
  bottom: 0;
  height: 8px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 8px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .checkmark {
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  bottom: 0;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .number
  .radio-wrap
  .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe {
  background: #e4f2ff;
  margin: 0 0 18px;
  padding: 0 41px;
  text-align: end;
}
@media (max-width: 1270px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .subscribe {
    margin: 0 0 10px;
    padding: 0 25px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  span {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.005em;
  line-height: 1.69;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap {
  display: inline-block;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap {
  color: #000;
  cursor: pointer;
  font-family: roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin: 0 0 25px 21px;
  padding-left: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(50% - 10px);
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap:first-child {
  margin: 0 0 25px 14px;
}
@media (max-width: 595px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .subscribe
    .radio-wrap
    .wrap,
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .subscribe
    .radio-wrap
    .wrap:first-child {
    margin: 0 0 30px 10px;
    width: 100%;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap
  input {
  bottom: 0;
  cursor: pointer;
  height: 16px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap
  input:checked
  ~ .checkmark {
  background-color: #fff;
  border: 1px solid #006dff;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap
  input:checked
  ~ .checkmark:after {
  display: block;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .wrap
  .checkmark:after {
  background: #006dff;
  border-radius: 50%;
  bottom: 0;
  height: 8px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: 8px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .checkmark {
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  bottom: 0;
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 3px;
  width: 16px;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .subscribe
  .radio-wrap
  .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price {
  background: #fff;
  display: block;
  float: left;
  padding: 9px 40px 3px;
  position: relative;
}
@media (max-width: 1270px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .price {
    padding: 10px 25px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price:before {
  background: #fff;
  border-radius: 10px;
  bottom: -19px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1200px) and (max-height: 660px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .price:before {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .price:before {
    bottom: -35px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  > span {
  color: #616161;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 7px;
  text-align: right;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .savings {
  background: rgba(44, 180, 61, 0.2);
  border-radius: 8px;
  display: inline-block;
  float: right;
  margin: 0 0 16px;
  padding: 4px 9px 3px;
  text-align: right;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .savings
  span {
  color: #2cb43d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .savings
  span
  em {
  font-style: normal;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .total {
  border-top: 1px dashed #dedede;
  display: block;
  float: left;
  margin-bottom: 3px;
  padding-top: 6px;
  width: 100%;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .total
  p {
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .price
    .total
    p {
    font-size: 18px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .total
  span {
  display: inline-block;
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 767px) {
  section.business-enterprise
    .column-wrapper
    .subscription-box
    .content-wrap
    .price
    .total
    span {
    font-size: 18px;
  }
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .total
  span
  em {
  font-style: normal;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .total
  span
  small {
  color: #616161;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.4;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .btn-wrap {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .btn-wrap
  a {
  margin-bottom: 14px;
  width: 100%;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .btn-wrap
  a:last-child {
  margin-bottom: 0;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .btn-wrap
  a:last-child
  span:after {
  display: none;
}
section.business-enterprise
  .column-wrapper
  .subscription-box
  .content-wrap
  .price
  .btn-wrap
  p {
  color: #616161;
  font-size: 10px !important;
  margin: 0 auto;
  max-width: 120px;
  position: relative;
  text-align: center;
  z-index: 1;
}
section.business-enterprise .breadcrumb {
  margin-bottom: 0;
}
section.business-enterprise .breadcrumb a:hover {
  color: #fff;
}
section.card-grid .column-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  section.card-grid .column-wrapper {
    display: block;
  }
}
section.card-grid .intro-block {
  margin-bottom: 41px;
  position: relative;
}
section.card-grid .intro-block a {
  position: absolute;
  right: 2px;
  top: 8px;
}
section.card-grid h3 {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  section.card-grid h3 {
    width: 100%;
  }
}
section.card-grid label {
  color: #616161;
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.card-grid label {
    line-height: 1.33;
  }
}
section.card-grid p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  padding-top: 2px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.card-grid p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.card-grid p {
    line-height: 1.38;
  }
}
section.card-grid p:after {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 15px;
}
@media (max-width: 767px) {
  section.card-grid p:after {
    display: none;
  }
}
@media (max-width: 991px) {
  section.card-grid .we-col-two {
    width: 100%;
  }
}
section.card-grid .we-col-two > a {
  margin-top: 30px;
}
section.card-grid .we-col-two:first-child {
  border-right: 1px solid #dedede;
  padding-right: 125px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid .we-col-two:first-child {
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid .we-col-two:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  section.card-grid .we-col-two:first-child {
    border-bottom: 1px solid #dedede;
    border-right: 0;
    padding: 0 0 30px;
  }
}
section.card-grid .we-col-two:last-of-type {
  padding-left: 125px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid .we-col-two:last-of-type {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid .we-col-two:last-of-type {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  section.card-grid .we-col-two:last-of-type {
    padding: 30px 0 0;
  }
}
section.card-grid .img-box {
  overflow: hidden;
  position: relative;
  width: 202px;
}
@media (max-width: 480px) {
  section.card-grid .img-box {
    width: 158px;
  }
}
@media (max-width: 374px) {
  section.card-grid .img-box {
    margin: 0 auto;
  }
}
section.card-grid .img-box span {
  background: #fff;
  border-radius: 100px;
  color: #3c3c3c;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  left: 16px;
  letter-spacing: 1.12px;
  line-height: 1.71;
  padding: 4px 14px 5px 17px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
}
@media (max-width: 767px) {
  section.card-grid .img-box span {
    font-size: 12px;
    line-height: 1;
  }
}
section.card-grid .card {
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  section.card-grid .card {
    height: auto !important;
  }
}
@media (max-width: 374px) {
  section.card-grid .card {
    display: block;
  }
}
section.card-grid .card:hover p:after {
  opacity: 1;
}
section.card-grid .card:hover img {
  transform: scale(1.1);
}
section.card-grid .card > a {
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999999px;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.card-grid .card img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 374px) {
  section.card-grid .card img {
    border-radius: 8px;
  }
}
section.card-grid .card .content {
  padding: 18px 25px 21px;
  width: calc(100% - 202px);
}
@media (max-width: 480px) {
  section.card-grid .card .content {
    padding: 15px;
    width: calc(100% - 158px);
  }
}
@media (max-width: 374px) {
  section.card-grid .card .content {
    width: 100%;
  }
}
section.card-grid .card .content a {
  margin-top: 4px;
}
@media (max-width: 767px) {
  section.card-grid .desktop {
    display: none;
  }
}
section.card-grid .mobile {
  display: none;
}
@media (max-width: 767px) {
  section.card-grid .mobile {
    display: inline-block;
  }
  section.card-grid.latest-news .mobile {
    display: none;
    margin-left: 15px;
  }
}
section.card-grid.latest-news:after {
  background-color: #dedede;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  max-width: 1292px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 40px);
}
@media (max-width: 1599px) {
  section.card-grid.latest-news:after {
    max-width: 1192px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  section.card-grid.latest-news:after {
    max-width: 1292px;
    width: calc(100% - 40px);
  }
}
section.card-grid.latest-news .intro-block {
  margin-bottom: 30px;
  padding-left: 15px;
}
section.card-grid.latest-news .column-wrapper {
  margin-left: -15px;
  width: calc(100% + 30px);
}
section.card-grid.latest-news .we-col-two {
  padding: 0;
}
section.card-grid.latest-news .we-col-two:first-child {
  border: none;
}
section.card-grid.latest-news .we-col-two.full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.card-grid.latest-news .card {
  margin: 0 15px 25px;
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  section.card-grid.latest-news .card {
    width: 100%;
  }
}
section.card-grid.latest-news .card:hover h5:after {
  opacity: 1;
}
section.card-grid.latest-news .card .content {
  padding: 20px 36px 21px 25px;
  width: calc(100% - 220px);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid.latest-news .card .content {
    padding: 20px 18px 35px 25px;
    width: calc(100% - 203px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid.latest-news .card .content {
    padding: 20px 18px 35px 25px;
    width: calc(100% - 203px);
  }
}
@media (max-width: 480px) {
  section.card-grid.latest-news .card .content {
    padding: 20px 20px 21px;
    width: 100%;
  }
}
section.card-grid.latest-news .img-box {
  width: 220px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid.latest-news .img-box {
    width: 203px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid.latest-news .img-box {
    width: 203px;
  }
}
@media (max-width: 480px) {
  section.card-grid.latest-news .img-box {
    height: 164px;
    width: 100%;
  }
  section.card-grid.latest-news .img-box img {
    border-radius: 0;
  }
}
section.card-grid.latest-news h5 {
  color: #000;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 3px;
  padding-top: 2px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid.latest-news h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid.latest-news h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.card-grid.latest-news h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.card-grid.latest-news h5 {
    line-height: 1.38;
  }
}
section.card-grid.latest-news h5:after {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 15px;
}
@media (max-width: 767px) {
  section.card-grid.latest-news h5:after {
    opacity: 1;
  }
}
section.card-grid.latest-news p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.card-grid.latest-news p {
    font-size: 14px !important;
    max-width: 250px;
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.card-grid.latest-news p {
    font-size: 14px !important;
    max-width: 250px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  section.card-grid.latest-news p {
    font-size: 14px !important;
  }
}
section.card-grid.latest-news p:after {
  display: none;
}
.card-with-details__icon {
  height: 50px;
  margin-bottom: 14px;
  width: 56px;
}
.card-with-details__title {
  margin-bottom: 7px;
}
.card-with-details__description {
  padding-right: 20px;
}
.card-with-details__description .cmp-text,
.card-with-details__description p {
  color: #3c3c3c;
  line-height: 1.5;
  margin-bottom: 27px;
}
.card-with-details--bsg .card-with-details__container {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}
@media (min-width: 596px) {
  .card-with-details--bsg .card-with-details__container {
    align-items: baseline;
    grid-template-rows: none;
  }
}
@media (min-width: 768px) {
  .card-with-details--bsg .card-with-details__container {
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: flex-end;
  }
}
.card-with-details--bsg .card-with-details__media {
  position: absolute;
  right: 0;
  top: 50%;
  width: 117px;
  --tw-translate-y: -50%;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
}
@media (min-width: 768px) {
  .card-with-details--bsg .card-with-details__media {
    top: 16px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.card-with-details--bsg .card-with-details__icon {
  height: 30px;
  margin-bottom: 0;
  width: 32.5px;
}
.card-with-details--bsg .card-with-details__title {
  grid-row-start: 1;
  margin-bottom: 0;
  margin-top: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 66.666667%;
}
@media (min-width: 768px) {
  .card-with-details--bsg .card-with-details__title {
    grid-row-start: auto;
    margin-top: 0;
    width: 100%;
  }
}
.card-with-details--bsg .card-with-details__button {
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.card-with-details--bsg .card-with-details__description {
  display: none;
  margin-bottom: 0;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .card-with-details--bsg .card-with-details__description {
    display: block;
  }
}
.card-with-details--bsg .card-with-details__description .cmp-text p,
.card-with-details--bsg .card-with-details__description p {
  line-height: 19.2px;
  margin-bottom: 0.75rem;
}
.col-three-block.dark,
.col-three-block.dark.col-three-grid .outer-wrapper {
  background-color: #000;
}
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h1,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h2,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h3,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h4,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h5,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container h6,
.col-three-block.dark.col-three-grid .outer-wrapper .we-container p {
  color: #fff;
}
.col-three-block.dark.col-three-grid .outer-wrapper .we-col-three {
  background-color: #120f12;
  border-radius: 5px;
  border-top: 3px solid #005ed9;
  padding: 30px;
}
.col-three-block .outer-wrapper {
  background-color: #005ed9;
  position: relative;
}
.col-three-block .outer-wrapper:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 33.33%;
}
.col-three-block .outer-wrapper:before {
  background: #00439c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 66.5%;
}
@media (min-width: 1601px) {
  .col-three-block .outer-wrapper:before {
    left: 49%;
    transform: translateX(-50%);
    width: 460px;
    z-index: 1;
  }
  .col-three-block .outer-wrapper:after {
    width: 47%;
    z-index: 0;
  }
}
@media (max-width: 1270px) {
  .col-three-block .outer-wrapper:before {
    width: 66%;
  }
  .col-three-block .outer-wrapper:after {
    width: 34%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block .outer-wrapper:before {
    width: 67.5%;
  }
}
@media (max-width: 767px) {
  .col-three-block .outer-wrapper:before {
    height: 67.66%;
    width: 100%;
  }
  .col-three-block .outer-wrapper:after {
    height: 33.33%;
    width: 100%;
  }
}
.col-three-block .column-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, auto);
  margin: 0 -40px;
  padding: 87px 0;
  position: relative;
  transition: height 0.3s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .col-three-block .column-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1270px) {
  .col-three-block .column-wrapper {
    margin: 0 -19px;
    padding: 55px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block .column-wrapper {
    padding: 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block .column-wrapper {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
.col-three-block .column-wrapper .we-col-three {
  margin: 20px 39px;
  width: unset;
}
@media (max-width: 1270px) {
  .col-three-block .column-wrapper .we-col-three {
    margin: 15px 19px;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .we-col-three {
    margin: 62px auto;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .col-three-block .column-wrapper .we-col-three {
    margin: 40px auto;
  }
}
.col-three-block .column-wrapper .we-col-three h3,
.col-three-block .column-wrapper .we-col-three li,
.col-three-block .column-wrapper .we-col-three p {
  color: #fff;
}
.col-three-block .column-wrapper .we-col-three li:before {
  background-color: #fff;
}
.col-three-block .column-wrapper .we-col-three a {
  color: #006dff;
  transition: color 0.3s ease-in-out;
}
.col-three-block .column-wrapper .we-col-three a:hover {
  color: #005ed9;
  text-decoration: underline;
}
.col-three-block .column-wrapper .we-col-three p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1270px) {
  .col-three-block .column-wrapper .we-col-three p {
    font-size: 16px;
  }
}
.col-three-block .column-wrapper .we-col-three h3 {
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .we-col-three h3 {
    font-size: 24px;
  }
}
.col-three-block .column-wrapper .we-col-three small {
  color: #3c3c3c;
  display: block;
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 28px;
}
.col-three-block .column-wrapper .we-col-three:nth-of-type(2) .icon-wrap {
  left: -30px;
  position: relative;
}
@media (min-width: 1399px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(2) .icon-wrap {
    left: 0;
    max-width: 114px;
    top: -8px;
  }
}
@media (max-width: 1399px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(2) .icon-wrap {
    left: 0;
  }
}
.col-three-block .column-wrapper .we-col-three:nth-of-type(3n) {
  padding-left: 3%;
}
.col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 0;
  }
}
.col-three-block
  .column-wrapper
  .we-col-three:nth-of-type(3n).no-extra-padding {
  padding-left: 0;
}
@media (min-width: 1601px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) {
    padding-left: 0;
  }
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 35px;
  }
}
@media (max-width: 1270px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) {
    padding-left: 0;
  }
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 35px;
  }
}
@media (max-width: 1270px) and (max-width: 595px) {
  .col-three-block .column-wrapper .we-col-three:nth-of-type(3n) .content-wrap {
    padding-right: 0 !important;
  }
}
.col-three-block .column-wrapper .content-wrap {
  padding-right: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block .column-wrapper .content-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block .column-wrapper .content-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .content-wrap {
    padding-right: 0;
  }
}
.col-three-block .column-wrapper .content-wrap .text-wrap {
  display: grid;
  grid-row: span 9;
  grid-template-rows: subgrid;
}
.col-three-block
  .column-wrapper
  .content-wrap
  .text-wrap
  .additional-description {
  padding-left: 24px;
}
.col-three-block .column-wrapper .content-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.col-three-block .column-wrapper .content-wrap ul li {
  padding-left: 16px;
}
.col-three-block .column-wrapper .content-wrap ul li:before {
  border-radius: 50%;
  height: 6px;
  top: 13px;
  width: 6px;
}
.col-three-block .column-wrapper .icon-wrap {
  height: 77px;
  margin-bottom: 24px;
  max-width: 106px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block .column-wrapper .icon-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .col-three-block .column-wrapper .icon-wrap {
    height: 60px;
    margin-bottom: 15px;
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .icon-wrap {
    height: 70px;
    margin-bottom: 16px;
    max-width: 90px;
  }
}
.col-three-block .column-wrapper .icon-wrap img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.col-three-block .column-wrapper .icon-wrap svg {
  height: 56px;
  width: 81px;
}
@media (max-width: 991px) {
  .col-three-block .column-wrapper .icon-wrap svg {
    height: 56px;
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .col-three-block .column-wrapper .icon-wrap svg {
    height: 60px;
    max-width: 70px;
  }
}
.col-three-block .column-wrapper .icon-wrap svg path {
  fill: none;
  stroke-width: 2px;
}
.col-three-block .btn-accordion {
  margin-top: 40px;
  text-align: center;
}
.col-three-block.col-three-grid .outer-wrapper {
  background-color: #fff;
}
.col-three-block.col-three-grid .outer-wrapper:after,
.col-three-block.col-three-grid .outer-wrapper:before {
  display: none;
}
@media (max-width: 1270px) {
  .col-three-block.col-three-grid .content-wrap {
    padding-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block.col-three-grid .content-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.col-three-grid .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid .content-wrap {
    padding-right: 0;
    text-align: left;
  }
}
.col-three-block.col-three-grid .column-wrapper {
  padding: 0;
}
@media (max-width: 1270px) {
  .col-three-block.col-three-grid .column-wrapper {
    margin: 0 -16px;
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid .column-wrapper {
    margin: auto;
  }
}
.col-three-block.col-three-grid .intro-block {
  margin: 0 0 25px;
  max-width: 715px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block.col-three-grid .intro-block {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .col-three-block.col-three-grid .intro-block {
    margin-bottom: 0;
  }
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid .intro-block {
    margin-bottom: 0;
  }
}
.col-three-block.col-three-grid .icon-wrap {
  height: 56px;
  margin-bottom: 28px;
  max-width: 81px;
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid .icon-wrap {
    margin: auto auto 16px;
    margin-left: 0 !important;
  }
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid .icon-wrap {
    max-width: 66px;
  }
}
@media (max-width: 480px) {
  .col-three-block.col-three-grid .icon-wrap {
    margin: 0 0 16px;
  }
}
.col-three-block.col-three-grid .column-wrapper {
  transition: all 0.3s linear;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three {
  display: grid;
  grid-row: span 10;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  margin: 30px 25px 0 39px;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three .icon-wrap {
  display: grid;
  grid-row: span 1;
  grid-template-rows: subgrid;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three .content-wrap {
  display: grid;
  grid-row: span 10;
  grid-template-rows: subgrid;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three.hide {
  display: none;
}
@media (max-width: 1270px) {
  .col-three-block.col-three-grid .column-wrapper .we-col-three {
    margin: 30px 16px 0;
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid .column-wrapper .we-col-three {
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .col-three-block.col-three-grid .column-wrapper .we-col-three {
    margin: 25px auto 0;
  }
}
.col-three-block.col-three-grid .column-wrapper .we-col-three h3,
.col-three-block.col-three-grid .column-wrapper .we-col-three p {
  color: #000;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three p b {
  font-weight: 500;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three li {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 24px 0 0;
  padding-left: 24px;
}
.col-three-block.col-three-grid .column-wrapper .we-col-three li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  height: 15px;
  top: 7px;
  width: 15px;
}
.col-three-block.col-three-grid
  .column-wrapper
  .we-col-three:nth-of-type(2)
  .icon-wrap {
  left: auto;
  max-width: 76px;
  top: auto;
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid
    .column-wrapper
    .we-col-three:nth-of-type(2)
    .icon-wrap {
    max-width: 66px;
  }
}
.col-three-block.col-three-grid
  .column-wrapper
  .we-col-three:last-of-type
  .content-wrap {
  padding-right: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.col-three-grid
    .column-wrapper
    .we-col-three:last-of-type
    .content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid
    .column-wrapper
    .we-col-three:last-of-type
    .content-wrap {
    padding-right: 0 !important;
  }
  .col-three-block.col-three-grid .column-wrapper .we-col-three:last-of-type {
    margin-bottom: 0;
  }
}
.col-three-block.col-three-grid .column-wrapper h5 {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .col-three-block.col-three-grid.two-column .icon-wrap {
    margin: 30px 0;
  }
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid.two-column .icon-wrap {
    margin: 0 0 20px;
  }
}
@media (min-width: 596px) {
  .col-three-block.col-three-grid.two-column .column-wrapper {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid.two-column .column-wrapper {
    justify-content: left !important;
    margin: 0 !important;
  }
}
.col-three-block.col-three-grid.two-column .column-wrapper .we-col-three {
  margin: 0 25px;
}
@media (max-width: 991px) {
  .col-three-block.col-three-grid.two-column .column-wrapper .we-col-three {
    margin: 0 25px 40px;
  }
}
@media (max-width: 767px) {
  .col-three-block.col-three-grid.two-column .column-wrapper .we-col-three {
    margin: 20px 0;
  }
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid.two-column .column-wrapper .we-col-three {
    margin: 20px 0;
  }
}
.col-three-block.col-three-grid.two-column .column-wrapper .content-wrap {
  max-width: 400px;
  padding-right: 0 !important;
  text-align: left;
}
@media (max-width: 595px) {
  .col-three-block.col-three-grid.two-column .column-wrapper .content-wrap {
    margin: 0;
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  .col-three-block.col-three-grid.two-column .column-wrapper .content-wrap ul {
    padding-left: 20px;
  }
  .col-three-block.col-three-grid.two-column
    .column-wrapper
    .content-wrap
    ul
    li {
    padding-left: 10px;
  }
}
.col-three-block.col-three-grid .btn-wrap {
  margin-top: 24px;
}
.col-three-block.oem-three-block .column-wrapper .we-col-three {
  margin: 26px 25px 26px 39px !important;
}
@media (max-width: 1270px) {
  .col-three-block.oem-three-block .column-wrapper .we-col-three {
    margin: 26px 25px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block.oem-three-block .column-wrapper .we-col-three {
    margin: 26px 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.oem-three-block .column-wrapper .we-col-three {
    margin: 26px 16px !important;
  }
}
@media (max-width: 767px) {
  .col-three-block.oem-three-block .column-wrapper .we-col-three {
    margin: 20px 0 !important;
  }
}
.col-three-block.option2 .column-wrapper {
  margin-bottom: 45px;
}
.col-three-block.option2 .column-wrapper:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col-three-block.option2 .column-wrapper {
    margin-bottom: 30px;
  }
}
.col-three-block.option2
  .column-wrapper
  .we-col-three:nth-of-type(2)
  .icon-wrap {
  left: -26px;
  max-width: 119px;
  top: 7px;
}
.col-three-block.option2 .icon-wrap {
  height: 76px;
  left: -26px;
  margin-bottom: 32px;
  max-width: 120px;
  position: relative;
  top: 7px;
}
.col-three-block.option3 .icon-wrap {
  height: 65px;
  left: 0 !important;
  margin-bottom: 25px;
  top: 0 !important;
}
@media (max-width: 767px) {
  .col-three-block.option3 .icon-wrap {
    height: 53px;
  }
}
.col-three-block.option3 .column-wrapper .icon-wrap svg {
  height: 64px;
  width: 76px;
}
@media (max-width: 767px) {
  .col-three-block.option3 .column-wrapper .icon-wrap svg {
    height: 50px;
  }
}
.col-three-block.option3 .column-wrapper .content-wrap {
  padding-right: 40px;
}
.col-three-block.option3 .column-wrapper .we-col-three {
  margin: 0 25px 0 39px;
}
@media (max-width: 1270px) {
  .col-three-block.option3 .column-wrapper .we-col-three {
    margin: 0 16px;
  }
}
@media (max-width: 767px) {
  .col-three-block.option3 .column-wrapper .we-col-three {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.col-three-block.option3
  .column-wrapper
  .we-col-three:last-of-type
  .content-wrap {
  padding-right: 0;
}
.col-three-block.option7 .card-title {
  color: #000;
  font: normal normal 700 16px/21px Roboto;
  text-align: left;
}
.col-three-block.option7 img {
  height: 48px;
  width: 40px;
}
.col-three-block.option7 .column-wrapper {
  margin: 0 -15px;
  padding-bottom: 30px;
  padding-right: 0;
}
@media (max-width: 1270px) {
  .col-three-block.option7 .column-wrapper {
    justify-content: center !important;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-three-block.option7 .column-wrapper {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.option7 .column-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .col-three-block.option7 .column-wrapper {
    margin: 0;
    padding: 0;
  }
}
.col-three-block.option7 .column-wrapper .we-col-three {
  border: 1px solid #dedede;
  border-radius: 10px;
  margin: 9px 15px 17px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1270px) {
  .col-three-block.option7 .column-wrapper .we-col-three {
    margin: 9px 9px 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.option7 .column-wrapper .we-col-three {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .col-three-block.option7 .column-wrapper .we-col-three {
    height: 281px;
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
  }
}
.col-three-block.option7 .description p {
  font: normal normal normal 14px/20px Roboto;
}
.col-three-block.paid-block .intro-block {
  max-width: 530px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.col-three-block.paid-block .outer-wrapper {
  background: transparent;
}
.col-three-block.paid-block .outer-wrapper:after,
.col-three-block.paid-block .outer-wrapper:before {
  display: none;
}
.col-three-block.paid-block .column-wrapper {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .col-three-block.paid-block .column-wrapper {
    padding: 0;
  }
  .col-three-block.paid-block .column-wrapper .we-col-three {
    margin: 20px auto;
  }
}
.col-three-block.paid-block .column-wrapper .we-col-three h3,
.col-three-block.paid-block .column-wrapper .we-col-three li,
.col-three-block.paid-block .column-wrapper .we-col-three p {
  color: #000;
}
.col-three-block.paid-block .column-wrapper .we-col-three li:before {
  background-color: #000;
}
.col-three-block.paid-block
  .column-wrapper
  .we-col-three:nth-of-type(2)
  .icon-wrap {
  left: 0;
  top: 0;
}
.col-three-block.paid-block .column-wrapper .icon-wrap {
  left: 0;
  margin-bottom: 5px;
  top: 0;
}
@media (min-width: 1270px) {
  .col-three-block.two-column .column-wrapper {
    margin: 0 -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-three-block.two-column .column-wrapper {
    margin: 0 -20px;
  }
}
.col-three-block.bg-white .content-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.col-three-block.bg-white .content-wrap h3,
.col-three-block.bg-white .content-wrap h4,
.col-three-block.bg-white .content-wrap p {
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .col-three-block.bg-white .content-wrap .text-wrap {
    width: 100%;
  }
}
.col-three-block.bg-white .btn-wrap {
  align-self: flex-end;
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 480px) {
  .col-three-block.bg-white .btn-wrap {
    text-align: left;
  }
}
.col-three-grid .outer-wrapper {
  background-color: #fff;
}
.col-three-grid .outer-wrapper:after,
.col-three-grid .outer-wrapper:before {
  display: none;
}
.col-three-grid .intro-block {
  margin: 0 0 55px;
  max-width: 500px;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .col-three-grid .intro-block {
    max-width: 530px;
  }
}
section.col-two-box .intro-block {
  padding: 0 40px;
}
section.col-two-box .intro-block p {
  color: #3c3c3c;
  font-size: 18px;
}
@media (max-width: 991px) {
  section.col-two-box .intro-block p {
    font-size: 16px;
  }
}
section.col-two-box .outer {
  border-radius: 8px;
  max-width: 1293px;
  padding: 64px 0 65px;
}
section.col-two-box .outer .mobile-app {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
section.col-two-box .outer .mobile-app .phone-download-message {
  color: #3c3c3c;
  font-size: 18px;
}
section.col-two-box .outer .mobile-app .app-link {
  margin-top: 18px;
}
section.col-two-box .outer .mobile-app .app-link img {
  max-height: 49px;
  max-width: 170px;
}
@media (max-width: 1270px) {
  section.col-two-box .outer {
    border-radius: 8px;
    margin: auto;
    max-width: 1057px;
    padding: 56px 0 57px;
  }
}
section.col-two-box .column-wrapper {
  margin: 0 -30px;
}
@media (max-width: 991px) {
  section.col-two-box .column-wrapper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  section.col-two-box .column-wrapper {
    display: block !important;
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  section.col-two-box .column-wrapper {
    padding: 0 20px;
  }
}
section.col-two-box .we-col-two {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin: 9px 15px 0;
  max-width: 380px;
  padding: 0 25px 34px;
  width: calc(50% - 30px);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.col-two-box .we-col-two {
    margin: 9px 6px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.col-two-box .we-col-two {
    margin: 9px 5px 0;
    max-width: 295px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.col-two-box .we-col-two {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  section.col-two-box .we-col-two {
    margin: 15px auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.col-two-box .we-col-two {
    max-width: 100%;
  }
}
section.col-two-box .we-col-two:first-of-type .offer {
  opacity: 1;
}
section.col-two-box .content-wrapper {
  width: 100%;
}
section.col-two-box .btn-outer {
  margin-top: auto;
  width: 100%;
}
section.col-two-box .offer,
section.col-two-box .plan {
  width: 100%;
}
section.col-two-box .offer span,
section.col-two-box .plan span {
  display: block;
}
section.col-two-box .offer {
  background-color: #2cb43d;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.col-two-box .offer span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 8px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.col-two-box .offer span {
    padding: 4px 0;
  }
}
@media (max-width: 991px) {
  section.col-two-box .offer span {
    padding: 4px 0;
  }
}
section.col-two-box .plan {
  padding: 20px 0 13px;
}
section.col-two-box .plan span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 1.71;
}
section.col-two-box .save span {
  background: rgba(44, 180, 61, 0.2);
  border-radius: 8px;
  color: #2cb43d;
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-top: 23px;
  padding: 2px 8px;
}
section.col-two-box .price-wrap {
  position: relative;
  width: 100%;
}
section.col-two-box .price-wrap .h2,
section.col-two-box .price-wrap h2 {
  margin: 6px 0 15px;
  position: relative;
}
section.col-two-box .price-wrap .h2:after,
section.col-two-box .price-wrap h2:after {
  position: absolute;
}
section.col-two-box .price-wrap .h2 span,
section.col-two-box .price-wrap h2 span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  left: -7px;
  position: relative;
  top: -15px;
}
section.col-two-box .price-wrap .new-price span {
  font-size: inherit;
  position: static;
}
section.col-two-box .price-wrap .old-price {
  color: #616161;
  font-weight: 400;
  margin-top: 10px;
}
section.col-two-box .price-wrap .description span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
section.col-two-box .price-wrap .description p {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1.71;
}
section.col-two-box .price-wrap .description span {
  color: #7e7e7e;
  font-size: 10px;
  line-height: 2.4;
}
section.col-two-box .btn-wrap {
  margin-top: 14px;
}
section.col-two-box .btn-wrap a {
  min-width: 100%;
}
@media (max-width: 480px) {
  section.col-two-box .btn-wrap a {
    height: auto;
  }
  section.col-two-box .btn-wrap a span:after {
    top: calc(50% - 5px) !important;
  }
}
section.col-two-box .terms {
  margin: 14px auto 0;
}
section.col-two-box .terms p {
  color: #7e7e7e;
  font-size: 12px;
}
section.col-two-box .terms span {
  color: #7e7e7e;
  display: block;
  font-size: 10px;
  margin: 5px auto 0;
  width: 210px;
}
@media (max-width: 767px) {
  section.col-two-box .terms span {
    max-width: 100%;
  }
}
section.col-two-box .terms span a {
  color: #006dff;
}
section.col-two-box ul li.active span {
  background: #006dff;
  border-color: #006dff;
  color: #fff;
  opacity: 1;
}
section.col-two-box ul li.active span:hover {
  background: #006dff;
}
section.col-two-box ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.col-two-box ul li span {
  border: 2px solid #e4f2ff;
  border-radius: 8px;
  color: #006dff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  margin-right: 8px;
  opacity: 0.8;
  padding: 6px 13px;
  transition: all 0.2s ease-out;
}
section.col-two-box ul li span:hover {
  background: #e4f2ff;
  opacity: 1;
}
section.col-two-box .devices {
  margin: 4px 0 0;
}
section.col-two-box .devices span {
  font-size: 18px;
  line-height: 1.5;
  margin-right: 17px;
}
@media (max-width: 595px) {
  section.col-two-box .devices span {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  section.col-two-box .devices span {
    display: block;
  }
}
section.col-two-box .devices input {
  cursor: pointer;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}
section.col-two-box .devices input:last-of-type {
  margin-left: 18px;
}
@media (max-width: 595px) {
  section.col-two-box .devices input:last-of-type {
    margin-left: 10px;
  }
}
section.col-two-box .devices label {
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 6px;
}
section.col-two-box.with-radioBtn .h2,
section.col-two-box.with-radioBtn h2 {
  font-weight: 700;
}
section.col-two-box.with-radioBtn .intro-block {
  margin-bottom: 18px;
}
@media (min-width: 1399px) {
  section.col-two-box.with-button .outer {
    padding: 64px 0 94px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.col-two-box.with-button .outer {
    padding: 64px 0 57px;
  }
}
section.col-two-box.with-button .intro-block {
  margin-bottom: 55px;
}
@media (max-width: 1399px) {
  section.col-two-box.with-button .intro-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  section.col-two-box.with-button .intro-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  section.col-two-box.with-button .intro-block {
    margin-bottom: 30px;
  }
}
section.col-two-box.with-button .intro-block .h4,
section.col-two-box.with-button .intro-block h4 {
  font-weight: 400;
}
section.col-two-box.with-button .intro-block h2 {
  margin-bottom: 5px;
}
section.col-two-box.with-button .we-col-two {
  max-width: 310px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.col-two-box.with-button .we-col-two {
    max-width: 295px;
  }
}
section.col-two-box.with-button .we-col-two .plan {
  padding: 11px 0;
}
section.col-two-box.with-button .we-col-two .plan span {
  border: solid #dedede;
  border-width: 0 0 1px;
  font-size: 18px;
  padding: 0 0 13px;
}
@media (max-width: 767px) {
  section.col-two-box.with-button .we-col-two .plan span {
    font-size: 16px;
  }
}
section.col-two-box.with-button .we-col-two .plan p {
  font-size: 12px;
  padding-top: 11px;
}
section.col-two-box.with-button .we-col-two .price-wrap .h2,
section.col-two-box.with-button .we-col-two .price-wrap h2 {
  margin-bottom: 0;
  padding-top: 6px;
}
section.col-two-box.with-button .we-col-two .description p {
  font-size: 24px;
  line-height: 1;
}
section.col-two-box.with-button .we-col-two .description span {
  font-size: 12px;
}
section.col-two-box.with-button .we-col-two .offer span {
  font-size: 18px;
  padding: 4px 0 8px;
}
@media (max-width: 767px) {
  section.col-two-box.with-button .we-col-two .offer span {
    font-size: 16px;
  }
}
section.col-two-box.with-button .we-col-two .save {
  left: 50%;
  padding: 9px 0 3px;
  position: static;
  top: 0;
  transform: translateX(0);
  width: 100%;
}
section.col-two-box.with-button .we-col-two .save span {
  background: rgba(44, 180, 61, 0.2);
  border-radius: 8px;
  color: #2cb43d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  padding: 2px 8px;
}
section.col-two-box.with-button .we-col-two .terms {
  margin: 5px auto 0;
}
section.col-two-box.with-button .we-col-two .terms span {
  font-size: 12px;
  width: 140px;
}
section.col-two-box.with-button .we-col-two ul {
  padding: 0;
}
section.col-two-box.with-button .we-col-two ul li span {
  margin-right: 5px;
}
@media (max-width: 480px) {
  section.col-two-box.with-button .we-col-two ul li span {
    padding: 6px;
  }
}
section.col-two-box .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 30px;
  width: 100%;
}
.col-two-video .left-box {
  float: left;
  width: 50%;
}
.col-two-video .left-box h2 {
  color: #626b7c;
  font-size: 30px;
  padding: 10px;
}
.col-two-video .left-box p {
  color: #576071;
  padding: 10px;
}
.col-two-video .right-box {
  float: left;
  position: relative;
  width: 50%;
}
.col-two-video .right-box .play-video {
  padding: 32px 10px 10px 30px;
}
.col-two-video .right-box .play-video img {
  width: auto;
}
.col-two-video .right-box .play-video:before {
  background: url(../../../assets/images/video_icon.png);
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 130px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 1;
}
.col-two-with-img .col-two {
  font-size: 0;
}
.col-two-with-img.detail-content .text-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(70% - 15px);
}
@media (max-width: 1024px) {
  .col-two-with-img.detail-content .text-wrap {
    width: 100%;
  }
}
.col-two-with-img.detail-content .text-wrap h5 {
  color: #000;
  font-weight: 700;
  margin: 19px 0 18px;
}
@media (max-width: 595px) {
  .col-two-with-img.detail-content .text-wrap h5 {
    margin: 15px 0;
  }
}
.col-two-with-img.detail-content .text-wrap ul {
  list-style-type: none;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .col-two-with-img.detail-content .text-wrap ul {
    padding-left: 0;
  }
}
.col-two-with-img.detail-content .text-wrap li {
  color: #3c3c3c;
  font-size: 16px;
  letter-spacing: 0.001em;
  line-height: 1.5;
  margin: 0;
  padding-left: 13px;
  word-break: break-word;
}
@media (max-width: 1270px) {
  .col-two-with-img.detail-content .text-wrap li {
    font-size: 14px;
  }
}
.col-two-with-img.detail-content .text-wrap li:before {
  background: #006dff;
  border-radius: 50%;
  height: 4px;
  left: 1px;
  top: 10px;
  width: 4px;
}
.col-two-with-img.detail-content .text-wrap ol {
  margin-top: 26px;
  padding-left: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-two-with-img.detail-content .text-wrap ol {
    margin-top: 20px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .col-two-with-img.detail-content .text-wrap ol {
    margin-top: 15px;
  }
}
@media (max-width: 595px) {
  .col-two-with-img.detail-content .text-wrap ol {
    margin-top: 10px;
  }
}
.col-two-with-img.detail-content .text-wrap ol li {
  margin: 2px 0;
  padding-left: 0;
}
.col-two-with-img.detail-content .text-wrap p {
  color: #3c3c3c;
  letter-spacing: 0.004em;
  line-height: 1.5;
  margin-top: 13px;
}
@media (max-width: 595px) {
  .col-two-with-img.detail-content .text-wrap p {
    margin-top: 10px;
    word-break: break-word;
  }
}
.col-two-with-img.detail-content .text-wrap a {
  color: #006dff;
}
.col-two-with-img.detail-content .text-wrap a:hover {
  text-decoration: underline;
}
.col-two-with-img.detail-content .text-wrap img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.col-two-with-img.detail-content .wrapper {
  border-radius: 8px;
  display: inline-block;
  margin-left: 30px;
  overflow: hidden;
  vertical-align: top;
  width: calc(30% - 15px);
}
@media (max-width: 1024px) {
  .col-two-with-img.detail-content .wrapper {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.col-two-with-img.detail-content .wrapper .detail-wrapper {
  background-color: #e4f2ff;
  padding: 15px 32px 25px;
}
@media (max-width: 991px) {
  .col-two-with-img.detail-content .wrapper .detail-wrapper {
    padding: 5px 20px 10px;
  }
}
.col-two-with-img.detail-content .wrapper h6 {
  color: #616161;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .col-two-with-img.detail-content .wrapper h6 {
    margin-top: 12px;
  }
}
.col-two-with-img.detail-content .wrapper h5 {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
.col-two-with-img.detail-content .wrapper p {
  color: #000;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 24px;
}
.col-two-with-img.detail-content .wrapper ul {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}
.col-two-with-img.detail-content .wrapper ul li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 15px 0 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .col-two-with-img.detail-content .wrapper ul li {
    margin: 10px 0 0;
  }
}
.col-two-with-img.detail-content .wrapper ul li:last-of-type {
  margin-bottom: 10px;
}
.col-two-with-img.detail-content .wrapper ul li a {
  color: #000;
}
.col-two-with-img.detail-content .wrapper ul li a:hover {
  color: #006dff;
}
.col-two-with-img.detail-content .wrapper .card-wrapper {
  align-items: center;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 480px) {
  .col-two-with-img.detail-content .wrapper .card-wrapper {
    flex-direction: column;
  }
}
.col-two-with-img.detail-content .wrapper .card-wrapper > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.col-two-with-img.detail-content .wrapper .icon-wrapper {
  align-items: center;
  max-width: 190px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .col-two-with-img.detail-content .wrapper .icon-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .col-two-with-img.detail-content .wrapper .icon-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .col-two-with-img.detail-content .wrapper .icon-wrapper {
    margin-top: 10px;
  }
}
.col-two-with-img.detail-content .wrapper .icon-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}
.col-two-with-img.detail-content .wrapper .content-wrapper {
  padding: 20px 20px 20px 10px;
  width: calc(100% - 190px);
}
@media (min-width: 1201px) and (max-width: 1450px) {
  .col-two-with-img.detail-content .wrapper .content-wrapper {
    width: calc(100% - 170px);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .col-two-with-img.detail-content .wrapper .content-wrapper {
    width: calc(100% - 150px);
  }
}
@media (max-width: 991px) {
  .col-two-with-img.detail-content .wrapper .content-wrapper {
    width: calc(100% - 150px);
  }
}
@media (max-width: 480px) {
  .col-two-with-img.detail-content .wrapper .content-wrapper {
    padding: 15px;
    text-align: center;
    width: 100%;
  }
}
.col-two-with-img.detail-content .wrapper h4 {
  font-size: 16px;
  line-height: 1.18;
}
.col-two-with-img.detail-content .wrapper h4 span {
  font-weight: 300;
}
.col-two-with-img.detail-content .wrapper .we-btn-red {
  padding: 10px 16px 8px;
}
@media (max-width: 991px) {
  .col-with-img #citrix .img-wrap .bg-img {
    height: auto !important;
    margin-bottom: 40px !important;
  }
}
.col-with-img #citrix .img-wrap .bg-img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media (max-width: 991px) {
  .col-with-img #citrix .img-wrap .bg-img img {
    position: relative;
  }
}
.col-with-info .grid-pattern {
  height: 121px;
  position: absolute;
  right: -40px;
  top: 119px;
  width: 196px;
}
@media (max-width: 1399px) {
  .col-with-info .grid-pattern {
    right: 30px;
    top: 108px;
  }
}
@media (max-width: 1199px) {
  .col-with-info .grid-pattern {
    right: 30px;
    top: 108px;
  }
}
@media (max-width: 991px) {
  .col-with-info .grid-pattern {
    right: -40px;
    top: 119px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-with-info .grid-pattern {
    display: none;
  }
}
@media (max-width: 767px) {
  .col-with-info .grid-pattern {
    display: none;
  }
}
.col-with-info .intro-block .text-wrap {
  width: 100%;
}
.col-with-info .intro-block .heading-2,
.col-with-info .intro-block h2 {
  color: #fff;
  max-width: 665px;
  text-transform: inherit;
}
.col-with-info .intro-block p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 715px;
}
@media (max-width: 1270px) {
  .col-with-info .intro-block p {
    font-size: 16px;
  }
}
.col-with-info .intro-block .paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 715px;
}
@media (max-width: 1270px) {
  .col-with-info .intro-block .paragraph {
    font-size: 16px;
  }
}
.col-with-info .intro-block .btn-wrap {
  display: inline-block;
  vertical-align: bottom;
}
.col-with-info .column-wrapper {
  border-radius: 8px;
  display: flex !important;
  flex-flow: row wrap;
  margin-top: 5px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .col-with-info .column-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .col-with-info .column-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .col-with-info .column-wrapper {
    margin-top: 10px;
  }
}
.col-with-info .column-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.col-with-info .card-wrap {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px 30px 25px 32px;
  position: relative;
  width: 25%;
}
@media (max-width: 991px) {
  .col-with-info .card-wrap {
    border: 1px solid rgba(0, 110, 255, 0.5);
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-with-info .card-wrap {
    border: 1px solid rgba(0, 110, 255, 0.5);
    min-height: 230px;
    padding: 30px 25px;
    width: 50%;
  }
}
@media (max-width: 595px) {
  .col-with-info .card-wrap {
    min-height: 200px;
    padding: 25px 10px 30px 20px;
    width: 100%;
  }
}
.col-with-info .card-wrap .text-wrap {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .col-with-info .card-wrap .text-wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .col-with-info .card-wrap .text-wrap {
    margin-bottom: 20px;
  }
}
.col-with-info .card-wrap:after {
  background-color: #006dff;
  bottom: 0;
  content: "";
  height: 85%;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
@media (max-width: 991px) {
  .col-with-info .card-wrap:after {
    opacity: 0;
  }
}
@media (max-width: 595px) {
  .col-with-info .card-wrap:after {
    height: 2px;
    margin: 0;
    opacity: 1;
    width: 100%;
  }
}
.col-with-info .card-wrap:last-child:after {
  opacity: 0;
}
@media (max-width: 595px) {
  .col-with-info .card-wrap:last-child:after {
    opacity: 1;
  }
}
.col-with-info .h4,
.col-with-info h4 {
  color: #fff;
  font-weight: 500;
  margin: 10px 0 11px;
  max-width: 223px;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .col-with-info .h4,
  .col-with-info h4 {
    max-width: 100%;
  }
}
@media (max-width: 595px) {
  .col-with-info .h4,
  .col-with-info h4 {
    font-size: 16px;
  }
}
.col-with-info .h4 span,
.col-with-info h4 span {
  font-weight: 400;
}
.col-with-info .heading-4 {
  color: #fff;
  font-weight: 500;
  margin: 10px 0 11px;
  max-width: 223px;
}
@media (max-width: 767px) {
  .col-with-info .heading-4 {
    max-width: 100%;
  }
}
@media (max-width: 595px) {
  .col-with-info .heading-4 {
    font-size: 16px;
  }
}
.col-with-info .heading-4 span {
  font-weight: 400;
}
.col-with-info .paragraph,
.col-with-info p {
  color: #3c3c3c;
  line-height: 1.5;
  margin: 10px 0;
}
.col-with-info .text-wrap {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .col-with-info .text-wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .col-with-info .text-wrap {
    margin-bottom: 20px;
  }
}
.col-with-info .text-wrap p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .col-with-info .text-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .col-with-info .text-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .col-with-info .text-wrap p {
    font-size: 14px;
  }
}
.col-with-info .text-wrap .paragraph {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .col-with-info .text-wrap .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .col-with-info .text-wrap .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .col-with-info .text-wrap .paragraph {
    font-size: 14px;
  }
}
.col-with-info .icon {
  margin: 0 0 11px;
  max-width: 55px;
  overflow: hidden;
}
.col-with-info .icon path {
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  fill: none;
  stroke-width: 2px;
}
.col-with-info .icon img {
  max-height: 100%;
}
.col-with-info .btn-wrap {
  margin-top: auto;
  z-index: 1;
}
.col-with-info .btn-wrap a {
  height: auto;
}
@media (max-width: 1024px) {
  .col-with-info .btn-wrap {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .col-with-info .btn-wrap {
    left: 26px;
  }
}
@media (max-width: 595px) {
  .col-with-info .btn-wrap {
    bottom: 25px;
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info {
    overflow: visible;
  }
}
.col-with-info.renewal-with-info .column-wrapper {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .column-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .col-with-info.renewal-with-info .we-col-four {
    border: none !important;
  }
}
.col-with-info.renewal-with-info ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style-type: none;
  margin: 9px 0 -2px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info ul li {
    margin: 13px 0 0;
  }
}
.col-with-info.renewal-with-info ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  height: 15px;
  left: -20px;
  top: 3px;
  width: 15px;
}
.col-with-info.renewal-with-info ul a,
.col-with-info.renewal-with-info ul a:hover {
  color: #006dff;
}
.col-with-info.renewal-with-info .grid-pattern {
  display: none;
}
.col-with-info.renewal-with-info .bg-img {
  height: 250px;
}
.col-with-info.renewal-with-info .bg-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.col-with-info.renewal-with-info .card-wrap {
  height: auto;
  padding: 27px 30px 21px 32px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .card-wrap {
    padding: 49px 30px 21px 32px;
  }
}
@media (max-width: 767px) {
  .col-with-info.renewal-with-info .card-wrap {
    flex: inherit;
  }
}
.col-with-info.renewal-with-info .card-wrap:after {
  background-color: #e4f2ff;
}
.col-with-info.renewal-with-info .icon {
  margin: 0 0 23px;
  max-width: 57px;
}
.col-with-info.renewal-with-info .text-wrap .h4,
.col-with-info.renewal-with-info .text-wrap h4 {
  color: #000;
  max-width: 265px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .text-wrap .h4,
  .col-with-info.renewal-with-info .text-wrap h4 {
    margin: 10px 0 14px;
  }
}
.col-with-info.renewal-with-info .text-wrap .heading-4 {
  color: #000;
  max-width: 265px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .text-wrap .heading-4 {
    margin: 10px 0 14px;
  }
}
.col-with-info.renewal-with-info .text-wrap p {
  color: #3c3c3c;
  font-size: 16px;
  padding-right: 5px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .text-wrap p {
    font-size: 14px;
  }
}
.col-with-info.renewal-with-info .text-wrap .paragraph {
  color: #3c3c3c;
  font-size: 16px;
  padding-right: 5px;
}
@media (max-width: 1399px) {
  .col-with-info.renewal-with-info .text-wrap .paragraph {
    font-size: 14px;
  }
}
.col-with-info.renewal-with-info ul li {
  padding-left: 0;
}
.col-with-info.bg-blue .grid-pattern {
  display: none;
}
@media (max-width: 991px) {
  .col-with-info.bg-blue .column-wrapper {
    overflow: hidden;
  }
}
.col-with-info.bg-blue .column-wrapper:before {
  background: url(../../../content/dam/bitdefender/pattern_grid.svg);
  content: "";
  height: 121px;
  position: absolute;
  right: -60px;
  top: -60px;
  width: 196px;
}
@media (max-width: 1399px) {
  .col-with-info.bg-blue .column-wrapper:before {
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 1199px) {
  .col-with-info.bg-blue .column-wrapper:before {
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 991px) {
  .col-with-info.bg-blue .column-wrapper:before {
    display: none;
  }
}
.col-with-info.bg-blue .we-col-four {
  background: #00439c;
}
.col-with-info.bg-blue .we-col-four:first-of-type {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 991px) {
  .col-with-info.bg-blue .we-col-four:first-of-type {
    background: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.col-with-info.bg-blue .we-col-four:last-of-type {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 991px) {
  .col-with-info.bg-blue .we-col-four:last-of-type {
    background: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.col-with-info.benefit {
  background: #00439c !important;
}
.col-with-info.benefit:after {
  background: #006dff;
  border-radius: 0 50% 50% 0;
  content: "";
  height: 149%;
  left: 0;
  position: absolute;
  top: -133px;
  width: 44%;
}
@media (max-width: 991px) {
  .col-with-info.benefit:after {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .col-with-info.benefit:after {
    border-radius: 0 0 50% 50%;
    display: block;
    height: 52%;
    left: -25%;
    width: 150%;
  }
}
@media (max-width: 595px) {
  .col-with-info.benefit:after {
    height: 33%;
    left: -34%;
    top: 0;
    width: 170%;
  }
}
.col-with-info.benefit .intro-block {
  margin: 0;
  padding-bottom: 53px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .col-with-info.benefit .intro-block {
    padding-bottom: 70px;
  }
}
.col-with-info.benefit .intro-block .text-wrap {
  max-width: 360px;
}
@media (max-width: 991px) {
  .col-with-info.benefit .intro-block .text-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .col-with-info.benefit .intro-block .text-wrap {
    max-width: 100%;
  }
}
.col-with-info.benefit .intro-block .btn-wrap {
  bottom: inherit;
  left: inherit;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .col-with-info.benefit .intro-block .btn-wrap {
    margin-top: 0;
  }
}
.col-with-info.benefit .intro-block .heading-2,
.col-with-info.benefit .intro-block h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.col-with-info.benefit .intro-block p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .col-with-info.benefit .intro-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .col-with-info.benefit .intro-block p {
    font-size: 16px;
  }
}
.col-with-info.benefit .intro-block .paragraph {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .col-with-info.benefit .intro-block .paragraph {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .col-with-info.benefit .intro-block .paragraph {
    font-size: 16px;
  }
}
.col-with-info.benefit .intro-block a {
  margin-top: 18px;
}
.col-with-info.benefit .content-wrap {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .col-with-info.benefit .content-wrap {
    flex-wrap: wrap;
  }
}
.col-with-info.benefit .content-wrap .column-wrapper {
  margin: 0;
}
.col-with-info.benefit .content-wrap .h4,
.col-with-info.benefit .content-wrap .heading-4,
.col-with-info.benefit .content-wrap h4 {
  margin-bottom: 6px;
}
.col-with-info.benefit .content-wrap .paragraph,
.col-with-info.benefit .content-wrap p {
  color: #fff;
  margin-top: 5px;
}
.col-with-info.benefit .we-col-four {
  height: auto;
  padding: 4px 40px 42px 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .col-with-info.benefit .we-col-four {
    border: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .col-with-info.benefit .we-col-four {
    width: 100%;
  }
}
.col-with-info.benefit .we-col-four:nth-child(2n) {
  padding-left: 21px;
}
@media (max-width: 767px) {
  .col-with-info.benefit .we-col-four:nth-child(2n) {
    padding: 10px 0;
  }
}
.col-with-info.benefit .we-col-four:after {
  display: none;
}
.col-with-info.benefit .we-col-four:nth-child(3),
.col-with-info.benefit .we-col-four:nth-child(4) {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .col-with-info.benefit .we-col-four:nth-child(3),
  .col-with-info.benefit .we-col-four:nth-child(4) {
    padding-bottom: 10px;
  }
}
.col-with-info.benefit .icon {
  height: 36px;
}
.col-with-info.benefit svg {
  height: 100%;
  width: 100%;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.col-with-info.flagship-version .grid-pattern {
  height: 121px;
  position: absolute;
  right: -56px;
  top: -50px;
  width: 196px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .col-with-info.flagship-version .grid-pattern {
    top: -38px;
  }
}
@media (max-width: 991px) {
  .col-with-info.flagship-version .grid-pattern {
    display: none;
  }
}
.col-with-info.flagship-version .intro-block {
  margin-bottom: 52px;
}
@media (max-width: 1399px) {
  .col-with-info.flagship-version .intro-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .col-with-info.flagship-version .intro-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .col-with-info.flagship-version .intro-block {
    margin-bottom: 30px;
  }
}
.col-with-info.flagship-version .intro-block .text-wrap {
  width: 100%;
}
.col-with-info.flagship-version .intro-block .heading-2,
.col-with-info.flagship-version .intro-block h2 {
  color: #000;
  max-width: 665px;
}
.col-with-info.flagship-version .intro-block p {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
  max-width: 715px;
}
@media (max-width: 1270px) {
  .col-with-info.flagship-version .intro-block p {
    font-size: 16px;
  }
}
.col-with-info.flagship-version .intro-block .paragraph {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
  max-width: 715px;
}
@media (max-width: 1270px) {
  .col-with-info.flagship-version .intro-block .paragraph {
    font-size: 16px;
  }
}
.col-with-info.flagship-version .column-wrapper {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.col-with-info.flagship-version .card-wrap {
  flex: 1;
  height: auto;
  padding: 35px 23px 19px 30px;
  width: auto;
}
@media (max-width: 991px) {
  .col-with-info.flagship-version .card-wrap {
    border: 1px solid hsla(0, 0%, 87%, 0.5);
  }
}
@media (max-width: 767px) {
  .col-with-info.flagship-version .card-wrap {
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 87%, 0.5);
    flex: inherit;
    min-height: auto;
    padding: 25px 10px 30px 20px;
    width: 100%;
  }
}
.col-with-info.flagship-version .card-wrap:after {
  background: #dedede;
  height: 78.27%;
}
@media (max-width: 991px) {
  .col-with-info.flagship-version .card-wrap:after {
    opacity: 0;
  }
}
@media (max-width: 595px) {
  .col-with-info.flagship-version .card-wrap:after {
    height: 0;
    margin: 0;
    opacity: 1;
    width: 100%;
  }
}
.col-with-info.flagship-version .icon {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .col-with-info.flagship-version .icon {
    margin: 0 0 16px;
  }
}
.col-with-info.flagship-version .h4,
.col-with-info.flagship-version .heading-4,
.col-with-info.flagship-version h4 {
  color: #000;
  max-width: 100%;
}
.col-with-info.flagship-version ul {
  padding: 0 0 0 7px;
}
.col-with-info.flagship-version ul li {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
  list-style-type: none;
  margin: 14px 0;
}
@media (max-width: 991px) {
  .col-with-info.flagship-version ul li {
    font-size: 16px;
  }
}
.col-with-info.flagship-version ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  background-size: 100%;
  content: "";
  height: 15px;
  left: -8px;
  position: absolute;
  top: 5px;
  width: 15px;
}
.col-with-info.flagship-version.no-padding-top .grid-pattern {
  top: 35px !important;
}
#wave_sidebar_container + body .col-with-info.bg-blue .intro-block p {
  background-color: #000;
}
.contact-details ul {
  justify-content: center;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 991px) {
  .contact-details ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 595px) {
  .contact-details ul {
    justify-content: left;
  }
}
.contact-details ul li {
  margin: 20px;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact-details ul li {
    margin: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-details ul li {
    margin: 3px 11px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .contact-details ul li {
    margin: 3px 11px;
  }
}
@media (max-width: 595px) {
  .contact-details ul li {
    margin: 0 30px 20px 0;
  }
}
.contact-details ul a {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-details ul a.hidden span {
  display: none;
}
.contact-details a {
  color: #000;
  transition: color 0.3s ease-in-out;
}
.contact-details a:hover {
  color: #006dff;
}
.contact-details .row-wrapper {
  border-bottom: 1px solid #c5c5c5;
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 595px) {
  .contact-details .row-wrapper {
    flex-wrap: wrap;
    padding-bottom: 0;
    text-align: left;
  }
}
.contact-details .row-wrapper.loader:after {
  animation: loader 1s linear infinite;
  border: 5px solid #006dff;
  border-radius: 50%;
  border-top-color: transparent;
  bottom: 0;
  content: "";
  height: 70px;
  left: 50%;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  width: 70px;
}
.contact-details .we-col-three {
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 15px;
  width: 20%;
}
@media (max-width: 991px) {
  .contact-details .we-col-three {
    padding: 10px 7px;
  }
}
@media (max-width: 595px) {
  .contact-details .we-col-three {
    width: 50%;
  }
}
.contact-details .we-col-three:nth-of-type(3n) {
  width: 60%;
}
@media (max-width: 595px) {
  .contact-details .we-col-three:nth-of-type(3n) {
    width: 100%;
  }
}
.contact-details .we-col-three .h5 {
  color: #616161;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-details .we-col-three .h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.contact-details .content-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
@media (max-width: 595px) {
  .contact-details .content-wrap {
    justify-content: left;
  }
}
.contact-details .clipboard {
  cursor: pointer;
  position: relative;
}
.contact-details .clipboard span {
  background-color: #3c3c3c;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  left: 50%;
  min-width: 102px;
  opacity: 0;
  padding: 2px 8px 4px;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 991px) {
  .contact-details .clipboard span {
    font-size: 10px;
    min-width: 94px;
    top: -31px;
  }
}
.contact-details .clipboard span:after {
  background-color: #3c3c3c;
  bottom: -3px;
  content: "";
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  transform: rotate(45deg);
  width: 16px;
  z-index: -1;
}
.contact-details .clipboard:hover span {
  opacity: 1;
  z-index: 0;
}
.contact-details .icon-wrapper {
  height: 33px;
  margin: auto;
  max-width: 44px;
}
@media (max-width: 595px) {
  .contact-details .icon-wrapper {
    margin: 0;
  }
}
.contact-details .icon-wrapper img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-details .cta-wrapper {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-details .cta-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-details .cta-wrapper {
    margin-top: 30px;
  }
}
.contact-details .cta-wrapper a {
  padding-left: 60px;
}
.contact-details .cta-wrapper a:before {
  content: "";
  height: 25px;
  left: 16px;
  position: absolute;
  top: 9px;
  width: 25px;
}
@media (max-width: 767px) {
  .contact-details .cta-wrapper a:before {
    top: 5px;
  }
}
.contact-details .cta-wrapper a.chat:before {
  background: url(../../../content/dam/bitdefender/chat.svg) no-repeat;
}
.contact-details .cta-wrapper a.inquire:before {
  background: url(../../../content/dam/bitdefender/msg.svg) no-repeat;
}
.ua-ie .contact-details .icon-wrapper {
  margin: 0;
}
.ua-ie .contact-details .icon-wrapper img {
  font-family: "object-fit: contain;";
}
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.contact-business-sales-with-phone-number .contact-details .we-col-three {
  opacity: 1;
}
.contact-list__title {
  color: #000;
  font-family: roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}
.contact-list__content {
  background: #e4f2ff;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 22px;
}
.contact-list__item {
  font-family: roboto;
  font-weight: 500;
  margin-bottom: 24px;
  padding: 0;
}
.contact-list__item:last-child {
  margin-bottom: 4px;
}
.contact-list__name {
  color: #616161;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 20px;
  word-break: break-word;
}
.contact-list__address {
  color: #156eff;
  font-size: 14px;
  line-height: 27px;
  word-break: break-all;
}
section.content-block .intro-block {
  display: flex;
  margin: 0;
}
@media (max-width: 991px) {
  section.content-block .intro-block {
    display: block;
  }
}
@media (min-width: 1332px) {
  section.content-block .column-wrapper {
    padding-bottom: 92px;
  }
}
section.content-block h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding-right: 30px;
  width: 300px;
}
@media (max-width: 991px) {
  section.content-block h2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  section.content-block h2 {
    width: 100%;
  }
}
section.content-block .outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 11px;
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  section.content-block .outer {
    width: 100%;
  }
}
section.content-block .content-inner {
  padding-left: 29px;
  width: 33.33%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.content-block .content-inner {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content-block .content-inner {
    width: 50%;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.content-block .content-inner {
    width: 50%;
  }
}
@media (max-width: 595px) {
  section.content-block .content-inner {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content-block .content-inner:nth-child(odd) {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.content-block .content-inner:nth-child(odd) {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 595px) {
  section.content-block .content-inner:nth-child(odd) {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content-block .content-inner:nth-child(2n) {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.content-block .content-inner:nth-child(2n) {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 595px) {
  section.content-block .content-inner:nth-child(2n) {
    padding: 0;
  }
}
section.content-block .item {
  border-top: 1px solid #dedede;
  padding: 27px 30px 64px 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.content-block .item {
    padding: 27px 30px 48px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.content-block .item {
    padding: 27px 20px 48px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content-block .item {
    padding: 25px 20px 50px 0;
  }
}
@media (max-width: 767px) {
  section.content-block .item {
    padding: 25px 20px 40px 0;
  }
}
section.content-block .item span {
  color: #005ed9;
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 1.71;
  text-transform: uppercase;
}
section.content-block .item .h4,
section.content-block .item h4 {
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
  padding-top: 10px;
}
section.content-block .item p {
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
}
section.content-block .item li,
section.content-block .item p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 7px;
}
section.content-block .item li {
  padding-left: 10px;
}
section.content-block .row {
  display: flex;
  flex-wrap: wrap;
}
section.content-block .img-outer {
  bottom: 0;
  height: 360px;
  left: 0;
  position: absolute;
  width: 580px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.content-block .img-outer {
    bottom: 0;
    height: 332px;
    left: 50px;
    width: 450px;
  }
}
@media (min-width: 1201px) and (max-width: 1450px) {
  section.content-block .img-outer {
    height: 270px;
    width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.content-block .img-outer {
    bottom: 0;
    height: 332px;
    left: 50px;
    width: 450px;
  }
}
@media (max-width: 991px) {
  section.content-block .img-outer {
    bottom: auto;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.content-block .img-outer {
    height: 535px;
    margin: 0 auto -92px;
    width: 600px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.content-block .img-outer {
    height: 438px;
    margin: 0 auto -92px;
    width: 470px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.content-block .img-outer {
    height: 394px;
    margin: 0 auto -92px;
    width: 410px;
  }
}
@media (max-width: 480px) {
  section.content-block .img-outer {
    height: 355px;
    margin: 0 auto -92px;
    width: 360px;
  }
}
@media (max-width: 374px) {
  section.content-block .img-outer {
    height: 320px;
    margin: 0 auto -92px;
    width: 310px;
  }
}
section.content-block .img-box {
  position: relative;
}
section.content-block .img-box .cmp-image__image {
  margin-left: -40px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.content-block .img-box .cmp-image__image {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.content-block .img-box .cmp-image__image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  section.content-block .img-box .cmp-image__image {
    margin: 0;
  }
}
@media (max-width: 480px) {
  section.content-block .img-box .cmp-image__image {
    margin: 0 0 0 -12px;
  }
}
@media (max-width: 374px) {
  section.content-block .img-box .cmp-image__image {
    margin-left: -15px;
  }
}
section.content-block .img-box .transparent-bg {
  height: 488px;
  left: 28px;
  position: absolute;
  top: 10px;
  width: 537px;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.content-block .img-box .transparent-bg {
    height: 327px;
    left: 40px;
    width: 361px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.content-block .img-box .transparent-bg {
    height: 327px;
    left: 40px;
    width: 361px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.content-block .img-box .transparent-bg {
    height: auto;
    width: 427px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.content-block .img-box .transparent-bg {
    height: auto;
    width: 347px;
  }
}
@media (max-width: 480px) {
  section.content-block .img-box .transparent-bg {
    height: auto;
    left: 10px;
    width: 300px;
  }
}
@media (max-width: 374px) {
  section.content-block .img-box .transparent-bg {
    height: auto;
    width: 250px;
  }
}
.column-block--h3-med .item h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}
.content-list__container {
  list-style-type: none;
  padding: 0;
}
.content-list__row {
  display: flex;
  padding-left: 0;
}
.content-list__icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 20 20'%3E%3Cpath d='M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10m6.26-12.12c.25-.25.25-.66 0-.91l-.91-.91a.646.646 0 0 0-.91 0L8.39 12.1 5.56 9.28a.646.646 0 0 0-.91 0l-.91.91c-.25.25-.25.66 0 .91l4.19 4.19c.25.25.66.25.91 0z' style='fill:%2361af53'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  height: 15px;
  margin: 4px 5px 0 0;
  width: 15px;
}
@media (max-width: 1399px) {
  .content-list__icon {
    margin: 1px 5px 0 0;
  }
}
.content-list__icon--dark-green-checkmark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 20 20'%3E%3Cpath d='M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10m6.26-12.12c.25-.25.25-.66 0-.91l-.91-.91a.646.646 0 0 0-.91 0L8.39 12.1 5.56 9.28a.646.646 0 0 0-.91 0l-.91.91c-.25.25-.25.66 0 .91l4.19 4.19c.25.25.66.25.91 0z' style='fill:%231c7928'/%3E%3C/svg%3E");
}
.content-list__icon--white-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 20 20'%3E%3Cpath d='M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10m6.26-12.12c.25-.25.25-.66 0-.91l-.91-.91a.646.646 0 0 0-.91 0L8.39 12.1 5.56 9.28a.646.646 0 0 0-.91 0l-.91.91c-.25.25-.25.66 0 .91l4.19 4.19c.25.25.66.25.91 0z' style='fill:%23fff'/%3E%3C/svg%3E");
}
.content-list__icon--black-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 20 20'%3E%3Cpath d='M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10-4.48 10-10 10m6.26-12.12c.25-.25.25-.66 0-.91l-.91-.91a.646.646 0 0 0-.91 0L8.39 12.1 5.56 9.28a.646.646 0 0 0-.91 0l-.91.91c-.25.25-.25.66 0 .91l4.19 4.19c.25.25.66.25.91 0z' style='fill:%23000'/%3E%3C/svg%3E");
}
.content-list__icon--black-border-checkmark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='917.5 266 14 14'%3E%3Cpath fill-rule='evenodd' d='M923.78 274.906a.223.223 0 0 1-.31 0l-1.75-1.75a.223.223 0 0 1 0-.312.223.223 0 0 1 .31 0l1.595 1.597 3.344-3.347a.223.223 0 0 1 .312 0 .223.223 0 0 1 0 .312l-3.5 3.5ZM931.5 273a7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7 7 7 0 0 1 7 7m-7-6.563a6.564 6.564 0 0 0-6.563 6.563 6.564 6.564 0 0 0 6.563 6.562 6.564 6.564 0 0 0 6.563-6.562 6.564 6.564 0 0 0-6.563-6.563' data-name='circle-check'/%3E%3C/svg%3E");
}
.content-list__icon--black-exclamation {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxNiIgZD0iTTg5IDlhODEgODEgMCAxIDAgMiAwem0xIDM4djU4bTAgMjV2MSIvPjwvc3ZnPg==");
}
.content-list__icon--green-marker-with-dollar-sign {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232cb43d' d='M256 0c36.8 0 68.8 20.7 84.9 51.1C373.8 41 411 49 437 75s34 63.3 23.9 96.1c30.4 16.1 51.1 48.1 51.1 84.9s-20.7 68.8-51.1 84.9C471 373.8 463 411 437 437s-63.3 34-96.1 23.9C324.8 491.3 292.8 512 256 512s-68.8-20.7-84.9-51.1C138.2 471 101 463 75 437s-34-63.3-23.9-96.1C20.7 324.8 0 292.8 0 256s20.7-68.8 51.1-84.9C41 138.2 49 101 75 75s63.3-34 96.1-23.9C187.2 20.7 219.2 0 256 0m20.9 140.4c0-11-9-20-20-20s-20 9-20 20v17.4c-8.8 1.8-17.7 4.8-25.7 9.6-15 8.9-27.7 24.4-27.6 46.9.1 21.5 12.6 35.1 26.3 43.4 11.9 7.2 27 11.7 39.1 15.4l1.9.6c13.9 4.2 24.4 7.6 31.7 12.2 6.1 3.8 7.5 6.8 7.6 11 .1 6.5-2.5 10.4-7.6 13.6-6 3.7-15.2 5.9-25.1 5.6-12.7-.4-24.6-4.4-39.7-9.6-2.6-.9-5.2-1.8-8-2.7-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c2.2.7 4.5 1.5 6.8 2.3 9.7 3.3 20.9 7.2 32.8 9.6v18c0 11 9 20 20 20s20-9 20-20v-17.2c9.3-1.7 18.6-4.9 26.8-10.1 15.3-9.5 26.8-25.7 26.5-48.1-.3-21.6-12.4-35.6-26.3-44.3-12.5-7.9-28.3-12.6-40.8-16.4l-.6-.2c-14.1-4.3-24.6-7.5-31.9-11.9-6.2-3.7-7-6.3-7-9.3 0-5.1 2.1-8.8 7.9-12.3 6.5-3.8 16-6 25-5.8 10.9.2 22.9 2.6 35.2 5.8 10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-7.8-2.1-16.3-4.1-25.1-5.4v-17.3z'/%3E%3C/svg%3E");
}
.content-list__icon--verified-blue-shield {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' fill='none' viewBox='0 0 15 17'%3E%3Cpath fill='%23006dff' d='M13.952 2.994a.5.5 0 0 0-.353-.412L7.597.878a.5.5 0 0 0-.261 0L1.334 2.582a.5.5 0 0 0-.353.412c-.035.255-.829 6.295 1.208 9.3 2.035 3.001 5.036 3.77 5.163 3.801a.5.5 0 0 0 .229 0c.127-.03 3.128-.8 5.163-3.801 2.037-3.005 1.242-9.045 1.208-9.3M11.337 6.52 7.243 10.7a.48.48 0 0 1-.69 0L4.022 8.117a.504.504 0 0 1 0-.705l.502-.513a.48.48 0 0 1 .69 0l1.684 1.719 3.246-3.315a.483.483 0 0 1 .69 0l.503.513c.19.195.19.51 0 .705'/%3E%3C/svg%3E");
}
.content-list__icon--verified-white-shield {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none' viewBox='0 0 15 16'%3E%3Cpath fill='%23fff' d='M13.91 2.24a.51.51 0 0 0-.35-.432L7.574.019a.45.45 0 0 0-.261 0L1.329 1.808a.51.51 0 0 0-.351.431c-.035.269-.827 6.606 1.204 9.758 2.029 3.149 5.022 3.956 5.148 3.988a.46.46 0 0 0 .228 0c.127-.032 3.12-.84 5.148-3.988 2.032-3.152 1.24-9.49 1.205-9.758m-2.606 3.699L7.22 10.325a.47.47 0 0 1-.344.154.47.47 0 0 1-.344-.154L4.01 7.613a.54.54 0 0 1-.142-.37c0-.138.051-.271.142-.37l.501-.538a.463.463 0 0 1 .689 0L6.877 8.14l3.237-3.478a.47.47 0 0 1 .344-.153.47.47 0 0 1 .344.153l.502.538a.55.55 0 0 1 0 .74'/%3E%3C/svg%3E");
}
.content-list__icon--verified-border-white-shield {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' fill='none' viewBox='0 0 45 55'%3E%3Cpath fill='%23fff' d='M22.013 2.2c5.4 5 12.5 8 20.3 8h.1v3.1c.2 14.4.6 32.3-20.4 40.1-21-7.8-20.7-25.8-20.5-40.2v-3.1h.3c7.7 0 14.8-3 20.2-7.9m0-2.2c-5.9 5.9-12.8 8.6-21.9 8.6 0 15.4-3 37.4 21.9 46.4 25-9 21.9-31 21.9-46.4-9.1 0-16-2.7-21.9-8.6m10.5 18-12.6 12.6-6.3-6.3-1.7 3.3 8 8 14.3-14.3z'/%3E%3C/svg%3E");
}
.content-list__icon--blue-downwards-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006eff' viewBox='0 0 21 32'%3E%3Cpath d='M11.655 25.154 9.951 23.45l1.632-1.632 1.104-.936-.024-.096-2.04.12h-6V8.114h2.544v10.248h3.456l2.04.12.024-.096-1.104-.936-1.632-1.632 1.704-1.704 5.52 5.52Z'/%3E%3C/svg%3E");
}
.content-list__icon--black-line {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' fill='none' viewBox='0 0 17 18'%3E%3Cpath fill='%23000' d='M1.939 8.25h12.479v2H1.939z'/%3E%3C/svg%3E");
}
.content-list__description {
  min-width: 150px;
}
.content-list--inline-flex .content-list__row {
  display: inline-flex;
  margin-bottom: 1.75rem;
  margin-right: 1.75rem;
  margin-top: 0;
}
.content-list--flex .content-list__row {
  display: flex;
}
.content-list--flex-col .content-list__row {
  display: flex;
  flex-direction: column;
}
.content-list--justify-center .content-list__row {
  justify-content: center;
}
.content-list--justify-end .content-list__row {
  justify-content: flex-end;
}
.content-list--items-center .content-list__row {
  align-items: center;
}
.content-list--items-end .content-list__row {
  align-items: flex-end;
}
.content-list--white-circle-wrapper .content-list__custom-icon {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  width: 42px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.content-list--white-circle-wrapper .content-list__custom-icon .cmp-image {
  width: 100%;
}
.content-list--white-circle-wrapper .content-list__custom-icon .cmp-image img {
  margin: auto;
  max-width: 60%;
  width: auto;
}
.content-list--icon-margin-1 .content-list__custom-icon,
.content-list--icon-margin-1 .content-list__icon {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .content-list--icon-margin-1 .content-list__custom-icon,
  .content-list--icon-margin-1 .content-list__icon {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .content-list--icon-margin-1 .content-list__custom-icon,
  .content-list--icon-margin-1 .content-list__icon {
    margin-top: 20px;
  }
}
@media (max-width: 595px) {
  .content-list--icon-margin-1 .content-list__custom-icon,
  .content-list--icon-margin-1 .content-list__icon {
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .content-list--icon-margin-1 .content-list__custom-icon,
  .content-list--icon-margin-1 .content-list__icon {
    margin-top: 15px;
  }
}
.content-list--icon-margin-2 .content-list__custom-icon,
.content-list--icon-margin-2 .content-list__icon {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .content-list--icon-margin-2 .content-list__custom-icon,
  .content-list--icon-margin-2 .content-list__icon {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .content-list--icon-margin-2 .content-list__custom-icon,
  .content-list--icon-margin-2 .content-list__icon {
    margin-top: 14px;
  }
}
.content-list--icon-margin-3 .content-list__custom-icon,
.content-list--icon-margin-3 .content-list__icon {
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .content-list--icon-margin-3 .content-list__custom-icon,
  .content-list--icon-margin-3 .content-list__icon {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .content-list--icon-margin-3 .content-list__custom-icon,
  .content-list--icon-margin-3 .content-list__icon {
    margin-top: 7px;
  }
}
@media (max-width: 595px) {
  .content-list--icon-margin-3 .content-list__custom-icon,
  .content-list--icon-margin-3 .content-list__icon {
    margin-top: 5px;
  }
}
.content-list--icon-margin-4 .content-list__custom-icon,
.content-list--icon-margin-4 .content-list__icon {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .content-list--icon-margin-4 .content-list__custom-icon,
  .content-list--icon-margin-4 .content-list__icon {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .content-list--icon-margin-4 .content-list__custom-icon,
  .content-list--icon-margin-4 .content-list__icon {
    margin-top: 5px;
  }
}
.content-list--icon-margin-xs-paragraph .content-list__custom-icon,
.content-list--icon-margin-xs-paragraph .content-list__icon {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .content-list--icon-margin-xs-paragraph .content-list__custom-icon,
  .content-list--icon-margin-xs-paragraph .content-list__icon {
    margin-top: 3px;
  }
}
@media (max-width: 480px) {
  .content-list--icon-margin-xs-paragraph .content-list__custom-icon,
  .content-list--icon-margin-xs-paragraph .content-list__icon {
    margin-top: 2px;
  }
}
.content-list--icon-margin-sm-paragraph .content-list__custom-icon,
.content-list--icon-margin-sm-paragraph .content-list__icon {
  margin-top: 4px;
}
.content-list--icon-margin-md-paragraph .content-list__custom-icon,
.content-list--icon-margin-md-paragraph .content-list__icon {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .content-list--icon-margin-md-paragraph .content-list__custom-icon,
  .content-list--icon-margin-md-paragraph .content-list__icon {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .content-list--icon-margin-md-paragraph .content-list__custom-icon,
  .content-list--icon-margin-md-paragraph .content-list__icon {
    margin-top: 5px;
  }
}
.content-list--icon-margin-md-sm-paragraph .content-list__custom-icon,
.content-list--icon-margin-md-sm-paragraph .content-list__icon {
  margin-right: 9px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .content-list--icon-margin-md-sm-paragraph .content-list__custom-icon,
  .content-list--icon-margin-md-sm-paragraph .content-list__icon {
    margin-right: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .content-list--icon-margin-md-sm-paragraph .content-list__custom-icon,
  .content-list--icon-margin-md-sm-paragraph .content-list__icon {
    margin-right: 5px;
    margin-top: 4px;
  }
}
.content-list--icon-center .content-list__row {
  align-items: center;
}
.content-list--text-white .content-list__description * {
  color: #fff;
}
.content-list--text-dark-grey .content-list__description * {
  color: #3c3c3c;
}
.content-list--paragraph-size-xxs .content-list__description p {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .content-list--paragraph-size-xxs .content-list__description p {
    font-size: 14px;
  }
}
.content-list--paragraph-size-xs .content-list__description p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-list--paragraph-size-xs .content-list__description p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .content-list--paragraph-size-xs .content-list__description p {
    font-size: 14px;
  }
}
.content-list--paragraph-size-sm .content-list__description p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .content-list--paragraph-size-sm .content-list__description p {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .content-list--paragraph-size-sm .content-list__description p {
    font-size: 16px;
  }
}
.content-list--paragraph-size-md .content-list__description p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .content-list--paragraph-size-md .content-list__description p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .content-list--paragraph-size-md .content-list__description p {
    font-size: 18px;
  }
}
.content-list--paragraph-size-md-sm .content-list__description p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-list--paragraph-size-md-sm .content-list__description p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .content-list--paragraph-size-md-sm .content-list__description p {
    font-size: 16px;
  }
}
.content-list--row-med .content-list__row {
  margin-bottom: 18px;
}
.content-list--no-margin-top {
  margin-top: 0 !important;
}
.content-list--icon-space-small .content-list__icon {
  margin-right: 7px;
}
.content-list--icon-space-medium .content-list__icon {
  margin-right: 34px;
}
.content-list--no-min-width .content-list__description {
  min-width: auto;
}
.content-list--small-items-space .content-list__row {
  margin-bottom: 7px;
}
.content-list--big-items-space .content-list__row {
  margin-bottom: 32px;
}
.content-list--medium-icon .content-list__icon {
  height: 30px;
  width: 30px;
}
.content-list--large-icon .content-list__icon {
  height: 55px;
  width: 55px;
}
.content-with-image {
  background: #e4f2ff;
}
.content-with-image.dark {
  background-color: #000;
}
.content-with-image .pattern {
  height: 650px;
  left: 0;
  max-width: 1562px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image .pattern {
    height: 600px;
  }
}
@media (min-width: 1200px) and (max-height: 660px) {
  .content-with-image .pattern {
    top: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image .pattern {
    height: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image .pattern {
    height: 525px;
  }
}
@media (max-width: 767px) {
  .content-with-image .pattern {
    height: calc(100% - 64px);
  }
}
@media (max-width: 595px) {
  .content-with-image .pattern {
    height: calc(100% - 174px);
    top: 111px;
  }
}
.content-with-image .pattern img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-with-image .pattern-1 {
  left: auto;
  right: -100%;
  top: -100%;
  transition: 1s ease 0.5s;
}
.content-with-image .pattern-1.animate-complete {
  right: 0;
  top: 0;
}
.content-with-image.social-content-image .column-wrapper {
  padding-bottom: 11px;
}
@media (min-width: 1399px) {
  .content-with-image.social-content-image .column-wrapper {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .content-with-image.social-content-image .column-wrapper {
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image.social-content-image .column-wrapper {
    margin-top: -28px;
    padding-bottom: 30px;
  }
}
.content-with-image.social-content-image h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 22px;
}
@media (min-width: 1399px) {
  .content-with-image.social-content-image h3 {
    padding-top: 108px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image.social-content-image h3 {
    font-size: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image.social-content-image h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .content-with-image.social-content-image h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image.social-content-image h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .content-with-image.social-content-image h3 {
    font-size: 32px;
    padding-top: 25px;
  }
}
@media (min-width: 1332px) {
  .content-with-image.social-content-image .text-wrap {
    width: 50%;
  }
  .content-with-image.social-content-image .text-wrap p {
    padding: 21px 0 22px;
  }
}
@media (max-width: 767px) {
  .content-with-image.social-content-image .text-wrap p {
    padding: 10px 0;
  }
}
@media (min-width: 1332px) {
  .content-with-image.social-content-image .img-wrap {
    margin-top: -4px;
    max-width: 645px;
    width: 50%;
  }
  .content-with-image.social-content-image .pattern {
    height: 680px;
    max-width: 1600px;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-with-image.social-content-image .pattern {
    height: calc(100% - 64px);
    top: 60px;
  }
}
@media (min-width: 1332px) {
  .content-with-image.social-content-image .text-wrap {
    padding-right: 146px;
  }
}
.content-with-image .cmp-container {
  display: flex;
}
.content-with-image .cmp-container .cmp-button__text {
  font-size: 1pc;
}
.content-with-image.new-cta {
  background: #005ed9;
}
.content-with-image.new-cta .column-wrapper {
  padding-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image.new-cta .column-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .content-with-image.new-cta .column-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image.new-cta .column-wrapper {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .content-with-image.new-cta .column-wrapper {
    flex-direction: unset;
  }
}
.content-with-image.new-cta .pattern {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content-with-image.new-cta .pattern img {
    display: none;
  }
  .content-with-image.new-cta .pattern-1:after {
    background: #00439c;
    border-radius: 50%;
    bottom: -220px;
    content: "";
    height: 520px;
    position: absolute;
    right: -180px;
    transition: 1s ease 0.5s;
    width: 520px;
  }
}
.content-with-image.new-cta .text-wrap {
  padding-top: 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image.new-cta .text-wrap {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .content-with-image.new-cta .text-wrap {
    padding-top: 0;
  }
}
.content-with-image.new-cta .text-wrap h2 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1332px) {
  .content-with-image.new-cta .text-wrap h2 {
    font-size: 56px;
  }
  .content-with-image.new-cta .text-wrap p {
    padding: 21px 0 35px;
  }
}
@media (max-width: 767px) {
  .content-with-image.new-cta .text-wrap p {
    padding: 20px 0;
  }
}
.content-with-image.new-cta .text-wrap p a {
  color: #fff;
}
.content-with-image.new-cta .img-wrap {
  height: 366px;
  margin-top: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image.new-cta .img-wrap {
    height: 312px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image.new-cta .img-wrap {
    height: 312px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image.new-cta .img-wrap {
    height: 280px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .content-with-image.new-cta .img-wrap {
    height: 300px;
  }
}
@media (max-width: 595px) {
  .content-with-image.new-cta .img-wrap {
    height: 245px;
    padding-top: 50px;
  }
}
.content-with-image .social-box {
  font-size: 0;
}
.content-with-image .social-box ul {
  padding-left: 0;
}
.content-with-image .social-box li {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  list-style: none;
  margin-right: 16px;
  padding: 0;
  vertical-align: top;
  width: 40px;
}
@media (max-width: 767px) {
  .content-with-image .social-box li {
    height: 30px;
    margin: 0 16px 0 0;
    width: 30px;
  }
}
.content-with-image .social-box li a {
  border-radius: 50%;
  display: block;
}
.content-with-image .social-box li a:hover .img1 {
  opacity: 0;
  position: absolute;
  visibility: visible;
}
.content-with-image .social-box li a:hover .img2 {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.content-with-image .social-box li .img2 {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.content-with-image .column-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image .column-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image .column-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .content-with-image .column-wrapper {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image .column-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .content-with-image .column-wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.content-with-image .img-wrap {
  border-radius: 8px;
  margin-top: -53px;
  max-width: 630px;
  overflow: hidden;
  position: relative;
  width: 49%;
}
@media (max-width: 1332px) {
  .content-with-image .img-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .content-with-image .img-wrap {
    height: 361px;
    margin-top: 0;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image .img-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image .img-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .content-with-image .img-wrap {
    height: 350px;
    margin: 0;
    max-width: 100%;
    padding-top: 30px;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .content-with-image .img-wrap {
    height: 260px;
  }
}
.content-with-image .img-wrap img {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-with-image .img-wrap a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.content-with-image .img-wrap .cmp-image {
  height: 100%;
}
.content-with-image h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
  max-width: 500px;
}
.content-with-image .text-wrap {
  padding-right: 100px;
  width: 51%;
}
@media (max-width: 1332px) {
  .content-with-image .text-wrap {
    padding-right: 90px;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-image .text-wrap {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-with-image .text-wrap {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .content-with-image .text-wrap {
    padding-right: 0;
    width: 100%;
  }
}
.content-with-image .text-wrap h3 {
  color: #fff;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0;
  padding-top: 98px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .content-with-image .text-wrap h3 {
    padding-top: 85px;
  }
}
@media (max-width: 820px) {
  .content-with-image .text-wrap h3 {
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  .content-with-image .text-wrap h3 {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .content-with-image .text-wrap h3 {
    margin-top: -25px;
  }
}
.content-with-image .text-wrap p {
  color: #fff;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 25px 0 20px;
}
@media (max-width: 1270px) {
  .content-with-image .text-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .content-with-image .text-wrap p {
    line-height: 1.31;
    padding: 20px 0 10px;
  }
}
.content-with-image .text-wrap p a {
  color: #fff;
  text-transform: none !important;
}
.content-with-image.enabled-list-markers ol,
.content-with-image.enabled-list-markers ul {
  list-style: initial;
}
section.intro .red {
  color: red;
}
.business-deals .table-grid .item:first-child {
  width: 25%;
}
.business-deals .table-grid .item {
  width: 37.5%;
}
.business-deals .table-grid .item.three-col-item {
  width: 25%;
}
.business-deals .table-grid .btn-wrapper {
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 595px) {
  .business-deals .table-grid .btn-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .business-deals .table-grid .item:first-child {
    max-width: 100%;
    width: 100%;
  }
  .business-deals .table-grid .item {
    max-width: 50%;
    width: 50%;
  }
  .business-deals .table-grid .item.three-col-item:first-child {
    max-width: 100%;
    width: 100%;
  }
  .business-deals .table-grid .item.three-col-item {
    max-width: 33.33%;
    width: 33.33%;
  }
}
@media (max-width: 595px) {
  .business-deals section.tabs-grid .with-btn .item:not(:first-of-type) {
    max-width: 50% !important;
    width: 50% !important;
  }
  .business-deals section.tabs-grid .with-btn .item.three-col-item {
    max-width: 100% !important;
    width: 100% !important;
  }
  .business-deals section.tabs-grid .item:not(:first-of-type) {
    max-width: 50%;
    width: 50%;
  }
  .business-deals section.tabs-grid .item .we-btn-black-border,
  .business-deals section.tabs-grid .item .we-btn-red {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .business-deals section.tabs-grid .item .we-btn-black-border span,
  .business-deals section.tabs-grid .item .we-btn-red span {
    font-size: 13px !important;
    padding: 0 !important;
  }
  .business-deals section.tabs-grid .item.three-col-item {
    max-width: 100%;
    width: 100%;
  }
  .business-deals section.tabs-grid .we-col-10 .we-col-two {
    width: 50%;
  }
  .business-deals section.tabs-grid .full-width .item-row li {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
section.compare-grid .tab-content--two-cols .card-wrapper .card {
  width: calc(50% - 2px);
}
section.compare-grid
  .tab-content--two-cols
  .heading
  .we-col-four:not(:first-child) {
  width: calc(37.5% - 20px);
}
section.compare-grid
  .tab-content--two-cols
  .categories
  .cat-types
  .items:not(:first-child) {
  width: 37.5%;
}
@media (max-width: 991px) {
  section.compare-grid .tab-content--two-cols .categories {
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.compare-grid
    .tab-content--two-cols
    .categories
    .cat-types
    .items:not(:first-child) {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 595px) {
  section.compare-grid
    .tab-content--two-cols
    .categories
    .cat-types
    .items:not(:first-child) {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 480px) {
  section.compare-grid .tab-content--two-cols .slick-track {
    transform: translateZ(0) !important;
    width: 100% !important;
  }
  section.compare-grid .tab-content--two-cols .card-wrapper .card {
    margin: 0;
    width: 50%;
  }
}
.terms-text {
  color: #7e7e7e;
  font-size: 12px;
}
.four-box-column .terms-text {
  color: #666;
  font-size: 12px;
}
.four-box-column .terms-text a {
  text-decoration: underline;
}
.discount-pill {
  background: rgba(44, 180, 61, 0.2);
  border-radius: 8px;
  color: #2cb43d;
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  padding: 2px 8px;
}
.discount-pill--large {
  font-size: 25px;
  padding: 5px 13px;
}
.discount-pill--blue {
  background-color: #007bff;
  color: #fff;
}
.discount-pill--purple {
  background-color: #ed008c;
  color: #fff;
}
.discount-pill--magenta {
  background-color: #724bb8;
  color: #fff;
}
.discount-pill--green {
  background-color: #00be3f;
  color: #fff;
}
.discount-pill--text-green {
  background-color: #fff;
  color: #00be3f;
}
.discount-pill--min-width {
  min-width: 284px;
}
.discount-pill--radius-top-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.discount-pill--radius-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1270px) {
  #ukraine .we-btn-red {
    height: auto;
    line-height: 1.2;
    margin: 0;
  }
}
@media (max-width: 991px) {
  #ukraine .we-btn-red {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #ukraine .we-btn-red {
    font-size: 16px;
  }
}
.hasNew {
  text-align: center;
}
.hasNew .discount-new {
  color: #00be3c;
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.hasNew .discount-pill--green {
  background-color: #00be3c;
  border-radius: 8px !important;
  color: #fff;
}
.do-not-show {
  display: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.border-gray {
  border: 2px solid #dedede;
}
section.hero-banner-business#solutions-header.option3.level1 {
  min-height: 540px;
}
section.hero-banner-business#solutions-header.option3.level1.black-friday-section-height {
  min-height: 560px;
}
section.hero-banner-business#solutions-header .breadcrumb {
  margin-bottom: 40px;
  padding: 0;
}
section.hero-banner-business#solutions-header .column-wrapper {
  padding: 130px 0 0;
}
section.hero-banner-business#solutions-header .column-wrapper .text-wrap {
  width: 50%;
}
section.hero-banner-business#solutions-header .title {
  font-size: 36px;
  font-weight: 700;
  margin: -15px 0 20px;
  max-width: 630px;
}
section.hero-banner-business#solutions-header h5 {
  font-weight: 400;
  margin-bottom: 20px;
}
section.hero-banner-business#solutions-header p + p {
  color: #fff;
  font-size: 12px;
  margin: 22px 0 0 20px;
}
section.hero-banner-business#solutions-header p + p b {
  color: #f69300;
  font-size: 16px;
}
section.hero-banner-business#solutions-header p img {
  margin-bottom: 0;
  max-height: 50px;
  max-width: 100px;
  -o-object-position: left center;
  object-position: left center;
}
@media (max-width: 595px) {
  section.hero-banner-business#solutions-header p img {
    width: auto;
  }
}
section.hero-banner-business#solutions-header .inner-content {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  section.hero-banner-business#solutions-header .inner-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  section.hero-banner-business#solutions-header.option3.level1 {
    min-height: 500px;
  }
  section.hero-banner-business#solutions-header.option3.level1.black-friday-section-height {
    min-height: 574px;
  }
  section.hero-banner-business#solutions-header .column-wrapper .text-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  section.hero-banner-business#solutions-header .column-wrapper {
    padding-top: 90px;
  }
  section.hero-banner-business#solutions-header .column-wrapper .text-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.hero-banner-business#solutions-header .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.hero-banner-business#solutions-header h5 {
    margin-bottom: 10px;
  }
  section.hero-banner-business#solutions-header .title {
    font-size: 24px;
  }
}
section.hero-banner-business#solutions-header p + p b {
  font-size: 14px;
}
.two-box-col#solutions-cards.overlap {
  margin-top: -95px;
}
.two-box-col#solutions-cards .card-wrapper {
  margin-bottom: 30px;
  padding: 24px;
}
.two-box-col#solutions-cards .card-wrapper:after,
.two-box-col#solutions-cards .card-wrapper:before {
  display: none;
}
.two-box-col#solutions-cards .img-wrapper {
  border-radius: 50%;
  height: 240px;
  right: -43px;
  top: -50px;
  width: 240px;
}
.two-box-col#solutions-cards .text-wrapper {
  max-width: 310px;
}
.two-box-col#solutions-cards .heading-3 {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: -7px;
}
.two-box-col#solutions-cards p {
  font-size: 16px;
  margin-top: -6px;
}
@media (max-width: 1199px) {
  .two-box-col#solutions-cards .text-wrapper {
    max-width: 230px;
  }
  .two-box-col#solutions-cards .heading-3 {
    font-size: 18px;
  }
  .two-box-col#solutions-cards .img-wrapper {
    height: 220px;
    right: -47px;
    top: -46px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .two-box-col#solutions-cards .img-wrapper {
    height: 200px;
    width: 200px;
  }
  .two-box-col#solutions-cards .text-wrapper {
    max-width: 170px;
  }
  .two-box-col#solutions-cards .card-wrapper {
    margin-bottom: 20px;
  }
  .two-box-col#solutions-cards p {
    font-size: 14px;
  }
  .two-box-col#solutions-cards .heading-3 {
    height: 70px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .two-box-col#solutions-cards .img-wrapper {
    height: 230px;
    right: -57px;
    top: -56px;
    width: 230px;
  }
  .two-box-col#solutions-cards .text-wrapper {
    max-width: 240px;
  }
  .two-box-col#solutions-cards .heading-3 {
    font-size: 22px;
    height: auto;
  }
  .two-box-col#solutions-cards p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .two-box-col#solutions-cards .card-wrapper {
    padding: 14px;
  }
  .two-box-col#solutions-cards .img-wrapper {
    height: 190px;
    width: 190px;
  }
  .two-box-col#solutions-cards .text-wrapper {
    max-width: 130px;
  }
  .two-box-col#solutions-cards .heading-3 {
    font-size: 20px;
  }
  .two-box-col#solutions-cards p {
    font-size: 14px;
    margin-top: 0;
  }
}
.pill {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 15px;
  line-height: 1;
  padding: 2px 4px;
  text-transform: uppercase;
}
.pill--new {
  background-color: #005eff;
}
.pill--evolved {
  background-color: #13b0a7;
}
.lp-header {
  background-color: #000;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.lp-header__logo {
  width: 160px;
}
.dex-width-47 {
  width: 47%;
}
.star-checked {
  color: orange;
}
.discount-bubble__container {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 6rem;
  justify-content: center;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 35 37 / var(--tw-bg-opacity, 1));
}
.discount-bubble__discount-percentage {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0;
}
.discount-bubble__discount-percentage,
.discount-bubble__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.discount-bubble--green .discount-bubble__container {
  --tw-bg-opacity: 1;
  background-color: rgb(44 180 61 / var(--tw-bg-opacity, 1));
}
.discount-bubble--flexible-card-bubble .discount-bubble__container {
  height: min(22vw, 6rem);
  width: min(22vw, 6rem);
}
@media (min-width: 480px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__container {
    height: 6rem;
    width: 6rem;
  }
}
@media (min-width: 596px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__container {
    height: min(10vw, 6rem);
    width: min(10vw, 6rem);
  }
}
@media (min-width: 992px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__container {
    height: min(8vw, 6rem);
    width: min(8vw, 6rem);
  }
}
.discount-bubble--flexible-card-bubble .discount-bubble__discount-percentage {
  font-size: min(10vw, 2.625rem);
}
@media (min-width: 480px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__discount-percentage {
    font-size: 2.625rem;
  }
}
@media (min-width: 596px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__discount-percentage {
    font-size: min(4vw, 2.625rem);
  }
}
@media (min-width: 992px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__discount-percentage {
    font-size: min(3.5vw, 2.625rem);
  }
}
.discount-bubble--flexible-card-bubble .discount-bubble__text {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .discount-bubble--flexible-card-bubble .discount-bubble__text {
    font-size: 0.875rem;
  }
}
.download-popup__container {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: auto;
  display: none;
  height: 100vh;
  inset: 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.download-popup__container.active {
  display: flex;
}
.download-popup--animate .download-popup__modal {
  animation: fade-Up 0.5s ease-in-out both;
  will-change: opacity, transform;
}
.download-popup__modal {
  border-radius: 0.75rem;
  border-width: 1px;
  margin: auto;
  max-width: 780px;
  overflow: hidden;
  position: relative;
  width: 83.333333%;
  z-index: 1000;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  --tw-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 596px) {
  .download-popup__modal {
    height: auto;
    text-align: left;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.download-popup .download-simple__title {
  font-size: 1.5rem;
  font-weight: 400;
}
.download-popup .download-simple__subtitle {
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(81 167 29 / var(--tw-text-opacity, 1));
}
.download-popup .download-complex {
  padding: 3.5rem;
}
.download-popup .download-complex__cards {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (min-width: 596px) {
  .download-popup .download-complex__cards {
    align-items: baseline;
    flex-direction: row;
    place-content: space-between;
  }
}
.download-popup .download-complex__cards:after {
  border-style: none;
  border-top-width: 1px;
  left: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 3.5rem;
  top: 5rem;
  z-index: -10;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 596px) {
  .download-popup .download-complex__cards:after {
    border-style: dashed;
    content: var(--tw-content);
  }
}
.download-popup .download-complex__card {
  margin-bottom: 1rem;
  width: 50%;
}
@media (min-width: 596px) {
  .download-popup .download-complex__card {
    margin-bottom: 0;
    width: 29%;
  }
}
.download-popup .download-complex__card__image {
  border-radius: 0.375rem;
  height: auto;
  margin-bottom: 1rem;
  max-width: 100%;
  --tw-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.download-popup .close {
  cursor: pointer;
  height: 2rem;
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
  width: 2rem;
}
.download-popup .close:after {
  --tw-rotate: 133deg;
  --tw-bg-opacity: 1;
  --tw-content: "";
}
.download-popup .close:after,
.download-popup .close:before {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  height: 0.125rem;
  left: 0.25rem;
  position: absolute;
  top: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 1.5rem;
}
.download-popup .close:before {
  --tw-rotate: 45deg;
  --tw-bg-opacity: 1;
  --tw-content: "";
}
.dynamic-product-compare {
  margin-bottom: 100px;
  margin-top: 100px;
}
.dynamic-product-compare__price-full {
  font-size: 14px;
}
.dynamic-product-compare__price-discounted {
  font-size: 18px;
}
.dynamic-product-compare__price-discounted--bold {
  font-size: 24px;
  font-weight: 700;
}
.dynamic-product-compare__price-discounted--small {
  color: #3c3c3c;
  font-size: 10px;
  font-weight: 400;
}
.dynamic-product-compare__product-image {
  height: 8pc;
  margin: 15px auto 0;
  max-width: 180px;
  width: auto;
}
.dynamic-product-compare__product-header:first-child {
  border-top-left-radius: 8px;
}
.dynamic-product-compare__product-header:last-child {
  border-top-right-radius: 8px;
}
.dynamic-product-compare__first-column
  + .dynamic-product-compare__product-header {
  border-top-left-radius: 8px;
}
.dynamic-product-compare__product-header {
  border: 1px solid #e4f2ff;
  padding: 19px 20px;
}
.dynamic-product-compare__product-header .button {
  width: 100%;
}
.dynamic-product-compare__product-header .button[class*="-first"] {
  margin-top: 13px;
}
.dynamic-product-compare__product-header .title {
  color: #000;
  font-family: roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 33px 30px 0;
}
.dynamic-product-compare__product-header .title .light {
  display: block;
  font-weight: 400;
}
.dynamic-product-compare__product-header .variation-label {
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}
.dynamic-product-compare__product-header .dashed-line {
  border: 1px dashed #dedede;
}
.dynamic-product-compare__product-header .solid-line {
  border: 1px solid #dedede;
}
.dynamic-product-compare .dynamic-product-compare__product-header {
  padding-left: 20px;
  padding-right: 20px;
}
.dynamic-product-compare .terms-tax {
  margin-top: 20px;
}
.dynamic-product-compare .terms-tax p {
  color: #7e7e7e;
  font-size: 9pt;
}
.dynamic-product-compare .discount-pill {
  background: rgba(44, 180, 61, 0.2);
  border-radius: 8px;
  color: #2cb43d;
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  padding: 2px 8px;
}
.dynamic-product-compare .blue-tag,
.dynamic-product-compare .pink-tag,
.dynamic-product-compare .purple-tag,
.dynamic-product-compare .tag {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  max-width: 270px;
  padding: 2px 8px;
  width: 100%;
}
.dynamic-product-compare .blue-tag {
  background-color: #007bff;
}
.dynamic-product-compare .pink-tag {
  background-color: #ed008c;
}
.dynamic-product-compare .purple-tag {
  background-color: #724bb8;
}
.dynamic-product-compare .author-button {
  border-radius: 9px;
  border-style: dotted;
}
.dynamic-product-compare--center {
  text-align: center;
}
.dynamic-product-compare--first-col-active
  .row
  .dynamic-product-compare__product-header:first-child {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
}
.dynamic-product-compare--first-col-active
  .row
  .dynamic-product-compare__product-header:first-child:before {
  background-color: #de2985;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}
.dynamic-product-compare--first-col-active
  .solutions-compare
  .row
  .product-category__property-value:first-child,
.dynamic-product-compare--first-col-active
  .solutions-compare
  .row
  .product-category__value:first-child {
  background: #fff;
  border-color: #e4f2ff;
}
.dynamic-product-compare--second-col-active
  .row
  .dynamic-product-compare__product-header:nth-child(2) {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
}
.dynamic-product-compare--second-col-active
  .row
  .dynamic-product-compare__product-header:nth-child(2):before {
  background-color: #de2985;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}
.dynamic-product-compare--second-col-active
  .solutions-compare
  .row
  .product-category__property-value:nth-child(2),
.dynamic-product-compare--second-col-active
  .solutions-compare
  .row
  .product-category__value:nth-child(2) {
  background: #fff;
  border-color: #e4f2ff;
}
.dynamic-product-compare--third-column-active
  .row
  .dynamic-product-compare__product-header:nth-child(3) {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
}
.dynamic-product-compare--third-column-active
  .row
  .dynamic-product-compare__product-header:nth-child(3):before {
  background-color: #de2985;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}
.dynamic-product-compare--third-column-active
  .solutions-compare
  .row
  .product-category__property-value:nth-child(3),
.dynamic-product-compare--third-column-active
  .solutions-compare
  .row
  .product-category__value:nth-child(3) {
  background: #fff;
  border-color: #e4f2ff;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:first-child {
  border-top: 8px solid #008cff;
  border-top-left-radius: 10px;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:first-child
  .title {
  color: #008cff;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:nth-child(2) {
  border-top: 8px solid #006dff;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:nth-child(2)
  .title {
  color: #006dff;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:nth-child(3) {
  border-top: 8px solid #00338a;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:nth-child(3)
  .title {
  color: #00338a;
}
.dynamic-product-compare--business-compare
  .dynamic-product-compare__product-header:last-child {
  border-top-right-radius: 10px;
}
.dynamic-product-compare
  .cmp-container
  .product-category:first-child
  .product-category__row {
  border-radius: 10px 0 0 0;
}
.example {
  display: none;
}
section.footer-cta {
  padding-bottom: 0;
  z-index: 2;
}
@media (min-width: 1200px) and (max-height: 660px) {
  section.footer-cta {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta {
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta {
    padding-top: 0;
  }
}
section.footer-cta.bg-light-blue {
  background: #d9eeff;
}
section.footer-cta.bg-blue {
  background: #006dff;
}
section.footer-cta:before {
  background: #fff;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta:before {
    height: 58px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta:before {
    height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta:before {
    display: none;
  }
}
@media (max-width: 767px) {
  section.footer-cta:before {
    display: none;
  }
  section.footer-cta .column-wrapper {
    display: block;
  }
  section.footer-cta .we-col-two {
    width: 100%;
  }
}
section.footer-cta .we-col-two:first-child {
  padding-right: 20px;
  z-index: 1;
}
@media screen and (min-width: 1599px) {
  section.footer-cta .we-col-two:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .we-col-two:first-child {
    padding: 20px 43px 20px 0;
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .we-col-two:first-child {
    padding: 20px 40px 0 0;
    width: 57%;
  }
}
@media (max-width: 991px) {
  section.footer-cta .we-col-two:first-child {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta .we-col-two:first-child {
    padding: 20px 30px 0 0;
  }
}
@media (max-width: 767px) {
  section.footer-cta .we-col-two:first-child {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .we-col-two:last-child {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .we-col-two:last-child {
    width: 43%;
  }
}
section.footer-cta .we-col-two.full-width {
  padding: 0 !important;
  width: 96%;
}
@media (max-width: 1399px) {
  section.footer-cta .we-col-two.full-width {
    padding: 96px 0;
  }
}
@media (max-width: 1199px) {
  section.footer-cta .we-col-two.full-width {
    padding: 96px 0;
  }
}
@media (max-width: 991px) {
  section.footer-cta .we-col-two.full-width {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  section.footer-cta .we-col-two.full-width {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  section.footer-cta .we-col-two.full-width {
    width: 100%;
  }
}
section.footer-cta .we-col-two.full-width h2 {
  text-align: left;
}
section.footer-cta .we-col-two.full-width h2 span {
  display: inline;
}
section.footer-cta .we-col-two.full-width p {
  max-width: calc(100% - 120px) !important;
}
@media (max-width: 991px) {
  section.footer-cta .we-col-two.full-width p {
    max-width: 100% !important;
  }
}
section.footer-cta ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style-type: none;
  margin: 9px 0 -2px;
  padding-left: 0;
}
@media (max-width: 1399px) {
  section.footer-cta ul li {
    margin: 13px 0 0;
  }
}
section.footer-cta ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  height: 15px;
  left: -20px;
  top: 3px;
  width: 15px;
}
section.footer-cta h2 {
  color: #000;
  font-size: 56px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.21;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta h2 {
    font-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta h2 {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta h2 {
    font-size: 42px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.footer-cta h2 {
    font-size: 38px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.footer-cta h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  section.footer-cta h2 {
    font-size: 32px;
  }
}
section.footer-cta h2 span {
  color: #000;
  display: inline;
  font-size: 56px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta h2 span {
    font-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta h2 span {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta h2 span {
    font-size: 42px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.footer-cta h2 span {
    font-size: 38px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.footer-cta h2 span {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  section.footer-cta h2 span {
    font-size: 32px;
  }
}
section.footer-cta p {
  color: #212121;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.7;
  margin-bottom: 15px;
}
section.footer-cta p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1332px) {
  section.footer-cta p {
    margin-top: -4px;
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta p {
    max-width: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta p {
    font-size: 16px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  section.footer-cta p {
    font-size: 16px;
  }
}
section.footer-cta .btn-wrap .cmp-container {
  display: flex;
}
section.footer-cta .btn-wrap .cmp-container .cmp-button__text {
  font-size: 1pc;
}
section.footer-cta .btn-wrap {
  margin-top: 33px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .btn-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .btn-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  section.footer-cta .btn-wrap {
    margin-top: 20px;
  }
}
section.footer-cta .link-wrap {
  margin-top: 15px;
}
section.footer-cta .link-wrap .we-link-with-blue:first-child {
  margin-left: 0;
}
section.footer-cta .bg-img {
  height: 480px;
  margin: -60px 0 0 auto;
  overflow: visible;
  position: relative;
  width: 491px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .bg-img {
    height: 420px;
    margin: -40px 0 0 auto;
    width: 430px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .bg-img {
    height: 420px;
    margin: -40px 0 0 auto;
    width: 430px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta .bg-img {
    height: 360px;
    margin: 60px 0 auto;
    width: 370px;
  }
}
@media (max-width: 767px) {
  section.footer-cta .bg-img {
    height: 270px;
    margin: 0 auto;
    width: 270px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.footer-cta .bg-img {
    align-items: flex-end;
    display: flex;
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.footer-cta .bg-img {
    align-items: flex-end;
    display: flex;
    text-align: center;
  }
}
section.footer-cta .bg-img .image {
  position: relative;
  z-index: 2;
}
@media (min-width: 481px) and (max-width: 595px) {
  section.footer-cta .bg-img .image {
    height: 230px;
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (max-width: 480px) {
  section.footer-cta .bg-img .image {
    height: 230px;
    margin: 0 auto;
    max-width: 230px;
  }
}
section.footer-cta .bg-img .red-img {
  bottom: 0;
  height: 440px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 40px;
  width: 494px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .bg-img .red-img {
    height: 380px;
    width: 434px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .bg-img .red-img {
    height: 380px;
    width: 434px;
  }
}
@media (max-width: 991px) {
  section.footer-cta .bg-img .red-img {
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
section.footer-cta .bg-img .transparent-img {
  height: 609px;
  max-width: inherit;
  position: absolute;
  right: -47px;
  top: 10px;
  width: 609px;
  z-index: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta .bg-img .transparent-img {
    height: 528px;
    right: -50px;
    top: 11px;
    width: 528px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta .bg-img .transparent-img {
    height: 528px;
    right: -50px;
    top: 11px;
    width: 528px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta .bg-img .transparent-img {
    height: 409px;
    right: -18px;
    top: 30px;
    width: 409px;
  }
}
@media (max-width: 767px) {
  section.footer-cta .bg-img .transparent-img {
    height: 310px;
    left: -20px;
    margin: auto;
    right: 0;
    top: 30px;
    width: 310px;
  }
}
section.footer-cta .bg-img .cmp-image {
  position: relative;
  z-index: 2;
}
section.footer-cta.resources-cta {
  display: none;
}
@media (max-width: 767px) {
  section.footer-cta.resources-cta {
    display: block;
  }
}
section.footer-cta.full-width-footer-cta {
  margin: 0 auto;
  padding: 120px 0 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta.full-width-footer-cta {
    padding: 96px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.full-width-footer-cta {
    padding: 96px 0 !important;
  }
}
@media (max-width: 767px) {
  section.footer-cta.full-width-footer-cta {
    padding: 64px 0 !important;
  }
}
section.footer-cta.full-width-footer-cta:before {
  display: none;
}
section.footer-cta p {
  max-width: 100% !important;
}
section.footer-cta .we-link-with-blue {
  margin: 13px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta.flagship-cta {
    padding-top: 62px;
  }
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta {
    padding-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta.flagship-cta {
    margin-top: -18px;
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.flagship-cta {
    padding-top: 0;
  }
}
section.footer-cta.flagship-cta .logo {
  height: 90px;
  width: 320px;
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta .logo {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.flagship-cta .logo {
    width: 280px;
  }
}
section.footer-cta.flagship-cta .product-img {
  bottom: -9px;
  height: 470px;
  top: 0;
  width: 375px;
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta .product-img {
    height: 420px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  section.footer-cta.flagship-cta .product-img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.flagship-cta .product-img {
    top: 5px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.flagship-cta .product-img {
    top: 10px;
  }
}
section.footer-cta.flagship-cta .btn-wrap {
  margin: 40px 0 30px;
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta .btn-wrap {
    margin: 44px 0 0;
  }
}
@media (max-width: 991px) {
  section.footer-cta.flagship-cta .btn-wrap {
    margin: 30px 0;
  }
}
section.footer-cta.flagship-cta .btn-wrap .we-btn-transparent {
  background-color: #c5c5c5;
  border: inherit;
  padding: 12px 54px 8px;
  pointer-events: none;
}
section.footer-cta.flagship-cta .btn-wrap .we-btn-transparent:hover {
  background-color: #fff;
}
section.footer-cta.flagship-cta .description {
  position: relative;
  top: -6px;
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta .description {
    top: 26px;
  }
}
@media (max-width: 991px) {
  section.footer-cta.flagship-cta .description {
    height: auto;
    top: 0;
  }
}
section.footer-cta.flagship-cta .description li:before {
  display: none;
}
section.footer-cta.flagship-cta ul {
  padding: 0;
}
section.footer-cta.flagship-cta ul li {
  color: #3c3c3c;
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  padding: 0 18px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  section.footer-cta.flagship-cta ul li {
    margin: 5px 0;
  }
}
section.footer-cta.flagship-cta ul li:after {
  color: #000;
  content: "|";
  display: inline-block;
  font-size: 14px;
  left: 11px;
  position: relative;
}
section.footer-cta.flagship-cta ul li:last-of-type {
  padding: 0;
}
section.footer-cta.flagship-cta ul li:last-of-type:after {
  display: none;
}
@media (max-width: 1270px) {
  section.footer-cta.flagship-cta .bg-img {
    height: 430px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.flagship-cta .bg-img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.flagship-cta .bg-img {
    height: 270px;
  }
}
section.footer-cta.renewal-cta .bg-img {
  height: 479px;
  margin: 0 0 0 auto;
  overflow: visible;
  width: 626px;
}
@media (max-width: 1399px) {
  section.footer-cta.renewal-cta .bg-img {
    height: 287px;
    margin: 0 0 0 auto;
    overflow: visible;
    width: 596px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta .bg-img {
    margin: 0 auto;
  }
}
@media (max-width: 595px) {
  section.footer-cta.renewal-cta .bg-img {
    height: 257px;
    overflow: visible;
    width: 280px;
  }
}
@media (max-width: 1399px) {
  section.footer-cta.renewal-cta .bg-img .red-img {
    height: 380px;
    -o-object-fit: contain;
    object-fit: contain;
    right: 73px;
    top: 169px;
    width: 424px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta .bg-img .red-img {
    right: 0;
  }
}
@media (max-width: 595px) {
  section.footer-cta.renewal-cta .bg-img .red-img {
    height: 250px;
    top: 30px;
    width: 280px;
  }
}
section.footer-cta.renewal-cta .bg-img .image {
  -o-object-fit: contain;
  object-fit: contain;
  top: 23px;
}
@media (max-width: 1399px) {
  section.footer-cta.renewal-cta .bg-img .image {
    height: 510px;
    left: 37px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 24px;
    width: 450px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta .bg-img .image {
    left: 0;
  }
}
@media (max-width: 595px) {
  section.footer-cta.renewal-cta .bg-img .image {
    height: 230px;
    top: 0;
    width: 280px;
  }
}
section.footer-cta.renewal-cta .bg-img .transparent-img {
  height: 609px;
  max-width: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  right: 2px;
  top: -66px;
  width: 629px;
  z-index: 0;
}
@media (max-width: 1399px) {
  section.footer-cta.renewal-cta .bg-img .transparent-img {
    height: 449px;
    right: 67px;
    top: -13px;
    width: 539px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta .bg-img .transparent-img {
    right: 0;
  }
}
@media (max-width: 595px) {
  section.footer-cta.renewal-cta .bg-img .transparent-img {
    height: 270px;
    left: -20px;
    margin: 0 auto;
    top: 0;
    width: 320px;
  }
}
section.footer-cta.renewal-cta .column-wrapper {
  margin-top: 58px;
}
@media (max-width: 1399px) {
  section.footer-cta.renewal-cta .column-wrapper {
    margin: 0;
  }
  section.footer-cta.renewal-cta .we-col-two {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta .we-col-two {
    text-align: center;
    width: 100%;
  }
}
section.footer-cta.renewal-cta h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 26px;
  margin-top: 24px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.footer-cta.renewal-cta h2 {
    font-size: 38px;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.footer-cta.renewal-cta h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  section.footer-cta.renewal-cta h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.renewal-cta h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta h2 {
    font-size: 32px;
    margin-top: 0;
  }
}
section.footer-cta.renewal-cta p {
  line-height: 1.5;
  max-width: 520px;
}
@media (min-width: 992px) {
  section.footer-cta.renewal-cta p {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1599px) {
  section.footer-cta.renewal-cta p {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.footer-cta.renewal-cta p {
    margin-bottom: 25px;
  }
}
section.footer-cta.renewal-cta p {
  color: #3c3c3c;
}
@media (max-width: 767px) {
  section.footer-cta.renewal-cta p {
    max-width: 100%;
  }
}
.form__error:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23fe0909' d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7.2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8.2-40.1l216-368C228.7 39.5 241.8 32 256 32m0 128c-13.3 0-24 10.7-24 24v112c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24m32 224a32 32 0 1 0-64 0 32 32 0 1 0 64 0'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 13px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 13px;
  --tw-content: "";
  content: var(--tw-content);
}
.form__container .form__input-parent .form__input-container {
  padding: 5px 42px 9px 11px;
}
.form__general-message.success-message {
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 191 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(79 138 16 / var(--tw-text-opacity, 1));
}
.form__disabled-button.we-btn-red {
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(214 124 124 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 124 124 / var(--tw-bg-opacity, 1));
}
.form__explanation p {
  font-size: 10px;
  font-weight: 100;
  padding-bottom: 0.25rem;
}
@media (min-width: 480px) {
  .form__explanation p {
    font-size: 0.8rem;
  }
}
.form__input-parent .form__radio-check-button-container {
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.form__input-parent .form__radio-check-button-container.checkbox {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.form__input-parent
  .form__radio-check-button-container
  .form__radio-check-button-label {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  left: auto !important;
  letter-spacing: 0 !important;
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
  pointer-events: auto !important;
  position: relative !important;
  text-transform: capitalize !important;
  top: auto !important;
  --tw-text-opacity: 1 !important;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 596px) {
  .form__input-parent
    .form__radio-check-button-container
    .form__radio-check-button-label {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .form__input-parent
    .form__radio-check-button-container
    .form__radio-check-button-label {
    font-size: 1rem !important;
  }
}
.form__input-parent
  .form__radio-check-button-container
  .form__radio-check-button-label.checkbox-label {
  padding-left: 1.5rem !important;
  text-transform: none !important;
}
.form__input-parent
  .form__radio-check-button-container
  .form__radio-check-button-label.checkbox-label:before {
  content: var(--tw-content) !important;
  top: 0.25rem !important;
}
.form__input-parent
  .form__radio-check-button-container
  .form__radio-check-button-label.checkbox-label:after {
  content: var(--tw-content) !important;
  left: 6px !important;
  top: 0.5rem !important;
}
.form__input-parent
  .form__radio-check-button-container
  .form__radio-check-button-input {
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0.5rem;
}
.four-col-grid h2 {
  margin: 8px 0 56px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .four-col-grid h2 {
    margin: 0 0 46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .four-col-grid h2 {
    margin: 0 0 41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four-col-grid h2 {
    margin: 0 0 36px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .four-col-grid h2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 595px) {
  .four-col-grid h2 {
    margin: 0 0 25px;
  }
}
.four-col-grid .we-row {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  padding: 22px 16px 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .four-col-grid .we-row {
    padding: 25px 9px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .four-col-grid .we-row {
    padding: 0 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four-col-grid .we-row {
    padding: 0 9px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .four-col-grid .we-row {
    padding: 0 5px;
  }
}
@media (max-width: 595px) {
  .four-col-grid .we-row {
    padding: 0 15px;
  }
}
.four-col-grid .we-row:after {
  background: url(../../../content/dam/bitdefender/tab-pattern.svg) no-repeat;
  content: "";
  height: 120px;
  position: absolute;
  right: -35px;
  top: 44px;
  width: 196px;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .four-col-grid .we-row:after {
    right: 29px;
    top: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .four-col-grid .we-row:after {
    right: 29px;
    top: 66px;
  }
}
@media (max-width: 991px) {
  .four-col-grid .we-row:after {
    display: none;
  }
}
.four-col-grid .we-col-four {
  flex-basis: calc(25% - 16px);
  margin: 16px 0 16px 16px;
  max-width: calc(25% - 16px);
  padding-right: 16px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .four-col-grid .we-col-four {
    flex-basis: calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four-col-grid .we-col-four {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .four-col-grid .we-col-four {
    flex-basis: calc(50% - 10px);
    margin: 10px 0 10px 10px;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 595px) {
  .four-col-grid .we-col-four {
    flex-basis: 100%;
    margin: 10px 0;
    max-width: 100%;
  }
}
.four-col-grid .we-col-four:after {
  border: 1px solid #dedede;
  content: "";
  height: 54px;
  margin: 1px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
@media (max-width: 595px) {
  .four-col-grid .we-col-four:after {
    display: none;
  }
}
.four-col-grid .we-col-four:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .four-col-grid .we-col-four:nth-of-type(4n):after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .four-col-grid .we-col-four:nth-of-type(3n):after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .four-col-grid .we-col-four:nth-of-type(2n):after {
    display: none;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .four-col-grid .we-col-four:nth-of-type(2n):after {
    display: none;
  }
}
.four-col-grid .we-col-four h4 {
  margin-bottom: 5px;
}
.four-col-grid .we-col-four .link-email {
  color: #006dff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  margin-bottom: 4px;
  vertical-align: top;
}
@media (max-width: 1599px) {
  .four-col-grid .we-col-four .link-email {
    font-size: 14px;
  }
}
.four-col-grid .we-col-four .link-email:hover {
  text-decoration: underline;
}
.free-trial-banner .bg-img {
  height: 480px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-trial-banner .bg-img {
    height: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-trial-banner .bg-img {
    height: 500px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .free-trial-banner .bg-img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .free-trial-banner .bg-img {
    height: 500px;
  }
}
.free-trial-banner .text-wrap {
  max-width: 600px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .free-trial-banner .text-wrap {
    max-width: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .free-trial-banner .text-wrap {
    max-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .free-trial-banner .text-wrap {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .free-trial-banner .text-wrap {
    max-width: 315px;
    padding-right: 10px;
  }
}
.free-trial-banner .text-wrap h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.44px;
  margin: 125px 0 21px;
}
@media (max-width: 767px) {
  .free-trial-banner .text-wrap h2 {
    font-size: 16px;
    margin: 100px 0 21px;
  }
}
.free-trial-banner .logo {
  display: none;
  left: 20px;
  max-width: 180px;
  position: absolute;
  top: 56px;
}
@media (max-width: 1599px) {
  .free-trial-banner .logo {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .free-trial-banner .logo {
    display: none;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .free-trial-banner .logo {
    max-width: 120px;
    top: 20px;
  }
}
.free-trial-banner h5 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.44px;
  margin: 125px 0 21px;
}
@media (max-width: 767px) {
  .free-trial-banner h5 {
    margin: 100px 0 21px;
  }
}
.free-trial-banner .title {
  color: #fff;
  font-weight: 400;
}
.free-trial-banner .default {
  font-size: 50px;
}
@media (max-width: 991px) {
  .free-trial-banner .default {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .free-trial-banner .default {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .free-trial-banner .default {
    font-size: 34px;
  }
}
.free-trial-banner p {
  color: #fff;
}
.future-block h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
  max-width: 500px;
  padding-bottom: 50px;
}
.grid-view .column-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px);
}
@media (max-width: 595px) {
  .grid-view .column-outer {
    margin-left: 0;
    width: 100%;
  }
}
.grid-view .we-col-three {
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 0 15px 31px;
  overflow: hidden;
  position: relative;
  width: calc(33.33% - 30px);
}
@media (min-width: 596px) and (max-width: 767px) {
  .grid-view .we-col-three {
    width: calc(50% - 30px);
  }
}
@media (max-width: 595px) {
  .grid-view .we-col-three {
    margin: 0 0 25px;
    width: 100%;
  }
}
.grid-view .we-col-three > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.grid-view .img-box {
  align-items: center;
  border-bottom: 1px solid #dedede;
  display: flex;
  height: 201px;
  position: relative;
}
@media (max-width: 991px) {
  .grid-view .img-box {
    text-align: center;
  }
}
.grid-view .img-box .cmp-image {
  height: 100%;
  width: 100%;
}
.grid-view .img-box img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-view .img-box img {
    margin: 0 auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .grid-view .img-box img {
    margin: 0 auto;
    max-width: 260px;
  }
}
.grid-view .content-wrap {
  padding: 32px 27px 55px 32px;
}
@media (max-width: 991px) {
  .grid-view .content-wrap {
    padding: 30px;
  }
}
.grid-view .content-wrap p {
  height: 120px;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-view .content-wrap p {
    height: auto;
    max-height: 120px;
  }
}
.grid-view .btn-wrap {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .grid-view .btn-wrap .we-btn-black-border {
    padding: 10px 20px 8px;
  }
}
@media (min-width: 1332px) {
  .grid-view.iot-grid-view .img-box img {
    padding: 1px;
  }
}
section.hero-banner,
section.hero-banner .hero-banner {
  overflow: visible;
  padding: 0;
  position: relative;
  visibility: visible;
}
section.hero-banner .hero-banner:after {
  background-color: #008cff;
  bottom: -40px;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  margin: auto;
  opacity: 0.15;
  position: absolute;
  right: 0;
  width: 100%;
}
section.hero-banner .title {
  color: #fff;
  font-weight: 400;
}
section.hero-banner .bg-img {
  height: 604px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.hero-banner .bg-img {
    height: 555px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.hero-banner .bg-img {
    height: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.hero-banner .bg-img {
    height: 555px;
  }
}
@media (max-width: 767px) {
  section.hero-banner .bg-img {
    height: 490px;
  }
}
@media (max-width: 480px) {
  section.hero-banner .bg-img {
    height: 520px;
  }
}
section.hero-banner .bg-img:after {
  background-image: linear-gradient(
    270deg,
    transparent,
    rgba(0, 0, 0, 0.45) 28%,
    rgba(0, 0, 0, 0.8) 83%
  );
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  section.hero-banner .bg-img:after {
    display: block;
  }
}
@media (max-width: 480px) {
  section.hero-banner .bg-img img {
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }
}
section.hero-banner .v-middle {
  padding-bottom: 102px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.hero-banner .v-middle {
    padding-bottom: 88px;
  }
}
section.hero-banner .text-wrap {
  padding-top: 70px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.hero-banner .text-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  section.hero-banner .text-wrap {
    max-width: 80%;
    padding-top: 80px;
  }
}
section.hero-banner .text-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 615px;
}
@media (max-width: 1599px) {
  section.hero-banner .text-wrap p {
    font-size: 16px;
    letter-spacing: 0.002em;
    max-width: 515px;
  }
}
section.hero-banner .text-wrap h4 {
  color: #fff;
}
section.hero-banner h1 {
  color: #fff;
  font-weight: 400;
  max-width: 640px;
}
section.hero-banner h1 span {
  display: inline;
  font-weight: 500;
}
@media (max-width: 1599px) {
  section.hero-banner h1 span {
    display: inline;
  }
}
section.hero-banner .iot-banner .text-wrap p {
  max-width: 695px;
}
section.hero-banner .iot-banner .v-middle {
  padding-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.hero-banner .iot-banner .v-middle {
    padding-bottom: 50px;
  }
}
section.hero-banner .iot-thankyou .v-middle {
  padding-bottom: 73px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.hero-banner .iot-thankyou .v-middle {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.hero-banner .iot-thankyou .v-middle {
    padding-bottom: 30px;
  }
}
section.hero-banner.no-border:after {
  display: none;
}
section.hero-banner-two-col .row {
  display: flex;
}
@media (max-width: 595px) {
  section.hero-banner-two-col .row {
    flex-direction: column;
  }
}
section.hero-banner-two-col .mobile {
  display: none;
}
@media (max-width: 595px) {
  section.hero-banner-two-col .mobile {
    display: block;
  }
  section.hero-banner-two-col .desktop {
    display: none;
  }
}
section.hero-banner-two-col .text-area {
  justify-content: center;
  min-height: 340px;
  padding: 150px 10px 90px 0;
  width: 50%;
}
@media (max-width: 1599px) {
  section.hero-banner-two-col .text-area {
    padding: 150px 25px 90px 0;
  }
}
@media (max-width: 595px) {
  section.hero-banner-two-col .text-area {
    justify-content: unset;
    min-height: auto;
    padding: 40px 0 100px;
    width: 350px;
  }
}
@media (max-width: 480px) {
  section.hero-banner-two-col .text-area {
    width: 280px;
  }
}
section.hero-banner-two-col .text-area.black-friday-text-area {
  display: block !important;
}
section.hero-banner-two-col .text-area .title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1332px) {
  section.hero-banner-two-col .text-area .title {
    font-size: 32px;
  }
}
@media (max-width: 595px) {
  section.hero-banner-two-col .text-area .title {
    font-size: 24px;
  }
}
section.hero-banner-two-col .text-area .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.hero-banner-two-col .text-area .subtitle {
    font-size: 16px;
  }
}
section.hero-banner-two-col .image-area {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}
@media (max-width: 595px) {
  section.hero-banner-two-col .image-area {
    aspect-ratio: 4/3;
    width: -moz-fit-content;
    width: fit-content;
  }
}
section.html.option4 {
  padding: 0;
}
section.html.option4 img {
  width: unset;
}
section.html.option4 {
  font-family: roboto, sans-serif;
}
section.html.option4.boostrap-grid {
  /*!
* Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
}
section.html.option4.boostrap-grid html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
section.html.option4.boostrap-grid *,
section.html.option4.boostrap-grid :after,
section.html.option4.boostrap-grid :before {
  box-sizing: inherit;
}
section.html.option4.boostrap-grid .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  section.html.option4.boostrap-grid .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section.html.option4.boostrap-grid .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  section.html.option4.boostrap-grid .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section.html.option4.boostrap-grid .container {
    max-width: 1140px;
  }
}
section.html.option4.boostrap-grid .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
section.html.option4.boostrap-grid .col-12,
section.html.option4.boostrap-grid .col-lg-3,
section.html.option4.boostrap-grid .col-lg-4,
section.html.option4.boostrap-grid .col-lg-5,
section.html.option4.boostrap-grid .col-lg-6,
section.html.option4.boostrap-grid .col-md-12,
section.html.option4.boostrap-grid .col-md-3,
section.html.option4.boostrap-grid .col-md-4,
section.html.option4.boostrap-grid .col-md-7,
section.html.option4.boostrap-grid .col-sm-4 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
section.html.option4.boostrap-grid .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  section.html.option4.boostrap-grid .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  section.html.option4.boostrap-grid .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  section.html.option4.boostrap-grid .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  section.html.option4.boostrap-grid .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  section.html.option4.boostrap-grid .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  section.html.option4.boostrap-grid .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  section.html.option4.boostrap-grid .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  section.html.option4.boostrap-grid .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  section.html.option4.boostrap-grid .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
section.html.option4.boostrap-grid .d-none {
  display: none !important;
}
section.html.option4.boostrap-grid .d-inline-block {
  display: inline-block !important;
}
section.html.option4.boostrap-grid .d-block {
  display: block !important;
}
section.html.option4.boostrap-grid .d-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  section.html.option4.boostrap-grid .d-sm-none {
    display: none !important;
  }
}
section.html.option4.boostrap-grid .flex-column {
  flex-direction: column !important;
}
section.html.option4.boostrap-grid .justify-content-end {
  justify-content: flex-end !important;
}
section.html.option4.boostrap-grid .justify-content-center {
  justify-content: center !important;
}
section.html.option4.boostrap-grid .align-items-center {
  align-items: center !important;
}
section.html.option4.boostrap-grid .mb-0 {
  margin-bottom: 0 !important;
}
section.html.option4.boostrap-grid .mt-2,
section.html.option4.boostrap-grid .my-2 {
  margin-top: 0.5rem !important;
}
section.html.option4.boostrap-grid .mb-2,
section.html.option4.boostrap-grid .my-2 {
  margin-bottom: 0.5rem !important;
}
section.html.option4.boostrap-grid .mt-3 {
  margin-top: 1rem !important;
}
section.html.option4.boostrap-grid .mr-3 {
  margin-right: 1rem !important;
}
section.html.option4.boostrap-grid .mb-3 {
  margin-bottom: 1rem !important;
}
section.html.option4.boostrap-grid .mb-4 {
  margin-bottom: 1.5rem !important;
}
section.html.option4.boostrap-grid .mb-5 {
  margin-bottom: 3rem !important;
}
section.html.option4.boostrap-grid .pt-3,
section.html.option4.boostrap-grid .py-3 {
  padding-top: 1rem !important;
}
section.html.option4.boostrap-grid .py-3 {
  padding-bottom: 1rem !important;
}
section.html.option4.boostrap-grid .py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
section.html.option4.boostrap-grid .py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
section.html.option4.boostrap-grid .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  section.html.option4.boostrap-grid .mt-md-5 {
    margin-top: 3rem !important;
  }
}
section.html.option4.reset a,
section.html.option4.reset b,
section.html.option4.reset body,
section.html.option4.reset div,
section.html.option4.reset footer,
section.html.option4.reset h1,
section.html.option4.reset h2,
section.html.option4.reset h3,
section.html.option4.reset h4,
section.html.option4.reset h6,
section.html.option4.reset header,
section.html.option4.reset html,
section.html.option4.reset i,
section.html.option4.reset iframe,
section.html.option4.reset img,
section.html.option4.reset label,
section.html.option4.reset li,
section.html.option4.reset p,
section.html.option4.reset section,
section.html.option4.reset span,
section.html.option4.reset strong,
section.html.option4.reset ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
section.html.option4.reset footer,
section.html.option4.reset header,
section.html.option4.reset section {
  display: block;
}
section.html.option4.reset body {
  line-height: 1.3;
}
section.html.option4.reset ul {
  list-style: none;
}
section.html.option4.reset a {
  color: #06f;
  outline: none;
  text-decoration: none;
}
section.html.option4.reset body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
section.html.option4.reset b,
section.html.option4.reset strong {
  font-weight: 700;
}
section.html.option4.reset .img-fluid {
  height: auto;
  max-width: 100%;
}
section.html.option4.reset .text-center {
  text-align: center !important;
}
section.html.option4.reset .font-weight-bold {
  font-weight: 700 !important;
}
section.html.option4.reset .position-relative {
  position: relative !important;
}
section.html.option4.reset .position-absolute {
  position: absolute !important;
}
section.html.option4.reset .z10 {
  z-index: 10;
}
section.html.option4.reset .svg-inline--fa {
  height: 1em;
  width: 1em;
}
section.html.option4.reset label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.html.option4.reset .only-de-inline-block {
  display: none !important;
}
section.html.option4.reset .line-through {
  text-decoration: line-through;
}
section.html.option4.reset i {
  font-style: italic;
}
section.html.option4.style-v2 .pushFooterDown {
  padding-top: 50px;
}
section.html.option4.style-v2 .footer {
  margin-bottom: -25px;
}
section.html.option4.style-v2 .footer__container {
  background: url(../../../content/dam/bitdefender/footer_v1.jpg) 50% #000
    no-repeat;
  color: #999;
  font-size: 13px;
  padding: 35px 0 40px;
  position: relative;
  z-index: 5;
}
section.html.option4.style-v2 .footer__links {
  margin-top: 15px;
}
section.html.option4.style-v2 .footer__links a {
  color: #999;
  display: block;
  text-decoration: none;
  transition: color 0.2s;
}
section.html.option4.style-v2 .footer__links a:hover {
  color: #e80000;
}
section.html.option4.style-v2 .footer__links li {
  display: inline-block;
  padding: 0 6px 0 0;
  position: relative;
}
section.html.option4.style-v2 .footer__links li:after {
  background: #999;
  bottom: 0;
  content: "";
  height: 100%;
  margin: auto;
  position: absolute;
  right: 1px;
  top: 0;
  width: 1px;
}
section.html.option4.style-v2 .footer__links li:last-child {
  padding-right: 0;
}
section.html.option4.style-v2 .footer__links li:last-child:after {
  display: none;
}
section.html.option4.style-v2 .footer__copy {
  color: #373737;
  margin: 2px 0 15px;
  padding-bottom: 15px;
}
section.html.option4.style-v2 .lp-header {
  background: #000;
}
@media (max-width: 767px) {
  section.html.option4.style-v2 .flex-wrap-mobile {
    flex-wrap: wrap;
  }
}
section.html.option4.product-pages .product__discount {
  background: #21b53d;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 12em;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 12em;
}
section.html.option4.product-pages .product__discount-value {
  font-size: 4.4em;
  font-weight: 700;
  line-height: 1;
}
section.html.option4.product-pages .product__discount-text {
  font-size: 1.6em;
}
section.html.option4.product-pages .milion500 {
  background: url(images/lite_v2/trust-zone.jpg) 50% no-repeat #03001e;
  background-size: 1920px;
  padding: 50px 0 90px;
}
section.html.option4.product-pages .milion500--2020 {
  background-color: #1a0854;
  background-image: url(../../../content/dam/bitdefender/trust-zone-2020.jpg);
}
section.html.option4.product-pages .milion500__title {
  color: #fff;
  font-size: 50px !important;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 30px;
}
section.html.option4.product-pages .milion500__parahraph {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
section.html.option4.product-pages .button-buy {
  background: #e72325;
  border-radius: 5px;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s;
  width: 100%;
}
section.html.option4.product-pages .button-buy:disabled {
  opacity: 0.5;
}
section.html.option4.product-pages .button-buy:hover {
  background: #b33027;
}
section.html.option4.product-pages .label {
  background: #3a3a3a;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: 2px;
}
section.html.option4.product-pages .label--improved {
  background: #21b53d;
}
section.html.option4.product-pages .pph__hr {
  border: 0;
  border-bottom: 1px solid #ccc;
}
section.html.option4.product-pages .pph__bzone {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
  padding: 24px;
  position: relative;
}
section.html.option4.product-pages .pph__tax-text {
  color: #999;
  font-size: 12px;
  text-align: center;
}
section.html.option4.product-pages .ftrs__tab-icon {
  color: #00004f;
  height: 35px;
  width: 42px;
}
section.html.option4.product-pages .ftrs__tab-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
section.html.option4.product-pages .ftrs__tab-text {
  font-size: 15px;
  margin-bottom: 15px;
}
section.html.option4.product-pages .ftrs__tab-list__label__title {
  color: #3480ff;
  cursor: pointer;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.html.option4.product-pages .ftrs__tab-list__label__text {
  color: #666;
  cursor: auto;
  display: none;
}
section.html.option4.product-pages .ftrs__tab-list__label {
  display: inline-block;
  font-size: 14px;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
section.html.option4.product-pages
  .ftrs__tab-list__input:checked
  + .ftrs__tab-list__label
  .svg-inline--fa {
  transform: rotate(180deg);
}
section.html.option4.product-pages
  .ftrs__tab-list__input:checked
  + .ftrs__tab-list__label
  .ftrs__tab-list__label__text {
  display: block;
}
section.html.option4.product-pages .ftrs__tab-list__item {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
}
section.html.option4.product-pages .ftrs__tab-list__label .svg-inline--fa {
  display: block;
  height: 12px;
  left: -18px;
  position: absolute;
  top: 5px;
  width: 14px;
}
section.html.option4.product-pages .ftrs__list {
  display: none;
}
section.html.option4.product-pages .ftrs__list--active {
  display: flex;
}
section.html.option4.product-pages .dip-ftrs__text {
  font-size: 18px;
  line-height: 1.6;
}
section.html.option4.product-pages .dip-inside__tagline {
  color: #234cff;
  font-size: 18px;
}
section.html.option4.product-pages .tos__link {
  cursor: pointer;
}
section.html.option4.product-pages .tos__link .svg-inline--fa {
  margin-left: 10px;
  transition: all 0.2s;
}
section.html.option4.product-pages .tos__item {
  display: none;
}
section.html.option4.product-pages .tos__item li {
  list-style: disc;
  margin: 0 0 10px 20px;
}
section.html.option4.product-pages .tos__item li:last-child {
  margin-bottom: 0;
}
section.html.option4.product-pages .terms_link a {
  color: #999;
}
section.html.option4.product-pages .chooseDevice {
  background: #fff;
  padding: 40px 0;
}
section.html.option4.product-pages .chooseDevice__h1 {
  color: #111;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.html.option4.product-pages .chooseDevice__p {
  color: #111;
  font-size: 18px;
  margin-bottom: 50px;
}
section.html.option4.product-pages .chooseDevice__h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.html.option4.product-pages .chooseDevice__svg svg {
  color: #2361f2;
  height: 36px;
  margin-right: 20px;
  width: 36px;
}
section.html.option4.product-pages .chooseDevice__item {
  margin-bottom: 20px;
}
section.html.option4.product-pages .milion500__title {
  font-size: 48px;
}
section.html.option4.product-pages .chooseDevice__p2 {
  color: #111;
  font-size: 14px;
}
section.html.option4.product-pages .custom-rating__date {
  font-weight: 500;
}
section.html.option4.product-pages .custom-rating__P {
  color: #999;
  font-size: 14px;
  margin: 50px 0 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.html.option4.lg .milion500__title {
    font-size: 40px !important;
  }
  section.html.option4.lg .milion500 {
    background-size: 1400px;
  }
}
@media screen and (max-width: 991px) {
  section.html.option4.md .product__discount {
    font-size: 8px;
    left: -5em;
  }
  section.html.option4.md .pph__bzone {
    padding: 18px 18px 8px;
  }
  section.html.option4.md .ftrs__tab-list__label {
    font-size: 14px;
  }
  section.html.option4.md .ftrs__tab-title {
    font-size: 20px;
  }
  section.html.option4.md .ftrs__tab-icon {
    flex: 0 0 35px;
    height: 30px;
    width: 35px;
  }
  section.html.option4.md .milion500__title {
    font-size: 30px !important;
  }
  section.html.option4.md .pushFooterDown {
    padding-top: 0;
  }
  section.html.option4.md .footer__container {
    background-image: url(../../../content/dam/bitdefender/footer-md.jpg);
  }
}
@media screen and (max-width: 767px) {
  section.html.option4.sm .footer__links {
    margin-top: 160px;
  }
  section.html.option4.sm .footer__container {
    background-image: url(../../../content/dam/bitdefender/footer-sm.jpg);
    background-position: 50% 0;
  }
  section.html.option4.sm .milion500__title {
    font-size: 20px;
  }
  section.html.option4.sm .product__discount {
    bottom: 20px;
    left: 50px;
  }
  section.html.option4.sm .pph__bzone {
    margin-top: 100px;
    padding: 24px 24px 8px;
  }
  section.html.option4.sm .ftrs__tab-header {
    margin-top: 30px;
  }
  section.html.option4.sm .ftrs__tab-list__label {
    font-size: 16px;
  }
  section.html.option4.sm .milion500 {
    background-image: url(images/lite_v2/trust-zone-sm.jpg);
    background-size: 768px;
    padding: 50px 0;
  }
  section.html.option4.sm .milion500--2020 {
    background-image: url(../../../content/dam/bitdefender/trust-zone-sm-2020.jpg);
  }
  section.html.option4.sm .milion500__title {
    font-size: 32px !important;
  }
  section.html.option4.sm .dip-ftrs__text {
    font-size: 16px;
  }
  section.html.option4.sm .button-buy {
    font-size: 13px;
  }
  section.html.option4.sm .chooseDevice__h1 {
    font-size: 20px;
  }
  section.html.option4.sm .chooseDevice__h1 br {
    display: none;
  }
  section.html.option4.sm .weirdLaptop {
    max-width: 100%;
  }
  section.html.option4.sm .flex-wrap-mobile {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  section.html.option4.xs .milion500 {
    height: auto;
    padding: 30px 0;
  }
  section.html.option4.xs .pph__bzone {
    margin-top: 0;
  }
  section.html.option4.xs .pushFooterDown {
    padding-top: 0;
  }
  section.html.option4.xs .footer__container {
    background-image: url(../../../content/dam/bitdefender/footer-xs.jpg);
    background-position: 0 0;
  }
  section.html.option4.xs .footer__links li {
    margin-bottom: 10px;
  }
  section.html.option4.xs .footer__links li:nth-child(2):after {
    display: none;
  }
  section.html.option4.xs .footer__links li:after {
    height: 80%;
  }
  section.html.option4.xs .footer__copy {
    margin-top: 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  section.html.option4.retina .milion500 {
    background-image: url(images/lite_v2/trust-zone_2x.jpg);
  }
  section.html.option4.retina .milion500--2020 {
    background-image: url(../../../content/dam/bitdefender/trust-zone-2020_2x.jpg);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  section.html.option4.retina .milion500 {
    background-image: url(../../../content/dam/bitdefender/trust-zone-sm_2x.jpg);
  }
  section.html.option4.retina .milion500--2020 {
    background-image: url(../../../content/dam/bitdefender/trust-zone-sm-2020_2x.jpg);
  }
}
section.html.option4.launch-2020-opt-lp .lph {
  position: relative;
}
section.html.option4.launch-2020-opt-lp .lph:before {
  background: #241285 url(clientlib-site/css/images/background.jpg) no-repeat
    50%/1920px;
  content: "";
  height: 540px;
  position: absolute;
  width: 100%;
}
section.html.option4.launch-2020-opt-lp .lph__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 480px;
}
section.html.option4.launch-2020-opt-lp .pph__hr {
  border-style: dashed;
}
section.html.option4.launch-2020-opt-lp .lph__line {
  max-width: 160px;
  width: 40%;
}
section.html.option4.launch-2020-opt-lp .lph__line--av {
  border: 1px solid #e30000;
}
section.html.option4.launch-2020-opt-lp .lph__line--is {
  border: 1px solid #019de9;
}
section.html.option4.launch-2020-opt-lp .lph__line--ts {
  border: 1px solid #df1283;
}
section.html.option4.launch-2020-opt-lp .lph .pph__bzone {
  margin-top: -140px;
  padding: 120px 20px 20px;
}
section.html.option4.launch-2020-opt-lp .lph__addvpn {
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 30px;
  position: relative;
  text-align: center;
}
section.html.option4.launch-2020-opt-lp .lph__addvpn:after {
  background: #e3e3e3;
  content: "";
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
  width: 1px;
}
section.html.option4.launch-2020-opt-lp .lph__addvpn .svg-inline--fa {
  bottom: 0;
  color: #20b53e;
  display: none;
  font-size: 18px;
  left: 7px;
  margin: auto;
  position: absolute;
  top: 0;
}
section.html.option4.launch-2020-opt-lp .lph__addvpn:before {
  background: #fff;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  bottom: 0;
  content: "";
  font-size: 18px;
  height: 1em;
  left: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1em;
}
section.html.option4.launch-2020-opt-lp
  .lph__addvpn-check:checked
  + .lph__addvpn
  .svg-inline--fa {
  display: block;
}
section.html.option4.launch-2020-opt-lp
  .lph__addvpn-check:checked
  + .lph__addvpn:before {
  display: none;
}
section.html.option4.launch-2020-opt-lp .lph .product__discount {
  bottom: 30px;
  font-size: 8px;
  left: 50px;
}
section.html.option4.launch-2020-opt-lp .lph__selector-text {
  color: #666;
  font-size: 16px;
}
section.html.option4.launch-2020-opt-lp .dip-ftrs__text {
  line-height: 1.2;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  section.html.option4.launch-2020-opt-lp .lph:before {
    background-image: url(clientlib-site/css/images/background_2x.jpg);
  }
}
@media screen and (max-width: 991px) {
  section.html.option4.launch-2020-opt-lp .lph .pph__bzone {
    margin-top: -90px;
    padding-top: 90px;
  }
  section.html.option4.launch-2020-opt-lp .lph__selector-text {
    font-size: 14px;
  }
  section.html.option4.launch-2020-opt-lp .lph__title {
    font-size: 36px;
    max-width: 360px;
  }
  section.html.option4.launch-2020-opt-lp .lph .product__discount {
    bottom: 20px;
    font-size: 6px;
    left: 30px;
  }
  section.html.option4.launch-2020-opt-lp .lph .pph__bzone {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.html.option4.launch-2020-opt-lp .lph__addvpn {
    font-size: 12px;
    padding: 12px 42px;
  }
}
@media screen and (max-width: 767px) {
  section.html.option4.launch-2020-opt-lp .lph .product__discount {
    bottom: 30px;
    font-size: 9px;
    left: 50px;
  }
  section.html.option4.launch-2020-opt-lp .lph .pph__bzone {
    margin: -90px auto 0;
    max-width: 360px;
    padding: 80px 15px 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  section.html.option4.launch-2020-opt-lp .lph__title {
    font-size: 28px;
    max-width: 100%;
  }
}
section.html.option4.style .fr .onlyAll {
  display: none;
}
section.html.option4.style .fr .onlyFR {
  display: block !important;
}
section.html.option4.style .productLoader {
  background: hsla(0, 0%, 100%, 0.97);
  bottom: 0;
  display: none;
  left: 14px;
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 999;
}
section.html.option4.style .loading2 {
  -webkit-animation: rotate 1s linear infinite;
  border: 3px solid #e0e9ff;
  border-radius: 32px;
  border-right-color: #3e76ff;
  bottom: 0;
  height: 0;
  left: 0;
  margin: 300px auto 0;
  padding: 25px;
  right: 0;
  top: 0;
  width: 0;
}
section.html.option4.style .ftrs__tab-title,
section.html.option4.style .ro .ftrs__tab-title {
  font-size: 25px;
}
section.html.option4.style .pph__bzone__dev {
  color: #111;
  font-size: 15px;
}
section.html.option4.style .lph__addvpn .svg-inline--fa {
  color: #eaf5ec;
}
section.html.option4.style .lph__addvpn:after {
  display: none;
}
section.html.option4.style .button-buy {
  cursor: pointer;
  margin-bottom: 17px;
}
section.html.option4.style .button-buy .product__discount-value {
  font-size: inherit;
}
section.html.option4.style
  .lph__addvpn-check:checked
  + .lph__addvpn
  .svg-inline--fa {
  color: #06f;
  height: 12px;
  margin-left: 3px;
  width: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.html.option4.style
    .lph__addvpn-check:checked
    + .lph__addvpn
    .svg-inline--fa {
    top: -7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.html.option4.style
    .lph__addvpn-check:checked
    + .lph__addvpn
    .svg-inline--fa {
    left: 0;
    top: -10px;
  }
}
@media (max-width: 767px) {
  section.html.option4.style
    .lph__addvpn-check:checked
    + .lph__addvpn
    .svg-inline--fa {
    top: -10px;
  }
}
section.html.option4.style .pph__bzone__newUL li span {
  color: #000;
  font-size: 14px;
}
section.html.option4.style .pph__bzone__newUL li {
  margin-bottom: 10px;
}
section.html.option4.style .pph__bzone__newUL li svg {
  color: #22a93a;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
section.html.option4.style .lph__addvpn:before {
  border-color: #06f;
  border-radius: 0;
  display: block !important;
  font-size: 17px;
  top: -2px;
}
section.html.option4.style .pph__bzone__newp__P {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
section.html.option4.style .lph__addvpn {
  background: #eaf5ec;
  font-size: 14px;
  text-align: left;
}
section.html.option4.style .pph__bzone__prot {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
section.html.option4.style .lph__selector-text {
  font-size: 24px;
  margin-top: 10px;
}
section.html.option4.style .ftrs__tab-title {
  font-size: 36px !important;
  margin-bottom: 3px;
}
section.html.option4.style .pph__bzone__svg {
  height: 25px;
  margin-top: 5px;
  width: 25px;
}
section.html.option4.style .pph__tax-text {
  margin-top: 5px;
}
section.html.option4.style .lph .product__discount {
  bottom: auto;
  height: 15em;
  left: auto;
  position: absolute;
  right: 0;
  top: 40px;
  transform: rotate(35deg);
  width: 15em;
  z-index: 999;
}
section.html.option4.style .product__discount-value {
  font-size: 28px;
}
section.html.option4.style .pph__bzone__newp {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
section.html.option4.style .product__discount-off {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -3px;
}
section.html.option4.style .product__discount-text {
  font-size: 15px;
  font-weight: 500;
}
section.html.option4.style .de .lph__title,
section.html.option4.style .lph__title,
section.html.option4.style .ro .lph__title {
  font-size: 32px;
  margin-top: 30px;
}
section.html.option4.style .lph .pph__bzone {
  margin-right: 15px;
  margin-top: 0;
  padding-top: 20px;
}
section.html.option4.style .lph:before {
  display: none;
}
section.html.option4.style .lph {
  background: #ececec;
}
section.html.option4.style .lph__title {
  color: #000;
  font-size: 36px;
  max-width: 100% !important;
}
section.html.option4.style .lph__under-title {
  color: #000;
  font-size: 26px;
}
section.html.option4.style .ro .lph__under-title {
  display: none;
}
@media screen and (max-width: 991px) {
  section.html.option4.style .lph__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  section.html.option4.style .lph__title {
    font-size: 28px;
  }
  section.html.option4.style .lph__under-title {
    font-size: 22px;
  }
}
section.html.option4.style .terms_link a {
  color: #999;
}
section.html.option4.style .table-test .ppc__table__content {
  padding-right: 35px;
  position: relative;
}
section.html.option4.style .table-test .fa-times {
  color: #e72325;
}
section.html.option4.style .table-test .fa-chevron-down {
  bottom: 0;
  color: #3480ff;
  font-size: 20px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}
section.html.option4.style .table-test .ppc__table__title__link {
  color: #3480ff;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: underline;
}
section.html.option4.style .table-menu {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 10px 5px 5px #dfdfdf;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: -60px;
  transition: top 0.2s;
  width: 100%;
  z-index: 99;
}
section.html.option4.style .table-menu .ppc__table__col-inner {
  border-top: 0;
}
section.html.option4.style .comp-table-expanded.comp-table-active .table-menu {
  top: 0;
}
section.html.option4.style .table-footer {
  display: none;
}
section.html.option4.style .comp-table-expanded .table-footer {
  display: block;
}
section.html.option4.style .table-menu__item .ppc__table__col-inner:after,
section.html.option4.style .table-menu__item:after {
  display: none !important;
}
section.html.option4.style
  .ppc__table__highlight-1
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(2)
  .ppc__table__col-inner,
section.html.option4.style
  .ppc__table__highlight-2
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(3)
  .ppc__table__col-inner,
section.html.option4.style
  .ppc__table__highlight-3
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(4)
  .ppc__table__col-inner {
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-radius: 0 0 5px 5px;
  border-top-width: 0;
}
section.html.option4.style
  .ppc__table__prod-ts
  .ppc__table__row__col-1--footer
  .ppc__table__col-inner {
  border-bottom-color: #e60093;
  border-top-color: transparent;
}
section.html.option4.style
  .ppc__table__highlight-1
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(2):after,
section.html.option4.style
  .ppc__table__highlight-2
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(3):after,
section.html.option4.style
  .ppc__table__highlight-3
  .ppc__table__row__col-1--footer.ppc__table__row__col-1:nth-child(4):after {
  bottom: 5px;
  top: 0;
}
section.html.option4.style .ppc__table__row__col-1--footer .lph__text {
  font-size: 13px;
  min-height: 34px;
}
section.html.option4.style .table-menu__item {
  display: block;
}
@media (max-width: 575px) {
  section.html.option4.style .table-menu__item {
    display: none;
  }
}
section.html.option4.style .thisisGreenBorder {
  box-shadow: 0 0 0 9px #22ac3b;
  margin-left: 30px !important;
  margin-right: 20px !important;
}
section.html.option4.style .offgrid__thisisGreenBorder {
  background: #22ac3b;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  left: -9px;
  padding-top: 12px;
  position: absolute;
  right: -9px;
  text-align: center;
  text-transform: uppercase;
  top: -38px;
}
section.html.option4.style .de .offgrid__thisisGreenBorder,
section.html.option4.style .fr .offgrid__thisisGreenBorder,
section.html.option4.style .nl .offgrid__thisisGreenBorder,
section.html.option4.style .ro .offgrid__thisisGreenBorder {
  font-size: 14px;
}
section.html.option4.style .img_newBrand {
  height: auto;
  margin-bottom: 50px;
  margin-top: 30px;
  max-width: 640px;
}
section.html.option4.style .lph__under-title2 {
  font-size: 20px;
  margin-bottom: 30px;
}
section.html.option4.style .weirdLaptop {
  margin-left: -300px;
}
section.html.option4.style .chooseDevice {
  background: #fff;
  padding: 40px 0;
}
section.html.option4.style .chooseDevice__h1 {
  color: #111;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.html.option4.style .chooseDevice__p {
  color: #111;
  font-size: 18px;
  margin-bottom: 50px;
}
section.html.option4.style .chooseDevice__h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
section.html.option4.style .chooseDevice__svg svg {
  color: #2361f2;
  height: 36px;
  margin-right: 20px;
  width: 36px;
}
section.html.option4.style .chooseDevice__item {
  margin-bottom: 20px;
}
section.html.option4.style .milion500__title {
  font-size: 48px;
}
section.html.option4.style .chooseDevice__p2 {
  color: #111;
  font-size: 14px;
}
section.html.option4.style .custom-rating {
  background: #f7f1e7;
  padding: 40px 0;
}
section.html.option4.style .custom-rating svg {
  color: #ff9f00;
  margin-right: 3px;
}
section.html.option4.style .custom-rating__Lline {
  background: #e0dbd3;
  display: block;
  height: 1px;
  margin: 10px 0;
  width: 150px;
}
section.html.option4.style .custom-rating__Lline.shortLine {
  width: 80px;
}
section.html.option4.style .custom-rating__date {
  font-weight: 500;
}
section.html.option4.style .custom-rating__P {
  color: #999;
  font-size: 14px;
  margin: 50px 0 0;
  text-align: center;
  text-transform: uppercase;
}
section.html.option4.style .de .product__discount-text {
  font-size: 12px;
}
section.html.option4.style .de .lph__title {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.html.option4.style .fr .product__discount-text {
  font-size: 12px;
}
section.html.option4.style .fr .lph__title {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.html.option4.style .ro .product__discount-text {
  font-size: 10px;
}
section.html.option4.style .ro .lph__title {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
section.html.option4.style .nl .product__discount-text {
  font-size: 12px;
}
section.html.option4.style .nl .lph__title {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (max-width: 1199px) {
  section.html.option4.style .pph__bzone__newUL li span {
    font-size: 12px;
  }
  section.html.option4.style .pph__bzone__prot {
    font-size: 13px;
  }
  section.html.option4.style .pph__bzone__svg {
    height: 20px;
    max-width: 140px;
  }
  section.html.option4.style .lph__addvpn {
    font-size: 11px;
  }
  section.html.option4.style .lph__addvpn:before {
    top: -10px;
  }
  section.html.option4.style .lph__title {
    font-size: 26px !important;
    margin-top: 0;
  }
  section.html.option4.style .lph .product__discount {
    top: 20px;
  }
  section.html.option4.style .fr .lph .product__discount,
  section.html.option4.style .nl .lph .product__discount,
  section.html.option4.style .ro .lph .product__discount {
    right: -20px;
  }
  section.html.option4.style .lph__selector-text {
    font-size: 20px;
  }
  section.html.option4.style .ftrs__tab-title {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 991px) {
  section.html.option4.style .chooseDevice {
    padding-top: 0;
  }
  section.html.option4.style .milion500__title {
    font-size: 30px;
  }
  section.html.option4.style .custom-rating__date {
    font-size: 12px;
  }
  section.html.option4.style .custom-rating p {
    font-size: 13px;
  }
  section.html.option4.style .chooseDevice__h1 {
    font-size: 24px;
  }
  section.html.option4.style .chooseDevice__p {
    font-size: 16px;
  }
  section.html.option4.style .chooseDevice__p2 {
    font-size: 12px;
  }
  section.html.option4.style .chooseDevice__h6 {
    font-size: 14px;
  }
  section.html.option4.style .weirdLaptop {
    margin-left: -300px;
    max-width: 620px;
  }
  section.html.option4.style .img_newBrand {
    max-width: 500px;
  }
  section.html.option4.style .button-buy {
    font-size: 11px;
  }
  section.html.option4.style .product__discount-value {
    font-size: 23px;
  }
  section.html.option4.style .product__discount-text {
    font-size: 13px;
  }
  section.html.option4.style .lph .product__discount {
    height: 13em;
    width: 13em;
  }
  section.html.option4.style .de .lph .product__discount {
    font-size: 7px;
    height: 15em;
    width: 15em;
  }
  section.html.option4.style .de .product__discount-text {
    font-size: 11px;
  }
  section.html.option4.style .fr .lph .product__discount {
    font-size: 7px;
    height: 15em;
    width: 15em;
  }
  section.html.option4.style .fr .product__discount-text {
    font-size: 11px;
  }
  section.html.option4.style .ro .lph .product__discount {
    font-size: 7px;
    height: 15em;
    width: 15em;
  }
  section.html.option4.style .ro .product__discount-text {
    font-size: 10px;
  }
  section.html.option4.style .nl .lph .product__discount {
    font-size: 7px;
    height: 15em;
    width: 15em;
  }
  section.html.option4.style .nl .product__discount-text {
    font-size: 11px;
  }
  section.html.option4.style .lph__title {
    font-size: 22px;
    text-align: left;
  }
  section.html.option4.style .text-left-mobile {
    text-align: left !important;
  }
  section.html.option4.style .ftrs__tab-title {
    font-size: 24px !important;
  }
  section.html.option4.style .pph__bzone__newp {
    font-size: 13px;
    font-weight: 400;
  }
  section.html.option4.style .lph__selector-text {
    font-size: 17px;
  }
  section.html.option4.style .lph__addvpn {
    font-size: 10px;
    padding: 5px 5px 5px 18px;
  }
  section.html.option4.style .lph__addvpn:before {
    height: 13px;
    left: 2px;
    top: -12px;
    width: 13px;
  }
  section.html.option4.style .pph__bzone__prot {
    font-size: 11px;
  }
  section.html.option4.style .terms_link {
    font-size: 10px !important;
  }
  section.html.option4.style .pph__bzone__newp__P {
    font-size: 12px;
  }
  section.html.option4.style .de .offgrid__thisisGreenBorder,
  section.html.option4.style .fr .offgrid__thisisGreenBorder,
  section.html.option4.style .nl .offgrid__thisisGreenBorder,
  section.html.option4.style .pph__bzone__newUL li span,
  section.html.option4.style .ro .offgrid__thisisGreenBorder {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  section.html.option4.style .milion500__title {
    font-size: 28px;
  }
  section.html.option4.style .custom-rating p br {
    display: none;
  }
  section.html.option4.style .chooseDevice {
    padding-top: 30px;
  }
  section.html.option4.style .custom-rating__date {
    display: block;
    margin-bottom: 30px;
  }
  section.html.option4.style .lph__under-title2 br {
    display: none;
  }
  section.html.option4.style .lph__title {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
  section.html.option4.style .chooseDevice__p br {
    display: none;
  }
  section.html.option4.style .chooseDevice__p {
    font-size: 14px;
  }
  section.html.option4.style .chooseDevice__h1 {
    font-size: 20px;
  }
  section.html.option4.style .chooseDevice__h1 br {
    display: none;
  }
  section.html.option4.style .img_newBrand {
    max-width: 100%;
  }
  section.html.option4.style .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  section.html.option4.style .lph__title {
    font-size: 15px;
  }
  section.html.option4.style .bulina-tsmd,
  section.html.option4.style .lph__title br {
    display: none;
  }
  section.html.option4.style .lph .pph__bzone {
    margin: 10px auto;
    max-width: 90%;
    padding: 20px;
  }
  section.html.option4.style .lph__under-title2 {
    font-size: 14px;
  }
  section.html.option4.style .lph__title {
    font-size: 20px;
    text-align: center;
  }
  section.html.option4.style .thisisGreenBorder {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section.html.option4.style .lph__addvpn:before {
    left: 9px;
  }
  section.html.option4.style .lph__addvpn {
    padding-left: 30px;
  }
  section.html.option4.style .de .offgrid__thisisGreenBorder,
  section.html.option4.style .fr .offgrid__thisisGreenBorder,
  section.html.option4.style .nl .offgrid__thisisGreenBorder,
  section.html.option4.style .ro .offgrid__thisisGreenBorder {
    font-size: 14px;
  }
}
section.html.option4.style .global-popup {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
section.html.option4.style .global-popup__container {
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 20px 30px;
}
section.html.option4.style .global-popup .ftrs__tab-title {
  font-size: 23px !important;
}
section.html.option4.style .global-popup .ftrs__tab-list__label__title {
  font-size: 13px;
}
section.html.option4.style .standard__openPopup {
  color: #111;
  cursor: pointer;
  text-decoration: underline;
}
section.html.option4.style .global-popup .ftrs__tab-list__label__text {
  font-size: 13px;
}
section.html.option4.style .global-popup__h3 {
  color: #172462;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
section.html.option4.style .global-popup__close svg {
  height: 24px;
  width: 24px;
}
section.html.option4.style .global-popup__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.image-with-content .column-wrapper {
  align-items: center;
  display: flex;
  margin-top: 23px;
  position: relative;
  width: 100%;
}
@media (max-width: 1399px) {
  .image-with-content .column-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .image-with-content .column-wrapper {
    display: grid !important;
    float: none;
    margin: 0 auto;
    max-width: 500px;
  }
}
.image-with-content .column-wrapper:after {
  background: url(../../../content/dam/bitdefender/gray_blue_pattern.svg)
    no-repeat;
  content: "";
  height: 120px;
  position: absolute;
  right: -59px;
  top: 61px;
  width: 196px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .image-with-content .column-wrapper:after {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .image-with-content .column-wrapper:after {
    display: none;
  }
}
.image-with-content .column-wrapper.img-right {
  display: flex !important;
}
.image-with-content .column-wrapper.img-right .animate-bg {
  order: 2;
}
.image-with-content .column-wrapper.img-right .img-box {
  margin: auto 0 0 auto;
}
.image-with-content .column-wrapper.img-right .content-wrap {
  height: -moz-fit-content;
  height: fit-content;
  order: 1;
}
.image-with-content .column-wrapper.img-right:after {
  left: -59px;
  right: auto;
}
.image-with-content .animate-bg {
  align-self: flex-end;
  display: inline-block;
  vertical-align: top;
  width: 51.2%;
}
@media (max-width: 991px) {
  .image-with-content .animate-bg {
    width: 45.2%;
  }
}
@media (max-width: 767px) {
  .image-with-content .animate-bg {
    float: none;
    margin: 0 auto;
    max-width: 300px;
    order: 2;
    width: 100%;
  }
}
.image-with-content .img-box {
  max-width: 540px;
  position: relative;
}
@media (max-width: 1399px) {
  .image-with-content .img-box {
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  .image-with-content .img-box {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .image-with-content .img-box {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .image-with-content .img-box {
    margin: auto;
  }
}
.image-with-content .img-box img {
  margin: 0 auto;
  max-width: 420px;
}
@media (max-width: 1399px) {
  .image-with-content .img-box img {
    max-width: 363px;
  }
}
@media (max-width: 1199px) {
  .image-with-content .img-box img {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .image-with-content .img-box img {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .image-with-content .img-box img {
    max-width: 230px;
  }
}
.image-with-content .img-box .transparent-bg {
  bottom: 0;
  left: 2px;
  margin: auto;
  max-width: 540px;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .image-with-content .img-box .transparent-bg {
    left: 3px;
    max-width: 440px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .image-with-content .img-box .transparent-bg {
    left: 2px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .image-with-content .img-box .transparent-bg {
    left: 3px;
    top: 14px;
  }
}
.image-with-content .content-wrap {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  display: inline-block;
  padding: 32px 99px 40px 32px;
  position: relative;
  vertical-align: top;
  width: 48.8%;
}
@media (max-width: 1399px) {
  .image-with-content .content-wrap {
    padding: 34px 60px 40px 32px;
  }
}
@media (max-width: 1199px) {
  .image-with-content .content-wrap {
    padding: 32px 30px 40px 32px;
  }
}
@media (max-width: 991px) {
  .image-with-content .content-wrap {
    margin-bottom: 20px;
    padding: 30px;
    width: 54.8%;
  }
}
@media (max-width: 767px) {
  .image-with-content .content-wrap {
    margin-bottom: 40px;
    max-height: inherit;
    padding: 30px;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .image-with-content .content-wrap {
    margin: 20px 0 30px;
    padding: 20px 20px 30px;
  }
}
.image-with-content .content-wrap p {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1270px) {
  .image-with-content .content-wrap p {
    font-size: 16px;
  }
}
.image-with-content .content-wrap .paragraph {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1270px) {
  .image-with-content .content-wrap .paragraph {
    font-size: 16px;
  }
}
.image-with-content .btn-wrap {
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .image-with-content .btn-wrap {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .image-with-content .btn-wrap {
    margin-top: 15px;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
.information-card {
  display: grid;
  gap: 0;
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: subgrid;
  overflow: hidden;
}
@media (min-width: 992px) {
  .information-card {
    grid-template-columns: subgrid;
  }
}
.information-card__container {
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity, 1));
  display: grid;
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-template-rows: subgrid;
}
@media (min-width: 992px) {
  .information-card__container {
    grid-template-columns: subgrid;
  }
}
.information-card__text-area {
  padding: var(--phone-padding);
}
@media (min-width: 596px) {
  .information-card__text-area {
    padding: var(--sm-padding);
  }
}
@media (min-width: 992px) {
  .information-card__text-area {
    padding: var(--lg-t-padding) var(--lg-r-padding) var(--lg-b-padding)
      var(--lg-l-padding);
  }
}
@media (min-width: 1332px) {
  .information-card__text-area {
    padding-left: var(--xl-l-padding);
  }
}
.information-card__text-area {
  display: grid;
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
  grid-template-rows: subgrid;
}
@media (min-width: 992px) {
  .information-card__text-area {
    grid-column: var(--text-columns);
  }
}
.information-card__card-header {
  display: flex;
  grid-row: span 1 / span 1;
  grid-row-start: 1;
  justify-content: space-between;
}
.information-card__title-container {
  display: flex;
  flex-direction: column;
}
.information-card__logos-container {
  display: inline-block;
}
.information-card__logo {
  display: inline-block;
  max-height: 62px;
  max-width: 62px;
}
.information-card__title .cmp-title h1,
.information-card__title .cmp-title h2,
.information-card__title .cmp-title h3,
.information-card__title .cmp-title h4,
.information-card__title .cmp-title h5,
.information-card__title .cmp-title h6 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 596px) {
  .information-card__title .cmp-title h1,
  .information-card__title .cmp-title h2,
  .information-card__title .cmp-title h3,
  .information-card__title .cmp-title h4,
  .information-card__title .cmp-title h5,
  .information-card__title .cmp-title h6 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .information-card__title .cmp-title h1,
  .information-card__title .cmp-title h2,
  .information-card__title .cmp-title h3,
  .information-card__title .cmp-title h4,
  .information-card__title .cmp-title h5,
  .information-card__title .cmp-title h6 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .information-card__title .cmp-title h1,
  .information-card__title .cmp-title h2,
  .information-card__title .cmp-title h3,
  .information-card__title .cmp-title h4,
  .information-card__title .cmp-title h5,
  .information-card__title .cmp-title h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1332px) {
  .information-card__title .cmp-title h1,
  .information-card__title .cmp-title h2,
  .information-card__title .cmp-title h3,
  .information-card__title .cmp-title h4,
  .information-card__title .cmp-title h5,
  .information-card__title .cmp-title h6 {
    font-size: 2rem;
  }
}
.information-card__text {
  grid-row: span 1 / span 1;
  grid-row-start: 2;
}
.information-card__text .cmp-text p {
  font-size: 1.125rem;
}
.information-card__qr-code {
  display: none;
}
@media (min-width: 992px) {
  .information-card__qr-code {
    display: block;
  }
}
.information-card__qr-code .cmp-image .cmp-image__image {
  border-radius: 0.5rem;
  height: auto;
  width: 100px;
}
@media (min-width: 1332px) {
  .information-card__qr-code .cmp-image .cmp-image__image {
    width: 133px;
  }
}
.information-card__buy-button-container {
  grid-row: span 1 / span 1;
  grid-row-start: 3;
}
.information-card__image {
  display: none;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .information-card__image {
    display: block;
  }
}
.information-card__image {
  grid-column: span 1 / span 1;
  grid-row: span 3 / span 3;
}
.information-card__image .cmp-image {
  height: 100%;
  position: absolute;
}
.information-card__image .cmp-image .cmp-image__image {
  height: 100%;
}
@media (min-width: 992px) {
  .information-card--full-width {
    grid-column: 1/-1;
  }
  .information-card--full-width .information-card__container {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.information-card--lead-design {
  margin-bottom: 0.75rem;
  overflow: visible;
}
.information-card--lead-design .information-card__container {
  border-radius: 8px;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 3px 6px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
@media (max-width: 991px) {
  .information-card--lead-design .information-card__text-area {
    padding: 23px;
  }
}
.information-cards-layout__container {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 480px) {
  .information-cards-layout__cards-container {
    max-width: 480px;
  }
}
@media (min-width: 596px) {
  .information-cards-layout__cards-container {
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .information-cards-layout__cards-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .information-cards-layout__cards-container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .information-cards-layout__cards-container {
    max-width: 1200px;
  }
}
@media (min-width: 1332px) {
  .information-cards-layout__cards-container {
    max-width: 1332px;
  }
}
@media (min-width: 1600px) {
  .information-cards-layout__cards-container {
    max-width: 1600px;
  }
}
.information-cards-layout__cards-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .information-cards-layout__cards-container {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .information-cards-layout__cards-container {
    max-width: 1332px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.information-cards-layout__cards-container {
  display: grid;
  gap: 1.5rem;
  grid-template-rows: repeat(3, min-content);
}
@media (min-width: 992px) {
  .information-cards-layout__cards-container {
    grid-template-columns: var(--number-of-grid-cols);
  }
}
.internet-explorer-menu {
  background-color: #000;
}
.internet-explorer-menu__logo .cmp-image {
  display: flex;
}
.internet-explorer-menu__icon {
  height: 25px;
  width: 25px;
}
.internet-explorer-menu__item:hover {
  cursor: pointer;
}
.internet-explorer-menu__item p {
  color: #fff;
  font-size: 16px;
}
.internet-explorer-menu__sub-menu {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
  left: -195px;
  opacity: 1;
  position: absolute;
  top: 35px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.26, 0.99);
  visibility: visible;
  z-index: 5;
}
.internet-explorer-menu__sub-menu--hidden {
  opacity: 0;
  visibility: hidden;
}
.internet-explorer-menu__sub-menu--line-gray {
  border: 1px solid #ccc;
}
.internet-explorer-menu__sub-menu h1,
.internet-explorer-menu__sub-menu h2,
.internet-explorer-menu__sub-menu h3,
.internet-explorer-menu__sub-menu h4,
.internet-explorer-menu__sub-menu h5,
.internet-explorer-menu__sub-menu h6 {
  color: #000;
  font-weight: 500;
}
.internet-explorer-menu__sub-menu:after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 20px;
  top: -7px;
  width: 0;
}
.internet-explorer-page__logo {
  height: 34px;
  width: 34px;
}
.internet-explorer-page__subTitle p {
  font-size: 18px;
}
.internet-explorer-page__additionalInfo h1,
.internet-explorer-page__additionalInfo h2,
.internet-explorer-page__additionalInfo h3,
.internet-explorer-page__additionalInfo h4,
.internet-explorer-page__additionalInfo h5,
.internet-explorer-page__additionalInfo h6,
.internet-explorer-page__additionalInfo p {
  color: #616161;
}
.intro-with-image.dark {
  background-color: #000;
}
.intro-with-image.dark h1,
.intro-with-image.dark h2,
.intro-with-image.dark h3,
.intro-with-image.dark h4,
.intro-with-image.dark h5,
.intro-with-image.dark h6,
.intro-with-image.dark p {
  color: #fff;
}
.intro-with-image .intro-block {
  margin-bottom: 54px;
  max-width: 650px;
}
@media (max-width: 991px) {
  .intro-with-image .intro-block {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .intro-with-image .intro-block {
    margin-bottom: 20px;
  }
}
.intro-with-image .intro-block p {
  font-size: 18px;
}
@media (max-width: 1270px) {
  .intro-with-image .intro-block p {
    font-size: 16px;
  }
}
.intro-with-image .img-wrap {
  max-width: 1290px;
}
.intro-with-image .img-wrap img {
  height: 100%;
}
.intro-with-image.enabled-list-markers ol,
.intro-with-image.enabled-list-markers ul {
  list-style: initial;
}
@media (min-width: 992px) {
  section.intro.padding-very-small {
    padding-bottom: 15px !important;
  }
}
section.intro .intro-block {
  max-width: 800px;
}
.login__image .cmp-image {
  display: flex;
  justify-content: center;
}
.login__image .cmp-image__image {
  max-width: 114px;
}
section.logo-grid {
  background: #fff;
}
@media (max-width: 991px) {
  section.logo-grid .intro-block {
    margin-bottom: 0;
  }
}
section.logo-grid .intro-block .text-wrap {
  display: inline-block;
  padding-right: 40px;
  width: calc(100% - 147px);
}
@media (max-width: 595px) {
  section.logo-grid .intro-block .text-wrap {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}
section.logo-grid .intro-block p {
  color: #3c3c3c;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  max-width: 750px;
}
@media (max-width: 1399px) {
  section.logo-grid .intro-block p {
    font-size: 16px;
  }
}
section.logo-grid .intro-block .paragraph {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.5;
  max-width: 750px;
}
@media (max-width: 1399px) {
  section.logo-grid .intro-block .paragraph {
    font-size: 16px;
  }
}
section.logo-grid .btn-wrap {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 140px;
}
@media (max-width: 595px) {
  section.logo-grid .btn-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  section.logo-grid .btn-wrap.btn-cta {
    position: relative;
  }
}
section.logo-grid .btn-wrap a {
  bottom: 30px;
  margin-right: 0;
  position: absolute;
  right: 0;
}
section.logo-grid .btn-wrap a.cta-button {
  bottom: 0;
  position: unset;
}
@media (max-width: 595px) {
  section.logo-grid .btn-wrap a {
    position: static;
  }
}
section.logo-grid .logo-grid {
  margin: 60px 0 0;
  width: 100%;
}
@media (max-width: 1399px) {
  section.logo-grid .logo-grid {
    margin: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  section.logo-grid .logo-grid {
    margin: 30px 0 0;
  }
}
@media (max-width: 991px) {
  section.logo-grid .logo-grid {
    margin: 30px 0 0;
  }
}
@media (max-width: 480px) {
  section.logo-grid .logo-grid {
    margin: 20px 0 0;
  }
}
section.logo-grid .logo-grid:after {
  clear: both;
  content: "";
  display: block;
}
section.logo-grid ul {
  font-size: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
section.logo-grid li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 16.66%;
}
@media (max-width: 991px) {
  section.logo-grid li {
    margin: 0 10px 30px;
    width: calc(25% - 20px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  section.logo-grid li {
    vertical-align: middle;
    width: calc(25% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.logo-grid li {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  section.logo-grid li {
    margin: 0 10px 30px;
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 595px) {
  section.logo-grid li {
    display: inline-block;
    float: none;
    margin: 0 0 25px;
    vertical-align: middle;
    width: 50%;
  }
}
@media (max-width: 320px) {
  section.logo-grid li {
    width: 100%;
  }
}
section.logo-grid li a {
  display: inline-block;
  height: auto;
  margin-right: 0;
}
section.logo-grid li .icon-wrapper {
  height: 110px;
  width: 100%;
}
@media (max-width: 767px) {
  section.logo-grid li .icon-wrapper {
    height: 60px;
  }
}
section.logo-grid li .icon-wrapper .cmp-image {
  height: 100%;
}
section.logo-grid li h6 {
  color: #c5c5c5;
  margin-bottom: 10px;
}
section.logo-grid li img {
  filter: grayscale(100%);
  height: 100%;
  max-width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 480px) {
  section.logo-grid li img {
    width: 100%;
  }
}
section.logo-grid li img:hover {
  filter: grayscale(0);
}
section.logo-grid li.no-link a {
  cursor: default;
}
section.logo-grid.text-center .intro-block .text-wrap {
  padding-right: 0;
  text-align: center;
  width: 100%;
}
section.logo-grid.text-center .intro-block p {
  max-width: 100%;
}
section.logo-grid.text-center .btn-wrap {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
section.logo-grid.text-center .btn-wrap a {
  bottom: 0;
  position: relative;
}
.msrp-partners-feature-list-layout__title h1,
.msrp-partners-feature-list-layout__title h2,
.msrp-partners-feature-list-layout__title h3,
.msrp-partners-feature-list-layout__title h4,
.msrp-partners-feature-list-layout__title h5,
.msrp-partners-feature-list-layout__title h6 {
  margin: 0;
}
.msrp-partners-feature-list-layout__features-holder
  .msrp-partners-feature-list-layout__feature-container:last-child {
  border-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h1,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h2,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h3,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h4,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h5,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  h6,
.msrp-partners-feature-list-layout__content-list-title
  .content-list__description
  p {
  line-height: 1.2;
  margin-bottom: 0;
}
.msrp-partners-feature-list-layout__content-list ul li {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.msrp-partners-layout-with-video__title h1,
.msrp-partners-layout-with-video__title h2,
.msrp-partners-layout-with-video__title h3,
.msrp-partners-layout-with-video__title h4,
.msrp-partners-layout-with-video__title h5,
.msrp-partners-layout-with-video__title h6,
.msrp-partners-layout-with-video__video-title h1,
.msrp-partners-layout-with-video__video-title h2,
.msrp-partners-layout-with-video__video-title h3,
.msrp-partners-layout-with-video__video-title h4,
.msrp-partners-layout-with-video__video-title h5,
.msrp-partners-layout-with-video__video-title h6 {
  margin: 0;
}
.msrp-partners-layout-with-video__video-image .cmp-image {
  height: 100%;
}
.msrp-partners-layout-with-video__video-image .cmp-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.new-product-banner {
  padding: 0;
}
section.new-product-banner .bg-img {
  height: 720px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.new-product-banner .bg-img {
    height: 756px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner .bg-img img {
    -o-object-position: right;
    object-position: right;
  }
}
@media (max-width: 595px) {
  section.new-product-banner .bg-img {
    height: 760px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner .bg-img {
    display: none;
    opacity: 0;
  }
}
section.new-product-banner .bg-img:before {
  background-image: linear-gradient(
    90deg,
    #fff 0,
    #fff 45%,
    hsla(0, 0%, 100%, 0.65) 57%,
    hsla(0, 0%, 100%, 0) 77%,
    hsla(0, 0%, 100%, 0)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  section.new-product-banner .bg-img:before {
    background-image: none;
    background: hsla(0, 0%, 100%, 0.65);
  }
}
section.new-product-banner .v-middle {
  vertical-align: top;
}
@media (max-width: 767px) {
  section.new-product-banner .v-middle-wrapper {
    position: relative;
  }
}
section.new-product-banner .pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 22px;
  width: 100%;
}
@media (max-width: 767px) {
  section.new-product-banner .pattern {
    display: none;
  }
}
section.new-product-banner .text-wrap {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner .text-wrap {
    width: 80%;
  }
}
section.new-product-banner .text-wrap > p {
  margin-top: 20px;
}
@media (max-width: 595px) {
  section.new-product-banner .text-wrap > p {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  section.new-product-banner .v-middle-wrapper {
    position: relative;
  }
}
section.new-product-banner .column-wrapper {
  padding-top: 110px;
}
@media (max-width: 991px) {
  section.new-product-banner .column-wrapper {
    padding: 64px 0 0;
  }
}
@media (max-width: 767px) {
  section.new-product-banner .column-wrapper {
    padding-bottom: 64px;
  }
}
section.new-product-banner span {
  display: block;
}
section.new-product-banner h1 {
  line-height: 1;
  margin-bottom: 0;
  width: 70%;
}
@media (max-width: 1270px) {
  section.new-product-banner h1 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  section.new-product-banner h1 {
    width: 100%;
  }
}
section.new-product-banner h1 span {
  color: #000;
  font-weight: 400;
  line-height: 1;
}
section.new-product-banner .breadcrumb {
  margin-bottom: 0;
  padding: 19px 0;
}
section.new-product-banner .breadcrumb a {
  margin-right: 8px;
}
section.new-product-banner .breadcrumb a:after {
  margin: 0 0 0 8px;
}
section.new-product-banner .breadcrumb.hover-white a,
section.new-product-banner .breadcrumb.hover-white a:after {
  color: #7e7e7e;
}
section.new-product-banner .breadcrumb.hover-white a:hover {
  color: #000;
}
section.new-product-banner h5 {
  font-weight: 500;
  margin-top: 25px;
}
section.new-product-banner p {
  max-width: 720px;
}
section.new-product-banner p span {
  color: #7e7e7e;
  font-size: 10px;
  line-height: 1.6;
}
section.new-product-banner .banner-link {
  color: #006dff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
  margin-top: 21px;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner .banner-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner .banner-link {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  section.new-product-banner .banner-link {
    margin-bottom: 20px;
  }
}
section.new-product-banner .banner-link:before {
  background: url(../../../content/dam/bitdefender/user-icon-bold.svg) no-repeat;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  top: 5px;
  width: 16px;
}
section.new-product-banner .banner-link:hover {
  color: #005ed9;
}
section.new-product-banner .h4,
section.new-product-banner h4 {
  margin-bottom: 5px;
  max-width: 720px;
  padding-top: 5px;
}
section.new-product-banner .btn-wrap {
  margin: 6px 0 16px;
}
@media (max-width: 991px) {
  section.new-product-banner .btn-wrap a.we-btn-red {
    height: auto;
  }
}
section.new-product-banner .btn-wrap a.we-btn-red span:after {
  right: -22px;
}
section.new-product-banner .btn-wrap .we-btn-transparent {
  background-color: #c5c5c5;
  border: inherit;
  padding: 9pt 54px 8px;
  pointer-events: none;
}
@media (max-width: 767px) {
  section.new-product-banner .btn-wrap .we-btn-transparent {
    padding: 7px 54px 6px;
  }
}
section.new-product-banner .btn-wrap .we-btn-transparent:hover span {
  color: #fff;
  transform: translateZ(0);
}
section.new-product-banner .btn-wrap .we-btn-transparent:hover span:after {
  display: none;
}
section.new-product-banner ul {
  padding: 5px 0 0 1px;
}
section.new-product-banner ul li {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none;
  margin: 8px 0;
}
section.new-product-banner ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  background-size: 100%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner {
    min-height: 1030px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner.social-media-banner {
    min-height: 1030px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner {
    padding-top: 80px;
  }
}
section.new-product-banner.social-media-banner .column-wrapper {
  padding-bottom: 10px;
  padding-top: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .column-wrapper {
    padding-top: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .column-wrapper {
    padding-bottom: 0;
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner.social-media-banner .column-wrapper {
    padding-bottom: 0;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner .column-wrapper {
    padding-bottom: 30px;
  }
  section.new-product-banner.social-media-banner .v-middle-wrapper {
    position: relative;
  }
}
section.new-product-banner.social-media-banner .bg-img {
  height: 680px;
  padding-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .bg-img {
    height: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner.social-media-banner .bg-img {
    height: 720px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner .bg-img {
    display: none;
  }
}
section.new-product-banner.social-media-banner .logo {
  left: 20px;
  max-width: 180px;
  position: absolute;
  top: 24px;
}
@media (max-width: 1599px) {
  section.new-product-banner.social-media-banner .logo {
    left: 50px;
    top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .logo {
    top: 25px;
  }
}
@media (max-width: 991px) {
  section.new-product-banner.social-media-banner .logo {
    display: none;
  }
}
section.new-product-banner.social-media-banner .h4,
section.new-product-banner.social-media-banner h4 {
  font-weight: 400;
  padding-top: 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .h4,
  section.new-product-banner.social-media-banner h4 {
    padding-top: 12px;
  }
}
section.new-product-banner.social-media-banner h1 {
  line-height: 1.34;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner h1 {
    max-width: 475px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner h1 {
    max-width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner h1 span {
    display: contents;
  }
}
@media (max-width: 480px) {
  section.new-product-banner.social-media-banner h1 span {
    display: contents;
  }
}
section.new-product-banner.social-media-banner .text-wrap {
  display: inline-block;
  width: 67.8%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .text-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.new-product-banner.social-media-banner .text-wrap {
    width: 100%;
  }
}
section.new-product-banner.social-media-banner .form-with-content {
  display: inline-block;
  margin-top: 88px;
  vertical-align: middle;
  width: 31.8%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .form-with-content {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .form-with-content {
    display: block;
    margin: 50px auto 0;
    max-width: 410px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.new-product-banner.social-media-banner .form-with-content {
    display: block;
    margin: 50px auto 0;
    max-width: 410px;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner .form-with-content {
    margin: 30px auto 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .form-outer {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .form-outer {
    margin: 0 auto;
    max-width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner.social-media-banner .form-outer {
    margin: 0 auto;
    max-width: 520px;
  }
}
section.new-product-banner.social-media-banner .form-wrap {
  padding: 40px 40px 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .form-wrap {
    padding: 40px 32px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .form-wrap {
    padding: 40px 32px 15px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner .form-wrap {
    padding: 30px 30px 5px;
  }
}
section.new-product-banner.social-media-banner .btn .we-btn-red {
  margin-top: 3px;
}
section.new-product-banner.social-media-banner .btn .we-btn-red span {
  display: inline-block;
}
section.new-product-banner.social-media-banner .btn .policy {
  color: #7e7e7e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 13px;
  text-align: center;
}
section.new-product-banner.social-media-banner .btn .policy a {
  color: #005ed9;
}
section.new-product-banner.social-media-banner .img-wrap {
  position: relative;
  top: 77px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .img-wrap {
    top: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 660px) {
  section.new-product-banner.social-media-banner .img-wrap {
    top: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .img-wrap {
    padding-top: 40px;
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.new-product-banner.social-media-banner .img-wrap {
    padding-top: 40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  section.new-product-banner.social-media-banner .img-wrap {
    padding-top: 35px;
    top: 0;
  }
}
section.new-product-banner.social-media-banner .img-box {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}
@media (max-width: 595px) {
  section.new-product-banner.social-media-banner .img-box {
    display: block;
    margin: 0 auto;
  }
}
section.new-product-banner.social-media-banner .list-wrap {
  display: inline-block;
  padding-left: 11px;
  vertical-align: top;
  width: calc(100% - 224px);
}
@media (max-width: 595px) {
  section.new-product-banner.social-media-banner .list-wrap {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
section.new-product-banner.social-media-banner .list-wrap h2 {
  font-weight: 400;
  margin-bottom: 9px;
}
section.new-product-banner.social-media-banner .list-wrap ul {
  padding: 2px 0 0 5px;
}
section.new-product-banner.social-media-banner .list-wrap ul li {
  color: #3c3c3c;
  letter-spacing: 0.005em;
  margin: 11px 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.new-product-banner.social-media-banner .list-wrap ul li {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.new-product-banner.social-media-banner .list-wrap ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  section.new-product-banner.social-media-banner .list-wrap ul li {
    font-size: 14px;
  }
}
section.new-product-banner.social-media-banner .list-wrap ul li:before {
  height: 14px;
  left: -4px;
  width: 17px;
}
section.new-product-banner.social-media-banner .list-wrap h2 span {
  color: #000;
  font-weight: 700;
}
.ua-safari .new-product-banner .social-media-banner h1 {
  letter-spacing: -0.045em;
}
.ua-safari .new-product-banner .social-media-banner h1 span {
  letter-spacing: -0.03em;
}
.news__container {
  padding: 0;
}
.news__back-link {
  margin-bottom: 52px;
  margin-top: 5px;
  text-decoration: none !important;
}
.news__back-link:before {
  background: url(../../../content/dam/bitdefender/blue-arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 15px;
}
.news__back-link:hover:before {
  margin-right: 9px;
}
.news__date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.96px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.news__date,
.news__italic {
  color: #7e7e7e;
  line-height: 24px;
}
.news__italic {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}
.news__bold {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.news__description {
  margin-bottom: 26px;
}
.news__description p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.news__description ul {
  list-style: disc;
  padding-left: 20px;
}
.news__description ol {
  list-style: auto;
  padding-left: 28px;
}
.news__description ol li,
.news__description ul li {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
}
.os-availability__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.os-availability__text {
  font-size: 14px;
  margin-right: 11px;
}
.os-availability__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
}
.os-availability__item {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 9px;
  margin-top: 0;
  padding-left: 0;
}
.os-availability__item svg {
  width: 20px;
}
.os-availability__item:before {
  content: none;
}
.os-availability__item:after {
  content: " |";
  margin-left: 5px;
}
.os-availability__item:last-child:after {
  content: none;
}
.os-availability__item:has(svg):after {
  content: none;
}
.os-availability--center .os-availability__container {
  justify-content: center;
}
.os-availability--no-margin-bottom .os-availability__container {
  margin-bottom: 0;
}
.os-availability--size-big .os-availability__item svg {
  width: 22px;
}
.os-availability--size-big .os-availability__text {
  font-size: 18px;
}
.os-availability--os-top .os-availability__container {
  flex-direction: column-reverse;
}
.os-availability--os-bottom .os-availability__container {
  flex-direction: column;
}
.pagination-loader__container {
  border-bottom: 1px solid #e4f2ff;
  padding: 30px 0;
}
.pagination-loader__date-placeholder,
.pagination-loader__teaser-placeholder,
.pagination-loader__title-placeholder {
  animation: loader-shimmer 1s linear infinite forwards;
  background: #eee;
  background-image: gradient(
    linear,
    left center,
    right center,
    from(#333),
    color-stop(0.2, #333),
    color-stop(0.4, #333),
    to(#333)
  );
  background-image: linear-gradient(90deg, #eee 0, #ccc 20%, #ddd 40%, #eee);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  border-radius: 3px;
  height: 10px;
  width: 100%;
}
.pagination-loader__date-placeholder:not(:first-child),
.pagination-loader__teaser-placeholder:not(:first-child),
.pagination-loader__title-placeholder:not(:first-child) {
  margin: 12px 10px 0 0;
}
.pagination-loader__date-placeholder {
  margin-bottom: 24px;
  width: 25%;
}
.pagination-loader__teaser-placeholder {
  margin-bottom: 30px;
}
@keyframes loader-shimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.popup {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}
.popup__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.popup__backdrop {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.popup__close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58z'/%3E%3C/svg%3E")
    no-repeat;
  border: none;
  cursor: pointer;
  height: 34px;
  opacity: 0.8;
  position: absolute;
  right: -30px;
  top: 5px;
  transition: opacity 0.2s ease;
  width: 21px;
}
.popup__close:hover {
  opacity: 1;
}
.popup__content {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.popup--open {
  display: block;
}
.product-price-discount__text-full-price h1,
.product-price-discount__text-full-price h2,
.product-price-discount__text-full-price h3,
.product-price-discount__text-full-price h4,
.product-price-discount__text-full-price h5,
.product-price-discount__text-full-price h6,
.product-price-discount__text-full-price p {
  font-size: 1.5rem;
}
.product-price-discount__terms p {
  font-size: 0.8rem;
}
.product-price-discount__buy-button .button {
  min-width: 100%;
}
@media (min-width: 1332px) {
  .product-price-discount__buy-button .button {
    min-width: 360px;
  }
}
.product-price-discount__buy-button .button .cmp-button {
  width: 100%;
}
.product-price-discount__sub-text:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='74.283 505.847 16 16'%3E%3Cpath fill='%232cb43d' fill-rule='evenodd' d='M82.283 505.847a3 3 0 0 1 2.653 1.596c1.028-.343 2.163-.066 3.003.747.813.813 1.035 1.975.747 3.003a3 3 0 0 1 1.597 2.654 3 3 0 0 1-1.597 2.653c.316 1.028.066 2.162-.747 3.003-.84.812-1.975 1.034-3.003.747a3 3 0 0 1-2.653 1.597 3 3 0 0 1-2.653-1.597 3 3 0 0 1-3.004-.747c-.813-.84-1.062-1.975-.746-3.003a3 3 0 0 1-1.597-2.653 3 3 0 0 1 1.597-2.654c-.344-1.028-.067-2.19.746-3.003a3 3 0 0 1 3.004-.747 3 3 0 0 1 2.653-1.596m-2 7a.999.999 0 1 0 0-2 .999.999 0 1 0 0 2m4 2a.999.999 0 1 0 0 2 .999.999 0 1 0 0-2m.503-2.497c.32-.266.32-.74 0-1.035-.265-.29-.74-.29-1.034 0l-4 4c-.29.294-.29.77 0 1.035.294.318.769.318 1.034 0z' data-name='badge-percent'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  position: relative;
  vertical-align: sub;
  width: 16px;
}
@media (min-width: 481px) {
  .product-price-discount__buy-button + .product-price-discount__sub-text {
    margin-bottom: -15px;
  }
}
@media (max-width: 480px) {
  .product-price-discount__discount-percentage {
    margin-top: 10px;
  }
}
.product-price-discount--c-white,
.product-price-discount--c-white h1,
.product-price-discount--c-white h2,
.product-price-discount--c-white h3,
.product-price-discount--c-white h4,
.product-price-discount--c-white h5,
.product-price-discount--c-white h6,
.product-price-discount--c-white li,
.product-price-discount--c-white p,
.product-price-discount__percent,
.product-price-discount__percent-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.product-price-discount--discount-small .product-price-discount__percent-text {
  font-size: 0.7rem;
}
.product-price-discount--center-text {
  text-align: center;
}
.product-price-discount--for-cards .product-price-discount__container {
  margin-top: 1.5rem;
}
.product-price-discount--for-cards .product-price-discount__text-full-price h1,
.product-price-discount--for-cards .product-price-discount__text-full-price h2,
.product-price-discount--for-cards .product-price-discount__text-full-price h3,
.product-price-discount--for-cards .product-price-discount__text-full-price h4,
.product-price-discount--for-cards .product-price-discount__text-full-price h5,
.product-price-discount--for-cards .product-price-discount__text-full-price h6,
.product-price-discount--for-cards .product-price-discount__text-full-price p {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.product-price-discount--for-cards .product-price-discount__discount {
  background-color: transparent;
  margin-left: 0;
  padding-left: 0;
}
.product-price-discount--for-cards .product-price-discount__price {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: text-top;
}
.product-price-discount--for-cards .product-price-discount__price-wrap {
  margin-bottom: 5px;
}
.product-price-discount--for-cards .product-price-discount__button-group {
  margin-top: 20px;
}
.product-price-discount--for-cards .product-price-discount__buy-wrapper {
  width: 100%;
}
.product-price-discount--for-cards .product-price-discount__terms {
  font-size: 12px;
  font-style: normal;
}
div.product-trial-wrapper.limited-height {
  position: relative;
  width: 100%;
}
div.product-trial-wrapper.limited-height.small-height {
  height: 400px;
}
div.product-trial-wrapper.limited-height.entire-page {
  height: 100vh;
}
div.product-trial-wrapper .loader {
  animation: spin 1.5s linear infinite;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #3498db;
  bottom: 0;
  display: block;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 5;
}
div.product-trial-wrapper .loader.small-padding-top {
  top: 100px;
}
div.product-trial-wrapper .hidden {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.promotion-pill {
  --background-color: #fff;
  --text-color: #000;
}
.promotion-pill__ribbon {
  background-color: var(--background-color);
  display: inline-block;
  padding: 1px 18px;
}
.promotion-pill__ribbon-text {
  font-size: 0.8rem;
}
.promotion-pill--text-white {
  --text-color: #fff;
}
.promotion-pill--text-white .promotion-pill__ribbon-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.promotion-pill--text-black {
  --text-color: #000;
}
.promotion-pill--text-black .promotion-pill__ribbon-text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.promotion-pill--text-green {
  --text-color: #2cb43d;
}
.promotion-pill--text-green .promotion-pill__ribbon-text {
  --tw-text-opacity: 1;
  color: rgb(44 180 61 / var(--tw-text-opacity, 1));
}
.promotion-pill--rounded-full .promotion-pill__ribbon {
  border-radius: 18px;
}
.promotion-pill--rounded-half .promotion-pill__ribbon {
  border-radius: 5px;
}
.promotion-pill--black-friday .ribbon-solutions-NS {
  background-color: var(--background-color);
  border: 3px solid #eb0000;
  border-radius: 40px;
  box-shadow: inset 0 0 0 2px #fff;
  display: inline-block !important;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.promotion-pill--black-friday .ribbon-solutions-NS__container {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__container {
    grid-template-columns: 1fr;
  }
}
.promotion-pill--black-friday .ribbon-solutions-NS__text {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 16px 14px 0;
}
@media (max-width: 991px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text {
    padding: 0 16px 14px;
  }
}
@media (max-width: 767px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text {
    padding: 14px 16px 14px 0;
  }
}
@media (max-width: 480px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text {
    padding: 0 16px 14px;
  }
}
.promotion-pill--black-friday .ribbon-solutions-NS__text:first-of-type {
  padding: 14px 0 14px 16px;
}
@media (max-width: 991px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text:first-of-type {
    padding: 14px 16px 0;
  }
}
@media (max-width: 767px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text:first-of-type {
    padding: 14px 0 14px 16px;
  }
}
@media (max-width: 480px) {
  .promotion-pill--black-friday .ribbon-solutions-NS__text:first-of-type {
    padding: 14px 16px 0;
  }
}
.promotion-pill--black-friday .ribbon-solutions-NS__timer {
  height: 100%;
  position: relative;
}
.promotion-pill--black-friday .ribbon-solutions-NS__timer-container {
  align-items: center;
  background-color: #eb0000;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 8px;
  position: relative;
}
.promotion-pill--black-friday .ribbon-solutions-NS__time-holder-container {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.promotion-pill--black-friday
  .ribbon-solutions-NS__time-holder-container:last-of-type {
  border-right: none;
}
.promotion-pill--black-friday .ribbon-solutions-NS__time-holder {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.promotion-pill--black-friday .ribbon-solutions-NS__time-measurement {
  color: #fff;
  font-size: 16px;
  margin: -4px 0 4px;
}
.promotion-pill--black-friday .ribbon-solutions-NS__spacer {
  border-right: 1px solid #d00c0c;
  height: 30px;
}
.promotion-pill--center {
  text-align: center;
}
.promotion-pill--medium .promotion-pill__ribbon {
  padding: 5px 15px;
}
.promotion-pill--medium .promotion-pill__ribbon-text {
  font-size: 1rem;
  font-weight: 700;
}
.review-stars-banner .quote-container {
  display: flex;
  flex-direction: row;
  padding: 15px;
}
.review-stars-banner .quote-area {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.review-stars-banner .quote-area > * {
  margin-bottom: 7px;
}
.review-stars-banner .quote-icon-container {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .review-stars-banner {
    padding-bottom: 10px;
  }
  .review-stars-banner:after {
    display: none;
  }
  .review-stars-banner .column-wrapper {
    padding: 64px 0 0;
  }
  .review-stars-banner .column-wrapper .breadcrumb {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .review-stars-banner .bg-img {
    display: block;
  }
}
.review-stars-banner .bg-img img {
  -o-object-position: right;
  object-position: right;
}
.review-stars-banner .bg-img:before {
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.65) 5%,
    hsla(0, 0%, 100%, 0) 75%,
    hsla(0, 0%, 100%, 0)
  );
}
.review-stars-banner .quote-wrap .quote-container {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .review-stars-banner .quote-wrap .quote-container {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.102);
    opacity: 0.9;
  }
}
.review-stars-banner .quote-wrap .quote-container .quote-icon {
  color: #00439c;
  font-size: 37px;
}
.review-stars-banner .quote-wrap .quote-container .quote-star {
  color: #ffc100;
  font-size: 21px;
}
.review-stars-banner .quote-wrap .quote-container .black-spacer {
  background-color: #01000a;
  height: 2px;
  width: 26px;
}
.review-stars-banner .quote-wrap .quote-container .quote-text h1,
.review-stars-banner .quote-wrap .quote-container .quote-text h2,
.review-stars-banner .quote-wrap .quote-container .quote-text h3,
.review-stars-banner .quote-wrap .quote-container .quote-text h4,
.review-stars-banner .quote-wrap .quote-container .quote-text h5,
.review-stars-banner .quote-wrap .quote-container .quote-text h6,
.review-stars-banner .quote-wrap .quote-container .quote-text p {
  font-size: 22px;
  width: 85%;
}
@media (max-width: 767px) {
  .review-stars-banner .quote-wrap .quote-container .quote-text h1,
  .review-stars-banner .quote-wrap .quote-container .quote-text h2,
  .review-stars-banner .quote-wrap .quote-container .quote-text h3,
  .review-stars-banner .quote-wrap .quote-container .quote-text h4,
  .review-stars-banner .quote-wrap .quote-container .quote-text h5,
  .review-stars-banner .quote-wrap .quote-container .quote-text h6,
  .review-stars-banner .quote-wrap .quote-container .quote-text p {
    font-size: 18px;
    line-height: 1.31;
    width: 95%;
  }
}
.review-stars-banner .quote-wrap .quote-container .faded-spacer {
  background-color: rgba(1, 0, 10, 0.455);
  height: 2px;
  width: 26px;
}
.review-stars-banner .quote-wrap .quote-container .quote-source h1,
.review-stars-banner .quote-wrap .quote-container .quote-source h2,
.review-stars-banner .quote-wrap .quote-container .quote-source h3,
.review-stars-banner .quote-wrap .quote-container .quote-source h4,
.review-stars-banner .quote-wrap .quote-container .quote-source h5,
.review-stars-banner .quote-wrap .quote-container .quote-source h6,
.review-stars-banner .quote-wrap .quote-container .quote-source p {
  font-size: 14px;
  width: 85%;
}
@media (max-width: 767px) {
  .review-stars-banner .quote-wrap .quote-container .quote-source h1,
  .review-stars-banner .quote-wrap .quote-container .quote-source h2,
  .review-stars-banner .quote-wrap .quote-container .quote-source h3,
  .review-stars-banner .quote-wrap .quote-container .quote-source h4,
  .review-stars-banner .quote-wrap .quote-container .quote-source h5,
  .review-stars-banner .quote-wrap .quote-container .quote-source h6,
  .review-stars-banner .quote-wrap .quote-container .quote-source p {
    width: 95%;
  }
}
.separator {
  background-color: #eee;
  min-height: 2px;
  width: 100%;
}
.separator--m-small {
  margin-bottom: 16px;
  margin-top: 16px;
}
.separator--m-big {
  margin-bottom: 50px;
  margin-top: 40px;
}
.contact-overlay,
.service-overlay,
section.service-overlay-dynamic {
  cursor: auto;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}
.contact-overlay .search-overlay,
.service-overlay .search-overlay,
section.service-overlay-dynamic .search-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  overflow-y: scroll;
  padding: 30px 0;
  width: 100%;
}
.contact-overlay .search-overlay .content-outer,
.service-overlay .search-overlay .content-outer,
section.service-overlay-dynamic .search-overlay .content-outer {
  align-items: center;
  display: flex;
  height: calc(100vh - 100px);
  overflow: auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.contact-overlay .search-overlay .content-outer.show-entire-initial-content,
.service-overlay .search-overlay .content-outer.show-entire-initial-content,
section.service-overlay-dynamic
  .search-overlay
  .content-outer.show-entire-initial-content {
  height: calc(100vh - 50px);
}
@media (max-height: 700px) {
  .contact-overlay .search-overlay .content-outer,
  .service-overlay .search-overlay .content-outer,
  section.service-overlay-dynamic .search-overlay .content-outer {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-overlay .search-overlay .content-outer,
  .service-overlay .search-overlay .content-outer,
  section.service-overlay-dynamic .search-overlay .content-outer {
    display: block;
  }
}
.contact-overlay .search-overlay .content-wrap,
.service-overlay .search-overlay .content-wrap,
section.service-overlay-dynamic .search-overlay .content-wrap {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 691px;
  padding: 52px 62px 54px 55px;
  position: relative;
  width: 100%;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .content-wrap,
  .service-overlay .search-overlay .content-wrap,
  section.service-overlay-dynamic .search-overlay .content-wrap {
    padding: 20px 30px 30px;
    text-align: center;
  }
}
.contact-overlay .search-overlay .content-wrap:after,
.service-overlay .search-overlay .content-wrap:after,
section.service-overlay-dynamic .search-overlay .content-wrap:after {
  clear: both;
  content: "";
  display: block;
}
.contact-overlay .search-overlay .content-wrap h3,
.service-overlay .search-overlay .content-wrap h3,
section.service-overlay-dynamic .search-overlay .content-wrap h3 {
  line-height: 1.25;
  margin-bottom: 18px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .contact-overlay .search-overlay .content-wrap h3,
  .service-overlay .search-overlay .content-wrap h3,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 {
    margin-bottom: 10px;
  }
}
.contact-overlay .search-overlay .content-wrap h3 span,
.service-overlay .search-overlay .content-wrap h3 span,
section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
  color: #000;
  font-family: roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    font-size: 24px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    font-size: 22px;
  }
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .content-wrap h3 span,
  .service-overlay .search-overlay .content-wrap h3 span,
  section.service-overlay-dynamic .search-overlay .content-wrap h3 span {
    font-size: 20px;
  }
}
.contact-overlay .search-overlay .content-wrap p,
.service-overlay .search-overlay .content-wrap p,
section.service-overlay-dynamic .search-overlay .content-wrap p {
  color: #3c3c3c;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.43;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-overlay .search-overlay .content-wrap p,
  .service-overlay .search-overlay .content-wrap p,
  section.service-overlay-dynamic .search-overlay .content-wrap p {
    padding-bottom: 20px;
  }
}
.contact-overlay .search-overlay .content-wrap p a,
.service-overlay .search-overlay .content-wrap p a,
section.service-overlay-dynamic .search-overlay .content-wrap p a {
  color: #006dff;
}
.contact-overlay .search-overlay .content-wrap p a:hover,
.service-overlay .search-overlay .content-wrap p a:hover,
section.service-overlay-dynamic .search-overlay .content-wrap p a:hover {
  text-decoration: underline;
}
.contact-overlay .search-overlay .content-wrap h4,
.service-overlay .search-overlay .content-wrap h4,
section.service-overlay-dynamic .search-overlay .content-wrap h4 {
  border-top: 1px solid #dedede;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 24px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .contact-overlay .search-overlay .content-wrap h4,
  .service-overlay .search-overlay .content-wrap h4,
  section.service-overlay-dynamic .search-overlay .content-wrap h4 {
    padding-top: 20px;
  }
}
.contact-overlay .search-overlay .content-wrap .bg-img,
.service-overlay .search-overlay .content-wrap .bg-img,
section.service-overlay-dynamic .search-overlay .content-wrap .bg-img {
  border-radius: 8px;
  height: 164px;
  margin-bottom: 15px;
}
@media (min-width: 596px) and (max-width: 767px) {
  .contact-overlay .search-overlay .content-wrap .bg-img,
  .service-overlay .search-overlay .content-wrap .bg-img,
  section.service-overlay-dynamic .search-overlay .content-wrap .bg-img {
    height: 134px;
  }
}
.contact-overlay .search-overlay .content-wrap span,
.service-overlay .search-overlay .content-wrap span,
section.service-overlay-dynamic .search-overlay .content-wrap span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  transform: none;
}
.contact-overlay .search-overlay .content-wrap span.same-size-as-subtitle,
.service-overlay .search-overlay .content-wrap span.same-size-as-subtitle,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  span.same-size-as-subtitle {
  font-size: inherit;
}
.contact-overlay .search-overlay .content-wrap .we-btn-red span,
.service-overlay .search-overlay .content-wrap .we-btn-red span,
section.service-overlay-dynamic .search-overlay .content-wrap .we-btn-red span {
  color: #fff;
}
.contact-overlay .search-overlay .content-wrap .form-wrapper > h4,
.service-overlay .search-overlay .content-wrap .form-wrapper > h4,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .form-wrapper
  > h4 {
  background: #e4f2ff;
  border: 1px solid #dedede;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 30px 20px 24px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .content-wrap .form-wrapper > h4,
  .service-overlay .search-overlay .content-wrap .form-wrapper > h4,
  section.service-overlay-dynamic
    .search-overlay
    .content-wrap
    .form-wrapper
    > h4 {
    padding: 30px 17px 24px;
  }
}
.contact-overlay .search-overlay .content-wrap .inner-box form,
.service-overlay .search-overlay .content-wrap .inner-box form,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box form {
  background: #fff;
  border: 1px solid #dedede;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  margin-bottom: 20px;
  padding: 20px;
}
.contact-overlay .search-overlay .content-wrap .inner-box .fname,
.contact-overlay .search-overlay .content-wrap .inner-box .lname,
.contact-overlay .search-overlay .content-wrap .inner-box .wrap,
.service-overlay .search-overlay .content-wrap .inner-box .fname,
.service-overlay .search-overlay .content-wrap .inner-box .lname,
.service-overlay .search-overlay .content-wrap .inner-box .wrap,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box .fname,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box .lname,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box .wrap {
  position: relative;
}
.contact-overlay .search-overlay .content-wrap .inner-box .used label,
.service-overlay .search-overlay .content-wrap .inner-box .used label,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  .used
  label {
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 4px;
  text-transform: uppercase;
  top: -8px;
}
.contact-overlay .search-overlay .content-wrap .inner-box .used label.email,
.service-overlay .search-overlay .content-wrap .inner-box .used label.email,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  .used
  label.email {
  top: -8px;
}
.contact-overlay .search-overlay .content-wrap .inner-box .condition,
.service-overlay .search-overlay .content-wrap .inner-box .condition,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  .condition {
  display: flex;
}
.contact-overlay .search-overlay .content-wrap .inner-box .condition p,
.service-overlay .search-overlay .content-wrap .inner-box .condition p,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  .condition
  p {
  padding-left: 5px;
  text-align: left;
}
.contact-overlay .search-overlay .content-wrap .inner-box button,
.service-overlay .search-overlay .content-wrap .inner-box button,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  button {
  width: 100%;
}
.contact-overlay
  .search-overlay
  .content-wrap
  .inner-box
  button.disabled-button,
.service-overlay
  .search-overlay
  .content-wrap
  .inner-box
  button.disabled-button,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  button.disabled-button {
  background: #d67c7c;
  border-color: #d67c7c;
  pointer-events: none;
}
.contact-overlay .search-overlay .content-wrap .inner-box input,
.service-overlay .search-overlay .content-wrap .inner-box input,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box input {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-bottom: 16px;
  outline: none;
  padding: 13px 16px 16px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.contact-overlay .search-overlay .content-wrap .inner-box input:hover,
.service-overlay .search-overlay .content-wrap .inner-box input:hover,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  input:hover {
  border: 1px solid #3c3c3c;
}
.contact-overlay
  .search-overlay
  .content-wrap
  .inner-box
  input[type="checkbox"],
.service-overlay
  .search-overlay
  .content-wrap
  .inner-box
  input[type="checkbox"],
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  input[type="checkbox"] {
  margin-top: 4px;
  width: auto;
}
.contact-overlay .search-overlay .content-wrap .inner-box input:focus,
.service-overlay .search-overlay .content-wrap .inner-box input:focus,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  input:focus {
  border: 2px solid #006dff !important;
}
.contact-overlay .search-overlay .content-wrap .inner-box textarea,
.service-overlay .search-overlay .content-wrap .inner-box textarea,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  textarea {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  height: 100px;
  margin: 0;
  min-height: 100px;
  width: 100%;
}
.contact-overlay .search-overlay .content-wrap .inner-box label,
.service-overlay .search-overlay .content-wrap .inner-box label,
section.service-overlay-dynamic .search-overlay .content-wrap .inner-box label {
  background: #fff;
  color: #616161;
  font-size: 16px;
  left: 10px;
  line-height: 1.5;
  position: absolute;
  top: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-overlay .search-overlay .content-wrap .inner-box label.email,
.service-overlay .search-overlay .content-wrap .inner-box label.email,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  label.email {
  top: 14px;
}
.contact-overlay .search-overlay .content-wrap .inner-box label.focus,
.service-overlay .search-overlay .content-wrap .inner-box label.focus,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  label.focus {
  color: #006dff !important;
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 4px;
  text-transform: uppercase;
  top: -8px;
}
.contact-overlay .search-overlay .content-wrap .inner-box label.hide,
.service-overlay .search-overlay .content-wrap .inner-box label.hide,
section.service-overlay-dynamic
  .search-overlay
  .content-wrap
  .inner-box
  label.hide {
  display: none;
}
.contact-overlay .search-overlay #message_wrap,
.service-overlay .search-overlay #message_wrap,
section.service-overlay-dynamic .search-overlay #message_wrap {
  color: red;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}
.contact-overlay .search-overlay #message_wrap_for_email,
.service-overlay .search-overlay #message_wrap_for_email,
section.service-overlay-dynamic .search-overlay #message_wrap_for_email {
  color: red;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.43;
  padding-bottom: 10px;
  text-align: center;
}
.contact-overlay .search-overlay #service-email:invalid,
.service-overlay .search-overlay #service-email:invalid,
section.service-overlay-dynamic .search-overlay #service-email:invalid {
  border-color: red;
}
.contact-overlay .search-overlay .bzone-loading,
.service-overlay .search-overlay .bzone-loading,
section.service-overlay-dynamic .search-overlay .bzone-loading {
  margin: 20px 0;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .message-wrapper,
  .service-overlay .search-overlay .message-wrapper,
  section.service-overlay-dynamic .search-overlay .message-wrapper {
    text-align: left;
  }
}
.contact-overlay .search-overlay .message-wrapper .we-row,
.service-overlay .search-overlay .message-wrapper .we-row,
section.service-overlay-dynamic .search-overlay .message-wrapper .we-row {
  font-size: 0;
}
.contact-overlay .search-overlay .message-wrapper .we-row.success,
.service-overlay .search-overlay .message-wrapper .we-row.success,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .we-row.success {
  border-bottom: 2px solid #2cb43d;
}
.contact-overlay .search-overlay .message-wrapper .we-row.success h4,
.service-overlay .search-overlay .message-wrapper .we-row.success h4,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .we-row.success
  h4 {
  color: #2cb43d;
}
.contact-overlay .search-overlay .message-wrapper .we-row.fail,
.service-overlay .search-overlay .message-wrapper .we-row.fail,
section.service-overlay-dynamic .search-overlay .message-wrapper .we-row.fail {
  border-bottom: 2px solid red;
}
.contact-overlay .search-overlay .message-wrapper .we-row.fail h4,
.service-overlay .search-overlay .message-wrapper .we-row.fail h4,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .we-row.fail
  h4 {
  color: red;
}
.contact-overlay .search-overlay .message-wrapper .img-wrapper,
.service-overlay .search-overlay .message-wrapper .img-wrapper,
section.service-overlay-dynamic .search-overlay .message-wrapper .img-wrapper {
  display: inline-block;
  height: 120px;
  max-width: 200px;
  vertical-align: top;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .message-wrapper .img-wrapper,
  .service-overlay .search-overlay .message-wrapper .img-wrapper,
  section.service-overlay-dynamic
    .search-overlay
    .message-wrapper
    .img-wrapper {
    margin: auto;
  }
}
.contact-overlay .search-overlay .message-wrapper .text-wrap,
.service-overlay .search-overlay .message-wrapper .text-wrap,
section.service-overlay-dynamic .search-overlay .message-wrapper .text-wrap {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  width: calc(100% - 200px);
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .message-wrapper .text-wrap,
  .service-overlay .search-overlay .message-wrapper .text-wrap,
  section.service-overlay-dynamic .search-overlay .message-wrapper .text-wrap {
    padding-left: 0;
    width: 100%;
  }
}
.contact-overlay .search-overlay .message-wrapper .text-wrap h6,
.service-overlay .search-overlay .message-wrapper .text-wrap h6,
section.service-overlay-dynamic .search-overlay .message-wrapper .text-wrap h6 {
  margin-bottom: 10px;
}
.contact-overlay .search-overlay .message-wrapper .text-wrap h4,
.service-overlay .search-overlay .message-wrapper .text-wrap h4,
section.service-overlay-dynamic .search-overlay .message-wrapper .text-wrap h4 {
  border-top: none;
  color: #2cb43d;
  margin-bottom: 15px;
  padding: 0;
}
.contact-overlay .search-overlay .message-wrapper .text-wrap p,
.service-overlay .search-overlay .message-wrapper .text-wrap p,
section.service-overlay-dynamic .search-overlay .message-wrapper .text-wrap p {
  margin-bottom: 15px;
  padding: 0;
}
.contact-overlay .search-overlay .message-wrapper .content-wrapper h4,
.service-overlay .search-overlay .message-wrapper .content-wrapper h4,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .content-wrapper
  h4 {
  border-top: none;
  color: #2cb43d;
  margin-bottom: 15px;
  padding: 0;
}
.contact-overlay .search-overlay .message-wrapper .content-wrapper ul,
.service-overlay .search-overlay .message-wrapper .content-wrapper ul,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .content-wrapper
  ul {
  padding-left: 0;
}
.contact-overlay .search-overlay .message-wrapper .content-wrapper li,
.service-overlay .search-overlay .message-wrapper .content-wrapper li,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .content-wrapper
  li {
  color: #3c3c3c;
  font-size: 14px;
  letter-spacing: 0.007em;
  line-height: 1.5;
  list-style-type: none;
  margin: 9px 0 -2px;
}
.contact-overlay .search-overlay .message-wrapper .content-wrapper li:before,
.service-overlay .search-overlay .message-wrapper .content-wrapper li:before,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .content-wrapper
  li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  background-size: 100%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
}
.contact-overlay .search-overlay .message-wrapper .row-wrap,
.service-overlay .search-overlay .message-wrapper .row-wrap,
section.service-overlay-dynamic .search-overlay .message-wrapper .row-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-overlay .search-overlay .message-wrapper .price-wrap,
.service-overlay .search-overlay .message-wrapper .price-wrap,
section.service-overlay-dynamic .search-overlay .message-wrapper .price-wrap {
  padding: 30px 30px 0 0;
  width: 60%;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .message-wrapper .price-wrap,
  .service-overlay .search-overlay .message-wrapper .price-wrap,
  section.service-overlay-dynamic .search-overlay .message-wrapper .price-wrap {
    width: 100%;
  }
}
.contact-overlay .search-overlay .message-wrapper .price-wrap del,
.service-overlay .search-overlay .message-wrapper .price-wrap del,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .price-wrap
  del {
  margin-right: 15px;
}
.contact-overlay .search-overlay .message-wrapper .price-wrap span,
.service-overlay .search-overlay .message-wrapper .price-wrap span,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .price-wrap
  span {
  background: #2cb43d;
  border-radius: 20px;
  color: #fff;
  padding: 2px 8px;
}
.contact-overlay .search-overlay .message-wrapper .price-wrap h3,
.service-overlay .search-overlay .message-wrapper .price-wrap h3,
section.service-overlay-dynamic
  .search-overlay
  .message-wrapper
  .price-wrap
  h3 {
  margin-top: 10px;
}
.contact-overlay .search-overlay .message-wrapper .price-wrap p,
.service-overlay .search-overlay .message-wrapper .price-wrap p,
section.service-overlay-dynamic .search-overlay .message-wrapper .price-wrap p {
  padding: 0;
}
.contact-overlay .search-overlay .message-wrapper .btn-wrap,
.service-overlay .search-overlay .message-wrapper .btn-wrap,
section.service-overlay-dynamic .search-overlay .message-wrapper .btn-wrap {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .message-wrapper .btn-wrap,
  .service-overlay .search-overlay .message-wrapper .btn-wrap,
  section.service-overlay-dynamic .search-overlay .message-wrapper .btn-wrap {
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
}
.contact-overlay .search-overlay .column-wrapper,
.service-overlay .search-overlay .column-wrapper,
section.service-overlay-dynamic .search-overlay .column-wrapper {
  margin: 0 -20px;
  position: relative;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .column-wrapper,
  .service-overlay .search-overlay .column-wrapper,
  section.service-overlay-dynamic .search-overlay .column-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 204px;
  }
}
.contact-overlay .search-overlay .column-wrapper:after,
.service-overlay .search-overlay .column-wrapper:after,
section.service-overlay-dynamic .search-overlay .column-wrapper:after {
  border-top: 1px dashed #006dff;
  content: "";
  left: 30px;
  margin: 0 auto;
  position: absolute;
  right: 30px;
  top: 97px;
}
.contact-overlay .search-overlay .column-wrapper.disconnected-entries:after,
.service-overlay .search-overlay .column-wrapper.disconnected-entries:after,
section.service-overlay-dynamic
  .search-overlay
  .column-wrapper.disconnected-entries:after {
  border-top: none;
}
.contact-overlay .search-overlay .we-col-three,
.service-overlay .search-overlay .we-col-three,
section.service-overlay-dynamic .search-overlay .we-col-three {
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .we-col-three,
  .service-overlay .search-overlay .we-col-three,
  section.service-overlay-dynamic .search-overlay .we-col-three {
    margin: 30px 20px 0;
    width: calc(100% - 40px);
  }
  .contact-overlay .search-overlay .we-col-three:first-child,
  .service-overlay .search-overlay .we-col-three:first-child,
  section.service-overlay-dynamic .search-overlay .we-col-three:first-child {
    margin-top: 0;
  }
}
.contact-overlay .search-overlay .separator,
.service-overlay .search-overlay .separator,
section.service-overlay-dynamic .search-overlay .separator {
  margin: 0 20px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .separator,
  .service-overlay .search-overlay .separator,
  section.service-overlay-dynamic .search-overlay .separator {
    margin: 30px 20px 0;
    width: calc(100% - 40px);
  }
  .contact-overlay .search-overlay .separator:first-child,
  .service-overlay .search-overlay .separator:first-child,
  section.service-overlay-dynamic .search-overlay .separator:first-child {
    margin-top: 0;
  }
}
.contact-overlay .search-overlay .close,
.service-overlay .search-overlay .close,
section.service-overlay-dynamic .search-overlay .close {
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  outline: none;
  padding: 1px 1px 0 0;
  position: absolute;
  right: 27px;
  top: 25px;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .close,
  .service-overlay .search-overlay .close,
  section.service-overlay-dynamic .search-overlay .close {
    right: 20px;
    top: 23px;
  }
}
@media (max-width: 480px) {
  .contact-overlay .search-overlay .close,
  .service-overlay .search-overlay .close,
  section.service-overlay-dynamic .search-overlay .close {
    right: 20px;
    top: 10px;
  }
}
.contact-overlay .search-overlay .close:hover:after,
.contact-overlay .search-overlay .close:hover:before,
.service-overlay .search-overlay .close:hover:after,
.service-overlay .search-overlay .close:hover:before,
section.service-overlay-dynamic .search-overlay .close:hover:after,
section.service-overlay-dynamic .search-overlay .close:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.contact-overlay .search-overlay .close:after,
.contact-overlay .search-overlay .close:before,
.service-overlay .search-overlay .close:after,
.service-overlay .search-overlay .close:before,
section.service-overlay-dynamic .search-overlay .close:after,
section.service-overlay-dynamic .search-overlay .close:before {
  background: #000;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 13px;
  transition: all 0.3s ease-in-out;
  width: 26px;
}
.contact-overlay .search-overlay .close:before,
.service-overlay .search-overlay .close:before,
section.service-overlay-dynamic .search-overlay .close:before {
  transform: rotate(45deg);
}
.contact-overlay .search-overlay .close:after,
.service-overlay .search-overlay .close:after,
section.service-overlay-dynamic .search-overlay .close:after {
  transform: rotate(133deg);
}
.contact-overlay .search-overlay .close.smaller-close,
.service-overlay .search-overlay .close.smaller-close,
section.service-overlay-dynamic .search-overlay .close.smaller-close {
  right: 25px;
  top: 25px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .close.smaller-close,
  .service-overlay .search-overlay .close.smaller-close,
  section.service-overlay-dynamic .search-overlay .close.smaller-close {
    right: 25px;
    top: 25px;
  }
}
@media (max-width: 480px) {
  .contact-overlay .search-overlay .close.smaller-close,
  .service-overlay .search-overlay .close.smaller-close,
  section.service-overlay-dynamic .search-overlay .close.smaller-close {
    right: 25px;
    top: 25px;
  }
}
.contact-overlay .search-overlay .close.smaller-close:after,
.contact-overlay .search-overlay .close.smaller-close:before,
.service-overlay .search-overlay .close.smaller-close:after,
.service-overlay .search-overlay .close.smaller-close:before,
section.service-overlay-dynamic .search-overlay .close.smaller-close:after,
section.service-overlay-dynamic .search-overlay .close.smaller-close:before {
  width: 21px;
}
.contact-overlay .search-overlay .load-wrapper,
.service-overlay .search-overlay .load-wrapper,
section.service-overlay-dynamic .search-overlay .load-wrapper {
  margin: auto;
  width: 400px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .load-wrapper,
  .service-overlay .search-overlay .load-wrapper,
  section.service-overlay-dynamic .search-overlay .load-wrapper {
    margin-top: 20px;
    width: 220px;
  }
}
.contact-overlay .search-overlay .load-wrapper svg,
.service-overlay .search-overlay .load-wrapper svg,
section.service-overlay-dynamic .search-overlay .load-wrapper svg {
  display: block;
  margin: auto;
}
.contact-overlay .search-overlay .load-wrapper path,
.service-overlay .search-overlay .load-wrapper path,
section.service-overlay-dynamic .search-overlay .load-wrapper path {
  animation: moveTheWave 2.4s linear infinite;
  stroke-dasharray: 0 16 101 16;
}
.contact-overlay .search-overlay .load-wrapper h4,
.service-overlay .search-overlay .load-wrapper h4,
section.service-overlay-dynamic .search-overlay .load-wrapper h4 {
  border-top: none;
  height: 70px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .load-wrapper h4,
  .service-overlay .search-overlay .load-wrapper h4,
  section.service-overlay-dynamic .search-overlay .load-wrapper h4 {
    height: 100px;
  }
}
.contact-overlay .search-overlay .load-wrapper h4 span,
.service-overlay .search-overlay .load-wrapper h4 span,
section.service-overlay-dynamic .search-overlay .load-wrapper h4 span {
  bottom: 0;
  font-size: 26px;
  font-weight: 700;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 595px) {
  .contact-overlay .search-overlay .load-wrapper h4 span,
  .service-overlay .search-overlay .load-wrapper h4 span,
  section.service-overlay-dynamic .search-overlay .load-wrapper h4 span {
    top: 15px;
  }
}
.contact-overlay .search-overlay .dip-text-1,
.service-overlay .search-overlay .dip-text-1,
section.service-overlay-dynamic .search-overlay .dip-text-1 {
  animation: loadingTextDIP 4s;
}
.contact-overlay .search-overlay .dip-text-2,
.service-overlay .search-overlay .dip-text-2,
section.service-overlay-dynamic .search-overlay .dip-text-2 {
  animation: loadingTextDIP 4s 2s;
}
.contact-overlay .search-overlay .dip-text-3,
.service-overlay .search-overlay .dip-text-3,
section.service-overlay-dynamic .search-overlay .dip-text-3 {
  animation: loadingTextDIP2 2s 4s infinite;
}
.contact-overlay.overlay-open,
.service-overlay.overlay-open,
section.service-overlay-dynamic.overlay-open {
  opacity: 1;
  top: 0;
  z-index: 9999;
}
.contact-overlay.overlay-open .content-wrap,
.service-overlay.overlay-open .content-wrap,
section.service-overlay-dynamic.overlay-open .content-wrap {
  animation: fade-Up 0.5s ease-in-out both;
  opacity: 0;
}
.contact-overlay.for-header .content-wrap,
.service-overlay.for-header .content-wrap,
section.service-overlay-dynamic.for-header .content-wrap {
  height: 100%;
  overflow: scroll;
}
.contact-overlay.left-image .content-wrap,
.service-overlay.left-image .content-wrap,
section.service-overlay-dynamic.left-image .content-wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact-overlay.left-image .content-wrap,
  .service-overlay.left-image .content-wrap,
  section.service-overlay-dynamic.left-image .content-wrap {
    display: block;
    flex-direction: inherit;
  }
}
.contact-overlay.left-image .inner-box,
.service-overlay.left-image .inner-box,
section.service-overlay-dynamic.left-image .inner-box {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact-overlay.left-image .inner-box,
  .service-overlay.left-image .inner-box,
  section.service-overlay-dynamic.left-image .inner-box {
    padding: 20px 0 0;
  }
}
.contact-overlay.left-image .bg-img img,
.service-overlay.left-image .bg-img img,
section.service-overlay-dynamic.left-image .bg-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-overlay.overlay-with-form .search-overlay .content-wrap.thinner-wrap,
.service-overlay.overlay-with-form .search-overlay .content-wrap.thinner-wrap,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .content-wrap.thinner-wrap {
  max-width: 493px;
  padding: 70px 30px 32px;
}
.contact-overlay.overlay-with-form .hidden-form-error,
.service-overlay.overlay-with-form .hidden-form-error,
section.service-overlay-dynamic.overlay-with-form .hidden-form-error {
  display: none;
}
.contact-overlay.overlay-with-form .title,
.service-overlay.overlay-with-form .title,
section.service-overlay-dynamic.overlay-with-form .title {
  color: #3c3c3c;
  font: normal normal normal 26px/18px Roboto;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1399px) {
  .contact-overlay.overlay-with-form .title,
  .service-overlay.overlay-with-form .title,
  section.service-overlay-dynamic.overlay-with-form .title {
    font: normal normal medium 26px/18px Roboto;
  }
}
@media (max-width: 1199px) {
  .contact-overlay.overlay-with-form .title,
  .service-overlay.overlay-with-form .title,
  section.service-overlay-dynamic.overlay-with-form .title {
    font: normal normal medium 24px/18px Roboto;
  }
}
@media (max-width: 991px) {
  .contact-overlay.overlay-with-form .title,
  .service-overlay.overlay-with-form .title,
  section.service-overlay-dynamic.overlay-with-form .title {
    font: normal normal medium 22px/18px Roboto;
  }
}
@media (max-width: 595px) {
  .contact-overlay.overlay-with-form .title,
  .service-overlay.overlay-with-form .title,
  section.service-overlay-dynamic.overlay-with-form .title {
    font: normal normal medium 20px/18px Roboto;
  }
}
.contact-overlay.overlay-with-form .title .leaks,
.service-overlay.overlay-with-form .title .leaks,
section.service-overlay-dynamic.overlay-with-form .title .leaks {
  color: #fb0000;
  font-weight: 500;
}
.contact-overlay.overlay-with-form .search-overlay .content-wrap .header p,
.service-overlay.overlay-with-form .search-overlay .content-wrap .header p,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .content-wrap
  .header
  p {
  border-top: none;
  color: #3c3c3c;
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0;
  padding-bottom: 30px;
}
.contact-overlay.overlay-with-form .search-overlay .content-wrap .time-estimate,
.service-overlay.overlay-with-form .search-overlay .content-wrap .time-estimate,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .content-wrap
  .time-estimate {
  color: #3c3c3c;
  font: normal normal normal 12px/18px Roboto;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 0;
  text-align: center;
}
.contact-overlay.overlay-with-form .product-logo,
.service-overlay.overlay-with-form .product-logo,
section.service-overlay-dynamic.overlay-with-form .product-logo {
  position: absolute;
  right: auto;
  top: 25px;
}
.contact-overlay.overlay-with-form .product-logo .cmp-image__image,
.service-overlay.overlay-with-form .product-logo .cmp-image__image,
section.service-overlay-dynamic.overlay-with-form
  .product-logo
  .cmp-image__image {
  max-height: 32px;
}
.contact-overlay.overlay-with-form .product-logo .limited-height,
.service-overlay.overlay-with-form .product-logo .limited-height,
section.service-overlay-dynamic.overlay-with-form
  .product-logo
  .limited-height {
  height: 32px;
}
.contact-overlay.overlay-with-form .align-arrow:after,
.service-overlay.overlay-with-form .align-arrow:after,
section.service-overlay-dynamic.overlay-with-form .align-arrow:after {
  top: 4px;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .we-row
  .text-wrap
  p,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .we-row
  .text-wrap
  p,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .we-row
  .text-wrap
  p {
  border-top: none;
  color: #3c3c3c;
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section {
  background-color: #e4f2ff;
  border-radius: 7px;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .savePercent,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .savePercent,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .savePercent {
  background: #2cb43d;
  border-radius: 20px;
  color: #fff;
  padding: 2px 8px;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  .product,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  .product,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  .product {
  color: #3c3c3c;
  font: normal normal 700 16px/21px Roboto;
  letter-spacing: 0;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  p,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  p,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .product-wrap
  p {
  color: #3c3c3c;
  font: normal normal normal 14px/19px Roboto;
  letter-spacing: 0;
  padding-bottom: 1rem;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap {
  border-top: 1px solid #989898;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .fullPrice,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .fullPrice,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .fullPrice {
  color: #989898;
  font: normal normal normal 18px/24px Roboto;
  letter-spacing: 0;
}
.contact-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .newPrice,
.service-overlay.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .newPrice,
section.service-overlay-dynamic.overlay-with-form
  .search-overlay
  .message-wrapper
  .buy-section
  .price-wrap
  .newPrice {
  color: #000;
  font: normal normal 700 24px/32px Roboto;
  letter-spacing: 0;
  line-height: 25px;
}
.contact-overlay .search-overlay .content-wrap .inner-box textarea {
  padding: 13px 16px 16px;
}
#contact-service-overlay .form-wrapper #contact_message_wrap {
  font-size: 16px;
  text-align: center;
}
#contact-service-overlay .form-wrapper .success-message {
  color: #3c3c3c;
  font-size: 20px;
}
@keyframes loadingTextDIP {
  0%,
  50% {
    opacity: 0;
  }
  10%,
  40% {
    opacity: 1;
  }
}
@keyframes loadingTextDIP2 {
  0%,
  to {
    opacity: 0;
  }
  20%,
  80% {
    opacity: 1;
  }
}
@keyframes moveTheWave {
  0% {
    stroke-dashoffset: 0;
    transform: translateZ(0);
  }
  to {
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }
}
@keyframes fade-Up {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
.sitemap .title {
  border-bottom: 4px solid #006dff;
  color: #000;
  font-weight: 500;
  padding-bottom: 15px;
}
.sitemap .wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .wrapper {
    margin-top: 45px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .sitemap .wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 595px) {
  .sitemap .wrapper {
    margin-top: 25px;
  }
}
.sitemap .wrapper:first-of-type {
  margin-top: 0;
}
.sitemap .item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .item {
  margin-right: 45px;
  margin-top: 25px;
  width: calc(33.33% - 30px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .item {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
  .sitemap .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .sitemap .item {
    margin-right: 30px;
    width: calc(50% - 15px);
  }
  .sitemap .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 595px) {
  .sitemap .item {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sitemap .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sitemap ul {
  padding: 0;
}
.sitemap li {
  list-style-type: none;
  padding: 0;
}
.sitemap li a {
  color: #000;
  transition: color 0.3s ease-in-out;
}
.sitemap li a:hover {
  color: #006dff;
}
@media (max-width: 1332px) {
  .solution-diagram .column-wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .solution-diagram .column-wrapper {
    width: 1170px;
  }
}
.solution-diagram .col-wrap {
  display: flex;
  width: 100%;
}
.solution-diagram .col-wrap p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 4px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .solution-diagram .col-wrap p {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-diagram .col-wrap p {
    font-size: 14px !important;
  }
}
.solution-diagram .col-wrap .h4,
.solution-diagram .col-wrap h4 {
  font-weight: 600;
  margin: 0;
  padding-left: 12px;
  text-align: left;
}
.solution-diagram .col-wrap .cell-bar:after {
  background-color: #eee;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.solution-diagram .col-wrap.skyblue {
  border-left: 8px solid #008cff;
  border-top: 1px solid #e4f2ff;
  border-top-left-radius: 10px;
  justify-content: left;
  margin-bottom: 1px;
}
.solution-diagram .col-wrap.skyblue .col-cell:before {
  background-color: #e4f2ff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
.solution-diagram .col-wrap.skyblue .h4,
.solution-diagram .col-wrap.skyblue h4 {
  color: #008cff;
}
.solution-diagram .col-wrap.skyblue .cell-fill:after {
  background-color: #008cff;
}
.solution-diagram .col-wrap.blue {
  border-left: 8px solid #006dff;
  justify-content: left;
  margin-bottom: 1px;
}
.solution-diagram .col-wrap.blue .col-cell:before {
  background-color: #e4f2ff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
.solution-diagram .col-wrap.blue .h4,
.solution-diagram .col-wrap.blue h4 {
  color: #006dff;
}
.solution-diagram .col-wrap.blue .cell-fill:after {
  background-color: #006dff;
}
.solution-diagram .col-wrap.darkish-blue {
  border-bottom-left-radius: 10px;
  border-left: 8px solid #00439c;
  justify-content: left;
}
.solution-diagram .col-wrap.darkish-blue .col-cell:before {
  background-color: #e4f2ff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 1px;
}
.solution-diagram .col-wrap.darkish-blue .h4,
.solution-diagram .col-wrap.darkish-blue h4 {
  color: #00439c;
}
.solution-diagram .col-wrap.darkish-blue .cell-fill:after {
  background-color: #00439c;
}
.solution-diagram .col-wrap .col-cell {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e4f2ff;
  color: #494949;
  display: flex;
  font-size: 14px;
  height: 80px;
  justify-content: center;
  max-width: 138px;
  min-width: 138px;
  padding: 12px;
  position: relative;
}
.solution-diagram .col-wrap .col-cell.border-left:after {
  border-radius: 10px 0 0 10px;
  left: auto;
  right: 0;
  width: 88%;
}
.solution-diagram .col-wrap .col-cell.border-right:after {
  border-radius: 0 10px 10px 0;
  width: 88%;
}
.solution-diagram .col-wrap .col-cell.empty-cell {
  background-color: #fff !important;
  border-bottom: none;
  min-width: 188px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .solution-diagram .col-wrap .col-cell.empty-cell {
    max-width: 168px;
    min-width: 168px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solution-diagram .col-wrap .col-cell.empty-cell {
    max-width: 168px;
    min-width: 168px;
  }
}
@media (max-width: 767px) {
  .solution-diagram .col-wrap .col-cell.empty-cell {
    max-width: 163px;
    min-width: 163px;
  }
}
.solution-diagram .col-wrap .col-cell.heading {
  justify-content: flex-start;
  min-width: 180px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .solution-diagram .col-wrap .col-cell.heading {
    max-width: 160px;
    min-width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solution-diagram .col-wrap .col-cell.heading {
    max-width: 160px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .solution-diagram .col-wrap .col-cell.heading {
    max-width: 155px;
    min-width: 155px;
  }
}
.solution-diagram .col-wrap:first-child .col-cell {
  background-color: #e4f2ff;
  border-right: 1px solid #fff;
  height: 104px;
}
.solution-diagram .col-wrap.headings-top .col-cell {
  height: auto;
}
.store-devices__input-container {
  display: flex;
  gap: 0.75rem;
}
.store-devices__button {
  border-radius: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.store-devices__display {
  border-radius: 0.25rem;
  border-width: 1px;
  width: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
}
.store-devices__controls {
  display: flex;
  gap: 4px;
}
.store-devices--button-color-blue .store-devices__button {
  --tw-bg-opacity: 1;
  background-color: rgb(101 167 255 / var(--tw-bg-opacity, 1));
}
.store-devices--button-color-gray .store-devices__button {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.store-devices--button-color-white .store-devices__button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.store-devices--button-color-light-blue .store-devices__button {
  --tw-bg-opacity: 1;
  background-color: rgb(214 232 255 / var(--tw-bg-opacity, 1));
}
.store-devices--button-color-light-blue .store-devices__button:hover {
  background-color: #9ec8ff;
}
.store-devices--button-color-light-blue .store-devices__button:active {
  background-color: #006dff;
}
.store-devices--input-centered .store-devices__input-container {
  justify-content: center;
}
.store-devices--input-under .store-devices__input-container {
  flex-direction: column;
}
.store-devices--input-gap-medium .store-devices__input-container {
  gap: 16px;
}
.store-devices--input-size-medium .store-devices__display {
  height: 32px;
}
.store-devices--input-size-medium .store-devices__button {
  height: 32px;
  width: 32px;
}
.store-layout-tag--left .store-layout-tag__container {
  left: 50%;
  max-width: 45%;
  top: -100px;
  z-index: 10;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-wcm-mode="EDIT"] .store-layout-tag--left .store-layout-tag__container {
  width: 8rem;
}
[data-wcm-mode="DISABLED"]
  .store-layout-tag--left
  .store-layout-tag__container {
  position: absolute;
}
@media (min-width: 480px) {
  .store-layout-tag--left .store-layout-tag__container {
    top: -8%;
  }
}
@media (min-width: 596px) {
  .store-layout-tag--left .store-layout-tag__container {
    left: 5%;
    --tw-translate-x: 0px;
    top: -15%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 992px) {
  .store-layout-tag--left .store-layout-tag__container {
    left: -10%;
    top: -20%;
  }
}
@media (min-width: 1332px) {
  .store-layout-tag--left .store-layout-tag__container {
    left: -20%;
    top: -25%;
  }
}
.store-layout-tag--left .store-layout-tag__container-text {
  display: none;
}
.store-layout-tag--right .store-layout-tag__container {
  height: 80px;
  right: 5%;
  top: -12px;
  width: 100px;
  z-index: 10;
}
[data-wcm-mode="DISABLED"]
  .store-layout-tag--right
  .store-layout-tag__container {
  position: absolute;
}
@media (min-width: 992px) {
  .store-layout-tag--right .store-layout-tag__container {
    height: 120px;
    width: 140px;
  }
}
.store-layout-tag--right .store-layout-tag__container-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
[data-wcm-mode="DISABLED"]
  .store-layout-tag--right
  .store-layout-tag__container-text {
  top: -100%;
}
.store-layout-tag--right .store-layout-tag__container-text .cmp-text {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.store-layout-tag--right .store-layout-tag__container-text .cmp-text p {
  line-height: 1rem;
}
.store-layout-tag--fhb-red {
  position: relative;
}
.store-layout-tag--fhb-red .store-layout-tag__container {
  height: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 160px;
}
@media (min-width: 768px) {
  .store-layout-tag--fhb-red .store-layout-tag__container {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .store-layout-tag--fhb-red .store-layout-tag__container {
    width: 260px;
  }
}
.store-layout-tag--fhb-red .store-layout-tag__container-image {
  height: auto;
  width: 100%;
}
[data-wcm-mode="DISABLED"]
  .store-layout-tag--fhb-red
  .store-layout-tag__container-text {
  top: 0;
}
.store-layout-tag--fhb-red .store-layout-tag__container-text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 77%;
}
.store-layout-tag--card-red .store-layout-tag__container {
  height: auto;
  right: -2%;
  top: -9px;
  width: 86px;
}
[data-wcm-mode="DISABLED"]
  .store-layout-tag--card-red
  .store-layout-tag__container-text {
  top: 0;
}
.store-layout-tag--card-red .store-layout-tag__container-text {
  padding-left: 16px;
  position: absolute;
}
.store-price__discount-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
[data-wcm-mode="EDIT"] .store-price__discount-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.store-price__old-price p {
  line-height: 18px;
}
.store-price__current-price p {
  line-height: 45px;
}
.store-price__information {
  padding-top: 0.5rem;
}
.store-price--horizontal-center .store-price__discount-row,
.store-ribbon {
  justify-content: center;
}
.store-ribbon {
  align-items: center;
  display: flex;
  margin-left: calc(var(--padding-left-right) * -1);
  margin-right: calc(var(--padding-left-right) * -1);
  margin-top: calc(var(--padding-top) * -1);
  --tw-bg-opacity: 1;
  background-color: rgb(53 178 69 / var(--tw-bg-opacity, 1));
  padding-bottom: 2px;
  padding-top: 2px;
}
.store-ribbon--triangle {
  border-top-left-radius: var(--border-radius);
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 26 / var(--tw-bg-opacity, 1));
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
[data-wcm-mode="DISABLED"] .store-ribbon--triangle {
  height: 90px;
  position: absolute;
  width: 90px;
}
.store-ribbon--triangle .store-ribbon__text-content {
  margin-left: 1rem;
  margin-top: 1rem;
}
.store-ribbon--triangle .store-ribbon__text-content .cmp-text p {
  font-size: 20px;
  line-height: 10px;
}
.store-ribbon--promotion {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  height: 28px;
  position: absolute;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.store-selector {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  position: relative;
}
.store-selector__main-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
}
.store-selector__arrow {
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 47%;
  width: 0.75rem;
  z-index: 1;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  border-bottom-width: 2px;
  border-right-width: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(0 109 255 / var(--tw-border-opacity, 1));
}
.store-selector--black-arrow .store-selector__arrow {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: 0;
  border-top: 5px solid transparent;
  height: 10px;
  rotate: 45deg;
  width: 5px;
}
.store-selector--small-input {
  margin: 0;
  width: 100px;
}
.store-selector--small-input .store-selector__main-select {
  border-color: #eaeaea;
  font-weight: 400;
  height: 32px;
  padding: 0 0 0 24px;
}
.store-spacer {
  border-style: solid;
  border-top-width: 1px;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.store-spacer--empty {
  border-style: none;
}
.store-subscriptions__container {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
}
.store-subscriptions__label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1rem;
  margin-left: 2rem;
  position: relative;
}
.store-subscriptions__label:first-of-type {
  margin-left: 0;
}
.store-subscriptions__input {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
}
.store-subscriptions__input:checked
  + .store-subscriptions__radio-bubble-container
  .store-subscriptions__radio-bubble {
  display: block;
}
.store-subscriptions__radio-bubble-container {
  align-items: center;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-right: 0.5rem;
  width: 22px;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 255 / var(--tw-border-opacity, 1));
}
.store-subscriptions__radio-bubble {
  border-radius: 9999px;
  display: none;
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 255 / var(--tw-bg-opacity, 1));
}
.store-subscriptions__item {
  display: flex;
  flex-direction: column;
}
.store-subscriptions__discount-label {
  background-color: rgba(0, 167, 26, 0.102);
  border-radius: 4px;
  color: #00a71a;
  font-size: 13px;
  line-height: 15.6px;
  margin-top: 10px;
  padding: 4px 6px;
  text-align: center;
}
.store-subscriptions--horizontal-center .store-subscriptions__container {
  justify-content: center;
}
.store-subscriptions--horizontal-right .store-subscriptions__container {
  justify-content: flex-end;
}
.store-subscriptions--light-blue-background .store-subscriptions__label {
  background-color: transparent;
  color: #006dff60;
  font-size: 15px;
  line-height: 22px;
  margin-left: 0.5rem;
  padding: 0.5rem 52px;
  text-transform: uppercase;
}
.store-subscriptions--light-blue-background
  .store-subscriptions__label:first-of-type {
  margin-left: 0;
}
.store-subscriptions--light-blue-background
  .store-subscriptions__label:has(input:checked) {
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 109 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(0 109 255 / var(--tw-text-opacity, 1));
}
.store-subscriptions--light-blue-background
  .store-subscriptions__radio-bubble-container {
  display: none;
}
.store-subscriptions--bsg-calculator .store-subscriptions__label {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
}
.store-subscriptions--bsg-calculator .store-subscriptions__container {
  gap: 1rem;
}
@media (min-width: 768px) {
  .store-subscriptions--bsg-calculator .store-subscriptions__container {
    gap: 3.5rem;
  }
}
.store-tax p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.table-row-with-ticks {
  width: 100%;
}
@media (min-width: 992px) {
  section.three-box-hoverable .intro-block {
    margin-bottom: 50px;
  }
}
section.three-box-hoverable .column-wrapper {
  margin: 0 -15px;
  padding-bottom: 30px;
}
@media (max-width: 1270px) {
  section.three-box-hoverable .column-wrapper {
    justify-content: center !important;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.three-box-hoverable .column-wrapper {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.three-box-hoverable .column-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  section.three-box-hoverable .column-wrapper {
    margin: 0;
    padding: 0;
  }
}
section.three-box-hoverable .we-col-three {
  background-color: #e4f2ff;
  border-radius: 8px;
  cursor: pointer;
  height: 310px;
  margin: 9px 15px 17px;
  overflow: hidden;
  padding: 122px 43px 40px;
  position: relative;
  transition: all 0.3s ease;
  width: calc(33.33% - 30px);
}
@media (max-width: 1270px) {
  section.three-box-hoverable .we-col-three {
    height: 281px;
    margin: 9px 9px 13px;
    padding: 113px 37px 18px 36px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.three-box-hoverable .we-col-three {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  section.three-box-hoverable .we-col-three {
    height: 281px;
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.three-box-hoverable .we-col-three {
    background: #006dff;
    cursor: default;
    padding: 15px;
  }
  section.three-box-hoverable .we-col-three:after {
    background: url(../../../content/dam/bitdefender/blue_pattern_grid.svg)
      no-repeat;
    content: "";
    display: block;
    height: 107px;
    position: absolute;
    right: 17px;
    top: 30px;
    width: 172px;
  }
}
section.three-box-hoverable .we-col-three > a {
  background: #006dff;
  border-radius: 8px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 2;
}
section.three-box-hoverable .we-col-three > a:after {
  background: url(../../../content/dam/bitdefender/blue_pattern_grid.svg)
    no-repeat;
  content: "";
  display: block;
  height: 107px;
  position: absolute;
  right: 17px;
  top: 30px;
  width: 172px;
}
@media (max-width: 480px) {
  section.three-box-hoverable .we-col-three > a:after {
    display: none;
  }
}
section.three-box-hoverable .we-col-three:hover {
  background-color: #006dff;
  overflow: visible;
  padding: 25px 10px 18px 36px;
  transform: scale(1.1);
}
@media (max-width: 1270px) {
  section.three-box-hoverable .we-col-three:hover {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  section.three-box-hoverable .we-col-three:hover {
    padding: 15px;
    transform: scale(1);
  }
}
section.three-box-hoverable .we-col-three:hover > a {
  opacity: 1;
}
section.three-box-hoverable .we-col-three:hover .h4,
section.three-box-hoverable .we-col-three:hover h4,
section.three-box-hoverable .we-col-three:hover p {
  color: #fff;
}
section.three-box-hoverable .we-col-three:hover .hover-content {
  margin-bottom: 0;
  opacity: 1;
}
section.three-box-hoverable .we-col-three:hover .hover-content a span {
  color: #fff;
}
section.three-box-hoverable .we-col-three:hover .hover-content a span:after {
  background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
}
@media (max-width: 480px) {
  section.three-box-hoverable .we-col-three:hover .hover-content a span:after {
    transform: translateX(4px);
  }
}
section.three-box-hoverable .we-col-three:hover .content-wrap {
  min-height: 0;
}
section.three-box-hoverable .we-col-three:hover .icon-wrap {
  margin-bottom: 18px;
}
section.three-box-hoverable .we-col-three:hover .icon-wrap svg .cls-1,
section.three-box-hoverable .we-col-three:hover .icon-wrap svg .cls-2,
section.three-box-hoverable .we-col-three:hover .icon-wrap svg path {
  fill: #fff;
}
section.three-box-hoverable .we-col-three:hover .content-wrap,
section.three-box-hoverable .we-col-three:hover .icon-wrap {
  left: -3%;
}
@media (max-width: 480px) {
  section.three-box-hoverable .we-col-three:hover .content-wrap,
  section.three-box-hoverable .we-col-three:hover .icon-wrap {
    left: 0;
  }
}
section.three-box-hoverable .icon-wrap {
  height: 61px;
  margin-bottom: 16px;
  position: relative;
  width: 61px;
  z-index: 2;
}
@media (max-width: 480px) {
  section.three-box-hoverable .icon-wrap {
    margin-bottom: 18px;
    z-index: auto;
  }
  section.three-box-hoverable .icon-wrap svg .cls-1,
  section.three-box-hoverable .icon-wrap svg .cls-2,
  section.three-box-hoverable .icon-wrap svg path {
    fill: #fff;
  }
}
section.three-box-hoverable .content-wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
section.three-box-hoverable .content-wrap .h4,
section.three-box-hoverable .content-wrap h4 {
  margin-bottom: 14px;
}
section.three-box-hoverable .content-wrap {
  min-height: 3.5rem;
}
section.three-box-hoverable .content-wrap > :first-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.three-box-hoverable .hover-content {
  margin-bottom: -100px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 480px) {
  section.three-box-hoverable .hover-content {
    margin-bottom: 0;
    opacity: 1;
    z-index: auto;
  }
}
section.three-box-hoverable .hover-content p {
  line-height: 1.5;
}
@media (min-width: 1399px) {
  section.three-box-hoverable .hover-content p {
    font-size: 18px;
  }
}
@media (max-width: 1270px) {
  section.three-box-hoverable .hover-content p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.three-box-hoverable .hover-content p {
    line-height: 1.56;
  }
}
section.three-box-hoverable .btn-wrap {
  margin-top: 10px;
}
@media (max-width: 480px) {
  section.three-box-hoverable .h4,
  section.three-box-hoverable a,
  section.three-box-hoverable h4,
  section.three-box-hoverable p {
    color: #fff;
  }
  section.three-box-hoverable a span:after {
    background: url(../../../content/dam/bitdefender/white-arrow.svg) no-repeat;
  }
}
.three-box-column .title {
  margin-bottom: 50px;
}
.three-box-column .box {
  background: #616161;
  float: left;
  margin: 0 15px;
  max-width: 360px;
  padding: 30px;
  text-align: left;
  width: calc(33.33% - 30px);
}
.three-box-column .box h3 {
  font-size: 25px;
}
.three-box-column .box p {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .three-box-column .btn-wrap a {
    height: auto;
  }
}
.three-box-column .btn-wrap a {
  z-index: 1;
}
.three-box-column .resource-card .col-outer .col-outer {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.three-box-column .resource-card .col-right {
  min-height: auto;
  padding-left: 0;
  width: 100%;
}
.three-box-column .resource-card .we-col-two {
  margin: 15px !important;
  width: calc(33.33% - 30px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .three-box-column .resource-card .we-col-two {
    width: calc(50% - 30px);
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .three-box-column .resource-card .we-col-two {
    width: calc(50% - 30px);
  }
}
@media (max-width: 595px) {
  .three-box-column .resource-card .we-col-two {
    width: calc(100% - 30px);
  }
}
.three-box-column .btn-wrap {
  margin-top: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .three-box-column .btn-wrap {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .three-box-column .btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.three-box-column .btn-wrap p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .three-box-column .btn-wrap p {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .three-box-column .col-three-block.no-padding-bottom .outer-wrapper {
    margin-top: 30px;
  }
}
.three-box-column .col-three-block.no-padding-bottom .intro-block {
  left: 0;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  -moz-text-align-last: center;
  text-align-last: center;
  top: -120px;
}
@media (max-width: 1399px) {
  .three-box-column .col-three-block.no-padding-bottom .intro-block {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .three-box-column .col-three-block.no-padding-bottom .intro-block {
    top: -70px;
  }
}
@media (max-width: 480px) {
  .three-box-column .col-three-block.no-padding-bottom .intro-block {
    top: -100px;
  }
}
.three-box-column .col-three-block.no-padding-bottom .intro-block h2 {
  text-align: center;
}
.three-box-column .option3 .we-col-three:hover p a {
  color: #fff;
  text-decoration: underline;
}
.three-box-column .option3 .we-col-three:hover .icon-wrap {
  filter: grayscale(1) invert(1) brightness(2);
}
.three-box-column--text-small .we-col-three .content-wrapper h3.default {
  font-size: 18px;
}
@media (min-width: 768px) {
  .three-box-column--text-small .we-col-three .content-wrapper h3.default {
    font-size: 20px;
  }
}
@media (min-width: 1270px) {
  .three-box-column--text-small .we-col-three .content-wrapper h3.default {
    font-size: 26px;
  }
}
.title--white .cmp-title__text {
  color: #fff;
}
.title--gray-light .cmp-title__text {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}
.title--gray-dark .cmp-title__text {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
.title--green .cmp-title__text {
  --tw-text-opacity: 1;
  color: rgb(33 181 61 / var(--tw-text-opacity, 1));
}
.title--blue .cmp-title__text {
  --tw-text-opacity: 1;
  color: rgb(0 109 255 / var(--tw-text-opacity, 1));
}
.title--s-sm h1.cmp-title__text,
.title--s-sm h2.cmp-title__text,
.title--s-sm h3.cmp-title__text,
.title--s-sm h4.cmp-title__text,
.title--s-sm h5.cmp-title__text,
.title--s-sm h6.cmp-title__text,
.title--s-xs h1.cmp-title__text,
.title--s-xs h2.cmp-title__text,
.title--s-xs h3.cmp-title__text,
.title--s-xs h4.cmp-title__text,
.title--s-xs h5.cmp-title__text,
.title--s-xs h6.cmp-title__text {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .title--s-sm h1.cmp-title__text,
  .title--s-sm h2.cmp-title__text,
  .title--s-sm h3.cmp-title__text,
  .title--s-sm h4.cmp-title__text,
  .title--s-sm h5.cmp-title__text,
  .title--s-sm h6.cmp-title__text {
    font-size: 1.25rem;
  }
}
.title--s-md h1.cmp-title__text,
.title--s-md h2.cmp-title__text,
.title--s-md h3.cmp-title__text,
.title--s-md h4.cmp-title__text,
.title--s-md h5.cmp-title__text,
.title--s-md h6.cmp-title__text {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .title--s-md h1.cmp-title__text,
  .title--s-md h2.cmp-title__text,
  .title--s-md h3.cmp-title__text,
  .title--s-md h4.cmp-title__text,
  .title--s-md h5.cmp-title__text,
  .title--s-md h6.cmp-title__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .title--s-md h1.cmp-title__text,
  .title--s-md h2.cmp-title__text,
  .title--s-md h3.cmp-title__text,
  .title--s-md h4.cmp-title__text,
  .title--s-md h5.cmp-title__text,
  .title--s-md h6.cmp-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .title--s-md h1.cmp-title__text,
  .title--s-md h2.cmp-title__text,
  .title--s-md h3.cmp-title__text,
  .title--s-md h4.cmp-title__text,
  .title--s-md h5.cmp-title__text,
  .title--s-md h6.cmp-title__text {
    font-size: 1.5rem;
  }
}
.title--s-lg h1.cmp-title__text,
.title--s-lg h2.cmp-title__text,
.title--s-lg h3.cmp-title__text,
.title--s-lg h4.cmp-title__text,
.title--s-lg h5.cmp-title__text,
.title--s-lg h6.cmp-title__text {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .title--s-lg h1.cmp-title__text,
  .title--s-lg h2.cmp-title__text,
  .title--s-lg h3.cmp-title__text,
  .title--s-lg h4.cmp-title__text,
  .title--s-lg h5.cmp-title__text,
  .title--s-lg h6.cmp-title__text {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .title--s-lg h1.cmp-title__text,
  .title--s-lg h2.cmp-title__text,
  .title--s-lg h3.cmp-title__text,
  .title--s-lg h4.cmp-title__text,
  .title--s-lg h5.cmp-title__text,
  .title--s-lg h6.cmp-title__text {
    font-size: 1.625rem;
  }
}
@media (min-width: 1332px) {
  .title--s-lg h1.cmp-title__text,
  .title--s-lg h2.cmp-title__text,
  .title--s-lg h3.cmp-title__text,
  .title--s-lg h4.cmp-title__text,
  .title--s-lg h5.cmp-title__text,
  .title--s-lg h6.cmp-title__text {
    font-size: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .title--s-lg h1.cmp-title__text,
  .title--s-lg h2.cmp-title__text,
  .title--s-lg h3.cmp-title__text,
  .title--s-lg h4.cmp-title__text,
  .title--s-lg h5.cmp-title__text,
  .title--s-lg h6.cmp-title__text {
    font-size: 2rem;
  }
}
.title--s-xl h1.cmp-title__text,
.title--s-xl h2.cmp-title__text,
.title--s-xl h3.cmp-title__text,
.title--s-xl h4.cmp-title__text,
.title--s-xl h5.cmp-title__text,
.title--s-xl h6.cmp-title__text {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .title--s-xl h1.cmp-title__text,
  .title--s-xl h2.cmp-title__text,
  .title--s-xl h3.cmp-title__text,
  .title--s-xl h4.cmp-title__text,
  .title--s-xl h5.cmp-title__text,
  .title--s-xl h6.cmp-title__text {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .title--s-xl h1.cmp-title__text,
  .title--s-xl h2.cmp-title__text,
  .title--s-xl h3.cmp-title__text,
  .title--s-xl h4.cmp-title__text,
  .title--s-xl h5.cmp-title__text,
  .title--s-xl h6.cmp-title__text {
    font-size: 2.375rem;
  }
}
@media (min-width: 1600px) {
  .title--s-xl h1.cmp-title__text,
  .title--s-xl h2.cmp-title__text,
  .title--s-xl h3.cmp-title__text,
  .title--s-xl h4.cmp-title__text,
  .title--s-xl h5.cmp-title__text,
  .title--s-xl h6.cmp-title__text {
    font-size: 2.5rem;
  }
}
.title--s-xxl h1.cmp-title__text,
.title--s-xxl h2.cmp-title__text,
.title--s-xxl h3.cmp-title__text,
.title--s-xxl h4.cmp-title__text,
.title--s-xxl h5.cmp-title__text,
.title--s-xxl h6.cmp-title__text {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  .title--s-xxl h1.cmp-title__text,
  .title--s-xxl h2.cmp-title__text,
  .title--s-xxl h3.cmp-title__text,
  .title--s-xxl h4.cmp-title__text,
  .title--s-xxl h5.cmp-title__text,
  .title--s-xxl h6.cmp-title__text {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  .title--s-xxl h1.cmp-title__text,
  .title--s-xxl h2.cmp-title__text,
  .title--s-xxl h3.cmp-title__text,
  .title--s-xxl h4.cmp-title__text,
  .title--s-xxl h5.cmp-title__text,
  .title--s-xxl h6.cmp-title__text {
    font-size: 2.625rem;
  }
}
@media (min-width: 1332px) {
  .title--s-xxl h1.cmp-title__text,
  .title--s-xxl h2.cmp-title__text,
  .title--s-xxl h3.cmp-title__text,
  .title--s-xxl h4.cmp-title__text,
  .title--s-xxl h5.cmp-title__text,
  .title--s-xxl h6.cmp-title__text {
    font-size: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .title--s-xxl h1.cmp-title__text,
  .title--s-xxl h2.cmp-title__text,
  .title--s-xxl h3.cmp-title__text,
  .title--s-xxl h4.cmp-title__text,
  .title--s-xxl h5.cmp-title__text,
  .title--s-xxl h6.cmp-title__text {
    font-size: 3.5rem;
  }
}
.title--s-3xl h1.cmp-title__text,
.title--s-3xl h2.cmp-title__text,
.title--s-3xl h3.cmp-title__text,
.title--s-3xl h4.cmp-title__text,
.title--s-3xl h5.cmp-title__text,
.title--s-3xl h6.cmp-title__text {
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .title--s-3xl h1.cmp-title__text,
  .title--s-3xl h2.cmp-title__text,
  .title--s-3xl h3.cmp-title__text,
  .title--s-3xl h4.cmp-title__text,
  .title--s-3xl h5.cmp-title__text,
  .title--s-3xl h6.cmp-title__text {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .title--s-3xl h1.cmp-title__text,
  .title--s-3xl h2.cmp-title__text,
  .title--s-3xl h3.cmp-title__text,
  .title--s-3xl h4.cmp-title__text,
  .title--s-3xl h5.cmp-title__text,
  .title--s-3xl h6.cmp-title__text {
    font-size: 3.125rem;
  }
}
@media (min-width: 1332px) {
  .title--s-3xl h1.cmp-title__text,
  .title--s-3xl h2.cmp-title__text,
  .title--s-3xl h3.cmp-title__text,
  .title--s-3xl h4.cmp-title__text,
  .title--s-3xl h5.cmp-title__text,
  .title--s-3xl h6.cmp-title__text {
    font-size: 68px;
  }
}
@media (min-width: 1600px) {
  .title--s-3xl h1.cmp-title__text,
  .title--s-3xl h2.cmp-title__text,
  .title--s-3xl h3.cmp-title__text,
  .title--s-3xl h4.cmp-title__text,
  .title--s-3xl h5.cmp-title__text,
  .title--s-3xl h6.cmp-title__text {
    font-size: 72px;
  }
}
.title--s-double h1.cmp-title__text,
.title--s-double h2.cmp-title__text,
.title--s-double h3.cmp-title__text,
.title--s-double h4.cmp-title__text,
.title--s-double h5.cmp-title__text,
.title--s-double h6.cmp-title__text {
  font-size: 40px;
}
@media (min-width: 768px) {
  .title--s-double h1.cmp-title__text,
  .title--s-double h2.cmp-title__text,
  .title--s-double h3.cmp-title__text,
  .title--s-double h4.cmp-title__text,
  .title--s-double h5.cmp-title__text,
  .title--s-double h6.cmp-title__text {
    font-size: 4.375rem;
  }
}
@media (min-width: 992px) {
  .title--s-double h1.cmp-title__text,
  .title--s-double h2.cmp-title__text,
  .title--s-double h3.cmp-title__text,
  .title--s-double h4.cmp-title__text,
  .title--s-double h5.cmp-title__text,
  .title--s-double h6.cmp-title__text {
    font-size: 110px;
  }
}
.title--w-thin .cmp-title__text {
  font-weight: 100;
}
.title--w-normal .cmp-title__text {
  font-weight: 400;
}
.title--w-semibold .cmp-title__text {
  font-weight: 500;
}
.title--w-bold .cmp-title__text {
  font-weight: 700;
}
.title--f-ibm .cmp-title__text {
  font-family:
    IBM Plex Sans,
    sans-serif;
}
.title--no-margin-bottom .cmp-title__text {
  margin-bottom: 0;
}
.title--lh-default .cmp-title__text {
  line-height: 1.2;
}
.title--lh-normal .cmp-title__text {
  line-height: 1;
}
.title--lh-condensed .cmp-title__text {
  line-height: 0.9;
}
.title--lh-sm .cmp-title__text {
  line-height: 1.25;
}
.title--lh-md .cmp-title__text {
  line-height: 1.5;
}
.title--lh-lg .cmp-title__text {
  line-height: 2;
}
section.two-col-video {
  background: #006dff;
  position: relative;
}
section.two-col-video.dark {
  background-color: #000;
}
section.two-col-video .store-link {
  display: inline-block;
  min-width: 100px;
}
section.two-col-video .bg-img {
  bottom: 0;
  height: 668px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (max-width: 1399px) {
  section.two-col-video .bg-img {
    height: 570px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  section.two-col-video .bg-img {
    height: 640px;
    right: -45px !important;
  }
}
@media (max-width: 991px) {
  section.two-col-video .bg-img {
    display: none;
  }
}
section.two-col-video .column-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.two-col-video .column-wrapper .we-col-2 {
  width: 50%;
}
@media (max-width: 991px) {
  section.two-col-video .column-wrapper .we-col-2 {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
  }
}
section.two-col-video .column-wrapper .we-col-2 .btn-wrap {
  margin-top: 33px;
}
@media (max-width: 1399px) {
  section.two-col-video .column-wrapper .we-col-2 .btn-wrap {
    margin-top: 38px;
  }
}
section.two-col-video .column-wrapper .video-wrap {
  position: relative;
}
@media (max-width: 1399px) {
  section.two-col-video .column-wrapper .video-wrap {
    max-height: 293px;
    max-width: 520px;
    width: 100%;
  }
}
section.two-col-video .column-wrapper .video-wrap a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
section.two-col-video .column-wrapper .mobile-app {
  margin-top: 28px;
}
@media (max-width: 1399px) {
  section.two-col-video .column-wrapper .mobile-app {
    margin-top: 21px;
  }
}
@media (max-width: 991px) {
  section.two-col-video .column-wrapper .mobile-app {
    text-align: center;
    width: 100%;
  }
}
section.two-col-video .column-wrapper .mobile-app p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 13px;
}
@media (max-width: 1399px) {
  section.two-col-video .column-wrapper .mobile-app p {
    font-size: 16px;
  }
}
section.two-col-video .column-wrapper .mobile-app img {
  height: 44px;
  margin-right: 3px;
  width: 150px;
}
@media (max-width: 991px) {
  section.two-col-video .column-wrapper .mobile-app img {
    margin: 0 5px 8px;
  }
}
section.two-col-video ul {
  padding: 0;
}
section.two-col-video ul li {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  list-style-type: none;
  margin: 10px 0 0;
  padding-left: 24px;
}
@media (max-width: 1399px) {
  section.two-col-video ul li {
    font-size: 16px;
  }
}
section.two-col-video ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark-solid-circle-white.svg)
    no-repeat;
  background-size: 100%;
  content: "";
  height: 15px;
  left: -3px;
  position: absolute;
  top: 5px;
  width: 15px;
}
section.two-col-video .text-wrap p {
  padding-bottom: 20px;
}
section.two-col-video.enabled-list-markers ol,
section.two-col-video.enabled-list-markers ul {
  list-style: initial;
}
section.two-col-with-image .img-to-right {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  section.two-col-with-image .img-to-right {
    flex-direction: column-reverse;
  }
}
section.two-col-with-image .img-to-right .text-wrap {
  padding: 0 98px 0 0;
}
@media (max-width: 1270px) {
  section.two-col-with-image .img-to-right .text-wrap {
    padding: 0 58px 0 0;
  }
}
section.two-col-with-image.form .text-wrap {
  padding: 0 35px 0 0 !important;
}
section.two-col-with-image .intro-block {
  margin-bottom: 62px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image .intro-block {
    margin-bottom: 53px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image .intro-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .intro-block {
    margin-bottom: 30px;
  }
}
section.two-col-with-image .intro-block h2 {
  max-width: 600px;
}
section.two-col-with-image .intro-block p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 780px;
}
section.two-col-with-image .intro-block p a {
  color: #006dff;
}
section.two-col-with-image .intro-block .btn-wrap a {
  height: auto;
}
section.two-col-with-image td {
  padding: 0 10px;
}
section.two-col-with-image .col-outer {
  position: relative;
  z-index: 3;
}
section.two-col-with-image .img-wrap {
  position: relative;
  width: 52%;
}
section.two-col-with-image .img-wrap:after {
  background: url(../../../content/dam/bitdefender/patter_grid_blue.png)
    no-repeat;
  background-size: 100%;
  content: "";
  display: none;
  height: 120px;
  left: -60px;
  position: absolute;
  top: -60px;
  width: 196px;
  z-index: -1;
}
@media (max-width: 1270px) {
  section.two-col-with-image .img-wrap:after {
    top: -30px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .img-wrap:after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image .img-wrap {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .img-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.two-col-with-image .img-wrap {
    text-align: center;
  }
}
section.two-col-with-image .img-wrap .bg-img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 645px;
  position: relative;
  width: 100%;
}
section.two-col-with-image .img-wrap .bg-img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}
@media (max-width: 767px) {
  section.two-col-with-image .img-wrap .bg-img img {
    -o-object-position: center;
    object-position: center;
  }
}
section.two-col-with-image .img-wrap .bg-img.border {
  border: 1px solid #eee;
  border-radius: 10px;
}
section.two-col-with-image .img-wrap p {
  float: left;
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1399px) {
  section.two-col-with-image .img-wrap p {
    font-size: 16px;
  }
}
section.two-col-with-image .img-wrap .sources span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
section.two-col-with-image .img-wrap .sources span.source {
  color: #3c3c3c;
  margin-top: 6px;
}
section.two-col-with-image .img-wrap.form-with-content .we-col-two {
  width: 100%;
}
section.two-col-with-image .img-wrap.form-with-content .form-outer {
  float: right;
}
@media (max-width: 991px) {
  section.two-col-with-image .img-wrap.form-with-content .form-outer {
    float: left;
    margin-top: 30px;
    max-width: 530px;
  }
}
section.two-col-with-image .img-wrap.form-with-content:after {
  display: none !important;
}
section.two-col-with-image .text-wrap {
  padding: 0 0 0 98px;
  width: 48%;
}
@media (max-width: 1270px) {
  section.two-col-with-image .text-wrap {
    padding: 0 0 0 58px;
    width: 48%;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .text-wrap {
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
  }
}
section.two-col-with-image .text-wrap h3 {
  line-height: 1.25;
  margin-bottom: 29px;
  max-width: 511px;
}
@media (max-width: 1270px) {
  section.two-col-with-image .text-wrap h3 {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .text-wrap h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  section.two-col-with-image .text-wrap h3 {
    font-size: 24px;
  }
}
section.two-col-with-image .text-wrap p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 1399px) {
  section.two-col-with-image .text-wrap p {
    font-size: 16px;
  }
}
section.two-col-with-image .text-wrap p:last-of-type {
  margin-bottom: 0;
}
section.two-col-with-image .text-wrap p a {
  color: #006dff;
}
section.two-col-with-image .text-wrap p a:hover {
  color: #005ed9;
  text-decoration: underline;
}
section.two-col-with-image .text-wrap a {
  margin-top: 15px;
}
section.two-col-with-image .text-wrap .we-link-with-blue {
  margin-top: 32px;
}
@media (max-width: 767px) {
  section.two-col-with-image .text-wrap .we-link-with-blue {
    margin-top: 20px;
  }
}
section.two-col-with-image .text-wrap ul {
  padding-left: 0;
}
section.two-col-with-image .text-wrap ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.43;
  list-style-type: none;
  margin: 16px 0;
  position: relative;
}
@media (max-width: 1399px) {
  section.two-col-with-image .text-wrap ul li {
    font-size: 16px;
  }
}
section.two-col-with-image .text-wrap ul li::marker {
  content: "";
  display: none;
}
section.two-col-with-image .text-wrap ul li:before {
  background: url(../../../content/dam/bitdefender/checkmark_solid-circle.svg)
    no-repeat;
  background-size: contain;
  height: 14px;
  top: 6px;
  width: 14px;
}
section.two-col-with-image .text-wrap ul a {
  color: #006dff;
  transition: color 0.3s ease-in-out;
}
section.two-col-with-image .text-wrap ul a:hover {
  color: #005ed9;
}
section.two-col-with-image .column-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 128px;
}
@media (max-width: 1270px) {
  section.two-col-with-image .column-wrapper {
    margin-bottom: 104px;
  }
}
@media (max-width: 767px) {
  section.two-col-with-image .column-wrapper {
    margin-bottom: 56px;
  }
}
section.two-col-with-image .column-wrapper:last-of-type {
  margin-bottom: 0;
}
section.two-col-with-image .column-wrapper:nth-of-type(2n) {
  flex-direction: row-reverse;
}
section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap {
  display: block;
  justify-content: flex-end;
  margin-left: 98px;
  width: calc(60% - 98px);
}
@media (max-width: 1270px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap {
    justify-content: normal;
    margin-left: 58px;
    width: calc(57% - 58px);
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap {
    display: block;
    margin: initial;
    width: 100%;
  }
}
section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap:after {
  display: block;
  left: auto;
  right: -65px;
  top: -57px;
}
@media (max-width: 1270px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap:after {
    right: -24px;
    top: -28px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap:after {
    display: none;
  }
}
section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap .bg-img {
  float: right;
}
@media (max-width: 991px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .img-wrap .bg-img {
    float: inherit;
  }
}
section.two-col-with-image .column-wrapper:nth-of-type(2n) .text-wrap {
  padding: 6px 0 0;
  width: 40%;
}
@media (max-width: 1270px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .text-wrap {
    padding: 0 53px 0 0;
    width: 43%;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .text-wrap {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.two-col-with-image .column-wrapper:nth-of-type(2n) .text-wrap {
    margin: 24px auto 0;
    padding: 0;
  }
}
section.two-col-with-image .column-wrapper.video li {
  font-size: 18px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  section.two-col-with-image .column-wrapper.video li {
    font-size: 16px;
    padding-left: 20px;
  }
}
section.two-col-with-image .column-wrapper.video li:before {
  background-size: contain;
  height: 16px;
  left: -2px;
  top: 6px;
  width: 22px;
}
@media (max-width: 767px) {
  section.two-col-with-image .column-wrapper.video li:before {
    height: 15px;
    top: 5px;
    width: 15px;
  }
}
section.two-col-with-image
  .column-wrapper.we-align-items-center
  .img-wrap
  .bg-img {
  height: 370px;
}
@media (max-width: 1270px) {
  section.two-col-with-image
    .column-wrapper.we-align-items-center
    .img-wrap
    .bg-img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image
    .column-wrapper.we-align-items-center
    .img-wrap
    .bg-img {
    height: auto;
    width: 465px;
  }
}
@media (max-width: 595px) {
  section.two-col-with-image
    .column-wrapper.we-align-items-center
    .img-wrap
    .bg-img {
    height: auto;
  }
}
section.two-col-with-image
  .column-wrapper.we-align-items-center
  .img-wrap
  .bg-img.border {
  border: 1px solid #eee;
  border-radius: 8px;
}
section.two-col-with-image .column-wrapper.we-align-items-center .text-wrap {
  padding: 0 0 60px 98px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image .column-wrapper.we-align-items-center .text-wrap {
    padding: 0 0 40px 58px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image .column-wrapper.we-align-items-center .text-wrap {
    padding: 0 0 40px 58px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image .column-wrapper.we-align-items-center .text-wrap {
    padding: 0;
  }
}
section.two-col-with-image.no-intro .intro-block {
  margin: 0;
}
section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h4 {
  font-weight: 400;
  letter-spacing: 0.004em;
  margin-bottom: 38px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h4 {
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h4 {
    margin-bottom: 33px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h4 {
    margin-bottom: 25px;
  }
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  h4:last-of-type {
  margin-bottom: 0;
}
section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h2 {
  margin-bottom: 26px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h2 {
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h2 {
    margin-bottom: 17px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image.social-media .column-wrapper:nth-of-type(odd) h2 {
    margin-bottom: 17px;
  }
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  .text-wrap {
  width: 59%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap {
    width: 62.6%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap {
    width: 58.8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap {
    padding-right: 0;
    width: 57.6%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap {
    margin: 0;
    padding-right: 35px;
    width: 55.1%;
  }
}
@media (max-width: 767px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap {
    margin-top: 40px;
    width: 100%;
  }
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  .text-wrap
  h3 {
  margin-bottom: 22px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap
    h3 {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap
    h3 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .text-wrap
    h3 {
    margin-bottom: 14px;
  }
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  .text-wrap
  .title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.12px;
  line-height: 1.71;
  margin-bottom: 17px;
  text-transform: uppercase;
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  .img-wrap {
  margin-top: 40px;
  width: calc(40% - 87px);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .img-wrap {
    margin-top: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .img-wrap {
    width: calc(45% - 87px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .img-wrap {
    width: calc(54% - 87px);
  }
}
@media (max-width: 767px) {
  section.two-col-with-image.social-media
    .column-wrapper:nth-of-type(odd)
    .img-wrap {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
  }
}
section.two-col-with-image.social-media
  .column-wrapper:nth-of-type(odd)
  .img-wrap:after {
  display: none;
}
section.two-col-with-image.increased-font .img-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  section.two-col-with-image.increased-font .img-wrap {
    margin-top: 30px;
    width: 100%;
  }
}
section.two-col-with-image.increased-font .img-wrap:after {
  display: none !important;
}
section.two-col-with-image.increased-font .img-wrap .bg-img {
  display: block;
  height: 362px;
  max-width: 645px;
  position: relative;
  width: 100%;
}
@media (max-width: 1270px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    height: 303px;
    width: 540px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    width: auto;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    margin: auto;
    max-width: inherit;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    height: 380px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    height: 298px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    height: 250px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.two-col-with-image.increased-font .img-wrap .bg-img {
    height: 188px;
    width: 100%;
  }
}
section.two-col-with-image.increased-font .text-wrap {
  padding: 14px 130px 0 0;
  width: 50%;
}
@media (max-width: 1270px) {
  section.two-col-with-image.increased-font .text-wrap {
    padding: 14px 83px 0 0;
    width: 47.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.two-col-with-image.increased-font .text-wrap {
    padding: 14px 30px 0 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  section.two-col-with-image.increased-font .text-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
section.two-col-with-image.increased-font h4 {
  font-weight: 400;
  letter-spacing: 0.004em;
  margin-bottom: 25px;
}
section.two-col-with-image.increased-font h2 {
  margin-bottom: 31px;
}
@media (max-width: 1270px) {
  section.two-col-with-image.increased-font h2 {
    margin-bottom: 20px;
  }
}
section.two-col-with-image.increased-font ul li {
  color: #000;
  font-size: 18px;
  line-height: 1.22;
  padding-left: 30px;
}
@media (max-width: 1270px) {
  section.two-col-with-image.increased-font ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.two-col-with-image.increased-font ul li {
    padding-left: 20px;
  }
}
section.two-col-with-image.increased-font ul li:before {
  background-size: contain;
  height: 18px;
  left: -2px;
  top: 6px;
  width: 23px;
}
@media (max-width: 767px) {
  section.two-col-with-image.increased-font ul li:before {
    height: 15px;
    top: 5px;
    width: 15px;
  }
}
.oem-intro .text-center {
  margin: 0 auto;
  text-align: center;
}
.oem-intro .text-center .description {
  padding: 0 240px;
}
@media (max-width: 1024px) {
  .oem-intro .text-center .description {
    padding: 0 200px;
  }
}
@media (max-width: 991px) {
  .oem-intro .text-center .description {
    padding: 0 140px;
  }
}
@media (max-width: 595px) {
  .oem-intro .text-center .description {
    padding: 0;
  }
}
.oem-intro {
  margin-bottom: 0 !important;
}
.oem-intro .text-wrap {
  max-width: 1024px;
}
.oem-intro h3 {
  margin-bottom: 24px;
}
.oem-intro p {
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 595px) {
  .oem-intro p,
  .oem-intro p a {
    word-break: break-word;
  }
}
.oem-intro .we-link-with-blue {
  margin-top: 16px;
}
.oem-intro ul li {
  padding-left: 0;
}
.oem-intro ul li a {
  color: #006dff;
}
#what-we-provide .column-wrapper.we-align-items-center .text-wrap,
#why-bitdefnder .column-wrapper.we-align-items-center .text-wrap {
  padding: 0 0 0 98px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #what-we-provide .column-wrapper.we-align-items-center .text-wrap,
  #why-bitdefnder .column-wrapper.we-align-items-center .text-wrap {
    padding: 0 0 0 58px;
  }
}
@media (max-width: 991px) {
  #what-we-provide .column-wrapper.we-align-items-center .text-wrap,
  #why-bitdefnder .column-wrapper.we-align-items-center .text-wrap {
    padding: 0;
  }
}
#what-we-provide .column-wrapper.we-align-items-center .img-wrap .bg-img,
#why-bitdefnder .column-wrapper.we-align-items-center .img-wrap .bg-img {
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #what-we-provide .column-wrapper.we-align-items-center .img-wrap .bg-img,
  #why-bitdefnder .column-wrapper.we-align-items-center .img-wrap .bg-img {
    width: 100%;
  }
}
#what-we-provide
  .column-wrapper:nth-of-type(2n).we-align-items-center
  .text-wrap,
#why-bitdefnder
  .column-wrapper:nth-of-type(2n).we-align-items-center
  .text-wrap {
  padding: 0;
}
#what-we-provide .text-wrap p {
  color: #3c3c3c;
}
#page-aaa85c76bd .oem-intro .text-wrap {
  padding-top: 40px;
}
.user {
  position: relative;
}
.user h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.user h5:after {
  background: #dce0e3;
  content: "";
  height: 2px;
  left: 21px;
  position: absolute;
  top: 28px;
  width: 191px;
}
.user .left-box {
  float: left;
  margin-right: 11px;
  width: 49%;
}
.user .left-box p {
  padding: 15px 0;
}
.user .right-box {
  float: left;
  margin-left: 11px;
  position: relative;
  width: 49%;
}
.user .right-box .play-video {
  height: 305px;
  width: 531px;
}
.user .right-box .play-video img {
  width: auto;
}
.user .right-box .play-video img:before {
  background: url(../../../assets/images/video_icon.png);
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 130px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 1;
}
.user .statistics {
  margin-top: 50px;
  position: relative;
}
.validation-form h3 {
  color: #3c3c3c;
  text-align: center;
}
.validation-form h3 + p {
  text-align: center;
}
@media (max-width: 480px) {
  .validation-form .row-wrapper {
    flex-wrap: wrap;
  }
}
.validation-form .text-wrap {
  text-align: center;
}
@media (max-width: 480px) {
  .validation-form .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    text-align: left;
    width: calc(100% - 70px);
  }
}
.validation-form .icon-wrapper {
  background: #fff;
  height: 82px;
  margin: 20px auto;
  position: relative;
  width: 82px;
}
@media (min-width: 596px) and (max-width: 767px) {
  .validation-form .icon-wrapper {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 595px) {
  .validation-form .icon-wrapper {
    height: 50px;
    width: 50px;
  }
}
.validation-form .icon-wrapper:after {
  background-color: #7e7e7e;
  content: "";
  height: 1px;
  position: absolute;
  right: -352px;
  top: 50%;
  width: calc(100% + 270px);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .validation-form .icon-wrapper:after {
    right: -362px;
    width: calc(100% + 280px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .validation-form .icon-wrapper:after {
    right: -283px;
    width: calc(100% + 203px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .validation-form .icon-wrapper:after {
    right: -164px;
    width: calc(50% + 125px);
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .validation-form .icon-wrapper:after {
    right: -140px;
    width: calc(50% + 107px);
  }
}
@media (max-width: 595px) {
  .validation-form .icon-wrapper:after {
    right: -156px;
    width: calc(50% + 133px);
  }
}
@media (max-width: 480px) {
  .validation-form .icon-wrapper:after {
    bottom: -88px;
    height: calc(100% + 40px);
    right: 50%;
    top: auto;
    width: 1px;
  }
}
.validation-form .icon-wrapper img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.validation-form .we-col-three {
  margin: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 595px) {
  .validation-form .we-col-three {
    margin: 8px;
  }
}
@media (max-width: 480px) {
  .validation-form .we-col-three {
    display: flex;
    width: 100%;
  }
}
.validation-form .we-col-three:last-of-type .icon-wrapper:after {
  display: none;
}
@media (max-width: 595px) {
  .validation-form .we-col-three p {
    font-size: 12px;
  }
  .validation-form .we-col-three h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .validation-form .row-wrap {
    flex-wrap: wrap;
  }
}
.validation-form .form-wrapper {
  background-color: #eee;
  border-radius: 8px;
  margin-top: 50px;
  padding: 40px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .validation-form .form-wrapper {
    margin-top: 40px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .validation-form .form-wrapper {
    padding: 25px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .validation-form .form-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 595px) {
  .validation-form .form-wrapper {
    margin-top: 20px;
  }
}
.validation-form .form-wrapper h4 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .validation-form .form-wrapper h4 {
    margin-bottom: 19px;
  }
}
@media (max-width: 595px) {
  .validation-form .form-wrapper h4 {
    margin-bottom: 10px;
  }
}
.validation-form .form-wrapper .input-wrapper {
  margin: 0 15px;
  text-align: left;
  width: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .validation-form .form-wrapper .input-wrapper {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .validation-form .form-wrapper .input-wrapper {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 595px) {
  .validation-form .form-wrapper .input-wrapper {
    margin: 0 0 15px;
  }
}
.validation-form .form-wrapper label {
  color: #eb0000;
  font-family: roboto, sans-serif;
}
@media (max-width: 991px) {
  .validation-form .form-wrapper label {
    font-size: 14px;
  }
}
.validation-form .form-wrapper input[type="text"] {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  color: #000;
  font-family: roboto, sans-serif;
  font-size: 18px;
  height: 49px;
  margin: 9px 0;
  outline: none;
  padding: 12px 35px 11px 15px;
  width: 100%;
}
@media (max-width: 595px) {
  .validation-form .form-wrapper input[type="text"] {
    font-size: 14px;
    height: 45px;
  }
}
.validation-form .form-wrapper input[type="text"]::-moz-placeholder {
  color: #616161;
  font-family: roboto, sans-serif;
  font-size: 18px;
}
.validation-form .form-wrapper input[type="text"]::placeholder {
  color: #616161;
  font-family: roboto, sans-serif;
  font-size: 18px;
}
@media (max-width: 595px) {
  .validation-form .form-wrapper input[type="text"]::-moz-placeholder {
    font-size: 14px;
  }
  .validation-form .form-wrapper input[type="text"]::placeholder {
    font-size: 14px;
  }
}
.validation-form .form-wrapper input[type="text"]:hover {
  border: 1px solid #3c3c3c;
}
.validation-form .form-wrapper input[type="text"]:focus {
  border: 2px solid #006dff !important;
}
.validation-form .form-wrapper button {
  padding: 10px 26px 11px 70px;
  position: relative;
}
@media (min-width: 596px) and (max-width: 767px) {
  .validation-form .form-wrapper button {
    padding: 7px 26px 13px 70px;
  }
}
@media (max-width: 595px) {
  .validation-form .form-wrapper button {
    margin-right: 0;
    padding: 7px 24px 13px 62px;
  }
}
.validation-form .form-wrapper small {
  color: #fff;
  left: 22px;
  position: absolute;
  top: 13px;
}
@media (max-width: 767px) {
  .validation-form .form-wrapper small {
    top: 9px;
  }
}
@media (max-width: 595px) {
  .validation-form .form-wrapper small {
    left: 18px;
  }
}
.validation-form .form-wrapper small:after {
  background-color: #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
}
@media (max-width: 595px) {
  .validation-form .form-wrapper small:after {
    right: -5px;
  }
}
.validation-form .form-wrapper + p {
  margin: 35px auto 0;
  max-width: 60%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .validation-form .form-wrapper + p {
    margin: 30px auto 0;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .validation-form .form-wrapper + p {
    margin: 25px auto 0;
    max-width: 100%;
  }
}
.validation-form .btn-wrap a.validation-form-button {
  height: auto;
  margin-right: 0;
}
.validation-form .btn-wrap p {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .validation-form .btn-wrap p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 660px) {
  h1 {
    margin-bottom: 15px;
  }
  h1,
  h1 span {
    font-size: 40px;
  }
  h2 {
    margin-bottom: 15px;
  }
  h2,
  h2 span {
    font-size: 30px;
  }
  h3,
  h3 span {
    font-size: 26px;
  }
  h4,
  h4 span {
    font-size: 20px;
  }
  section {
    padding: 60px 0;
  }
  .intro-block {
    margin-bottom: 30px;
  }
  .hero-banner .hero-banner .bg-img {
    height: 515px !important;
  }
  .four-box-col .card-wrap {
    height: 275px;
    padding: 20px 22px 25px 24px;
  }
  .four-box-col .icon {
    height: 34px;
    margin: 0 0 10px;
    width: 50px;
  }
  .four-box-col p {
    font-size: 15px !important;
    height: 68px;
  }
  .four-box-col h3 {
    margin: 10px 0 0;
  }
  .four-box-col .btn-wrap {
    bottom: 25px;
  }
  .image-with-content .animate-bg .img-box {
    max-width: 450px;
  }
  .image-with-content .animate-bg .img-box img {
    max-width: 350px;
  }
  .col-with-info .card-wrap {
    height: auto;
    padding: 25px 30px 25px 25px;
  }
  .col-with-info .btn-wrap {
    bottom: 25px;
  }
  .full-bg-with-video {
    min-height: 470px;
  }
  .full-bg-with-video .v-middle-wrapper {
    padding: 40px 0;
  }
  .full-bg-with-video .left-box {
    padding: 25px 32px 20px 30px;
  }
  .full-bg-with-video .left-box p {
    margin-bottom: 12px;
  }
  .full-bg-with-video .play-btn {
    height: 60px;
    width: 60px;
  }
  .full-bg-with-video .play-btn:after {
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    left: 6px;
  }
  .resource-grid {
    margin-bottom: 20px;
  }
  .resource-grid .intro-block {
    margin-bottom: 30px;
  }
  .resource-grid .col-wrap .title {
    font-size: 12px;
  }
  .resource-grid .big-box,
  .resource-grid .big-box .bg-img {
    height: 460px;
  }
  .resource-grid .full-width,
  .resource-grid .small-box {
    height: 215px;
  }
  .resource-grid .small-box h4 {
    height: 75px;
  }
  .main-footer {
    padding: 40px 0;
  }
  .main-footer .social-wrap {
    margin-top: 40px;
  }
  .main-footer .bottom-link {
    margin-top: 22px;
  }
  .main-footer .bottom-link li {
    margin-bottom: 15px;
  }
  .main-footer .copyright-wrap {
    margin-top: 70px;
  }
  .search-result .search-input {
    margin: 130px 0 60px !important;
  }
  .search-result .search-btn {
    top: 146px !important;
  }
  .resource-view .full-width p {
    height: 96px !important;
  }
}
.row {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-inline: -20px;
  row-gap: 10px;
}
.no-gutters {
  -moz-column-gap: 0;
  column-gap: 0;
  margin-left: 0;
  margin-right: 0;
}
.col {
  grid-column: span 12;
  min-width: 0;
}
.col-auto {
  grid-column: auto;
  width: auto;
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}
.col-xs-1 {
  grid-column: span 1;
}
.col-xs-2 {
  grid-column: span 2;
}
.col-xs-3 {
  grid-column: span 3;
}
.col-xs-4 {
  grid-column: span 4;
}
.col-xs-5 {
  grid-column: span 5;
}
.col-xs-6 {
  grid-column: span 6;
}
.col-xs-7 {
  grid-column: span 7;
}
.col-xs-8 {
  grid-column: span 8;
}
.col-xs-9 {
  grid-column: span 9;
}
.col-xs-10 {
  grid-column: span 10;
}
.col-xs-11 {
  grid-column: span 11;
}
.col-xs,
.col-xs-12 {
  grid-column: span 12;
}
@media (min-width: 576px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm,
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md,
  .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg,
  .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl,
  .col-xl-12 {
    grid-column: span 12;
  }
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.align-items-start {
  align-self: start;
}
.align-items-end {
  align-self: end;
}
.align-items-center {
  align-self: center;
}
.align-items-stretch {
  align-self: stretch;
}
.align-content-start {
  align-content: start;
}
.align-content-end {
  align-content: end;
}
.align-content-center {
  align-content: center;
}
.align-content-stretch {
  align-content: stretch;
}
.order-xs-1 {
  order: 1;
}
.order-xs-2 {
  order: 2;
}
.order-xs-3 {
  order: 3;
}
.order-xs-4 {
  order: 4;
}
.order-xs-5 {
  order: 5;
}
.order-xs-6 {
  order: 6;
}
.order-xs-7 {
  order: 7;
}
.order-xs-8 {
  order: 8;
}
.order-xs-9 {
  order: 9;
}
.order-xs-10 {
  order: 10;
}
.order-xs-11 {
  order: 11;
}
@media (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
}
.w-100 {
  width: 100% !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
