@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
.not-found-title {
  color: rgb(27, 139, 200);
}

.form-step .form-step-item {
  color: rgb(27, 139, 200);
}
.form-step .form-step-item::before {
  background: rgb(225, 243, 248);
  color: rgb(27, 139, 200);
}
.form-step .form-step-item.is-current::before {
  color: #fff;
  background: rgb(27, 139, 200);
}

.form-control .acms-admin-form-radio {
  margin: 0.5em 0;
}

.button {
  background: rgb(43, 174, 94);
}
.button:hover, .button:active {
  background: rgb(74, 207, 74);
  color: rgb(59, 59, 59);
}
.button.is-inverse {
  color: rgb(27, 139, 200);
}

.entry-style p.text-lead-primary {
  color: rgb(43, 174, 94);
}

.serial-nav-arrow {
  word-break: keep-all;
}

.entry-footer {
  padding: 2em 0 0 0;
}

.global-nav-item {
  margin: 0 0.2em;
}

[class*=column-image] .caption, [class*=column-media] .caption, [class*=column-eximage] .caption {
  font-size: 14px;
  color: rgb(59, 59, 59);
}
@media only screen and (min-width: 768px) {
  [class*=column-image] .caption, [class*=column-media] .caption, [class*=column-eximage] .caption {
    font-size: 18px;
  }
}

