@charset "UTF-8";

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/

.suggestion,
.suggestion-block-title {
  font-size: 0.875rem;
}

.fullscreen-nav,
.fullscreen-counter,
.fullscreen-caption {
  font-size: 1rem;
}

.modal-text a {
  color: #003c7f !important;
}

.modal-text a:hover {
  color: rgba(0, 60, 127, 0.7) !important;
}

.sidemenu {
  display: block;
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  z-index: 1040;
}

.is-sidemenu-in .sidemenu {
  width: 280px;
}

.sidemenu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 15, 15, 0.5);
  z-index: 1040;
}

.is-sidemenu-in .sidemenu-backdrop {
  display: block;
}

.sidemenu-lev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  width: 280px;
  overflow: hidden;
  left: 280px;
  -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  .sidemenu-lev {
    -webkit-transition: none;
    transition: none;
  }
}

.sidemenu-lev > *,
.sidemenu-lev.is-active {
  width: 280px;
}

.sidemenu-lev.is-active {
  left: 0;
  opacity: 1;
  overflow: visible;
}

.sidemenu-lev::after {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(0, 0, 0, 0.05);
}

.inverted-color .sidemenu-lev,
.inverted-color .sidemenu-lev a {
  color: #FFFFFF;
}

.sidemenu-lev[data-level="0"] {
  z-index: 1050;
  background: #262327;
  left: -280px;
}

.is-sidemenu-in .sidemenu-lev[data-level="0"] {
  left: 0;
  opacity: 1;
  overflow: visible;
  width: 280px;
}

.sidemenu-lev[data-level="1"] {
  z-index: 1051;
  background: #FFFFFF;
}

.sidemenu-lev[data-level="2"] {
  z-index: 1052;
  background: #f5f5f5;
}

.sidemenu-lev[data-level="3"] {
  z-index: 1053;
  background: #ebebeb;
}

.sidemenu-lev[data-level="4"] {
  z-index: 1054;
  background: #e0e0e0;
}

.sidemenu-lev--newsletter {
  background: #870042 !important;
}

.sidemenu-lev--video {
  background: #0f0f0f !important;
}

.sidemenu-lev--video[data-level="2"] {
  background: #3d3d3d !important;
}

.sidemenu-lev--quotidiani {
  background: #260812 !important;
}

.sidemenu-lev--radio {
  background: #cdeb8d !important;
}

.sidemenu-lev--sole {
  background: #fff5ec !important;
}

.sidemenu-topnav {
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 65px;
  padding: 15px 20px;
  border-bottom: 2px solid rgba(15, 15, 15, 0.05);
}

.inverted-color .sidemenu-topnav {
  border-color: rgba(255, 255, 255, 0.05);
}

.sidemenu-topnav-block {
  position: relative;
  height: 100%;
}

.sidemenu-topnav-title {
  display: block;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.5rem;
}

.sidemenu-topnav-title img {
  width: auto;
  height: 18px;
}

.sidemenu-topnav-title .icon {
  font-size: 18px;
}

.sidemenu-top {
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
}

