/* INCLUDE Fonts */
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue-Regular.21bb70b62317.ttf");
  src: url("../fonts/BebasNeue-Regular.21bb70b62317.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../fonts/Roboto-BlackItalic.99682a78fa4f.ttf");
  src: url("../fonts/Roboto-BlackItalic.99682a78fa4f.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Bolt";
  src: url("../fonts/Roboto-Bold.e07df86cef2e.ttf");
  src: url("../fonts/Roboto-Bold.e07df86cef2e.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto-BoldItalic.5b44818d2b9e.ttf");
  src: url("../fonts/Roboto-BoldItalic.5b44818d2b9e.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../fonts/Roboto-Italic.a720f17aa773.ttf");
  src: url("../fonts/Roboto-Italic.a720f17aa773.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.88823c2015ff.ttf");
  src: url("../fonts/Roboto-Light.88823c2015ff.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.a3ce4440f2ab.ttf");
  src: url("../fonts/Roboto-LightItalic.a3ce4440f2ab.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.58aef543c97b.ttf");
  src: url("../fonts/Roboto-Medium.58aef543c97b.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf");
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf");
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.11eabca22513.ttf");
  src: url("../fonts/Roboto-Regular.11eabca22513.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.321de678e592.ttf");
  src: url("../fonts/Roboto-Thin.321de678e592.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../fonts/Roboto-ThinItalic.35a9c89aff13.ttf");
  src: url("../fonts/Roboto-ThinItalic.35a9c89aff13.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf");
  src: url("../fonts/Roboto-MediumItalic.cf23e1bb6190.ttf") format("opentype");
}
.cookie-bar__refuse_btn {
  background-color: #d9534f;
  color: #fff;
  border: none;
  margin: 0.5rem 0.875rem 0 0.875rem;
  padding: 0.125rem 0.875rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.cookie-bar__refuse_btn:hover {
  background-color: #c82333;
}

.cookie-bar__refuse_btn:active {
  background-color: #c82333;
}

.intro {
  margin: 10rem auto;
}
.intro p {
  font-size: 0.8rem;
}
.intro .btn {
  padding: 0.5rem 2rem;
}
.intro--img img {
  max-width: 100%;
}

.how-much {
  font-size: 0.8rem;
  margin-bottom: 5rem;
}
.how-much__row {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.how-much img {
  max-width: 100%;
}
.how-much h3 {
  text-align: center;
  font-size: 3rem;
}

.angry {
  width: 100%;
  background-color: #ECD123;
  padding: 3rem;
}
.angry h2 {
  font-size: 5rem;
  margin-bottom: 0;
}
.angry h3 {
  font-size: 3.5rem;
}
.angry p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  color: #667695;
  text-transform: uppercase;
  font-weight: bold;
  font-family: BebasNeue, sans-serif;
  font-size: 1.5rem;
}

.pcbcr {
  margin: 5rem auto;
}
.pcbcr img {
  max-height: 10rem;
}
.pcbcr p {
  font-size: 0.8rem;
}
.pcbcr h4 {
  color: #667695;
  font-family: BebasNeue, sans-serif;
}
.pcbcr__image-thumb {
  max-height: 8rem;
}
.pcbcr__second-title {
  margin: 3rem auto;
}
@media (max-width: 768px) {
  .pcbcr__image-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .pcbcr__image-arrow {
    width: 80%;
    max-height: 15rem !important;
    position: absolute;
    z-index: 150;
    top: -2rem;
    left: 8rem;
  }
}
@media (min-width: 992px) {
  .pcbcr__image-arrow {
    width: 100%;
    left: 9rem;
  }
}
@media (min-width: 1200px) {
  .pcbcr__image-arrow {
    left: 10rem;
  }
}

.blue_divider {
  width: 100%;
  background-color: #667695;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blue_divider h2 {
  font-size: 5rem;
}
.blue_divider .btn {
  font-size: 2rem;
  padding: 0 3rem;
}

.czechia-key-role {
  background-color: #ECD123;
  font-size: 2rem;
  padding: 2rem 0 5rem 0;
}
.czechia-key-role img {
  max-width: 100%;
}
.czechia-key-role__title {
  text-align: center;
}
.czechia-key-role__title h2 {
  color: white;
}
.czechia-key-role__checkboxes {
  background-color: white;
  margin: 2rem auto;
  padding: 2rem;
  width: 60%;
  border-radius: 1.5rem;
}
.czechia-key-role__checkboxes img {
  display: block;
  width: 100%;
  filter: invert(50%) sepia(18%) saturate(669%) hue-rotate(181deg) brightness(86%) contrast(85%);
}
.czechia-key-role__info {
  background-color: white;
  padding: 3rem;
  border-radius: 1.5rem;
}
.czechia-key-role .cross {
  position: relative;
  width: 30%;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .czechia-key-role .cross {
    position: absolute;
    width: 150%;
    top: 25%;
    left: -15%;
  }
}
@media (max-width: 400px) {
  .czechia-key-role h2 {
    font-size: 2rem;
  }
  .czechia-key-role h3 {
    font-size: 1rem;
  }
}

.reasons {
  margin: 5rem auto 7rem auto;
}
.reasons h2 {
  margin: 1rem auto;
  font-weight: bold;
}
.reasons .btn {
  width: 100%;
}
.reasons h3 {
  font-size: 2.2rem;
}

.end-word {
  margin: 4rem auto;
}
.end-word p {
  margin: 2rem auto;
}
.end-word img {
  max-width: 100%;
}

.how-it-works {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.how-it-works .title {
  margin-bottom: 3rem;
}
.how-it-works .origin {
  font-size: 0.6rem;
}
.how-it-works .first-diagram {
  margin-top: 3rem;
}
.how-it-works .first-diagram p {
  font-family: BebasNeue, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}
.how-it-works .first-diagram__top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 5rem;
  margin: 0 auto;
  box-shadow: 11px 11px 15px #00000017;
}
.how-it-works .first-diagram__top p {
  margin: auto;
}
.how-it-works .first-diagram__left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  padding: 0.5rem;
  border: 0.3rem solid #667695;
  border-radius: 2rem;
}
.how-it-works .first-diagram__left p {
  margin: auto;
}
.how-it-works .first-diagram__right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0.5rem;
  border: 0.3rem solid #667695;
  border-radius: 2rem;
}
.how-it-works .first-diagram__right p {
  margin: auto 0;
}
.how-it-works .first-diagram .left-arrow img {
  -webkit-transform: scaleX(-1) rotate(45deg);
  transform: scaleX(-1) rotate(45deg);
  position: relative;
  left: 7rem;
  width: 80%;
}
.how-it-works .first-diagram .right-arrow img {
  width: 80%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: 4rem;
}
.how-it-works .first-diagram .bottom-arrow img {
  width: 80%;
  margin: auto;
  position: relative;
  left: 4rem;
}
@media (max-width: 500px) {
  .how-it-works .first-diagram .left-arrow img {
    left: 4rem;
  }
  .how-it-works .first-diagram .right-arrow img {
    right: 3rem;
  }
  .how-it-works .first-diagram .bottom-arrow img {
    left: 2rem;
  }
  .how-it-works .first-diagram p {
    font-size: 0.75rem;
  }
}

