@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);body {
  direction: rtl;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

.tuborg_homePage {
  background-color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tuborg_homePage .tuborg_firstSection {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E11837), color-stop(50%, #ffffff));
    background: linear-gradient(to bottom, #E11837 50%, #ffffff 50%); }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .cycle_img {
      margin: 2.5rem 0; }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container p {
      color: white;
      text-align: center;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 105%;
      margin-bottom: 0 !important;
      font-family: "Open Sans", sans-serif; }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container h1 {
      color: white;
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 800;
      line-height: 105%;
      font-family: "Open Sans", sans-serif; }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .bottles_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 3; }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background {
      position: relative;
      width: 100%;
      display: inline-block; }
      .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background .background_img {
        margin-top: -17rem;
        width: 100%;
        height: auto;
        display: block; }
      .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background .text {
        position: absolute;
        color: white;
        text-align: right;
        font-size: 4.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100vw;
        padding: 0 2rem;
        line-height: normal;
        -ms-flex-item-align: center;
            align-self: center;
        top: 44%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .background3 {
      margin-top: -116vw; }
  .tuborg_homePage .tuborg_secondSection {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -3rem; }
    .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container {
      z-index: 4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container img {
        width: 100vw;
        padding: 0 2rem; }
      .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .cashback_img {
        margin: 1.75rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-self: center;
        width: 50%; }
      .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100vw;
        padding: 0 2rem;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        z-index: 4; }
        .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text p, .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text ul {
          color: black;
          text-align: right;
          font-size: 4.3vw;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          font-family: "Open Sans", sans-serif; }
    .tuborg_homePage .tuborg_secondSection .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 3;
      margin-top: -10vh;
      position: relative; }
  .tuborg_homePage .tuborg_mapSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .tuborg_homePage .tuborg_mapSection .background_map {
      margin-top: -102vw; }
    .tuborg_homePage .tuborg_mapSection .map_container {
      position: absolute;
      text-align: center;
      justify-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -46vw; }
      .tuborg_homePage .tuborg_mapSection .map_container .stickers {
        width: 100vw;
        padding: 0 2rem;
        height: auto;
        margin-top: 0rem; }
      .tuborg_homePage .tuborg_mapSection .map_container .map_with_text .pic .map_img {
        margin: 1.75rem 0; }
      .tuborg_homePage .tuborg_mapSection .map_container .map_with_text p {
        -ms-flex-item-align: center;
            align-self: center;
        justify-self: center;
        color: white;
        text-align: right;
        font-size: 4.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100vw;
        padding: 0 2rem;
        margin: 0 auto;
        direction: rtl;
        font-family: "Open Sans", sans-serif; }
    .tuborg_homePage .tuborg_mapSection .bottom_section {
      position: absolute;
      bottom: -63vw;
      z-index: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: none; }
  .tuborg_homePage .tuborg_thirdSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 45vw;
    z-index: 2; }
    .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .stickers {
        width: 100vw;
        padding: 0 2rem; }
      .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .flowers {
          margin: 1.75rem 0;
          width: 35vw; }
        .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .text_tuborg {
          text-align: right;
          font-size: 1.25rem;
          font-style: normal;
          line-height: normal;
          width: 100vw;
          padding: 0 2rem; }
          .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .text_tuborg .title {
            color: #E11837;
            font-weight: 700; }
          .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .text_tuborg .text {
            color: #000;
            font-weight: 400; }
  .tuborg_homePage .tuborg_fourthSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #E11837;
    z-index: 1;
    width: 100vw; }
    .tuborg_homePage .tuborg_fourthSection .background4 {
      z-index: 3;
      margin-top: -96vw; }
    .tuborg_homePage .tuborg_fourthSection .cheers_text_img {
      width: 40vw; }
    .tuborg_homePage .tuborg_fourthSection .text {
      color: #FFF;
      text-align: center;
      font-size: 4.5vw;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      width: 100vw;
      padding: 0 1rem;
      margin-bottom: 0.9rem; }
    .tuborg_homePage .tuborg_fourthSection .warning-img {
      width: 86vw;
      margin: 1rem 0; }

.fancybox-content {
  width: 90% !important;
  height: 80% !important; }

