html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  line-height: 1;
  overflow-x: hidden;
}
body {
  background: #f37029;
}

ol,
ul {
  list-style: none;
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/dmbrand-bold-webfont.eot");
  src: url("../fonts/dmbrand-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dmbrand-bold-webfont.woff2") format("woff2"), url("../fonts/dmbrand-bold-webfont.woff") format("woff"),
    url("../fonts/dmbrand-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/dmbrand-medium-webfont.eot");
  src: url("../fonts/dmbrand-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dmbrand-medium-webfont.woff2") format("woff2"),
    url("../fonts/dmbrand-medium-webfont.woff") format("woff"),
    url("../fonts/dmbrand-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.to_even{
  width:70% ;
}
.nopadding {
  padding: 0;
}
.fade {
  opacity: 1;
}
.modal-open {
  padding: 0;
}
header {
  width: 100%;
  position: relative;
}
.navbar {
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  padding: 25px 0 25px 160px;
  margin-bottom: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
}
.navbar .logo {
  width: 130px;
}
.navbar ul {
  position: absolute;
  right: 0;
  padding: 30px 80px 0 0;
}
.navbar ul li {
  display: inline-block;
  font-family: "Medium";
  font-size: 18px;
  margin-right: 120px;
}
.navbar ul li::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 100%;
  height: 2px;
  background-color: #ed1c24;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.navbar ul li:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar ul li:after {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.navbar ul li:last-of-type {
  margin-right: 0;
}
.navbar ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #525260;
  padding: 0 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover {
  background: transparent;
  color: #ed1c24;
}
.navbar ul li.social::after {
  display: none;
}
.social a {
  display: inline-block;
}
.social img {
  margin-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.navbar-toggler {
  display: none;
  float: right;
  position: relative;
  outline-color: transparent !important;
  padding: 0 25px;
  z-index: 2;
}
.hamburger {
  display: block;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-10px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -1px);
  transform: rotate(45deg) translate(-4px, -1px);
}

/* ////////////////////////////////////////////////////////////////////////// MENU END//////////////////////////////////////////////////////// */

/* ///////////////////////////////////////// HERO ////////////////////////////////////////////////////////////////////////// */
.hero {
  margin-top: 44px;
  margin-bottom: -180px;
}
.hero_text_wrapper {
  margin-top: 44px;
}

.text_hero_spacer {
  width: 136px;
  height: 16px;
  background: #ffffff;
  border-radius: 50px;
  margin: 82px 0px 64px;
}

.text_part_two h2 {
  font-family: "Medium";
  font-weight: 500;
  font-size: 72px;
  line-height: 80%;
  color: #ffffff;
}
.inner_hero_text {
  margin-top: 56px;
}
.inner_hero_text p {
  font-family: "Medium";
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 116.2%;
  /* or 28px */

  color: #ffffff;
}

/* ///////////////////////////////////////// HERO END ////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////// STEPS ////////////////////////////////////////////////////////////////////////// */
.steps_srapper {
  margin: 235px 0px 82px;
}
.steps_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
.arrow_step:before{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 80px;
  background: url(../img/step_arrow.png) no-repeat;
  z-index: 3;
  height: 31px;
  width: 33px;
}
.arrow_step::after{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 80px;
  background: url(../img/step_arrow.png) no-repeat;
  z-index: 3;
  height: 31px;
  width: 33px;
}

