@font-face {
  font-family: 'yellowMango';
  src: url("../fonts/yellowMango.eot?mcda4s");
  src: url("../fonts/yellowMango.eot?mcda4s#iefix") format("embedded-opentype"), url("../fonts/yellowMango.ttf?mcda4s") format("truetype"), url("../fonts/yellowMango.woff?mcda4s") format("woff"), url("../fonts/yellowMango.svg?mcda4s#yellowMango") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic_"], [class*=" ic_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yellowMango' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic_twitter:before {
  content: "\e902";
}

.ic_instagram:before {
  content: "\e900";
}

.ic_facebook:before {
  content: "\e901";
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-smooth: always;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a img, img {
  border: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}

html {
  position: relative;
  font-size: 62.5%;
  color: #666;
  line-height: 1.5;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }
}

.wrap {
  width: 1097px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

p {
  color: #fefefe;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1875;
  margin-bottom: 1.1875em;
}

@media only screen and (max-width: 480px) {
  p {
    line-height: 1.5;
  }
}

::-moz-selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

::selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

a, a:after, a:before,
button, button:after, button:before,
input[type=submit] {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.currentLink {
  cursor: default;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 10px 20px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.textHide {
  font: 0/0;
}

figure.anim {
  position: relative;
  overflow: hidden;
}

figure.anim img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: none;
  transition: none;
}

figure.anim.active img {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dd {
  margin: 0;
}

body {
  font-size: 1.6rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  overflow: hidden;
}

.wraper {
  width: 1292px;
  max-width: 100%;
  margin: 0 auto;
}

.msg {
  color: #C35457;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}

.mb_show {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mb_show {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .mb_hide {
    display: none;
  }
}

.modal-dialog {
  max-width: 1377px;
}

@media only screen and (max-width: 480px) {
  .modal-dialog {
    max-width: 90%;
    margin: 30px auto 0;
  }
}

.modal-dialog .close_btn {
  color: #000;
  font-weight: 600;
  font-size: 3rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  position: absolute;
  top: 2rem;
  right: 4rem;
}

.modal-dialog .close_btn:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 56%;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 1rem;
  background-color: transparent;
  border: 3px solid #000;
}

.hide_form {
  opacity: 0;
  visibility: hidden;
}

.loaderimg {
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0 auto 4rem;
  display: none;
}

.ytp-pause-overlay {
  display: none !important;
}

.primary_title {
  color: #000;
  font-size: 7.2rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .primary_title {
    font-size: 42px;
  }
}

.hero_poster {
  position: relative;
}

.hero_poster a {
  position: absolute;
  bottom: 7.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 7.2rem;
  color: #C35457;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.hero_poster a:hover {
  text-shadow: 5px 5px #000;
}

@media only screen and (max-width: 1300px) {
  .hero_poster a {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .hero_poster a {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 580px) {
  .hero_poster a {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .hero_poster a {
    font-size: 24px;
    bottom: 9.8%;
  }
}

#trailer_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}

#trailer_video svg {
  width: 10rem;
}

#trailer_video svg path {
  fill: #fff;
}

@media only screen and (max-width: 480px) {
  #trailer_video svg {
    width: 50px;
  }
}

#trailer_video.active {
  opacity: 0;
  visibility: hidden;
}

#trailer_video_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#trailer_video_pause svg {
  display: none;
  opacity: .5;
  width: 10rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#trailer_video_pause svg .fil0 {
  fill: #fff;
}

@media only screen and (max-width: 480px) {
  #trailer_video_pause svg {
    width: 50px;
  }
}

#trailer_video_pause:hover svg {
  opacity: 1;
}

#trailer_video.active_show {
  opacity: 1;
  visibility: visible;
}

.trailer {
  width: 100%;
  position: relative;
}

.trailer video, .trailer iframe {
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .trailer video, .trailer iframe {
    height: 43.5vh;
  }
}

@media only screen and (max-width: 480px) {
  .trailer video, .trailer iframe {
    height: 24vh;
  }
}

@media only screen and (max-width: 375px) {
  .trailer video, .trailer iframe {
    height: 21.5vh;
  }
}

.trailer:hover #trailer_video_pause.active {
  opacity: 1;
  visibility: visible;
}

.testimonial {
  margin: 18.5rem 0 18.6rem;
}

.testimonial .wraper {
  width: 1544px;
}

