@charset "UTF-8";
.blank_01 {
  background-color: transparent !important;
}

.brand_about_listing, .brand_about_listing.height-full {
  padding: 0 !important;
}
.brand_about_listing .template-content {
  height: 100%;
  display: flex;
  flex: 1 1 auto;
}
.brand_about_listing .columns {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 !important;
}
.brand_about_listing .columns > * {
  flex: 1 0 350px;
  flex-grow: 1;
}
@media (min-width: 1050px) and (max-width: 1412px) {
  .brand_about_listing .columns.blocks-4 > * {
    flex: 1 1 525px;
  }
}
.brand_about_listing .columns .block-default {
  display: flex;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
  padding: 30px 20px;
  position: relative;
}
.brand_about_listing .columns .block-default:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 80%);
}
.presentation-started .brand_about_listing .columns .block-default {
  padding: 30px 60px;
}
.brand_about_listing .columns .block-default .template-content {
  position: relative;
  z-index: 1;
}
.brand_about_listing .columns .block-default .block-body {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.brand_about_listing .columns .block-default .block-body > *:not(.btn) {
  color: #fff;
}

.brand_beers_listing {
  background-color: transparent !important;
}
.brand_beers_listing .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
.brand_beers_listing .listing .listing-item {
  width: 20%;
  min-width: 200px;
  padding: 0 15px;
}
.brand_beers_listing .listing .listing-item img {
  display: block;
  max-width: calc(100% - 20px);
  max-height: 35vh;
  margin: auto;
  margin-bottom: -20%;
}
@media (min-width: 992px) {
  .brand_beers_listing .listing.items-1, .brand_beers_listing .listing.items-2, .brand_beers_listing .listing.items-3, .brand_beers_listing .listing.items-4 {
    margin-top: 50px;
  }
  .brand_beers_listing .listing.items-1 .listing-item, .brand_beers_listing .listing.items-2 .listing-item, .brand_beers_listing .listing.items-3 .listing-item, .brand_beers_listing .listing.items-4 .listing-item {
    min-width: 300px;
  }
  .brand_beers_listing .listing.items-1 .listing-item img, .brand_beers_listing .listing.items-2 .listing-item img, .brand_beers_listing .listing.items-3 .listing-item img, .brand_beers_listing .listing.items-4 .listing-item img {
    max-height: 60vh;
  }
}

.brand_intro {
  position: relative;
}
.brand_intro .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand_intro .background:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.brand_intro.gradient-1 .background:after {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
}
.brand_intro.gradient-2 .background:after {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.6));
}
.brand_intro .container {
  display: flex;
  justify-content: end;
}
.brand_intro .text {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .brand_intro .text {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .brand_intro .text {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .brand_intro .text {
    width: 40%;
  }
}
.brand_intro .text, .brand_intro .text *:not(.btn) {
  color: #fff;
}
@media (min-width: 992px) {
  .brand_intro .text h1 {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.brand_intro .text p:last-child {
  margin-bottom: 0;
}
.brand_intro .visual {
  max-width: 200px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.brand_intro .visual img {
  display: block;
  max-height: 150px;
  border-radius: 0;
}

.brand_listing .listing {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0;
}
.brand_listing .listing > .listing-item {
  border: 0;
  background: #fff;
  padding: 15px !important;
  margin: 0;
}
.brand_listing .listing > .listing-item:before {
  display: none;
}
.brand_listing .listing > .listing-item img {
  max-width: 100%;
  max-height: 150px;
  margin: auto;
  display: block;
}

.brand_usps:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.brand_usps.gradient-1:before {
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3));
}
.brand_usps.gradient-2:before {
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.6));
}
.brand_usps .template-content {
  position: relative;
  z-index: 1;
}
.brand_usps .item-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
  padding: 0 30px;
}
.brand_usps .item-list, .brand_usps .item-list *:not(.btn) {
  color: #fff;
}
.brand_usps .usp h2 {
  font-size: 4.5rem;
  line-height: 1;
}
.brand_usps .usp p:last-child {
  margin-bottom: 0;
}
.brand_usps .usp_1 h2 {
  color: #f5e003 !important;
}
.brand_usps .usp_2 h2 {
  color: #e5b611 !important;
}
.brand_usps .usp_3 h2 {
  color: #d1a33c !important;
}

