*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.breadcrumbs,
.copy-link:before {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-bottom-nav-list-item {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom-nav-list-item:before {
  content: ' | ';
  display: inline-block;
  vertical-align: top;
}
.footer-bottom-nav-list-item:first-child:before {
  content: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body,
html {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #181818;
  font-family: zillaslab;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::-moz-selection {
  background: #181818;
  color: #fff;
}
::selection {
  background: #181818;
  color: #fff;
}
img::-moz-selection {
  background: 0 0;
}
img::selection {
  background: 0 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
figure,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
button {
  text-transform: none;
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  resize: none;
}
video {
  max-width: 100%;
}
svg {
  pointer-events: none;
}
* {
  outline: 0;
}
a {
  color: #3e0e89;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #8e46ff;
}
a.btn {
  display: inline-block;
  vertical-align: top;
}
h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.h2,
h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}
h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
b,
strong {
  font-weight: 700;
}
figcaption {
  font-family: sourcesanspro;
  font-size: 14px;
  font-style: italic;
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e0e89;
  font-family: sourcesanspro;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-title:after,
.section-title:before {
  content: '';
  height: 6px;
  background: #8e46ff;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
.section-title:before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100vw - 1200px) / 2);
}
.section-title:after {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.section-title span {
  padding: 0 10px;
}
@media all and (max-width: 1220px) {
  .section-title:before {
    width: 20px;
  }
  .section-title span {
    max-width: calc(100vw - 40px);
  }
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container {
  max-width: 1220px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gutter-container-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gutter-col-0 > .flex {
  margin-right: auto;
  margin-left: auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-width {
  width: 100%;
  max-width: 100%;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.col-10,
.col-12,
.col-2,
.col-6,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media all and (max-width: 1220px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-md-12,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media all and (max-width: 480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-moz-placeholder {
  opacity: 1;
}
textarea {
  display: block;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #181818;
  font-family: sourcesanspro;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: min-height 0.2s;
  transition: min-height 0.2s;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea:-moz-placeholder {
  opacity: 1;
}
textarea:focus,
textarea:valid {
  min-height: 100px;
}
.header {
  position: relative;
  height: 60px;
  -webkit-box-shadow: 0 8px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.8);
  background: #181818;
  z-index: 99;
}
.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  background: #fff url('../img/digi24-logo.svg') center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1;
}
.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.nav-list-item {
  margin: 0;
}
.nav-list-item:before {
  content: none;
}
.nav-list-item-link {
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.nav-list-item-link:focus,
.nav-list-item-link:hover {
  background: 0 0;
  color: #8e46ff;
}
.nav-trigger {
  position: relative;
  padding-right: 20px;
  background: 0 0;
}
.nav-trigger:before {
  content: '';
  position: absolute;
  right: 0;
  height: 0;
  border: 5px solid transparent;
  -webkit-transform: translateY(75%) rotate(0);
  -ms-transform: translateY(75%) rotate(0);
  transform: translateY(75%) rotate(0);
  z-index: 1;
  border-top-color: #fff;
}
.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.search-trigger {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px;
  padding: 0;
  background: url('../img/icon.svg') 0 -40px no-repeat;
  background-size: 20px auto;
  -webkit-transition: none;
  transition: none;
}
.search-trigger:focus,
.search-trigger:hover {
  background: url('../img/icon.svg') 0 -40px no-repeat;
  background-size: 20px auto;
}
.nav-live {
  position: absolute;
  top: 0;
  right: 140px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.nav-live-trigger {
  position: relative;
  padding-right: 30px;
  background: 0 0;
  white-space: nowrap;
}
.nav-live-trigger:before {
  content: '';
  position: absolute;
  right: 10px;
  height: 0;
  border: 5px solid transparent;
  -webkit-transform: translateY(75%) rotate(0);
  -ms-transform: translateY(75%) rotate(0);
  transform: translateY(75%) rotate(0);
  z-index: 1;
  border-top-color: currentColor;
}
.nav-live-trigger:focus,
.nav-live-trigger:hover {
  color: #fff;
}
.nav-live-list {
  position: absolute;
  right: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #fff;
  white-space: nowrap;
  z-index: 1;
}
.nav-live-list-item {
  margin: 0;
}
.nav-live-list-item:before {
  content: none;
}
.nav-live-list-item-link {
  color: #181818;
}
.nav-live-list-item-link:focus,
.nav-live-list-item-link:hover {
  color: #181818;
}
.live-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 100%;
  padding: 20px;
  background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
  color: #fff;
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.live-link:focus,
.live-link:hover {
  background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
  color: #fff;
}
.live-link:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url('../img/icon.svg') 0 -320px no-repeat;
  background-size: 20px auto;
  -webkit-animation: heartbeat 1.6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: heartbeat 1.6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (max-width: 1750px) {
  .nav-live {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media all and (max-width: 1440px) {
  .live-link {
    position: static;
  }
}
@media all and (max-width: 1220px) {
  .nav {
    padding: 0;
  }
  .nav-list-item-link {
    padding: 20px 5px;
  }
  .nav-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger:before {
    right: 5px;
  }
  .live-link {
    margin-right: -20px;
    padding: 20px 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 40px;
    -webkit-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8);
  }
  .logo {
    width: 67px;
    height: 67px;
    margin-right: auto;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .nav {
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: -10px;
  }
  .nav-list {
    display: none;
  }
  .search-trigger {
    display: none;
  }
  .nav-live {
    position: static;
    margin-right: -10px;
  }
  .nav-live-trigger {
    padding: 10px 20px 10px 5px;
    font-size: 13px;
  }
  .nav-live-list-item-link {
    padding: 10px 5px;
    font-size: 13px;
  }
  .live-link {
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
  }
  .nav-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 0;
    -webkit-transition: none;
    transition: none;
  }
  .nav-trigger:after,
  .nav-trigger:before {
    content: '';
    position: absolute;
    right: auto;
    left: 10px;
    width: 20px;
    height: 2px;
    padding: 0;
    border: 0;
    background: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-trigger:before {
    top: 13px;
    -webkit-transition:
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      transform 0.2s linear,
      top 0.2s 0.2s linear;
    transition:
      transform 0.2s linear,
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
  }
  .nav-trigger:after {
    top: auto;
    bottom: 13px;
    -webkit-transition:
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      transform 0.2s linear,
      bottom 0.2s 0.2s linear;
    transition:
      transform 0.2s linear,
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
  }
  .nav-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 19px auto;
    background: #fff;
    opacity: 1;
    -webkit-transition: opacity 0s 0.2s linear;
    transition: opacity 0s 0.2s linear;
  }
  .nav-trigger:focus,
  .nav-trigger:hover {
    background: 0 0;
    color: transparent;
  }
  .nav-trigger:focus span,
  .nav-trigger:focus:after,
  .nav-trigger:focus:before,
  .nav-trigger:hover span,
  .nav-trigger:hover:after,
  .nav-trigger:hover:before {
    background: #fff;
  }
}
.footer {
  position: relative;
  background: #181818;
  color: #fff;
  font-family: sourcesanspro;
  font-weight: 600;
  z-index: 2;
}
.footer .btn-alt {
  margin-bottom: 20px;
  border-color: #fff;
  color: #fff;
}
.footer-network {
  padding: 40px 0 20px;
  background: #585858;
}
.footer-network-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-network-nav-link {
  max-width: 100px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: 0 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-network-nav-link:focus,
.footer-network-nav-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.footer-network-nav-link img {
  max-height: 32px;
  margin: auto;
}
.footer-bottom {
  padding: 40px 0;
  text-align: center;
}
.footer-bottom-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px !important;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-bottom-nav {
  margin-top: 20px;
}
.footer-bottom-nav-list {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
}
.footer-bottom-nav-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.footer-bottom-nav-list-item:before {
  width: auto;
  height: auto;
  margin: 0 20px;
  background: 0 0;
}
.footer-bottom-nav-list-item-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-bottom small {
  display: block;
}
@media all and (max-width: 1024px) {
  .footer-network-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .footer-bottom-nav-list {
    display: block;
    padding: 10px 0;
  }
  .footer-bottom-nav-list-item {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .footer-bottom-nav-list-item:before {
    content: none;
  }
  .footer-bottom-nav-list-item:first-child {
    margin-top: 0;
  }
}
.article {
  position: relative;
  margin-bottom: 20px;
}
.article-story {
  position: static;
  margin-bottom: 40px;
}
.article-story h1,
.article-story h2,
.article-story h3,
.article-story p {
  overflow-wrap: break-word;
}
.article-story img {
  margin-bottom: 20px;
}
.article-story .article-thumb {
  margin-bottom: 20px;
}
.article-story .article-thumb img {
  margin: 0;
}
.article-story .article .article-thumb {
  margin-bottom: 10px;
}
.article-story > .container {
  position: relative;
}
.article-thumb {
  position: relative;
  margin-bottom: 10px;
}
.article-thumb a {
  color: inherit;
  text-decoration: none;
}
.article-title {
  margin-bottom: 10px;
}
.article-title a {
  color: inherit;
  text-decoration: none;
}
.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.author-meta {
  color: #3e0e89;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.author-meta span {
  display: block;
  color: #000;
  font-family: sourcesanspro;
  font-weight: 600;
}
.author-blog .author-meta {
  color: #181818;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.author-blog .author-meta span {
  color: #181818;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .article-story h1 ~ .article-thumb {
    margin-right: -20px;
    margin-left: -20px;
  }
}
ul {
  margin-bottom: 20px;
  color: #181818;
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 1.5;
}
ul li {
  position: relative;
  display: block;
  margin-top: 5px;
}
ul li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 0.5em;
  height: 0.5em;
  margin: 0.5em 0;
  margin-right: 0.5em;
  background: #3e0e89;
}
ul li:first-child {
  margin-top: 0;
}
.tags-list {
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
.tags-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.tags-list-item:before {
  content: none;
}
.tags-list-item:after {
  content: ',';
  display: inline-block;
  vertical-align: top;
}
.tags-list-item:first-child:after,
.tags-list-item:last-child:after {
  content: none;
}
.tags-list-item:first-child {
  font-weight: 600;
}
.btn,
button {
  padding: 15px 20px;
  background: #181818;
  color: #fff;
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition:
    background 0.2s,
    color 0.2s;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
}
.btn:focus,
.btn:hover,
button:focus,
button:hover {
  background: #000;
  color: #fff;
}
.btn-md {
  min-width: 140px;
  min-height: 40px;
  padding: 10px 20px;
  font-size: 14px;
}
.btn-alt {
  padding: 14px 19px;
  border: 1px solid #181818;
  background: 0 0;
  color: #181818;
}
.btn-alt:focus,
.btn-alt:hover {
  background: #f2f2f2;
  color: #181818;
}
.btn-alt.btn-md {
  padding: 9px 19px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px 20px;
}
.social-link {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  padding: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}
.social-link:focus,
.social-link:hover {
  background: 0 0;
}
.social-link:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../img/icon.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.social-link-fb:after {
  background-position: 0 -64px;
}
.social-link-tt:after {
  background-position: 0 -80px;
}
.social-link-wad:after {
  background-position: 0 -112px;
}
.social-link-lk:after {
  background-position: 0 -496px;
}
.social-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.copy-link {
  position: relative;
  overflow: visible;
}
.copy-link:before {
  content: attr(data-message);
  position: absolute;
  top: -10px;
  left: 50%;
  display: none;
  width: 80px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #181818;
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media all and (max-width: 480px) {
  .social-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs-item {
  display: inline;
  vertical-align: baseline;
  margin: 0;
  font-family: sourcesanspro;
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
}
.breadcrumbs-item:before {
  content: '>';
  display: inline;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 10px;
  background: 0 0;
}
.breadcrumbs-item:first-child {
  text-transform: uppercase;
}
.breadcrumbs-item:first-child:before {
  content: none;
}
.breadcrumbs-item-link {
  display: inline;
  vertical-align: baseline;
  color: #181818;
  text-decoration: none;
}
.breadcrumbs-item-link:focus,
.breadcrumbs-item-link:hover {
  color: #181818;
  text-decoration: underline;
}
@media all and (max-width: 1024px) {
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs-item:before {
    margin: 0 5px;
  }
}
.caption-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  background: #3e0e89;
  color: #fff;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  pointer-events: none;
}
.caption-tag-alt {
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .caption-tag {
    padding: 0 8px;
    font-size: 12px;
  }
  .caption-tag-alt {
    font-size: 20px;
  }
}
html {
  overflow-x: hidden;
}
body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s,
    z-index 0s 0.2s;
  transition:
    opacity 0.2s,
    z-index 0s 0.2s;
  z-index: -99;
}
main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  z-index: 2;
}
.section,
section {
  margin-bottom: 20px;
}
.widget-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}
.widget-title:after,
.widget-title:before {
  width: 20px;
}
.widget-title span {
  max-width: calc(100% - 40px);
}
@media all and (max-width: 1024px) {
  main {
    margin-top: 0 !important;
    padding-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .widget-title {
    margin-right: -20px;
    margin-left: -20px;
  }
}
:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}
@media print {
  body {
    display: none !important;
  }
}
.new-content-placeholder.content-wide {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.qvantaro-social-card {
  width: 92%;
  max-width: 760px;
  margin: 22px auto 28px;
  padding: 14px 16px 16px;
  border: 1px solid #cfd9e3;
  border-radius: 12px;
  background: #fff;
  color: #1f2933;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.qvantaro-social-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.qvantaro-social-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
  background: #2b008d;
}

.qvantaro-social-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qvantaro-social-author {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  line-height: 1.2;
}

.qvantaro-social-author span {
  display: block;
  margin-top: 2px;
  color: #52606d;
  font-size: 14px;
}

.qvantaro-verified {
  display: inline-flex !important;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-left: 2px !important;
  vertical-align: -2px;
}

.qvantaro-verified img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qvantaro-social-close {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f1419;
}

.qvantaro-social-close svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.qvantaro-social-text {
  margin-bottom: 12px !important;
  font-size: 18px;
  line-height: 1.25;
}

.qvantaro-social-text strong:first-child {
  color: #0b63ce;
}

.qvantaro-social-video {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #0f172a;
  aspect-ratio: 16 / 9;
}

.qvantaro-social-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0f172a;
}

.qvantaro-watch-x {
  position: absolute;
  top: 16px;
  right: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 20, 25, 0.78);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  backdrop-filter: blur(4px);
}

.qvantaro-social-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 8px;
  border-bottom: 1px solid #d9e2ec;
  color: #52606d;
  font-size: 14px;
  font-weight: 600;
}

.qvantaro-social-info {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #536471;
}

.qvantaro-social-info svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.qvantaro-social-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  color: #52606d;
  font-size: 13px;
  font-weight: 800;
}

.qvantaro-social-like {
  color: #f91880;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.qvantaro-social-like svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.qvantaro-social-like b {
  color: #52606d;
  font-size: 13px;
}

.qvantaro-social-comment {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d9bf0;
}

.qvantaro-social-comment svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.qvantaro-social-chain {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #52606d;
}

.qvantaro-social-chain svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.qvantaro-social-replies {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 33px;
  border: 1px solid #cfd9e3;
  border-radius: 999px;
  background: #fff;
  color: #006fd6;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: inherit;
  text-decoration: none;
}

.qvantaro-social-replies:hover {
  background: #f8fbff;
}

@media (max-width: 640px) {
  .qvantaro-social-card {
    width: 100%;
    padding: 12px;
  }

  .qvantaro-social-text {
    font-size: 16px;
  }
}

.qvantaro-subheading {
  margin: 26px 0 14px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #20252b;
}

@media (max-width: 640px) {
  .qvantaro-subheading {
    font-size: 21px;
  }
}

.qvantaro-speech-quote {
  box-sizing: border-box;
  width: 92%;
  max-width: 920px;
  margin: 18px auto 24px;
  padding: 18px 20px 18px 22px;
  border-left: 4px solid #1b64b0;
  border-radius: 0 8px 8px 0;
  background: #f2f8ff;
  color: #24384a;
  font-style: italic;
  font-weight: 500;
}

.qvantaro-speech-block {
  box-sizing: border-box;
  width: 92%;
  max-width: 920px;
  margin: 18px auto 26px;
  padding: 18px 22px;
  border-left: 4px solid #1b64b0;
  border-radius: 0 8px 8px 0;
  background: #f2f8ff;
  color: #24384a;
  font-style: italic;
}

.qvantaro-speech-block p {
  margin: 0 0 14px;
}

.qvantaro-speech-block p:last-child {
  margin-bottom: 0;
}

.qvantaro-publish-line {
  display: block;
}

.qvantaro-date-line {
  display: block;
}

.qvantaro-date-nowrap {
  display: inline !important;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .qvantaro-article-layout {
    display: grid;
    width: 83.333333%;
    margin-left: 16.666667%;
    margin-right: 0;
    grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
    gap: 0;
    align-items: start;
  }

  .qvantaro-article-main,
  .qvantaro-top-read-sidebar {
    width: 100%;
    max-width: none;
  }

  .qvantaro-article-main > .flex {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .qvantaro-article-main > .flex > .col-10 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .qvantaro-top-read-sidebar {
    transform: none;
    box-sizing: border-box;
    padding-left: 28px;
  }
}

.new-content-placeholder.content-wide > p {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.qvantaro-table-figure {
  margin: 28px 0;
}

.qvantaro-table-figure figcaption {
  width: 92%;
  max-width: 920px;
  margin: 8px auto 0;
  font-size: 15px;
  line-height: 1.45;
  color: #5d6670;
  font-style: italic;
}

.qvantaro-situation-note {
  box-sizing: border-box;
  width: 92%;
  max-width: 920px;
  margin: 10px auto 20px;
  font-size: 15px;
  line-height: 1.45;
  color: #5d6670;
  font-style: italic;
}

.qvantaro-review-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  width: 92%;
  max-width: 920px;
  margin: 18px auto 20px;
  padding: 18px 20px;
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 49, 85, 0.07);
}

.qvantaro-review-person {
  text-align: center;
}

.qvantaro-review-person img {
  width: 86px;
  height: 86px;
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.qvantaro-review-name {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #20252b;
}

.qvantaro-review-role {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
  color: #5d6670;
}

.qvantaro-review-text {
  margin: 0;
  padding: 6px 0 6px 18px;
  border-left: 3px solid #1b64b0;
}

.qvantaro-review-card:nth-of-type(even) {
  background: #f7fbff;
}

.qvantaro-table-figure img {
  display: block;
  width: 92%;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.qvantaro-partners-figure {
  margin: 18px 0 28px;
}

.qvantaro-interview-figure {
  margin: 18px 0 24px;
}

.qvantaro-partners-figure img {
  display: block;
  width: 92%;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.qvantaro-interview-figure img {
  display: block;
  width: 92%;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.qvantaro-cta-wrap {
  width: 100%;
  margin: 28px auto 34px;
  text-align: center;
}

.qvantaro-cta-button {
  display: inline-flex;
  min-width: 280px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 14px 28px;
  border: 1px solid #2478c7;
  border-radius: 8px;
  background: linear-gradient(135deg, #58b7e8, #2478c7);
  color: #fff !important;
  font-family: inherit;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(36, 120, 199, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.qvantaro-cta-button:hover,
.qvantaro-cta-button:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(36, 120, 199, 0.32);
  filter: saturate(1.08);
  outline: none;
}

.qvantaro-registration-steps {
  box-sizing: border-box;
  width: 92%;
  max-width: 920px;
  margin: 0 auto 34px;
  counter-reset: qvantaro-step;
}

.qvantaro-registration-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 16px;
  padding: 18px 22px 18px 16px;
  border: 1px solid #d5e5f4;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 5px 16px rgba(32, 91, 145, 0.08);
}

.qvantaro-registration-step:last-of-type {
  margin-bottom: 24px;
}

.qvantaro-registration-step:not(:last-of-type)::after {
  content: '';
  position: absolute;
  left: 51px;
  bottom: -17px;
  width: 2px;
  height: 17px;
  background: #9dc8eb;
  z-index: 2;
}

.qvantaro-step-label {
  display: flex;
  width: 68px;
  height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 4px solid #d9edfc;
  border-radius: 50%;
  background: linear-gradient(145deg, #4eb1e5, #2478c7);
  color: #fff;
  font-family: sourcesanspro, Arial, sans-serif;
  text-align: center;
  box-shadow: 0 5px 12px rgba(36, 120, 199, 0.2);
}

.qvantaro-step-label span {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.qvantaro-step-label b {
  margin-top: 3px;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}

.qvantaro-registration-step p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.qvantaro-important-note {
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #2478c7;
  border-left-width: 4px;
  border-radius: 8px;
  background: #eef6ff;
}

.qvantaro-important-note h3 {
  margin: 0 0 10px;
  color: #174f84;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.qvantaro-important-note p {
  margin: 0 0 10px;
  font-weight: 700;
}

.qvantaro-important-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .qvantaro-table-figure img,
  .qvantaro-table-figure figcaption,
  .qvantaro-situation-note,
  .qvantaro-speech-quote,
  .qvantaro-speech-block,
  .qvantaro-review-card,
  .qvantaro-partners-figure img,
  .qvantaro-interview-figure img {
    width: 100%;
  }

  .qvantaro-review-card {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
    padding: 16px;
  }

  .qvantaro-review-person {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .qvantaro-review-person img {
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .qvantaro-cta-button {
    width: 100%;
    min-width: 0;
  }

  .qvantaro-registration-steps {
    width: 100%;
  }

  .qvantaro-registration-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .qvantaro-step-label {
    width: 52px;
    height: 52px;
    border-width: 3px;
  }

  .qvantaro-step-label b {
    font-size: 20px;
  }

  .qvantaro-registration-step p {
    font-size: 16px;
  }

  .qvantaro-registration-step:not(:last-of-type)::after {
    left: 39px;
  }
}

@media (max-width: 991px) {
  .new-content-placeholder.content-wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
p a {
  color: red !important;
}
#comment-section-container {
  width: 92%;
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

#comment-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.comment-input-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.user-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.comment-input-fields {
  flex-grow: 1;
}

.comment-input-fields input,
.comment-input-fields textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.comment-input-fields textarea {
  height: 100px;
  resize: none;
}

.comment-input-fields a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #3e0e89;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  max-width: fit-content;
}

.comment-input-fields a:hover {
  background-color: #380d7b;
}

@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-blackit.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-boldit.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-it.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: sourcesanspro;
  src: url('../fonts/sourcesanspro-semiboldit.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: zillaslab;
  src: url('../fonts/zillaslab-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: zillaslab;
  src: url('../fonts/zillaslab-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: zillaslab;
  src: url('../fonts/zillaslab-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
#Send-Us-Message {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 40px auto;
}