.google-vs-seznam {
  margin: 5rem auto;
}
.google-vs-seznam img {
  max-width: 60%;
  margin: auto 0;
}
.google-vs-seznam .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.google-vs-seznam .table-row {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .google-vs-seznam .column-name h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .google-vs-seznam .column-name h3 {
    font-size: 1.5rem;
  }
}

.reasons_page {
  margin: 5rem auto;
}
.reasons_page .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reasons_page .image-wrapper img {
  max-width: 100%;
}

.top-nav {
  font-size: 1.3rem;
}
.top-nav .navbar-brand img {
  display: inline-block;
  width: 10rem;
}
@media (max-width: 576px) {
  .top-nav .navbar-toggler {
    margin: 0 auto;
  }
  .top-nav .navbar-brand {
    margin: auto;
  }
  .top-nav .navbar-brand img {
    width: 8rem;
  }
}
@media (min-width: 768px) {
  .top-nav {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .top-nav {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .top-nav {
    font-size: 1.5rem;
  }
}

#circle1, #circle2, #circle3, #circle4, #circle5, #circle6, #circle7, #circle8, #circle9, #circle10, #circle11, #circle12, #circle13, #circle14, #circle15, #circle16, #circle17, #circle18, #circle19, #circle20, #circle21 {
  display: none;
  position: absolute;
}

@media (min-width: 576px) {
  #circle1 {
    display: block;
    width: 25rem;
    top: -20rem;
    left: -10rem;
  }

  #circle4 {
    display: block;
    width: 20rem;
    top: 2rem;
    right: -12rem;
  }

  #circle5 {
    display: block;
    width: 4rem;
    top: 4rem;
    right: 4rem;
  }

  #circle6 {
    display: block;
    width: 1.5rem;
    top: -1rem;
    right: 3rem;
  }

  #circle7 {
    display: block;
    width: 5rem;
    top: 10rem;
    right: -2rem;
  }

  #circle8 {
    display: block;
    width: 5rem;
    top: 5rem;
    left: -2rem;
  }

  #circle9 {
    display: block;
    width: 2rem;
    top: 4rem;
    left: 1rem;
  }

  #circle10 {
    display: block;
    width: 5rem;
    top: 8rem;
    right: -2rem;
  }

  #circle11 {
    display: block;
    width: 3rem;
    top: 7rem;
    right: -2rem;
  }

  #circle12 {
    display: block;
    width: 25rem;
    top: -15rem;
    left: -10rem;
  }

  #circle15 {
    display: block;
    width: 5rem;
    bottom: -10rem;
    left: -3rem;
  }

  #circle16 {
    display: block;
    width: 2rem;
    bottom: -3rem;
    left: 3rem;
  }

  #circle17 {
    display: block;
    width: 22rem;
    top: -15rem;
    left: -8rem;
  }
}
@media (min-width: 768px) {
  #circle2 {
    display: block;
    width: 5rem;
    bottom: -8rem;
    left: 1rem;
  }

  #circle3 {
    display: block;
    width: 2rem;
    bottom: -4rem;
    left: 4rem;
  }

  #circle13 {
    display: block;
    width: 20rem;
    top: 55%;
    right: -15rem;
  }

  #circle14 {
    display: block;
    width: 4rem;
    top: 57%;
    right: 1rem;
  }

  #circle18 {
    display: block;
    width: 20rem;
    bottom: -15rem;
    right: -15rem;
  }

  #circle19 {
    display: block;
    width: 4rem;
    bottom: -2rem;
    right: 3rem;
  }
}
@media (min-width: 992px) {
  #circle20 {
    display: block;
    width: 20rem;
    top: 50%;
    right: -15rem;
  }

  #circle21 {
    display: block;
    width: 4rem;
    top: 53%;
    right: 3rem;
  }
}
.party {
  margin-top: 5rem;
}
.party .mep-status {
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
.party .party--wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.party .party--wrapper .btn {
  background-color: transparent;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: #F9F9F9;
  z-index: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: BebasNeue, sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

p {
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
}

a {
  font-family: BebasNeue, sans-serif;
  color: black;
}

a:hover {
  color: #667695;
}

.block-content {
  position: relative;
}

.yellow-line {
  border: 8px solid #ECD123;
  width: 25%;
  margin: auto;
}

.btn {
  background-color: #ECD123;
  border-radius: 2.2rem;
  white-space: normal !important;
  word-wrap: break-word;
}

.box-with-shadow {
  padding: 2rem;
  box-shadow: 11px 11px 15px #00000017;
  border-radius: 26px;
}

.yellow-background {
  background-color: #ECD123;
}

.blue-background {
  background-color: #667695;
}

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