@font-face {
  font-family: "ITC Avant Garde Gothic Std Book";
  src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std Demi";
  src: url("../fonts/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #E04C87;
  color: #ffffff;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.list li {
  position: relative;
  padding-left: 16px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #303030;
  border-radius: 50%;
}
.list-primary li {
  color: #212982;
}
.list-primary li::before {
  background-color: #212982;
}

body {
  font-family: "ITC Avant Garde Gothic Std", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  background-color: #ffffff;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/**=======
:::::::::: Container
========*/
@media screen and (min-width: 1399px) {
  .container {
    max-width: 1254px;
  }
}

/**=======
::::::::::Typhography
========*/
.fs-1 {
  font-size: 45px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1199px) {
  .fs-1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .fs-1 {
    font-size: 28px !important;
  }
}

.fs-2 {
  font-size: 33px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1199px) {
  .fs-2 {
    font-size: 29px !important;
  }
}
@media (max-width: 767px) {
  .fs-2 {
    font-size: 24px !important;
  }
}

.fs-3 {
  font-size: 26px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1199px) {
  .fs-3 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .fs-3 {
    font-size: 20px !important;
  }
}

.fs-4 {
  font-size: 23px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1199px) {
  .fs-4 {
    font-size: 20px !important;
    line-height: 1.16 !important;
  }
}
@media (max-width: 767px) {
  .fs-4 {
    font-size: 16px !important;
    line-height: 1.16 !important;
  }
}

.fs-5 {
  font-size: 19px !important;
  line-height: 1.1 !important;
}
@media (max-width: 1199px) {
  .fs-5 {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .fs-5 {
    font-size: 16px !important;
  }
}

.fs-6 {
  font-size: 16px !important;
  line-height: 1.1 !important;
}

.text-sm {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.ff-demi {
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif !important;
}

.ff-main {
  font-family: "ITC Avant Garde Gothic Std", Arial, sans-serif !important;
}

.ff-book {
  font-family: "ITC Avant Garde Gothic Std Book", Arial, sans-serif !important;
}

/**=======
::::::::::Colors & Backgrounds
========*/
.text-primary {
  color: #212982 !important;
}

.text-secondary {
  color: #E04C87 !important;
}

.text-dark {
  color: #303030 !important;
}

.bg-primary {
  background-color: #212982 !important;
}

.bg-primary-light {
  background-color: #EDF1FF !important;
}

.bg-secondary {
  background-color: #E04C87 !important;
}

.bg-dark {
  background-color: #303030 !important;
}

/**=======
::::::::::Spacing Padding & Margin
========*/
.section-padding {
  padding: 60px 0px 60px;
}
@media (max-width: 992px) {
  .section-padding {
    padding: 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0px 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .pt-60 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 28px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 28px;
  }
}

.p-30 {
  padding: 30px 30px;
}
@media (max-width: 992px) {
  .p-30 {
    padding: 20px 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.p-20 {
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .p-20 {
    padding: 16px 16px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .pt-20 {
    padding-top: 16px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .pb-20 {
    padding-bottom: 16px;
  }
}

/**=======
:::::::::: Common Utility
========*/
.circle-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #E04C87;
  flex: 0 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight {
  padding-left: 20px;
  border-left: 4px solid transparent;
}
.highlight-secondary {
  border-left-color: #E04C87;
}
.highlight-secondary--light {
  border-color: rgba(224, 76, 135, 0.4);
}

/**=======
::::::::::Typhography
========*/
/**=======
::::::::::Typhography
========*/
/**=======
::::::::::Typhography
========*/
/**=======
::::::::::Typhography
========*/
.btn {
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
.btn-primary {
  background-color: #212982;
  color: #ffffff;
  border-color: #212982;
}
.btn-primary:hover {
  background-color: #0c1363;
  border-color: #0c1363;
  color: #ffffff;
}
.btn-secondary {
  background-color: #E04C87;
  color: #ffffff;
  border-color: #E04C87;
}
.btn-secondary:hover {
  background-color: #ce3270;
  border-color: #ce3270;
  color: #ffffff;
}
.btn-light-outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-light-outline:hover {
  background-color: #EDF1FF;
  border-color: #ffffff;
  color: #212982;
}
.btn-sm {
  font-size: 14px;
  padding: 10px 16px;
  gap: 8px;
}

/** Offcanvas Styles **/
.offcanvas-title img {
  width: 80px;
}
.offcanvas-menu ul li a {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #212982;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  font-weight: 500;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #EDF1FF;
}

/* Tags */
.tag {
  display: inline-block;
  padding: 9px 14px;
  font-size: 16px;
  border-radius: 8px;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  line-height: 1;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.tag-lg {
  font-size: 18px;
}
.tag-secondary {
  background-color: #E04C87;
  color: #ffffff;
}
.tag-secondary:hover {
  background-color: transparent;
  border-color: #E04C87;
  color: #E04C87;
}
.tag-secondary.active {
  background-color: #ffffff;
  border-color: #E04C87;
  color: #E04C87;
}
.tag-primary {
  background-color: #212982;
  color: #ffffff;
}

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: #EDF1FF !important;
  margin-bottom: 20px;
  border-radius: 16px !important;
  overflow: hidden;
}
.accordion-button {
  background-color: transparent !important;
  font-size: 20px;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  color: #212982;
  padding: 30px 30px;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 992px) {
  .accordion-button {
    padding: 20px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .accordion-button {
    padding: 16px 16px;
    font-size: 16px;
  }
}
.accordion-button::after {
  transition: all 0.3s ease;
  background-image: url("../imgs/icons/arrow-down.svg");
}
.accordion-button:not(.collapsed) {
  color: #212982;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../imgs/icons/arrow-down.svg");
  top: -5px;
  position: relative;
}
.accordion-body {
  padding: 0px 30px 30px 30px;
}
@media (max-width: 992px) {
  .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .accordion-body {
    padding: 0px 16px 16px 16px;
  }
}

/** Header Styles **/
.header__section {
  padding: 12px 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.header__logo a img {
  max-width: 132px;
}
@media (max-width: 1199px) {
  .header__logo a img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .header__logo a img {
    max-width: 80px;
  }
}
.header__content {
  gap: 10px;
}
.header__nav li {
  padding: 0px 10px;
  position: relative;
}
.header__nav li::after {
  content: "|";
  position: absolute;
  right: -2px;
  color: rgba(48, 48, 48, 0.3019607843);
  top: 50%;
  transform: translateY(-50%);
}
.header__nav li:last-child {
  padding-right: 0px;
}
.header__nav li:last-child::after {
  display: none;
}
.header__nav li a {
  color: #303030;
  background-color: rgba(200, 216, 255, 0.3019607843);
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header__nav li a {
    padding: 10px 13px;
  }
}
.header__nav li a.active {
  background-color: #C8D8FF;
}
.header__nav li a:hover {
  background-color: #C8D8FF;
}
.header__btn a.btn {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  font-family: "ITC Avant Garde Gothic Std", Arial, sans-serif;
}
.header__bar {
  width: 34px;
  height: 34px;
  border: 1px solid #212982;
  color: #E04C87;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/** Hero Styles **/
.hero__left {
  max-width: 625px;
  padding-right: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
@media (max-width: 1399px) {
  .hero__left {
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .hero__left {
    max-width: 470px;
  }
}
.hero__left-content h1 {
  margin-bottom: 34px;
}
.hero__left-brands {
  gap: 34px;
}
@media (max-width: 767px) {
  .hero__left-brands {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero__left-brands .brands__item img {
    max-width: 60px;
  }
}
.hero__thumbnail {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .hero__thumbnail {
    width: 100%;
  }
}
.hero__thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.hero__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .hero__wrapper {
    flex-wrap: wrap;
  }
}

/** Protect Section Styles **/
.protect__card {
  height: 100%;
}
.protect__card .icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .protect__card .icon {
    margin-bottom: 10px;
  }
}
.protect__card h3 {
  margin-bottom: 12px;
}
.protect__card p {
  color: rgba(48, 48, 48, 0.8);
}

/** Product Details Section Styles **/
.protectDetails__title {
  align-items: flex-end !important;
}
.protectDetails__title .section-title {
  gap: 18px;
}
.protectDetails__title .section-title__btns {
  flex: 0 0 auto;
  width: 300px;
}
.protectDetails__videoNav {
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 20px 20px;
  border-radius: 16px;
  height: 464px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.protectDetails__videoNav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  .protectDetails__videoNav {
    height: 380px;
    padding: 16px 16px;
  }
}
@media (max-width: 767px) {
  .protectDetails__videoNav {
    height: 224px;
  }
}
.protectDetails__videoNav-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 20px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .protectDetails__videoNav-item {
    padding: 16px 10px;
  }
}
.protectDetails__videoNav-item.active {
  background-color: #212982;
  border-color: #ffffff;
}
.protectDetails__videoNav-item:hover {
  background-color: #262e85;
}
.protectDetails__videoNav-item-content h6 {
  font-size: 16px;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .protectDetails__videoNav-item-content h6 {
    font-size: 14px;
  }
}
.protectDetails__videoNav-item-content p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}
.protectDetails__video img {
  width: 100%;
  height: 464px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .protectDetails__video img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .protectDetails__video img {
    height: 224px;
  }
}
.protectDetails__video iframe {
  width: 100%;
  height: 464px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .protectDetails__video iframe {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .protectDetails__video iframe {
    height: 224px;
  }
}

.pretitle {
  line-height: 24px;
  font-family: "ITC Avant Garde Gothic Std Book", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.pretitle::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 4px;
  background-color: #E04C87;
  border-radius: 2px;
}

/** Split Section Styles **/
.split-section__list ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.3019607843);
  color: #303030;
}
.split-section__list ul li:last-child {
  border-bottom: none;
}
.split-section__list ul li .icon {
  width: 34px;
  height: 34px;
}
.split-section__list ul li .icon img {
  max-width: 100%;
}
.split-section__list ul li h4 {
  font-family: "ITC Avant Garde Gothic Std", Arial, sans-serif;
  font-weight: bold;
}
.split-section__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.split-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.split-section__content-btns a.btn {
  font-size: 14px;
  padding: 9px 16px;
  gap: 8px;
}
.split__wrapper {
  border-radius: 16px;
  overflow: hidden;
}

/** Services Section Styles **/
.services-item {
  background-color: #EDF1FF;
  border-radius: 16px;
  padding: 20px 20px;
}
.services-item p {
  margin-bottom: 18px;
}
.services-item .extra-small {
  font-size: 10px;
  line-height: 1.5;
  color: #303030;
}

/** Download Section Styles **/
.download-item {
  background-color: #212982;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .download-item {
    flex-wrap: wrap;
    padding: 18px 20px;
  }
}
.download-item h3 {
  margin-bottom: 18px;
}
.download-item p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.download-item__thumbs .thumbs__top {
  display: flex;
  align-items: stretch;
  height: 101px;
}
.download-item__thumbs .thumbs__logo {
  background-color: #ffffff;
  width: 80px;
  text-align: center;
  padding: 10px 0px;
}
.download-item__thumbs .thumbs__logo img {
  max-width: 33px;
}
.download-item__thumbs .thumbs__text {
  display: flex;
  justify-content: flex-end;
  position: relative;
  font-size: 10px;
  padding: 10px 13px 18px;
  color: #ffffff;
  font-family: "ITC Avant Garde Gothic Std Demi", Arial, sans-serif;
  flex-direction: column;
  gap: 5px;
}
.download-item__thumbs .thumbs__text span.line {
  width: 16px;
  height: 1px;
  background-color: #E04C87;
  border-radius: 2px;
  display: block;
}

/* Steps Section */
.steps__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #EDF1FF;
  border-radius: 16px;
  padding: 30px 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .steps__item {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .steps__item {
    padding: 16px 16px;
  }
}

/** Section Styles **/
.section-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.section-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CTA Section */
.cta-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 66, 212, 0.4);
}
.cta-section .pretitle::after {
  left: 50%;
  transform: translateX(-50%);
}
.cta__content {
  position: relative;
  z-index: 1;
}

/* Footer Styles */
.footer-section {
  background-color: #09105A;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .footer__links {
    gap: 12px;
  }
}
.footer__links li a {
  font-size: 12px;
  color: #ffffff;
  font-family: "ITC Avant Garde Gothic Std Book", Arial, sans-serif;
  display: inline-block;
  text-decoration: underline;
}
.footer__links li a:hover {
  color: #E04C87;
}

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