@charset "UTF-8";
.page-template-simple-page img.alignright {
  float: right !important;
}
.page-template-simple-page img.alignnone {
  display: block;
}
.page-template-simple-page img.aligncenter {
  float: left !important;
}
@media (min-width: 1025px) {
  .page-template-simple-page .big-page-header {
    padding-top: 200px;
  }
}
.page-template-simple-page * {
  color: #ff5008;
  float: none !important;
}
.page-template-simple-page.color-2 *,
.page-template-simple-page.color-2 blockquote:before {
  color: #0099e6 !important;
}
.page-template-simple-page.color-3 *,
.page-template-simple-page.color-3 blockquote:before {
  color: #c000ff !important;
}
.page-template-simple-page a {
  text-decoration: underline;
}
.page-template-simple-page blockquote {
  width: 100%;
  float: left;
}
.page-template-simple-page pre {
  width: 100%;
  float: left;
  overflow: hidden;
  white-space: normal;
}
.page-template-simple-page .wp-content {
  padding-bottom: 40px;
}
.page-template-simple-page code,
.page-template-simple-page kbd,
.page-template-simple-page pre,
.page-template-simple-page samp {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.page-template-simple-page table {
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-collapse: collapse;
}
.page-template-simple-page th {
  border: 1px solid #ccc;
  font-weight: 700;
  text-align: left;
}
.page-template-simple-page td {
  border: 1px solid #ddd;
}
.page-template-simple-page caption,
.page-template-simple-page td,
.page-template-simple-page th {
  padding: 5px;
}
.page-template-simple-page caption {
  background: #f1f1f1;
  padding: 10px 0;
  margin-bottom: 1em;
}
.page-template-simple-page td,
.page-template-simple-page th,
.page-template-simple-page tr {
  vertical-align: middle;
}
.page-template-simple-page table .last {
  padding-right: 0;
}
.page-template-simple-page blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 10px;
  quotes: "“" "”" "‘" "’";
}
.page-template-simple-page blockquote:before {
  color: #ff5008;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
@media (max-width: 768px) {
  .page-template-simple-page img {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  a.content-blank {
    display: none;
  }
}

@keyframes transformToBlue {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes transformToYellow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes moveCircleRight {
  0% {
    left: 0;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(-97%);
  }
}

@keyframes moveCircleLeft {
  0% {
    left: 100%;
    transform: translateX(-97%);
  }

  100% {
    left: 0;
    transform: translateX(-3%);
  }
}
.popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 40px;
}
.popup.on-mobile {
  justify-content: center;
  margin-bottom: 35px;
  margin-right: 0;
}
.popup p {
  letter-spacing: normal;
  font-weight: 700;
  margin-right: 15px;
  font-size: 1rem;
  margin-bottom: 0;
}
.popup .yellow {
  color: #fbe36d;
}

.popup .blue {
  color: #588be4;
}

.popup .button {
  position: relative;
  height: 23px;
  width: 60px;
  border-radius: 25px;
  transition: 1s;
  font-family: "Sen", sans-serif !important;

  text-transform: uppercase;
  font-size: 12px;cursor: pointer;
}

.color-1 .popup .button.on {
  background-color: #c8a337 !important;
}
.color-2 .popup .button.on {
  background-color: #8699f8 !important;
}
.color-3 .popup .button.on {
  background-color: #06ce6c !important;
}
.color-4 .popup .button.on {
  background-color: #ff8c99 !important;
}
.color-1 .popup .button {
  border: 1px solid #c8a337;
}
.color-2 .popup .button {
  border: 1px solid #8699f8;
}
.color-3 .popup .button {
  border: 1px solid #06ce6c;
}
.color-4 .popup .button {
  border: 1px solid #ff8c99;
}
.half {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: 600;
}
.color-1 .half {
  color: #c8a337;
}
.color-2 .half {
  color: #8699f8;
}
.color-3 .half {
  color: #06ce6c;
}
.color-4 .half {
  color: #ff8c99;
}

.color-1 .on .half,
.color-2 .on .half,
.color-3 .on .half,
.color-4 .on .half {
  color: #2f292f;
}
.circle {
  position: absolute;
  top: -4px;
  right: -1px;
  height: 29px;
  width: 29px;
  border-radius: 50%;

  pointer-events: none;
  transition: 1s;
}
.color-1 .circle {
  background-color: #c8a337;
  border: 1px solid #c8a337;
}
.color-2 .circle {
  background-color: #8699f8;
  border: 1px solid #8699f8;
}
.color-3 .circle {
  background-color: #06ce6c;
  border: 1px solid #06ce6c;
}
.color-4 .circle {
  background-color: #ff8c99;
  border: 1px solid #ff8c99;
}

.color-1 .on .circle,
.color-2 .on .circle,
.color-3 .on .circle,
.color-4 .on .circle {
  background-color: #2f292f;
}
body.scroll-disable .popup, body.scroll-disable .lang-block {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .popup.on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .popup.on-desktop {
    display: none;
  }
}

  .partners-list .partner a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.partners-list .partner a img {
    max-height: 100px;
}
@media(max-width:767px){
.partners-list .partner a {
    min-height: auto;
}
}
iframe#tito-iframe-tito-design-matters-design-matters-mexico-city-23-1, #tito-iframe-tito-design-matters-tokyo-23-1 {
  z-index: 999999999999 !important;
}