/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/elementor-widgets/compliance.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/*---------------------------------
	New Refreshed Colors Variables
-----------------------------------*/
/* Parent Shades */
/* End Parent Shades */
/* Midnight Blue Shades */
/* End Midnight Blue Shades */
/* Automotive Silver Shades */
/* Automotive Silver Shades */
/* Onyx Shades */
/* End Onyx Shades */
/* Sky Blue Shades */
/* End Sky Blue Shades */
/* Electric Blue Shades */
/* End Electric Blue Shades */
/* Amber Shades */
/* End Amber Shades */
/*---------------------------------
End New Refreshed Colors Variables
-----------------------------------*/
/**
* Characters to escape from SVGs
* Source: https://github.com/Threespot/frontline-sass/blob/master/src/functions/_inline-svg.scss
*/
/**
 * URL-encode SVG code
 */
/**
 * Helper to get URL-escaped inline SVG code for use with `background-image`
 */
.intro-overlay {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #e9e9e9;
  transition: 0.4s ease-out opacity, 0s 0.4s visibility;
  position: absolute;
}

.intro-overlay__content {
  max-height: calc(100vh - 6rem);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.intro-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.intro-overlay .vidyard-player-container {
  width: 100%;
  height: 100% !important;
}
.intro-overlay .vidyard-player-container > div {
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
}

.next-step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}
.next-step::before {
  content: "";
  background: rgba(109, 107, 107, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  top: 2rem;
}

.next-step.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(4rem);
}

.next-step__content {
  background-color: white;
  border-radius: 10px;
  padding: 4.5rem 7.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.next-step .button {
  min-width: 44rem;
  text-align: center;
}

.next-step .button + .button {
  margin-top: 1.7rem;
}

button.next-step__replay,
a.next-step__replay {
  color: #1d3e74;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  margin-top: 2.4rem;
  font-family: "owners-wide", sans-serif;
  font-weight: 700;
  background-color: transparent;
}
button.next-step__replay::before,
a.next-step__replay::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url("data:image/svg+xml, %3Csvg%20xmlns=%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox=%270%200%2026%2026%27%20width=%2726%27%20height=%2726%27%3E%3Ccircle%20cx=%2713%27%20cy=%2713%27%20r=%2713%27%20fill=%27%231d3e74%27%20fill-opacity=%270.1%27%2F%3E%3Cpolygon%20points=%2716.77%208.66%2011.64%2012.45%2011.64%208.66%205.77%2013%2011.64%2017.34%2011.64%2013.55%2016.77%2017.34%2016.77%208.66%27%20fill=%27%231d3e74%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  transition: 0.15s ease-out;
}
button.next-step__replay:focus::before, button.next-step__replay:hover::before,
a.next-step__replay:focus::before,
a.next-step__replay:hover::before {
  transform: scale(1.2);
}

.section {
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .section {
    padding: 30px;
  }
}
@media (min-width: 1250px) {
  .section {
    padding: 60px;
    padding-top: 2.5rem;
  }
}

.section-full {
  max-width: none;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-left: 6rem;
  height: 100%;
  width: 100%;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.popup__content {
  text-align: center;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  color: #07124a;
  font-size: 18px;
  padding: 40px 30px;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.popup__title {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 2rem;
  text-transform: none;
  font-family: "owners-wide", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.popup__description {
  margin: 0 0 2.5rem;
}

.popup__content .button + .button {
  margin-left: 20px;
}

.popup.is-hidden {
  transform: scale(0);
  pointer-events: none;
}

.octavalidate-txt-error {
  font-size: 13px;
}

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