@import url("font/font.css");
body {
  background-color: #023268;
  color: #fff;
  font: normal 0.73vw/normal "Montserrat", Arial, sans-serif;
  text-align: center;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Firefox */
  /* Firefox */
}
@media (min-width: 1920px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.82vw;
  }
}
body a {
  color: #fff;
}
body a:hover, body a:focus, body a:active {
  color: #fff;
}
body img {
  max-width: 100%;
}
body .text-underline {
  text-decoration: underline;
}
body .red-c {
  color: #EA0029;
}
@media (max-width: 768px) {
  body .d-none-768 {
    display: none !important;
  }
}
body .d-block-768 {
  display: none !important;
}
@media (max-width: 768px) {
  body .d-block-768 {
    display: block !important;
  }
}
body .btn {
  font: normal 1.56vw/normal "DJB-Play-Misty-for-Me", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 0.78vw;
  background-color: #EA0029;
  border: 1px solid #EA0029;
  color: #fff;
  padding: 0.52vw 0.78vw;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  min-width: 14.84vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #EA0029;
  border-color: #EA0029;
  color: #fff;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0);
}
@media (min-width: 1920px) {
  body .btn {
    border-radius: 15px;
    min-width: 285px;
    font-size: 30px;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 50.78vw;
    font-size: 3.65vw;
    padding: 1.3vw 5vw;
    border-radius: 3.26vw;
  }
}
body .header {
  width: 100%;
  height: 5.73vw;
  z-index: 10000;
  position: fixed;
  background: #004274;
  font: 600 0.94vw/normal "Montserrat", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1920px) {
  body .header {
    height: 110px;
    font-size: 18px;
  }
}
body .header .navbar {
  max-width: 68vw;
  margin: auto;
  min-height: 5.73vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 110px;
  }
}
body .header .navbar-collapse {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}
body .header .navbar .navbar-nav {
  padding: 0 0.5vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav {
    padding: 0 9px;
  }
}
body .header .navbar .navbar-nav .nav-item:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item:first-of-type {
    margin-left: 20px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.94vw;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  padding: 0.2vw 2vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 3.6px 38px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo {
  padding-top: 1.6vw;
  padding-bottom: 0.5vw;
  position: fixed;
  left: 1.6vw;
  top: 0;
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  max-width: 13.7vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    max-width: 263px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.2vw 0.5vw;
  min-width: 9vw;
  border-radius: 0.8vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 3.8px 9.6px;
    min-width: 173px;
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  body .header .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body .header {
    height: 14.32vw;
    background: #004274;
  }
  body .header .navbar-expand-md {
    min-height: 14.32vw;
    max-width: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    display: flex !important;
    background: #004274;
    border-left: 1px solid #004274;
    border-right: 1px solid #004274;
  }
  body .header .navbar-expand-md.show {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  body .header .navbar .collapse:not(.show) {
    display: none !important;
  }
  body .header .navbar .collapse.in {
    display: block !important;
  }
  body .header .navbar .navbar-nav {
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  body .header .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #fff;
    width: 40vw;
  }
  body .header .navbar .navbar-nav .nav-item:first-of-type, body .header .navbar .navbar-nav .nav-item:last-of-type {
    border-bottom: 0;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 4.2vw;
    padding: 3.5vw 0;
    color: #fff;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 1.95vw;
  }
  body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
    margin-left: 0 !important;
    margin-top: 15vw;
  }
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 0;
    margin-bottom: 3.5vw;
  }
  body .header .navbar .nav-link.logo {
    position: absolute;
    left: 4vw;
  }
  body .header .navbar .nav-link.logo .logo-img {
    width: 28vw;
    margin: 3vw 0;
  }
  body .header .navbar .box-button {
    position: absolute;
    right: 0;
  }
  body .header .navbar .box-button .navbar-toggler {
    padding: 4vw 8.2vw 1.25vw;
    background-color: transparent;
    border: 0px solid #EA0029;
    border-radius: 6.5vw;
    transform: scale(1);
    float: right;
    position: absolute;
    right: 0;
    display: block;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar {
    display: block;
    background-color: #EA0029;
    width: 8vw;
    height: 0.73vw;
    border-radius: 0px;
    box-shadow: 0 0 0px 0 #fff;
    transition: 0.8s;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--1 {
    transform: rotate(-45deg) translate(-2.5vw, 2.7vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--2 {
    opacity: 0;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--3 {
    transform: rotate(45deg) translate(-1.2vw, -1.2vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 1.93vw;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar {
    background-color: #EA0029;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--1 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--2 {
    opacity: 1;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--3 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }
}
@media (max-width: 768px) {
  body .header.show-menu {
    background: #004274;
  }
  body .header.show-menu .navbar-expand-md {
    background: #004274;
    border-left: 1px solid #004274;
    border-right: 1px solid #004274;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
}
body .footer {
  font-size: 0.94vw;
  font-family: "Montserrat", Arial, sans-serif;
  background-color: #004274;
  text-transform: uppercase;
  font-weight: 600;
}
body .footer .container {
  max-width: 69.79vw;
  padding-bottom: 0;
}
body .footer .container .row {
  margin: 1.56vw auto;
  text-align: center;
}
@media (max-width: 768px) {
  body .footer .container .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body .footer {
    font-size: 18px;
  }
  body .footer .container {
    max-width: 1340px;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 3.13vw;
  }
  body .footer .container {
    max-width: 84vw;
  }
  body .footer .container .nav-link {
    padding: 3vw 0;
  }
}
body .container {
  padding: 0;
  max-width: 100%;
}
body .container .title {
  position: relative;
  font: normal 2.08vw/normal "DJB-Play-Misty-for-Me", Arial, sans-serif;
  color: #fff;
  margin: 0.8vw auto;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .container .title {
    max-width: 1340px;
    margin: 15px auto;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 5.21vw;
    margin: 1.6vw auto;
  }
}
body .container .subtitle {
  font: normal 0.83vw/normal "DJB-Play-Misty-for-Me", Arial, sans-serif;
  margin: 0 auto 2vw;
  color: #fff;
}
@media (min-width: 1920px) {
  body .container .subtitle {
    margin: 0 auto 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    margin: 0 auto 3.6vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
body .container-plug {
  background: url(img/Favita-2026-zaslepka-d.jpg) no-repeat center top;
  background-size: 100%;
  width: 100vw;
  height: 58.28vw;
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  /*.btn-plug {
      position: absolute;
      margin-top: 54.5vw;
      display: block;
      font-size: 1.1vw;
      color: #fff;
  }*/
}
@media (max-width: 768px) {
  body .container-plug {
    background: url(img/Favita-2026-zaslepka-m.jpg) no-repeat center top;
    background-size: 100%;
    height: 155.47vw;
    /*.btn-plug {
        margin-top: 181.5vw;
        font-size: 3.1vw;
    }*/
  }
}
body .container-home .img-desktop {
  /*-webkit-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);*/
}
@media (min-width: 1920px) {
  body .container-home .img-desktop {
    width: 100%;
  }
}
body .container-home .btn {
  position: absolute;
  margin-top: -11.98vw;
  left: calc((100% - 14.84vw) / 2);
}
@media (min-width: 1920px) {
  body .container-home .btn {
    margin-top: -230px;
    left: calc((100% - 285px) / 2);
  }
}
@media (max-width: 768px) {
  body .container-home .btn {
    position: relative;
    margin-top: -12.29vw;
    left: initial;
  }
}
body .container-rules {
  background-color: #023268;
  /*padding-top: 3vw;*/
}
body .container-rules .img-desktop {
  /*margin: 6vw auto 2vw -1vw;*/
  width: 100%;
}
@media (min-width: 1920px) {
  body .container-rules .img-desktop {
    /*max-width: 100%;*/
  }
}
@media (max-width: 768px) {
  body .container-rules .img-desktop {
    /*margin: 1vw auto 2vw;*/
    /* max-width: 83.33vw;*/
  }
}
@media (max-width: 768px) {
  body .container-rules {
    /*margin-top: 15vw;*/
  }
}
body .container-rules .box-btn {
  position: relative;
  margin-top: -14vw;
}
@media (max-width: 768px) {
  body .container-rules .box-btn {
    margin-top: -35vw;
  }
}
body .container-rules .box-btn .btn {
  position: relative;
}
body .container-rules .box-btn .btn-transparent {
  position: absolute;
  text-indent: -10000px;
  background-color: transparent;
  border-color: transparent;
  top: -10.5vw;
}
@media (min-width: 1920px) {
  body .container-rules .box-btn .btn-transparent {
    top: -200px;
  }
}
@media (max-width: 768px) {
  body .container-rules .box-btn .btn-transparent {
    top: -74.5vw;
    left: 32vw;
  }
}
body .container-rules .box-btn .btn-transparent:hover, body .container-rules .box-btn .btn-transparent:focus, body .container-rules .box-btn .btn-transparent:active, body .container-rules .box-btn .btn-transparent:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
}
body .container-rules .text-bottom {
  margin: 2vw auto;
  font-size: 0.83vw;
}
@media (min-width: 1920px) {
  body .container-rules .text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-rules .text-bottom {
    font-size: 2.39vw;
    margin: 5vw auto;
  }
}
body .container-awards .img-desktop {
  /*margin-top: -19vw;*/
}
@media (min-width: 1920px) {
  body .container-awards .img-desktop {
    /*margin-top: -365px;*/
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .container-awards .img-desktop {
    /*margin-top: -9vw;*/
  }
}
body .container-register {
  background: url(img/take-part-d.jpg) no-repeat center top;
  background-size: 100%;
  width: 100vw;
  height: 53vw;
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.5);
  padding-top: 4vw;
  position: relative;
  overflow-x: hidden;
}
body .container-register:after {
  content: "";
  position: absolute;
  background-image: url(img/take-part-after-d.png);
  background-size: 100%;
  width: 96.88vw;
  height: 20.31vw;
  top: 26.35vw;
  right: 0;
  z-index: 5;
}
@media (max-width: 768px) {
  body .container-register:after {
    display: none;
  }
}
body .container-register .title, body .container-register .subtitle {
  color: #023268;
}
@media (max-width: 768px) {
  body .container-register {
    background: url(img/take-part-m.jpg) no-repeat center top;
    background-size: 100%;
    height: 159.51vw;
    -webkit-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
  }
}
body .container-register #register-form, body .container-register #laureate-form {
  max-width: 40.1vw;
  margin: 2vw auto 0;
  text-align: left;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  body .container-register #register-form, body .container-register #laureate-form {
    max-width: 80vw;
  }
}
body .container-register #register-form .control-label, body .container-register #laureate-form .control-label {
  font-size: 0.84vw;
  font-weight: normal;
}
@media (min-width: 1920px) {
  body .container-register #register-form .control-label, body .container-register #laureate-form .control-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .control-label, body .container-register #laureate-form .control-label {
    font-size: 2.09vw;
  }
}
body .container-register #register-form .field-registerform-agree,
body .container-register #register-form .field-registerform-agreedata,
body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree,
body .container-register #laureate-form .field-registerform-agreedata,
body .container-register #laureate-form .field-laureateform-agree {
  color: #023268;
  font-size: 0.63vw;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree,
  body .container-register #register-form .field-registerform-agreedata,
  body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree,
  body .container-register #laureate-form .field-registerform-agreedata,
  body .container-register #laureate-form .field-laureateform-agree {
    font-size: 2.17vw;
  }
}
body .container-register #register-form .field-registerform-agree a,
body .container-register #register-form .field-registerform-agreedata a,
body .container-register #register-form .field-laureateform-agree a, body .container-register #laureate-form .field-registerform-agree a,
body .container-register #laureate-form .field-registerform-agreedata a,
body .container-register #laureate-form .field-laureateform-agree a {
  color: #023268;
}
body .container-register #register-form .field-registerform-agree a:hover, body .container-register #register-form .field-registerform-agree a:focus, body .container-register #register-form .field-registerform-agree a:active,
body .container-register #register-form .field-registerform-agreedata a:hover,
body .container-register #register-form .field-registerform-agreedata a:focus,
body .container-register #register-form .field-registerform-agreedata a:active,
body .container-register #register-form .field-laureateform-agree a:hover,
body .container-register #register-form .field-laureateform-agree a:focus,
body .container-register #register-form .field-laureateform-agree a:active, body .container-register #laureate-form .field-registerform-agree a:hover, body .container-register #laureate-form .field-registerform-agree a:focus, body .container-register #laureate-form .field-registerform-agree a:active,
body .container-register #laureate-form .field-registerform-agreedata a:hover,
body .container-register #laureate-form .field-registerform-agreedata a:focus,
body .container-register #laureate-form .field-registerform-agreedata a:active,
body .container-register #laureate-form .field-laureateform-agree a:hover,
body .container-register #laureate-form .field-laureateform-agree a:focus,
body .container-register #laureate-form .field-laureateform-agree a:active {
  color: #023268;
}
body .container-register #register-form .field-registerform-agree label,
body .container-register #register-form .field-registerform-agreedata label,
body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
body .container-register #laureate-form .field-registerform-agreedata label,
body .container-register #laureate-form .field-laureateform-agree label {
  font-weight: 500;
  position: relative;
  left: 1.6vw;
  cursor: pointer;
  margin: 0.5rem 0;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree label,
  body .container-register #register-form .field-registerform-agreedata label,
  body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
  body .container-register #laureate-form .field-registerform-agreedata label,
  body .container-register #laureate-form .field-laureateform-agree label {
    left: 30px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree label,
  body .container-register #register-form .field-registerform-agreedata label,
  body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label,
  body .container-register #laureate-form .field-registerform-agreedata label,
  body .container-register #laureate-form .field-laureateform-agree label {
    left: 5.2vw;
    max-width: 95%;
  }
}
body .container-register #register-form .field-registerform-agree input,
body .container-register #register-form .field-registerform-agreedata input,
body .container-register #register-form .field-laureateform-agree input, body .container-register #laureate-form .field-registerform-agree input,
body .container-register #laureate-form .field-registerform-agreedata input,
body .container-register #laureate-form .field-laureateform-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register #register-form .field-registerform-agree .checkmark,
body .container-register #register-form .field-registerform-agreedata .checkmark,
body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
body .container-register #laureate-form .field-registerform-agreedata .checkmark,
body .container-register #laureate-form .field-laureateform-agree .checkmark {
  position: absolute;
  top: -2px;
  left: -1.6vw;
  width: 1.1vw;
  height: 1.1vw;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree .checkmark,
  body .container-register #register-form .field-registerform-agreedata .checkmark,
  body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
  body .container-register #laureate-form .field-registerform-agreedata .checkmark,
  body .container-register #laureate-form .field-laureateform-agree .checkmark {
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree .checkmark,
  body .container-register #register-form .field-registerform-agreedata .checkmark,
  body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark,
  body .container-register #laureate-form .field-registerform-agreedata .checkmark,
  body .container-register #laureate-form .field-laureateform-agree .checkmark {
    top: 0;
    left: -5.2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