.more-link {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.4em 2em 1.4em 1em;
  position: relative;
  border: 1px solid rgb(59, 59, 59);
  border-radius: 40px;
  color: rgb(59, 59, 59);
  font-size: 14px;
  text-align: center;
}
.more-link:link, .more-link:visited {
  color: rgb(59, 59, 59);
}
.more-link:hover, .more-link:active {
  background-color: rgba(251, 252, 234, 0.9);
  transition: background-color 0.5s;
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.more-link::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: auto 0;
  display: inline-block;
  background: url(../images/icon_arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
}
@media only screen and (min-width: 1024px) {
  .more-link {
    font-size: 16px;
  }
}

.fadeIn {
  animation-name: fadeInAnimation;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  background-color: rgba(255, 255, 255, 0);
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bunner-box {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.bunner-box li {
  margin: 0 auto 1em;
  list-style: none;
}
.bunner-box li:last-of-type {
  margin: 0 auto;
}
.bunner-box li a {
  display: block;
}
.bunner-box li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-wrap {
  width: 100%;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 0;
  z-index: 2000;
}
@media only screen and (min-width: 1024px) {
  .header-wrap {
    position: fixed;
  }
}

.header {
  height: auto;
  align-items: flex-start;
  box-shadow: none;
}
.header .header-item-title {
  flex-basis: 18%;
  margin: 10px;
}
.header .header-title a {
  display: block;
  width: 200px;
  width: 150px;
  height: auto;
  line-height: 1em;
}
@media only screen and (min-width: 1204px) {
  .header .header-title a {
    width: 240px;
  }
}
.header .header-title img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .header {
    position: static;
  }
}
.header .header-item-nav {
  font-size: 16px;
}
.header .header-item-nav .global-nav-link {
  padding: 40px 5px 15px 5px;
}
@media only screen and (min-width: 1366px) {
  .header .header-item-nav {
    font-size: 18px;
  }
  .header .header-item-nav .global-nav-link {
    padding: 40px 15px 15px 15px;
  }
}

.global-nav {
  font-size: 0.8em;
}
@media only screen and (min-width: 1240px) {
  .global-nav {
    font-size: 0.9em;
  }
}

.global-nav-mobile-menu-btn {
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(59, 59, 59);
}

.global-nav-mobile-icon-toggle-menu {
  background: rgb(59, 59, 59);
}
.global-nav-mobile-icon-toggle-menu::before, .global-nav-mobile-icon-toggle-menu::after {
  background: rgb(59, 59, 59);
}

.global-nav-mobile-menu-text {
  color: rgb(59, 59, 59);
}

.global-nav-list {
  font-weight: normal;
}

.link-momorin {
  width: 200px;
  height: auto;
  border-radius: 0 0 0 8px;
  overflow: hidden;
}
.link-momorin a {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: rgb(255, 177, 209);
  color: rgb(59, 59, 59);
  text-align: center;
  line-height: 1.2em;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) {
  .link-momorin a {
    font-size: 18px;
  }
}
.link-momorin a:link, .link-momorin a:visited {
  color: rgb(59, 59, 59);
}
.link-momorin a:hover, .link-momorin a:active {
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.link-momorin a span {
  display: block;
  flex-basis: 100%;
  padding: 0.8em 70px 0.6em 1em;
  font-weight: bold;
}
.link-momorin a span.btn {
  padding: 0.5em 60px 0.5em 0.5em;
  background-color: rgb(255, 207, 0);
  font-size: 0.8em;
}
.link-momorin a::after {
  content: "";
  display: block;
  width: 70px;
  height: 100px;
  position: absolute;
  right: 3px;
  bottom: 0;
  background: url(../images/momorin.svg) no-repeat left bottom;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  .link-momorin {
    display: none;
  }
}

.link-yell {
  width: 200px;
  width: 180px;
  height: auto;
}
.link-yell a {
  display: block;
}
.link-yell a img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .link-yell {
    display: none;
  }
}

.main-visual-bg {
  height: 67.5vh;
  background-image: url(../images/mainvisual-mobile.jpg);
  animation: zoomup 3s 0.3s 1 both;
}
@media only screen and (min-width: 1024px) {
  .main-visual-bg {
    background-image: url(../images/mainvisual-desktop.jpg);
  }
}

.main-visual-box {
  padding: 7.5vh 1em 1.4em 1em;
  position: static;
  background: rgb(245, 240, 216);
}
.main-visual-box::before {
  content: none;
}
.main-visual-box .main-visual-catch {
  font-size: 18px;
  color: rgb(59, 59, 59);
  font-weight: bold;
}
.main-visual-box .main-visual-catch-sub {
  margin: 0;
  font-size: 16px;
  color: rgb(59, 59, 59);
}
@media only screen and (min-width: 1024px) {
  .main-visual-box {
    max-width: 70%;
    padding: 1.8em;
    background: rgb(225, 243, 248);
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    bottom: 80px;
    text-align: left;
    align-items: flex-start;
  }
  .main-visual-box .main-visual-catch {
    text-align: left;
  }
  .main-visual-box .main-visual-catch-sub {
    margin: 0 0 0.5em 0;
    text-align: left;
  }
}

.main-visual-scroll {
  top: calc(67.5vh - 60px);
  bottom: auto;
  left: 0;
  right: 0;
}
.main-visual-scroll .main-visual-scroll-link {
  color: #fff;
}

/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes zoomup {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-drop {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-card {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
}

body {
  font-size: 18px;
  color: rgb(59, 59, 59);
}

em {
  font-style: normal;
  font-weight: bold;
}

h2 {
  margin: 0 0 1.8em 0;
  font-size: 21px;
}
h2 span {
  display: block;
  margin: 0 0 2em 0;
  font-size: 16px;
}

.bg-white-title {
  margin: 4em 0 2em 0;
  padding: 0.5em 0.2em;
  background: rgba(255, 255, 255, 0.8);
}

.bg-pink, .bg-yellow, .bg-blue, .bg-green {
  width: 100%;
}

.bg-pink {
  background: rgb(243, 217, 218);
}

.bg-yellow {
  background: rgb(245, 240, 216);
}

.bg-blue {
  background: rgb(225, 243, 248);
}

.bg-green {
  background: rgb(236, 245, 239);
}

.contents-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 2em 1em;
}
@media only screen and (min-width: 1024px) {
  .contents-wrapper {
    padding: 4em 2em;
  }
}

.info-text-f {
  margin: 0;
  padding: 0.4em 0 0 0;
}

.js-animation {
  opacity: 0;
  will-change: transform, opacity;
}

.js-animation.is-show {
  animation: fade-in 0.4s 0.5s 1 both;
}

.js-animation-row {
  opacity: 0;
  will-change: transform, opacity;
}

.js-animation-row.is-show {
  animation: fade-in 0.2s 0.3s 1 both;
}

.info-box {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 2em 1em;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .info-box {
    padding: 4em 1em;
  }
}
.info-box .title {
  flex-basis: 100%;
  order: 1;
}
.info-box .title.js-animation-row {
  will-change: transform, opacity;
}
.info-box .title.js-animation-row.is-show {
  animation: slide-in-left 0.5s 0.3s 1 both;
}
.info-box .info {
  flex-basis: 100%;
  order: 3;
}
.info-box .info p, .info-box .info img {
  margin: 0 0 2em 0;
}
.info-box .info a {
  display: block;
}
.info-box .info.js-animation-row {
  will-change: transform, opacity;
}
.info-box .info.js-animation-row.is-show {
  animation: slide-in-left 0.5s 0.3s 1 both;
}
.info-box .view {
  flex-basis: 100%;
  order: 2;
}
.info-box .view.js-animation-row {
  will-change: transform, opacity;
}
.info-box .view.js-animation-row.is-show {
  animation: slide-in-right 0.5s 0.3s 1 both;
}
.info-box img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .info-box {
    display: grid;
    grid-template-columns: 32% 64%;
    grid-template-rows: auto 1fr;
    gap: 0 4%;
  }
  .info-box .title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .info-box .info {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .info-box .view {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.info-box.column01 {
  display: block;
}

.entry-list-thumbnail {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.thumbnail-card {
  display: flex;
  margin: 0 0 2em 0;
  padding: 0;
  flex-wrap: wrap;
}

.card-item {
  flex-basis: 98%;
  margin: 0 1% 2em;
  padding: 1em;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  list-style: none;
}
.card-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  color: rgb(59, 59, 59);
}
.card-item a img {
  flex-basis: 100%;
  margin: 0 0 0.5em 0;
}
.card-item a .more-link {
  flex-basis: 100%;
  padding: 1em 2em 1em 1em;
}
.card-item a:link, .card-item a:visited {
  color: rgb(59, 59, 59);
}
.card-item a:active, .card-item a:hover {
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.card-item img {
  width: 100%;
  height: auto;
}
.card-item .more-link span {
  font-size: 0.8em;
}
.card-item .card-item-time {
  text-align: right;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .card-item {
    flex-basis: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .card-item {
    flex-basis: 31%;
  }
}

.entry-list {
  margin: 0 0 2em 0;
  padding: 0;
}
.entry-list .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #707070;
  font-weight: bold;
}
.entry-list .list-item a {
  display: block;
  padding: 1.4em 0;
  color: rgb(59, 59, 59);
}
.entry-list .list-item a:link, .entry-list .list-item a:visited {
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.entry-list .list-item a:hover, .entry-list .list-item a:active {
  background: rgba(251, 252, 234, 0.7);
  color: rgb(59, 59, 59);
  text-decoration: none;
}
.entry-list .list-item .cat {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.2em 0.4em;
  line-height: 1.1em;
  background-color: rgb(43, 174, 94);
  border-radius: 14px;
  font-size: 0.8em;
  font-weight: normal;
}
.entry-list .list-item .date {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: 0.8em;
  font-weight: normal;
}
.entry-list .list-item .title {
  display: inline-block;
}

.banner-box {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}
.banner-box .banner-partner {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.banner-box .banner-partner .banner-partner-item {
  margin: 0 1% 1em;
  padding: 0;
  list-style: none;
}
.banner-box .banner-partner .banner-partner-item img {
  width: 100%;
  height: auto;
}
.banner-box .banner-box-big {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 2em auto;
}
.banner-box .banner-box-big .banner-partner .banner-partner-item {
  flex-basis: 48%;
}
@media screen and (min-width: 1024px) {
  .banner-box .banner-box-big .banner-partner .banner-partner-item {
    flex-basis: 31%;
  }
}
.banner-box .banner-box-small {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.banner-box .banner-box-small .banner-partner .banner-partner-item {
  flex-basis: 31%;
}
@media screen and (min-width: 1024px) {
  .banner-box .banner-box-small .banner-partner .banner-partner-item {
    flex-basis: 23%;
  }
}

.entry-style .ug-bg-primary {
  background: rgb(225, 243, 248);
}
.entry-style .entry-text-unit p.text-btn a {
  background: rgb(43, 174, 94);
  border: none;
  color: rgb(59, 59, 59);
}
.entry-style .entry-text-unit p.text-btn a:link, .entry-style .entry-text-unit p.text-btn a:visited {
  background: rgb(43, 174, 94);
  color: rgb(59, 59, 59);
}
.entry-style .entry-text-unit p.text-btn a:hover, .entry-style .entry-text-unit p.text-btn a:active {
  background: rgb(74, 207, 74);
  color: rgb(59, 59, 59);
}
.entry-style .entry-text-unit h2 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h2 {
    font-size: 32px;
  }
}
.entry-style .entry-text-unit h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h3 {
    font-size: 28px;
  }
}
.entry-style .entry-text-unit h3 .text-point {
  color: rgb(27, 139, 200);
}
.entry-style .entry-text-unit h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h4 {
    font-size: 24px;
  }
}
.entry-style .entry-text-unit h5 {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .entry-style .entry-text-unit h5 {
    font-size: 21px;
  }
}
.entry-style .pricing-label {
  background: rgb(43, 174, 94);
}
.entry-style .button {
  background: rgb(43, 174, 94);
  border: none;
}
.entry-style .button:link, .entry-style .button:visited {
  background: rgb(43, 174, 94);
}
.entry-style .button:hover, .entry-style .button:active {
  background: rgb(74, 207, 74);
  color: rgb(59, 59, 59);
}

.entry-style .ug-bg-gray > :not(.entry-reset):last-child > *, .entry-style .ug-bg-primary > :not(.entry-reset):last-child > * {
  margin: 0 0 1em 0;
}

.space20-id-clear {
  display: block;
  height: 20px;
  margin: 0;
  clear: both;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .space20-id-clear {
    height: 100px;
  }
}

.pagetitle {
  width: 100%;
  height: auto;
  margin: 90px 0 0 0;
  padding: 100px 1em 80px 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .pagetitle {
    padding: 160px 1em 110px 1em;
  }
}
.pagetitle .pagetitle-inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.pagetitle .pagetitle-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .pagetitle .pagetitle-title {
    font-size: 34px;
  }
}

.topicpath {
  margin: 0;
  padding: 0.25em 0;
}
.topicpath .topicpath-list {
  margin: 0 0.5em;
}
.topicpath .topicpath-list .topicpath-item {
  font-size: 12px;
}
.topicpath .topicpath-list .topicpath-item:not(:last-child)::after {
  margin: 0 2px;
  border-top: 1px solid rgb(59, 59, 59);
  border-right: 1px solid rgb(59, 59, 59);
}

.entry {
  padding: 4em 0;
}

.entry-header-title span {
  margin: 0 0.5em;
  font-size: 0.8em;
}

.entry-info {
  margin: 0 0 2em 0;
  padding: 1.4em 2em 0.9em;
  background-color: rgb(230, 230, 230);
  border-radius: 8px;
}
.entry-info p {
  margin: 0 0 0.5em 0;
}
.entry-info p span {
  margin: 0 0.5em 0 0;
  padding: 0.1em 0.4em;
  border: 1px solid rgb(59, 59, 59);
  border-radius: 8px;
}

.entry-cta {
  width: 100%;
  height: auto;
  margin: 0 0 4em 0;
  padding: 2em 0.8em;
  background-size: cover;
  background-position: top center;
  color: #fff;
  text-align: center;
}
.entry-cta::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 35px;
  background: url(../images/balloon-blatto.svg) no-repeat center;
  background-size: contain;
}
.entry-cta p {
  font-size: 0.9em;
}
.entry-cta .cta-text {
  margin: 0;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .entry-cta {
    padding: 4em 0;
  }
  .entry-cta::before {
    width: 140px;
    height: 70px;
  }
  .entry-cta .cta-text {
    font-size: 1.4em;
    font-weight: bold;
  }
}

.share-item a {
  width: auto;
}

.entry-detail {
  margin: 0;
  padding: 2em 0;
  border-top: 1px solid rgb(59, 59, 59);
}
.entry-detail img {
  width: 100%;
  height: auto;
}
.entry-detail .entry-detail-name {
  font-weight: bold;
}
.entry-detail .entry-detail-table {
  width: 100%;
  margin: 0 0 2em 0;
  border-collapse: collapse;
  border-top: 1px solid rgb(59, 59, 59);
}
.entry-detail .entry-detail-table th, .entry-detail .entry-detail-table td {
  display: block;
  width: 100%;
  padding: 0.5em 0.8em;
  border-bottom: 1px solid rgb(59, 59, 59);
  text-align: left;
}
.entry-detail .entry-detail-table th {
  background-color: rgb(239, 239, 239);
}
.entry-detail .entry-detail-column2 .entry-detail-left {
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 1024px) {
  .entry-detail .entry-detail-column2 {
    display: flex;
    justify-content: space-between;
  }
  .entry-detail .entry-detail-column2 .entry-detail-left {
    flex-basis: 58%;
  }
  .entry-detail .entry-detail-column2 .entry-detail-right {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .entry-detail .entry-detail-column1 .entry-detail-table th, .entry-detail .entry-detail-column1 .entry-detail-table td {
    display: table-cell;
    width: auto;
  }
  .entry-detail .entry-detail-column1 .entry-detail-table th {
    width: 7em;
  }
}

#momorin-v {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #momorin-v::before {
    content: "";
    width: 280px;
    height: 240px;
    background: url(../images/bg-blattokun.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .momorin-v #momorin-v::after {
    content: none;
  }
}
.momorin-v #momorin-v .info-box.column01 {
  position: relative;
}
.momorin-v #momorin-v .info-box.column01::after {
  content: "";
  width: 320px;
  height: 270px;
  background: url(../images/bg-blattokun-gry.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -100;
}
.momorin-v .entry-info {
  background-color: rgb(243, 217, 218);
}
.momorin-v .entry-cta .more-link {
  border: none;
  background-color: rgb(243, 217, 218);
}
.momorin-v .entry-cta .more-link:hover, .momorin-v .entry-cta .more-link:active {
  background-color: rgb(255, 177, 209);
}

#news .more-link {
  border: none;
  background-color: rgb(43, 174, 94);
}
#news .more-link:hover, #news .more-link:active {
  background-color: rgb(74, 207, 74);
}

.cosponsorship .entry-cta .more-link {
  border: none;
  background-color: rgb(225, 243, 248);
}
.cosponsorship .entry-cta .more-link:hover, .cosponsorship .entry-cta .more-link:active {
  background-color: rgb(27, 139, 200);
  color: #fff;
}
.cosponsorship .entry-info {
  background-color: rgb(225, 243, 248);
}

.shop .entry-info {
  background-color: rgb(245, 240, 216);
}

.general .card-item {
  flex-basis: 48%;
  font-size: 0.7em;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  .general .card-item {
    flex-basis: 31%;
  }
}
@media only screen and (min-width: 1024px) {
  .general .card-item {
    flex-basis: 23%;
  }
}
.general .card-item .more-link span {
  padding: 0.7em 1.8em 0.7em 0.5em;
}

.platinum-title {
  display: flex;
  align-items: center;
}
.platinum-title .platinum-title-icon {
  content: "";
  display: inline-block;
  width: 4em;
  height: 3em;
  margin: 0 0.5em 0 0;
  background: url(../images/badge-platinum.png) no-repeat top center;
  background-size: contain;
}

.category-list-box {
  margin: 0 0 2em 0;
}
.category-list-box .category-list-title {
  font-weight: bold;
}
.category-list-box .category-list {
  margin: 0;
  padding: 0;
}
.category-list-box .category-list .category-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted rgb(59, 59, 59);
}
.category-list-box .category-list .category-list-item .category-list-link {
  display: block;
  padding: 0.8em 0.5em;
  color: rgb(59, 59, 59);
}
.category-list-box .category-list .category-list-item .category-list-link:link, .category-list-box .category-list .category-list-item .category-list-link:visited {
  color: rgb(59, 59, 59);
}
.category-list-box .category-list .category-list-item .category-list-link:hover, .category-list-box .category-list .category-list-item .category-list-link:active {
  color: rgb(59, 59, 59);
}
.category-list-box .category-list .category-list-item .category-list {
  margin: 0 0 2em 0;
  font-size: 0.9em;
}
.category-list-box .category-list .category-list-item .category-list .category-list-item {
  border-bottom: none;
  margin: 0 0 0 1em;
  padding: 0 0 0 0.5em;
  background: url(../images/icon-circle.svg) no-repeat center left;
  background-size: 0.5em;
}
@media only screen and (min-width: 1024px) {
  .category-list-box .category-list {
    display: flex;
    flex-wrap: wrap;
  }
  .category-list-box .category-list .category-list-item {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .category-list-box.multiple .category-list {
    display: block;
  }
  .category-list-box.multiple .category-list .category-list-item .category-list {
    display: flex;
    flex-wrap: wrap;
  }
  .category-list-box.multiple .category-list .category-list-item .category-list .category-list-item {
    flex-basis: 48%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .category-list-box.multiple .category-list .category-list-item .category-list .category-list-item {
    flex-basis: 31%;
  }
}

#partner {
  padding: 2em 1em;
}
@media only screen and (min-width: 1024px) {
  #partner {
    padding: 4em 1em;
  }
}
#partner h2 {
  text-align: center;
}