.testimonial .row {
  --bs-gutter-x: 9.5rem;
}

.testimonial p {
  color: #575757;
  font-size: 3.6rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: italic;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .testimonial p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial {
    margin: 76px 0 97px;
    padding: 0 43px;
  }
}

.premiere_information {
  text-align: center;
}

.premiere_information .date {
  font-size: 21rem;
  font-weight: 700;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.premiere_information .cbc_logo {
  width: 64.4rem;
  max-width: 98%;
  margin: 35px auto 0;
}

.premiere_information .slogan {
  margin-top: 14rem;
  color: #575757;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
}

.premiere_information .slogan span {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .premiere_information {
    padding: 0 20px;
  }
  .premiere_information .date {
    font-size: 80px;
    margin-top: 30px;
  }
  .premiere_information .cbc_logo {
    margin-top: 15px;
  }
  .premiere_information .slogan {
    margin-top: 50px;
    font-size: 24px;
  }
  .premiere_information .slogan span {
    display: block;
    margin: 0;
  }
}

.about {
  width: 1096px;
  max-width: 100%;
  margin: 6.2rem auto 0;
}

.about p {
  color: #575757;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
}

.about p span {
  color: #C35457;
}

.about p:not(:last-child) {
  margin-bottom: 7.5rem;
}

@media only screen and (max-width: 480px) {
  .about p:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .about p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .about {
    width: 100%;
    padding: 0 30px;
    margin: 66px 0 75px;
  }
}

.gallery_buttons {
  text-align: center;
  margin-top: 12.6rem;
}

.gallery_buttons h2 {
  color: #000;
  font-size: 11.7rem;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 600;
}

.gallery_buttons h2 small {
  font-size: 7.2rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .gallery_buttons h2 {
    font-size: 42px;
  }
  .gallery_buttons h2 small {
    font-size: 29px;
  }
}

.gallery_buttons .city_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}

.gallery_buttons .city_block li {
  margin: 1.8rem;
}

.gallery_buttons .city_block li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 28.5rem;
  font-size: 7.2rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #C35457;
  border-radius: 1rem;
  padding: 6.4rem 2.2rem 5rem;
}

@media only screen and (max-width: 1271px) {
  .gallery_buttons .city_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .gallery_buttons {
    padding: 0 30px;
  }
}

.partner_logos .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.partner_logos .d-flex h5 {
  margin: 0 7.5rem;
}

.partner_logos h5 {
  font-size: 2.4rem;
  font-weight: 900;
}

.partner_logos .brand_logo {
  width: 30.5rem;
}

@media only screen and (max-width: 480px) {
  .partner_logos .d-flex {
    margin-top: 20px;
    -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;
  }
  .partner_logos .d-flex .brand_logo {
    width: 160px;
  }
  .partner_logos .d-flex h5 {
    margin: 20px 0;
  }
}

.partner {
  text-align: center;
  width: 83.95833%;
  margin: 0 auto;
  margin-top: 12.7rem;
}

.partner h1 {
  color: #000;
  font-size: 12.9rem;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 600;
}

.partner h1 small {
  font-size: 7.3rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .partner h1 {
    font-size: 42px;
  }
  .partner h1 small {
    font-size: 29px;
  }
}

.partner h5 {
  color: #000;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-top: 4.7rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.partner .brand_logo {
  margin: 0 auto;
  margin-top: 4.7rem;
  max-width: 90%;
}

@media only screen and (max-width: 480px) {
  .partner .brand_logo {
    margin-top: 2.7rem;
  }
}

.partner .brand_logo.b1 {
  width: 41.7rem;
}

.partner .brand_logo.b2 {
  width: 41.7rem;
}

@media only screen and (max-width: 480px) {
  .partner .brand_logo.b2 {
    margin-top: 27px;
  }
}

.premiere_block {
  margin-top: 7rem;
}

.premiere_block h3 {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 480px) {
  .premiere_block h3 {
    margin-bottom: 10px;
  }
}

.premiere_block .img_block {
  width: 1096px;
  max-width: 100%;
  margin: 0 auto;
}

.premiere_block .img_block .row {
  --bs-gutter-x: 2.6rem;
}

@media only screen and (max-width: 480px) {
  .premiere_block .img_block .row {
    --bs-gutter-x: 1.5rem;
  }
}

.premiere_block .gallery_link {
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
  display: inline-block;
  margin-top: 3rem;
}

