/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: ProximaNova-Regular;
  font-size: 1rem;
}

::-moz-selection {
  background-color: #ff6930;
}

::selection {
  background-color: #ff6930;
}

input[type='submit']:disabled {
  opacity: .5;
}

button[type='submit']:disabled {
  opacity: .5;
}

.container {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.col-12, .col-3, .col-4, .col-6, .col-8, .col-9 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.row {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

sup {
  font-size: 60%;
  line-height: 0;
  right: -1px;
}

strong {
  font-family: ProximaNova-Bold;
}

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

.show {
  opacity: 1;
  visibility: visible;
}

.smaller {
  font-size: 1rem;
}

@media (min-width: 1540px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1860px) {
  .container {
    max-width: 1820px;
  }
}

#cookie, #privacy, #cookie_m, #privacy_m, #cookie_menu, #privacy_menu {
  color: #ffffff;
  cursor: pointer;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 99999;
  background: url(./../images/korsuva-site-background.jpeg);
  background-size: cover;
}

#menu .part {
  width: 50%;
}

#menu .part.image {
  background-image: url("./../images/menu_image.png");
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  #menu {
    width: 100%;
  }
}

#menu .container {
  padding: 15% !important;
}

#menu .container .title {
  text-transform: uppercase;
  font-size: 5rem;
  font-family: Veneer;
}

@media only screen and (max-width: 800px) {
  #menu .container .title {
    font-size: 40px;
  }
  #menu .container .button {
    padding: 2px 6px;
  }
}

@media only screen and (max-width: 800px) {
  #menu .container {
    padding-top: 15%;
    padding-bottom: 5%;
  }
  #menu .part.image {
    height: 100%;
  }
}

#menu #menu
.button {
  font-family: Veneer;
  padding: 2px 10px;
  font-size: 2rem !important;
  font-style: italic;
}

#menu #menu
.button p {
  font-family: Veneer;
}

#menu .part p {
  font-family: Veneer;
  font-size: 2.6rem;
}

#cookie_page, #privacy_page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 99999;
  background: url(./../images/korsuva-site-background.jpeg);
  background-size: cover;
}

#cookie_page .part, #privacy_page .part {
  width: 50%;
}

#cookie_page .part.image, #privacy_page .part.image {
  background-image: url("./../images/menu_image.png");
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  #cookie_page, #privacy_page {
    width: 100%;
  }
}

#cookie_page .container, #privacy_page .container {
  padding: 5%;
}

#cookie_page .container .title, #privacy_page .container .title {
  text-transform: uppercase;
  font-size: 5rem;
  font-family: Veneer;
}

@media only screen and (max-width: 800px) {
  #cookie_page .container .title, #privacy_page .container .title {
    font-size: 40px;
  }
  #cookie_page .container .button, #privacy_page .container .button {
    padding: 2px 6px;
  }
}

@media only screen and (max-width: 800px) {
  #cookie_page .container, #privacy_page .container {
    padding-top: 15%;
    padding-bottom: 5%;
  }
  #cookie_page .part.image, #privacy_page .part.image {
    height: 100%;
  }
}

#cookie_page #menu
.button, #privacy_page #menu
.button {
  font-family: Veneer;
  padding: 2px 10px;
  font-size: 2rem !important;
  font-style: italic;
}

#cookie_page #menu
.button p, #privacy_page #menu
.button p {
  font-family: Veneer;
}

#cookie_page .part p, #privacy_page .part p {
  font-family: Veneer;
  font-size: 2.6rem;
}

@media only screen and (max-width: 800px) {
  #menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu .part {
    width: 100%;
  }
  #menu .part p {
    font-family: Veneer;
    font-size: 21px;
  }
}

button {
  cursor: pointer;
  outline: none;
}

.orange {
  color: #ff6930;
}

.white {
  color: #ffffff;
}

.dark {
  color: #3c3c3b !important;
}

.orange_background {
  background: #ff6930;
  color: #3c3c3b;
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
}

.button.orange_background:hover {
  background: #e05d2b;
}

.white_background {
  background: #ffffff;
  color: #3c3c3b;
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
}

.white_background:hover {
  background: #f1f1f1;
}

.d_mobile {
  display: none;
}

.d_desktop {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  .d_mobile {
    display: block !important;
  }
  .d_desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 800px) {
  .d_mobile_800 {
    display: block !important;
  }
  .d_desktop_800 {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) {
  .d_mobile_800 {
    display: none !important;
  }
  .d_desktop_800 {
    display: block !important;
  }
}

/* spacing */
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 4.5rem;
}

.mt-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-10 {
  margin-bottom: 1.6rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .text-m-left {
    text-align: left !important;
  }
  .text-m-right {
    text-align: right !important;
  }
  .text-m-center {
    text-align: center !important;
  }
}

/* END of spacing */
/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 600px) {
  .space-m-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

/* END of flex */
.menu {
  position: absolute;
  top: 3%;
  right: 2%;
  color: #3c3c3b;
  width: 300px;
  z-index: 9999;
  font-size: 0.9rem;
}

.menu a {
  text-decoration: underline;
  color: #ffffff;
  padding-top: 3px;
}

.menu #home {
  cursor: pointer;
}