body .container-register #register-form .field-registerform-agree .checkmark:after,
body .container-register #register-form .field-registerform-agreedata .checkmark:after,
body .container-register #register-form .field-laureateform-agree .checkmark:after, body .container-register #laureate-form .field-registerform-agree .checkmark:after,
body .container-register #laureate-form .field-registerform-agreedata .checkmark:after,
body .container-register #laureate-form .field-laureateform-agree .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark,
body .container-register #register-form .field-registerform-agreedata input:checked ~ .checkmark,
body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark,
body .container-register #laureate-form .field-registerform-agreedata input:checked ~ .checkmark,
body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark {
  background-color: #35c0f9;
  border: 1px solid #35c0f9;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
body .container-register #register-form .field-registerform-agreedata input:checked ~ .checkmark:after,
body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
body .container-register #laureate-form .field-registerform-agreedata input:checked ~ .checkmark:after,
body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.31vw;
  top: 0.1vw;
  width: 0.4vw;
  height: 0.7vw;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
  body .container-register #register-form .field-registerform-agreedata input:checked ~ .checkmark:after,
  body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
  body .container-register #laureate-form .field-registerform-agreedata input:checked ~ .checkmark:after,
  body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after,
  body .container-register #register-form .field-registerform-agreedata input:checked ~ .checkmark:after,
  body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after,
  body .container-register #laureate-form .field-registerform-agreedata input:checked ~ .checkmark:after,
  body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
    left: 1.2vw;
    top: 0.4vw;
    width: 1vw;
    height: 2.2vw;
  }
}
body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
  margin: 2vw auto;
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
    margin: 5vw auto;
  }
}
body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
  color: #023268;
  font-size: 0.73vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 0.52vw;
  text-align: left;
  height: calc(2.76vw + 2px);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0.375rem 1.5rem;
}
body .container-register #register-form .form-control[readonly], body .container-register #laureate-form .form-control[readonly] {
  background-color: #fff;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
    font-size: 14px;
    border-radius: 10px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
    font-size: 2.17vw;
    height: calc(7.6vw + 2px);
    border-radius: 1.52vw;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}