.body-template.buttons_02 {
  padding: 0 !important;
}
.body-template.buttons_02 .template-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body-template.buttons_02 .buttons-breadcrumbs {
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 55px;
}
.body-template.buttons_02 .buttons-breadcrumbs .separator {
  margin: 0 25px;
  font-size: 70%;
}
.body-template.buttons_02 .buttons-breadcrumbs .separator i {
  line-height: 1;
}
.body-template.buttons_02 .buttons-breadcrumbs a {
  display: flex;
  align-items: center;
}
.body-template.buttons_02 .buttons-breadcrumbs a i {
  font-size: 16px;
  line-height: inherit;
  margin-top: -2px;
}
.body-template.buttons_02 .buttons-breadcrumbs, .body-template.buttons_02 .buttons-breadcrumbs * {
  color: #fff;
}
.body-template.buttons_02 .links-wrapper {
  padding: 0 85px 0 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.body-template.buttons_02 .links-wrapper .links {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body-template.buttons_02 .links-wrapper .links.row-count-1 {
  max-height: 220px;
}
.body-template.buttons_02 .links-wrapper .links.row-count-2 {
  max-height: 440px;
}
.body-template.buttons_02 .links-wrapper .links.row-count-3 {
  max-height: 660px;
}
.body-template.buttons_02 .links-wrapper .links .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.body-template.buttons_02 .links-wrapper .links .row a {
  display: flex;
  background-size: cover;
  background-position: center center;
  padding: 30px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  min-height: 160px;
  align-items: end;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .body-template.buttons_02 .links-wrapper .links .row a {
    height: 100%;
  }
}
.body-template.buttons_02 .links-wrapper .links .row a:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: transparent;
  transition: opacity 300ms;
  opacity: 1;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.85));
  border-radius: 5px;
}
.body-template.buttons_02 .links-wrapper .links .row a .link-body {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
.body-template.buttons_02 .links-wrapper .links .row a .link-body i {
  line-height: 0.9;
  color: #f5e003;
  font-size: 200%;
}
.body-template.buttons_02 .header {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
.body-template.buttons_02 .header, .body-template.buttons_02 .header h1, .body-template.buttons_02 .header h2, .body-template.buttons_02 .header h3, .body-template.buttons_02 .header h4, .body-template.buttons_02 .header h5, .body-template.buttons_02 .header h6 {
  color: #fff;
}
.body-template.buttons_02 .header .headers {
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 45px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.body-template.buttons_02 .header .headers h2 {
  color: white;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 576px) {
  .body-template.buttons_02 .header .headers h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .body-template.buttons_02 .header .headers h2 {
    font-size: 3.5rem;
  }
}
.body-template.buttons_02 .header .headers p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 0;
}

.body-template.buttons {
  padding: 0 !important;
}
.body-template.buttons .template-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body-template.buttons .buttons-breadcrumbs {
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 55px;
}
.body-template.buttons .buttons-breadcrumbs .separator {
  margin: 0 25px;
  font-size: 70%;
}
.body-template.buttons .buttons-breadcrumbs .separator i {
  line-height: 1;
}
.body-template.buttons .buttons-breadcrumbs a {
  display: flex;
  align-items: center;
}
.body-template.buttons .buttons-breadcrumbs a i {
  font-size: 16px;
  line-height: inherit;
  margin-top: -2px;
}
.body-template.buttons .buttons-breadcrumbs, .body-template.buttons .buttons-breadcrumbs * {
  color: #fff;
}
.body-template.buttons .links {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (min-width: 992px) {
  .body-template.buttons .links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .body-template.buttons .links {
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column dense;
  }
}
.body-template.buttons .links > a {
  display: flex;
  background-size: cover;
  background-position: center center;
  padding: 30px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  min-height: 150px;
  align-items: end;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.body-template.buttons .links > a:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: transparent;
  transition: opacity 300ms;
  opacity: 1;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.85));
}
.body-template.buttons .links > a .link-body {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
.body-template.buttons .links > a .link-body i {
  line-height: 0.9;
  color: #f5e003;
  font-size: 130%;
}
.body-template.buttons .text {
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  padding-top: 30px;
  border-radius: 15px;
  border-radius: 0;
  max-width: 900px;
}
@media (min-width: 576px) {
  .body-template.buttons .text {
    padding: 60px;
    padding-top: 40px;
  }
}
.body-template.buttons .text .template-text {
  text-align: center;
}
.body-template.buttons .text .template-text, .body-template.buttons .text .template-text * {
  color: #fff;
}
.content_02 {
  background: #fff;
}
.content_02 .visual {
  padding-top: 66%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.content_03 {
  position: relative;
}
.content_03 .background {
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  min-height: 300px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content_03 .background {
    position: absolute;
    width: 50%;
    margin: 0;
  }
}
.content_03 .template-content {
  position: relative;
  z-index: 1;
}
.content_03 .col-left {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content_03 .col-left {
    padding-right: 40px;
  }
}
.content_03 .col-right {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .content_03 .col-right {
    padding-left: 40px;
  }
}
.content_03 h2 {
  margin-top: 0;
  padding-top: 0;
}
.content_03 .btn, .content_03 .button.primary {
  margin-top: 15px;
}
.content_03 .visual {
  margin-bottom: 20px;
  aspect-ratio: 800/600;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .content_03 .visual {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .visualsize-height-full .content_03 .visual {
    height: 100%;
    aspect-ratio: auto;
  }
}

.content_04 .col-left {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content_04 .col-left {
    padding-right: 40px;
  }
}
.content_04 .col-right {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .content_04 .col-right {
    padding-left: 40px;
  }
}
.content_04 h2 {
  margin-top: 0;
  padding-top: 0;
}
.content_04 .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content_04 .btn {
    margin-bottom: 0;
  }
}
.content_04 .visual {
  margin-bottom: 20px;
  aspect-ratio: 800/600;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .content_04 .visual {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .visualsize-height-full .content_04 .visual {
    height: 100%;
    aspect-ratio: auto;
  }
}
.content_04 .button.primary.cta {
  margin-top: 15px;
  margin-bottom: 25px;
}

.content_05 {
  margin-top: 20px;
}

.content_06 .col-left {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content_06 .col-left {
    padding-right: 20px;
  }
}
.content_06 .col-right {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .content_06 .col-right {
    padding-left: 20px;
  }
}
.content_06 h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .content_06 h2 {
    font-size: 2.5rem;
  }
}
.content_06 h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 2;
}
.content_06 .btn {
  margin: 20px 0 30px 0;
  white-space: normal;
}
.content_06 .visual,
.content_06 .video.embed-responsive {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content_06 .visual,
.content_06 .video.embed-responsive {
    margin-bottom: 30px;
  }
}
.content_06 .button.primary.cta,
.content_06 .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .content_06 .button.primary.cta,
.content_06 .btn {
    font-size: 0.6875rem;
    width: 345px;
  }
  .content_06 .button.primary.cta:after,
.content_06 .btn:after {
    background: none;
  }
}

.content_07 .intro {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 30px;
}
.content_07 .col-left {
  padding-right: 15px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .content_07 .col-left {
    padding-left: 45px;
  }
}
.content_07 .col-left div.icon-faq {
  border: 1px solid #eee;
  padding: 20px 30px 5px 120px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .content_07 .col-left div.icon-faq {
    padding: 10px 30px 5px 120px;
  }
}
.content_07 .col-left div.icon-faq:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 20px;
  left: 40px;
  background: url(/site/assets/img/icon-comments.png) top left no-repeat;
  background-size: 60%;
}
.content_07 .col-left div.icon-tools {
  border: 1px solid #eee;
  padding: 20px 30px 5px 120px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .content_07 .col-left div.icon-tools {
    padding: 10px 30px 5px 120px;
  }
}
.content_07 .col-left div.icon-tools:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 20px;
  left: 40px;
  background: url(/site/assets/img/icon-book.png) top left no-repeat;
  background-size: 60%;
}
.content_07 .col-right {
  padding-left: 15px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .content_07 .col-right {
    padding-right: 45px;
  }
}
.content_07 .col-right div.no-icon {
  border: 1px solid #eee;
  margin: 0 15px 10px 0;
  padding: 20px 30px 70px 30px;
}
@media (min-width: 768px) {
  .content_07 .col-right div.no-icon {
    padding: 10px 30px 20px 30px;
  }
}
.content_07 .col-right div.no-icon .text {
  padding-bottom: 35px;
}
.content_07 h2 {
  margin-top: 0;
  padding-top: 0;
}
.content_07 h3 {
  margin: 0;
  padding: 0 0 7px 0;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content_07 h3 {
    font-size: 1.5rem;
  }
}
.content_07 .btn-container {
  position: absolute;
  bottom: 10px;
  display: inline-block;
  padding-right: 40px;
}
.content_07 .btn-container .btn {
  margin-bottom: 20px;
  white-space: normal;
}
.content_07 .btn-container .button.primary.cta {
  margin-bottom: 20px;
  white-space: normal;
}