.circle {
  width: 175px;
  height: 175px;
  background: #f37029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: -5px 20px 25px rgba(106, 45, 26, 0.36);
          box-shadow: -5px 20px 25px rgba(106, 45, 26, 0.36);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.steps_text {
  margin-top: 65px;
}
.steps_text p {
  font-family: "Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #153456;
}

/* ///////////////////////////////////////// STEPS END ////////////////////////////////////////////////////////////////////////// */

/* 
/////////////////////////////////////////////////////////////// REG FORM /////////////////////////////////////////////////////////// */

.reg {
  position: relative;
  background: url(../img/grafa_form.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  font-family: "Medium";
  padding: 60px 160px;
}
.reg h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #153456;
  margin-bottom: 48px;
}
.reg h1 {
  color: #153456;
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  color: #153456;
}

.fiscal_img {
  -o-object-fit: cover;
  object-fit: cover;
}
.reg form {
  background: #f37029;
  border-radius: 15px;
  padding: 115px 90px 50px;
}
.user-input-wrp input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1.5px solid #fff;
  margin-bottom: 40px;
}
.user-input-wrp {
  position: relative;
  width: 100%;
}
.floating-label {
  font-family: "Bold";
  font-size: 16px;
  position: absolute;
  color: #fff;
  pointer-events: none;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.on_click_label {
  top: -18px !important;
  font-size: 13px !important;
}
.dropdown,
.dropdown .btn,
.dropdown-menu {
  width: 100%;
}
.dropdown {
  margin-bottom: 40px;
}
.dropdown-menu {
  max-height: 500px;
  overflow-y: scroll;
}
.dropdown-toggle {
  font-family: "Bold";
  text-align: left;
  padding: 0;
  color: #fff;
  border-radius: 0;
  border-bottom: 1.5px solid #fff;
}
.dropdown-toggle img {
  float: right;
}
.dropdown-toggle::after {
  border: none;
}
.dropdown-item {
  padding: 10px;
}
.dropdown-item:active {
  color: #000;
}
.checkboxes {
  margin-top: 65px;
}
.checkbox {
  margin-top: 15px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin-right: 20px;
  background-clip: content-box;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
  top: 3px;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
.checkbox label {
  font-size: 16px;
  color: #fff;
  padding-left: 0;
}
.checkbox label a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox label a:hover {
  color: #000;
}
.reg .submit {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  font-family: "Medium";
  font-size: 16px;
  letter-spacing: 2px;
  color: #f37029;
  text-transform: uppercase;
  padding: 18px 35px;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reg .submit:hover {
  background: #000;
  color: #fff;
}
/* ///////////////////////////////////////////////////////////////// REG FORM END //////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////// REWARDS //////////////////////////////////////////////////////////////////////// */
.rewards{
  padding: 0px 160px;
}
.rewars_title_wrapper h2 {
  font-family: "Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
}
.reward_wrapper_text h2 {
  font-family: "Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 133px;
  line-height: 133px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
}

.reward_wrapper_text p {
  font-family: "Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.rew_wrap{
  padding: 257px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
.reward_wrapper_img{
  position: relative;
}
.reward_wrapper_img img{
  position: absolute;
  left: -30%;
  top: 80px;
}

/* ///////////////////////////////////////////////////////////////// REWARDS END //////////////////////////////////////////////////////////////////////// */

/* 
//////////////////////////////////////////////////////////////////////// FOOTER /////////////////////////////////////////////////////////////////// */
#foot {
  background: #fff;
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_nav ul {
  margin: auto;
}
footer {
  font-family: "Medium";
  color: #002878;
  padding: 30px 0;
}
footer ul {
  padding-left: 150px;
}
footer ul li {
  display: inline-block;
  margin-right: 80px;
}
footer ul li:last-of-type {
  margin-right: 0;
}
footer ul li img {
  position: relative;
  top: 30px;
}
footer ul li a {
  color: #002878;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer ul li a:hover {
  color: #ed1c24;
}
footer .copy {
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 50px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-body {
  padding-top: 0;
}
.modal-header .close {
  font-size: 2.5rem;
}
.footer-modal {
  font-family: "Medium";
}
.footer-modal .bold {
  font-family: "Bold";
}
.footer-modal p.bold {
  text-decoration: underline;
}
.footer-modal .red {
  color: #ed1c24;
}
.modal-dialog {
  max-width: 55%;
  margin: 50px auto;
}
.footer-modal h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.footer-modal p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.error-modal .modal-body {
  padding: 50px;
}
.error-modal .logo {
  width: 150px;
  display: block;
  margin: 0 auto 50px;
}
.error-modal h2 {
  font-family: "Medium";
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}
.styled-modal .modal-content,
.error-modal .modal-content {
  background: #fff;
  padding: 0px 15px;
}
.styled-modal h2 {
  font-family: "Medium";
  font-size: 32px;
  color: #002878;
  text-align: center;
  margin-bottom: 60px;
}
.styled-modal .col-lg-6:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #6c419b;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}
.styled-modal .col-lg-6:last-of-type:after {
  display: none;
}
.styled-modal p {
  font-family: "Medium";
  color: #525260;
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0px;
}
.winners_content {
  padding: 30px 0px;
}
.winners_content .col-lg-7 p{
  text-align: left;
}
.winners_content .col-lg-5 p{
  text-align: right;
}
.buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_one,
.tab_two {
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff;
  font-family: "Medium";
  color: #525260;
  font-size: 18px;
  padding: 10px 15px;
  outline: none !important;
}
.winners_line {
  border: 2px solid #fff;
  padding: 15px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.winners_tab_wrapper {
  position: relative;
  width: 100%;
}
.add_active {
  background: #ccc;
  color: #fff;
}
.show_tabs {
  display: block;
}
.hide_tabs {
  display: none;
}
#prize.styled-modal p {
  font-size: 23px;
}
.styled-modal ul {
  font-family: "Medium";
  font-size: 21px;
  color: #525260;
  padding-left: 42%;
}
.styled-modal li {
  margin-bottom: 10px;
}
.styled-modal .city {
  font-family: "Bold";
  font-size: 21px;
  color: #6c419b;
  margin-bottom: 20px;
}
.styled-modal img {
  width: 35%;
  display: block;
  margin: 30px auto;
}
#cookiebar {
  font-family: "Medium";
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #4b5958;
  position: fixed;
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.11);
  right: 0;
  bottom: 0;
  left: 0;
  background: #c2dad7;
  padding: 20px 40px;
  z-index: 100;
}
#cookiebar a {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  font-family: "Bold";
  color: #002878;
  padding: 5px 20px;
  margin: 10px 10px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cookiebar a:hover {
  background: #fff !important;
  color: #ed1c24;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar ul {
    padding: 0 80px 0 0;
  }
  .img_inner_wrapper {
    display: block;
  }
}
