@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Fira+Sans:wght@400;700&display=swap");
@font-face {
  font-family: 'Just tell';
  src: url("fonts/Just tell me what.eot");
  src: url("fonts/Just tell me what.eot?#iefix") format("embedded-opentype"), url("fonts/Just tell me what.woff2") format("woff2"), url("fonts/Just tell me what.woff") format("woff"), url("fonts/Just tell me what.svg#Just tell me what") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0021-0326; }
@font-face {
  font-family: 'Amasis MT Pro';
  src: url("fonts/AmasisMTPro-Medium.woff2") format("woff2"), url("fonts/AmasisMTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  overflow-y: auto;
  min-height: 100%; }

body {
  font-family: "Amasis MT Pro", Calibri, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #05486a;
  margin: 0px;
  padding: 0px;
  color: #333;
  overflow: hidden; }

select, input, textarea {
  font-family: "Amasis MT Pro", Calibri, Arial, Helvetica, sans-serif; }

a {
  text-decoration: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.wow {
  visibility: hidden; }

.hello, .forbidden {
  width: 100%;
  height: auto;
  line-height: 26px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold; }

.hello {
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.forbidden {
  background-color: #d00; }

.start-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%);
  animation-name: introSlideOut;
  animation-duration: 2s;
  animation-fill-mode: forwards; }

@keyframes introSlideOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(calc(-100% - 350px)); } }
.intro-svg-wrapper-holder {
  width: 100%;
  position: absolute;
  height: 350px;
  left: 0;
  bottom: -340px; }

.intro-svg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0; }

.splash-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: calc(-100vh - 400px);
  left: 0;
  z-index: 1000;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.splash-holder-active {
  top: 0; }

.splash-svg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1000;
  bottom: -35vh;
  left: 0; }

.search-holder {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: fixed;
  top: 15px;
  right: 55px;
  z-index: 101;
  overflow: hidden;
  transition: 0.3s ease-in-out all; }

.search-holder-open {
  width: 300px; }

.search-btn {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer; }

.search-form {
  width: 300px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between; }

.search-form-open {
  display: flex; }

.search-input {
  width: 269px;
  height: 30px;
  border: none;
  padding: 0 8px;
  font-size: 16px; }

.search-submit {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin: 0;
  cursor: pointer; }

.search-submit-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0; }

.back-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  z-index: 101;
  cursor: pointer; }

/* ------------------------------------------------------------------------------- menu ------------------------------------------------------------------------------- */
.menu-holder {
  width: 160px;
  height: 100vh;
  position: fixed;
  left: -200px;
  top: 0;
  z-index: 999;
  transition: 0.3s ease-in-out all;
  z-index: 4000; }

.menu-holder-closed {
  transform: translateX(-500px); }