.menu .home.dark {
  background: url("./../images/icon-home-grey.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.menu .home {
  background: url("./../images/icon-home-white.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.menu .home-menu {
  background: url("./../images/icon-home-white.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.menu .hamburger.dark {
  background: url("./../images/icon-menu-grey.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.menu .hamburger {
  background: url("./../images/icon-menu-white.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.menu .menu-close {
  background: url("./../images/menu_close.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.menu .menu-close.dark {
  background: url("./../images/menu-close-dark.png");
  background-size: 30px;
}

.menu #hamburger {
  cursor: pointer;
}

.menu_m {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3c3c3b;
  width: 100px;
  z-index: 9999;
}

.menu_m a {
  text-decoration: underline;
  color: #ffffff;
  padding-top: 5px;
  font-size: 12px;
}

.menu_m .home.dark {
  background: url("./../images/icon-home-grey.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.menu_m .home {
  background: url("./../images/icon-home-white.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.menu_m .home_menu {
  background: url("./../images/icon-home-grey.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu_m .hamburger.dark {
  background: url("./../images/icon-menu-grey.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.menu_m .hamburger {
  background: url("./../images/icon-menu-white.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.menu_m .menu-close {
  background: url("./../images/menu_close.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu_m .menu-close.dark {
  background: url("./../images/menu-close-dark.png");
  background-size: 30px;
}

/* slide 1 */
.korsuva--slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}

.korsuva--slide-1 {
  background: url(./../images/bg1.jpg);
  background-size: cover;
}

.korsuva--slide-1 footer {
  min-height: 0;
}

@media only screen and (max-width: 600px) {
  .korsuva--slide-1 {
    background: #000000;
  }
}

.korsuva--slide-14 {
  background: url(./../images/bg14.jpg);
  background-size: cover;
}

.korsuva--slide-14 footer {
  min-height: 0;
}

@media only screen and (max-width: 600px) {
  .korsuva--slide-14 {
    background: #000000;
  }
}

header {
  padding: 2% 4% 5%;
}

.vifor_fresenius {
  width: 427px;
}

.vifor_logo {
  width: 174px;
  padding-left: 40px;
  padding-top: 20px;
}

@media only screen and (max-width: 600px) {
  .vifor_fresenius {
    width: 40%;
  }
  .vifor_logo {
    width: 30%;
    padding-top: 4px;
  }
}

.middle {
  padding: 2% 4%;
  height: calc(100vh - 270px);
}

@media only screen and (max-width: 1024px) {
  .middle {
    height: auto;
  }
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 128px;
  padding: 2% 4%;
}

footer p {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  width: 100%;
  line-height: 120%;
}

@media only screen and (max-width: 600px) {
  footer p {
    width: 100% !important;
    line-height: 1.2;
  }
}

.mobile-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 128px;
  padding: 2% 4%;
}

.mobile-footer p {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  width: 100%;
  line-height: 120%;
}

@media only screen and (max-width: 600px) {
  .mobile-footer p {
    width: 100% !important;
    line-height: 1.2;
    font-size: 12px;
    width: 170px;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    padding: 6% 6%;
  }
  footer p {
    font-size: 12px;
    width: 170px;
  }
}

.korsuva1-text {
  width: 700px;
  margin-bottom: 50px;
  max-width: 100%;
}

.korsuva1_buttons {
  width: 660px;
  max-width: 100%;
}

.button {
  padding: 1rem 2rem;
  font-family: ProximaNova-Bold;
  font-size: 1.4rem;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.3 ease;
  transition: 0.3 ease;
}

.button div {
  padding-right: 20px;
}

.button p {
  line-height: 100%;
}

@media only screen and (max-width: 1920px) {
  .button {
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem !important;
  }
}

@media only screen and (max-width: 1440px) {
  .middle {
    height: calc(100vh - 210px);
  }
  .korsuva1-text {
    width: 500px;
    margin-bottom: 30px;
  }
  .korsuva1_buttons {
    text-align: right;
    width: 450px;
  }
  .button {
    padding: 0.8rem 1.6rem;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .middle {
    height: calc(100vh - 210px);
  }
  .korsuva1-text {
    width: 500px;
    margin-bottom: 30px;
  }
  .korsuva1_buttons {
    text-align: right;
    width: 450px;
  }
  .button {
    padding: 0.8rem 1.6rem;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 12% 6% 6%;
  }
  .middle {
    height: calc(100vh - 470px);
  }
  .korsuva1-text {
    width: 90%;
    margin-bottom: 0;
  }
  .korsuva1_buttons {
    width: 100%;
    margin-top: 30px;
  }
  .button {
    padding: 8px 6px;
    font-size: 14px;
  }
  .button p {
    font-size: 12px;
    line-height: 15px;
  }
}

/* END of slide 1 */
/* slide 5 */
.korsuva_slide_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(./../images/korsuva-site-background.jpeg);
  background-repeat: repeat;
}

.korsuva_slide_main .title {
  text-transform: uppercase;
  font-size: 5.5rem;
  line-height: 100%;
  font-family: Veneer;
}

@media only screen and (max-width: 1440px) {
  .korsuva_slide_main .title {
    font-size: 4rem;
  }
}

.korsuva_slide_main .middle {
  padding: 0;
  height: calc(100vh - 420px);
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .middle {
    height: auto;
  }
}

.korsuva_slide_main .button {
  font-family: Veneer;
  font-style: italic;
  font-size: 28px;
}

@media only screen and (max-width: 1440px) {
  .korsuva_slide_main .button {
    font-size: 20px;
    padding: 0.5rem 1rem;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .button {
    font-size: 17px;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva_slide_main .title {
    font-size: 38px;
    line-height: 38px;
  }
  .korsuva_slide_main .button {
    font-size: 17px;
  }
}

.korsuva_slide_main .margin {
  margin-bottom: 29px;
}

@media only screen and (min-width: 1920px) {
  .korsuva_slide_main .margin {
    margin-bottom: 49px;
  }
  
  .korsuva_slide_main .margin-small {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 1919px) {
  .korsuva_slide_main .margin {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 1540px) {
  .korsuva_slide_main .margin {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  .korsuva_slide_main .margin {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .margin {
    margin-bottom: 4px;
  }
}

.korsuva_slide_main .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  margin-top: -40px;
}

@media only screen and (max-width: 1440px) {
  .korsuva_slide_main .subtitle {
    font-size: 2.6rem;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .subtitle {
    font-size: 2rem;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva_slide_main .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: 0px;
  }
}

.korsuva_slide_main .click_on_item {
  font-family: ProximaNova-Bold;
  font-size: 2.2rem;
  margin-top: 24px !important;
}

.korsuva_slide_main .content-title {
  font-family: ProximaNova-Regular;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .content-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .click_on_item {
    font-family: ProximaNova-Bold;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva_slide_main .click_on_item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1920px) {
  .korsuva_slide_main .depression_start {
    margin-top: 1.4rem !important;
  }
}

@media only screen and (max-width: 1919px) {
  .korsuva_slide_main .depression_start {
    margin-top: 0.7rem;
  }
}

.korsuva_slide_main .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 128px;
  width: 100%;
}

.korsuva_slide_main .footer ol {
  padding-left: 17px;
  /* padding-top: 5px; */
}

.korsuva_slide_main .footer ol li {
  color: #ffffff;
  line-height: 120%;
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .footer ol li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .korsuva_slide_main .footer ol li {
    color: #3c3c3b;
    font-size: 12px;
  }
}

.korsuva_slide_main .footer button {
  background: #3c3c3b;
  color: #ffffff;
  font-family: ProximaNova-Bold;
  padding: 13px 20px;
  font-size: 20px;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.korsuva_slide_main .footer button.back-button {
  padding: 13px 35px;
}

.korsuva_slide_main .footer button:hover {
  background: #000000;
}

@media only screen and (max-width: 1024px) {
  .korsuva_slide_main .footer button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva_slide_main .footer button {
    font-size: 12px;
  }
}

#korsuva_slide_2 .subtitle {
  text-transform: uppercase;
  font-size: 3.8rem;
  font-family: Veneer;
  margin-top: 0px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_2 .subtitle {
    font-size: 2.6rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_2 .subtitle {
    font-size: 2rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_2 .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}

#korsuva_slide_2 .title {
  margin-top: -20px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_2 .title {
    margin-top: -20px;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_2 .title {
    margin-top: -20px;
    font-size: 3.4rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_2 .title {
    margin-top: 0px;
    font-size: 38px !important;
    line-height: 38px;
    padding-top: 2px;
  }
}

#korsuva_slide_2 p {
  font-size: 1.6rem;
}

#korsuva_slide_2 .header {
  padding-top: 56px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_2 p {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_2 p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1540px) {
  #korsuva_slide_2 p {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_2 p {
    font-size: 0.9rem;
  }
}

#korsuva_slide_2 p.margin {
  margin-bottom: 133px;
}

#korsuva_slide_2 p.margin1 {
  margin-bottom: 154px;
}

@media only screen and (max-width: 1910px) {
  #korsuva_slide_2 p.margin {
    margin-bottom: 45px;
  }
  #korsuva_slide_2 p.margin1 {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_2 p.margin {
    margin-bottom: 98px;
    margin-top: 5px;
    width: 90%;
  }
  #korsuva_slide_2 p.margin1 {
    margin-bottom: 133px;
  }
}

@media only screen and (max-width: 1540px) {
  #korsuva_slide_2 p.margin {
    margin-bottom: 40px;
  }
  #korsuva_slide_2 p.margin1 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_2 p.margin {
    margin-bottom: 50px;
  }
  #korsuva_slide_2 p.margin1 {
    margin-bottom: 80px;
  }
}

#korsuva_slide_3 .title {
  line-height: 1;
  width: 90%;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_3 .title {
    line-height: 60px;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_3 .title {
    font-size: 38px !important;
    line-height: 38px;
  }
}

#korsuva_slide_3 .header {
  padding-top: 86px;
  padding-bottom: 24px;
}

#korsuva_slide_3 p {
  text-align: center;
  line-height: 120%;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 8px;
}

#korsuva_slide_3 .margin-level {
  margin-top: 24px;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_3 .margin-level {
    margin-top: 30px;
  }
}

#korsuva_slide_3 .description {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_3 p {
    text-align: center;
    line-height: 120%;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  #korsuva_slide_3 .description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_3 p {
    text-align: center;
    line-height: 120%;
    font-size: 32px;
    margin-top: 10px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 8px;
    padding-top: 20px;
  }
  #korsuva_slide_3 .description {
    font-size: 22.5px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_3 p {
    text-align: center;
    line-height: 120%;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  #korsuva_slide_3 .description {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

#korsuva_slide_4 .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  margin-top: 0px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_4 .subtitle {
    font-size: 2.6rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_4 .subtitle {
    font-size: 2rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_4 .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}

#korsuva_slide_4 .header {
  padding-top: 56px;
  padding-bottom: 16px;
}

#korsuva_slide_4 .middle {
  height: calc(100vh - 410px);
  position: relative;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_4 .middle {
    height: calc(100vh - 360px);
  }
}

#korsuva_slide_4 #footnote {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0;
}

#korsuva_slide_4 #footnote p {
  font-size: 1rem;
  text-align: left;
  width: 100%;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_4 .margin-level {
    margin-top: 0px !important;
  }
}

#korsuva_slide_4 .title {
  margin-top: -20px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_4 .title {
    margin-top: -20px;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_4 .title {
    margin-top: -20px;
    font-size: 3.4rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_4 .title {
    margin-top: 0px;
    font-size: 38px !important;
    line-height: 38px;
  }
}

#korsuva_slide_4 p {
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_4 p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_4 p {
    font-size: 30px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_4 p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_4 p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_4 p {
    font-size: 16px;
    text-align: left;
    padding-top: 19px;
  }
}

#korsuva_slide_4 .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: calc(100vh - 128px);
  z-index: 10;
  background: url(./../images/slide4_image.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#korsuva_slide_4 .procenti {
  max-height: 400px;
}

@media only screen and (max-width: 1920px) {
  #korsuva_slide_4 .procenti {
    max-height: 300px;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_4 .procenti {
    max-height: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_4 .procenti {
    max-height: 200px;
  }
}

#korsuva_slide_5 .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  margin-top: 0px;
}

@media only screen and (max-width: 1920px) {
  #korsuva_slide_5 .subtitle {
    font-size: 3rem;
    margin-top: -7px;
    line-height: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5 .subtitle {
    font-size: 2.5rem;
    margin-top: -you 7px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5 .subtitle {
    font-size: 2rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5 .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }
}

#korsuva_slide_5 .header {
  padding-top: 56px;
  padding-bottom: 16px;
}

#korsuva_slide_5 .title {
  margin-top: 0px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5 .title {
    margin-top: -20px;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5 .title {
    margin-top: -20px;
    font-size: 3.4rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5 .title {
    margin-top: 0px;
    font-size: 38px !important;
    line-height: 38px;
    padding-top: 10px;
  }
}

#korsuva_slide_5 h2 {
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5 h2 {
    margin-top: 30;
  }
}

#korsuva_slide_5 .modal-title {
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom: 1px solid #ff6930;
}

#korsuva_slide_5 .modal-title div {
  width: 95%;
}