.to_top {
  width: 48px;
  height: 62px;
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  animation: fade-in 3s 0.3s 1 both;
}
.to_top img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1366px) {
  .to_top {
    width: 87px;
    height: 108px;
  }
}

.footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2em 0 4em;
  background: rgb(255, 255, 255) url(../images/footer-line-mobile.png) no-repeat top left;
  background-size: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer {
    background: rgb(255, 255, 255) url(../images/footer-line-desktop.png) no-repeat top left;
    background-size: contain;
  }
}
.footer .footer-wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.footer .footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-nav .footer-nav-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.footer .footer-nav .footer-nav-item .footer-nav-item-link {
  display: inline-block;
  padding: 0.5em;
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
}

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #333333;
  --cc-btn-primary-bg: #C41134;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #910021;
  --cc-btn-secondary-bg: #F1F1F1;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #EEEEEE;
  --cc-toggle-bg-off: #999999;
  --cc-toggle-bg-on: #666666;
  --cc-toggle-bg-readonly: #E5E5E5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #faecec;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #F1F1F1;
  --cc-cookie-category-block-bg-hover: #EEEEEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #dbcfcf;
  --cc-webkit-scrollbar-bg-hover: #a09191;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  font-variant: normal;
  line-height: 1.2;
  letter-spacing: unset;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
  visibility: unset;
  transition: none;
  animation: none;
}

