/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@media screen and (min-width: 768px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.hidden {
  display: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: #EEC457;
  background: #113705;
}

body {
  background: rgba(0, 0, 0, 0) url(/images/R350/pattern.png) repeat scroll center top;
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-family: "Montserrat" !important;
}

header .logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  header .logo {
    display: none;
  }
}
header .logo a img {
  width: 290px;
  height: 141px;
}
header .logo-mob {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .logo-mob {
    display: block;
  }
}
header .logo-mob a img {
  width: 233px;
  height: 59px;
  margin: 20px auto 55px;
}

.text-wrapper {
  float: right;
  max-width: 464px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .text-wrapper {
    float: none;
    max-width: 468px;
    margin: auto;
    width: 100%;
  }
}
.text-wrapper h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 98px;
  letter-spacing: 1px;
  color: #EEC457;
  font-family: "Montserrat" !important;
  margin-bottom: -14px;
}
@media screen and (max-width: 767px) {
  .text-wrapper h1 {
    font-size: 55px;
    line-height: 67px;
  }
}
@media screen and (max-width: 320px) {
  .text-wrapper h1 {
    font-size: 50px;
  }
}
.text-wrapper .second-line {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 98%;
  letter-spacing: 1px;
  color: #EEC457;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .text-wrapper .second-line {
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 320px) {
  .text-wrapper .second-line {
    font-size: 32px;
  }
}
.text-wrapper .third-line {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 105%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .text-wrapper .third-line {
    max-width: 320px;
    margin: auto;
  }
}
.text-wrapper .code-wrapper {
  background: #113705;
  width: 240px;
  height: 50px;
  border: 2px solid #EEC457;
  box-sizing: border-box;
  border-radius: 9px;
  text-align: center;
  margin: 19px auto 52px;
}
@media screen and (max-width: 767px) {
  .text-wrapper .code-wrapper {
    margin: 15px auto 62px;
  }
}
.text-wrapper .code-wrapper span.coupon-code {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 119.1%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 2px;
  color: #ffffff;
}
.text-wrapper a.copy {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 103.1%;
  align-items: center;
  letter-spacing: 0.06em;
  color: #081304;
  float: right;
  background: #eec457;
  padding: 14px 14px 15px 14px;
  margin-top: -1px;
  margin-right: -1px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.text-wrapper .playButton {
  cursor: pointer;
  text-decoration: none !important;
  text-shadow: 1px 1px 3px rgba(255, 249, 161, 0.9);
  font-size: 30px;
  font-weight: bold;
  color: #235200 !important;
  padding: 18px 60px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  background: #ffffb0;
  z-index: 99;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NlOWU2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZlZGM4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZhYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ce9e63 54%, #fedc8b 78%, #fffac4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffb0), color-stop(11%, white), color-stop(53%, #fffec7), color-stop(54%, #ce9e63), color-stop(78%, #fedc8b), color-stop(100%, #fffac4));
  background: -webkit-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ce9e63 54%, #fedc8b 78%, #fffac4 100%);
  background: -o-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ce9e63 54%, #fedc8b 78%, #fffac4 100%);
  background: -ms-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ce9e63 54%, #fedc8b 78%, #fffac4 100%);
  background: linear-gradient(to bottom, #ffffb0 0%, white 11%, #fffec7 53%, #ce9e63 54%, #fedc8b 78%, #fffac4 100%);
}
.text-wrapper .playButton:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2ZmNzQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmYjg3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZhYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ff742a 54%, #ffb877 78%, #fffac4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffb0), color-stop(11%, white), color-stop(53%, #fffec7), color-stop(54%, #ff742a), color-stop(78%, #ffb877), color-stop(100%, #fffac4));
  background: -webkit-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ff742a 54%, #ffb877 78%, #fffac4 100%);
  background: -o-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ff742a 54%, #ffb877 78%, #fffac4 100%);
  background: -ms-linear-gradient(top, #ffffb0 0%, white 11%, #fffec7 53%, #ff742a 54%, #ffb877 78%, #fffac4 100%);
  background: linear-gradient(to bottom, #ffffb0 0%, white 11%, #fffec7 53%, #ff742a 54%, #ffb877 78%, #fffac4 100%);
}
@media screen and (max-width: 767px) {
  .text-wrapper .playButton {
    margin: -35px;
    position: relative;
    max-width: 262px;
    max-height: 70px;
  }
}

.image-wrapper {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .image-wrapper {
    text-align: center;
  }
}
.image-wrapper .hero-mobile {
  max-width: 377px;
  max-height: 312px;
  margin: auto;
  width: 100%;
  display: none;
}
@media screen and (max-width: 991px) {
  .image-wrapper .hero-mobile {
    display: block;
    margin: -19px auto 12px;
  }
}
.image-wrapper .hero-img {
  max-width: 584px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .image-wrapper .hero-img {
    display: none;
  }
}

.content-2 {
  background: #11270A;
  min-height: 435px;
  text-align: center;
  margin-top: -35px;
}
.content-2 p.subtitle {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  padding-top: 70px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .content-2 p.subtitle {
    padding-top: 60px;
    margin: 0 auto 22px;
    max-width: 225px;
    line-height: 105%;
  }
}
.content-2 .cards {
  display: flex;
  text-align: center;
  max-width: 1012px;
  margin: auto;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-2 .cards {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .content-2 .cards {
    flex-direction: column;
  }
}
.content-2 .cards .Card {
  width: 293px;
  height: 132px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .content-2 .cards .Card {
    height: 127px;
  }
}
.content-2 .cards .Card img.Badge {
  position: relative;
  bottom: 120px;
  left: 120px;
}

footer {
  text-align: center;
  background: #081304;
}
footer .icon-wrapper img {
  margin: 24px 12px;
}
@media screen and (max-width: 767px) {
  footer .icon-wrapper img {
    margin: 12px 12px;
    max-width: 106px;
  }
}

/*# sourceMappingURL=r350.min.css.map */