@media only screen and (max-width: 1540px) {
  #korsuva_slide_5 .modal-title {
    font-size: 2.6rem !important;
  }
}

@media only screen and (max-height: 950px) {
  #korsuva_slide_5 .modal-title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5 .modal-title {
    margin-top: 0px;
    font-size: 2.6rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5 .modal-title {
    margin-top: 0px;
    font-size: 38px !important;
    line-height: 38px;
    padding-top: 10px;
  }
}

#korsuva_slide_5 .button {
  padding: 0.8rem 1rem;
  font-size: 1.6rem !important;
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_5 .button p {
    font-size: 42px;
    line-height: 38px;
  }
  #korsuva_slide_5 .niveliraj {
    margin-top: 0px !important;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_5 .niveliraj {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_5 .button p {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1540px) {
  #korsuva_slide_5 .button p {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5 .button {
    font-size: 2rem !important;
  }
}

.korsuva--modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.62);
  z-index: 9999999;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.korsuva--modal .modal--container {
  width: 90%;
  max-width: 1780px;
  height: 86vh;
  margin: 9vh auto 5vh;
  background-image: url(./../images/korsuva-site-background.jpeg);
  background-repeat: repeat;
  position: relative;
}

.korsuva--modal .modal--container .segment {
  position: absolute;
  top: -49px;
  left: 0;
  background: #3c3c3b;
  font-size: 26px;
  font-family: Veneer;
  width: 245px;
  padding: 5px 15px;
}

@media only screen and (max-width: 600px) {
  .korsuva--modal .modal--container .segment {
    top: 0px;
    left: 0;
    font-size: 22px;
    padding: 3px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: intrinsic;
    /* Safari/WebKit uses a non-standard name */
  }
}