.premiere_block .gallery_link:hover {
  color: #C35457;
}

@media only screen and (max-width: 480px) {
  .premiere_block .gallery_link {
    font-size: 14px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .premiere_block .col-md-4 {
    width: 33.33%;
  }
}

.secondary_title {
  color: #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 9.7rem;
}

@media only screen and (max-width: 480px) {
  .secondary_title {
    margin-top: 30px;
  }
}

.premiere_dates {
  width: 83.95833%;
  margin: 4.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.premiere_dates ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 11%;
}

.premiere_dates li {
  font-size: 7.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: .5rem 2rem 0;
}

@media only screen and (max-width: 480px) {
  .premiere_dates li {
    font-size: 40px;
  }
}

.premiere_dates li a {
  color: #000;
  font-size: 7.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  padding-left: 4.6rem;
}

@media only screen and (max-width: 480px) {
  .premiere_dates li a {
    font-size: 36px;
    padding-left: 3.6rem;
  }
}

.premiere_dates li a:before {
  content: '';
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5rem;
  width: 0.7em;
  height: 0.7em;
  border: 5px solid #000;
  border-radius: 50%;
  border-color: #000;
}

.premiere_dates li a:hover {
  color: #C35457;
}

.premiere_dates li a:hover:before {
  border-color: #C35457;
}

.premiere_dates li .form-check {
  padding-left: 4.8rem;
}

@media only screen and (max-width: 480px) {
  .premiere_dates li .form-check {
    padding-left: 3.8rem;
  }
}

.premiere_dates li label {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .premiere_dates li label {
    font-size: 36px;
    line-height: 1.1;
  }
  .premiere_dates li label span {
    font-size: 29px;
    display: block;
  }
}

.premiere_dates li .sold_out {
  padding-left: 0;
  margin-left: -5.6rem;
}

.premiere_dates li .sold_out label {
  background-color: #C35457;
  color: #fff;
  padding: 0 9.6rem;
  border-radius: 1rem;
  line-height: 1;
  padding-bottom: 1rem;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .premiere_dates li .sold_out label {
    padding: 0 8.8rem;
    padding-bottom: 1rem;
    width: 330px;
  }
}

.premiere_dates li .form-check-input {
  width: 0.7em;
  height: 0.7em;
  border-width: 5px;
  border-color: #000;
  margin-top: 3rem;
}

.premiere_dates li .form-check-input:checked {
  background-color: #C35457;
  border-color: #C35457;
}

.premiere_dates li .form-check-input:focus {
  border-color: rgba(195, 84, 87, 0.2);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 84, 87, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(195, 84, 87, 0.2);
}

@media only screen and (max-width: 480px) {
  .premiere_dates li .form-check-input {
    border-width: 3px;
    margin-top: 10px;
  }
}

.names_img {
  width: 1344px;
  max-width: 90%;
  margin: 20.3rem auto 7.5rem;
}

@media only screen and (max-width: 480px) {
  .names_img {
    margin-top: 60px;
  }
}

.footer_texts {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 1094px) {
  .footer_texts {
    padding: 0 30px;
  }
}

.footer_texts h3 {
  color: #000;
  font-size: 4.8rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
}

.footer_texts p {
  margin: 9.4rem 0 11.4rem;
  color: #000;
  font-size: 2.4rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
}

.footer_texts p span {
  display: block;
  font-weight: 800;
}

.footer_texts p .mg_top {
  margin-top: 3rem;
}

.footer_texts p strong {
  font-weight: 900;
  margin-top: 3rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .footer_texts h3 {
    font-size: 29px;
  }
  .footer_texts p {
    margin-top: 36px;
    font-size: 17px;
  }
}

.contact_form {
  margin-top: 18rem;
}

@media only screen and (max-width: 480px) {
  .contact_form {
    margin-top: 125px;
  }
}

.contact_form h2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4rem;
}

@media only screen and (max-width: 480px) {
  .contact_form h2 {
    margin-top: 20px;
    font-size: 36px;
  }
}

.contact_form .row {
  --bs-gutter-x: 5.5rem;
}

.contact_form input, .contact_form select {
  font-family: acumin-pro-extra-condensed, sans-serif;
  width: 100%;
  font-size: 4.8rem;
  font-weight: 600;
  padding: 0rem 1rem 1rem;
  text-align: center;
  border: 3px solid #000;
  margin-top: 4.5rem;
  border-radius: 1rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
}