.sidemenu-top::after {
  content: '';
  display: block;
  width: 20px;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.inverted-color .sidemenu-top::after {
  border-color: rgba(255, 255, 255, 0.25);
}

.inverted-color .sidemenu-top {
  border-color: rgba(255, 255, 255, 0.05);
}

.sidemenu-top-title {
  display: block;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.375rem;
}

.sidemenu-top-title img {
  width: auto;
  height: 30px;
}

.sidemenu-top-title .icon {
  font-size: 18px;
}

.sidemenu-top-logo img {
  width: auto;
  height: 34px;
}

.sidemenu-lev--radio .sidemenu-top-logo img {
  height: 51px;
}

.sidemenu-top-logo .icon {
  font-size: 34px;
}

.sidemenu-top-text {
  display: none;
  font-size: 0.75rem;
  margin-top: 2px;
}

a.sidemenu-top:hover {
  background: #005cbf;
}

a.sidemenu-top:hover,
a.sidemenu-top:hover .sidemenu-top-title {
  color: #FFFFFF !important;
}

.sidemenu-lev--newsletter a.sidemenu-top:hover {
  background: #ef4e63;
}

.sidemenu-lev--video a.sidemenu-top:hover {
  background: #009ca6;
}

.sidemenu-lev--quotidiani a.sidemenu-top:hover {
  background: #e67a00;
}

.sidemenu-lev--radio a.sidemenu-top:hover {
  background: #FFFFFF;
  color: #009ca6;
}

.sidemenu-lev--business a.sidemenu-top:hover {
  background: #d41318;
}

.sidemenu-close,
.sidemenu-back,
.sidemenu-search {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sidemenu-close .icon,
.sidemenu-back .icon,
.sidemenu-search .icon {
  font-size: 24px;
}

@media (max-width: 1023.98px) {
  .sidemenu-close,
  .sidemenu-back,
  .sidemenu-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    text-align: center;
  }

  .sidemenu-close,
  .sidemenu-close .icon,
  .sidemenu-back,
  .sidemenu-back .icon,
  .sidemenu-search,
  .sidemenu-search .icon {
    line-height: 36px;
  }
}

@media (max-width: 1023.98px) {
  .sidemenu-close,
  .sidemenu-search {
    background: #FFFFFF;
    border-radius: 50%;
    color: #0f0f0f !important;
  }
}

.sidemenu-search {
  display: none;
  left: auto;
  right: 46px;
}

@media (max-width: 767.98px) {
  .sidemenu-search {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .sidemenu-close {
    left: auto;
    right: 0;
  }
}

.sidemenu-back {
  left: -18px;
}

.sidemenu-24 {
  display: block;
}

@media (max-width: 1023.98px) {
  .sidemenu-24 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

.sidemenu-24 .icon {
  font-size: 48px;
}

.sidemenu-subscribe {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 58px;
}

.sidemenu-parent {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  padding-right: 46px;
}

.sidemenu-parent .icon {
  font-size: 48px;
}

.sidemenu-scrolling {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.sidemenu-scrolling::-webkit-scrollbar {
  display: none;
}

.sidemenu-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

.sidemenu-list-sep {
  position: relative;
  height: 30px;
}

.sidemenu-list-sep::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
}

.inverted-color .sidemenu-list-sep::before {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.sidemenu-list-label {
  position: relative;
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(15, 15, 15, 0.5);
}

.sidemenu-list-label .inverted-color {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 360px) and (max-width: 767.98px) {
  .sidemenu-list-label {
    font-size: 1rem;
  }
}

.sidemenu-link {
  position: relative;
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media (min-width: 360px) and (max-width: 767.98px) {
  .sidemenu-link {
    font-size: 1rem;
  }
}

.sidemenu-link .icon {
  font-size: 12px;
  display: block;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.sidemenu-link-description {
  display: block;
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #0f0f0f;
}

.sidemenu-link--topic {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #003c7f;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
}

.sidemenu-link--cover {
  background: #f5f5f5;
}

.sidemenu-link--cover .img-cover {
  margin-bottom: 10px;
}

.sidemenu-link--cover .sidemenu-link-description {
  text-align: center;
}

.sidemenu-link:hover,
.sidemenu-link.is-active {
  color: #FFFFFF;
  background: #005cbf;
}

.sidemenu-link:hover .sidemenu-link-description,
.sidemenu-link.is-active .sidemenu-link-description {
  color: #FFFFFF;
}

[data-level="0"] .sidemenu-link:hover,
[data-level="0"] .sidemenu-link.is-active {
  background: rgba(255, 255, 255, 0.05);
}

.sidemenu-lev--sole .sidemenu-link:hover,
.sidemenu-lev--sole .sidemenu-link.is-active {
  background: #fff5ec;
  color: #0f0f0f;
}

.sidemenu-lev--newsletter .sidemenu-link:hover,
.sidemenu-lev--newsletter .sidemenu-link.is-active {
  background: #ef4e63;
}

.sidemenu-lev--video .sidemenu-link:hover,
.sidemenu-lev--video .sidemenu-link.is-active {
  background: #009ca6;
}

.sidemenu-lev--quotidiani .sidemenu-link:hover,
.sidemenu-lev--quotidiani .sidemenu-link.is-active {
  background: #e67a00;
}

.sidemenu-lev--radio .sidemenu-link:hover,
.sidemenu-lev--radio .sidemenu-link.is-active {
  background: #FFFFFF;
  color: #0f0f0f;
}

.sidemenu-lev--business .sidemenu-link:hover,
.sidemenu-lev--business .sidemenu-link.is-active {
  background: #d41318;
}

.sidemenu-btn-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.sidemenu-social {
  margin-top: auto !important;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
}

.sidemenu-social-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 0;
}

.sidemenu-social-list-item {
  text-align: center;
}

.sidemenu-social-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 30px;
}

.sidemenu-social-link,
.sidemenu-social-link .icon {
  line-height: 30px;
}

.sidemenu-cta {
  margin-top: auto !important;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top: 2px solid rgba(15, 15, 15, 0.05);
  padding: 10px 10px 25px;
  text-align: center;
}

.sidemenu-cta-title,
.sidemenu-cta-text {
  display: block;
  margin-bottom: 2px;
  font-size: 0.8125rem;
}

.sidemenu-cta-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #003c7f;
}

.sidemenu-cta .btn {
  margin-top: 10px;
}

.is-sidemenu-in {
  overflow: hidden;
}

.is-sidemenu-in .modal,
.is-sidemenu-in .modal-backdrop {
  width: 280px;
  background: #FFFFFF;
}

.is-sidemenu-in .modal-backdrop.show {
  opacity: 1;
}

.is-sidemenu-in .modal-dialog {
  margin: 0;
}

.is-sidemenu-in .modal-header {
  position: relative;
  height: 65px;
  padding: 15px 20px !important;
}

.is-sidemenu-in .modal-header .sidemenu-parent {
  left: 50px;
}

.is-sidemenu-in .modal-header .ltool {
  margin-left: -18px !important;
  background: none;
  border-color: transparent;
  color: #0f0f0f;
}

.is-sidemenu-in .modal-header .ltool .icon {
  color: #0f0f0f;
}

.is-sidemenu-in .modal-header .ltool .icon::before {
  content: "";
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 5px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #FFFFFF;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #FFFFFF;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #FFFFFF;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #FFFFFF;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px 15px;
  color: #0f0f0f;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  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;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-header .close {
  padding: 10px 30px;
  margin: -10px -30px -10px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px 30px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px 30px-0;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.modal-footer > * {
  margin: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 360px) {
  .modal-dialog {
    max-width: 660px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 390px;
  }
}

.modal--transparent .modal-content {
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .modal--transparent .modal-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal--transparent .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
}

.modal--transparent .modal-body {
  padding: 15px;
}

.modal--transparent .modal-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px;
}

.modal-search-open .modal-backdrop {
  background-color: #FFFFFF;
}

.modal-search-open .modal-backdrop.show {
  opacity: 0.95;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

.modal-dialog--sans {
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.modal-dialog--dark {
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

@media (max-width: 767.98px) {
  .modal-dialog-scrollable {
    margin: 0;
    max-height: none;
    max-width: none;
  }

  .modal-dialog-scrollable .modal-content,
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    border-radius: 0;
  }

  .modal-dialog-scrollable .modal-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal-full {
  width: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
}

.modal-full .modal-content,
.modal-full .modal-header,
.modal-full .modal-footer {
  border-radius: 0;
}

.modal-full .modal-content {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  .modal-xl.modal-full-mobile {
    max-width: unset;
  }
}

.modal-content {
  margin-left: 15px;
  margin-right: 15px;
}

.modal-dialog--dark .modal-content {
  background: none;
}

.modal-full .modal-content {
  background: transparent;
  height: 100vh;
}

.modal-light {
  background: #fcf8f4;
}

@media (max-width: 767.98px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 10px 15px;
  }
}

.modal-header {
  position: relative;
  min-height: 56px;
}

.modal-dialog-scrollable .modal-header {
  background: #f5f5f5;
}

.modal-dialog--dark .modal-header {
  background: #003c7f;
  color: #FFFFFF;
}

.modal-full .modal-header {
  text-align: center;
  background: #0f0f0f;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 76px;
}

.modal-dialog--dark .modal-body {
  background: none;
}

.modal-body .label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(15, 15, 15, 0.5);
  line-height: 1.25;
}

.modal-footer {
  background: #f5f5f5;
  padding: 20px;
}

.modal-footer-wrapper {
  width: 100%;
}

.modal-submit {
  margin-left: auto;
  margin-bottom: 0;
}

.modal-submit-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-logo {
  display: inline-block;
}

.modal-logo img {
  height: 32px;
  width: auto;
}

.modal-title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal-title--sans {
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.modal-title--light {
  font-size: 1.25rem;
  color: rgba(15, 15, 15, 0.5);
}

.modal-header .modal-title {
  margin: 10px 0;
  width: 100%;
}

.modal-title.aprev--shline {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-subtitle {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: normal;
  margin-top: -5px;
  margin-bottom: 5px;
}

.modal-text {
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}

.modal-text strong,
.modal-text b {
  font-weight: 500;
}

.modal-text a {
  font-weight: 500;
}

.modal-text--gray {
  color: rgba(15, 15, 15, 0.5);
}

.modal-text--titled strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal-recap-info {
  color: rgba(15, 15, 15, 0.5);
  margin-bottom: 10px;
}

.modal-recap-detail strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-recap-label {
  font-weight: 500;
}

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

.modal-soclogin-links {
  margin: 0;
}

.fullscreen {
  padding-top: 20px;
}

.fullscreen-nav,
.fullscreen-counter,
.fullscreen-caption {
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.fullscreen-nav {
  display: block;
  margin-bottom: 5px;
}

.fullscreen-counter {
  font-weight: 500;
  margin: 0;
}

.fullscreen-caption {
  margin-bottom: 20px;
}

.fullscreen-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.fullscreen-image .img-fluid {
  margin: 0 auto;
}

.fullscreen-head {
  margin-bottom: 30px;
}

.fullscreen-head .aprev-title {
  margin-bottom: 15px;
}

.fullscreen-head .btn {
  margin-top: 20px;
}

.fullscreen-carousel,
.fullscreen .carousel {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.fullscreen .carousel-wrapper {
  position: relative;
}

.fullscreen .is-last .carousel-nav {
  display: none !important;
}

@media (max-width: 767.98px) {
  .fullscreen .carousel-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fullscreen .carousel-slide,
  .fullscreen .carousel-slide .fullscreen-image,
  .fullscreen .carousel-slide .abox {
    margin-left: -15px;
    margin-right: -15px;
  }

  .fullscreen .carousel-slide:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
  }
}

.fullscreen .abox {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0;
  margin: 0;
  border-bottom: 0;
}

.fullscreen .rel {
  margin: 30px 0 0;
  background: transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .fullscreen .rel-title {
    border-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.modal-open #modal-gallery-fullscreen {
  background: #3d3d3d;
}

.modal-close-iframe {
  position: relative;
  z-index: 9;
}

.suggestion {
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 15px 10px;
  margin-bottom: 40px;
}

.suggestion-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
  border-bottom: 1px solid rgba(15, 15, 15, 0.25);
}

.suggestion-list-item {
  vertical-align: top;
  padding: 0 10px;
}

.suggestion-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(15, 15, 15, 0.25);
}

.suggestion-list-item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  margin: 0 -10px;
}

.suggestion-list-item a:hover,
.suggestion-list-item a:focus {
  background: rgba(0, 60, 127, 0.1);
}

.suggestion-block {
  background: rgba(0, 60, 127, 0.1);
  padding: 10px 10px 0;
}

.suggestion-block-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #003c7f;
  margin-bottom: 10px;
}

.suggestion-block .suggestion-list {
  border: none;
}

.suggestion-block .suggestion-list-item {
  padding: 0;
}

.suggestion-code {
  display: inline-block;
  width: 100px;
  position: relative;
  padding-left: 20px;
}

.suggestion-code .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.suggestion-type {
  display: inline-block;
  padding-right: 5px;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.5);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 10px;
  margin: 5px 0 0;
  font-size: 1rem;
  color: #0f0f0f;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(15, 15, 15, 0.15);
  box-shadow: 2px 2px 0 0 #e6e6e6;
}

.dropdown-menu--bubble {
  border: none;
  margin-top: 8px;
  margin-left: -20px;
}

.ltool + .dropdown-menu--bubble {
  margin-left: -10px;
}

.dropdown-menu--bubble::after {
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
}

.dropdown-menu--bubble::before,
.dropdown-menu--bubble::after {
  position: absolute;
  top: -7px;
  left: 18px;
}

.dropdown-menu--bubble.dropdown-menu-right {
  margin-left: 0;
  margin-right: -5px;
}

.dropdown-menu--bubble.dropdown-menu-right::before,
.dropdown-menu--bubble.dropdown-menu-right::after {
  left: auto;
  right: 5px;
}

.dropdown-menu--bubble.dropup {
  top: unset;
  bottom: 30px;
}

.dropdown-menu--bubble.dropup::after {
  top: unset;
  bottom: -7px;
  border-bottom: none;
  border-top: 8px solid #FFFFFF;
}

.dropdown-menu--bubble.dropup::before {
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e6e6e6;
  position: absolute;
  top: unset;
  bottom: -10px;
}

.dropdown-menu--rounded {
  border-radius: 12px;
  border-top-right-radius: 0;
  box-shadow: 0 0 4px 0 rgba(15, 15, 15, 0.15);
  margin-right: 0 !important;
}

.dropdown-menu--rounded:after {
  display: none;
}

.dropdown-menu-foot {
  text-align: center;
  margin: 10px -10px -10px;
  padding: 10px 0;
  background: #f5f5f5;
  border: 1px solid rgba(15, 15, 15, 0.05);
  border-top-color: rgba(15, 15, 15, 0.25);
  min-width: 200px;
}

.dropdown-menu .list {
  margin: 0;
}

.dropdown-menu a,
.dropdown-menu button {
  color: #0f0f0f;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
  color: rgba(15, 15, 15, 0.7);
}

.dropdown-menu .hlink-more {
  display: block;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-menu.show {
  display: block;
}

.bottomsubs {
  display: block;
  height: 90px;
  padding: 15px 40px 0 100px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1030;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bottomsubs {
    -webkit-transition: none;
    transition: none;
  }
}

.bottomsubs-text {
  display: block;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}

.bottomsubs-link {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #003c7f;
  padding-right: 18px;
}

.bottomsubs-link:hover {
  color: rgba(0, 60, 127, 0.7);
}

.bottomsubs--plus .bottomsubs-link {
  color: #f7963e;
}

.bottomsubs--plus .bottomsubs-link:hover {
  color: rgba(247, 150, 62, 0.7);
}

.bottomsubs-link .icon {
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.bottomsubs-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 80px;
}

.bottomsubs-close {
  display: block;
  color: rgba(15, 15, 15, 0.5);
  font-size: 16px;
  padding: 10px;
  background: none;
  border: none;
  outline: 0 none !important;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 360px) {
  .bottomsubs {
    height: 100px;
    padding-left: 130px;
  }

  .bottomsubs-img {
    width: 110px;
  }

  .bottomsubs-text,
  .bottomsubs-link {
    font-size: 1.125rem;
  }
}

.is-bottomsubs-in .bottomsubs {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, 0.15);
}