.korsuva--modal .modal--container .close_button {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(./../images/close_button.png) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  .korsuva--modal .modal--container .close_button {
    background-size: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .close_button {
    background-size: 30px;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva--modal .modal--container .close_button {
    background-size: 24px;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
}

.korsuva--modal .modal--container header {
  width: 100%;
  padding: 0px 4% 0%;
}

.korsuva--modal .modal--container header .title {
  line-height: 100%;
  font-size: 45px;
  padding-bottom: 2%;
  padding-top: 2%;
  border-bottom: 1px solid #FF6930;
}

.korsuva--modal .modal--container header .title div {
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container header .title {
    font-size: 34px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 800px) {
  .korsuva--modal .modal--container header .title {
    font-size: 38px;
    line-height: 38px;
  }
}

.korsuva--modal .modal--container .content {
  padding: 0% 4% 4%;
  position: absolute;
  width: 100%;
  height: calc(100% - 118px);
}

.korsuva--modal .modal--container .content h2 {
  font-family: ProximaNova-Bold;
}

@media only screen and (max-width: 1920px) {
  .korsuva--modal .modal--container .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  .korsuva--modal .modal--container .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1440px) {
  .korsuva--modal .modal--container .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 800px) {
  .korsuva--modal .modal--container .content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.korsuva--modal .modal--container .content .statement {
  font-size: 1.6rem;
  text-align: center;
  width: 900px;
  line-height: 120%;
  max-width: 100%;
  font-family: ProximaNova-Bold;
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content .statement {
    width: 690px;
    font-size: 1.2rem;
  }
}

.korsuva--modal .modal--container .content .reference {
  position: absolute;
  bottom: 12%;
  left: 7%;
  font-size: 1rem;
}

@media only screen and (max-width: 1440px) {
  .korsuva--modal .modal--container .content .reference {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content .reference {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva--modal .modal--container .content .reference_m {
    font-size: 0.8rem;
    position: relative;
  }
}

.korsuva--modal .modal--container .content .larger {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1440px) {
  .korsuva--modal .modal--container .content .larger {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content .larger {
    font-size: 1.0rem;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  .korsuva--modal .modal--container .content .larger {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1440px) {
  .korsuva--modal .modal--container .content {
    height: calc(100% - 98px);
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content {
    height: calc(100% - 68px);
  }
}

@media only screen and (max-width: 1024px) {
  .korsuva--modal .modal--container .content {
    position: relative;
    padding: 0;
    height: none !important;
  }
}

@media only screen and (max-width: 800px) {
  .korsuva--modal .modal--container {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 24px;
    min-height: 100vh;
  }
  .korsuva--modal .modal--container header {
    padding: 24px 0 0;
  }
}

#slide_5_modal_1 .content {
  height: calc(100% - 158px);
}

@media only screen and (max-width: 1024px) {
  #slide_5_modal_1 .content {
    height: calc(100% - 103px);
  }
}

#slide_5_modal_3 .content {
  height: calc(100% - 158px);
}

@media only screen and (max-width: 1024px) {
  #slide_5_modal_3 .content {
    height: calc(100% - 103px);
  }
}

#slide_5_modal_2 .content {
  height: calc(100% - 158px);
}

@media only screen and (max-width: 1440px) {
  #slide_5_modal_2 .content {
    height: calc(100% - 137px);
  }
}

@media only screen and (max-width: 1024px) {
  #slide_5_modal_2 .content {
    height: calc(100% - 103px);
  }
}

#korsuva_slide_5a .header {
  padding-top: 56px;
  padding-bottom: 16px;
  max-width: 90%;
}

@media only screen and (max-width: 1800px) {
  #korsuva_slide_5a .header {
    max-width: 100%;
  }
}

#korsuva_slide_5a .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  line-height: 100%;
  padding-top: 12px;
  font-family: Veneer;
  margin-top: -15px;
}

@media only screen and (max-width: 1800px) {
  #korsuva_slide_5a .title {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a .subtitle {
    font-size: 2.6rem;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .subtitle {
    font-size: 2rem;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5a .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }
}

#korsuva_slide_5a .content-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1920px) {
  #korsuva_slide_5a .content-title {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a .content-title {
    font-size: 1.5rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5a .content-title {
    font-size: 1rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_5a .content-title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

#korsuva_slide_5a .button {
  font-size: 3rem !important;
}

@media only screen and (max-width: 1800px) {
  #korsuva_slide_5a .button {
    font-size: 2rem !important;
  }
}

#korsuva_slide_5a .modal-title {
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 1px solid #ff6930;
}

#korsuva_slide_5a .modal-title div {
  width: 95%;
}

#korsuva_slide_5a #slide_5a_modal_2 .modal-title div {
  width: 75%;
}

#korsuva_slide_5a #slide_5a_modal_2 ul {
  list-style: none;
}

#korsuva_slide_5a #slide_5a_modal_2 ul li::before {
  content: "\2022";
  color: #ff6930;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  width: 0.6em;
  margin-left: -0.6em;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a #slide_5a_modal_2 .modal-title div {
    width: 95%;
  }
}

@media only screen and (max-width: 1800px) {
  #korsuva_slide_5a .modal-title {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

@media only screen and (max-width: 1540px) {
  #korsuva_slide_5a .modal-title {
    font-size: 2.6rem !important;
  }
}

@media only screen and (max-height: 950px) {
  #korsuva_slide_5a .modal-title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .modal-title {
    margin-top: 0px;
    font-size: 2.6rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5a .modal-title {
    margin-top: 0px;
    font-size: 38px !important;
    line-height: 38px;
    padding-top: 10px;
  }
}

#korsuva_slide_5a .slika_5a {
  width: 80%;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_5a .niveliraj {
    margin-top: 0px !important;
  }
}

#korsuva_slide_5a h2 {
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a h2 {
    margin-top: 30;
  }
}

#korsuva_slide_5a .content {
  padding: 0% 4% 4%;
  position: absolute;
  width: 100%;
  height: calc(100% - 177px);
}

#korsuva_slide_5a .content h2 {
  font-family: ProximaNova-Bold;
}

@media only screen and (max-width: 1920px) {
  #korsuva_slide_5a .content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_5a .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a .content h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_5a .content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

#korsuva_slide_5a .content .statement {
  font-size: 1.6rem;
  text-align: center;
  width: 900px;
  line-height: 120%;
  max-width: 100%;
  font-family: ProximaNova-Bold;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .content .statement {
    width: 690px;
    font-size: 1.2rem;
  }
}

#korsuva_slide_5a .content .reference {
  position: absolute;
  bottom: 6%;
  left: 4%;
  font-size: 1rem;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a .content .reference {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .content .reference {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_5a .content .reference_m {
    font-size: 0.8rem;
    position: relative;
  }
}

#korsuva_slide_5a .content .larger {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_5a .content .larger {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .content .larger {
    font-size: 1.0rem;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_5a .content .larger {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_5a .content {
    height: calc(100% - 149px);
  }
}

#korsuva_slide_5a #slide_5a_modal_2 .content {
  height: calc(100% - 236px);
}

#korsuva_slide_5a .alineje .segment-title {
  font-size: 1.4rem;
  margin-bottom: 7px;
}

#korsuva_slide_5a .alineje ul {
  padding-left: 18px;
}

#korsuva_slide_5a .alineje li {
  font-size: 1.4rem;
  line-height: 120%;
  margin-bottom: 12px;
}

#korsuva_slide_6 .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  margin-top: -15px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_6 .subtitle {
    font-size: 2.6rem;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .subtitle {
    font-size: 2rem;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_6 .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }
}