.contact_form input:focus, .contact_form input:active, .contact_form select:focus, .contact_form select:active {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
  .contact_form input, .contact_form select {
    margin-top: 11px;
  }
}

.contact_form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact_form :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact_form ::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact_form ::placeholder {
  color: #000;
  opacity: 1;
}

.contact_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../img/drop-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center right 25px;
}

@media only screen and (max-width: 480px) {
  .contact_form select {
    background-size: 18px;
  }
}

.contact_form select::-ms-expand {
  display: none;
}

.contact_form .btn-default {
  color: #fff;
  font-weight: 600;
  font-size: 4rem;
  font-family: acumin-pro-condensed, sans-serif;
  background-color: #C35457;
  border: 0;
  padding: 1rem 1rem 1.7rem;
}

.contact_form p {
  color: #000;
  font-size: 4rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  margin-top: 4.7rem;
}

@media only screen and (max-width: 480px) {
  .contact_form p {
    font-size: 18px;
    margin-top: 15px;
  }
}

.contact_form .msg {
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #C35457;
  font-size: 6.4rem;
  width: 100%;
  padding: 0 4rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 32%;
}

.contact_form .msg span {
  color: #000;
  font-size: 3.2rem;
  display: block;
  margin-top: 2rem;
  text-align: center;
}

.contact_form .msg small {
  display: block;
}

@media only screen and (max-width: 480px) {
  .contact_form .msg {
    line-height: 1.1;
    font-size: 7rem;
  }
}

@media only screen and (max-width: 480px) {
  .contact_form .msg.vic_msg {
    font-size: 25px;
    top: 38%;
  }
  .contact_form .msg.vic_msg span {
    font-size: 16px;
  }
}

.nav_images {
  margin-top: 13.8rem;
}

@media only screen and (max-width: 480px) {
  .nav_images {
    padding: 0 15px;
  }
}

.nav_images .row {
  --bs-gutter-x: 3.6rem;
}

.nav_images .col-md-6 {
  margin-bottom: 3.8rem;
}

.release_section {
  margin: 20rem 0;
}

.release_section h2 {
  text-align: center;
  line-height: 1;
}

.release_section .contact_detail p {
  text-align: center;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #000;
  font-weight: 600;
  margin-top: 3rem;
  line-height: 1;
}

.release_section .contact_detail p span {
  font-size: 2.4rem;
  display: block;
}

@media only screen and (max-width: 480px) {
  .release_section .contact_detail p span {
    font-size: 14px;
    line-height: 1;
  }
}

.release_section .contact_detail p a {
  display: inline-block;
  color: #000;
  font-size: 5.6rem;
}

.release_section .contact_detail p a:hover {
  color: #d1ad2b;
}

@media only screen and (max-width: 480px) {
  .release_section .contact_detail p a {
    font-size: 24px;
    line-height: 1;
  }
}

.release_section .premiere_brand {
  width: 1096px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 7.5rem;
}

@media only screen and (max-width: 480px) {
  .release_section {
    margin: 70px 0 73px;
    padding: 0 30px;
  }
  .release_section .premiere_brand {
    margin-top: 20px;
  }
}

.gallery_block .page_title {
  color: #fff;
  font-size: 7.2rem;
  background-color: #C35457;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1;
  padding-bottom: 1rem;
  margin-top: 7rem;
}

.gallery_block .wrap {
  margin-top: 7rem;
}

.gallery_block .wrap .row {
  --bs-gutter-x: 3.4rem;
}

.gallery_block .wrap .row .col-md-3 {
  margin-bottom: 7rem;
}

.gal_img {
  display: inline-block;
  position: relative;
  padding-top: 99%;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.gal_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.workshopContainer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  overflow: hidden;
}

.workshopContainer .hero_section figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100vh;
}

.workshopContainer .hero_section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.workshopContainer .hero_section figure figcaption {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  text-align: center;
  color: #fff;
  padding: 0 12rem;
}

.workshopContainer .hero_section figure figcaption h1 {
  font-size: 5.4rem;
  font-weight: 700;
}

.workshopContainer .hero_section figure figcaption h2 {
  font-size: 4.8rem;
  font-weight: 300;
  margin-top: 5.7rem;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .hero_section figure figcaption h2 {
    font-size: 4.5rem;
  }
}