body .container-register #register-form .form-control::placeholder, body .container-register #laureate-form .form-control::placeholder {
  color: #023268;
  opacity: 1;
}
body .container-register #register-form .form-control:focus, body .container-register #laureate-form .form-control:focus {
  color: #023268;
  outline: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  body .container-register #register-form .col-md-6, body .container-register #laureate-form .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .container-register #register-form .field-registerform-agree, body .container-register #laureate-form .field-registerform-agree {
  margin-top: 0.5vw;
}
body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
  margin-top: 0.5vw;
  color: #023268;
  font-size: 0.63vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-height: 107px;
  overflow-y: auto;
}
body .container-register #register-form .text-bottom a, body .container-register #laureate-form .text-bottom a {
  color: #023268;
}
@media (min-width: 1920px) {
  body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
    font-size: 2.17vw;
    max-height: 20.83vw;
  }
}
body .container-register #register-form .text-bottom .more-text, body .container-register #laureate-form .text-bottom .more-text {
  cursor: pointer;
}
body .container-register #register-form .text-bottom .collapse.in, body .container-register #laureate-form .text-bottom .collapse.in {
  display: block !important;
}
body .container-register .pop-up-draw .section-draw {
  position: relative;
}
body .container-register .pop-up-draw .section-draw .foto {
  transform: none;
  width: 39.06vw;
  margin-left: 0.8vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto {
    width: 750px;
  }
}
body .container-register .pop-up-draw .section-draw .foto-draw {
  margin-top: -6.25vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto-draw {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto-draw {
    width: 100vw;
  }
}
body .container-register .pop-up-draw .section-draw .foto.award-draw {
  position: relative;
  cursor: pointer;
  width: 28.65vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto.award-draw {
    width: 550px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto.award-draw {
    width: 55vw;
  }
}
@keyframes Photo01Hover {
  0% {
    transform: rotate(-10deg) scale(1);
  }
  100% {
    transform: rotate(-10deg) scale(1.2);
  }
}
@-webkit-keyframes Photo01Hover {
  0% {
    transform: rotate(-10deg) scale(1);
  }
  100% {
    transform: rotate(-10deg) scale(1.2);
  }
}
@keyframes Photo02Hover {
  0% {
    transform: rotate(10deg) scale(1);
  }
  100% {
    transform: rotate(10deg) scale(1.2);
  }
}
@-webkit-keyframes Photo02Hover {
  0% {
    transform: rotate(10deg) scale(1);
  }
  100% {
    transform: rotate(10deg) scale(1.2);
  }
}
@keyframes Photo03Hover {
  0% {
    transform: rotate(-7deg) scale(1);
  }
  100% {
    transform: rotate(-7deg) scale(1.2);
  }
}
@-webkit-keyframes Photo03Hover {
  0% {
    transform: rotate(-7deg) scale(1);
  }
  100% {
    transform: rotate(-7deg) scale(1.2);
  }
}
@keyframes Photo04Hover {
  0% {
    transform: rotate(7deg) scale(1);
  }
  100% {
    transform: rotate(7deg) scale(1.2);
  }
}
@-webkit-keyframes Photo04Hover {
  0% {
    transform: rotate(7deg) scale(1);
  }
  100% {
    transform: rotate(7deg) scale(1.2);
  }
}
body .container-register .pop-up-draw .section-draw .foto-01 {
  margin-left: 3.65vw;
  margin-top: -3.13vw;
  transform: rotate(-10deg);
}
body .container-register .pop-up-draw .section-draw .foto-01:hover {
  margin-top: -3.13vw;
  z-index: 25;
  -webkit-animation: Photo01Hover 0.3s linear 0s forwards;
  animation: Photo01Hover 0.3s linear 0s forwards;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto-01 {
    margin-left: 70px;
    margin-top: -60px;
  }
  body .container-register .pop-up-draw .section-draw .foto-01:hover {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto-01 {
    margin-left: 0;
  }
}
body .container-register .pop-up-draw .section-draw .foto-02 {
  margin-left: -9.9vw;
  z-index: 15;
  transform: rotate(10deg);
}
body .container-register .pop-up-draw .section-draw .foto-02:hover {
  /*margin-top: -3.13vw;*/
  -webkit-animation: Photo02Hover 0.3s linear 0s forwards;
  animation: Photo02Hover 0.3s linear 0s forwards;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto-02 {
    margin-left: -190px;
  }
  body .container-register .pop-up-draw .section-draw .foto-02:hover {
    /*margin-top: -60px;*/
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto-02 {
    margin-left: -22vw;
  }
}
body .container-register .pop-up-draw .section-draw .foto-03 {
  margin-left: -9.9vw;
  margin-top: -2.6vw;
  z-index: 10;
  transform: rotate(-7deg);
}
body .container-register .pop-up-draw .section-draw .foto-03:hover {
  /*margin-top: -3.13vw;*/
  z-index: 15;
  -webkit-animation: Photo03Hover 0.3s linear 0s forwards;
  animation: Photo03Hover 0.3s linear 0s forwards;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto-03 {
    margin-left: -190px;
    margin-top: -50px;
  }
  body .container-register .pop-up-draw .section-draw .foto-03:hover {
    /*margin-top: -60px;*/
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto-03 {
    margin-left: -2vw;
    margin-top: -17vw;
  }
}
body .container-register .pop-up-draw .section-draw .foto-04 {
  margin-left: -9.38vw;
  z-index: 5;
  transform: rotate(7deg);
}
body .container-register .pop-up-draw .section-draw .foto-04:hover {
  /*margin-top: -3.13vw;*/
  z-index: 15;
  -webkit-animation: Photo04Hover 0.3s linear 0s forwards;
  animation: Photo04Hover 0.3s linear 0s forwards;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .foto-04 {
    margin-left: -180px;
  }
  body .container-register .pop-up-draw .section-draw .foto-04:hover {
    /*margin-top: -60px;*/
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .foto-04 {
    margin-left: -20vw;
    margin-top: -12vw;
  }
}
body .container-register .pop-up-draw .section-draw .text-bottom {
  color: #004274;
  font: normal 0.83vw/1.41vw "DJB-Play-Misty-for-Me", Arial, sans-serif;
  margin-top: -10.63vw;
}
body .container-register .pop-up-draw .section-draw .text-bottom.text-win-big {
  font-size: 1.15vw;
  margin-top: -10.16vw;
}
body .container-register .pop-up-draw .section-draw .text-bottom.text-win {
  margin-top: 3.13vw;
  line-height: 1.82vw;
}
@media (min-width: 1920px) {
  body .container-register .pop-up-draw .section-draw .text-bottom {
    font-size: 16px;
    line-height: 27px;
    margin-top: -204px;
  }
  body .container-register .pop-up-draw .section-draw .text-bottom.text-win-big {
    font-size: 22px;
    margin-top: -195px;
  }
  body .container-register .pop-up-draw .section-draw .text-bottom.text-win {
    margin-top: 60px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  body .container-register .pop-up-draw .section-draw .text-bottom {
    font-size: 2.1vw;
    line-height: 4vw;
    margin-top: -27.63vw;
  }
  body .container-register .pop-up-draw .section-draw .text-bottom.text-win-big {
    font-size: 2.86vw;
    margin-top: -25.39vw;
    line-height: 3.52vw;
  }
  body .container-register .pop-up-draw .section-draw .text-bottom.text-win {
    margin-top: 7.81vw;
    line-height: 4.56vw;
  }
}
body .container-register .btn-close {
  font-family: "Montserrat", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 5vw;
  color: #004274;
}
@media (max-width: 768px) {
  body .container-register .btn-close {
    font-size: 10vw;
    right: 2.7vw;
    top: 6vw;
  }
}
body .container-register .btn-close:hover, body .container-register .btn-close:focus {
  text-decoration: none;
}
body .container-register.no-bg-after:after {
  display: none;
}
body .container-laureate {
  padding-top: 5vw;
  background-color: #004274;
}
@media (max-width: 768px) {
  body .container-laureate {
    margin-top: 0;
  }
}
body .container-laureate .subtitle {
  font-size: 1.15vw;
}
@media (min-width: 1920px) {
  body .container-laureate .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .subtitle {
    font-size: 3.43vw;
    line-height: 7vw;
  }
}
body .container-laureate .table-box {
  margin-bottom: 2vw;
  overflow-y: auto;
  max-height: 525px;
  max-width: 30vw;
}
@media (min-width: 1920px) {
  body .container-laureate .table-box {
    margin-bottom: 40px;
    max-width: 575px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .table-box {
    margin-bottom: 3.6vw;
    max-width: 75vw;
    max-height: 67.06vw;
  }
}
body .container-laureate .table-box table {
  border-collapse: separate;
  border-spacing: 0.52vw;
  width: 100%;
}
body .container-laureate .table-box table tr th {
  background-color: #EA0029;
}
body .container-laureate .table-box table tr td {
  background-color: #fff;
  color: #023268;
}
body .container-laureate .table-box table tr th, body .container-laureate .table-box table tr td {
  padding: 0.78vw;
  border-radius: 0.42vw;
  font-weight: 500;
}
@media (min-width: 1920px) {
  body .container-laureate .table-box table {
    border-spacing: 10px;
  }
  body .container-laureate .table-box table tr th, body .container-laureate .table-box table tr td {
    padding: 15px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .table-box table {
    border-spacing: 1.3vw;
  }
  body .container-laureate .table-box table tr th, body .container-laureate .table-box table tr td {
    padding: 1.95vw;
    border-radius: 1.04vw;
  }
}
body .container-contact {
  background: #35c0f9 url(img/contact-d.jpg) no-repeat center top;
  background-size: 100%;
  width: 100vw;
  min-height: 34.01vw;
}
@media (min-width: 1920px) {
  body .container-contact {
    min-height: 653px;
  }
}
@media (max-width: 768px) {
  body .container-contact {
    background: #35c0f9 url(img/contact-m.jpg) no-repeat center top;
    background-size: 100%;
    min-height: 85.03vw;
  }
}
body .container-contact .title {
  color: #fff;
  margin: 10vw auto 1vw;
}
@media (max-width: 768px) {
  body .container-contact .title {
    margin: 16vw auto 14vw;
  }
}
body .container-contact .subtitle {
  color: #fff;
  font-size: 1.15vw;
}
@media (min-width: 1920px) {
  body .container-contact .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body .container-contact .subtitle {
    font-size: 3.43vw;
    line-height: 7vw;
  }
}
body .container-contact a {
  color: #023268;
}
body .container-contact a:hover, body .container-contact a:focus, body .container-contact a:active {
  color: #023268;
}
body .header-laureate {
  background: transparent;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0);
  position: relative;
}
body .header-laureate .navbar .nav-link {
  padding: 2vw;
}
body .header-laureate .navbar .nav-link.logo .logo-img {
  max-width: 13.7vw;
}
@media (max-width: 768px) {
  body .header-laureate .navbar-expand-md {
    background: transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  body .header-laureate .navbar .nav-link {
    padding: 0.5rem 1rem;
  }
  body .header-laureate .navbar .nav-link.logo {
    left: 34vw;
  }
  body .header-laureate .navbar .nav-link.logo .logo-img {
    margin: 2vw 0 3vw;
    max-width: 100%;
  }
}
body #laureat {
  background: none;
  background-size: 100%;
  width: 100vw;
  height: initial;
  min-height: 45vw;
  max-width: 100%;
  -webkit-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
  box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0);
  padding-top: 0;
  position: relative;
  overflow-x: hidden;
}
body #laureat:after {
  background: none;
  height: initial !important;
  display: none;
}
body #laureat:before {
  height: initial !important;
  display: none;
}
@media (max-width: 768px) {
  body #laureat {
    min-height: 84vw;
  }
}
body #laureat .title, body #laureat .subtitle {
  color: #fff;
}
body #laureat #laureate-form .field-laureateform-agree {
  color: #fff;
}
body #laureat #laureate-form .field-laureateform-agree input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #fff;
}
body #laureat #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
  border-color: #004274;
}
body #laureat #laureate-form .field-laureateform-agree a {
  color: #fff;
}
body #laureat #laureate-form .field-laureateform-documentfile {
  text-align: center;
}
body #laureat #laureate-form .field-laureateform-documentfile .btn-default {
  display: none;
}
body #laureat #laureate-form .field-laureateform-documentfile .btn-file {
  margin: 2vw auto 0;
}
@media (max-width: 768px) {
  body #laureat #laureate-form .field-laureateform-documentfile .btn-file {
    margin: 5vw auto 0;
    max-width: 80.78vw;
    font-size: 2.5vw;
    padding: 2vw 5vw 2.4vw;
  }
}
@media (max-width: 767px) {
  body #laureat #laureate-form .field-laureateform-documentfile .btn-file .hidden-xs {
    display: block !important;
  }
}
body #laureat .pop-up {
  position: relative;
  top: 2vw;
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  body #laureat .pop-up {
    width: 90%;
  }
}
body #laureat .pop-up .btn-close {
  font-family: "Montserrat", Arial, sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 5vw;
  color: #fff;
}
@media (max-width: 768px) {
  body #laureat .pop-up .btn-close {
    font-size: 10vw;
    right: 2.7vw;
    top: 6vw;
  }
}
body #laureat .pop-up .btn-close:hover, body #laureat .pop-up .btn-close:focus {
  text-decoration: none;
}
body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
  color: #EA0029 !important;
  font-size: 0.78vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    font-size: 2.17vw;
  }
}
body .has-error .form-control {
  border-color: #EA0029 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 0.78vw;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2.17vw;
  }
}
body #laureate-form .help-block, body #laureate-form .has-error .control-label, body #laureate-form .has-error .radio, body #laureate-form .has-error .checkbox, body #laureate-form .has-error .radio-inline, body #laureate-form .has-error .checkbox-inline, body #laureate-form .has-error.radio label, body #laureate-form .has-error.checkbox label, body #laureate-form .has-error.radio-inline label, body #laureate-form .has-error.checkbox-inline label {
  color: #ff0000 !important;
  font-weight: 600 !important;
}
body #laureate-form .has-error .form-control {
  border: 1px solid #ff0000 !important;
}
body ::-webkit-scrollbar {
  width: 5px;
}
body ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
  scrollbar-width: thin;
}
body ::-webkit-scrollbar-thumb {
  background: #EA0029;
  border-radius: 7px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #EA0029;
}
@-moz-document url-prefix() {
  body #register-form .text-bottom, body #laureaci .table-box {
    --scrollbar-track: #D9D9D9;
    --scrollbar-thumb: #EA0029;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    scrollbar-width: thin;
  }
}