#korsuva_slide_6 .box_title {
  padding: 24px;
  background: #ff6930;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Veneer;
  font-size: 36px;
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_6 .box_title {
    font-size: 34px;
    line-height: 100%;
    min-height: 116px;
  }
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_6 .box_title {
    font-size: 28px;
    line-height: 120%;
    min-height: 106px;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_6 .box_title {
    font-size: 28px;
    padding: 10px 20px;
    line-height: 120%;
    min-height: 88px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .box_title {
    font-size: 24px;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_6 .box_title {
    padding: 15px;
  }
}

#korsuva_slide_6 .box_content {
  padding: 24px 12px 24px 24px;
  background: white;
  font-size: 20px;
  height: 70%;
}

@media only screen and (min-width: 1920px) {
  #korsuva_slide_6 .box_content {
    font-size: 22px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_6 .box_content {
    font-size: 20px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_6 .box_content {
    font-size: 18px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .box_content {
    font-size: 16px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .box_content {
    height: auto;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_6 .box_content {
    height: 63%;
    padding: 15px;
    font-size: 17px;
  }
}

#korsuva_slide_6 .content-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1920px) {
  #korsuva_slide_6 .content-title {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_6 .content-title {
    font-size: 1.5rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_6 .content-title {
    font-size: 1rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_6 .content-title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

#korsuva_slide_6 .middle {
  height: 330px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .middle {
    height: auto;
  }
}

#korsuva_slide_6 .title {
  line-height: 78px;
  width: 90%;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_6 .title {
    line-height: 60px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_6 .title {
    font-size: 38px !important;
    line-height: 38px;
  }
}

#korsuva_slide_6 .header {
  padding-top: 56px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_7 .middle {
    height: auto;
  }
}

#korsuva_slide_7 .title {
  line-height: 78px;
  max-width: 1190px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_7 .title {
    line-height: 60px;
    font-size: 4rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_7 .title {
    line-height: 38px;
    font-size: 38px !important;
  }
}

#korsuva_slide_7 .header {
  padding-top: 56px;
  padding-bottom: 16px;
}

#korsuva_slide_7 .subtitle {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  margin-top: 0px;
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_7 .subtitle {
    font-size: 2.6rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_7 .subtitle {
    font-size: 2rem;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_7 .subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_7 .references {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_7 .references {
    font-size: 12px;
  }
}

#korsuva_slide_7 .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: calc(100vh - 128px);
  z-index: 10;
  background: url(./../images/slide4_image.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#korsuva_slide_7 .image .link {
  position: absolute;
  bottom: 5%;
  width: 80%;
  right: 10%;
  cursor: pointer;
}

#korsuva_slide_7 .link {
  position: absolute;
  bottom: 5%;
  width: 80%;
  right: 10%;
  cursor: pointer;
}

@media only screen and (max-width: 1820px) {
  #korsuva_slide_7 .image {
    height: calc(100vh - 152px);
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_7 .image {
    height: calc(100vh - 128px);
  }
}

#korsuva_slide_7 .image_mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: url(./../images/slide4_image.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#korsuva_slide_7 .image_mobile .link {
  position: absolute;
  bottom: 5%;
  width: 80%;
  right: 10%;
  cursor: pointer;
}

#korsuva_slide_7 .claim {
  font-size: 28px;
  line-height: 1.2;
  margin-top: -3px;
}

@media only screen and (max-width: 1919px) {
  #korsuva_slide_7 .claim {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1440px) {
  #korsuva_slide_7 .claim {
    font-size: 18px;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_7 .claim {
    font-size: 17.5px;
  }
}

#korsuva_slide_8 .header {
  position: relative;
  min-height: 300px;
  padding: 6% 0 2%;
}

#korsuva_slide_8 .header .question {
  text-transform: uppercase;
  font-size: 4rem;
  font-family: Veneer;
  line-height: 100%;
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_8 .header .question {
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_8 .header {
    padding: 56px 0 24px;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_8 .header {
    min-height: 200px;
    padding: 2% 0 2%;
  }
}

#korsuva_slide_8 .content {
  padding: 4% 0;
  min-height: 530px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_8 .content {
    padding: 24px  0;
    min-height: 0px;
  }
}

#korsuva_slide_8 .footer {
  min-height: 168px;
}

#korsuva_slide_8 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

#korsuva_slide_9 .header {
  position: relative;
  min-height: 300px;
  padding: 4% 0;
}

#korsuva_slide_9 .header .question {
  text-transform: uppercase;
  font-size: 4rem;
  font-family: Veneer;
  line-height: 100%;
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_9 .header .question {
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_9 .header {
    padding: 56px 0 24px;
    min-height: 0;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_9 .header {
    min-height: 200px;
    padding: 2% 0 2%;
  }
}

#korsuva_slide_9 .content {
  padding: 4% 0;
  min-height: 530px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_9 .content {
    padding: 24px  0;
    min-height: 430px;
  }
}

#korsuva_slide_9 .footer {
  min-height: 168px;
}

#korsuva_slide_9 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

#korsuva_slide_10 .header {
  position: relative;
  padding: 6% 0 2%;
}

#korsuva_slide_10 .header .question {
  text-transform: uppercase;
  font-size: 4rem;
  font-family: Veneer;
  line-height: 100%;
  width: 90%;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_10 .header .question {
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_10 .header {
    padding: 100px 0 16px;
    min-height: 0;
  }
  #korsuva_slide_10 .header .question {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_10 .header {
    padding: 56px 0 16px;
    min-height: 0;
  }
  #korsuva_slide_10 .header .question {
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }
}

#korsuva_slide_10 .korsuva--keypad {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  margin-top: 32px;
  text-align: right;
}

#korsuva_slide_10 .content {
  padding: 1% 0;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_10 .content {
    padding: 24px  0;
  }
}

#korsuva_slide_10 .footer {
  min-height: 168px;
}

#korsuva_slide_10 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

#korsuva_slide_10 .korsuva--keypad button {
  font-family: Veneer;
  font-size: 44px;
  font-style: italic;
  display: inline-block;
  width: 29%;
  height: 60px;
  margin: 2%;
  padding: 0;
  text-align: center;
  vertical-align: top;
  color: #FF6930;
  border: 1px solid #FF6930;
  background: #fff;
  -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_10 .korsuva--keypad button {
    font-size: 32px;
    height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_10 .korsuva--keypad button {
    font-size: 39px;
    height: 60px;
  }
}

#korsuva_slide_10 .korsuva--keypad button.delete {
  content: '';
  background-color: #3c3c3b;
  border-color: #3c3c3b;
  background-image: url(../images/del-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_10 .korsuva--slides-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #FF6930;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_10 #keypad {
    width: 105%;
    margin-left: -3%;
  }
}

#korsuva_slide_11 .header {
  position: relative;
  padding: 6% 0 2%;
}

#korsuva_slide_11 .header .question {
  text-transform: uppercase;
  font-size: 3.8rem;
  font-family: Veneer;
  line-height: 100%;
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_11 .header .question {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_11 .header .question {
    font-size: 37px;
    line-height: 38px;
    width: 100%;
  }
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_11 .header .question {
    font-size: 38px;
    line-height: 38px;
    width: 80%;
  }
}

#korsuva_slide_11 .content {
  padding: 24px 0;
}

#korsuva_slide_11 .korsuva--slide-content {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_11 .korsuva--slide-content {
    width: 100%;
  }
}

#korsuva_slide_11 .footer {
  min-height: 168px;
}

#korsuva_slide_11 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_11 .header {
    padding: 100px 0 16px;
    min-height: 0;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_11 .header {
    padding: 56px 0 16px;
  }
}

#korsuva_slide_12 .header {
  position: relative;
  padding: 6% 0 2%;
}

#korsuva_slide_12 .header .question {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  width: 93%;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_12 .header .question {
    font-size: 38px;
    line-height: 38px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_12 .header .question {
    font-size: 38px;
    line-height: 38px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_12 .header .header {
    padding: 56px 0 16px;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_12 .header .korsuva--slide-content {
    width: 100%;
  }
}

#korsuva_slide_12 .content {
  padding: 3% 0;
}

#korsuva_slide_12 .korsuva--slide-content {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_12 .korsuva--slide-content {
    width: 100%;
  }
}

#korsuva_slide_12 .footer {
  min-height: 168px;
}

#korsuva_slide_12 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_12 .header {
    padding: 100px 0 16px;
    min-height: 0;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_12 .header {
    padding: 56px 0 16px;
  }
}

#korsuva_slide_13 .header {
  position: relative;
  padding: 6% 0 2%;
}

#korsuva_slide_13 .header .question {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  width: 70%;
}