.logo {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url(../../Images/logo.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #19293d; }

.logo2 {
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 30px;
  width: 100px; }

.menu-svg-holder {
  width: 120vh;
  height: 216px;
  position: absolute;
  top: -10vh;
  left: -120vh;
  transform: rotate(-90deg);
  transform-origin: top right;
  background-color: #1c344d;
  background-image: linear-gradient(90deg, #1c344d 0%, #244e76 50%, #1c344d 100%); }

.menu-svg-wrapper {
  width: 100%;
  position: absolute;
  top: 215px; }

.menu-wave {
  position: absolute;
  top: 0;
  height: 100vh;
  right: -11.85vh; }

.menu-holder:hover {
  left: 0; }

.menu {
  width: 40px;
  height: 378px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 210px;
  transition: 0.3s ease-in-out all; }

.menu a {
  color: #fff; }

.menu-item {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 30px; }

.menu-icon {
  width: 36px;
  float: left;
  margin-right: 10px;
  transition: 0.3s ease-in-out all; }

.menu-text {
  opacity: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 7px;
  text-transform: uppercase;
  transition: 0.1s ease-in-out all; }

.menu-text-solo {
  line-height: 40px;
  padding-top: 0; }

.menu-text font {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none; }

.menu-holder:hover .menu {
  left: 20px;
  width: 240px; }

.menu-holder:hover .menu-text {
  opacity: 1;
  transition: 0.3s ease-in-out all 0.3s; }

.menu-item:hover {
  transform: scale(1.1, 1.1);
  transform-origin: center left; }

.menu-item:hover .menu-icon {
  filter: grayscale(100%) brightness(500%); }

.menu-item:hover .menu-text {
  color: #fff; }

.menu-social-icon {
  width: 18px;
  margin-right: 8px;
  margin-top: 4px; }

/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.center-text {
  text-align: center; }

.left-text {
  text-align: left; }

.right-text {
  text-align: right; }

.gray-text {
  color: #aaa; }

.no-border {
  border: none; }

.no-border-bottom {
  border-bottom: none; }

.no-padd {
  padding: 0; }

.no-background {
  background-color: transparent; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.marg-top-25 {
  margin-top: 25px; }

.opac-0 {
  opacity: 0; }

.inverted {
  filter: invert(100%); }

.hr-divider {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 25px 0; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; }

.flex-container-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around; }

.clear {
  clear: both; }

.center-element {
  margin: 0 auto; }

.blue-bg {
  background-color: #4fa8e7;
  transition: 0.3s ease-in-out background; }

.purple-bg {
  background-color: #ac58e6;
  transition: 0.3s ease-in-out background; }

.orange-bg {
  background-color: #e6a258;
  transition: 0.3s ease-in-out background; }

.red-bg {
  background-color: #dc4242;
  transition: 0.3s ease-in-out background; }

.green-bg {
  background-color: #8bcc7a;
  transition: 0.3s ease-in-out background; }

.blue-bg:hover {
  background-color: #008ae1; }

.purple-bg:hover {
  background-color: #8434bc; }

.orange-bg:hover {
  background-color: #d37c1e; }

.red-bg:hover {
  background-color: #ad0c0c; }

.green-bg:hover {
  background-color: #58bb3d; }

.red-hover {
  color: inherit; }

.orange-text {
  color: #e6a258; }

.green-text {
  color: #8bcc7a; }

.red-text, .red-hover:hover {
  color: #dc4242; }

.blue-text {
  color: #008ae1; }

.purple-text {
  color: #ac58e6; }

.border-bottom-3 {
  border-bottom: 3px solid; }

.orange-border {
  border-color: #e6a258; }

.green-border {
  border-color: #8bcc7a; }

.red-border {
  border-color: #dc4242; }

.blue-border {
  border-color: #008ae1; }

.purple-border {
  border-color: #ac58e6; }

.cat-menu-container {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 11;
  padding: 0 15px;
  border-bottom: 1px solid #f9f9f9; }

.disp-mob {
  display: none; }

.disp-desk {
  display: block; }

@media screen and (max-width: 1030px) {
  .disp-mob {
    display: block; }

  .disp-desk {
    display: none; }

  .search-holder {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    right: 100px;
    z-index: 1000; }

  .search-holder-open {
    width: calc(100% - 110px); }

  .search-btn {
    width: 36px; }

  .search-form {
    width: 100%;
    height: 36px;
    display: flex;
    top: -100px; }

  .search-form-open {
    display: flex;
    top: 0; }

  .search-input {
    width: calc(100% - 40px);
    height: 36px;
    border: none;
    padding: 0 8px;
    font-size: 16px; }

  .search-submit {
    width: 36px;
    height: 36px; }

  .search-submit-icon {
    width: 36px;
    height: 36px; }

  .back-btn {
    position: fixed;
    top: 15px;
    right: 55px;
    width: 36px;
    z-index: 1000;
    cursor: pointer; }

  /* ------------------------------------------------------------------------------- menu ------------------------------------------------------------------------------- */
  .menu-holder {
    width: 100vw;
    height: calc(100vh + 30px);
    position: fixed;
    left: 0;
    top: -100vh;
    transition: 0.8s ease-in-out all; }

  .menu-holder-open {
    top: 0; }

  .logo {
    transform: scale(0.7, 0.7);
    transform-origin: top left;
    top: 10px;
    left: 10px; }

  .menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 100;
    width: 36px; }

  .menu-svg-holder {
    width: 110vw;
    height: calc(100vh + 30px);
    position: absolute;
    top: 0;
    left: -5vw;
    transform: rotate(0deg); }

  .menu-svg-wrapper {
    top: calc(100vh + 20px); }

  .menu-wave {
    position: absolute;
    top: 0;
    height: 100vh;
    right: -11.85vh; }

  .menu-holder:hover {
    left: 0; }

  .menu {
    width: 240px;
    left: 40px;
    top: -60px; }

  .menu-holder:hover .menu {
    left: 40px; }

  .menu-text {
    opacity: 1;
    color: #fff; }

  .menu-item {
    transform: scale(1.1, 1.1); }

  .menu-icon {
    filter: grayscale(100%) brightness(500%); } }
.just-tell {
  font-family: 'Just tell'; }

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../../Images/bg_no_blur_left.jpg");
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .background {
      background-position: top center;
      background-image: url("../../Images/bg_mobile_blurred_top.jpg"); } }
  .background .bg_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s all ease;
    display: none;
    opacity: 0;
    background-image: url("../../Images/bg_blurred.jpg");
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .background .bg_blur {
        background-position: top center;
        background-image: url("../../Images/bg_mobile_blurred.jpg"); } }
    .background .bg_blur.show {
      display: block; }
    .background .bg_blur.animate {
      opacity: 1; }
  .background .bg_no_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.6s all ease;
    display: none;
    opacity: 0;
    background-image: url("../../Images/bg_no_blur.jpg");
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .background .bg_no_blur {
        background-position: top center;
        background-image: url("../../Images/bg_mobile.jpg"); } }
    .background .bg_no_blur.show {
      display: block; }
    .background .bg_no_blur.animate {
      opacity: 1; }

.go-away {
  transform: translateX(-250%); }

.footer_splash {
  position: fixed;
  height: 810px;
  width: 100%;
  bottom: 0px;
  pointer-events: none;
  z-index: 2000;
  transition: all 0.5s ease; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .footer_splash {
      background-position: right -23px bottom -32px; } }
  .footer_splash .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 1;
    background-image: url("../../Images/splash_first.png");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 1.3s ease; }
    .footer_splash .bg.hide_anim {
      opacity: 0;
      top: 350px; }
    @media screen and (min-width: 1031px) {
      .footer_splash .bg.init_screen {
        width: calc(100% - 60px);
        left: 60px; } }
  .footer_splash .image_pack {
    position: absolute;
    width: 16vw;
    right: 20px;
    padding-top: 23%;
    bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat; }

.campaign {
  position: relative;
  font-family: 'Fira Sans';
  color: #fff;
  width: 100vw;
  min-height: 82vh; }
  .campaign a {
    color: #fff; }
    .campaign a:hover, .campaign a:focus {
      color: #fff; }

.bttn_red {
  position: relative;
  background: #E22313;
  padding: 11px 59px 8px 19px;
  font-size: 17px;
  border-radius: 30px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px; }
  .bttn_red.fullwidth {
    width: 100%; }
  .bttn_red.capitalize {
    text-transform: uppercase; }
  .bttn_red:hover, .bttn_red:active, .bttn_red:focus {
    text-decoration: none; }
  .bttn_red span.arrow {
    background-image: url("../../Images/arrows_btn.png");
    position: absolute;
    width: 40px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }

.bttn_transparent {
  position: relative;
  background: transparent;
  padding: 9px 79px 10px 39px;
  font-size: 19px;
  border-radius: 30px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #fff; }
  .bttn_transparent.fullwidth {
    width: 100%; }
  .bttn_transparent.capitalize {
    text-transform: uppercase; }
  .bttn_transparent:hover, .bttn_transparent:active, .bttn_transparent:focus {
    text-decoration: none; }
  .bttn_transparent span.arrow {
    background-image: url("../../Images/arrows_btn.png");
    position: absolute;
    width: 40px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px center;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }

.title_global,
.subtitle_global {
  text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }

.title_global {
  font-size: 2.8vw;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .title_global {
      font-size: 7.3vw; } }

.subtitle_global {
  font-size: 2.15vw;
  line-height: 1.5vw;
  margin-top: 20px;
  margin-bottom: 2vw; }
  @media screen and (max-width: 767px) {
    .subtitle_global {
      font-size: 5.8vw;
      line-height: 6.3vw;
      margin-top: 0px;
      margin-bottom: 4vw; } }
  .subtitle_global span {
    color: #E22313;
    text-shadow: 2px 2px 0 #FFFFFF,  2px -2px 0 #FFFFFF,  -2px 2px 0 #FFFFFF,  -2px -2px 0 #FFFFFF,  2px 0px 0 #FFFFFF,  0px 2px 0 #FFFFFF,  -2px 0px 0 #FFFFFF,  0px -2px 0 #FFFFFF; }

.container_step_0 {
  position: relative;
  height: 100vh;
  width: 100%; }

.step-0 {
  width: 100vw;
  position: relative;
  z-index: 10;
  z-index: 200000;
  min-height: 40vh;
  margin-top: 13vh; }
  @media screen and (max-width: 750px) {
    .step-0 {
      margin: 0;
      min-height: 70vh; } }
  .step-0 .stilou {
    position: absolute;
    width: 30%;
    width: 26%;
    left: 25%;
    left: 12%;
    top: -20%; }
    @media screen and (max-width: 750px) {
      .step-0 .stilou {
        width: 40%;
        top: 30%; } }

.step-1 {
  display: none;
  margin-left: 23vw;
  margin-top: 9vh;
  width: 54%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-1 {
      margin-top: 3vh; } }
  @media screen and (max-width: 1030px) {
    .step-1 {
      margin-top: 130px; } }
  @media screen and (max-width: 767px) {
    .step-1 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 95px;
      min-height: calc(100vh - 95px); } }
  .step-1 p {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .step-1 p {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.step-2 {
  display: none;
  margin-left: 7vw;
  margin-top: 0vh;
  width: 86%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-2 {
      margin-top: 3vh; } }
  @media screen and (max-width: 1030px) {
    .step-2 {
      margin-top: 22vw;
      width: 90%;
      margin-left: 5vw; } }
  @media screen and (max-width: 767px) {
    .step-2 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 95px;
      text-align: center;
      min-height: calc(100vh - 95px); } }
  .step-2 .texts {
    display: none; }
    .step-2 .texts:first-of-type {
      display: block; }
  .step-2 .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 991px) {
      .step-2 .title {
        font-size: 5.3vw; } }
    @media screen and (max-width: 767px) {
      .step-2 .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .step-2 .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 991px) {
      .step-2 .subtitle {
        font-size: 3.3vw;
        line-height: 3.5vw; } }
    @media screen and (max-width: 767px) {
      .step-2 .subtitle {
        font-size: 3.8vw;
        line-height: 5vw;
        margin-bottom: 4vw; } }
  .step-2 .subtitle_global {
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .step-2 .subtitle_global {
        margin-bottom: 60px; } }
  .step-2 .carousel {
    margin-top: -20px; }
    @media screen and (max-width: 767px) {
      .step-2 .carousel {
        display: none; } }
    .step-2 .carousel .carousel-item {
      width: 350px !important;
      height: auto !important;
      background: #fff;
      border-radius: 30px;
      overflow: hidden; }
      .step-2 .carousel .carousel-item .title {
        font-weight: 400;
        font-size: 22px;
        color: #124B8F;
        text-shadow: none;
        padding: 10px 14px 7px 14px; }
      .step-2 .carousel .carousel-item .img_container {
        position: relative; }
        .step-2 .carousel .carousel-item .img_container img {
          max-width: 100%; }
        .step-2 .carousel .carousel-item .img_container:after {
          content: '';
          position: absolute;
          pointer-events: none;
          background: transparent url(../../Images/play_btn2.png) no-repeat center;
          background-size: 100%;
          width: 90px;
          height: 90px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -55%); }
  .step-2 .btn_share {
    position: relative;
    top: -30px; }
  .step-2 .share_btn_mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .step-2 .share_btn_mobile {
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        top: -22px;
        right: 0px;
        z-index: 2000;
        background: transparent url(../../Images/share_btn.png) no-repeat center;
        background-size: contain; } }
  .step-2 .slick-carousel {
    display: none;
    /* CSS rule for the third element in the Slick Slider */
    /* CSS rule for the third element in the Slick Slider */ }
    @media screen and (max-width: 767px) {
      .step-2 .slick-carousel {
        display: block;
        position: absolute;
        left: 0px;
        opacity: 0; } }
    .step-2 .slick-carousel .item a {
      display: block;
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      transition: all 0.4s ease;
      outline: none !important; }
      .step-2 .slick-carousel .item a .title {
        font-weight: 400;
        font-size: 22px;
        color: #124B8F;
        text-shadow: none;
        min-height: 80px;
        padding: 10px 14px 7px 14px;
        display: table; }
        .step-2 .slick-carousel .item a .title span {
          display: table-cell;
          vertical-align: middle; }
      .step-2 .slick-carousel .item a .img_container {
        position: relative; }
        .step-2 .slick-carousel .item a .img_container img {
          max-width: 100%; }
        .step-2 .slick-carousel .item a .img_container:after {
          content: '';
          position: absolute;
          pointer-events: none;
          background: transparent url(../../Images/play_btn2.png) no-repeat center;
          background-size: 100%;
          width: 110px;
          height: 110px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -55%); }
    .step-2 .slick-carousel .item.slick-slide.slick-active:not(.slick-cloned):not(.slick-current) + .item.slick-slide.slick-active + .item.slick-slide.slick-active a {
      /* Your styles here */
      transform: scale(0.6); }
    .step-2 .slick-carousel .item.slick-slide.slick-active:not(.slick-current) a {
      /* second elem */
      transform: scale(0.8) translateY(10%);
      opacity: 0.8;
      filter: blur(3px); }
    .step-2 .slick-carousel .item.slick-slide.slick-active:not(.slick-current) + .item.slick-slide.slick-active a {
      /* third elem */
      transform: scale(0.6) translateY(-30%);
      opacity: 0.6;
      filter: blur(5px); }
    .step-2 .slick-carousel .item.slick-slide:not(.slick-active) a {
      transform: scale(0.6) translateY(-30%);
      opacity: 0.6;
      filter: blur(5px); }
    .step-2 .slick-carousel .slick-prev {
      position: absolute;
      margin-top: -53px;
      width: 100%;
      left: 0px;
      top: 0px;
      background-image: url("../../Images/arrow_down.png");
      height: 40px;
      width: 100%;
      transform: rotate(180deg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px;
      z-index: 2000; }
      .step-2 .slick-carousel .slick-prev:before {
        display: none; }
    .step-2 .slick-carousel .slick-next {
      position: absolute;
      margin-top: calc(62.6% + 80px);
      width: 100%;
      left: 0px;
      top: 0px;
      background-image: url("../../Images/arrow_down.png");
      height: 40px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px;
      z-index: 2000; }
      .step-2 .slick-carousel .slick-next:before {
        display: none; }
  .step-2 .checkbox_area {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -25px;
    top: -7px;
    cursor: pointer; }
  .step-2 .checkbox {
    position: absolute;
    top: 12px;
    left: 25px;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    background: transparent; }
    .step-2 .checkbox.active:after {
      content: '';
      position: absolute;
      display: block;
      left: 7px;
      top: 0px;
      width: 11px;
      height: 16px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .step-2 .error_campain {
    position: absolute;
    display: none;
    margin: 0 !important;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1000;
    top: 6px;
    left: 40px;
    font-size: 15px; }
  .step-2 .img-slider {
    width: calc(100% - 50px);
    margin-left: 50px; }
  @media screen and (max-width: 767px) {
    .step-2 .bttn_red {
      margin-top: 25px; } }
  .step-2 .disclaimer {
    position: absolute;
    top: -60px;
    border: 2px solid white;
    display: inline-block;
    padding: 10px 7px 7px; }
    @media screen and (max-width: 991px) {
      .step-2 .disclaimer {
        position: relative;
        font-size: 14px;
        top: 0px;
        max-width: 205px;
        line-height: 16px;
        text-align: left;
        display: block;
        margin-top: 40px;
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .step-2 .disclaimer {
        margin-top: 20px; } }
  .step-2 .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff; }
  .step-2 .owl-theme .owl-dots .owl-dot.active span,
  .step-2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #e22313; }
  .step-2 .owl-carousel .owl-item img {
    cursor: pointer; }

.step-3 {
  display: none;
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-3 {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .step-3 {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .step-3 {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: left; } }
  .step-3 .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 1199px) {
      .step-3 .title {
        font-size: 7.3vw;
        padding-right: 0vw; }
        .step-3 .title br {
          display: none; } }
  .step-3 .subtitle {
    font-size: 24px;
    line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .step-3 .subtitle {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 4vw; } }
  @media screen and (max-width: 1199px) {
    .step-3 .form_title {
      font-size: 19px; } }
  .step-3 form input {
    font-family: 'Fira Sans'; }
  .step-3 form input.input_design {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 6px 14px 4px 14px;
    border: 1px solid #707070;
    color: #464646;
    font-family: 'Fira Sans';
    font-size: 16px; }
  .step-3 form .radio_container {
    position: relative;
    margin-bottom: 5px;
    display: inline-block; }
    .step-3 form .radio_container label {
      position: relative;
      display: block;
      margin-top: 2px;
      margin-bottom: 0px;
      margin-left: 30px;
      font-weight: 400;
      text-align: left;
      line-height: 22px;
      color: #fff; }
      .step-3 form .radio_container label a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline; }
      .step-3 form .radio_container label.checked:before {
        display: inline-block;
        background-position: -12px -58px; }
      .step-3 form .radio_container label:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 0px;
        left: -30px;
        width: 28px;
        height: 25px;
        background: transparent url(../../Images/sprite_checkbox.png) no-repeat center;
        background-position: -12px -8px;
        background-size: 102px; }
    .step-3 form .radio_container input[type="radio"] {
      position: absolute;
      height: 0px;
      width: 0px;
      left: 0px;
      top: 0px;
      opacity: 0; }
  .step-3 form .checkbox_container {
    position: relative;
    margin-bottom: 5px; }
    .step-3 form .checkbox_container label {
      position: relative;
      display: block;
      margin-top: 2px;
      margin-bottom: 0px;
      margin-left: 30px;
      font-weight: 400;
      text-align: left;
      line-height: 22px;
      color: #fff; }
      .step-3 form .checkbox_container label a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline; }
      .step-3 form .checkbox_container label.checked:before {
        display: inline-block;
        background-position: -60px -7px; }
      .step-3 form .checkbox_container label:before {
        content: "";
        position: absolute;
        display: inline-block;
        top: 0px;
        left: -30px;
        width: 28px;
        height: 25px;
        background: transparent url(../../Images/sprite_checkbox.png) no-repeat center;
        background-position: -60px -56px;
        background-size: 102px; }
    .step-3 form .checkbox_container input[type="checkbox"] {
      position: absolute;
      height: 0px;
      width: 0px;
      left: 0px;
      top: 0px;
      opacity: 0; }
  .step-3 form .submit_form {
    display: inline-block;
    position: relative; }
    .step-3 form .submit_form input.bttn_red {
      border: 0px;
      margin-top: 20px; }
    .step-3 form .submit_form .arrow {
      content: '';
      background-image: url("../../Images/arrows_btn.png");
      position: absolute;
      width: 40px;
      height: 30px;
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 0px center;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .step-3 form .formError {
    left: auto !important;
    right: 0 !important;
    margin: 0 !important;
    min-width: 200px;
    background: red;
    border-radius: 50px;
    padding: 2px 9px;
    font-size: 12px;
    color: #fff;
    top: -16px !important;
    opacity: 1 !important;
    z-index: 1000; }

.step-4 {
  display: none;
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .step-4 {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .step-4 {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .step-4 {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  .step-4 .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 767px) {
      .step-4 .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .step-4 .inscriere_share, .step-4 .success_inscriere {
    display: none; }
  .step-4 .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 767px) {
      .step-4 .subtitle {
        font-size: 5.3vw;
        line-height: 6.3vw;
        margin-bottom: 4vw; } }
  .step-4 .fb_login_container {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px; }
    .step-4 .fb_login_container .icon {
      position: absolute;
      display: inline-block;
      max-width: 130px;
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
        .step-4 .fb_login_container .icon {
          position: relative;
          margin: 0px auto;
          display: block;
          margin-bottom: 10px; } }
    .step-4 .fb_login_container .fblogin {
      display: inline-block;
      background: #124b8f;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid #fff;
      font-family: 'Fira Sans';
      font-weight: bold;
      padding-left: 40px;
      text-decoration: none;
      background-image: url("../../Images/fbicon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: 7px 7px; }
    .step-4 .fb_login_container .texts {
      display: inline-block;
      margin-left: 100px;
      line-height: 21px;
      margin-top: 1px;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        .step-4 .fb_login_container .texts {
          margin-left: 0px; } }
  .step-4 .sharer {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px; }
    .step-4 .sharer .icon {
      position: absolute;
      display: inline-block;
      max-width: 70px;
      margin-top: 0px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .step-4 .sharer .icon {
          position: relative;
          margin: 0px auto;
          display: block;
          margin-bottom: 10px; } }
    .step-4 .sharer .texts {
      display: inline-block;
      margin-left: 80px;
      line-height: 21px;
      margin-top: 1px;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 767px) {
        .step-4 .sharer .texts {
          margin-left: 0px; } }
  .step-4 .img_thank_you {
    position: relative;
    width: 140%;
    top: -20%;
    margin-top: -11%;
    left: -20%; }
    @media screen and (max-width: 1600px) {
      .step-4 .img_thank_you {
        margin-top: -4%; } }
    @media screen and (max-width: 1300px) {
      .step-4 .img_thank_you {
        left: 0px; } }
    @media screen and (max-width: 767px) {
      .step-4 .img_thank_you {
        width: 100%;
        margin-top: 30px;
        left: 0px;
        margin-bottom: 80px; } }

.page-video {
  margin-left: 13vw;
  margin-top: 16vh;
  width: 70%;
  transition: .6s; }
  @media screen and (max-height: 730px) and (min-width: 1031px) {
    .page-video {
      margin-top: 6vh; } }
  @media screen and (max-width: 1030px) {
    .page-video {
      margin-top: 22vw; } }
  @media screen and (max-width: 767px) {
    .page-video {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 32vw; } }
  .page-video .texts {
    display: none; }
    .page-video .texts:first-of-type {
      display: block; }
  .page-video .title {
    font-size: 2.3vw;
    text-shadow: 9px 6px 2px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 767px) {
      .page-video .title {
        font-size: 9.3vw;
        padding-right: 0vw; } }
  .page-video .subtitle {
    font-size: 1vw;
    line-height: 1.2vw; }
    @media screen and (max-width: 767px) {
      .page-video .subtitle {
        font-size: 5.3vw;
        line-height: 6.3vw;
        margin-bottom: 4vw; } }
  .page-video .checkbox_area {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -25px;
    top: -7px;
    cursor: pointer; }
  .page-video .checkbox {
    position: absolute;
    top: 12px;
    left: 25px;
    width: 30px;
    height: 30px;
    border: 3px solid white;
    background: transparent; }
    .page-video .checkbox.active:after {
      content: '';
      position: absolute;
      display: block;
      left: 7px;
      top: 0px;
      width: 11px;
      height: 16px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .page-video .error_campain {
    position: absolute;
    display: none;
    margin: 0 !important;
    background: red;
    border-radius: 50px;
    padding: 12px 19px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1000;
    top: 6px;
    left: 40px;
    font-size: 15px; }
  .page-video .img-slider {
    width: calc(100% - 50px);
    margin-left: 50px; }
    @media screen and (max-width: 767px) {
      .page-video .img-slider {
        width: 100%;
        margin-left: 0px;
        height: 50vh;
        overflow: hidden;
        border-radius: 50px; } }
    @media screen and (max-width: 600px) {
      .page-video .img-slider {
        height: 45vh;
        border-radius: 30px; } }
    @media screen and (max-width: 400px) {
      .page-video .img-slider {
        height: 36vh;
        border-radius: 25px; } }
    @media screen and (max-width: 350px) {
      .page-video .img-slider {
        height: 33vh;
        border-radius: 30px; } }
    .page-video .img-slider img {
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .page-video .img-slider img {
          width: auto;
          height: 100%;
          max-width: initial;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }
  .page-video .disclaimer {
    position: absolute;
    top: -120px;
    border: 2px solid white;
    display: inline-block;
    padding: 10px 7px 7px; }
    @media screen and (max-width: 991px) {
      .page-video .disclaimer {
        position: relative;
        font-size: 14px;
        top: 0px;
        max-width: 205px;
        line-height: 16px;
        text-align: left;
        display: block;
        margin-top: 40px;
        margin-bottom: 100px; } }
  .page-video .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff; }
  .page-video .owl-theme .owl-dots .owl-dot.active span,
  .page-video .owl-theme .owl-dots .owl-dot:hover span {
    background: #e22313; }

.message_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .message_popup .bg_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 800px;
    min-height: 400px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.45);
    background-image: url("../../Images/bg_no_blur.jpg");
    background-position: center center;
    background-size: 1400px; }
    @media screen and (max-width: 767px) {
      .message_popup .bg_container {
        height: auto; } }
  .message_popup h2 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 140px; }
    @media screen and (max-width: 767px) {
      .message_popup h2 {
        width: 90%;
        margin-top: 80px; } }
  .message_popup .close {
    position: absolute;
    right: 0px;
    top: -5px;
    color: #fff;
    padding: 30px;
    line-height: 5px;
    font-size: 50px;
    font-family: 'Just tell';
    cursor: pointer; }
  .message_popup.popup_pasi {
    display: none; }
    .message_popup.popup_pasi h2 {
      text-align: left;
      margin-top: 40px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .message_popup.popup_pasi h2 {
          margin-top: 30px; } }
    .message_popup.popup_pasi p {
      width: 80%;
      margin: 0px auto;
      color: #fff;
      margin-top: 10px;
      text-align: left;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .message_popup.popup_pasi p {
          width: 90%; } }
      .message_popup.popup_pasi p.disclaimer {
        margin-top: 30px;
        font-size: 14px; }
        .message_popup.popup_pasi p.disclaimer a {
          color: #fff !important;
          font-weight: bold; }
  @media screen and (max-width: 767px) {
    .message_popup.popup_premii .bg_container {
      max-height: 100%;
      overflow: scroll; } }
  .message_popup.popup_premii h2 {
    margin-top: 10px;
    margin-bottom: 20px; }
  .message_popup.popup_premii .premii-carousel {
    margin-top: 50px; }
  .message_popup.popup_premii .container_premii {
    text-align: center; }
    .message_popup.popup_premii .container_premii img {
      max-width: 80%;
      margin: 0px auto; }
    .message_popup.popup_premii .container_premii p {
      color: #fff;
      font-size: 18px;
      line-height: 20px;
      margin-top: 5px;
      margin-bottom: 21px; }
    .message_popup.popup_premii .container_premii .icon img {
      max-width: 90px;
      margin-top: 5px;
      margin-bottom: 20px;
      margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .message_popup.popup_premii .container_premii .clearfix {
        display: none; } }
  .message_popup.popup_premii .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2000;
    height: 0px; }
    .message_popup.popup_premii .owl-nav button {
      font-size: 100px;
      color: #fff;
      left: 0px;
      position: absolute;
      transform: translateY(-50%); }
      .message_popup.popup_premii .owl-nav button.owl-next {
        right: 0px;
        left: auto; }
      .message_popup.popup_premii .owl-nav button:hover {
        background: transparent !important; }

/* Video Player */
.hp_video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.85);
  display: none; }
  .hp_video-popup .video_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding: 15px; }
    .hp_video-popup .video_container .video_resp {
      position: relative;
      width: 100%;
      padding-top: 56.2%;
      border-radius: 14px;
      overflow: hidden; }
      .hp_video-popup .video_container .video_resp iframe {
        position: absolute;
        display: block;
        top: 0px;
        width: 100%;
        height: 100%; }

/* Video Player */
.sharer_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .sharer_popup .bg_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 800px;
    min-height: 370px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.45);
    background-image: url("../../Images/bg_blurred.jpg");
    background-position: center center;
    background-size: 1400px; }
    @media screen and (max-width: 767px) {
      .sharer_popup .bg_container {
        height: auto;
        max-width: 94%; } }
  .sharer_popup h2 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 70px;
    font-size: 37px; }
    @media screen and (max-width: 767px) {
      .sharer_popup h2 {
        font-size: 27px;
        width: 90%;
        margin-top: 60px; } }
  .sharer_popup h3 {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 37px; }
    @media screen and (max-width: 767px) {
      .sharer_popup h3 {
        font-size: 27px;
        width: 90%;
        margin-top: 60px; } }
  .sharer_popup .icon_box {
    width: 80%;
    text-align: center;
    margin: 30px auto 0px auto; }
    .sharer_popup .icon_box .social_icon {
      display: inline-block;
      width: 38px;
      height: 38px;
      margin: 0px 6px;
      padding: 25px;
      background-image: url("../../Images/icons_social.png");
      background-repeat: no-repeat;
      background-size: 450px; }
      .sharer_popup .icon_box .social_icon.icon_fb {
        background-position: 7px 7px; }
      .sharer_popup .icon_box .social_icon.icon_insta {
        background-position: -131px 7px; }
      .sharer_popup .icon_box .social_icon.icon_tiktok {
        background-position: -199px 7px; }
      .sharer_popup .icon_box .social_icon.icon_whatsup {
        background-position: -268px 7px; }
        @media screen and (min-width: 768px) {
          .sharer_popup .icon_box .social_icon.icon_whatsup {
            display: none; } }
      .sharer_popup .icon_box .social_icon.icon_mail {
        background-position: -360px 6px;
        background-size: 480px; }
      .sharer_popup .icon_box .social_icon.icon_copy {
        background-position: -407px 7px;
        background-position: -426px 6px;
        background-size: 470px; }
  .sharer_popup .close {
    position: absolute;
    right: 0px;
    top: -5px;
    color: #fff;
    padding: 30px;
    line-height: 5px;
    font-size: 50px;
    font-family: 'Just tell';
    cursor: pointer; }

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