.header_01 {
  padding-top: 0;
  position: relative;
  padding: 0;
}
.header_01 .carousel-item {
  background: linear-gradient(270deg, #e5b611 0%, #921a28 100%);
  padding-bottom: 70px;
}
.header_01, .header_01 a {
  color: #fff;
}
.header_01 .header-visual {
  position: relative;
  overflow: hidden;
  width: 180vw;
  margin-left: calc(-40vw - 25px);
}
.header_01 .header-visual .visual {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mask: url("/site/assets/img/visual-mask-green.svg") center bottom no-repeat;
          mask: url("/site/assets/img/visual-mask-green.svg") center bottom no-repeat;
  max-width: 100vw;
  margin: auto;
}
.header_01 .header-visual:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/site/assets/img/visual-mask-border-green.svg") center bottom no-repeat;
}
.header_01 .header-visual .visual {
  -webkit-mask-image: url("/site/assets/img/visual-mask-blue.svg");
          mask-image: url("/site/assets/img/visual-mask-blue.svg");
}
.header_01 .header-visual:after {
  background-image: url("/site/assets/img/visual-mask-border-blue.svg");
}
.header_01 .header-visual .visual {
  width: 180vw;
  -webkit-mask-size: 180vw;
          mask-size: 180vw;
  height: 80vw;
}
.header_01 .header-visual:after {
  width: 180vw;
  height: 180vw;
  background-size: 180vw;
}
@media (min-width: 576px) {
  .header_01 .header-visual {
    width: 990px;
    margin-left: -250px;
  }
  .header_01 .header-visual .visual {
    width: 990px;
    -webkit-mask-size: 990px;
            mask-size: 990px;
    height: 400px;
  }
  .header_01 .header-visual:after {
    width: 990px;
    height: 990px;
    background-size: 990px;
  }
}
@media (min-width: 768px) {
  .header_01 .header-visual {
    width: 1200px;
    margin-left: -265px;
  }
  .header_01 .header-visual .visual {
    width: 1200px;
    -webkit-mask-size: 1200px;
            mask-size: 1200px;
    height: 500px;
  }
  .header_01 .header-visual:after {
    width: 1200px;
    height: 1200px;
    background-size: 1200px;
  }
}
@media (min-width: 992px) {
  .header_01 .header-visual {
    width: 760px;
    margin: 0;
    margin-bottom: 100px;
    float: right;
  }
  .header_01 .header-visual .visual {
    width: 760px;
    -webkit-mask-size: 760px;
            mask-size: 760px;
    height: 500px;
  }
  .header_01 .header-visual:after {
    width: 760px;
    height: 760px;
    background-size: 760px;
  }
}
@media (min-width: 1200px) {
  .header_01 .header-visual {
    width: 800px;
  }
  .header_01 .header-visual .visual {
    width: 800px;
    -webkit-mask-size: 800px;
            mask-size: 800px;
    height: 630px;
  }
  .header_01 .header-visual:after {
    width: 800px;
    height: 800px;
    background-size: 800px;
  }
}
@media (min-width: 1400px) {
  .header_01 .header-visual {
    width: 900px;
  }
  .header_01 .header-visual .visual {
    width: 900px;
    -webkit-mask-size: 900px;
            mask-size: 900px;
    height: 630px;
  }
  .header_01 .header-visual:after {
    width: 900px;
    height: 900px;
    background-size: 900px;
  }
}
.header_01 .custom-links {
  border-radius: 10px;
  background: linear-gradient(163deg, #e5b611 0%, #d1a33c 100%);
  padding: 30px;
  margin-top: 40px;
}
.header_01 .custom-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header_01 .custom-links ul a {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 15px;
  color: #444;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: none !important;
}
.header_01 .custom-links ul a i {
  width: 35px;
  font-size: 1.875rem;
  text-align: center;
  line-height: inherit;
  color: #921a28;
}
.header_01 .custom-links ul a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f061";
  margin-left: auto;
  font-size: 1.375rem;
  transition: transform 300ms;
}
.header_01 .custom-links ul a:hover:after {
  transform: translateX(5px);
}
.header_01 .carousel-indicators {
  margin-bottom: 70px;
}
.header_01 .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d69e77;
  opacity: 1;
  transition: background 300ms;
  border: 0;
}
.header_01 .carousel-indicators .active {
  opacity: 1;
  background: #921a28;
}