.cc_div {
  color: #2d4156;
  color: var(--cc-text);
  font-weight: 400;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}

.force--consent.show--consent .c--anim #cm.box.middle,
.force--consent.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 1;
  width: 100%;
  max-width: 24.2em;
  padding: 1.1em 1.8em 1.4em 1.8em;
  font-family: inherit;
  line-height: initial;
  background: #fff;
  background: var(--cc-bg);
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  margin-bottom: 1.4em;
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .c-bn {
  display: inline-block;
  padding: 1em 1.7em;
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  font-size: 0.82em;
  text-align: center;
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

#s-cnt #s-rall-bn {
  float: none;
  margin-left: 1em;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 6.4em 1.3em 2.7em;
  font-size: 0.95em;
  font-family: inherit;
  background: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  border: none;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#cs {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.7em;
}

#s-inr {
  position: relative;
  position: relative;
  max-width: 45em;
  height: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  overflow: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
  transform: scale(0.96);
  visibility: hidden;
  opacity: 0;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3em 2.1em;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}

#s-bns {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.75em;
  padding: 1em 2.1em;
  border-color: var(--cc-section-border);
  border-top: 1px solid #f1f3f5;
}

.cc_div .cc-link {
  display: inline;
  padding-bottom: 0;
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  z-index: 2;
  display: table;
  width: 100%;
  height: 4.75em;
  padding: 0 2.1em;
  vertical-align: middle;
  border-color: var(--cc-section-border);
  border-bottom: 1px solid #f1f3f5;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
  vertical-align: middle;
}