.workshopContainer .hero_section figure figcaption p {
  font-size: 1.8rem;
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .hero_section figure figcaption {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 480px) {
  .workshopContainer .hero_section figure {
    height: 60vh;
  }
  .workshopContainer .hero_section figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.workshopContainer .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .workshopContainer .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .workshopContainer .wrap .column_one, .workshopContainer .wrap .column_two {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .workshopContainer .col-md-6 {
    width: 100%;
  }
}

.workshopContainer .superfan {
  overflow: hidden;
}

.workshopContainer .superfan .column_one {
  width: 805px;
  max-width: 58.2068vw;
  background: #BA0D32 url(../img/bg-pattern.png) no-repeat center center/cover;
  padding: 5rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.workshopContainer .superfan .column_one p {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 200;
}

.workshopContainer .superfan .column_one p:not(:last-child) {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .superfan .column_one {
    padding: 5rem;
  }
}

.workshopContainer .superfan .column_two {
  width: 64%;
}

.workshopContainer .social_post {
  color: #fff;
}

.workshopContainer .social_post .column_one {
  margin-bottom: 6px;
}

.workshopContainer .social_post .column_two {
  width: 730px;
  width: 47%;
  max-width: 52.7838vw;
  padding: 5rem 8rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 200;
  background-color: #BA0D32;
  background: #BA0D32 url(../img/bg-pattern.png) no-repeat center center/cover;
}

.workshopContainer .social_post .column_two h2 {
  margin-bottom: 7rem;
  font-size: 5.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .social_post .column_two h2 {
    font-size: 4.5rem;
  }
}

.workshopContainer .social_post .column_two ul {
  margin-top: 4rem;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .social_post .column_two {
    padding: 5rem;
  }
}

.workshopContainer .social_post_two .column_one {
  padding: 4rem;
}

.workshopContainer .social_post_two .column_one img {
  background-color: #fff;
}

.workshopContainer .social_post_two .column_two {
  width: 976px;
  width: 55.45455%;
  max-width: 70.57122vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #BA0D32;
  background: #BA0D32 url(../img/bg-pattern.png) no-repeat center top/cover;
}

.workshopContainer .social_post_two .column_two div {
  padding: 5rem 8rem;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .social_post_two .column_two div {
    padding: 5rem;
  }
}

.workshopContainer .social_post_two .column_two h2 {
  font-size: 5.4rem;
  font-weight: 700;
  color: #fff;
}

.workshopContainer .social_post_two .column_two h2:not(:last-child) {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 480px) {
  .workshopContainer .social_post_two .column_two h2 {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .workshopContainer .social_post_two {
    margin-top: 5rem;
  }
}

.workshopContainer .contact .container-fluid {
  padding: 0;
}

.workshopContainer .contact .contact_info {
  background: #BA0D32 url(../img/bg-pattern.png) no-repeat center top/cover;
  margin-bottom: 4.5rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 300;
  height: 492px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 8rem;
  margin-right: 3rem;
}

@media only screen and (max-width: 1024px) {
  .workshopContainer .contact .contact_info {
    margin-right: 0;
    margin-top: 5rem;
  }
}

.workshopContainer .contact .contact_info p {
  margin-bottom: 5rem;
}

.workshopContainer .contact .contact_info a {
  display: inline-block;
  color: #fff;
}

.workshopContainer .contact .column_one figure {
  width: 100%;
  padding-right: 3rem;
}

@media only screen and (max-width: 1024px) {
  .workshopContainer .contact .column_one figure {
    padding-right: 0;
  }
}

.magnific-img img {
  width: 100%;
  height: auto;
}

.magnific-img {
  display: inline-block;
  width: 32.3%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  -webkit-transition: opacity 200ms ease-in, opacity 2000ms ease-out;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.9);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-image-holder .mfp-content {
  max-width: 54%;
}

@media only screen and (max-width: 768px) {
  .mfp-image-holder .mfp-content {
    min-width: 100%;
  }
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-image-holder .mfp-close {
  position: fixed;
  top: 5rem;
  right: 5rem;
  font-size: 3.4rem;
  width: auto;
  padding-right: 0;
}

.mfp-image-holder .mfp-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100px;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input, button, input:focus, button:focus {
  outline: none;
  border: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

@-webkit-keyframes a {
  0% {
    stroke-dashoffset: 194;
  }
  80% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes a {
  0% {
    stroke-dashoffset: 194;
  }
  80% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=style.css.map */