.keyvisual_01 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.keyvisual_01 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.keyvisual_01 .container {
  padding: 0 40px !important;
}
.keyvisual_01:not(.background-fit) .next-body-template {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.keyvisual_01.background-fit {
  background: #fff !important;
}
.keyvisual_01.background-fit .background {
  background-size: contain;
}
.keyvisual_01 .text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.keyvisual_01 .text, .keyvisual_01 .text h1, .keyvisual_01 .text h2, .keyvisual_01 .text h3, .keyvisual_01 .text h4, .keyvisual_01 .text h5, .keyvisual_01 .text h6 {
  color: #fff;
}
.keyvisual_01 .text .headers {
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  max-width: 720px;
}
.keyvisual_01 .text .headers h2 {
  color: white;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 576px) {
  .keyvisual_01 .text .headers h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .keyvisual_01 .text .headers h2 {
    font-size: 3.5rem;
  }
}
.keyvisual_01 .text .headers h3 {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 576px) {
  .keyvisual_01 .text .headers h3 {
    font-size: 1.125rem;
  }
}
.keyvisual_01 .text .btn.cta-1 {
  transition: all 300ms;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-block;
  margin: 20px 0;
  padding: 20px 35px;
  border: 1px solid #fff;
  border-radius: 35px;
  font-family: "Satoshi", serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  min-width: 140px;
}
.keyvisual_01 .text .btn.cta-1:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to right, transparent, transparent);
  transition: opacity 300ms;
  opacity: 1;
}
@media print {
  .keyvisual_01 .text .btn.cta-1:before {
    display: none;
  }
}
.keyvisual_01 .text .btn.cta-1.fullwidth {
  width: 100%;
  display: flex;
}
.keyvisual_01 .text .btn.cta-1.btn-sm {
  font-weight: 700;
}
.keyvisual_01 .text .btn.cta-1.btn-lg {
  font-weight: 700;
}
.keyvisual_01 .text .btn.cta-1.btn-xl {
  --bs-btn-padding-y: 18px;
  --bs-btn-padding-x: 20px;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 5px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .keyvisual_01 .text .btn.cta-1.fullwidth-mobile {
    width: 100%;
  }
}
.keyvisual_01 .text .btn.cta-1, .keyvisual_01 .text .btn.cta-1:hover, .keyvisual_01 .text .btn.cta-1:active, .keyvisual_01 .text .btn.cta-1:focus, .keyvisual_01 .text .btn.cta-1:active:focus, .keyvisual_01 .text .btn.cta-1.active {
  box-shadow: none;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.keyvisual_01 .text .btn.cta-1:hover, .keyvisual_01 .text .btn.cta-1:active {
  background: #f5e003;
  color: #000;
}
.keyvisual_01 .text .btn.cta-1:hover:before {
  opacity: 0;
}
.keyvisual_01 .text .btn.cta-1.btn-pill {
  border-radius: 50px;
}
.keyvisual_01 .text .btn.cta-1:hover {
  border-color: #f5e003;
}

.listing_01_item {
  text-align: center;
}
.listing_01_item .img-wrapper {
  padding: 0 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .listing_01_item .img-wrapper {
    margin-top: 0px;
  }
}
.listing_01_item .text-wrapper {
  box-sizing: border-box;
  margin: 20px 0;
}
.listing_01_item .text-wrapper .text {
  max-width: 320px;
  margin: auto;
  padding: 0 20px;
}
.listing_01_item .text-wrapper .text h2 {
  color: #444;
  font-size: 1.375rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .listing_01_item .text-wrapper .text h2 {
    font-size: 2rem;
  }
}
.listing_01_item .text-wrapper .text p {
  margin: 0;
}
.listing_01_item .btn {
  padding: 0.3125rem 0.9375rem;
  font-size: 0.75rem;
  border-radius: 5px;
}

.sub_bodies .listing_01 {
  background-color: transparent !important;
}
.listing_01 .headers {
  text-align: center;
}
.listing_01 .text {
  text-align: center;
}
.listing_01 .listing_01_item {
  padding: 0;
}
@media (min-width: 768px) {
  .listing_01 .listing_01_item {
    border-right: 1px solid #eee;
  }
}
.listing_01 .row > *:last-child .listing_01_item {
  border: 0;
}

.listing_01_item-wrapper-0 .text-wrapper, .listing_01_item-wrapper-1 .text-wrapper {
  border-right: none;
}

.listing_02_item {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  border: 1px solid #fff;
  overflow: hidden;
}
.listing_02_item .visual {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  transition: transform 300ms;
}
@media (min-width: 768px) {
  .listing_02_item:hover .visual {
    transform: scale(1.2);
  }
}
.listing_02_item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
  z-index: 99;
}
.listing_02_item .text .text-top, .listing_02_item .text .text-bottom {
  padding: 15px;
}
.listing_02_item .text .text-bottom {
  background: rgba(0, 0, 0, 0.6);
}
.listing_02_item .text h3 {
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Satoshi", sans-serif;
  font-weight: bold;
  color: #FFF;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .listing_02_item .text h3 {
    font-size: 1.5rem;
  }
}
.listing_02_item .text .btn {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-size: 0.6875rem;
  line-height: 1;
  font-family: "Satoshi", serif;
  color: #fff;
  border-radius: 5px;
}