#s-c-bn {
  position: relative;
  width: 1.7em;
  height: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: initial;
  font-size: 1.45em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  position: relative;
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  top: 0;
  right: 0;
  right: 1.2em;
  bottom: 0;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  border: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  position: relative;
  top: 0.125em;
  left: 0.125em;
  display: block;
  box-sizing: content-box;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  content: "";
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-collapse: collapse;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  padding-left: 1.2em;
  font-size: 0.8em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  padding: 1.2em 1.2em;
  font-family: inherit;
}

#s-bl thead tr:first-child {
  border-color: var(--cc-cookie-table-border);
  border-bottom: 1px solid #e9edf2;
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 1.2em;
  display: inline-block;
  margin-right: 15px;
  padding: 0.2em;
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  position: absolute;
  top: 0.37em;
  left: 0.75em;
  display: inline-block;
  margin: 0 auto;
  padding: 0.1em;
  padding-bottom: 0.45em;
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::before,
#s-c-bn::after {
  position: absolute;
  top: 0.58em;
  left: 0.82em;
  width: 1.5px;
  height: 0.6em;
  margin: 0 auto;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  position: absolute;
  top: 0.42em;
  right: 0.8em;
  display: block;
  width: 0.09375em;
  height: 0.7em;
  margin: 0 auto;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  transform-origin: center;
  content: " ";
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
.force--consent #cm.box.middle,
.force--consent #cm.cloud.middle {
  top: 50%;
  bottom: auto;
  transform: translateY(-37%);
}