@media only screen and (max-height: 950px) and (min-width: 600px) {
  #korsuva_slide_13 .header .question {
    font-size: 38px;
    line-height: 38px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_13 .header .question {
    width: 100%;
    font-size: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_13 .header {
    padding: 100px 0 16px;
    min-height: 0;
  }
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_13 .header {
    padding: 56px 0 16px;
  }
}

#korsuva_slide_13 .korsuva--slide-content {
  padding: 0% 3%;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_13 .korsuva--slide-content {
    padding: 0;
  }
}

#korsuva_slide_13 .content {
  padding: 3% 0;
}

#korsuva_slide_13 .footer {
  min-height: 168px;
}

#korsuva_slide_13 .footer button {
  background: #ff6930 !important;
  color: #3c3c3b !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 14px;
}

.korsuva--modal-small-print {
  font-size: 12px;
  color: #3c3c3b;
  position: absolute;
  bottom: 80px;
  left: 0%;
}

.korsuva--slide-small-print {
  position: fixed;
  bottom: 80px;
  left: 0%;
  padding-left: 24px;
  padding-right: 5%;
}

@media only screen and (max-width: 800px) {
  .korsuva--slide-small-print {
    position: relative;
    padding-left: 0px;
    margin-top: 30px;
    padding-right: 0;
    bottom: 0px;
  }
}

.korsuva--slide-small-print p {
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: 400;
}

.slidecontainer {
  width: 100%;
}

.korsuva--slide-result {
  font-family: Veneer;
  letter-spacing: 2px;
  font-size: 82px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  color: #3c3c3b;
}

.slider-label {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: 600;
  float: left;
  display: inline-block;
  width: 50%;
  margin: 0 0 20px;
  vertical-align: top;
  color: #ff6930;
}

@media only screen and (max-width: 600px) {
  .slider-label {
    margin: 0 0 6px;
  }
}

.slider-right-label {
  text-align: right;
  float: right;
}

.slider {
  width: 100%;
  height: 15px;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 12px;
  outline: none;
  background: #d0d0d0;
  -webkit-box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff6930;
  -webkit-appearance: none;
  appearance: none;
}

.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff6930;
}

.korsuva--modal-header h2 {
  width: 90%;
  padding: 5%;
  background: #fff;
}

.korsuva--slide-header {
  line-height: 180px;
  width: 100%;
}

.korsuva--slide-header h2 {
  display: inline-block;
  width: 90%;
  margin: 0;
  padding: 0 0 0 5%;
  vertical-align: middle;
}

.korsuva--dop p {
  font-size: 10px;
  margin: 10px 20px 20px;
  text-align: center;
}

.korsuva--modal-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90vh;
  background-image: url("../images/modal-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  background-size: 60% auto;
}

.korsuva--modal-bg form {
  height: 90vh;
}

.korsuva--modal-continue {
  font-family: ProximaNova-Regular;
  font-size: 16px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 80%;
  padding: 7px 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 30px;
  background: #ff6930;
}

button.korsuva--modal-continue {
  background: #004c97;
}

form select {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  position: relative;
  display: block;
  width: 260px;
  padding: 14px;
  text-align: left;
  color: #000;
  border: 1px solid #ff6930;
  border-radius: 10px;
  outline: none;
  background: #fff;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 225px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.korsuva--radio,
.korsuva--checkbox {
  font-size: 18px;
  position: relative;
  display: block;
  padding: 0 5% 20px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  color: #3c3c3b;
}

/* Hide the browser's default radio button */
.korsuva--radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

/* Create a custom radio button */
.korsuva--radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ff6930;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/radio-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .korsuva--radio .checkmark {
    width: 24px;
    height: 24px;
  }
}