.listing_02 .headers .header-link {
  margin-top: 30px;
}
.listing_02 .items::after {
  display: block;
  clear: both;
  content: "";
}
.listing_02 .items > .item {
  float: left;
  background: #eee;
  position: relative;
  display: block;
  min-height: 140px;
}
.listing_02 .items > .item.item-1, .listing_02 .items > .item.item-2, .listing_02 .items > .item.item-3, .listing_02 .items > .item.item-4, .listing_02 .items > .item.item-5 {
  width: 100%;
  padding-top: 40%;
}
@media (min-width: 768px) {
  .listing_02 .items > .item.item-1 {
    width: 40%;
    padding-top: 40%;
  }
  .listing_02 .items > .item.item-2, .listing_02 .items > .item.item-5 {
    width: 40%;
    padding-top: 20%;
  }
  .listing_02 .items > .item.item-3, .listing_02 .items > .item.item-4 {
    width: 20%;
    padding-top: 20%;
  }
}
.listing_02 .items > .item.item-1 .btn {
  background-color: #921a28;
  color: #fff;
}
.listing_02 .items > .item.item-2 .btn {
  background-color: #e5b611;
  color: #000;
}
.listing_02 .items > .item.item-3 .btn {
  background-color: #f5e003;
  color: #000;
}
.listing_02 .items > .item.item-4 .btn {
  background-color: #f5e003;
  color: #000;
}
.listing_02 .items > .item.item-5 .btn {
  background-color: #921a28;
  color: #fff;
}