@media (min-width: 1024px) {
  .tuborg_homePage {
    background-color: #FFF;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tuborg_homePage .tuborg_firstSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      height: 100vh; }
      .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        right: 10vw;
        top: 5vh;
        text-align: right; }
        .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background {
          width: 35vw;
          text-align: right;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-top: 2rem; }
          .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background .text {
            position: relative;
            left: auto;
            -webkit-transform: none;
                    transform: none;
            width: 100%;
            color: white;
            padding: 0;
            font-size: 1.5vw;
            line-height: 1.4rem; } }
          @media (min-width: 1024px) and (min-width: 1900px) {
            .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .text_with_background .text {
              line-height: 1.7rem; } }

@media (min-width: 1024px) {
        .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container p {
          font-size: 2vw; } }
        @media (min-width: 1024px) and (min-width: 1900px) {
          .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container p {
            font-size: 2.5vw; } }

@media (min-width: 1024px) {
        .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container h1 {
          font-size: 2.75vw; } }
        @media (min-width: 1024px) and (min-width: 1900px) {
          .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container h1 {
            font-size: 3.75vw; } }

@media (min-width: 1024px) {
        .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .cycle_img {
          margin: 0 0 2.5rem 0; } }
        @media (min-width: 1024px) and (min-width: 1900px) {
          .tuborg_homePage .tuborg_firstSection .tuborg_firstSection_container .cycle_img {
            margin: 0 0 3.5rem 0; } }

@media (min-width: 1024px) {
      .tuborg_homePage .tuborg_firstSection .bottles_img {
        position: absolute;
        left: 0;
        top: -6rem;
        width: 50vw;
        height: auto; }
    .tuborg_homePage .tuborg_secondSection {
      margin-bottom: 3rem; }
      .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-right: 10vw;
        margin-top: 5rem;
        text-align: right;
        z-index: 2; }
        .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container img {
          width: 35vw;
          padding: 0; }
        .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .cashback_img {
          width: auto; }
        .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          gap: 13.5rem;
          width: 100%;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text {
            position: relative;
            -webkit-transform: none;
                    transform: none;
            left: auto;
            width: 35%;
            margin-top: 3.3rem;
            padding: 0; }
            .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text p, .tuborg_homePage .tuborg_secondSection .tuborg_secondSection_container .text_container .text ul {
              font-size: 1.5vw;
              line-height: 1.7rem; }
      .tuborg_homePage .tuborg_secondSection .img {
        position: absolute;
        right: 0;
        margin-top: -34%;
        z-index: 1;
        width: 45vw; }
    .tuborg_homePage .tuborg_mapSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 0; }
      .tuborg_homePage .tuborg_mapSection .background_map {
        margin-top: 0rem; }
      .tuborg_homePage .tuborg_mapSection .map_container {
        position: absolute;
        text-align: center;
        justify-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100vw;
        margin: 9rem 8rem 0 0; }
        .tuborg_homePage .tuborg_mapSection .map_container .stickers {
          width: 40vw;
          height: auto;
          padding: 0; }
        .tuborg_homePage .tuborg_mapSection .map_container .map_with_text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 3rem;
          margin-bottom: 19rem;
          width: 60vw; }
          .tuborg_homePage .tuborg_mapSection .map_container .map_with_text .pic {
            width: 10vw;
            margin-right: 11rem; } }
          @media (min-width: 1024px) and (min-width: 1900px) {
            .tuborg_homePage .tuborg_mapSection .map_container .map_with_text .pic {
              margin-right: 16rem; } }

@media (min-width: 1024px) {
            .tuborg_homePage .tuborg_mapSection .map_container .map_with_text .pic .map_img {
              margin: 1.75rem 0;
              width: 12vw;
              height: auto; }
          .tuborg_homePage .tuborg_mapSection .map_container .map_with_text p {
            width: 60%;
            line-height: 1.9rem;
            margin: 0;
            font-size: 1.5vw;
            line-height: 1.7rem; } }
          @media (min-width: 1024px) and (min-width: 1900px) {
            .tuborg_homePage .tuborg_mapSection .map_container .map_with_text p {
              width: 61%; } }

@media (min-width: 1024px) {
      .tuborg_homePage .tuborg_mapSection .bottom_section {
        position: absolute;
        bottom: -46%;
        z-index: 0;
        left: 0px;
        width: 57%;
        -webkit-transform: none;
                transform: none; }
    .tuborg_homePage .tuborg_thirdSection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-top: 4rem;
      margin-bottom: 5rem;
      z-index: 2; }
      .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin: 1rem 10rem 0 0; }
        .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .stickers {
          position: absolute;
          margin-top: 16rem;
          width: 33vw;
          left: 6rem; }
        .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .flowers {
            margin: 1.75rem 0;
            width: 7vw; }
          .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .text_tuborg {
            text-align: right;
            font-size: 1.5vw;
            line-height: 1.7rem;
            font-style: normal;
            line-height: normal;
            width: 49%;
            padding: 0; } }
          @media (min-width: 1024px) and (min-width: 1900px) {
            .tuborg_homePage .tuborg_thirdSection .tuborg_thirdSection_container .flowers_with_text .text_tuborg {
              width: 46%; } }