.force--consent #cm.box.middle.zoom,
.force--consent #cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  right: 1em;
  left: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  right: 1em;
  left: 1em;
  width: unset;
  max-width: 50em;
  margin: 0 auto;
  padding: 1.3em 2em;
  overflow: hidden;
  text-align: center;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  width: 70%;
  padding-right: 2.4em;
  vertical-align: top;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  width: 100%;
  margin: 0.625em 0 0 0;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 2em;
  border-radius: 0;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  height: 100%;
  max-height: 100%;
  transform: none;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-right: 1.6em;
  padding-left: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  max-width: 32em;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0;
}

.cc_div .bar.left #s-inr {
  margin-right: auto;
  margin-left: 0;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-color: var(--cc-cookie-table-border);
  border-top: 1px solid #e3e7ed;
}

.cc_div .bar #s-bl td {
  position: relative;
  padding-left: 35%;
  /* Behave  like a "row" */
  border: none;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  overflow: hidden;
  color: #000;
  color: var(--cc-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  content: attr(data-column);
}

/* End bar layout */
/* Positions */
#cm.top {
  top: 1.25em;
  bottom: auto;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  right: 1.25em;
  left: auto;
}

#cm.bar.left,
#cm.bar.right {
  right: 0;
  left: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    right: 1em;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    top: auto;
    bottom: 1em;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    width: 100%;
    max-width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    padding: 0;
    border-radius: 0;
  }
  #c-s-in {
    top: 0;
    height: 100%;
    max-height: 100%;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    padding: 0.9em 1.6em;
    font-size: 0.83em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-color: var(--cc-cookie-table-border);
    border-top: 1px solid #e3e7ed;
  }
  #s-bl td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: none;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    overflow: hidden;
    color: #000;
    color: var(--cc-text);
    white-space: nowrap;
    text-overflow: ellipsis;
    content: attr(data-column);
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  #c-bns button + button,
  #s-cnt button + button {
    float: unset;
    margin-top: 0.625em;
  }
  #cm.cloud,
  #cm.box {
    right: 1em;
    left: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  position: relative;
  top: 0;
  max-height: 37.5em;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  max-height: 100%;
  margin-top: 0;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.course-select {
  width: 100%;
  padding: 0 0 0.6em 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6);
}

.course-select-title {
  display: block;
  font-weight: bold;
}
.course-select-title:not(.first) {
  margin: 1em 0 0 0;
}

.course-select-item {
  display: block;
  padding: 0.4em 0;
}
@media only screen and (min-width: 768px) {
  .course-select-item {
    display: inline-block;
    margin: 0 1em 0 0;
  }
}
.course-select-item input + label {
  cursor: pointer;
}/*# sourceMappingURL=bundles.css.map */