/* On mouse-over, add a grey background color */
.korsuva--radio:hover input ~ .checkmark {
  background-image: url("../images/radio-bg-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.korsuva--radio .checkmark:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show the indicator (dot/circle) when checked */
.korsuva--radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.korsuva--radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: url("../images/radio-dot.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.korsuva--slides-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.progress-bar {
  display: none;
  background: transparent;
}

.korsuva--slide-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ff6930;
}

.korsuva--slide-footer button,
.korsuva--slide-footer input {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  font-weight: 400;
  display: block;
  max-width: 80%;
  padding: 10px 28px 10px 30px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #3c3c3b;
}

.korsuva--slide-footer button {
  position: absolute;
  bottom: 30px;
  left: 0%;
}

.korsuva--slide-footer input {
  position: absolute;
  right: 0%;
  bottom: 30px;
}

.korsuva--slide-content {
  margin: 190px 5%;
}

@media only screen and (max-width: 600px) {
  .korsuva--slide-content {
    margin: 0;
  }
}

.korsuva--keypad button {
  display: none;
}

.korsuva--keypad input {
  font-family: Veneer;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  height: auto;
  margin: 0 2% 2% 0;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #FF6930;
  -webkit-box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .korsuva--keypad input {
    width: 100%;
  }
}

.korsuva--slide-result {
  padding-bottom: 0;
}

.korsuva--checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 768px) {
  .korsuva--checkbox {
    font-size: 22px;
    margin-bottom: 4px;
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .korsuva--checkbox {
    font-size: 20px;
    margin-bottom: 2px;
  }
}

.korsuva--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.korsuva--checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 2px solid #FF6930;
  -webkit-box-shadow: inset 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 8px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.korsuva--checkbox:hover input ~ .checkmark {
  -webkit-box-shadow: inset 8px 8px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: inset 8px 8px 8px 0px rgba(0, 0, 0, 0.18);
}

.korsuva--checkbox input:checked ~ .checkmark {
  background-color: #FF6930;
}

.korsuva--checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.korsuva--checkbox input:checked ~ .checkmark:after {
  display: block;
}

.korsuva--checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  .korsuva--slide-result {
    font-size: 90px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .korsuva--slide-result {
    font-size: 150px;
  }
  .korsuva--slide-result {
    padding-bottom: 20px;
  }
  .korsuva--slide-content {
    margin: 10px 0% 0;
  }
  .korsuva--slides-header,
  .korsuva--slide-header {
    line-height: 230px;
  }
  form p,
  h5 {
    font-size: 28px;
  }
  h2,
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .korsuva--slide-1 h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .korsuva--radio,
  .korsuva--checkbox {
    font-size: 30px !important;
    padding: 0 5% 30px 50px;
  }
  .korsuva--radio .checkmark {
    width: 30px;
    height: 30px;
    border: 3px solid #ff6930;
  }
  .korsuva--radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
  }
  form select {
    font-size: 22px;
    padding: 20px;
    background-position: 225px 28px;
  }
  .korsuva--keypad input {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .korsuva--slide-small-print {
    bottom: 170px;
  }
  .korsuva--checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
    background-color: #ffffff;
    border: 3px solid #FF6930;
    -webkit-box-shadow: inset 12px 12px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 12px 12px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .korsuva--checkbox:hover input ~ .checkmark {
    -webkit-box-shadow: inset 12px 12px 12px 0px rgba(0, 0, 0, 0.18);
    box-shadow: inset 12px 12px 12px 0px rgba(0, 0, 0, 0.18);
  }
  .korsuva--checkbox .checkmark:after {
    left: 13px;
    top: 4px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .korsuva--slides-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #FF6930;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdaed', endColorstr='#fef3f9',GradientType=0 );
  }
  .progress-bar {
    position: relative;
    display: block;
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 30px auto;
    padding-right: 5px;
  }
  .progress-bar img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
  }
  .progress-bg,
  .progress-1,
  .progress-2,
  .progress-3,
  .progress-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }
  .progress-bg {
    background-size: cover;
  }
  .progress-2,
  .progress-3,
  .progress-4 {
    width: 0%;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .progress-2.animated,
  .progress-3.animated,
  .progress-4.animated {
    width: 100%;
  }
  .progress-bg {
    background-size: cover;
  }
  .progress-2,
  .progress-3,
  .progress-4 {
    width: 0;
  }
  .progress-bg {
    background-image: url("../images/progress-bg.png");
  }
  .progress-1 {
    background-image: url("../images/progress-1.png");
  }
  .progress-2 {
    background-image: url("../images/progress-2.png");
  }
  .progress-3 {
    background-image: url("../images/progress-3.png");
  }
  .progress-4 {
    background-image: url("../images/progress-4.png");
  }
  .korsuva--keypad button {
    font-family: Veneer;
    font-size: 44px;
    font-style: italic;
    display: inline-block;
    width: 29%;
    height: 60px;
    margin: 2%;
    padding: 0;
    text-align: center;
    vertical-align: top;
    color: #FF6930;
    border: 1px solid #FF6930;
    background: #fff;
    -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .korsuva--keypad {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    margin-top: 32px;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .korsuva--keypad {
    display: block;
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .korsuva--keypad {
    max-width: 360px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 600px) {
  .korsuva--keypad {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .korsuva--keypad button.delete {
    content: '';
    background-color: #3c3c3b;
    border-color: #3c3c3b;
    background-image: url("../images/del-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
  }
  .korsuva--slide-header,
  .korsuva--slides-header {
    height: 210px;
  }
  h2,
  h3 {
    font-size: 32px;
    line-height: 39px;
  }
  .korsuva--slide-1-header {
    width: 80%;
    padding: 10%;
  }
  .korsuva--vifor-logo {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
  }
  .korsuva--slide-1 h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .korsuva--dop p {
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px;
    text-align: left;
  }
  .korsuva--modal-continue {
    right: 30px;
    bottom: 30px;
  }
  form select {
    width: 400px;
    background-position: 360px 28px;
  }
  .korsuva--radio,
  .korsuva--checkbox {
    font-size: 32px;
    display: inline-block;
    width: 40%;
    padding: 0 5% 40px 70px;
  }
  .korsuva--radio .checkmark {
    width: 36px;
    height: 36px;
  }
  .korsuva--radio .checkmark:after {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .korsuva--slide-result {
    margin: 50px 50px 20px;
  }
  h2,
  h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .korsuva--slides-footer {
    height: auto;
  }
  .korsuva--modal-small-print {
    bottom: 5%;
  }
  .korsuva--slide-small-print {
    bottom: 110px;
  }
  .korsuva--slide-6-cover {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("../images/final-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
  .korsuva--slide-6 h2,
  .korsuva--slide-6 h3,
  .korsuva--slide-6 h4,
  .korsuva--slide-6 h5 {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .korsuva--slide-6 h2 {
    margin-top: 15%;
  }
  .korsuva--slide-6 h4 {
    margin: 40px auto 80px;
  }
}

@media only screen and (max-height: 950px) {
  .korsuva--slide-result {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .korsuva--slide-small-print {
    position: absolute;
  }
  .korsuva--slide-footer {
    position: absolute;
  }
}

@media only screen and (min-width: 1440px) {
  .korsuva--keypad {
    max-width: 370px;
  }
  .korsuva--keypad button {
    height: 65px;
    font-size: 44px;
  }
  .korsuva--keypad input {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1920px) {
  .korsuva--keypad {
    max-width: 450px;
  }
  .korsuva--keypad button {
    height: 75px;
  }
  .korsuva--keypad input {
    padding: 15px 0;
  }
}

.korsuva--continue {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  position: absolute;
  right: 20px;
  bottom: -120px;
  width: unset;
  padding: 10px 15px;
  color: #3c3c3b;
  border: none;
  background: #FF6930;
}

@media only screen and (min-width: 1200px) {
  .korsuva--continue {
    bottom: -40px;
  }
}

@media only screen and (max-width: 800px) {
  .korsuva--continue {
    bottom: -40px;
    left: 24px !important;
    right: unset;
    font-size: 14px;
  }
}

#korsuva_slide_14 .container.below {
  background: url(./../images/bg1_mobile.png);
  background-size: 100%;
}

#korsuva_slide_14 .t1 {
  font-size: 47px;
  font-family: Veneer;
  line-height: 100%;
  padding: 2% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid white;
}

#korsuva_slide_14 .t2 {
  font-size: 47px;
  font-family: Veneer;
  line-height: 100%;
  padding: 2% 0%;
}

#korsuva_slide_14 .tag {
  font-family: Veneer;
  font-size: 1.6rem;
}

#korsuva_slide_14 footer {
  padding: 0% 4% 4% 4%;
}

#korsuva_slide_14 .korsuva14-text {
  width: 1000px;
  margin-bottom: 70px;
  max-width: 100%;
}

#korsuva_slide_14 .korsuva14-text h2 {
  font-family: Veneer;
  text-transform: uppercase;
  font-size: 62px;
  line-height: 1.1;
  color: #ffffff;
  text-align: right;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
}

#korsuva_slide_14 .korsuva14-text p {
  font-family: Veneer;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 1.1;
  color: #ff6930;
  text-align: right;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  #korsuva_slide_14 .korsuva14-text {
    width: 400px;
  }
}

#korsuva_slide_14 .korsuva14-text_mobile {
  margin-bottom: 36px;
  max-width: 100%;
}

.korsuva14_buttons {
  text-align: right;
}

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

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  height: 78px;
  font-family: ProximaNova-Regular;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 360px 28px;
  color: #000000;
  position: relative;
  width: 400px;
  max-width: 100%;
  background-position: 360px 28px;
  font-size: 22px;
  padding: 14px;
  border: 1px solid #ff6930;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .custom-select {
    padding: 6px 10px;
    height: 55px;
    font-size: 16px;
  }
}

.arrow {
  position: absolute;
  right: 20px;
  top: 31px;
  width: 17px;
  height: 17px;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
  .arrow {
    top: 21px;
  }
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #3c3c3b;
  padding: 8px 0px;
  border: 1px solid transparent;
  cursor: pointer;
}

.select-items div {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  border: none !important;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ff6930;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 252px;
  overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#korsuva_slide_11 .modal--container {
  margin: 5vh auto;
  height: 90vh;
}

#korsuva_slide_11 .modal--container .inner {
  padding: 0% 4% 4%;
}

#korsuva_slide_11 .modal--container header {
  padding: 0%;
}

#korsuva_slide_11 .modal--container .modal-title {
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: left;
  border-bottom: 1px solid #ff6930;
}

#korsuva_slide_11 .modal--container .content {
  position: inherit;
}

#korsuva_slide_11 .modal--container .percentage {
  margin-top: -30px;
  font-size: 290px;
}

@media only screen and (min-width: 1440px) {
  #korsuva_slide_11 .modal--container .percentage {
    margin-top: 20px;
    font-size: 200px;
  }
}