.listing_04_item {
  padding: 0 30px !important;
}
.listing_04_item .template-text {
  max-width: 250px;
  margin: auto;
  text-align: center;
}
.listing_04_item .template-text h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Satoshi", serif;
}
.listing_04_item .template-text p:last-child {
  margin-bottom: 0;
}

.listing_04 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print {
  .listing_04 {
    min-height: 0;
  }
}
.listing_04 .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.listing_04 .template-top {
  text-align: center;
}
.listing_04 .listing_04_item-wrapper-0 {
  box-sizing: border-box;
  border-right: 1px solid #EEE;
}
.listing_04 .listing_04_item-wrapper-0 h2 {
  color: #f5e003;
}
.listing_04 .listing_04_item-wrapper-1 {
  box-sizing: border-box;
  border-right: 1px solid #EEE;
}
.listing_04 .listing_04_item-wrapper-1 h2 {
  color: #e5b611;
}
.listing_04 .listing_04_item-wrapper-2 {
  box-sizing: border-box;
}
.listing_04 .listing_04_item-wrapper-2 h2 {
  color: #d1a33c;
}

.listing_05 a {
  display: block;
  padding: 20px;
  padding-right: 80px;
  text-decoration: none;
  font-family: "Satoshi", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
  color: #FFF;
  min-height: 85px;
  position: relative;
  margin-bottom: 15px;
}
.listing_05 a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 1.875rem;
  margin-top: -15px;
}
.listing_05 a.panel-0 {
  background-color: #f5e003;
  color: #000;
  font-family: "Satoshi", serif;
}
.listing_05 a.panel-1 {
  background-color: #e5b611;
  color: #000;
  font-family: "Satoshi", serif;
}
.listing_05 a.panel-2 {
  background-color: #d1a33c;
  color: #000;
  font-family: "Satoshi", serif;
}

.listing_06_item, .listing_07_item {
  display: block;
  text-decoration: none;
  padding: 0 15px !important;
  position: relative;
  height: 100%;
}
.listing_06_item:hover, .listing_07_item:hover, .listing_06_item:active, .listing_07_item:active, .listing_06_item:focus, .listing_07_item:focus {
  text-decoration: none;
}
.listing_06_item .text-wrapper, .listing_07_item .text-wrapper {
  margin-top: -20px;
}
.listing_06_item .img-wrapper img, .listing_07_item .img-wrapper img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.listing_06_item h4, .listing_07_item h4 {
  margin: 0;
}

