@charset "UTF-8";
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

:root {
  --vh: 1vh; }

html {
  scroll-behavior: auto; }

body {
  background-color: #fff; }

.wrapper {
  position: relative;
  max-width: 1680px;
  margin-left: auto !important;
  margin-right: auto !important; }

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/montserrat/Montserrat-Light.woff2") format("woff2"), url("../../fonts/montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../../fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../../fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: 400; }

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../../fonts/montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url("../../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

body {
  color: #2b1069;
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.btn {
  border: none;
  outline: none; }
  .btn.btn-purple {
    background-color: #BB3688;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out; }
    .btn.btn-purple:hover {
      box-shadow: 0 3px 6px 1px rgba(187, 54, 136, 0.6);
      transform: scale(1.05); }
    .btn.btn-purple.outline {
      border: 2px solid #fff; }
    .btn.btn-purple.arrow {
      display: flex;
      justify-content: center; }
    .btn.btn-purple.padding-big {
      padding: 20px 55px; }
  .btn.btn-primary {
    background-color: #BB3688;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    height: auto;
    width: auto; }
    .btn.btn-primary:hover {
      box-shadow: 0 3px 6px 1px rgba(187, 54, 136, 0.6);
      transform: scale(1.05); }
    .btn.btn-primary.outline {
      border: 2px solid #fff; }
    .btn.btn-primary.arrow {
      display: flex;
      justify-content: center; }
    .btn.btn-primary.padding-big {
      padding: 20px 55px; }
  .btn.btn-blue {
    background-color: #2B1069;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in;
    text-transform: uppercase; }
    .btn.btn-blue:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.6);
      transform: scale(1.05); }
    .btn.btn-blue.outline {
      border: 2px solid #fff; }
    .btn.btn-blue.white {
      background-color: #fff;
      border: 1px solid #2B1069;
      color: #2B1069; }
    .btn.btn-blue.arrow {
      display: flex;
      justify-content: center; }
    .btn.btn-blue.padding-big {
      padding: 20px 55px; }
  .btn.btn-default {
    background-color: #2B1069;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    height: auto;
    width: auto; }
    .btn.btn-default:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.6);
      transform: scale(1.05); }
    .btn.btn-default.outline {
      border: 2px solid #fff; }
    .btn.btn-default.white {
      background-color: #fff;
      border: 1px solid #2B1069;
      color: #2B1069; }
    .btn.btn-default.arrow {
      display: flex;
      justify-content: center; }
    .btn.btn-default.padding-big {
      padding: 20px 55px; }
  .btn.btn-yellow {
    background-color: #EBAF42;
    border-radius: 30px;
    padding: 10px 35px;
    color: #2B1069;
    font-weight: 700;
    transition: all 0.3s ease-in;
    text-transform: uppercase; }
    .btn.btn-yellow:hover {
      box-shadow: 0 3px 6px 1px rgba(235, 175, 66, 0.6);
      transform: scale(1.05); }
    .btn.btn-yellow.outline {
      border: 2px solid #fff; }
    .btn.btn-yellow.arrow {
      display: flex;
      justify-content: center; }
    .btn.btn-yellow.padding-big {
      padding: 20px 55px; }
  .btn.btn-white {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 35px;
    color: #BB3688;
    font-weight: 700;
    transition: all 0.3s ease-in; }
    .btn.btn-white.font-light {
      font-weight: 300; }
    .btn.btn-white:hover {
      text-decoration: underline;
      transform: scale(1.05); }
    .btn.btn-white.padding-big {
      padding: 20px 55px; }
  .btn.btn-transparent {
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 35px;
    color: #2B1069;
    font-weight: 700;
    transition: all 0.3s ease-in;
    border: none; }
    .btn.btn-transparent.font-light {
      font-weight: 300; }
    .btn.btn-transparent:hover {
      text-decoration: underline;
      transform: scale(1.05);
      border: none;
      outline: none; }
    .btn.btn-transparent.active {
      border: none;
      outline: none; }
    .btn.btn-transparent.padding-big {
      padding: 20px 55px; }
    .btn.btn-transparent.outline {
      border: 2px solid #fff; }
    .btn.btn-transparent.white {
      color: #fff; }

a.btn {
  text-decoration: none; }

.mobileNav-enter-active {
  -webkit-animation: mobile-nav-slide-down 350ms;
          animation: mobile-nav-slide-down 350ms; }

.mobileNav-leave-active {
  animation: mobile-nav-slide-down 350ms reverse; }

@-webkit-keyframes mobile-nav-slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes mobile-nav-slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.overflow-hidden {
  overflow: hidden; }

.rotate-180 {
  transform: rotate(180deg); }

.font-bold {
  font-weight: 700; }

.fade {
  opacity: 0;
  transition: opacity 0.5s linear; }
  .fade.show {
    opacity: 1; }
    .fade.show .modal-dialog {
      transform: translate(0, 0); }
  .fade.in {
    opacity: 1; }

.modal-backdrop {
  opacity: 0.5; }
  .modal-backdrop.show {
    opacity: 0.5; }
  .modal-backdrop.in {
    opacity: 0.5; }

.evi-form .evi-form-group {
  margin-bottom: 10px; }
  .evi-form .evi-form-group .evi-input {
    display: block;
    width: 100%;
    padding: 20px 15px;
    border-radius: 30px;
    border: 1px solid #2B1069; }

.evi-form .checkbox a {
  color: #000;
  font-weight: 700;
  text-decoration: none; }
  .evi-form .checkbox a:hover {
    color: #000;
    text-decoration: underline; }

.evi-form .checkbox span.aszfcb {
  order: 1;
  padding-left: 10px; }

.evi-form .checkbox label i {
  background-color: #000;
  flex: 0 0 25px;
  height: 25px;
  border-radius: 5px; }
  .evi-form .checkbox label i::after {
    position: absolute;
    top: 45%;
    left: 50%;
    height: 4px;
    width: 9px;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.5); }

form input.evi-input {
  height: auto;
  padding: 15px;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #2B1069;
  font-size: 0.875rem;
  margin: 0 0 15px 0; }

.color-blue-primary {
  color: #2B1069; }

.breadcrumb {
  border: none; }
  .breadcrumb li::before {
    color: #666666 !important; }
  .breadcrumb li a,
  .breadcrumb li span {
    color: #666666; }

.newsletter-title {
  font-weight: 700;
  color: #2B1069;
  text-transform: uppercase;
  font-size: 1.25rem; }

.nanobar {
  z-index: 100; }

.color-white {
  color: #fff !important; }

.app-header {
  top: 0;
  width: 100%;
  margin: 0;
  box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.1);
  height: auto;
  background-color: #fff;
  z-index: 10;
  height: 70px !important; }
  @media (min-width: 992px) {
    .app-header {
      height: 90px !important; } }
  .app-header .fixed-top {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.1); }
    @media (min-width: 992px) {
      .app-header .fixed-top {
        padding-top: 5px;
        padding-bottom: 0; } }
  .app-header .main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .app-header .upper-row {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .app-header .upper-row span {
      color: #BB3688;
      margin: 0 5px; }
    .app-header .upper-row .btn-white:nth-last-of-type(1) {
      margin-left: 30px; }
    .app-header .upper-row .btn-white:nth-last-of-type(2) {
      margin-right: 30px; }
    .app-header .upper-row .social-row {
      display: flex;
      margin-right: 20px; }
      .app-header .upper-row .social-row a {
        display: flex;
        align-items: center;
        margin: 0 10px; }
  .app-header .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0; }
    .app-header .navigation ul {
      display: flex;
      margin: 0; }
      @media (min-width: 992px) {
        .app-header .navigation ul {
          justify-content: flex-end; } }
      .app-header .navigation ul li {
        position: relative;
        list-style: none;
        margin: 0 10px;
        transition: all 0.4s ease-in-out; }
        .app-header .navigation ul li::before {
          content: '';
          position: absolute;
          top: calc(100% + 3px);
          height: 2px;
          width: 0;
          background-color: #BB3688;
          transition: all 0.4s ease-in-out; }
        .app-header .navigation ul li:hover {
          transform: scale(1.05); }
          .app-header .navigation ul li:hover::before {
            width: 100%; }
        .app-header .navigation ul li a {
          display: block;
          text-decoration: none;
          color: #2A2252;
          font-weight: 700; }
          @media (min-width: 992px) {
            .app-header .navigation ul li a {
              font-size: 0.75rem; } }
          @media (min-width: 1200px) {
            .app-header .navigation ul li a {
              font-size: 1rem; } }
  .app-header .hamburger {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 60px;
    border: none;
    margin-left: auto; }
    @media (min-width: 992px) {
      .app-header .hamburger {
        display: none; } }
    .app-header .hamburger span:nth-of-type(1) {
      transform-origin: left; }
    .app-header .hamburger span:nth-of-type(3) {
      transform-origin: right; }
    @media (min-width: 992px) {
      .app-header .hamburger.open {
        border-width: 1px;
        border-left: none; } }
    .app-header .hamburger.open span {
      background-color: #000; }
    .app-header .hamburger.open span:nth-of-type(1) {
      transform: rotate(45deg) translate(2.5px, -7px); }
    .app-header .hamburger.open span:nth-of-type(2) {
      transform: rotate(-45deg);
      transition: all 0.4s; }
    .app-header .hamburger.open span:nth-of-type(3) {
      transition: all 0.4s;
      transform: rotate(45deg) translate(-1.5px, 4.2px); }
    .app-header .hamburger span {
      width: 36px;
      height: 2px;
      margin: 4px 0;
      background-color: #000;
      border-radius: 12px;
      transition: all 0.4s; }
  .app-header .mobile-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #2B1069, #2A2252);
    z-index: 2; }
    .app-header .mobile-navigation .logo {
      position: absolute;
      top: 15px;
      left: 20px; }
    .app-header .mobile-navigation .close-icon {
      position: absolute;
      top: 25px;
      right: 15px; }
    @media (min-width: 992px) {
      .app-header .mobile-navigation {
        display: none; } }
    .app-header .mobile-navigation .content {
      padding: 110px 5% 20px 5%;
      max-height: 100%;
      overflow: scroll; }
      .app-header .mobile-navigation .content ul {
        padding: 0;
        margin: 0; }
        .app-header .mobile-navigation .content ul li {
          margin-bottom: 25px; }
          @media (max-width: 360px) {
            .app-header .mobile-navigation .content ul li {
              margin-bottom: 15px; } }
          .app-header .mobile-navigation .content ul li a {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase; }
            @media (max-width: 360px) {
              .app-header .mobile-navigation .content ul li a {
                font-size: 0.75rem; } }
    .app-header .mobile-navigation .bottom {
      padding: 40px 5%; }
      @media (max-width: 360px) {
        .app-header .mobile-navigation .bottom {
          padding: 15px 5%; } }
      .app-header .mobile-navigation .bottom .login {
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .app-header .mobile-navigation .bottom .login a {
          display: block;
          color: #fff;
          font-size: 1rem;
          margin-bottom: 30px; }
      .app-header .mobile-navigation .bottom .social-row {
        display: flex;
        justify-content: center;
        margin: 30px 0 0 0; }
        .app-header .mobile-navigation .bottom .social-row a {
          margin: 0 15px; }
          .app-header .mobile-navigation .bottom .social-row a svg {
            transform: scale(1.5); }
            .app-header .mobile-navigation .bottom .social-row a svg path {
              fill: #fff; }
  .app-header .header-dropdown button {
    color: #BB3688;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
    background-color: transparent;
    border: none; }
  .app-header .header-dropdown .dropdown-menu {
    border-radius: 18px;
    background-color: #fff; }
    .app-header .header-dropdown .dropdown-menu li:hover a {
      text-decoration: underline; }
    .app-header .header-dropdown .dropdown-menu li a {
      color: #2B1069;
      text-decoration: none; }

.hero {
  position: relative;
  background: linear-gradient(to right, #2A2252 30%, #2B1069);
  color: #fff;
  overflow: hidden;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .hero {
      height: 575px; } }
  .hero .bs5-row,
  .hero .bs5-container,
  .hero .col {
    height: 100%; }
  .hero .col {
    display: flex;
    align-items: flex-end; }
  .hero .col-img {
    display: flex;
    align-items: center;
    justify-content: center; }
  .hero .left-shape {
    display: none; }
    @media (min-width: 992px) {
      .hero .left-shape {
        display: block;
        position: absolute;
        left: -150px;
        top: -40px;
        max-width: 450px; } }
  .hero .image-container {
    position: relative; }
  .hero .dots {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px; }
    @media (min-width: 768px) {
      .hero .dots {
        width: unset; } }
    @media (min-width: 992px) {
      .hero .dots {
        bottom: 30px;
        right: 30px;
        top: unset;
        left: unset; } }
  .hero .middle-shape {
    position: absolute;
    right: -100px;
    bottom: -40px;
    max-width: 315px; }
    @media (min-width: 768px) {
      .hero .middle-shape {
        right: -50px;
        bottom: -40px;
        max-width: 400px; } }
    @media (min-width: 992px) {
      .hero .middle-shape {
        left: 55%;
        top: 20px;
        right: unset;
        bottom: unset;
        transform: translateX(-50%);
        max-width: 315px; } }
    @media (min-width: 1200px) {
      .hero .middle-shape {
        max-width: 400px; } }
    @media (min-width: 1366px) {
      .hero .middle-shape {
        max-width: 500px; } }
  .hero .content {
    position: relative;
    margin-bottom: 50px;
    z-index: 1; }
    @media (min-width: 992px) {
      .hero .content {
        padding-left: 90px; } }
    @media (min-width: 992px) {
      .hero .content {
        margin-bottom: 100px; } }
    .hero .content .buttons {
      display: flex;
      margin-bottom: 15px; }
      .hero .content .buttons a {
        flex: 1; }
        @media (min-width: 992px) {
          .hero .content .buttons a {
            padding-left: 60px;
            padding-right: 60px;
            flex: unset; } }
        .hero .content .buttons a:first-of-type {
          margin-right: 20px; }
    .hero .content .search {
      position: relative; }
      @media (min-width: 992px) {
        .hero .content .search {
          width: 89%; } }
      .hero .content .search .service-search-group {
        position: relative;
        font-size: unset;
        line-height: 16px; }
        .hero .content .search .service-search-group .magnifier {
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%); }
        .hero .content .search .service-search-group input {
          height: unset;
          margin: 0 0 10px 0;
          padding: 10px 15px;
          border: 1px solid #2B1069;
          border-radius: 25px;
          width: 100%;
          font-size: 0.875rem;
          color: #000; }
          @media (min-width: 992px) {
            .hero .content .search .service-search-group input {
              padding: 15px 30px;
              margin: 0; } }
        .hero .content .search .service-search-group .search-btn {
          width: 100%;
          background-color: #BB3688;
          color: #fff;
          border: none;
          border-radius: 25px;
          padding: 15px; }
          @media (min-width: 992px) {
            .hero .content .search .service-search-group .search-btn {
              position: absolute;
              top: 0;
              right: 0;
              height: 100%;
              width: 40%;
              text-align: center; } }
  .hero h1,
  .hero h2 {
    font-weight: 700;
    color: #fff; }
  .hero h1 {
    font-size: 2.1875rem;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .hero h1 {
        margin-bottom: 20px; } }
  .hero h2 {
    font-size: 1.125rem;
    color: #BB3688; }
    @media (min-width: 992px) {
      .hero h2 {
        color: #fff; } }

.video-component {
  position: relative;
  color: #2B1069;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .video-component {
      padding: 80px 0; } }
  .video-component .single-video {
    margin-bottom: 20px; }
  .video-component .logos {
    margin-top: 15px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .video-component .logos {
        display: flex;
        justify-content: space-around;
        margin-top: 50px; } }
    .video-component .logos .item {
      position: relative; }
      @media (min-width: 992px) {
        .video-component .logos .item {
          min-height: 100px;
          flex: 0 0 33%; }
          .video-component .logos .item:first-of-type .sponsor img {
            width: 50%; } }
      @media (min-width: 992px) {
        .video-component .logos .item .sponsor img {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 90%;
          transform: translate(-50%, -50%); } }
  .video-component .plyr-video {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden; }
  .video-component .plyr__video-embed iframe {
    top: 50%;
    transform: translateY(-50%); }
  .video-component .yellow-shape {
    position: absolute;
    left: -130px;
    top: 30%;
    display: none; }
    @media (min-width: 992px) {
      .video-component .yellow-shape {
        display: block; } }
  .video-component .bs5-row,
  .video-component .bs5-container,
  .video-component .col {
    height: 100%; }
  .video-component .col {
    display: flex;
    align-items: center; }
  .video-component .col-video {
    display: flex;
    align-items: center;
    justify-content: center; }
  .video-component .content {
    position: relative;
    margin-bottom: 50px; }
  .video-component p {
    color: #2B1069; }
  .video-component h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #2B1069;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .video-component h3 {
        margin-bottom: 30px;
        font-size: 1.875rem; } }
  .video-component .videos-wrapper a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.2);
    transition: all 0.5s ease-in-out; }
    .video-component .videos-wrapper a img {
      transition: all 0.5s ease-in-out; }
    .video-component .videos-wrapper a:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.5); }
      .video-component .videos-wrapper a:hover img {
        transform: scale(1.05); }
  .video-component .blog-article {
    margin-top: 50px;
    box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.4);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .video-component .blog-article:hover {
      box-shadow: 0 3px 10px 1px rgba(102, 102, 102, 0.7); }
      .video-component .blog-article:hover img {
        transform: scale(1.05); }
    @media (min-width: 992px) {
      .video-component .blog-article {
        display: flex;
        margin-top: 80px; } }
    .video-component .blog-article .left {
      position: relative;
      flex: 0 0 30%;
      border-radius: 20px;
      overflow: hidden; }
      .video-component .blog-article .left img {
        transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .video-component .blog-article .left img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    .video-component .blog-article .right {
      padding: 20px; }
      @media (min-width: 992px) {
        .video-component .blog-article .right {
          padding: 30px 40px; } }
    .video-component .blog-article h4 {
      color: #2B1069;
      text-align: left;
      margin-left: 0;
      font-weight: 700;
      margin-bottom: 20px;
      margin-right: 0; }
    .video-component .blog-article p {
      font-size: 0.875rem; }
    .video-component .blog-article span {
      color: #2B1069;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.875rem; }

.service-provider-card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  background-color: #2B1069;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in;
  margin: 5px 0;
  box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4); }
  .service-provider-card.white {
    background-color: #fff;
    color: #666666;
    border: 1px solid rgba(112, 112, 112, 0.3); }
    .service-provider-card.white:hover {
      color: #666666;
      box-shadow: 0 3px 6px 1px rgba(112, 112, 112, 0.7); }
    .service-provider-card.white .details .cta {
      color: #2B1069; }
    .service-provider-card.white .details .category {
      color: #666666;
      border-color: #666666; }
  .service-provider-card.small-card .details .name {
    line-height: 20px;
    font-size: 1.1rem;
    margin-bottom: 15px; }
  .service-provider-card.small-card .details .highlighted-badge {
    display: none; }
  .service-provider-card.small-card .details .category {
    padding: 3px 5px; }
  .service-provider-card:hover {
    color: #fff;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.7);
    transform: scale(1.01); }
  .service-provider-card .image-container {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 240px;
    width: 100%; }
    .service-provider-card .image-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .service-provider-card .details {
    position: relative;
    padding: 15px;
    height: 100%;
    flex: 1; }
    .service-provider-card .details .logo {
      position: absolute;
      right: 20px;
      top: 0;
      transform: translateY(-50%);
      width: 65px;
      height: 65px;
      border-radius: 50%;
      border: 5px solid #e6e6e6;
      background-color: #fff;
      overflow: hidden; }
      @media (min-width: 992px) {
        .service-provider-card .details .logo {
          width: 85px;
          height: 85px; } }
      .service-provider-card .details .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%; }
    .service-provider-card .details .category {
      color: #fff;
      margin-bottom: 15px;
      padding: 5px 10px;
      border-radius: 13px;
      font-size: 0.5rem;
      font-weight: 700;
      border: 2px solid #fff;
      display: inline-block;
      text-transform: uppercase; }
    .service-provider-card .details .name {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 2px; }
    .service-provider-card .details .reference {
      font-size: 0.875rem;
      margin-bottom: 25px; }
    .service-provider-card .details .highlighted-badge {
      position: absolute;
      bottom: 35px;
      right: 0;
      background-color: #BB3688;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      padding: 10px 35px;
      display: flex;
      align-items: center; }
      .service-provider-card .details .highlighted-badge img {
        margin-right: 5px; }
      .service-provider-card .details .highlighted-badge span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.7rem; }
    .service-provider-card .details .cta {
      position: absolute;
      left: 15px;
      bottom: 15px;
      display: flex;
      align-items: center;
      color: #EBAF42;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 700; }
      .service-provider-card .details .cta img {
        margin-left: 3px; }

.service-providers-section {
  background-color: #fff; }
  @media (min-width: 992px) {
    .service-providers-section {
      padding: 60px 0 30px; } }
  .service-providers-section .service-providers-head {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .service-providers-section .service-providers-head h3 {
      font-weight: 700;
      color: #2B1069;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .service-providers-section .service-providers-head h3 {
          font-size: 1.5625rem; } }
    @media (min-width: 992px) {
      .service-providers-section .service-providers-head a {
        position: absolute;
        top: 0;
        right: 0; } }
  .service-providers-section .swiper-container {
    padding-bottom: 70px; }
  .service-providers-section .pagination-container {
    position: relative;
    height: 30px; }
    .service-providers-section .pagination-container .arrow-wrapper {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%); }
      .service-providers-section .pagination-container .arrow-wrapper .ei-pagination-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #2B1069;
        border-radius: 50%;
        cursor: pointer; }
        .service-providers-section .pagination-container .arrow-wrapper .ei-pagination-arrow img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .service-providers-section .pagination-container .arrow-wrapper .ei-pagination-arrow img.rotate-180 {
            transform: translate(-50%, -50%) rotate(180deg); }
        .service-providers-section .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-left {
          left: -40px; }
        .service-providers-section .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-right {
          right: -40px; }
    .service-providers-section .pagination-container .swiper-pagination {
      position: relative; }
      .service-providers-section .pagination-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        background: #2B1069 !important;
        opacity: 100%; }
        .service-providers-section .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #2B1069;
          transform: scale(1.8); }

.nominees-component {
  position: relative;
  background-color: #2B1069;
  color: #fff;
  overflow: hidden;
  padding: 35px 3%;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .nominees-component {
      padding: 60px 0 30px;
      min-height: 800px; } }
  .nominees-component.brown {
    background-color: #232323;
    color: #CC8F7A; }
    .nominees-component.brown .nominees-head h3 {
      color: #CC8F7A; }
    .nominees-component.brown .nominees-head a {
      border-color: #ab7065;
      color: #ab7065;
      background-color: transparent; }
      .nominees-component.brown .nominees-head a:hover {
        color: #ab7065;
        box-shadow: 0 3px 6px 1px rgba(171, 112, 101, 0.6); }
      .nominees-component.brown .nominees-head a svg path:nth-of-type(2) {
        fill: #ab7065; }
    .nominees-component.brown .decoration-left,
    .nominees-component.brown .decoration-right {
      display: none; }
    .nominees-component.brown .pagination-container .arrow-wrapper .ei-pagination-arrow {
      background-color: #CC8F7A; }
    .nominees-component.brown .pagination-container .swiper-pagination .swiper-pagination-bullet {
      margin: 0 5px;
      background: #CC8F7A !important;
      opacity: 100%; }
      .nominees-component.brown .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #CC8F7A;
        transform: scale(1.8); }
  @media (min-width: 992px) {
    .nominees-component .swiper-wrapper {
      min-height: 550px; } }
  .nominees-component .nominees-head {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .nominees-component .nominees-head h3 {
      color: #fff;
      font-weight: 700;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .nominees-component .nominees-head h3 {
          font-size: 1.5625rem; } }
    .nominees-component .nominees-head a {
      display: inline-flex !important;
      align-items: center; }
      @media (min-width: 992px) {
        .nominees-component .nominees-head a {
          position: absolute;
          top: 0;
          right: 0;
          display: flex !important;
          align-items: center; } }
      .nominees-component .nominees-head a svg {
        margin-left: 8px; }
  .nominees-component .decoration-left {
    position: absolute;
    top: -40px;
    left: -250px;
    display: none; }
    @media (min-width: 992px) {
      .nominees-component .decoration-left {
        display: block; } }
  .nominees-component .decoration-right {
    position: absolute;
    bottom: -40px;
    right: -250px;
    display: none; }
    @media (min-width: 992px) {
      .nominees-component .decoration-right {
        display: block; } }
  .nominees-component .swiper-container {
    padding-bottom: 70px; }
  .nominees-component .pagination-container {
    position: relative;
    height: 30px; }
    .nominees-component .pagination-container .arrow-wrapper {
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%); }
      .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer; }
        .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow svg path {
            fill: #2B1069; }
          .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow svg.rotate-180 {
            transform: translate(-50%, -50%) rotate(180deg); }
        .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-left {
          left: -40px; }
        .nominees-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-right {
          right: -40px; }
    .nominees-component .pagination-container .swiper-pagination {
      position: relative; }
      .nominees-component .pagination-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        background: #fff !important;
        opacity: 100%; }
        .nominees-component .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #fff;
          transform: scale(1.8); }

.nominee-card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  margin: 5px 0;
  color: #2B1069;
  background-color: #fff;
  overflow: hidden; }
  @media (min-width: 992px) {
    .nominee-card {
      min-height: 425px; } }
  .nominee-card.brown {
    background-color: #232323;
    color: #CC8F7A;
    border: 1px solid #e6e6e6; }
    .nominee-card.brown:hover {
      color: #CC8F7A;
      box-shadow: 0 3px 6px 1px rgba(204, 143, 122, 0.7); }
    .nominee-card.brown .details {
      background-color: #232323; }
      .nominee-card.brown .details .cta {
        color: #CC8F7A; }
        .nominee-card.brown .details .cta img {
          margin-left: 5px; }
    .nominee-card.brown .image-container .category {
      color: #232323;
      background-color: #CC8F7A; }
  @media (min-width: 992px) {
    .nominee-card.swiper-slide-active {
      min-height: 500px;
      transition: all 0.6s ease-in-out; }
      .nominee-card.swiper-slide-active .image-container {
        height: 400px; } }
  .nominee-card:hover {
    color: #2B1069;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.7);
    transform: scale(1.01); }
    .nominee-card:hover .image-container img {
      transform: scale(1.1); }
  .nominee-card .image-container {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 210px;
    width: 100%;
    transition: all 0.6s ease-in-out; }
    @media (min-width: 992px) {
      .nominee-card .image-container {
        height: 330px; } }
    .nominee-card .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(1);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: all 0.4s ease-in-out;
      -o-object-position: center center;
         object-position: center center; }
    .nominee-card .image-container .category {
      position: absolute;
      left: 0;
      top: 30px;
      color: #fff;
      padding: 12px 12px 12px 25px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      font-size: 0.6rem;
      font-weight: 700;
      background-color: #2B1069; }
      @media (min-width: 992px) {
        .nominee-card .image-container .category {
          font-size: 0.75rem;
          padding: 20px 20px 20px 35px; } }
  .nominee-card .details {
    position: relative;
    padding: 15px;
    height: 100%;
    flex: 1;
    background-color: #fff; }
    .nominee-card .details .logo {
      position: absolute;
      left: 20px;
      top: 0;
      transform: translateY(-50%);
      width: 65px;
      height: 65px;
      border-radius: 50%;
      border: 5px solid #e6e6e6;
      background-color: #fff;
      overflow: hidden; }
      @media (min-width: 992px) {
        .nominee-card .details .logo {
          width: 85px;
          height: 85px;
          left: unset;
          right: 20px; } }
      .nominee-card .details .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%; }
    .nominee-card .details .name {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 5px;
      margin-top: 30px;
      max-width: 70%; }
    .nominee-card .details .cta {
      display: flex;
      align-items: center;
      color: #2B1069;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.75rem;
      margin-bottom: 10px; }
      .nominee-card .details .cta img {
        margin-left: 3px; }
  .nominee-card .vote {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 120px !important;
    height: 60px !important; }

.jury-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background-color: #fff;
  border-radius: 18px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  margin: 5px 0;
  box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.1);
  overflow: hidden; }
  .jury-card.business {
    min-height: 85px;
    margin-bottom: 15px; }
    .jury-card.business .name {
      border-bottom: 1px solid #E3E3E3;
      padding-bottom: 10px; }
  @media (min-width: 992px) {
    .jury-card {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .jury-card {
      min-height: 425px; } }
  .jury-card:hover {
    color: #fff;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4);
    transform: scale(1.005); }
  .jury-card .image-container {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; }
    .jury-card .image-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .jury-card .details {
    position: relative;
    padding: 20px;
    height: 100%;
    flex: 1;
    background-color: #fff;
    color: #2B1069; }
    .jury-card .details .badge {
      position: absolute;
      right: 20px;
      top: 0;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #EBAF42;
      overflow: hidden; }
      .jury-card .details .badge span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        font-size: 0.75rem;
        color: #fff;
        font-weight: 400; }
    .jury-card .details .name {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .jury-card .details .cta {
      position: absolute;
      left: 15px;
      bottom: 20px;
      color: #EBAF42; }

.jury-component,
.business-jury-component {
  background-color: #fff; }
  @media (min-width: 992px) {
    .jury-component,
    .business-jury-component {
      padding: 60px 0 30px; } }
  .jury-component .jury-head,
  .business-jury-component .jury-head {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .jury-component .jury-head h3,
    .business-jury-component .jury-head h3 {
      font-weight: 700;
      color: #2B1069;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .jury-component .jury-head h3,
        .business-jury-component .jury-head h3 {
          font-size: 1.5625rem; } }
    @media (min-width: 992px) {
      .jury-component .jury-head a,
      .business-jury-component .jury-head a {
        position: absolute;
        top: 0;
        right: 0; } }
  .jury-component .swiper-container,
  .business-jury-component .swiper-container {
    padding-bottom: 70px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto; }
  .jury-component .pagination-container,
  .business-jury-component .pagination-container {
    position: relative;
    height: 50px; }
    .jury-component .pagination-container .arrow-wrapper,
    .business-jury-component .pagination-container .arrow-wrapper {
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      width: 75%; }
      @media (min-width: 768px) {
        .jury-component .pagination-container .arrow-wrapper,
        .business-jury-component .pagination-container .arrow-wrapper {
          width: auto; } }
      .jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow,
      .business-jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #2B1069;
        border-radius: 50%;
        cursor: pointer; }
        .jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow img,
        .business-jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow img.rotate-180,
          .business-jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow img.rotate-180 {
            transform: translate(-50%, -50%) rotate(180deg); }
        .jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-left,
        .business-jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-left {
          left: -40px; }
        .jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-right,
        .business-jury-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-right {
          right: -40px; }
    .jury-component .pagination-container .swiper-pagination,
    .business-jury-component .pagination-container .swiper-pagination {
      position: relative; }
      .jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet,
      .business-jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        background: #2B1069 !important;
        opacity: 100%; }
        @media (min-width: 992px) {
          .jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet,
          .business-jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet {
            margin: 0 5px; } }
        .jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .business-jury-component .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #2B1069;
          transform: scale(1.8); }

.sponsors-component {
  background-color: #fff; }
  @media (min-width: 992px) {
    .sponsors-component {
      padding: 60px 0 30px; } }
  .sponsors-component .sponsors-head {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .sponsors-component .sponsors-head h3 {
      font-weight: 700;
      color: #2B1069;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sponsors-component .sponsors-head h3 {
          font-size: 1.5625rem; } }
  .sponsors-component .swiper-wrapper {
    align-items: center; }
  .sponsors-component .swiper-container {
    padding-bottom: 70px; }
  .sponsors-component .pagination-container {
    position: relative;
    height: 50px; }
    .sponsors-component .pagination-container .arrow-wrapper {
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%); }
      .sponsors-component .pagination-container .arrow-wrapper .ei-pagination-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #2B1069;
        border-radius: 50%;
        cursor: pointer; }
        .sponsors-component .pagination-container .arrow-wrapper .ei-pagination-arrow img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .sponsors-component .pagination-container .arrow-wrapper .ei-pagination-arrow img.rotate-180 {
            transform: translate(-50%, -50%) rotate(180deg); }
        .sponsors-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-left {
          left: -40px; }
        .sponsors-component .pagination-container .arrow-wrapper .ei-pagination-arrow.pagination-arrow-right {
          right: -40px; }
    .sponsors-component .pagination-container .swiper-pagination {
      position: relative; }
      .sponsors-component .pagination-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        background: #2B1069 !important;
        opacity: 100%; }
        .sponsors-component .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #2B1069;
          transform: scale(1.8); }

.newsletter-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden; }
  @media (min-width: 992px) {
    .newsletter-section {
      padding: 100px 0; } }
  @media (min-width: 992px) {
    .newsletter-section .shape-decoration {
      max-width: 260px; } }
  @media (min-width: 1200px) {
    .newsletter-section .shape-decoration {
      max-width: 340px; } }
  @media (min-width: 1366px) {
    .newsletter-section .shape-decoration {
      max-width: unset; } }
  .newsletter-section .shape-far-left {
    position: absolute;
    left: -1%;
    bottom: -2%;
    transform: translateX(-65%) rotate(105deg);
    display: none; }
    @media (min-width: 992px) {
      .newsletter-section .shape-far-left {
        display: block; } }
  .newsletter-section .shape-far-right {
    position: absolute;
    right: 0;
    top: -15%;
    transform: translateX(86%) rotate(52deg);
    display: none; }
    @media (min-width: 992px) {
      .newsletter-section .shape-far-right {
        display: block; } }
    @media (min-width: 1366px) {
      .newsletter-section .shape-far-right {
        top: -30%; } }
  .newsletter-section .shape-left {
    position: absolute;
    top: -5%;
    left: 0;
    transform: translateX(-70%); }
    @media (min-width: 992px) {
      .newsletter-section .shape-left {
        top: -5%;
        left: 8%;
        transform: translateX(0); } }
  .newsletter-section .shape-right {
    position: absolute;
    bottom: -5%;
    right: 0;
    transform: translateX(75%); }
    @media (min-width: 992px) {
      .newsletter-section .shape-right {
        bottom: 5%;
        right: 0;
        transform: translateX(0); } }
  .newsletter-section .dots-left {
    position: absolute;
    top: 10%;
    left: 5%; }
    @media (min-width: 992px) {
      .newsletter-section .dots-left {
        top: unset;
        bottom: 45%;
        left: 15%; } }
    @media (min-width: 1200px) {
      .newsletter-section .dots-left {
        bottom: 35%; } }
    @media (min-width: 1500px) {
      .newsletter-section .dots-left {
        bottom: 25%; } }
  .newsletter-section .dots-right {
    display: none; }
    @media (min-width: 992px) {
      .newsletter-section .dots-right {
        position: absolute;
        display: block;
        top: 35%;
        right: 10%; } }
    @media (min-width: 1366px) {
      .newsletter-section .dots-right {
        right: 20%;
        top: 30%; } }
  .newsletter-section .content {
    position: relative;
    margin: 0 auto;
    max-width: 470px; }
    .newsletter-section .content h3 {
      font-weight: 700;
      color: #2B1069;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 50px;
      text-align: center; }
      @media (min-width: 992px) {
        .newsletter-section .content h3 {
          margin-bottom: 20px;
          font-size: 1.5625rem; } }
    .newsletter-section .content p {
      text-align: center;
      color: #666666;
      font-size: 1rem;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .newsletter-section .content p {
          max-width: unset;
          font-size: 1.125rem; } }
    .newsletter-section .content .checkbox {
      margin-top: 40px;
      margin-bottom: 40px; }

.newsletter-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 100; }
  @media (min-width: 992px) {
    .newsletter-modal-container {
      padding: 70px 0; } }
  .newsletter-modal-container .newsletter-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.2); }
  .newsletter-modal-container.show {
    display: block;
    -webkit-animation: appear 0.5s;
            animation: appear 0.5s; }
  .newsletter-modal-container .newsletter-modal {
    position: absolute;
    padding: 100px 0;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 900px;
    color: #fff;
    background-color: #2C1067;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4);
    border-radius: 20px; }
    @media (min-width: 992px) {
      .newsletter-modal-container .newsletter-modal {
        min-height: 500px;
        display: flex;
        align-items: center; } }
  .newsletter-modal-container .close-icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .newsletter-modal-container .close-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .newsletter-modal-container .shape-decoration {
    max-width: 200px; }
    @media (min-width: 992px) {
      .newsletter-modal-container .shape-decoration {
        max-width: 350px; } }
  .newsletter-modal-container .shape-left {
    position: absolute;
    top: -11%;
    left: 22%;
    transform: translateX(-70%); }
    @media (min-width: 992px) {
      .newsletter-modal-container .shape-left {
        top: -20%;
        left: -6%;
        transform: translateX(0); } }
  .newsletter-modal-container .shape-right {
    position: absolute;
    bottom: -12%;
    right: 20%;
    transform: translateX(75%); }
    @media (min-width: 992px) {
      .newsletter-modal-container .shape-right {
        bottom: -22%;
        right: -11%;
        transform: translateX(0); } }
  .newsletter-modal-container .dots-left {
    position: absolute;
    top: -12%;
    left: -18%; }
    @media (min-width: 992px) {
      .newsletter-modal-container .dots-left {
        top: unset;
        bottom: 20%;
        left: 10%; } }
  .newsletter-modal-container .dots-right {
    display: none; }
    @media (min-width: 992px) {
      .newsletter-modal-container .dots-right {
        position: absolute;
        display: block;
        top: 25%;
        right: 10%; } }
  .newsletter-modal-container .content {
    position: relative;
    margin: 0 auto;
    max-width: 470px; }
    .newsletter-modal-container .content h3 {
      font-weight: 700;
      color: #fff;
      font-size: 1.75rem;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: center; }
    .newsletter-modal-container .content p {
      text-align: center;
      color: #fff;
      font-size: 1rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      font-weight: bold;
      color: #F4AC18;
      font-size: 1.325rem; }
      @media (min-width: 992px) {
        .newsletter-modal-container .content p {
          max-width: unset; } }
    .newsletter-modal-container .content .checkbox {
      margin-top: 40px;
      margin-bottom: 40px; }
  .newsletter-modal-container .evi-form .checkbox a {
    color: #fff; }
  .newsletter-modal-container .evi-form .checkbox label i {
    background-color: #fff;
    border-radius: 50%; }
    .newsletter-modal-container .evi-form .checkbox label i::after {
      content: '\2714';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 15px;
      transform: translate(-55%, -65%);
      border: none;
      border-radius: 50%;
      color: #2B1069; }
  .newsletter-modal-container .glyphicon-info-sign:before {
    color: #fff; }

.footer {
  background-color: #2B1069;
  color: #fff;
  font-size: 0.75rem;
  padding: 35px 0; }
  .footer div[class^='bs5-col']:not(:last-of-type) {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .footer div[class^='bs5-col']:not(:last-of-type) {
        margin-bottom: 0; } }
  .footer .footer-logo {
    margin-bottom: 30px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer p.text-small {
    font-size: 0.7rem; }
  .footer .social-row {
    display: flex;
    margin-top: 20px;
    justify-content: center; }
    @media (min-width: 992px) {
      .footer .social-row {
        justify-content: flex-start; } }
    .footer .social-row a {
      position: relative;
      margin: 0 15px;
      width: 45px;
      height: 45px;
      background-color: #fff;
      border-radius: 50%;
      display: block; }
      @media (min-width: 992px) {
        .footer .social-row a {
          width: 20px;
          height: 20px; } }
      @media (min-width: 992px) {
        .footer .social-row a {
          margin: 0 20px 0 0; } }
      .footer .social-row a img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        transform: translate(-50%, -50%); }
        @media (min-width: 992px) {
          .footer .social-row a img {
            transform: translate(-50%, -50%) scale(1); } }
  @media (min-width: 768px) {
    .footer .middle {
      display: flex;
      justify-content: space-between;
      width: 100%; } }
  .footer .middle .left {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .footer .middle .left {
        margin-bottom: 0; } }
    @media (min-width: 1366px) {
      .footer .middle .left {
        flex: 0 0 50%; } }
    .footer .middle .left p {
      max-width: 270px;
      margin-bottom: 0; }
  .footer .middle .right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .footer .middle .right {
        margin-left: 10px; } }
    @media (min-width: 1366px) {
      .footer .middle .right {
        flex: 0 0 50%; } }
    .footer .middle .right a {
      text-decoration: none; }
      .footer .middle .right a:hover {
        text-decoration: none; }
    .footer .middle .right .user-icon {
      position: relative;
      flex: 0 0 90px;
      height: 90px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #E6E6E6;
      margin-right: 10px; }
      @media (min-width: 1500px) {
        .footer .middle .right .user-icon {
          flex: 0 0 115px;
          height: 115px; } }
      .footer .middle .right .user-icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .footer .middle .right .user-info {
      flex: 0 0 50%; }
    @media (min-width: 1500px) {
      .footer .middle .right {
        flex: 0 0 50%; } }
  .footer .links {
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .footer .links {
        margin: 0 0 0 0; } }
    @media (min-width: 1366px) {
      .footer .links {
        margin: 0 0 0 20px; } }
    .footer .links li {
      margin-bottom: 10px; }
      .footer .links li a {
        font-weight: 700; }
  .footer .previous-winners {
    text-align: left; }
    .footer .previous-winners .prev-winners-title {
      display: block;
      font-weight: 700;
      margin-bottom: 10px; }
    .footer .previous-winners .footer-years {
      padding: 0;
      margin: 0; }
      .footer .previous-winners .footer-years li {
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .footer .previous-winners .footer-years li {
            margin-bottom: 3px; } }
      .footer .previous-winners .footer-years a {
        font-size: 0.9rem; }
        @media (min-width: 1200px) {
          .footer .previous-winners .footer-years a {
            font-size: 0.7rem; } }

.section-service-providers-list .advertisement {
  position: relative;
  background-color: #E6E6E6;
  margin: 20px 0;
  display: block; }

.section-service-providers-list .service-providers-head {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .section-service-providers-list .service-providers-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 35px;
      align-items: center; } }
  .section-service-providers-list .service-providers-head h1 {
    font-weight: 700;
    color: #2B1069;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .section-service-providers-list .service-providers-head h1 {
        font-size: 1.875rem;
        margin-right: 30px;
        text-align: left;
        margin-bottom: 0; } }
  .section-service-providers-list .service-providers-head p {
    max-width: 360px;
    font-size: 0.875rem;
    color: #666666;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .section-service-providers-list .service-providers-head p {
        text-align: left;
        margin: 0; } }
  .section-service-providers-list .service-providers-head .join-btn {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 0.625rem; }
    @media (min-width: 992px) {
      .section-service-providers-list .service-providers-head .join-btn {
        font-size: 0.875rem; } }
    .section-service-providers-list .service-providers-head .join-btn img {
      margin-right: 5px; }

.section-service-providers-list .service-search {
  border-bottom: none;
  padding: 0; }
  .section-service-providers-list .service-search .select {
    position: relative;
    box-shadow: none;
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px solid #2B1069;
    width: 100%; }
    @media (min-width: 992px) {
      .section-service-providers-list .service-search .select {
        width: auto; } }
    .section-service-providers-list .service-search .select.category {
      min-width: 270px;
      margin: 0 0 10px 0;
      height: auto;
      display: flex;
      align-items: center;
      padding: 8px; }
      .section-service-providers-list .service-search .select.category .selectedItem {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%; }
      @media (min-width: 992px) {
        .section-service-providers-list .service-search .select.category {
          margin: 0 15px 0 0; } }
    .section-service-providers-list .service-search .select.order-by {
      position: relative;
      background-color: transparent;
      border: none;
      min-width: 180px;
      padding: 0;
      height: unset; }
      .section-service-providers-list .service-search .select.order-by .icon {
        top: 2px; }
      .section-service-providers-list .service-search .select.order-by::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        content: 'Sorrend:'; }
        @media (min-width: 992px) {
          .section-service-providers-list .service-search .select.order-by::before {
            transform: translate(-120%, -50%); } }
      .section-service-providers-list .service-search .select.order-by .selectedItem {
        font-weight: 600;
        text-align: center; }
        @media (min-width: 992px) {
          .section-service-providers-list .service-search .select.order-by .selectedItem {
            text-align: left; } }
    .section-service-providers-list .service-search .select ul {
      width: 100%; }
    .section-service-providers-list .service-search .select .icon {
      position: absolute;
      top: 15px;
      right: 15px;
      font-family: 'icon';
      width: 15px;
      height: 15px; }
      .section-service-providers-list .service-search .select .icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        width: 10px;
        height: 10px;
        z-index: 1;
        background-image: url("/assets/azevirodaja.hu/img/general/dropdown-arrow.svg");
        background-repeat: no-repeat;
        background-position: center center; }
  .section-service-providers-list .service-search .upper-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .section-service-providers-list .service-search .upper-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; } }
    .section-service-providers-list .service-search .upper-row .selectedItem {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
  @media (min-width: 992px) {
    .section-service-providers-list .service-search .lower-row {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 992px) {
    .section-service-providers-list .service-search .lower-row .left {
      display: flex; } }
  .section-service-providers-list .service-search .lower-row .service-search-group {
    position: relative;
    font-size: unset;
    line-height: 16px; }
    .section-service-providers-list .service-search .lower-row .service-search-group .magnifier {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
    .section-service-providers-list .service-search .lower-row .service-search-group input {
      height: unset;
      margin: 0 0 10px 0;
      padding: 10px 15px;
      border: 1px solid #2B1069;
      border-radius: 25px;
      width: 100%;
      font-size: 0.875rem; }
      @media (min-width: 992px) {
        .section-service-providers-list .service-search .lower-row .service-search-group input {
          min-width: 450px;
          padding: 15px 50px;
          margin: 0; } }
    .section-service-providers-list .service-search .lower-row .service-search-group .search-btn {
      width: 100%;
      background-color: #2B1069;
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 15px; }
      @media (min-width: 992px) {
        .section-service-providers-list .service-search .lower-row .service-search-group .search-btn {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 40%;
          text-align: center; } }

.competition-page {
  padding: 50px 0; }
  .competition-page .competition-navigation-container .navigation-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #BB3688;
    color: #fff;
    padding: 12px 30px;
    border: none;
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .competition-page .competition-navigation-container .navigation-toggler {
        display: none; } }
    .competition-page .competition-navigation-container .navigation-toggler.nav-open {
      padding-bottom: 50px; }
    .competition-page .competition-navigation-container .navigation-toggler span {
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .competition-page .mobile-max-height {
      max-height: 0;
      overflow: hidden;
      transition: all 0.6s ease-in-out; }
      .competition-page .mobile-max-height.open {
        margin-top: -35px;
        max-height: 3000px; } }
  .competition-page .competition-navigation {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    transition: 0.7s ease-in-out;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.4); }
    .competition-page .competition-navigation li:first-of-type {
      border-top: 1px solid #E6E6E6; }
    .competition-page .competition-navigation li:last-of-type a {
      border-bottom: none; }
    .competition-page .competition-navigation li.active {
      border-left: none !important; }
      .competition-page .competition-navigation li.active a {
        color: #BB3688;
        font-weight: 700; }
    .competition-page .competition-navigation li a {
      text-decoration: none;
      border-bottom: 1px solid #E6E6E6;
      padding: 15px 20px;
      color: #666666;
      transition: all 0.3s ease-in; }
      .competition-page .competition-navigation li a:hover {
        color: #BB3688; }
    .competition-page .competition-navigation .year {
      margin: 5px 0 10px 0; }
    .competition-page .competition-navigation h3 a {
      font-size: 1.25rem;
      font-weight: 700;
      color: #2B1069;
      text-decoration: none; }
    .competition-page .competition-navigation .navigation-head {
      padding: 5px 20px; }
  .competition-page .competition-entries .entries-title {
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase; }
  .competition-page .competition-entries .competition-sponsor {
    display: flex;
    align-items: center; }
    .competition-page .competition-entries .competition-sponsor .left {
      margin-right: 15px; }
      .competition-page .competition-entries .competition-sponsor .left span {
        font-size: 0.75rem;
        color: #666666; }
    .competition-page .competition-entries .competition-sponsor img {
      max-width: 65px; }
  .competition-page .competition-entries .nevezesek .entry {
    position: relative;
    transform: translateZ(0); }
    .competition-page .competition-entries .nevezesek .entry a {
      text-decoration: none; }
    .competition-page .competition-entries .nevezesek .entry .category {
      position: absolute;
      left: 0;
      top: 20px;
      color: #fff;
      padding: 12px 12px 12px 15px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      font-size: 0.6rem;
      font-weight: 700;
      background-color: #2B1069; }
      .competition-page .competition-entries .nevezesek .entry .category.reah {
        background-color: #CC8F7A; }
    .competition-page .competition-entries .nevezesek .entry.small {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.1);
      border-radius: 18px;
      overflow: hidden;
      transition: all 0.3s ease-in;
      cursor: pointer; }
      @media (min-width: 768px) {
        .competition-page .competition-entries .nevezesek .entry.small {
          height: 270px; } }
      @media (min-width: 992px) {
        .competition-page .competition-entries .nevezesek .entry.small {
          height: 330px; } }
      @media (min-width: 1200px) {
        .competition-page .competition-entries .nevezesek .entry.small {
          height: 280px; } }
      @media (min-width: 1366px) {
        .competition-page .competition-entries .nevezesek .entry.small {
          height: 310px; } }
      .competition-page .competition-entries .nevezesek .entry.small a {
        display: block; }
      .competition-page .competition-entries .nevezesek .entry.small:hover {
        box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.7); }
        .competition-page .competition-entries .nevezesek .entry.small:hover .nominee-img {
          transform: scale(1.02); }
      .competition-page .competition-entries .nevezesek .entry.small .nominee-img {
        transition: all 0.3s ease-in;
        border-radius: 18px; }
      .competition-page .competition-entries .nevezesek .entry.small .category-link {
        display: none; }
      .competition-page .competition-entries .nevezesek .entry.small .title {
        position: relative;
        font-size: 1rem;
        padding-right: 15px;
        max-width: unset;
        margin-top: 15px;
        color: #666666;
        font-weight: 700;
        text-decoration: none; }
      .competition-page .competition-entries .nevezesek .entry.small .cta {
        position: absolute;
        bottom: 20px;
        left: 15px;
        color: #2B1069;
        text-transform: uppercase;
        font-weight: 700;
        display: flex;
        align-items: center;
        font-size: 0.625rem; }
        .competition-page .competition-entries .nevezesek .entry.small .cta img {
          width: 20px;
          margin-left: 5px; }
    .competition-page .competition-entries .nevezesek .entry .vote {
      position: absolute;
      bottom: 5px;
      right: 10px; }
  .competition-page .competition-entries .open_close.nevezesek {
    display: none; }
  .competition-page .competition-entries [data-div="informaciok"] {
    display: none; }
  .competition-page .competition-entries .primary_btn.divCenter {
    background-color: #fff;
    color: #2B1069;
    border-radius: 20px;
    border: 1px solid #2B1069;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    padding-left: 30px;
    padding-right: 20px;
    transition: all 0.3s ease-in; }
    .competition-page .competition-entries .primary_btn.divCenter:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4); }
    .competition-page .competition-entries .primary_btn.divCenter img {
      margin-left: 7px; }
  .competition-page .archive-years {
    margin: 20px 0; }
    @media (min-width: 992px) {
      .competition-page .archive-years {
        margin: 50px 0; } }
    .competition-page .archive-years h4 {
      color: #2B1069;
      text-align: left;
      font-size: 0.875rem;
      font-weight: 700; }
    .competition-page .archive-years .select-container {
      position: relative; }
      .competition-page .archive-years .select-container .icon {
        position: absolute;
        top: 15px;
        right: 15px;
        font-family: 'icon';
        width: 15px;
        height: 15px; }
        .competition-page .archive-years .select-container .icon::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          width: 10px;
          height: 10px;
          z-index: 1;
          background-image: url("/assets/azevirodaja.hu/img/general/dropdown-arrow.svg");
          background-repeat: no-repeat;
          background-position: center center; }
    .competition-page .archive-years select {
      position: relative;
      width: 100% !important;
      box-shadow: none;
      border-radius: 20px;
      border: 1px solid #2B1069;
      width: 100%;
      background: none !important;
      height: auto !important;
      padding: 10px 15px !important;
      margin: 0 0 15px 0 !important; }
      @media (min-width: 992px) {
        .competition-page .archive-years select {
          width: auto; } }
      .competition-page .archive-years select ul {
        width: 100%; }
    .competition-page .archive-years .searchDiv {
      border: 1px solid #ccc;
      display: flex;
      justify-content: space-between;
      border-radius: 20px; }
      .competition-page .archive-years .searchDiv input {
        background: none !important;
        margin: 0 !important;
        border: none;
        outline: none; }

.nominee-page {
  margin: 10px 0 45px 0; }
  .nominee-page h2 {
    font-weight: 700;
    color: #2B1069;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .nominee-page h2 {
        font-size: 1.5625rem;
        margin-bottom: 30px; } }
  .nominee-page article {
    color: #414141;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .nominee-page article {
        margin-bottom: 40px; } }
    .nominee-page article p {
      color: #414141; }
  .nominee-page .competition-category {
    display: block;
    color: #666666;
    text-decoration: none; }
  .nominee-page .nominee-head {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .nominee-page .nominee-head {
        display: flex; } }
    @media (min-width: 992px) {
      .nominee-page .nominee-head .left {
        display: flex;
        align-items: center;
        flex: 0 0 50%; } }
    .nominee-page .nominee-head h1 {
      font-weight: 700;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .nominee-page .nominee-head h1 {
          font-size: 2rem; } }
      @media (min-width: 1500px) {
        .nominee-page .nominee-head h1 {
          font-size: 2.2rem; } }
    .nominee-page .nominee-head .buttons {
      display: none; }
      @media (min-width: 1200px) {
        .nominee-page .nominee-head .buttons {
          display: flex;
          align-items: center; } }
      .nominee-page .nominee-head .buttons .social p {
        font-weight: 700;
        font-size: 0.75rem;
        margin-bottom: 0;
        text-align: center; }
      .nominee-page .nominee-head .buttons .social a {
        padding: 0;
        margin: 5px; }
        .nominee-page .nominee-head .buttons .social a img {
          width: 25px;
          height: 25px; }
      .nominee-page .nominee-head .buttons .social .social-items {
        display: flex;
        align-items: center;
        justify-content: center; }
      .nominee-page .nominee-head .buttons ul {
        padding: 0;
        margin: 0; }
        @media (min-width: 992px) {
          .nominee-page .nominee-head .buttons ul {
            display: flex; } }
        .nominee-page .nominee-head .buttons ul li:not(:last-of-type) a {
          border-right: 1px solid rgba(102, 102, 102, 0.3); }
        .nominee-page .nominee-head .buttons ul li:last-of-type a {
          padding-right: 0; }
      .nominee-page .nominee-head .buttons a {
        display: flex;
        align-items: center;
        color: #000;
        margin-bottom: 5px;
        font-size: 0.75rem;
        font-weight: 700;
        text-decoration: none;
        padding: 0 15px 0 0; }
        @media (min-width: 992px) {
          .nominee-page .nominee-head .buttons a {
            padding: 0 15px; } }
        .nominee-page .nominee-head .buttons a:hover {
          text-decoration: underline; }
        .nominee-page .nominee-head .buttons a img {
          margin-left: 5px; }
        @media (min-width: 1366px) {
          .nominee-page .nominee-head .buttons a {
            padding: 10px 15px;
            margin-bottom: 0; } }
    .nominee-page .nominee-head .vote {
      margin-left: 10px; }
  @media (min-width: 992px) {
    .nominee-page form.vote {
      margin-left: 15px; } }
  .nominee-page .nominee-images .full-width-fancy {
    position: relative;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4);
    transform: translateZ(0); }
    @media (min-width: 992px) {
      .nominee-page .nominee-images .full-width-fancy {
        border-radius: 20px;
        height: 430px; }
        .nominee-page .nominee-images .full-width-fancy img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    .nominee-page .nominee-images .full-width-fancy .category {
      position: absolute;
      left: 0;
      top: 30px;
      color: #fff;
      padding: 12px 12px 12px 25px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      font-size: 0.6rem;
      font-weight: 700;
      background-color: #2B1069; }
      .nominee-page .nominee-images .full-width-fancy .category.reah {
        background-color: #CC8F7A; }
      @media (min-width: 992px) {
        .nominee-page .nominee-images .full-width-fancy .category {
          font-size: 0.75rem;
          padding: 20px 20px 20px 35px; } }
    .nominee-page .nominee-images .full-width-fancy:hover img {
      transform: scale(1.03); }
    .nominee-page .nominee-images .full-width-fancy img {
      transition: all 0.3s ease-in; }
  .nominee-page .nominee-images .small-fancy-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .nominee-page .nominee-images .small-fancy-images a {
      overflow: hidden;
      position: relative;
      display: block;
      flex: 0 0 49%;
      margin-bottom: 2%;
      height: 90px;
      transform: translateZ(0); }
      .nominee-page .nominee-images .small-fancy-images a:hover .photo {
        transform: scale(1.03); }
      @media (min-width: 768px) {
        .nominee-page .nominee-images .small-fancy-images a {
          height: 210px; } }
      .nominee-page .nominee-images .small-fancy-images a .photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all 0.3s ease-in; }
    .nominee-page .nominee-images .small-fancy-images .fancybox-thumb {
      position: relative;
      border-radius: 10px;
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4); }
      @media (min-width: 992px) {
        .nominee-page .nominee-images .small-fancy-images .fancybox-thumb {
          border-radius: 20px; } }
      .nominee-page .nominee-images .small-fancy-images .fancybox-thumb:nth-child(odd) {
        margin-right: 2%; }
      .nominee-page .nominee-images .small-fancy-images .fancybox-thumb.last .show-gallery {
        display: flex; }
      .nominee-page .nominee-images .small-fancy-images .fancybox-thumb .show-gallery {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 5px;
        font-size: 0.625rem;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        display: none; }
        @media (min-width: 992px) {
          .nominee-page .nominee-images .small-fancy-images .fancybox-thumb .show-gallery {
            height: 70px;
            padding: 20px;
            font-size: 0.75rem; } }
        .nominee-page .nominee-images .small-fancy-images .fancybox-thumb .show-gallery .tiles {
          margin-left: 15px; }
    .nominee-page .nominee-images .small-fancy-images .iframe-360-view {
      position: relative;
      border-radius: 20px; }
      .nominee-page .nominee-images .small-fancy-images .iframe-360-view img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .nominee-page .nominee-images .small-fancy-images .iframe-360-view.margin-right {
        margin-right: 2%; }
  .nominee-page .nominee-details {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.2); }
    @media (min-width: 992px) {
      .nominee-page .nominee-details {
        padding: 20px;
        display: flex; } }
    .nominee-page .nominee-details .detail {
      font-size: 0.75rem;
      align-items: center;
      padding: 10px 20px;
      color: #666666;
      border-bottom: 1px solid #E6E6E6;
      display: flex; }
      @media (min-width: 992px) {
        .nominee-page .nominee-details .detail {
          border-right: 1px solid #E6E6E6;
          border-bottom: navajowhite; } }
      .nominee-page .nominee-details .detail:last-of-type {
        border-right: none;
        border-bottom: none; }
      .nominee-page .nominee-details .detail .title {
        font-weight: 700; }
      .nominee-page .nominee-details .detail img {
        margin-right: 10px; }
  .nominee-page .service-providers-head {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      .nominee-page .service-providers-head {
        text-align: left; } }
    .nominee-page .service-providers-head h3 {
      font-weight: 700;
      color: #2B1069;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .nominee-page .service-providers-head h3 {
          font-size: 1.5625rem; } }
    @media (min-width: 992px) {
      .nominee-page .service-providers-head a {
        position: absolute;
        top: 0;
        right: 0; } }
  .nominee-page .service-items .service-item {
    position: relative;
    display: block;
    background-image: linear-gradient(to left, #2B1069, #160835);
    color: #fff;
    padding: 15px;
    border-radius: 18px;
    text-decoration: none;
    margin-bottom: 40px;
    min-height: 150px;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.2);
    transition: all 0.4s ease-in-out; }
    .nominee-page .service-items .service-item:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.5);
      transform: scale(1.02); }
    .nominee-page .service-items .service-item.small {
      background-color: #fff;
      border: 1px solid #E6E6E6;
      background-image: none;
      min-height: 85px; }
      .nominee-page .service-items .service-item.small .category {
        position: relative;
        color: #666666;
        border-radius: none; }
        .nominee-page .service-items .service-item.small .category span {
          position: relative;
          font-weight: 700;
          font-size: 0.7rem; }
        .nominee-page .service-items .service-item.small .category::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 50%;
          width: 100%;
          background-color: #E6E6E6;
          z-index: 0; }
      .nominee-page .service-items .service-item.small .name {
        position: relative;
        color: #2B1069; }
    .nominee-page .service-items .service-item .category {
      color: #fff;
      margin-bottom: 20px;
      padding: 5px 10px;
      border-radius: 13px;
      font-size: 0.5rem;
      font-weight: 700;
      border: 2px solid #fff;
      display: inline-block;
      text-transform: uppercase; }
    .nominee-page .service-items .service-item .name {
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 5px; }
    .nominee-page .service-items .service-item .logo {
      position: absolute;
      top: 0;
      right: 20px;
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 3px solid #E6E6E6;
      overflow: hidden;
      background-color: #fff; }
      .nominee-page .service-items .service-item .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
    .nominee-page .service-items .service-item .cta {
      position: absolute;
      left: 15px;
      bottom: 10px;
      display: flex;
      align-items: center;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 700; }
      .nominee-page .service-items .service-item .cta img {
        margin-left: 3px; }
  .nominee-page .share {
    color: #BB3688;
    text-transform: uppercase;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .nominee-page .share {
        margin-bottom: 0; } }
    .nominee-page .share span {
      margin-right: 10px; }

.page-service-provider {
  margin: 45px 0; }
  .page-service-provider .category-link {
    display: block;
    margin-bottom: 5px; }
    .page-service-provider .category-link:hover {
      color: #666666; }
  .page-service-provider .details-head {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .page-service-provider .details-head {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between; } }
    .page-service-provider .details-head h1 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #2B1069;
      font-size: 1.875rem;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .page-service-provider .details-head h1 {
          font-size: 2rem; } }
      @media (min-width: 1500px) {
        .page-service-provider .details-head h1 {
          font-size: 2.2rem; } }
    .page-service-provider .details-head .join-btn {
      display: flex;
      align-items: center;
      padding-left: 15px;
      font-size: 0.625rem; }
      @media (min-width: 992px) {
        .page-service-provider .details-head .join-btn {
          font-size: 0.875rem; } }
      .page-service-provider .details-head .join-btn img {
        margin-right: 5px; }
  .page-service-provider .click-title {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .page-service-provider .click-title {
        flex-direction: row; } }
  .page-service-provider .service-img {
    position: relative;
    height: 340px;
    margin-bottom: 60px;
    margin-top: 0;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.3); }
    @media (min-width: 992px) {
      .page-service-provider .service-img {
        margin-bottom: 30px;
        min-height: 500px;
        height: 220px; } }
    .page-service-provider .service-img::after {
      display: none; }
    .page-service-provider .service-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-service-provider .font-title {
    font-weight: 700;
    color: #666666;
    font-size: 1.5rem;
    margin-bottom: 25px; }
  .page-service-provider .service-provider-references {
    margin-bottom: 30px; }
  .page-service-provider .reference-card {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    background-color: #fff;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in;
    margin: 5px 0;
    color: #666666;
    border: 1px solid rgba(112, 112, 112, 0.3);
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.2); }
    .page-service-provider .reference-card.white {
      background-color: #fff; }
      .page-service-provider .reference-card.white:hover {
        color: #666666;
        box-shadow: 0 3px 6px 1px rgba(112, 112, 112, 0.4); }
      .page-service-provider .reference-card.white .details .cta {
        color: #2B1069; }
      .page-service-provider .reference-card.white .details .category {
        color: #666666;
        border-color: #666666; }
    .page-service-provider .reference-card:hover {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.4);
      transform: scale(1.005); }
    .page-service-provider .reference-card .image-container {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      height: 160px;
      width: 100%; }
      .page-service-provider .reference-card .image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .page-service-provider .reference-card .details {
      position: relative;
      padding: 15px;
      height: 100%;
      flex: 1; }
      .page-service-provider .reference-card .details .name {
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 2px;
        color: #666666; }
      .page-service-provider .reference-card .details .cta {
        position: absolute;
        left: 15px;
        bottom: 10px;
        display: flex;
        align-items: center;
        color: #2B1069;
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 700; }
        .page-service-provider .reference-card .details .cta img {
          margin-left: 3px; }
  .page-service-provider .service-details-info {
    position: relative;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    padding: 25px 15px 15px 15px;
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.2); }
    @media (min-width: 992px) {
      .page-service-provider .service-details-info {
        padding: 30px 20px 20px 20px; } }
    .page-service-provider .service-details-info h4 {
      text-align: left;
      color: #2B1069;
      font-size: 1.125rem;
      margin-bottom: 25px; }
    .page-service-provider .service-details-info .info {
      max-width: 65%; }
    .page-service-provider .service-details-info .logo {
      position: absolute;
      top: 15px;
      right: 20px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 3px solid #E6E6E6;
      overflow: hidden;
      background-color: #fff; }
      @media (min-width: 1366px) {
        .page-service-provider .service-details-info .logo {
          width: 80px;
          height: 80px; } }
      .page-service-provider .service-details-info .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        -o-object-fit: cover;
           object-fit: cover;
        transform: translate(-50%, -50%); }
    .page-service-provider .service-details-info .detail {
      display: flex;
      font-size: 0.75rem;
      align-items: center;
      padding: 10px 0;
      color: #666666;
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .page-service-provider .service-details-info .detail {
          border-right: 1px solid #E6E6E6;
          border-bottom: navajowhite; } }
      .page-service-provider .service-details-info .detail:last-of-type {
        border-right: none;
        border-bottom: none; }
      .page-service-provider .service-details-info .detail .title {
        font-weight: 700; }
      .page-service-provider .service-details-info .detail img {
        margin-right: 10px; }
    .page-service-provider .service-details-info a {
      width: 100%;
      font-size: 0.75rem;
      padding: 15px; }
  .page-service-provider .service-provider-about,
  .page-service-provider .colleagues,
  .page-service-provider .related-firms,
  .page-service-provider .reference-projects {
    margin-bottom: 30px; }
    .page-service-provider .service-provider-about h3,
    .page-service-provider .colleagues h3,
    .page-service-provider .related-firms h3,
    .page-service-provider .reference-projects h3 {
      color: #2B1069;
      font-size: 1.5rem;
      margin-bottom: 30px; }
    .page-service-provider .service-provider-about p,
    .page-service-provider .colleagues p,
    .page-service-provider .related-firms p,
    .page-service-provider .reference-projects p {
      color: #666666; }
  .page-service-provider .colleagues .colleague {
    position: relative;
    padding: 15px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border: 1px solid #E6E6E6; }
    .page-service-provider .colleagues .colleague::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 33%;
      background-color: #E6E6E6; }
    .page-service-provider .colleagues .colleague .photo {
      position: relative;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid #E6E6E6;
      margin-bottom: 15px;
      z-index: 1;
      background-color: #fff; }
      .page-service-provider .colleagues .colleague .photo img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
    .page-service-provider .colleagues .colleague .colleague-name {
      color: #2B1069;
      font-weight: 700;
      font-size: 1.125rem; }
    .page-service-provider .colleagues .colleague .colleague-position {
      font-size: 0.75rem; }
  .page-service-provider .related-firms .image-container img {
    width: auto;
    height: auto; }

.modal .modal-dialog .modal-content {
  background-color: #fff; }
  .modal .modal-dialog .modal-content .nav-tabs li {
    background-color: #E6E6E6; }
    .modal .modal-dialog .modal-content .nav-tabs li a {
      text-decoration: none;
      font-weight: 400;
      color: #666666; }
    .modal .modal-dialog .modal-content .nav-tabs li.active a {
      font-weight: 700;
      background-color: #fff !important; }
  .modal .modal-dialog .modal-content .tab-pane {
    padding: 20px; }
    @media (min-width: 992px) {
      .modal .modal-dialog .modal-content .tab-pane {
        padding: 50px; } }

#login_modal .login_reminder {
  padding: 10px 15px 15px 15px;
  display: inline-block;
  margin-left: auto;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem; }

#login_modal .social-login {
  display: block; }
  #login_modal .social-login a {
    height: auto;
    padding: 15px;
    display: block;
    border: 2px solid #666666;
    border-radius: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #666666;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in; }
    #login_modal .social-login a:hover {
      box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.4); }
    #login_modal .social-login a img {
      margin-right: 15px; }

#login_modal input[type="submit"],
#login_modal button[type="submit"] {
  padding: 15px;
  margin-bottom: 30px; }

#login_modal .checkbox label i {
  background-color: #000; }

#login_modal .checkbox a {
  color: #000;
  text-decoration: none;
  font-weight: 700; }

.user-profile {
  min-height: 62vh;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .user-profile {
      padding: 65px 0; } }
  .user-profile h1 {
    font-size: 1.5rem;
    font-weight: 700; }
  .user-profile h2.title2 {
    border-top: none; }
  .user-profile .profile-navigation {
    padding: 15px 15px 15px 0;
    border: 1px solid #E6E6E6;
    border-radius: 20px; }
    .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li {
      padding-left: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #E6E6E6; }
      .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li:first-of-type {
        border-top: 1px solid #E6E6E6; }
      .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li:last-of-type {
        border-bottom: none; }
      .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li.active {
        border-left-width: 2px;
        border-left-color: #BB3688; }
        .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li.active a {
          color: #BB3688;
          text-decoration: none; }
      .user-profile .profile-navigation#sidebar ul.nav.nav-stacked li a {
        text-decoration: none;
        font-weight: 700;
        color: #666666;
        padding-left: 0; }
    .user-profile .profile-navigation .user-data {
      padding-left: 20px;
      color: #666666;
      margin-bottom: 30px; }
      .user-profile .profile-navigation .user-data .name {
        color: #666666;
        font-size: 1rem; }
      .user-profile .profile-navigation .user-data .email {
        font-size: 0.875rem;
        opacity: 0.8; }
    .user-profile .profile-navigation .submitted-nominees {
      display: flex;
      align-items: center;
      padding-left: 20px;
      font-weight: 300; }
      .user-profile .profile-navigation .submitted-nominees .count {
        font-size: 3rem;
        margin-right: 10px; }
  .user-profile .profile-input-container {
    max-width: 370px; }
  .user-profile .self-entry {
    position: relative;
    height: 360px;
    transition: all 0.3s ease-in;
    display: block;
    text-decoration: none; }
    .user-profile .self-entry.entry {
      box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.1);
      border-radius: 18px; }
      .user-profile .self-entry.entry:hover .img-container img {
        transform: scale(1.02); }
      .user-profile .self-entry.entry .img-container {
        position: relative;
        height: 260px;
        border-radius: 18px;
        overflow: hidden; }
        .user-profile .self-entry.entry .img-container img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          transition: all 0.3s ease-in; }
      .user-profile .self-entry.entry .details {
        padding: 15px; }
        .user-profile .self-entry.entry .details .title {
          position: relative;
          font-size: 1.3rem;
          padding-right: 15px;
          margin-bottom: 5px;
          max-width: unset;
          margin-top: 0;
          color: #2B1069;
          font-weight: 700;
          text-decoration: none; }
    .user-profile .self-entry .category {
      color: #666666;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0;
      background-color: transparent; }
    .user-profile .self-entry .cta {
      position: absolute;
      bottom: 10px;
      left: 15px;
      color: #2B1069;
      text-transform: uppercase;
      font-weight: 700;
      display: flex;
      align-items: center;
      font-size: 0.625rem; }
      .user-profile .self-entry .cta img {
        width: 20px;
        margin-left: 5px; }

.entry-for-competition {
  padding: 50px 0;
  color: #666666; }
  .entry-for-competition h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B1069; }
  .entry-for-competition .timeline {
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .entry-for-competition .timeline {
        margin-bottom: 0; } }
    .entry-for-competition .timeline .timeline-item {
      display: flex;
      align-items: center;
      margin-bottom: 50px; }
      .entry-for-competition .timeline .timeline-item:first-of-type .step-number {
        border-color: #BB3688; }
      .entry-for-competition .timeline .timeline-item:last-of-type {
        margin-bottom: 0; }
        .entry-for-competition .timeline .timeline-item:last-of-type .step-number::before {
          display: none; }
      .entry-for-competition .timeline .timeline-item .step-number {
        position: relative;
        flex: 0 0 60px;
        height: 60px;
        border-radius: 50%;
        border: 5px solid #E6E6E6;
        margin-right: 10px;
        font-weight: 600;
        font-size: 1.25rem;
        color: #666666; }
        .entry-for-competition .timeline .timeline-item .step-number::before {
          position: absolute;
          content: '';
          top: calc(100% + 17px);
          left: 50%;
          width: 2px;
          height: 30px;
          background-color: #666666;
          border-radius: 2px; }
        .entry-for-competition .timeline .timeline-item .step-number span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .entry-for-competition .timeline .timeline-item .step-description {
        color: #666666;
        font-weight: 700;
        font-size: 0.875rem; }
  .entry-for-competition .bordered-box {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    box-shadow: none;
    padding: 20px; }
    @media (min-width: 992px) {
      .entry-for-competition .bordered-box {
        padding: 30px; } }
    .entry-for-competition .bordered-box.contact h2,
    .entry-for-competition .bordered-box.contact p,
    .entry-for-competition .bordered-box.contact a {
      color: #fff !important; }
    .entry-for-competition .bordered-box .login-link {
      font-weight: 700;
      color: #666666; }
    .entry-for-competition .bordered-box .bordered-box-header {
      border-bottom: none;
      padding: 0; }
    .entry-for-competition .bordered-box .bordered-box-content {
      padding: 0; }
      .entry-for-competition .bordered-box .bordered-box-content p {
        color: #666666; }
      .entry-for-competition .bordered-box .bordered-box-content ul {
        padding: 0; }
        .entry-for-competition .bordered-box .bordered-box-content ul li {
          margin-left: 0 !important; }
    .entry-for-competition .bordered-box .title3 {
      font-size: 1.25rem;
      color: #2B1069;
      font-weight: 700;
      margin-top: 0; }
  @media (min-width: 992px) {
    .entry-for-competition .entry-categories {
      display: flex; }
      .entry-for-competition .entry-categories .evi,
      .entry-for-competition .entry-categories .real-estate {
        flex: 0 0 50%; } }
  .entry-for-competition .entry-categories .category-btn {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 0.875rem; }
  .entry-for-competition .event-item {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .entry-for-competition .event-item {
        display: flex;
        align-items: center; } }
    .entry-for-competition .event-item .logo {
      position: relative;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      margin: 0 auto 20px auto; }
      @media (min-width: 992px) {
        .entry-for-competition .event-item .logo {
          flex: 0 0 180px;
          margin: 0 25px 0 0; } }
      .entry-for-competition .event-item .logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .entry-for-competition .event-item .logo.evi {
        border: 5px solid #E6E6E6; }
      .entry-for-competition .event-item .logo.real-estate {
        border: 5px solid #000;
        background-color: #000; }

.about-competition-page {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-color: #2B1069;
  color: #fff;
  text-align: center; }
  .about-competition-page .competition-hero {
    max-width: 850px;
    margin: 0 auto 50px auto; }
    @media (min-width: 992px) {
      .about-competition-page .competition-hero {
        margin: 0 auto 100px auto; } }
    .about-competition-page .competition-hero h1 {
      font-weight: 700;
      color: #fff;
      font-size: 1.375rem;
      text-align: center;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .about-competition-page .competition-hero h1 {
          font-size: 2.375rem;
          margin-bottom: 50px; } }
    .about-competition-page .competition-hero p {
      color: #fff;
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .about-competition-page .competition-hero p {
          margin-bottom: 60px; } }
      .about-competition-page .competition-hero p a {
        color: #f4ac18;
        text-decoration: none;
        font-weight: 700; }
    .about-competition-page .competition-hero .button-yellow {
      background-color: #e2b057;
      color: #2B1069;
      font-weight: 700;
      border-radius: 15px;
      padding: 15px;
      text-transform: uppercase;
      font-size: 0.75rem;
      max-width: 280px;
      display: inline-block;
      white-space: initial; }
      @media (min-width: 992px) {
        .about-competition-page .competition-hero .button-yellow {
          padding: 25px 15px;
          font-size: 1.25rem; } }
  .about-competition-page .video-link {
    display: block; }
    .about-competition-page .video-link img {
      margin-bottom: 30px; }
  .about-competition-page .decoration-left {
    position: absolute;
    top: 120px;
    left: 0;
    transform: translateX(-50%);
    display: none; }
    @media (min-width: 992px) {
      .about-competition-page .decoration-left {
        display: block; } }
  @media (min-width: 992px) {
    .about-competition-page {
      padding: 80px 0; } }
  .about-competition-page .steps-wrapper {
    position: relative;
    overflow: hidden; }
    .about-competition-page .steps-wrapper .curly-line-desktop {
      position: absolute;
      top: 75px;
      left: 0;
      display: none;
      width: 100%; }
      @media (min-width: 1200px) {
        .about-competition-page .steps-wrapper .curly-line-desktop {
          display: block; } }
      @media (min-width: 1500px) {
        .about-competition-page .steps-wrapper .curly-line-desktop {
          top: 20%; } }
    .about-competition-page .steps-wrapper .curly-line-mobile {
      position: absolute;
      top: 80px;
      left: 50%;
      width: 440px;
      transform: translateX(-50%);
      max-width: unset; }
      @media (min-width: 576px) {
        .about-competition-page .steps-wrapper .curly-line-mobile {
          display: none; } }
  .about-competition-page .steps-container {
    margin-bottom: 0; }
    .about-competition-page .steps-container h2 {
      color: #fff;
      text-align: center;
      font-weight: 700;
      margin-bottom: 45px; }
  .about-competition-page .competition-steps {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .about-competition-page .competition-steps {
        justify-content: center; } }
    .about-competition-page .competition-steps .step {
      position: relative;
      margin-bottom: 60px;
      flex: 0 0 50%; }
      @media (min-width: 768px) {
        .about-competition-page .competition-steps .step {
          flex: 0 0 33.3%;
          margin-bottom: 30px; } }
      @media (min-width: 1200px) {
        .about-competition-page .competition-steps .step {
          flex: 0 0 20%;
          margin-bottom: 0; } }
      .about-competition-page .competition-steps .step.current .number {
        border-color: #BB3688; }
      .about-competition-page .competition-steps .step.current a {
        background-color: #BB3688;
        border-color: #BB3688; }
      .about-competition-page .competition-steps .step .number {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto 45px auto;
        background-color: #BB3688; }
        @media (min-width: 576px) {
          .about-competition-page .competition-steps .step .number {
            width: 85px;
            height: 85px; } }
        .about-competition-page .competition-steps .step .number span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 1.5rem;
          font-weight: 700; }
          @media (min-width: 992px) {
            .about-competition-page .competition-steps .step .number span {
              font-size: 2.3rem; } }
        .about-competition-page .competition-steps .step .number img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50px;
          max-width: 70%; }
      .about-competition-page .competition-steps .step .period {
        margin-bottom: 5px;
        text-align: center;
        font-weight: 300; }
      .about-competition-page .competition-steps .step .period-name {
        text-decoration: underline;
        font-weight: 700; }
  .about-competition-page .wave-container {
    position: relative; }
    .about-competition-page .wave-container .wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30vh; }
      .about-competition-page .wave-container .wave path {
        width: 100%; }
  .about-competition-page .prize-categories {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fff;
    color: #2B1069; }
    @media (min-width: 992px) {
      .about-competition-page .prize-categories {
        padding-top: 50px;
        padding-bottom: 100px; } }
    .about-competition-page .prize-categories .transparent {
      color: transparent !important; }
    .about-competition-page .prize-categories h2 {
      color: #2B1069;
      text-align: center;
      font-weight: 700;
      margin-bottom: 30px; }
    .about-competition-page .prize-categories .head {
      color: #666666;
      font-weight: 700;
      margin-bottom: 25px; }
    .about-competition-page .prize-categories a {
      display: block;
      font-weight: 700;
      color: #000;
      margin-bottom: 25px;
      text-decoration: none; }

.nominee-forms h2 {
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2B1069; }
  .nominee-forms h2 sub {
    font-weight: 300;
    font-size: 0.75rem; }

.nominee-forms span.open_close {
  background: url("/assets/azevirodaja.hu/img/general/arrow-down.svg");
  transform: rotate(180deg); }
  .nominee-forms span.open_close.active {
    transform: rotate(0); }

.nominee-forms .control-label {
  font-size: 0.875rem !important;
  color: #2B1069 !important; }

.nominee-forms .form-control {
  border-radius: 18px;
  border: 1px solid #2B1069;
  margin-top: 0; }

.nominee-forms .form-group .well.radio {
  color: #2B1069;
  border-radius: 18px;
  border: 1px solid #2B1069;
  margin-top: 5px; }

.nominee-forms .well {
  background-color: rgba(43, 16, 105, 0.1); }

.nominee-forms .send {
  background-color: #fff;
  color: #BB3688;
  border-radius: 20px;
  font-size: 0.75rem;
  border: 2px solid #BB3688;
  padding: 15px 35px;
  height: auto;
  line-height: 1; }

.nominee-forms .save {
  background-color: #BB3688;
  color: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
  border: 2px solid #BB3688;
  padding: 15px 35px;
  height: auto;
  line-height: 1;
  font-weight: 700; }

.nominee-forms .firm {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0; }
  .nominee-forms .firm label {
    font-size: 0.875rem !important;
    color: #2B1069 !important; }
  .nominee-forms .firm input {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #2B1069;
    margin-top: 5px;
    padding: 15px;
    height: auto; }

.nominee-forms select {
  border: 1px solid #2B1069;
  border-radius: 25px;
  width: 90%;
  height: auto;
  padding: 15px;
  background: url("/assets/azevirodaja.hu/img/general/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  cursor: pointer; }

.nominee-forms .add_firm,
.nominee-forms .photo-upload-button {
  background-color: transparent;
  border-radius: 30px;
  padding: 15px 35px;
  color: #2B1069;
  font-weight: 700;
  border: 2px solid #2B1069 !important;
  box-shadow: none;
  height: auto;
  line-height: 1; }
  .nominee-forms .add_firm:hover,
  .nominee-forms .photo-upload-button:hover {
    text-decoration: underline; }

.nominee-forms .gallery-images-container {
  position: relative;
  min-height: 160px;
  border: 2px dashed #2B1069;
  border-radius: 25px;
  margin-bottom: 20px; }
  .nominee-forms .gallery-images-container .upload-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0.875rem; }

.vote.b-vote button {
  height: auto !important;
  margin: 0 auto !important;
  width: auto !important; }

.vote.b-vote .szavazz,
.vote.b-vote .szavaztam {
  max-width: 180px; }

.vote.s-vote {
  height: 50px !important;
  width: 100px !important; }
  .vote.s-vote button {
    margin: 0 auto !important;
    width: 100% !important;
    height: 100% !important; }
    .vote.s-vote button img {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: auto;
      max-height: 100%; }

.verseny iframe {
  border-radius: 20px; }

.verseny .fancybox-thumb {
  border-radius: 10px;
  overflow: hidden; }

.verseny .archiv2019 .open_close,
.verseny .archiv2019 .rest,
.verseny .archiv2018 .open_close,
.verseny .archiv2018 .rest,
.verseny .archiv2017 .open_close,
.verseny .archiv2017 .rest,
.verseny .archiv2016 .open_close,
.verseny .archiv2016 .rest,
.verseny .archiv2015 .open_close,
.verseny .archiv2015 .rest,
.verseny .archiv2014 .open_close,
.verseny .archiv2014 .rest,
.verseny .archiv2013 .open_close,
.verseny .archiv2013 .rest,
.verseny .archiv2012 .open_close,
.verseny .archiv2012 .rest,
.verseny .archiv2011 .open_close,
.verseny .archiv2011 .rest,
.verseny .archiv2010 .open_close,
.verseny .archiv2010 .rest {
  display: none; }

.verseny .archiv2019 .open_close_container,
.verseny .archiv2018 .open_close_container,
.verseny .archiv2017 .open_close_container,
.verseny .archiv2016 .open_close_container,
.verseny .archiv2015 .open_close_container,
.verseny .archiv2014 .open_close_container,
.verseny .archiv2013 .open_close_container,
.verseny .archiv2012 .open_close_container,
.verseny .archiv2011 .open_close_container,
.verseny .archiv2010 .open_close_container {
  margin: 0 !important; }

.verseny .archiv2019 .open_close_box,
.verseny .archiv2018 .open_close_box,
.verseny .archiv2017 .open_close_box,
.verseny .archiv2016 .open_close_box,
.verseny .archiv2015 .open_close_box,
.verseny .archiv2014 .open_close_box,
.verseny .archiv2013 .open_close_box,
.verseny .archiv2012 .open_close_box,
.verseny .archiv2011 .open_close_box,
.verseny .archiv2010 .open_close_box {
  margin: 0 !important; }

.verseny .archiv2019 h1,
.verseny .archiv2018 h1,
.verseny .archiv2017 h1,
.verseny .archiv2016 h1,
.verseny .archiv2015 h1,
.verseny .archiv2014 h1,
.verseny .archiv2013 h1,
.verseny .archiv2012 h1,
.verseny .archiv2011 h1,
.verseny .archiv2010 h1 {
  font-size: 1.875rem;
  font-weight: 700; }

.verseny .archiv2019 h2,
.verseny .archiv2018 h2,
.verseny .archiv2017 h2,
.verseny .archiv2016 h2,
.verseny .archiv2015 h2,
.verseny .archiv2014 h2,
.verseny .archiv2013 h2,
.verseny .archiv2012 h2,
.verseny .archiv2011 h2,
.verseny .archiv2010 h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2B1069;
  border: none; }

.verseny .archiv2019 .archiv-header,
.verseny .archiv2018 .archiv-header,
.verseny .archiv2017 .archiv-header,
.verseny .archiv2016 .archiv-header,
.verseny .archiv2015 .archiv-header,
.verseny .archiv2014 .archiv-header,
.verseny .archiv2013 .archiv-header,
.verseny .archiv2012 .archiv-header,
.verseny .archiv2011 .archiv-header,
.verseny .archiv2010 .archiv-header {
  display: block; }

.verseny .archiv2019 .competition-sponsor,
.verseny .archiv2018 .competition-sponsor,
.verseny .archiv2017 .competition-sponsor,
.verseny .archiv2016 .competition-sponsor,
.verseny .archiv2015 .competition-sponsor,
.verseny .archiv2014 .competition-sponsor,
.verseny .archiv2013 .competition-sponsor,
.verseny .archiv2012 .competition-sponsor,
.verseny .archiv2011 .competition-sponsor,
.verseny .archiv2010 .competition-sponsor {
  display: flex;
  align-items: center; }
  .verseny .archiv2019 .competition-sponsor .left,
  .verseny .archiv2018 .competition-sponsor .left,
  .verseny .archiv2017 .competition-sponsor .left,
  .verseny .archiv2016 .competition-sponsor .left,
  .verseny .archiv2015 .competition-sponsor .left,
  .verseny .archiv2014 .competition-sponsor .left,
  .verseny .archiv2013 .competition-sponsor .left,
  .verseny .archiv2012 .competition-sponsor .left,
  .verseny .archiv2011 .competition-sponsor .left,
  .verseny .archiv2010 .competition-sponsor .left {
    margin-right: 15px; }
    .verseny .archiv2019 .competition-sponsor .left span,
    .verseny .archiv2018 .competition-sponsor .left span,
    .verseny .archiv2017 .competition-sponsor .left span,
    .verseny .archiv2016 .competition-sponsor .left span,
    .verseny .archiv2015 .competition-sponsor .left span,
    .verseny .archiv2014 .competition-sponsor .left span,
    .verseny .archiv2013 .competition-sponsor .left span,
    .verseny .archiv2012 .competition-sponsor .left span,
    .verseny .archiv2011 .competition-sponsor .left span,
    .verseny .archiv2010 .competition-sponsor .left span {
      font-size: 0.75rem;
      color: #666666; }
  .verseny .archiv2019 .competition-sponsor img,
  .verseny .archiv2018 .competition-sponsor img,
  .verseny .archiv2017 .competition-sponsor img,
  .verseny .archiv2016 .competition-sponsor img,
  .verseny .archiv2015 .competition-sponsor img,
  .verseny .archiv2014 .competition-sponsor img,
  .verseny .archiv2013 .competition-sponsor img,
  .verseny .archiv2012 .competition-sponsor img,
  .verseny .archiv2011 .competition-sponsor img,
  .verseny .archiv2010 .competition-sponsor img {
    max-width: 150px; }

.verseny .archiv2019 .winner,
.verseny .archiv2018 .winner,
.verseny .archiv2017 .winner,
.verseny .archiv2016 .winner,
.verseny .archiv2015 .winner,
.verseny .archiv2014 .winner,
.verseny .archiv2013 .winner,
.verseny .archiv2012 .winner,
.verseny .archiv2011 .winner,
.verseny .archiv2010 .winner {
  border-radius: 25px;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out; }
  .verseny .archiv2019 .winner:hover,
  .verseny .archiv2018 .winner:hover,
  .verseny .archiv2017 .winner:hover,
  .verseny .archiv2016 .winner:hover,
  .verseny .archiv2015 .winner:hover,
  .verseny .archiv2014 .winner:hover,
  .verseny .archiv2013 .winner:hover,
  .verseny .archiv2012 .winner:hover,
  .verseny .archiv2011 .winner:hover,
  .verseny .archiv2010 .winner:hover {
    box-shadow: 0 3px 6px 1px rgba(43, 16, 105, 0.3); }
    .verseny .archiv2019 .winner:hover .entry img,
    .verseny .archiv2018 .winner:hover .entry img,
    .verseny .archiv2017 .winner:hover .entry img,
    .verseny .archiv2016 .winner:hover .entry img,
    .verseny .archiv2015 .winner:hover .entry img,
    .verseny .archiv2014 .winner:hover .entry img,
    .verseny .archiv2013 .winner:hover .entry img,
    .verseny .archiv2012 .winner:hover .entry img,
    .verseny .archiv2011 .winner:hover .entry img,
    .verseny .archiv2010 .winner:hover .entry img {
      transform: scale(1.05); }
  .verseny .archiv2019 .winner .entry,
  .verseny .archiv2018 .winner .entry,
  .verseny .archiv2017 .winner .entry,
  .verseny .archiv2016 .winner .entry,
  .verseny .archiv2015 .winner .entry,
  .verseny .archiv2014 .winner .entry,
  .verseny .archiv2013 .winner .entry,
  .verseny .archiv2012 .winner .entry,
  .verseny .archiv2011 .winner .entry,
  .verseny .archiv2010 .winner .entry {
    position: relative;
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 0;
    transform: translateZ(0);
    min-height: 320px; }
    .verseny .archiv2019 .winner .entry.first,
    .verseny .archiv2018 .winner .entry.first,
    .verseny .archiv2017 .winner .entry.first,
    .verseny .archiv2016 .winner .entry.first,
    .verseny .archiv2015 .winner .entry.first,
    .verseny .archiv2014 .winner .entry.first,
    .verseny .archiv2013 .winner .entry.first,
    .verseny .archiv2012 .winner .entry.first,
    .verseny .archiv2011 .winner .entry.first,
    .verseny .archiv2010 .winner .entry.first {
      position: relative; }
    .verseny .archiv2019 .winner .entry .img,
    .verseny .archiv2018 .winner .entry .img,
    .verseny .archiv2017 .winner .entry .img,
    .verseny .archiv2016 .winner .entry .img,
    .verseny .archiv2015 .winner .entry .img,
    .verseny .archiv2014 .winner .entry .img,
    .verseny .archiv2013 .winner .entry .img,
    .verseny .archiv2012 .winner .entry .img,
    .verseny .archiv2011 .winner .entry .img,
    .verseny .archiv2010 .winner .entry .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: all 0.3s ease-in-out; }
  .verseny .archiv2019 .winner h2,
  .verseny .archiv2018 .winner h2,
  .verseny .archiv2017 .winner h2,
  .verseny .archiv2016 .winner h2,
  .verseny .archiv2015 .winner h2,
  .verseny .archiv2014 .winner h2,
  .verseny .archiv2013 .winner h2,
  .verseny .archiv2012 .winner h2,
  .verseny .archiv2011 .winner h2,
  .verseny .archiv2010 .winner h2 {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px 15px 15px 0;
    color: #2B1069;
    border-bottom: 2px solid #707070;
    margin-bottom: 15px; }
  .verseny .archiv2019 .winner .description,
  .verseny .archiv2018 .winner .description,
  .verseny .archiv2017 .winner .description,
  .verseny .archiv2016 .winner .description,
  .verseny .archiv2015 .winner .description,
  .verseny .archiv2014 .winner .description,
  .verseny .archiv2013 .winner .description,
  .verseny .archiv2012 .winner .description,
  .verseny .archiv2011 .winner .description,
  .verseny .archiv2010 .winner .description {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 20px; }
  .verseny .archiv2019 .winner .cta,
  .verseny .archiv2018 .winner .cta,
  .verseny .archiv2017 .winner .cta,
  .verseny .archiv2016 .winner .cta,
  .verseny .archiv2015 .winner .cta,
  .verseny .archiv2014 .winner .cta,
  .verseny .archiv2013 .winner .cta,
  .verseny .archiv2012 .winner .cta,
  .verseny .archiv2011 .winner .cta,
  .verseny .archiv2010 .winner .cta {
    padding: 15px 35px; }

.verseny .archiv2019 .list,
.verseny .archiv2018 .list,
.verseny .archiv2017 .list,
.verseny .archiv2016 .list,
.verseny .archiv2015 .list,
.verseny .archiv2014 .list,
.verseny .archiv2013 .list,
.verseny .archiv2012 .list,
.verseny .archiv2011 .list,
.verseny .archiv2010 .list {
  border-radius: 25px;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px; }
  .verseny .archiv2019 .list a,
  .verseny .archiv2018 .list a,
  .verseny .archiv2017 .list a,
  .verseny .archiv2016 .list a,
  .verseny .archiv2015 .list a,
  .verseny .archiv2014 .list a,
  .verseny .archiv2013 .list a,
  .verseny .archiv2012 .list a,
  .verseny .archiv2011 .list a,
  .verseny .archiv2010 .list a {
    text-decoration: none; }
  .verseny .archiv2019 .list img,
  .verseny .archiv2018 .list img,
  .verseny .archiv2017 .list img,
  .verseny .archiv2016 .list img,
  .verseny .archiv2015 .list img,
  .verseny .archiv2014 .list img,
  .verseny .archiv2013 .list img,
  .verseny .archiv2012 .list img,
  .verseny .archiv2011 .list img,
  .verseny .archiv2010 .list img {
    border-radius: 20px; }
  .verseny .archiv2019 .list .entry,
  .verseny .archiv2018 .list .entry,
  .verseny .archiv2017 .list .entry,
  .verseny .archiv2016 .list .entry,
  .verseny .archiv2015 .list .entry,
  .verseny .archiv2014 .list .entry,
  .verseny .archiv2013 .list .entry,
  .verseny .archiv2012 .list .entry,
  .verseny .archiv2011 .list .entry,
  .verseny .archiv2010 .list .entry {
    position: relative;
    border-radius: 25px;
    height: 320px;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 0;
    overflow: hidden;
    transform: translateZ(0); }
    .verseny .archiv2019 .list .entry.first,
    .verseny .archiv2018 .list .entry.first,
    .verseny .archiv2017 .list .entry.first,
    .verseny .archiv2016 .list .entry.first,
    .verseny .archiv2015 .list .entry.first,
    .verseny .archiv2014 .list .entry.first,
    .verseny .archiv2013 .list .entry.first,
    .verseny .archiv2012 .list .entry.first,
    .verseny .archiv2011 .list .entry.first,
    .verseny .archiv2010 .list .entry.first {
      position: relative; }
  .verseny .archiv2019 .list .title,
  .verseny .archiv2018 .list .title,
  .verseny .archiv2017 .list .title,
  .verseny .archiv2016 .list .title,
  .verseny .archiv2015 .list .title,
  .verseny .archiv2014 .list .title,
  .verseny .archiv2013 .list .title,
  .verseny .archiv2012 .list .title,
  .verseny .archiv2011 .list .title,
  .verseny .archiv2010 .list .title {
    font-size: 1rem;
    font-weight: 700;
    color: #2B1069;
    padding-right: 15px;
    text-decoration: none; }
  .verseny .archiv2019 .list .category,
  .verseny .archiv2018 .list .category,
  .verseny .archiv2017 .list .category,
  .verseny .archiv2016 .list .category,
  .verseny .archiv2015 .list .category,
  .verseny .archiv2014 .list .category,
  .verseny .archiv2013 .list .category,
  .verseny .archiv2012 .list .category,
  .verseny .archiv2011 .list .category,
  .verseny .archiv2010 .list .category {
    background-color: #BB3688;
    margin-top: 15px;
    padding-right: 15px;
    font-weight: 700; }

.verseny .archiv2019 .award,
.verseny .archiv2018 .award,
.verseny .archiv2017 .award,
.verseny .archiv2016 .award,
.verseny .archiv2015 .award,
.verseny .archiv2014 .award,
.verseny .archiv2013 .award,
.verseny .archiv2012 .award,
.verseny .archiv2011 .award,
.verseny .archiv2010 .award {
  color: #EBAF42; }

.verseny .archiv2019 .nominees-head,
.verseny .archiv2018 .nominees-head,
.verseny .archiv2017 .nominees-head,
.verseny .archiv2016 .nominees-head,
.verseny .archiv2015 .nominees-head,
.verseny .archiv2014 .nominees-head,
.verseny .archiv2013 .nominees-head,
.verseny .archiv2012 .nominees-head,
.verseny .archiv2011 .nominees-head,
.verseny .archiv2010 .nominees-head {
  position: relative;
  margin-bottom: 50px; }
  .verseny .archiv2019 .nominees-head h3,
  .verseny .archiv2018 .nominees-head h3,
  .verseny .archiv2017 .nominees-head h3,
  .verseny .archiv2016 .nominees-head h3,
  .verseny .archiv2015 .nominees-head h3,
  .verseny .archiv2014 .nominees-head h3,
  .verseny .archiv2013 .nominees-head h3,
  .verseny .archiv2012 .nominees-head h3,
  .verseny .archiv2011 .nominees-head h3,
  .verseny .archiv2010 .nominees-head h3 {
    color: #2B1069;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .verseny .archiv2019 .nominees-head h3,
      .verseny .archiv2018 .nominees-head h3,
      .verseny .archiv2017 .nominees-head h3,
      .verseny .archiv2016 .nominees-head h3,
      .verseny .archiv2015 .nominees-head h3,
      .verseny .archiv2014 .nominees-head h3,
      .verseny .archiv2013 .nominees-head h3,
      .verseny .archiv2012 .nominees-head h3,
      .verseny .archiv2011 .nominees-head h3,
      .verseny .archiv2010 .nominees-head h3 {
        margin-bottom: 0;
        font-size: 1.5rem; } }
  .verseny .archiv2019 .nominees-head a,
  .verseny .archiv2018 .nominees-head a,
  .verseny .archiv2017 .nominees-head a,
  .verseny .archiv2016 .nominees-head a,
  .verseny .archiv2015 .nominees-head a,
  .verseny .archiv2014 .nominees-head a,
  .verseny .archiv2013 .nominees-head a,
  .verseny .archiv2012 .nominees-head a,
  .verseny .archiv2011 .nominees-head a,
  .verseny .archiv2010 .nominees-head a {
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .verseny .archiv2019 .nominees-head a,
      .verseny .archiv2018 .nominees-head a,
      .verseny .archiv2017 .nominees-head a,
      .verseny .archiv2016 .nominees-head a,
      .verseny .archiv2015 .nominees-head a,
      .verseny .archiv2014 .nominees-head a,
      .verseny .archiv2013 .nominees-head a,
      .verseny .archiv2012 .nominees-head a,
      .verseny .archiv2011 .nominees-head a,
      .verseny .archiv2010 .nominees-head a {
        position: absolute;
        top: 0;
        right: 0; } }
    .verseny .archiv2019 .nominees-head a img,
    .verseny .archiv2018 .nominees-head a img,
    .verseny .archiv2017 .nominees-head a img,
    .verseny .archiv2016 .nominees-head a img,
    .verseny .archiv2015 .nominees-head a img,
    .verseny .archiv2014 .nominees-head a img,
    .verseny .archiv2013 .nominees-head a img,
    .verseny .archiv2012 .nominees-head a img,
    .verseny .archiv2011 .nominees-head a img,
    .verseny .archiv2010 .nominees-head a img {
      margin-left: 8px; }

@media (min-width: 992px) {
  .verseny .archiv2019 .second-third-fourth,
  .verseny .archiv2018 .second-third-fourth,
  .verseny .archiv2017 .second-third-fourth,
  .verseny .archiv2016 .second-third-fourth,
  .verseny .archiv2015 .second-third-fourth,
  .verseny .archiv2014 .second-third-fourth,
  .verseny .archiv2013 .second-third-fourth,
  .verseny .archiv2012 .second-third-fourth,
  .verseny .archiv2011 .second-third-fourth,
  .verseny .archiv2010 .second-third-fourth {
    display: flex; } }

.verseny .archiv2019 .second-third-fourth .entry,
.verseny .archiv2018 .second-third-fourth .entry,
.verseny .archiv2017 .second-third-fourth .entry,
.verseny .archiv2016 .second-third-fourth .entry,
.verseny .archiv2015 .second-third-fourth .entry,
.verseny .archiv2014 .second-third-fourth .entry,
.verseny .archiv2013 .second-third-fourth .entry,
.verseny .archiv2012 .second-third-fourth .entry,
.verseny .archiv2011 .second-third-fourth .entry,
.verseny .archiv2010 .second-third-fourth .entry {
  border-radius: 20px;
  overflow: hidden;
  transform: translateZ(0); }
  @media (min-width: 992px) {
    .verseny .archiv2019 .second-third-fourth .entry,
    .verseny .archiv2018 .second-third-fourth .entry,
    .verseny .archiv2017 .second-third-fourth .entry,
    .verseny .archiv2016 .second-third-fourth .entry,
    .verseny .archiv2015 .second-third-fourth .entry,
    .verseny .archiv2014 .second-third-fourth .entry,
    .verseny .archiv2013 .second-third-fourth .entry,
    .verseny .archiv2012 .second-third-fourth .entry,
    .verseny .archiv2011 .second-third-fourth .entry,
    .verseny .archiv2010 .second-third-fourth .entry {
      margin-right: 15px;
      flex: 0 0 32%; }
      .verseny .archiv2019 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2018 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2017 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2016 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2015 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2014 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2013 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2012 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2011 .second-third-fourth .entry:last-of-type,
      .verseny .archiv2010 .second-third-fourth .entry:last-of-type {
        margin-right: 0; } }
  .verseny .archiv2019 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2018 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2017 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2016 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2015 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2014 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2013 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2012 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2011 .second-third-fourth .entry:hover .image-container img,
  .verseny .archiv2010 .second-third-fourth .entry:hover .image-container img {
    transform: scale(1.05); }
  .verseny .archiv2019 .second-third-fourth .entry a,
  .verseny .archiv2018 .second-third-fourth .entry a,
  .verseny .archiv2017 .second-third-fourth .entry a,
  .verseny .archiv2016 .second-third-fourth .entry a,
  .verseny .archiv2015 .second-third-fourth .entry a,
  .verseny .archiv2014 .second-third-fourth .entry a,
  .verseny .archiv2013 .second-third-fourth .entry a,
  .verseny .archiv2012 .second-third-fourth .entry a,
  .verseny .archiv2011 .second-third-fourth .entry a,
  .verseny .archiv2010 .second-third-fourth .entry a {
    text-decoration: none; }
  .verseny .archiv2019 .second-third-fourth .entry p,
  .verseny .archiv2018 .second-third-fourth .entry p,
  .verseny .archiv2017 .second-third-fourth .entry p,
  .verseny .archiv2016 .second-third-fourth .entry p,
  .verseny .archiv2015 .second-third-fourth .entry p,
  .verseny .archiv2014 .second-third-fourth .entry p,
  .verseny .archiv2013 .second-third-fourth .entry p,
  .verseny .archiv2012 .second-third-fourth .entry p,
  .verseny .archiv2011 .second-third-fourth .entry p,
  .verseny .archiv2010 .second-third-fourth .entry p {
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 15px;
    color: #2B1069;
    font-weight: 700; }

.verseny .archiv2019 .second-third-fourth .image-container,
.verseny .archiv2018 .second-third-fourth .image-container,
.verseny .archiv2017 .second-third-fourth .image-container,
.verseny .archiv2016 .second-third-fourth .image-container,
.verseny .archiv2015 .second-third-fourth .image-container,
.verseny .archiv2014 .second-third-fourth .image-container,
.verseny .archiv2013 .second-third-fourth .image-container,
.verseny .archiv2012 .second-third-fourth .image-container,
.verseny .archiv2011 .second-third-fourth .image-container,
.verseny .archiv2010 .second-third-fourth .image-container {
  margin-bottom: 20px; }
  .verseny .archiv2019 .second-third-fourth .image-container img,
  .verseny .archiv2018 .second-third-fourth .image-container img,
  .verseny .archiv2017 .second-third-fourth .image-container img,
  .verseny .archiv2016 .second-third-fourth .image-container img,
  .verseny .archiv2015 .second-third-fourth .image-container img,
  .verseny .archiv2014 .second-third-fourth .image-container img,
  .verseny .archiv2013 .second-third-fourth .image-container img,
  .verseny .archiv2012 .second-third-fourth .image-container img,
  .verseny .archiv2011 .second-third-fourth .image-container img,
  .verseny .archiv2010 .second-third-fourth .image-container img {
    transition: all 0.4s ease-in-out;
    transform: scale(1); }

.verseny .archiv2019 .second-third-fourth .cta,
.verseny .archiv2018 .second-third-fourth .cta,
.verseny .archiv2017 .second-third-fourth .cta,
.verseny .archiv2016 .second-third-fourth .cta,
.verseny .archiv2015 .second-third-fourth .cta,
.verseny .archiv2014 .second-third-fourth .cta,
.verseny .archiv2013 .second-third-fourth .cta,
.verseny .archiv2012 .second-third-fourth .cta,
.verseny .archiv2011 .second-third-fourth .cta,
.verseny .archiv2010 .second-third-fourth .cta {
  display: flex;
  color: #2B1069;
  padding: 0 15px;
  font-weight: 700;
  font-size: 0.6rem;
  align-items: center; }
  .verseny .archiv2019 .second-third-fourth .cta span,
  .verseny .archiv2018 .second-third-fourth .cta span,
  .verseny .archiv2017 .second-third-fourth .cta span,
  .verseny .archiv2016 .second-third-fourth .cta span,
  .verseny .archiv2015 .second-third-fourth .cta span,
  .verseny .archiv2014 .second-third-fourth .cta span,
  .verseny .archiv2013 .second-third-fourth .cta span,
  .verseny .archiv2012 .second-third-fourth .cta span,
  .verseny .archiv2011 .second-third-fourth .cta span,
  .verseny .archiv2010 .second-third-fourth .cta span {
    margin: 0; }
  .verseny .archiv2019 .second-third-fourth .cta img,
  .verseny .archiv2018 .second-third-fourth .cta img,
  .verseny .archiv2017 .second-third-fourth .cta img,
  .verseny .archiv2016 .second-third-fourth .cta img,
  .verseny .archiv2015 .second-third-fourth .cta img,
  .verseny .archiv2014 .second-third-fourth .cta img,
  .verseny .archiv2013 .second-third-fourth .cta img,
  .verseny .archiv2012 .second-third-fourth .cta img,
  .verseny .archiv2011 .second-third-fourth .cta img,
  .verseny .archiv2010 .second-third-fourth .cta img {
    max-width: 18px;
    margin-left: 5px; }

.service-contact-box {
  max-height: 675px !important;
  height: auto !important; }
  .service-contact-box .title {
    color: #BB3688 !important;
    border-bottom: none !important; }
  .service-contact-box .close {
    color: #BB3688 !important; }
  .service-contact-box h3 {
    font-weight: 700 !important; }
  .service-contact-box .form-control {
    border-radius: 18px !important;
    border: 1px solid #2B1069 !important;
    height: auto !important;
    box-shadow: none !important;
    margin-bottom: 10px !important; }
  .service-contact-box .contact-phone {
    font-size: 1.25rem !important;
    margin-top: 15px !important;
    display: block; }
  .service-contact-box input[type=radio]:checked + label:before,
  .service-contact-box input[type=checkbox]:checked + label:before {
    color: #BB3688 !important;
    font-size: 1rem !important; }

.component-toggleable-container {
  position: relative;
  margin-bottom: 20px; }
  .component-toggleable-container .toggleable-div {
    position: relative;
    overflow: hidden;
    transition: all 1s ease-in-out;
    margin-bottom: 10px !important; }
    .component-toggleable-container .toggleable-div::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 40px;
      width: 100%;
      background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .component-toggleable-container .toggleable-div.closed::before {
      opacity: 1; }
  .component-toggleable-container button {
    font-size: 0.7rem;
    padding: 5px 10px !important; }
    .component-toggleable-container button.projects {
      display: none; }
    @media (max-width: 575.98px) {
      .component-toggleable-container button.projects-2-above {
        display: inline; } }
    .component-toggleable-container button.projects-6-above {
      display: inline; }
    .component-toggleable-container button.open .number {
      display: none; }

.fancybox-close {
  background-color: #fff !important;
  background-image: none !important;
  width: 20px;
  height: 20px; }
  @media (min-width: 992px) {
    .fancybox-close {
      width: 50px;
      height: 50px; } }
  .fancybox-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-image: url("/assets/azevirodaja.hu/img/general/close-black.png") !important;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 992px) {
      .fancybox-close::before {
        width: 30px !important;
        height: 30px !important; } }

.fancybox-image {
  border-radius: 30px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

@media (min-width: 1980px) {
  .fancybox-desktop {
    width: 1200px !important; } }

.fancybox-skin {
  background-color: transparent !important;
  box-shadow: none !important; }
  .fancybox-skin .fancybox-inner {
    margin: 0 auto;
    max-width: 100%; }
    .fancybox-skin .fancybox-inner .fancybox-image {
      height: auto; }

@media (max-width: 991.98px) {
  .fancybox-nav:hover span {
    visibility: hidden !important; } }

.fancybox-nav.fancybox-next span, .fancybox-nav.fancybox-prev span {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  background-image: none !important;
  visibility: none !important; }
  @media (min-width: 992px) {
    .fancybox-nav.fancybox-next span, .fancybox-nav.fancybox-prev span {
      visibility: visible !important;
      width: 65px !important;
      height: 65px !important; } }
  .fancybox-nav.fancybox-next span::before, .fancybox-nav.fancybox-prev span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat; }

.fancybox-nav.fancybox-next span::before {
  background-image: url("/assets/azevirodaja.hu/img/general/next.png"); }

@media (min-width: 1500px) {
  .fancybox-nav.fancybox-next span {
    right: -80px !important; } }

.fancybox-nav.fancybox-prev span::before {
  background-image: url("/assets/azevirodaja.hu/img/general/prev.png"); }

@media (min-width: 1500px) {
  .fancybox-nav.fancybox-prev span {
    left: -80px !important; } }

.search-results-page h1 {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase; }

.search-results-page .searchDiv {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  border-radius: 20px; }
  .search-results-page .searchDiv input {
    background: none !important;
    margin: 0 !important;
    border: none;
    outline: none; }

.search-results-page .list {
  border-radius: 25px;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px; }
  .search-results-page .list a {
    text-decoration: none; }
  .search-results-page .list img {
    border-radius: 20px;
    margin-bottom: 15px; }
  .search-results-page .list .entry {
    position: relative;
    border-radius: 25px;
    height: 320px;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 0;
    overflow: hidden;
    transform: translateZ(0); }
  .search-results-page .list .title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #2B1069;
    padding-right: 15px;
    text-decoration: none;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
    color: #666666;
    margin-bottom: 10px; }
  .search-results-page .list .category {
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    padding: 12px 12px 12px 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 0.6rem;
    font-weight: 700;
    background-color: #2B1069; }
    .search-results-page .list .category.reah {
      background-color: #CC8F7A; }
  .search-results-page .list .cta {
    display: flex;
    align-items: center;
    color: #2B1069;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.6rem;
    margin-bottom: 10px;
    padding: 0 10px; }
    .search-results-page .list .cta img {
      margin: 0 0 0 3px;
      width: 20px; }

.search-results-page .pagination .active a {
  background-color: #BB3688 !important; }

.vote-process {
  padding-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vote-process {
      margin-bottom: 50px;
      padding-top: 50px; } }
  .vote-process h1 {
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2B1069; }
  .vote-process .competition-navigation {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    transition: 0.7s ease-in-out;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 1px rgba(102, 102, 102, 0.4); }
    .vote-process .competition-navigation .title {
      padding: 15px 20px; }
      .vote-process .competition-navigation .title a {
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #2B1069 !important;
        text-decoration: none; }
    .vote-process .competition-navigation li:first-of-type {
      border-top: 1px solid #E6E6E6; }
    .vote-process .competition-navigation li:last-of-type a {
      border-bottom: none; }
    .vote-process .competition-navigation li.active {
      border-left: none !important; }
      .vote-process .competition-navigation li.active a {
        color: #BB3688;
        font-weight: 700; }
    .vote-process .competition-navigation li a {
      text-decoration: none;
      border-bottom: 1px solid #E6E6E6;
      padding: 15px 20px;
      color: #666666;
      transition: all 0.3s ease-in; }
      .vote-process .competition-navigation li a:hover {
        color: #BB3688; }
    .vote-process .competition-navigation .year {
      margin: 5px 0 10px 0; }
    .vote-process .competition-navigation h3 a {
      font-size: 1.25rem;
      font-weight: 700;
      color: #2B1069;
      text-decoration: none; }
    .vote-process .competition-navigation .navigation-head {
      padding: 5px 20px; }
  .vote-process .login {
    line-height: 1.2;
    max-width: unset;
    height: auto;
    padding: 15px 35px;
    margin: 0 15px 15px 15px; }
  .vote-process .kategoriak {
    border-radius: 25px;
    transition: all 0.3s;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 5px; }
    .vote-process .kategoriak.category_expo {
      background-color: #2B1069;
      color: #fff;
      text-decoration: none; }
    .vote-process .kategoriak.category_reah {
      background-color: #CC8F7A !important;
      color: #fff !important;
      text-decoration: none !important;
      color: #232323 !important; }
      .vote-process .kategoriak.category_reah:hover {
        background: #CC8F7A !important;
        color: #232323 !important; }
