 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  text-align: none;
  text-decoration: none;
  color: inherit;
}
/* Fonts */

@font-face {
  font-family: 'colusregular';
  src: url('../fonts/colus-regular_0-webfont.woff2') format('woff2'),
    url('../fonts/colus-regular_0-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.text-small {
  font-weight: 300;
  margin-top: 6px;
  font-size: 14px;
}
.text-mid {
  font-size: 22px;
}
.text-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.text-normal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.text-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.text-white {
  color: #fff;
}
.text-yellow {
  color: #FFFAE7;
}
.text-brown {
  color: #382701;
}
/* .text-golden {
  color: #F4D47B;
  background: #F1DA7D;
background: radial-gradient(ellipse farthest-side at center center, #F1DA7D 18%, #84641E 60%, #61440C 100%);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */
.text-golden-light {
  background: #5C4510;
  background: radial-gradient(ellipse farthest-side at center center, #5C4510 0%, #9E8122 26%, #F1D67B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-golden-dark {
  background: #5C4510;
  background: radial-gradient(ellipse farthest-side at center center, #5C4510 10%, #9E8122 73%, #F1D67B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #02351D;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: 'colusregular', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  box-sizing: border-box;
  overflow-x: hidden;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-medium {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-small {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-big {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.logo {
  max-width: 300px;
  display: block;
}

.section {
  padding: 60px 0 90px;
  text-align: center;
}

.main-section {
  background-image: url('../img/cover.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  /* background-size: cover; */
  width: 100%;
  padding-top: 200px;
  margin-top: -130px;
  text-align: left;
  padding-bottom: 220px;
  position: relative;
  z-index: 3;
}
.section-bg {
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: contain; */
  width: 100%;
  padding-top: 250px;
  margin-top: -250px;
  margin-bottom: -250px;
  text-align: center;
  padding-bottom: 240px;
  position: relative;
  z-index: 2;
}
.winners-section {
  background-image: url('../img/winners-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  /* margin-top: -250px; */
  padding-top: 150px;
  background-size: cover;
  
  padding-bottom: 190px;
}

.register-section {
  background-image: url('../img/paper-bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 190px;
  padding-top: 140px;
  margin-top: -130px;
  position: relative;
  z-index: 3;
}
.cover-text {
  max-width: 540px;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.2;
}

.validation-errors {
  margin-left: 20px;
  color: #A01312;
}

.sub-title {
  font-size: 30px;
}

.age-gate-bg.opened {
  display: block;
}

.age-gate-buttons {
  display: flex;
}

.reject-button,
.confirm-button {
  font-size: 26px;
  line-height: 45px;
  background-color: #A01312;
  color: #fff;
  width: 150px;
  height: 45px;
  padding: 8px;
  margin: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F1D67B;
  border-radius: 10px;
}

.award-number {
  display: block;
  font-size: 40px;
}
.award-2 {
  
}
.award-1 {
  padding-top: 120px
}
.award-2 .award-text-wrap  {
  padding-left: 10%;
}
.award-2,
.award-1 {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.award-text-wrap {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.award-text-wrap p {
  display: inline-block;
  font-size: 22px;
  max-width: 260px;
}

.video-frame {
  width: 100%;
  position: relative;
  padding-top: 68.25%;
  height: 0;
  background-image: url('../img/frame.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.video-container {
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 81%;
  height: 71%;
  transform: translate(-50%, -52%);
}

.title-frame {
  background-image: url('../img/title-frame.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 1077px;
  height: 116px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.title-small .red-bg {
  display: block; 
  font-size: 26px;
  margin-top: -1%;
}

.main-title {
  text-align: left;
  max-width: 730px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 52px;
  margin-bottom: 8px;
}
.main-title.underline:after {
  margin-top: 12px;
  margin-left: -8px;
}
.title.underline:after {
  margin-top: 8px;
  text-align: center;
  transform: translate(-50%, 6px);
  position: relative;
  left: 50%;
}
.underline:after {
  content: '';
  background-image: url('../img/line.png');
  background-size: contain;
  display: block;
  max-width: 417px;
  height: 5px;
}

.disable-scroll {
  overflow: hidden;
  margin: 0; 
  height: 100%; 
}

.age-gate-bg.opened {
  display: block;
}

.age-gate-bg {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  display: none;
}
.age-gate {
  background-image: url('../img/thank-you-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 409px; */
  width: 718px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  z-index: 3;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  border: 3px solid #382701;
  border-radius: 8px;
}

.button {
  font-size: 30px;
  border-radius: 10px;
  padding: 14px 30px;
  border: 2px solid #F4D47B;
  background-color: #A01312;
}

.button:hover {
  text-decoration: none;
}

.submit-button {
  text-transform: uppercase;
  font-family: 'colusregular';
  position: relative;
  left: 50%;
  transform: translate(-50%, 20px );
}

.button:hover {
  color: #F4D47B;
}


.thank-you-wrap {
  background-image: url('../img/thank-you-frame.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 1182px;
  height: 436px;
  padding-top: 3%;
}

.thank-you-section {
  background-image: url('../img/thank-you-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 340px 0 270px;
  /* margin: 150px 0 250px; */
}

.photos {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.thank-you-text {
  font-size: 24px;
  max-width: 650px;
  text-align: center;
  padding-left: 5%;
}

.thank-you-title {
  font-size: 40px;
  padding-left: 6%;
  margin-bottom: 9%;
}


.button-cover {
  margin-bottom: 30px;
}

.nav-item  {
  flex: 1;
}

.footer .nav-item a {
  text-shadow: none;
}
.nav-item a:hover {
  color: inherit;
}
.nav-item a {
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
}
  

.logo-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .3s;
  z-index: 2;
  height: 64px;
}

.nav.big-logo .logo-wrap{
  width: 100%;
}

.nav .logo-wrap {
  /* width: 120px; */
  width: 100%;
  top: -10px;
}

.logo-wrap img {
  max-height: 100%;
}

.header.sticky-top {
  position: relative !important;
}

.logo-item {
  height: 60px;
  width: 100%;
  min-width: 140px;
  flex: 1;
  text-align: center;
  display: flex;
}

.awards-wrap {
  margin: 160px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title {
  font-size: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}

.thank-you-section {
  background-image: url('../img/thank-you-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* margin: 150px 0 250px; */
}

.thank-you-text {
  font-size: 20px;
  max-width: 550px;
  text-align: center;
}

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

.header {
  height: 130px;
  background: transparent;
}

.nav {
  height: 100%;
}
.period-terms {
  padding: 8px 30px;
  margin: 0 auto;
  border: 2px solid #4E3B0C;
  border-radius: 8px;
  display: inline-block;
  font-size: 28px;
  color: #4E3B0C;
}


.winners-container::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.winners-container::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

.winners-container::-webkit-scrollbar-thumb {
  background-color: #0c0401;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #0c0401;  /* creates padding around scroll thumb */
}


.form-wrap {
  background-image: url('../img/form-frame.png');
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 721px;
  height: 413px;
  padding: 26px 65px;
  text-align: left;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.form-text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
.form-text strong {
  display: block;
  font-weight: 500;
  font-style: 10px;
}
.form-inputs .checkbox input {
  position: absolute;
  left: -50px;
  width: auto;
}

.form-inputs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-inputs label {
  font-weight: 500;
  font-size: 18px;
  width: 190px;
  color: #382701;
}
.form-inputs .checkbox {
  display: inline-block;
  width: auto;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  padding-top: 6px;
}

.form-inputs .checkbox span {
  /* float: left; */
  display: block;
  text-align: left;

  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}

.form-inputs .checkbox span a {
  text-decoration: underline;
}


.form-inputs .checkbox input[type='checkbox'] + span:before {
  content: '';
  display: inline-block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #382701;
}

.form-inputs .checkbox input[type='checkbox']:checked + span:after {
  content: '\2713';
  transform: scale(2);
  font-size: 20px;
  display: block;
  width: 28px;
  height: 39px;
  position: absolute;
  top: 8px;
  left: 15px;
}

.participate-section {
  overflow: hidden;
}

.steps {
  position: relative;
  z-index: 2;
}
.steps p {
  font-size: 24px;
  max-width: 300px;
}

.steps li {
  font-size: 24px;
  max-width: 350px;
  width: 350px;
}
.steps img {
  margin-bottom: 60px;
}
.steps strong {
  text-transform: uppercase;
}

.form {
  width: 100%;
}


.form-inputs {
  width: 100%;

}

.logo-wrap-mobile {
  display: none;
}

.text-area {
  /* height: 120px */
}

.nav {
  display: flex;
}

.form .textarea::placeholder,
.form input::placeholder {
  color: #382701;
  font-family: 'Roboto';
  font-weight: bold;
}

.form .textarea:focus,
.form input:focus {
  outline: none;
}
.form .textarea,
.form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  padding: 4px 8px;
  /* background-color: #ECE5DC; */
  background-color: none;
  font-family: 'Roboto';
  font-weight: bold;
  color: #382701;
  /* border-radius: 40px; */
  font-size: 18px;
  width: 100%;
  /* border-color: #ECE5DC; */
  border-bottom-style: dotted;
  border-width: 3px;
  /* all: unset; */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid transparent; */
  -webkit-text-fill-color: #382701;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.winners-text {
  font-size: 18px;
}
.prize-1-small,
.prize-3-small {
  width: 100%;
  border-radius: 0 60px 0 60px; 
  padding: 0 30px 36px;
  
}
.prize-2-small {
  width: 100%;
  border-radius: 60px 0 60px 0; 
  padding: 36px 30px 0;
}

.award-winners > div {
  flex: 1;
  width: 100%;
}



.winners-list li {
  margin-bottom: 8px;
 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.winners-list {
  padding-top: 100px;
  padding-left: 36px;
  font-size: 20px;
  /* width: 300px; */
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  column-count: 3;
  column-gap: 20px;
}

.awards-winners {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.video-section {
  background-image: url('../img/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 130px;
  z-index: 1;
}  

.text-age-gate {
  font-size: 32px;
  margin-bottom: 70px;
}

.notification-popup {
  background-image: url('../img/wood-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  transform: translateY(100%);
  transition: 0.3s;
  z-index: 5;
}

.notification-popup.opened {
  transition-delay: 5s;
  transform: translateY(0);
}

.notification-popup .agree-btn {
  background-color: #A01312;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border: 2px solid #E0AC7B;
  margin-left: 15px;
  border-radius: 20px;
}
.notification-popup a {
  color: #fff;
  text-decoration: underline;
}

.thank-you-section .container{
 z-index: 1;
}
.footer {
  padding: 20px 0;
  font-size: 25px;
  background-color: #E0AC7B;
}
.thank-you-form-text p {
  font-family: 'colusregular';
  font-size: 30px;
}
@media screen and (max-width: 1450px) {
  .photos {
    width: 23%;
  }
}
@media screen and (max-width: 1280px) {
  .main-section {
    padding-top: 160px;
  }
  .thank-you-section {
    padding: 218px 0 140px;
}
   
  .thank-you-section .main-title {
    margin: 20% 0 30%;
  }
  .main-title {
    font-size: 48px
  }

  .title {
    font-size: 62px;
    line-height: 1.2;
  }

  .nav-item a {
    font-size: 16px;
  }

  .steps li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .nav-item a {
    font-size: 14px;
  }

  .thank-you-title {
    font-size: 36px;
  }
  .title-small .red-bg {
    margin-top: -2%;
  }
  .register-section {
    background-size: auto;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 900px) {
  .main-section {
    /* background-image: url('../img/cover-mobile.png'); */
    /* background-repeat: no-repeat; */
    background-position: 56% top;
    /* background-size: cover; */
  }
  .main-section {
    padding-top: 120px;
  }

  

  .title-small .red-bg {
    margin-top: -4%;
    font-size: 24px;
  }
  
  .winners-container {
    max-width: 100%;
    height: 500px;
    overflow: auto;
    margin-top: 30px;
  }
  .winners-list {
    column-count: 2;
    column-gap: 20px;
    column-width: 10px;
  }

  .winners-section {
    padding-top: 150px;
    background-position: 70% bottom;
  }

  .main-title {
    font-size: 38px;
  }

  .sub-title {
    font-size: 24px;
  } 
  .cover-text {
    font-size: 18px;
  } 

  .button {
    font-size: 24px;
  }

  .age-gate {
    max-width: 90%;
    width: 80%;
    transform: translate(-55%, 0);
  }
  .text-age-gate {
      font-size: 28px;
      margin-bottom: 5%;
  }


  .section-bg {
    margin-bottom: -350px;
    padding-bottom: 370px;
    margin-top: -340px;
}

.participate-section {
  padding-top: 160px;
}

  .steps img {
    margin-bottom: 30px;
}

  .section-bg {
    background-size: cover;
  }

  .award-1 {
    padding-top: 50px;
    justify-content: center;
  }
  .award-text-wrap {
    left: 10%;
  }
    
  .cover-wrap {
    flex-direction: column;
  }
  .header .nav-item {
    display: none;
  } 
  .thank-you-nav .nav-item {
    display: block;
  } 
  .header .nav-item.nav-mobile {
    display: block;
  } 
  .header .nav-item.nav-mobile a {
    font-size: 18px !important;
  } 
  .thank-you-header.header {
    display: flex !important;
  } 
  .logo-wrap-mobile {
    display: block;
    width: 120px;
    margin: 0 auto;
  }


  .thank-you-section .main-title {
    padding-right: 0;
  }
  
  
  .awards-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .steps li {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .awards-winners {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 36px 0;
  }

  .winners-list {
    width: 100%;
    padding: 30px 30px 30px 80px;
  }
/* 
  .age-gate {
    background-image: url('../img/age-gate-mobile.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    max-width: 400px;
  } */


  .title {
    font-size: 58px;
}
  

  .main-title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 780px) {
  .title {
    font-size: 54px;
}
  .title-small .red-bg {
    margin-top: -6%;
    padding-left: 2%;
    font-size: 22px;
  }
  .thank-you-title {
    font-size: 30px;
  }
  .thank-you-text {
    font-size: 17px;
    max-width: 500px;
  }
}
@media screen and (max-width: 670px) {
  .thank-you-title {
    font-size: 26px;
    margin-bottom: 7%;
  }
  .thank-you-form-text p {
    font-family: 'colusregular';
    font-size: 24px;
  }
.thank-you-text {
  font-size: 16px;
  max-width: 430px;
}
  .age-gate {
     padding: 50px 0;
  }
  .award-1,
  .award-2 {
    padding-top: 160px;
  }
  .awards-wrap {
    margin: 100px auto 30px;
  }

  .winners-list {
    column-count: 1;
  }

  .winners-section {
    background-position: 75% bottom;
  }

  .award-2, .award-1 {
    justify-content: center;
  }

  .form-wrap {
    padding: 24px 30px 0;
  }

  .form-inputs .checkbox {
    height: 60px;
  }

  .form-inputs {
    flex-direction: column;
  }

  /* .submit-button {
    transform: translate(-50%, 60px);
} */
}

@media screen and (max-width: 650px) {
  .main-title {
    font-size: 44px;
    text-align: center;
  }
  .sub-title {
    text-align: center;
}

  .main-section {
    background-position: 40% top;
  }

  .cover-wrap > div {
    align-items: center !important;
  }

  .register-section {
    background-size: cover;
  }

  .title-small .red-bg {
    margin-top: 0;
    font-size: 30px;
  }

  .form-text {
    font-size: 20px;
  }

  .title-frame {
    background-size: auto;
  }

  .thank-you-title {
    font-size: 26px;
    margin-bottom: 7%;
  }
.thank-you-text {
  font-size: 16px;
  max-width: 430px;
}

  .title {
    font-size: 44px;
  }

  .form-inputs label {
    text-align: center;
  }

  .period-text {
    font-size: 18px;
  }

  .button {
    font-size: 22px;
  }

  .thank-you-wrap {
    background-size: auto;
  }
  .thank-you-title {
    font-size: 40px;
    margin-bottom: 20%;
  }
  .thank-you-text {
    font-size: 20px;
    max-width: 100%;
  }

  .thank-you-wrap {
    padding-top: 40px;
    background-position: 53%;
  }

  .form-inputs li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-wrap {
    background-image: none;
    border: 2px solid #494540;
    height: auto;
  }

  .submit-button {
    left: auto;
    transform: none;
  }
  .form-wrap {
    padding: 24px 30px;
}
}


@media screen and (max-width: 550px) {
  .main-title {
    font-size: 48px
  }
  
  .age-gate-buttons > a {
    width: 120px;
    height: 40px;
  }
  .age-gate-buttons > a,
  .text-age-gate {
    font-size: 24px;
  }

  .main-title strong {
    font-size: 52px
  }
  .sub-title {
    font-size: 22px;
}
  .title {
    font-size: 34px;
  }
  .cover-text {
    font-size: 20px;
  }
  .step-1 {
    margin-right: 0;
  }
  .step-3 {
    margin-left: 0;
  }

  .sea-elements {
    display: none;
  }

  .form .textarea, .form input {
    padding: 14px 0 2px;
  }

 
 
  .form .textarea::placeholder,
  .form input::placeholder {
    font-size: 16px;
  }

  .form .textarea,
  .form input {
    font-size: 18px;
  }
  .button {
    font-size: 18px !important;
  }
  .thank-you-section .main-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .winners-section {
    background-position: 70% bottom;
  }

  .thank-you-title {
    font-size: 38px;
    margin-bottom: 30%;
  }
  .thank-you-text {
    font-size: 18px;
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .age-gate-buttons > a,
  .text-age-gate {
    font-size: 20px;
  }
  .title {
    font-size: 30px;
}
  .sub-title {
    font-size: 20px;
}
  .main-title {
    font-size: 44px;
  }
  .cover-text {
    font-size: 18px;
}
  .thank-you-wrap {
    padding-top: 45px;
    background-position: 53%;
  }

  .thank-you-title {
    font-size: 34px;
  }
  /* .form-wrap {
    padding: 56px 26px;
  } */
  /* .form .textarea, .form input {
    padding: 10px 16px;
  } */
  .winners-list li {
    font-size: 18px;
  }
  .thank-you-section .main-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .thank-you-nav .logo-wrap {
    width: 90px;
  }
}
@media screen and (max-width: 400px) {
  /* .form .textarea, .form input {
    padding: 18px 16px;
  } */


  .main-title strong {
    font-size: 48px
  }

  .age-gate {
    max-width: 100%;
    width: 100%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}