.select2-container--krajee-bs3 .select2-selection {
  /*height: calc(1.5em + .75rem + 2px) !important;*/
  line-height: 1.5 !important;
  text-align: left !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.73vw !important;
  color: #004274 !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
  background-color: #fff;
  padding: 0.375rem 1.5rem !important;
  border: 0px solid #000 !important;
  border-radius: 0.52vw !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection {
    font-size: 4.427vw !important;
    line-height: 37px !important;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--single {
  height: calc(2.76vw + 2px) !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single {
    height: calc(7.6vw + 2px) !important;
    border-radius: 1.52vw !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
  color: #004274 !important;
  opacity: 1;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
  color: #004274 !important;
  min-height: calc(2.76vw + 2px) !important;
  padding: 0.7vw 0 !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    font-size: 2.17vw;
    line-height: 5.5vw !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  border-left: 0px solid #000 !important;
  width: 1.083vw !important;
  height: 1.083vw !important;
  top: 0.9vw !important;
  right: 0.5vw !important;
  background-color: #D9D9D9 !important;
  border-radius: 4px !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    top: 2.5vw !important;
    width: 3.208vw !important;
    height: 3.208vw !important;
    right: 1.5vw !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
  border-color: #004274 transparent transparent transparent !important;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
  top: 0.7vw !important;
  opacity: 1 !important;
  right: 2.083vw !important;
  font-size: 0.83vw !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    right: 5.208vw !important;
    top: 2vw !important;
    font-size: 2.08vw !important;
  }
}
.select2-container--krajee-bs3.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #004274 transparent !important;
}

/*# sourceMappingURL=site.css.map */
