@charset "UTF-8";
.page-local-businesspartners-profile .container.grey::before {
  height: calc(100vh - 36px); }

@media (min-width: 768px) and (max-width: 979px) {
  .page-local-businesspartners-premium-profile .span8 {
    width: 600px;
    margin-left: 70px; } }

.business-partner-profile * {
  box-sizing: border-box; }
.business-partner-profile .info-container {
  margin-top: 25px;
  background-color: white;
  padding: 40px 40px 58px 40px;
  max-width: 440px;
  width: 100%; }
  .business-partner-profile .info-container h2 {
    color: #F07D00;
    text-transform: uppercase; }
    .business-partner-profile .info-container h2::after {
      display: none; }
  .business-partner-profile .info-container ul {
    margin: 0;
    padding: 0; }
    .business-partner-profile .info-container ul li {
      display: flex;
      margin-bottom: 7px; }
      .business-partner-profile .info-container ul li span {
        font-size: 1.0625rem;
        line-height: 1.352;
        color: black; }
        .business-partner-profile .info-container ul li span:first-child {
          font-weight: 500;
          display: block;
          width: 35px; }
.business-partner-profile .callout {
  margin-top: 33px;
  position: relative;
  background-color: white;
  padding: 26px 45px 50px;
  display: block;
  max-width: 440px;
  width: 100%;
  background: url("/assets/templates/images/circle-adspace-profile.svg") no-repeat bottom;
  background-color: white;
  background-size: 100% 75px; }
  .business-partner-profile .callout img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .business-partner-profile .callout h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: black;
    line-height: 1.05;
    margin-bottom: 23px; }
    .business-partner-profile .callout h2::after {
      display: none; }
    @media (max-width: 768px) {
      .business-partner-profile .callout h2 {
        font-size: 1.5rem; } }
  .business-partner-profile .callout ul {
    margin: 0;
    padding: 0; }
    .business-partner-profile .callout ul li {
      margin-bottom: 17px; }
      .business-partner-profile .callout ul li:last-child a {
        font-weight: 800;
        position: relative; }
        .business-partner-profile .callout ul li:last-child a:after {
          content: '';
          width: 100%;
          height: 1px;
          background-color: black;
          position: absolute;
          bottom: -9px;
          left: 0;
          right: 0;
          transition: bottom ease-in-out 0.3s; }
        .business-partner-profile .callout ul li:last-child a:hover:after, .business-partner-profile .callout ul li:last-child a:focus:after {
          bottom: -4px; }
      .business-partner-profile .callout ul li a {
        font-weight: 300;
        font-size: 1.125rem;
        color: #F07D00; }

.premium-profile {
  width: 100%;
  position: relative;
  margin-top: -34px;
  margin-inline: -20px; }
  @media (max-width: 1200px) {
    .premium-profile {
      margin-inline: -30px; } }
  @media (max-width: 980px) {
    .premium-profile {
      margin-inline: -38px; } }
  @media (max-width: 768px) {
    .premium-profile {
      margin-inline: -20px; } }
  .premium-profile .hover-image {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 5px; }
  .premium-profile img {
    max-width: fit-content; }
    @media (max-width: 1200px) {
      .premium-profile img {
        max-width: 1040px; } }
    @media (max-width: 980px) {
      .premium-profile img {
        max-width: 856px; } }
    @media (max-width: 768px) {
      .premium-profile img {
        max-width: 752px; } }

.profile-info {
  margin-top: 95px; }
  @media (max-width: 540px) {
    .profile-info {
      margin-top: 40px; } }
  .profile-info * {
    box-sizing: border-box; }
  .profile-info .profile-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 40px auto;
    gap: 0 20px;
    justify-content: space-between; }
    @media (max-width: 540px) {
      .profile-info .profile-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto; } }
  .profile-info .back-btn {
    grid-row: 1;
    align-self: baseline; }
    @media (max-width: 540px) {
      .profile-info .back-btn {
        margin-bottom: 45px; } }
  .profile-info article {
    grid-row: 1 /2 span;
    width: 100%;
    max-width: 420px;
    justify-self: end;
    font-size: 1.0625rem; }
    @media (max-width: 540px) {
      .profile-info article {
        grid-row: 2;
        max-width: unset;
        margin-top: 30px; } }
    .profile-info article h2 {
      color: #F07D00;
      font-size: 2.18rem; }
      @media (max-width: 1024px) {
        .profile-info article h2 {
          font-size: 2rem; } }
      @media (max-width: 768px) {
        .profile-info article h2 {
          font-size: 1.75rem; } }
      .profile-info article h2::after {
        display: none; }
    .profile-info article p {
      font-size: 1.0625rem;
      line-height: 1.76;
      color: black;
      padding-bottom: 35px; }
      @media (max-width: 540px) {
        .profile-info article p {
          padding-bottom: 20px; } }
      .profile-info article p:first-of-type {
        font-weight: 700; }
    .profile-info article ul {
      font-size: 1.0625rem;
      line-height: 1.76;
      color: black;
      margin: 0;
      padding: 0; }
      .profile-info article ul li {
        position: relative;
        padding-left: 22px; }
        .profile-info article ul li:not(:last-child) {
          margin-bottom: 8px; }
        .profile-info article ul li::before {
          content: '';
          background-color: #F07D00;
          position: absolute;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          left: 0;
          top: 5px; }
    .profile-info article blockquote {
      margin-block: 50px;
      width: 100%;
      border: 1px solid #E6E6E6;
      padding: 74px 47px 47px 47px;
      position: relative; }
      @media (max-width: 540px) {
        .profile-info article blockquote {
          margin-block: 30px; } }
      .profile-info article blockquote::before {
        content: '“';
        font-size: 3.75rem;
        font-weight: 700;
        color: #F07D00;
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%); }
      .profile-info article blockquote p {
        font-size: 1.25rem;
        font-weight: 500 !important;
        line-height: 1.5;
        text-align: center;
        padding: 0; }
        .profile-info article blockquote p::before, .profile-info article blockquote p::after {
          display: none; }
  .profile-info aside {
    grid-row: 2;
    width: 100%;
    max-width: 250px;
    padding-top: 25px; }
    @media (max-width: 540px) {
      .profile-info aside {
        max-width: unset;
        grid-row: 3; } }
    .profile-info aside ul {
      margin: 0 0 25px 0;
      padding: 0; }
    .profile-info aside .linkedin-info {
      margin-bottom: 45px; }
      .profile-info aside .linkedin-info img {
        border-radius: 50%;
        overflow: hidden; }
      .profile-info aside .linkedin-info h2 {
        font-size: 1.125rem;
        font-weight: 500;
        color: black;
        line-height: 1.5;
        margin-bottom: 5px;
        display: block; }
        .profile-info aside .linkedin-info h2::after {
          display: none; }
      .profile-info aside .linkedin-info a {
        font-size: 1rem;
        line-height: 1.3125;
        position: relative;
        padding-right: 20px;
        color: black;
        left: 0;
        transition: left ease-in-out 0.3s; }
        .profile-info aside .linkedin-info a:hover {
          left: 3px; }
          .profile-info aside .linkedin-info a:hover::before {
            right: 3px; }
        .profile-info aside .linkedin-info a::before {
          content: '';
          width: 11px;
          height: 10px;
          background-image: url("/assets/templates/images/icon-arrow-orange.svg");
          background-size: contain;
          position: absolute;
          right: 0;
          top: 5px;
          transition: right ease-in-out 0.3s; }
    .profile-info aside h2 {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #F07D00;
      line-height: 1.3;
      margin-bottom: 25px;
      display: block; }
      @media (max-width: 540px) {
        .profile-info aside h2 {
          margin-bottom: 20px; } }
      .profile-info aside h2::after {
        display: none; }
    .profile-info aside h3 {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.3125;
      color: black;
      margin-bottom: 13px; }
      .profile-info aside h3::after {
        display: none; }
    .profile-info aside .news-list {
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070;
      margin-bottom: 45px; }
      @media (max-width: 540px) {
        .profile-info aside .news-list {
          margin-bottom: 30px; } }
      .profile-info aside .news-list li {
        padding-block: 12px;
        padding-inline: 12px 0; }
        .profile-info aside .news-list li:not(:first-child) {
          border-top: 1px solid #707070; }
        .profile-info aside .news-list li a {
          display: flex;
          gap: 20px;
          padding-right: 40px;
          position: relative; }
          .profile-info aside .news-list li a picture {
            flex-shrink: 0; }
          .profile-info aside .news-list li a:after {
            content: '';
            width: 11px;
            height: 10px;
            background-image: url("/assets/templates/images/icon-arrow-orange.svg");
            background-size: contain;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .profile-info aside .news-list li a .info h4 {
            font-size: 0.9rem;
            line-height: 1.33;
            color: black;
            font-weight: 700;
            margin-bottom: 7px; }
            @media (max-width: 540px) {
              .profile-info aside .news-list li a .info h4 {
                font-size: 1rem; } }
          .profile-info aside .news-list li a .info .date {
            display: flex;
            align-items: center;
            gap: 8px; }
            .profile-info aside .news-list li a .info .date span {
              font-size: .8rem;
              color: #BABABA; }
    .profile-info aside ul.contact-info li {
      display: flex;
      margin-bottom: 7px; }
      .profile-info aside ul.contact-info li span {
        font-size: 1.0625rem;
        line-height: 1.352;
        color: black; }
        .profile-info aside ul.contact-info li span:first-child {
          font-weight: 500;
          display: block;
          min-width: 35px; }
    .profile-info aside a.btn-arrow {
      display: inline-block;
      font-size: 1rem;
      text-transform: uppercase;
      color: white;
      background-color: #F07D00;
      padding: 10px 17px 10px 48px;
      position: relative;
      margin-bottom: 50px; }
      @media (max-width: 540px) {
        .profile-info aside a.btn-arrow {
          margin-block: 20px; } }
      .profile-info aside a.btn-arrow::before {
        content: '';
        background-image: url("/assets/templates/images/icon-arrow-circle-orange-button.svg");
        width: 21px;
        height: 21px;
        position: absolute;
        left: 17px;
        top: 11px;
        background-size: contain; }
    .profile-info aside .archive {
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070;
      padding: 12px 0; }
      .profile-info aside .archive li {
        color: black;
        font-size: .9rem;
        font-weight: bold;
        line-height: 2; }
        @media (max-width: 540px) {
          .profile-info aside .archive li {
            font-size: 1rem; } }
        .profile-info aside .archive li::before {
          content: '- '; }
  .profile-info .video-container {
    aspect-ratio: 16/9;
    margin-block: 20px 75px; }
    @media (max-width: 540px) {
      .profile-info .video-container {
        margin-block: 20px; } }
    .profile-info .video-container iframe {
      position: unset !important; }

/*# sourceMappingURL=business-partners-profile.css.map */