@media (min-width: 1024px) {
    .tuborg_homePage .tuborg_fourthSection {
      width: 100vw;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .tuborg_homePage .tuborg_fourthSection .background4 {
        z-index: 3;
        right: 0rem;
        position: absolute;
        width: 50vw;
        top: 44vw; }
      .tuborg_homePage .tuborg_fourthSection .cheers_text_img {
        margin-top: 6rem;
        width: 25vw; }
      .tuborg_homePage .tuborg_fourthSection .text {
        width: 90vw;
        font-size: 1.1vw;
        line-height: 1.7rem; }
      .tuborg_homePage .tuborg_fourthSection .warning-img {
        width: 86vw;
        margin-bottom: 2rem; } }

.tuborg_homePage {
  width: 100%;
  overflow-x: hidden; }
  .tuborg_homePage .tuborg_firstSection,
  .tuborg_homePage .tuborg_secondSection,
  .tuborg_homePage .tuborg_mapSection,
  .tuborg_homePage .tuborg_thirdSection {
    width: 100%;
    max-width: 100vw; }

@media (max-width: 768px) {
  .img-fluid {
    min-width: 100vw; } }

.header_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.81);
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  z-index: 9; }
  .header_menu .main-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .header_menu .main-section ul li {
        line-height: 55px !important; } }
    @media (max-width: 768px) {
      .header_menu .main-section ul li.customer-service p {
        line-height: 40px !important;
        font-size: 7vw; } }
    .header_menu .main-section ul li a {
      list-style-type: none;
      color: #00235d;
      text-decoration: none;
      font-size: 3vw; }
      @media (max-width: 768px) {
        .header_menu .main-section ul li a {
          font-size: 7vw; } }

header {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0.875rem 5.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10; }
  @media (max-width: 768px) {
    header {
      padding: 0.875rem 1.25rem; } }
  header .menu-burger-logo {
    z-index: 2; }

.tuborg_page_logo {
  position: relative;
  justify-self: left;
  left: 0; }
  .tuborg_page_logo img {
    height: 3rem;
    width: auto; }

.modal-dialog {
  margin: 10% auto;
  width: 55%;
  max-width: 55%; }
  @media (max-width: 768px) {
    .modal-dialog {
      width: 95%;
      max-width: 95%; } }
  .modal-dialog .modal-content {
    height: 100%;
    padding: 15px; }
    .modal-dialog .modal-content .modal-container {
      border: 4px solid #E11837; }
      .modal-dialog .modal-content .modal-container .modal-header {
        border: none;
        text-align: center;
        margin: 40px 80px 0 80px; }
        @media (max-width: 768px) {
          .modal-dialog .modal-content .modal-container .modal-header {
            margin: 30px 0 15px 0; } }
        .modal-dialog .modal-content .modal-container .modal-header .modal-header-title {
          color: #E11837;
          font-family: "Open Sans", sans-serif;
          font-size: 48px;
          font-weight: 700;
          margin: auto; }
          @media (max-width: 768px) {
            .modal-dialog .modal-content .modal-container .modal-header .modal-header-title {
              font-size: 30px; } }
      .modal-dialog .modal-content .modal-container .modal-footer {
        border: none;
        margin-bottom: 20px; }
        .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper {
          margin: 0.25rem auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 768px) {
            .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a {
            font-family: "Open Sans", sans-serif;
            font-size: 22px;
            font-weight: 400;
            color: white;
            background-color: #E11837;
            border-radius: 39px;
            padding: 5px 75px;
            margin: 0 19px;
            -webkit-transition: all .3s;
            transition: all .3s;
            display: block;
            text-align: center; }
            .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a:hover {
              background-color: #D7D7D7;
              -webkit-transform: scale(1.1);
                      transform: scale(1.1);
              text-decoration: none;
              cursor: pointer; }
            @media (max-width: 768px) {
              .modal-dialog .modal-content .modal-container .modal-footer .button-wrapper a {
                margin: 10px 0; } }

.veil .underlay {
  opacity: 0.95; }
