.navlink-wrapper {
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  padding-top: 16px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.navlink-wrapper:hover {
  color: #fccd00;
}

.navlink-wrapper:focus {
  color: #fccd00;
}

.navlink-wrapper:visited {
  color: #fccd00;
}

.navlink-wrapper.navi_link_right {
  border-radius: 100px;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
}

.navlink-wrapper.navi_link_right:hover {
  border-color: #fccd00;
  color: #fccd00;
  text-decoration: none;
}

.banner-full-box {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 70px;
}

.banner-full-box.mobile {
  display: none;
}

.header-2 {
  width: 100%;
  margin-top: 100px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 53px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
  white-space: normal;
}

.header-2.v2 {
  margin-top: 290px;
}

.header-2.v2.spacer {
  margin-top: 30px;
  font-size: 45px;
}

.nav_menu.navi_color {
  background-color: transparent;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #55160c;
  color: #000;
}

.navlogo {
  width: 300px;
  margin-top: 0px;
}

.navbar-container {
  width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-container.ver2 {
  width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-btn-btn {
  display: block;
  width: 80%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #fccd00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.card-btn-btn:hover {
  background-color: #ffbf00;
  color: #fff;
}

.banner-section {
  width: auto;
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
  background-color: #000;
  background-image: url('../images/bridge_header6.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section.v3 {
  height: auto;
  background-color: #090112;
  background-image: none;
}

.logo-header {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.column {
  text-align: center;
}

.div-block-3 {
  width: 20%;
  margin-top: -41px;
  margin-right: -149px;
  margin-left: 0px;
  padding-left: 0px;
  float: right;
}

.headling-key-3 {
  text-align: left;
}

.headling-key-3.alt-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.div-block-4 {
  width: 100%;
}

.cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.cards {
  display: block;
  max-width: 140%;
}

.content-cyo_section {
  width: 80%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  background-color: transparent;
}

.arcanacards {
  padding-right: 10px;
  padding-left: 10px;
}

.arcanacards.solo {
  display: none;
}

.headling-key-2 {
  text-align: left;
}

.headling-key-2.alt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

.col-bridge {
  padding-right: 0px;
  padding-left: 0px;
}

.cyo_wrapper-2 {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cyo_wrapper-2.alt-3 {
  width: 850px;
}

.cols-bridge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols-bridge._4 {
  width: 67%;
  text-align: center;
}

.cols-bridge._3 {
  display: none;
  text-align: center;
}

.cards-groups {
  margin-right: 0px;
  padding-right: 0px;
}

.div-block-2 {
  width: 20%;
  margin-top: 25px;
  margin-right: -200px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.footer_section {
  background-color: #090112;
}

.footer_container {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 300px;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.footer-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-text.v2 {
  margin-bottom: 0px;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #f8c428;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.v2 {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.text-span {
  color: #fccd00;
}

.header_wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55160c;
}

.bridge_headline {
  width: 80%;
  margin-top: 91px;
  margin-right: auto;
  margin-left: auto;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.bridge_headline.smal_head2 {
  font-size: 55px;
}

.bridge_headline.smal_head2.v2 {
  margin-top: 80px;
}

.logo {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.subhead_bridge {
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #f5e105;
  text-align: center;
}

.blog_header_section {
  height: 445px;
  background-color: #000;
  background-image: url('../images/tarot_05.jpg');
  background-position: 50% 62%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.blog_header_section.v2 {
  background-color: #090112;
  background-image: none;
}

.column-10 {
  margin-top: 26px;
}

.image-9 {
  width: 500px;
}

.content_wrapper_01 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px;
  background-color: transparent;
  text-align: center;
}

.columns-6 {
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  width: 100%;
  color: #0f0b3b;
}

.sub_head_content {
  margin-top: 0px;
  color: red;
  font-size: 24px;
  line-height: 1.3;
}

.image-8 {
  width: 60px;
}

.button {
  width: 460px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcd35), to(#ffb839));
  background-image: linear-gradient(180deg, #ffcd35, #ffb839);
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.3;
}

.h1_header {
  padding: 5px 100px;
  font-family: Merriweather, serif;
  font-size: 37px;
  line-height: 1.2;
  font-style: normal;
  text-align: center;
}

.h1_header.top {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 60px;
}

.column-9 {
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer_section-2 {
  background-color: #090112;
  background-image: url('../images/background_image.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.header_wrapper-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55160c;
}

.content-cyo_section-2 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  background-color: transparent;
}

.content_wrapper_01-2 {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px;
  background-color: transparent;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navlink-wrapper {
    border-bottom: 1px solid #000;
  }

  .navlink-wrapper.navi_link_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: transparent;
    color: #000;
  }

  .navlink-wrapper.navi_link_right:hover {
    border-radius: 0px;
  }

  .banner-full-box {
    width: 70%;
  }

  .banner-full-box.web {
    width: 90%;
  }

  .header-2 {
    margin: 0px auto 5px;
    padding-left: 0px;
    font-size: 41px;
    line-height: 1.3;
  }

  .header-2.v2 {
    margin-top: 180px;
  }

  .header-2.v2.spacer {
    margin-top: 0px;
    font-size: 35px;
  }

  .nav_menu.navi_color {
    background-color: #fff;
  }

  .navbar {
    width: auto;
  }

  .navbar-container {
    width: 100%;
  }

  .navbar-container.ver2 {
    display: block;
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-btn-btn {
    position: static;
    display: block;
    width: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }

  .nav-icon {
    padding-left: 0px;
    color: #fff;
  }

  .banner-section {
    height: auto;
    background-color: #000;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .banner-section.v3 {
    height: 400px;
  }

  .logo-header {
    margin-top: 9px;
  }

  .cards-block {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cards {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-cyo_section {
    width: 95%;
  }

  .arcanacards {
    display: block;
  }

  .headling-key-2.alt-2 {
    width: 100%;
    font-size: 35px;
  }

  .cyo_wrapper-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cyo_wrapper-2.alt-3 {
    width: 100%;
  }

  .cols-bridge {
    margin-right: auto;
    margin-left: auto;
  }

  .footer_container {
    width: 95%;
  }

  .footer_wrapper {
    overflow: visible;
  }

  .footer-logo {
    float: none;
  }

  .footer-link {
    display: inline;
    float: none;
  }

  .bridge_headline.smal_head2.v2 {
    margin-top: 50px;
  }

  .bridge_headline.smal_head2.v2 {
    margin-top: 50px;
  }

  .logo {
    width: 45%;
  }

  .blog_header_section.v2 {
    height: 370px;
  }

  .blog_header_section.v2 {
    height: 370px;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_wrapper_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .columns-6 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .smaller_img {
    width: 80%;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .h1_header {
    font-size: 32px;
  }

  .h1_header.top {
    font-size: 38px;
  }

  .content-cyo_section-2 {
    width: 95%;
  }

  .content_wrapper_01-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .banner-full-box.web {
    display: none;
  }

  .banner-full-box.mobile {
    display: block;
    width: 90%;
    padding-top: 30px;
  }

  .header-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 33px;
  }

  .header-2.v2.spacer {
    margin-top: 30px;
  }

  .navbar {
    width: auto;
  }

  .navbar-container.ver2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-btn-btn {
    display: block;
  }

  .nav-icon {
    font-size: 30px;
  }

  .banner-section.v3 {
    height: 590px;
    background-image: none;
  }

  .logo-header {
    display: block;
  }

  .menu_button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image_card {
    max-width: 80%;
  }

  .headling-key-3.alt-2 {
    font-size: 20px;
  }

  .cards {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .content-cyo_section {
    margin-bottom: 0px;
  }

  .arcanacards {
    margin-right: auto;
    margin-left: auto;
  }

  .arcanacards.solo {
    display: inline-block;
  }

  .headling-key-2 {
    font-size: 26px;
  }

  .headling-key-2.alt-2 {
    width: 100%;
    font-size: 25px;
  }

  .col-bridge {
    margin-bottom: 10px;
  }

  .cols-bridge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cols-bridge._4 {
    display: none;
    width: 100%;
  }

  .cols-bridge._3 {
    display: block;
  }

  .cards-groups {
    margin-right: 0px;
    text-align: center;
  }

  .footer_container {
    width: 90%;
  }

  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-text {
    font-size: 11px;
  }

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

  .bridge_headline.smal_head2 {
    margin-top: 51px;
  }

  .bridge_headline.smal_head2.v2 {
    width: 90%;
    font-size: 45px;
  }

  .bridge_headline.smal_head2.v2 {
    width: 90%;
    font-size: 45px;
  }

  .content_wrapper_01 {
    margin-right: auto;
    margin-left: auto;
  }

  .smaller_img {
    width: 200px;
  }

  .h1_header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1_header.top {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 35px;
  }

  .content_wrapper_01-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navlink-wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .navlink-wrapper:hover {
    background-color: #f5bb00;
  }

  .navlink-wrapper.navi_link_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    color: #000;
    text-align: left;
  }

  .navlink-wrapper.navi_link_right:hover {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.18);
  }

  .banner-full-box {
    width: 90%;
  }

  .header-2 {
    margin: 8px auto 15px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
  }

  .header-2.v2 {
    margin-top: 150px;
  }

  .header-2.v2.spacer {
    margin-top: 15px;
    font-size: 25px;
  }

  .nav_menu {
    background-color: #fdcc2d;
  }

  .nav_menu.navi_color {
    display: block;
    background-color: rgba(255, 255, 255, 0.45);
  }

  .navlogo {
    display: block;
    width: 85%;
    padding-right: 15px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-container.ver2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-btn-btn {
    width: 180px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 16px;
  }

  .banner-section {
    height: 380px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .banner-section.v3 {
    height: 480px;
    background-image: none;
  }

  .logo-header {
    margin-top: 5px;
  }

  .menu_button {
    margin-left: auto;
    padding: 5px;
    float: left;
  }

  .menu_button.w--open {
    background-color: #fdcc2d;
  }

  .image_card {
    max-width: 100%;
  }

  .div-block-3 {
    width: 50%;
    margin-right: -137px;
  }

  .headling-key-3.alt-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .cards-block {
    width: 100%;
    padding-right: 0px;
  }

  .cards {
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: none;
  }

  .cards.solo {
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }

  .content-cyo_section {
    margin-top: 29px;
    margin-bottom: 40px;
  }

  .arcanacards {
    display: inline-block;
    text-align: center;
  }

  .arcanacards.solo {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .headling-key-2.alt-2 {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
  }

  .col-bridge {
    margin-right: auto;
    margin-left: auto;
  }

  .cyo_wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cyo_wrapper-2.alt-3 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cols-bridge {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cards-groups {
    display: block;
    margin-right: 0px;
    text-align: center;
  }

  .div-block-2 {
    width: 50%;
    margin-right: -200px;
  }

  .footer_container {
    width: 90%;
    padding-top: 20px;
  }

  .footer_wrapper {
    display: block;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-link {
    display: block;
    float: none;
    line-height: 1.6;
  }

  .footer-link.v2 {
    display: inline;
  }

  .bridge_headline.smal_head2 {
    margin-top: 49px;
    font-size: 38px;
  }

  .bridge_headline.smal_head2.v2 {
    margin-top: 20px;
    font-size: 34px;
  }

  .bridge_headline.smal_head2.v2 {
    margin-top: 20px;
    font-size: 34px;
  }

  .logo {
    width: 60%;
  }

  .subhead_bridge.smaller_sub {
    width: 95%;
    font-size: 24px;
    line-height: 1.3;
  }

  .blog_header_section.v2 {
    height: 330px;
  }

  .blog_header_section.v2 {
    height: 330px;
  }

  .content_wrapper_01 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns-6 {
    width: 95%;
  }

  .button {
    display: block;
    width: 100%;
    font-size: 13px;
  }

  .h1_header {
    font-size: 22px;
    line-height: 1.4;
  }

  .h1_header.top {
    margin-bottom: 0px;
    font-size: 25px;
  }

  .content-cyo_section-2 {
    margin-top: 29px;
  }

  .content_wrapper_01-2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 45px;
  }
}