.listing_06, .listing_07 {
  overflow: hidden;
}
.listing_06 .listing, .listing_07 .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  overflow: hidden;
}
.listing_06 .listing > .listing-item, .listing_07 .listing > .listing-item {
  flex: 1;
  padding: 0 10px;
  margin: 20px 0;
  flex-shrink: 0;
  flex-basis: 50%;
  position: relative;
}
.listing_06 .listing > .listing-item:before, .listing_07 .listing > .listing-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #eee;
  left: -1px;
  top: 0;
}
@media (min-width: 500px) {
  .listing_06 .listing > .listing-item, .listing_07 .listing > .listing-item {
    flex-basis: 30%;
  }
}
@media (min-width: 576px) {
  .listing_06 .listing > .listing-item, .listing_07 .listing > .listing-item {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  .listing_06 .listing > .listing-item, .listing_07 .listing > .listing-item {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  .listing_06 .listing > .listing-item, .listing_07 .listing > .listing-item {
    flex-basis: 20%;
  }
}
.listing_06 .listing-cta, .listing_07 .listing-cta {
  margin-top: 20px;
}

.listing_07_item {
  border: 0;
  background: #fff;
  padding: 15px !important;
}
.listing_07_item .text-wrapper {
  margin-top: 15px;
}

.listing_07 .listing {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0;
}
.listing_07 .listing > .listing-item {
  margin: 0;
  padding: 0;
}
.listing_07 .listing > .listing-item:before {
  display: none;
}

.listing_08_item {
  min-height: 190px;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .listing_08_item {
    border-top: 0;
  }
}
.listing_08_item .text {
  margin: auto;
  text-align: left;
}
.listing_08_item .text img {
  width: 50px;
  height: auto;
  display: inline-block;
}
.listing_08_item .text h3 {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
}
.listing_08_item .text h3:before {
  content: "“";
  font-size: 3rem;
  line-height: 1;
  color: #9a9a9a;
  position: absolute;
  left: 30px;
  top: 10px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-style: normal;
}
.listing_08_item .text h3:after {
  content: "”";
  font-size: 3rem;
  line-height: 1;
  color: #9a9a9a;
  position: absolute;
  right: 30px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-style: normal;
}
.listing_08_item .text .quotee {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .listing_08_item .text .quotee {
    display: inline-block;
    margin-top: 30px;
    text-align: left;
  }
}
.listing_08_item .text .quotee .img-face {
  display: block;
  min-height: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .listing_08_item .text .quotee .img-face {
    display: inline-block;
    float: left;
    text-align: left;
  }
}
.listing_08_item .text .quotee .caption {
  display: block;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .listing_08_item .text .quotee .caption {
    display: inline-block;
    margin-left: 10px;
    float: left;
  }
}
.listing_08_item .text .quotee .caption h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .listing_08_item .text .quotee .caption h4 {
    white-space: nowrap;
    text-align: left;
  }
}
.listing_08_item .text .quotee .caption h5 {
  font-size: 0.75rem;
  line-height: 2;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 50px;
}
@media (min-width: 992px) {
  .listing_08_item .text .quotee .caption h5 {
    white-space: nowrap;
    text-align: left;
  }
}
.listing_08_item .text .btn {
  white-space: normal;
}

.listing_08 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.listing_08_item-wrapper-0 {
  box-sizing: border-box;
  border-right: 1px solid #EEE;
}
.listing_08_item-wrapper-0 h2 {
  color: #e5b611;
}

.listing_08_item-wrapper-1 {
  box-sizing: border-box;
  border-right: 1px solid #EEE;
}
.listing_08_item-wrapper-1 h2 {
  color: #e5b611;
}

.listing_08_item-wrapper-2 {
  box-sizing: border-box;
}
.listing_08_item-wrapper-2 h2 {
  color: #d1a33c;
}

.listing_09_item {
  border: 1px solid #fff;
}
.listing_09_item .img-wrapper-outer {
  position: relative;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
}
.listing_09_item .img-wrapper-outer .img-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .listing_09_item .img-wrapper-outer .img-wrapper {
    margin-top: 0;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.listing_09_item .img-wrapper-outer:hover {
  z-index: 1;
}
@media (min-width: 768px) {
  .listing_09_item .img-wrapper-outer:hover .img-wrapper {
    transform: scale(1.2);
  }
}
.listing_09_item .img-wrapper-outer .headers-over-img {
  position: absolute;
  bottom: -20px;
  left: 0px;
  text-align: left;
  padding: 20px 15px 25px 30px;
  z-index: 10;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}
.listing_09_item .img-wrapper-outer .headers-over-img h2 {
  color: white;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .listing_09_item .img-wrapper-outer .headers-over-img h2 {
    font-size: 1.375rem;
  }
}
.listing_09_item .img-wrapper-outer .headers-over-img h3 {
  color: #f5e003;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .listing_09_item .img-wrapper-outer .headers-over-img h3 {
    font-size: 0.875rem;
  }
}
.listing_09_item .text {
  padding: 25px 30px 5px 30px;
  text-align: left;
  flex: 1;
}
.listing_09_item .text-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.listing_09_item .text-main {
  margin-bottom: 20px;
  flex: 1;
}
.listing_09_item .button.primary {
  min-width: 190px;
  width: 190px;
}

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

.listing_09_item-wrapper-0 .text-wrapper, .listing_09_item-wrapper-1 .text-wrapper {
  border-right: none;
}
@media (min-width: 768px) {
  .listing_09_item-wrapper-0 .text-wrapper, .listing_09_item-wrapper-1 .text-wrapper {
    border-right: 1px solid #eee;
  }
}

.quote_01 {
  background: #c7c7c7;
}
.quote_01 h2 {
  padding-top: 0;
  margin-top: 0;
}
.quote_01 .text {
  margin-left: 40px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Satoshi", serif;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .quote_01 .text {
    margin-top: 40px;
  }
}
.quote_01 .text:before {
  display: inline-block;
  font-size: 1.125rem;
}
.quote_01 .text:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  left: -40px;
  top: 8px;
}
.quote_01 .text p:last-child {
  display: inline;
}
.quote_01 .author {
  margin-left: 20px;
  font-size: 0.9375rem;
}
.quote_01 .visual {
  max-width: 100%;
  max-height: 240px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .quote_01 .visual {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.quote_01 .button.primary {
  min-width: 140px;
}

.slider_01_item {
  margin: 0;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.slider_01_item .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_01_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
@media (min-width: 768px) {
  .slider_01_item {
    min-height: 520px;
  }
}
@media (min-width: 992px) {
  .slider_01_item {
    min-height: 361px;
  }
}
.slider_01_item .template-content {
  color: #fff;
  text-align: center;
  z-index: 20;
  margin-top: auto;
}
.slider_01_item .template-content h1 {
  margin: 0 0 8px 0;
  padding: 0;
  color: #e5b611;
  font-family: "Satoshi", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.slider_01_item .template-content h2 {
  padding: 0;
  margin: 0 auto;
  color: #FFF;
  font-family: "Satoshi", sans-serif;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .slider_01_item .template-content h2 {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .slider_01_item .template-content h2 {
    font-size: 3.5rem;
    max-width: 850px;
  }
}
.slider_01_item .template-content .text .btn.cta-1 {
  display: inline-block;
  margin: 35px 0 0 0;
  padding: 20px 35px;
  border: 1px solid #FFF;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Satoshi", serif;
  font-size: 0.9375rem;
  line-height: 1;
  min-width: 140px;
  width: initial;
}
.slider_01_item .template-content .text .btn.cta-1:hover {
  background-color: #f5e003;
  border: 1px solid #f5e003;
  color: #000;
}
.slider_01_item .template-content .text .cta-2 {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-family: "Satoshi", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 25px 0 5px 0;
  font-weight: bold;
}
.slider_01_item .template-content .text .cta-2:hover {
  text-decoration: underline;
}
.slider_01_item .template-content .text .chevron-down {
  margin-top: 30px;
}
.slider_01_item .template-content .text .filler {
  width: 100%;
  height: 50px;
}

.slider_01 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0;
}
.slider_01 .swiper-pagination {
  top: 25px;
  margin-top: 0px;
  height: 100px;
}
.slider_01 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #FFF;
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  .slider_01 .swiper-pagination {
    top: 50%;
    margin-top: -55px;
    height: 100px;
  }
  .slider_01 .swiper-pagination .swiper-pagination-content {
    height: 100px;
    text-align: right;
    padding-right: 10px;
  }
  .slider_01 .swiper-pagination .swiper-pagination-bullet {
    float: right;
    clear: right;
  }
}

.body-template.small_01 {
  max-width: 400px;
  margin: auto;
}

.sub_columns_01.bg-white {
  background: #fff;
}
.sub_columns_01.bg-blue {
  background: #921a28;
}
.sub_columns_01.bg-blue .template-content, .sub_columns_01.bg-blue .template-content a {
  color: #fff;
}
.sub_columns_01 .columns {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.sub_columns_01 .visual {
  display: block;
  padding-top: 50%;
  margin-bottom: 30px;
}
.sub_columns_01 .block-default .visual {
  display: none;
}

.sub_columns_02, .sub_columns_02.height-full {
  padding: 0 !important;
}
.sub_columns_02 .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 !important;
}
.sub_columns_02 .columns > * {
  flex: 1 0 350px;
}
@media (min-width: 1050px) and (max-width: 1412px) {
  .sub_columns_02 .columns.blocks-4 > * {
    flex: 1 1 525px;
  }
}
.sub_columns_02 .columns .block-default {
  display: flex;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
  padding: 30px 20px;
}
.presentation-started .sub_columns_02 .columns .block-default {
  padding: 30px 60px;
}
.sub_columns_02 .columns .block-default .block-body {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.sub_columns_02 .columns .block-default .block-body > *:not(.btn) {
  color: #fff;
}
/*# sourceMappingURL=maps/body-templates.css.map */