#korsuva_slide_11 .modal--container .claim {
  text-align: center;
  font-size: 3rem;
  margin-top: -16px;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_11 .modal--container .claim {
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
  }
  #korsuva_slide_11 .modal--container .inner {
    padding: 0%;
  }
}

#korsuva_slide_11 .modal--container .korsuva--modal-small-print {
  left: 4%;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_11 .modal--container .korsuva--modal-small-print {
    position: relative;
    margin-top: 24px;
    left: 0%;
  }
}

#korsuva_slide_11 .modal--container .korsuva--modal-continue {
  background: #ff6930;
  color: #3c3c3b;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  font-family: ProximaNova-Bold;
  right: 4%;
  font-size: 20px;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_11 .modal--container .korsuva--modal-continue {
    position: relative;
    margin-top: 24px;
    left: 0%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 14px;
  }
  #korsuva_slide_11 .modal--container .korsuva--modal-continue img {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_11 .modal--container .modal-title {
    font-size: 44px;
    line-height: 44px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 44px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_11 .modal--container .percentage {
    font-size: 170px;
    padding-top: 32px;
  }
  #korsuva_slide_11 .modal--container .claim {
    font-size: 25px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_11 .modal--container {
    margin: 0;
  }
  #korsuva_slide_11 .modal--container .modal-title {
    font-size: 38px;
    line-height: 38px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 32px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_11 .modal--container .percentage {
    font-size: 82px;
    padding-top: 32px;
  }
  #korsuva_slide_11 .modal--container .claim {
    font-size: 16px;
  }
}

#korsuva_slide_12 .modal--container {
  margin: 5vh auto;
  height: 90vh;
}

#korsuva_slide_12 .modal--container .inner {
  padding: 0% 4% 4%;
}

#korsuva_slide_12 .modal--container header {
  padding: 0%;
}

#korsuva_slide_12 .modal--container .modal-title {
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: left;
  border-bottom: 1px solid #ff6930;
}

#korsuva_slide_12 .modal--container .content {
  position: inherit;
}

#korsuva_slide_12 .modal--container .percentage {
  margin-top: -30px;
  font-size: 290px;
}

@media only screen and (min-width: 1440px) {
  #korsuva_slide_12 .modal--container .percentage {
    margin-top: -50px;
    font-size: 200px;
  }
}

#korsuva_slide_12 .modal--container .claim {
  text-align: center;
  font-size: 3rem;
  margin-top: -16px;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_12 .modal--container .claim {
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
  }
  #korsuva_slide_12 .modal--container .inner {
    padding: 0%;
  }
}

#korsuva_slide_12 .modal--container .korsuva--modal-small-print {
  left: 4%;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_12 .modal--container .korsuva--modal-small-print {
    position: relative;
    margin-top: 24px;
    left: 0%;
  }
}

#korsuva_slide_12 .modal--container .korsuva--modal-continue {
  background: #ff6930;
  color: #3c3c3b;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  font-family: ProximaNova-Bold;
  right: 4%;
  font-size: 20px;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_12 .modal--container .korsuva--modal-continue {
    position: relative;
    margin-top: 24px;
    left: 0%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 14px;
  }
  #korsuva_slide_12 .modal--container .korsuva--modal-continue img {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_12 .modal--container .modal-title {
    font-size: 44px;
    line-height: 44px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 44px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_12 .modal--container .percentage {
    font-size: 170px;
    padding-top: 32px;
  }
  #korsuva_slide_12 .modal--container .claim {
    font-size: 25px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_12 .modal--container {
    margin: 0;
  }
  #korsuva_slide_12 .modal--container .modal-title {
    font-size: 38px;
    line-height: 38px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 32px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_12 .modal--container .percentage {
    font-size: 82px;
    padding-top: 32px;
  }
  #korsuva_slide_12 .modal--container .claim {
    font-size: 16px;
  }
}

#korsuva_slide_13 .modal--container {
  margin: 5vh auto;
  height: 90vh;
}

#korsuva_slide_13 .modal--container .inner {
  padding: 0% 4% 4%;
}

#korsuva_slide_13 .modal--container header {
  padding: 0%;
}

#korsuva_slide_13 .modal--container .modal-title {
  font-size: 3.6rem;
  font-family: Veneer;
  line-height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: left;
  border-bottom: 1px solid #ff6930;
}

#korsuva_slide_13 .modal--container .claim {
  text-align: left;
  font-size: 2.6rem;
  width: 100%;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_13 .modal--container .claim {
    text-align: left;
    font-size: 16px;
    margin-top: 24px;
  }
  #korsuva_slide_13 .modal--container .inner {
    padding: 0%;
  }
}

#korsuva_slide_13 .modal--container .korsuva--modal-small-print {
  left: 4%;
  bottom: 4%;
}

#korsuva_slide_13 .modal--container .percentage {
  margin-top: -30px;
  font-size: 290px;
}

@media only screen and (min-width: 1440px) {
  #korsuva_slide_13 .modal--container .percentage {
    margin-top: -50px;
    font-size: 200px;
  }
}

#korsuva_slide_13 .modal--container .content {
  position: inherit;
}

#korsuva_slide_13 .modal--container .korsuva--modal-small-print {
  left: 4%;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_13 .modal--container .korsuva--modal-small-print {
    position: relative;
    margin-top: 24px;
    left: 0%;
  }
}

#korsuva_slide_13 .modal--container .korsuva--modal-continue {
  background: #ff6930;
  color: #3c3c3b;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  font-family: ProximaNova-Bold;
  right: 4%;
  font-size: 20px;
  bottom: 4%;
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_13 .modal--container .korsuva--modal-continue {
    position: relative;
    margin-top: 24px;
    left: 0%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 14px;
  }
  #korsuva_slide_13 .modal--container .korsuva--modal-continue img {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  #korsuva_slide_13 .modal--container .modal-title {
    font-size: 44px;
    line-height: 44px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 44px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_13 .modal--container .claim {
    font-size: 25px;
  }
}

@media only screen and (max-width: 600px) {
  #korsuva_slide_13 .modal--container {
    margin: 0;
  }
  #korsuva_slide_13 .modal--container .modal-title {
    font-size: 38px;
    line-height: 38px;
    font-family: Veneer;
    padding-bottom: 24px;
    padding-top: 32px;
    text-align: left;
    border-bottom: 1px solid #ff6930;
  }
  #korsuva_slide_13 .modal--container .percentage {
    font-size: 82px;
    padding-top: 32px;
  }
  #korsuva_slide_13 .modal--container .claim {
    font-size: 16px;
  }
}

.footer_mobile {
  background: #ff6930;
  padding: 12px 24px;
}

.loader-wrapper {
  height: 100vh;
  position: fixed;
  right: 0;
  left: 0;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999999;
  -webkit-transition: all 0.5s 0.6s ease-out;
  transition: all 0.5s 0.6s ease-out;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.izjema {
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 600px) {
  .izjema {
    position: relative;
    height: calc(100vh - 55px);
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
  .iphone5 {
    margin-bottom: 170px;
  }
}

.close_button_inactivity {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(./../images/close_button.png) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 45px;
  cursor: pointer;
}

@media only screen and (max-width: 1440px) {
  .close_button_inactivity {
    background-size: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .close_button_inactivity {
    background-size: 30px;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .close_button_inactivity {
    background-size: 24px;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */