body {
    font-size: 20px;
}

iframe {
	max-width: 100%;
}

.block__inner--container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.img-responsive {
  width: auto;
  max-width: 100%;
}

.round-image {
    border-radius: 50%;
    border: 1px solid #979797;
}

@media (max-width: 1024px) {
  .hide-1024-down {
    display: none!important;
  }
}

@media (min-width:1024px) {
  .hide-1024-up {
    display: none!important;
  }
}

.iframe-box iframe {
  /* max-width: 100%; */
}

.page-template-page-flexible-content .footer-main {
    margin-bottom: -30px;
}

#catapult-cookie-bar {
    bottom: 2rem !important;
    position: fixed !important;
    right: 2rem !important;
}

#resumator-wrapper .resumator-basic-widget .resumator-job .resumator-buttons input[type=button], .btn {
    padding: 18px 15px;
}

.header-option-1 {
    padding: 3rem 0;
}

.header-o1__media {
    padding: 1rem 0;
    height: 100%;
}

.header-o1__media iframe, .header-o1__media div {
    max-height: 400px!important;
}

.header-o1__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0 6rem;
  align-items: center;
}

.header-o1__title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 56px;
    color: #505354;
}

.header-o1__subtitle {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    color: #505354;
}

.header-o1__text-content {
    color: #505354;
    font-family: Nunito;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
}

@media (min-width: 600px) {
  .header-o1__grid--larger-image {
      grid-template-columns: 1fr 2fr;
      gap: 2rem;
  }
}

.header-o1__media img {
    width: 100%;
    height: auto;
}

.centered-text__title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.centered-text {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding: 0;
}

.half-half-sec {
    padding: 3rem 0;
}

.half-half-sec__grid {
  display: grid;
  gap: 4rem;

}

@media (min-width: 700px) {
 .half-half-sec__grid {
      grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
    }
      .half-half-sec.Right .half-half-sec__text-cont {
      grid-column: 2 / 3;
  }

}

.half-half-sec__text-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.half-half-sec__text-cont h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}

.half-half-sec__ctas-box {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.half-half-sec__text-cont p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
}


.two-cols-a-banners {
    background-color: rgba(255,199,8,0.12);
    padding: 4rem 0;
    position: relative;
}

.two-cols-a-banners__title {
    color: #000000;
    font-family: Nunito;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.tc-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    width: 90%;
    margin: 2rem auto;
}

@media (min-width: 600px) {
    .tc-banner-grid {
        gap: 80px;
        width: 70%;
    }
}

.tc-banner-grid__item {
    display: flex;
    position: relative;
    margin: 0;
    box-shadow: 0px 2px 5px #b8b8b8b0;
    transition: all ease-in-out .5s;
    overflow: hidden;
}

.tc-banner-grid__item img {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.tc-banner-grid__caption-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
    bottom: 0;
    height: 159px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tc-banner-grid__item-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.tc-banner-grid__caption {
    text-align: center;
    display: none;
    transition: all ease-in-out 0.2s;
}

.tc-banner-grid__caption p {
    margin: 0;
}

/* .tc-banner-grid__item:hover {
    transform: scale(1.05);
} */
.tc-banner-grid__caption {
    padding-right: 12px;
}
.tc-banner-grid__item:hover .tc-banner-grid__caption {
    display: block;
    animation: fadeInFromNone .5s ease-out;
    color: #fff;
}
.tc-banner-grid__item:hover .tc-banner-grid__item-title {
    /* position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%); */
    display: none;
}
.tc-banner-grid__item:hover .tc-banner-grid__caption {
    position: absolute;
    top: 50px;
}

.tc-banner-grid__item:hover .tc-banner-grid__caption-box {
    transform: scale(1.05);
    padding: 10px;
}
.tc-banner-grid__item:hover:nth-of-type(1) .tc-banner-grid__caption-box {
    background:#b14fc5;
}
.tc-banner-grid__item:hover:nth-of-type(2) .tc-banner-grid__caption-box {
    background:#ff9e18;
}
.tc-banner-grid__caption p {
    font-size: 16px;
}
.tc-banner-grid__embed {
    position: absolute;
    height: 100%;
    width: 100%;
}
.tc-banner-grid__embed :is(div, iframe) {
    height: 100%!important;
    width: 100%!important;
    height: 220px !important;
}

.two-cols-a-banners:before {
    content: "";
    border-radius: 50%;
    display: block;
    height: 250px;
    width: 250px;
    background-color: rgba(0,189,212,0.27);
    position: absolute;
    top: 56.2%;
    left: 49.7%;
    transform: translate(-50%, -50%);
}

.two-cols-a-banners__banners-cont {
    display: grid;
    position: relative;
    max-width: 900px;
    margin-inline: auto;
}

@media (min-width: 1000px) {
	 .two-cols-a-banners__banners-cont {

		grid-template-columns: repeat(2, 1fr);
	}
}

.animate-banner-col {
    position: relative;
}



.inline-banners__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin: 3rem 0;
}

.inline-banners__title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.inline-banners {
    padding: 4rem 0;
}

.inline-banners__item {
    margin: 0;
}

.inline-banners__item-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    text-decoration: none;
}

.inline-banners__img {
    position: relative;
    width: 100%;
    height: 190px;
    object-fit: cover;
    z-index: 1;
}

.inline-banners__img-box {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #333E48;
    padding: .5rem;
    font-weight: bold;
    font-size: 18px;
}

.one-item-carousel {
    background: rgba(0,189,212,0.09);
    padding: 3rem 2rem;
}

.one-item-carousel__title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.oic__item {
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    height: 100%;
}

.oic__item-lbt {
    color: #000000;
    font-family: Nunito;
    font-size: 117px;
    line-height: 1;
}

.oic__item-lst {
    color: #000000;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    display: block;
}

.oic__item-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.oic__item-right img {
    margin: 0 auto;
}

.oic__item-c {
    max-width: 900px;
    margin: 2rem auto;
}

.oic__item-blocqte:before,
.oic__item-blocqte:after {
    all: unset;
}

.oic__item-cite {
    font-style: normal;
    display: block;
}

.oic__item-blocqte:before {
    content: "";
    position: relative;
    display: flex;
    width: 36px;
    height: 36px;
    left: 0;
    top: -1rem;
    background-size: contain;
    background-repeat:no-repeat;
    background-image: url(
    "data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.8 17.7' style='enable-background:new 0 0 21.8 17.7;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M0,17.7v-4.4c0-1.5,0.2-3,0.8-4.7S2,5.4,2.9,3.9C3.9,2.4,5,1.1,6.4,0l3.8,2.7c-1.1,1.6-2,3.3-2.6,5 C7,9.3,6.7,11.2,6.7,13.2v4.5H0z M11.5,17.7v-4.4c0-1.5,0.2-3,0.8-4.7c0.5-1.6,1.2-3.2,2.2-4.7c1-1.5,2.1-2.8,3.4-3.9l3.8,2.7 c-1.1,1.6-2,3.3-2.6,5c-0.6,1.7-0.9,3.5-0.9,5.5v4.5H11.5z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 600px) {
 .oic__item-blocqte:before {
    left: calc(-36px - 1rem );
    top: 0;
 }
}

.oic__item-blocqte {
    all: unset;
    color: #000000;
    font-family: Nunito;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 25px;
    position: relative;
}

.oic__item-blocqte .btn {
    margin-bottom: 2rem;
}

.slick-arrow {
    all: unset;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 290.6 492' style='enable-background:new 0 0 290.6 492;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23858585;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M266.3,484.1l16.2-16.1c5.1-5.1,7.9-11.8,7.9-19c0-7.2-2.8-14-7.9-19L98.7,246.1L282.7,62.1 c5.1-5.1,7.9-11.8,7.9-19s-2.8-14-7.9-19L266.6,7.9c-10.5-10.5-27.6-10.5-38.1,0L8.6,227C3.6,232.1,0,238.8,0,246.1v0.1 c0,7.2,3.6,14,8.6,19L228,484.1c5.1,5.1,12,7.9,19.2,7.9C254.4,492,261.3,489.2,266.3,484.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slick-prev.slick-arrow {
    left: -30px;

}

.slick-next.slick-arrow {
    right: -30px;
    transform: rotate(179deg) translateY(50%);
}


@media (min-width: 1024px) {
     .slick-prev.slick-arrow {
        left: 0;
        transform: translate(-150%, -50%);
    }

    .slick-next.slick-arrow {
        right: 0;
        transform: rotate(179deg) translate(-150%, 50%);
    }
}


.slick-slide {
  height: auto;
}

.our-clients__title {
    color: #000000;
    font-family: Nunito;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.our-clients {
    padding: 5rem 0;
}

.our-clients__grid {
    max-width: 900px;
    width: 80%;
    margin: 3rem auto;
}

.our-clients__grid-item {
    box-sizing: border-box;
    height: 98px;
    position: relative;
    margin: 0 auto!important;
    display: block!important;
    max-width: 98px;
    border: 1px solid #979797;
    background-color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
}

.our-clients__img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect-with-us {
    background-color: rgba(108,171,54,0.12);
    text-align: center;
    padding: 64px 0;
}

.connect-with-us .gform_title {
    color: #000000;
    font-family: Nunito;
    font-size: 44px!important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.connect-with-us .gform_description {
    color: #000000;
    font-family: Nunito;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}


.connect-with-us #gform_fields_12 {
    display: grid;
    gap: 0 30px;
}

@media (min-width: 600px) {
     .connect-with-us #gform_fields_12 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 0 50px;
    }

    .connect-with-us .gfield {
        grid-column: 2 span;
    }

    .connect-with-us  #field_12_4, .connect-with-us  #field_12_5 {
        grid-column: 3 span;
    }
}

.connect-with-us .ginput_container, .connect-with-us .gfield_label {
    margin: 0!important;
    padding: 0!important;
}

.connect-with-us .gfield_label {
    font-weight: normal!important;
    text-transform: capitalize!important;
}


.connect-with-us input {
    width: 100%!important;
    height: 41.7px;
    margin: 0!important;
}

#gform_submit_button_12 {
    height: auto;
    padding: .5rem!important;
    width: fit-content!important;
    width: -moz-fit-content !important;
    /*! display: inline-block !important; */
    /*! margin: 0 auto !important; */
}

.hero .hero__logo {
    background: url('https://www.lotame.com/wp-content/themes/lotame/assets/img/lotame_logo.png') no-repeat 50%!important;
    background-size: contain!important;
}

.bg-color--yellow {
  background-color: rgb(255 198 10 / 12%)!important;
}

.bg-color--blue {
  background-color: rgb(0 189 212 / 9%)!important;
}

.bg-color--green {
  background-color: rgb(108 171 54 / 12%)!important;
}

.five-banners-sec__title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.five-banners-sec {
    padding: 3rem 0;
    font-weight: 600;
    text-align: center;
}

.five-banners-sec__banners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    gap: 4rem 2rem;
}

.five-banners-sec__banners-item {
    font-weight: normal;
    margin: 0;
}

@media (min-width: 600px) {
  .five-banners-sec__banners-item {
      width: calc(50% - 2rem);
  }
}

@media (min-width: 1024px) {
  .five-banners-sec__banners-item {
      width: calc(33% - 2rem);
  }
}

.half-with-accordion__title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.half-with-accordion__content {
  max-width: 1000px;
  margin: 0 auto;
}

.half-with-accordion__grid {
    display: grid;
}

.half-with-accordion__image-box {
    display: flex;
    align-items: center;
}

@media (min-width: 800px) {
  .half-with-accordion__grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 0 150px;
  }
}

.half-with-accordion {
    padding: 3rem 0;
}

.half-with-accordion__imagebox {
  display: none;
  max-width: 100%;
  flex: 1;
  min-height: 315px;
}

.half-with-accordion__acc-item-title {
    font-weight: normal;
}

.half-with-accordion__imagebox iframe {
    max-width: 100%;
    position: relative!important;
}

.fx-accordion-title {
  cursor: pointer;
}

.fx-accordion-item-content {
  display: none;
}

.fx-accordion-item--active .half-with-accordion__acc-item-title {
    font-weight: bold;
    margin-bottom: 0;
}

.circular-items__title {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}

.circular-items {
    padding: 4rem 0;
}

.circular-items__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    margin: 2rem 0 4rem;
    gap: 2rem;
}

.circular-items__ctas-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.circular-items__grid-item {
    justify-items: center;
    display: grid;
    gap: 2rem;
    margin: 0;
}

.circular-items__item-text {
    font-size: 20px;
    text-align: center;
}

.circular-items__item-img-box {
    border-radius: 50%;
    border: 1px solid #979797;
}

.oic__item-lbt small {
    font-size: 50%;
}

/* Changing font family to the Panorama Page */
.ltp-body *, .ltp-header * {
    font-family: Nunito, sans-serif;
    line-height: 1.8;
}

.ltp-nav .ltp-btn-tertiary {
  line-height: 1;
}

.ltp-section-intro h4, .ltp-section-intro h3, .ltp-section-intro h1, .ltp-section-intro p {
    line-height: 1.2;
}

.ltp-section-intro h4 {
    line-height: 1.5;
}

/* Header side wide */

:is(.blog, .page-template, .page-template-default) .hero__content__inner {
    display: grid;
    gap: 0 2rem;
}

.hero__content-right {
  display: flex;
  align-items: center;
}

@media (min-width: 600px) {
 .hero__content-right {
    grid-row: 1 / 2;
  }
}

@media (min-width: 768px) {
  :is(.blog, .page-template, .page-template-default) .hero__content__inner {
        display: grid;
        grid-template-columns: 1fr 2fr;
  }

  .hero__content-right {
    grid-row: auto;
  }
}

.hero__content-left a {
    text-align: left;
    float: left;
}

.hero__content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #505354;
}

.hero__content__inner.text-centered {
    display: block;
}

.hero__content__inner.text-centered h1 {
    text-align: center;
}

.page-template-landing-t2 .block__inner {
    margin-bottom: 1rem;
}

.page-template-landing-t2 .hero__content-left {
    text-align: center;
    align-items: center;
}

.page-template-landing-t2 .hero__intro {
    text-align: center!important;
    margin-bottom: 5rem!important;
}

/* Redesigned */
.section-cta {
    background-image: linear-gradient(270deg, #e31d93 0%, #ffc600 100%);
    color: #fff;
    padding: 30px 0;
}
.section-cta h2 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.76px;
    line-height: 30px;
    margin-bottom: 10px;
}
.section-cta h4 {
    font-size: 23px;
    margin: 0;
    font-weight: 700;
}

.section-cta .btn-primary {
    background: #fff;
    color: #333E48 !important;
    padding: 15px 40px;
}

.section-cta .btn-primary:hover {
    background: #6cab36;
    color: #fff !important;
}


.pdx-solutions .pdx-solutions-flex-row{
    margin-top: 50px;
}
@media (min-width: 1024px){
    .cta-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cta-wrapper h2 {
        font-size: 38px;
    }
    .cta-wrapper h4 {
        font-size: 23px;
    }
}


.animate-banner-wrapper {
    height: 295px;
    background: #fff;
    border-bottom: 10px solid transparent;
    margin-right: 0px;
    max-width: 350px;
    margin: 20px auto;
    padding: 0;
    position: relative;
}
.animate-banner-wrapper .tc-banner-grid__embed {
	position: relative;
    overflow: hidden;
}
.animate-banner-wrapper .tc-banner-grid__embed :is(div, iframe) {
    height: 230px !important;
    position: absolute !important;
    top: 0;
    transform: 0;
}
.animate-banner-wrapper .tc-banner-grid__item-title {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: 100%;
	overflow-wrap: break-word;
}
.animate-banner-col { padding-right: 0; }
.animate-banner1 { border-color: #b34fc5; }
.animate-banner2 { border-color: #f99e1d; }
.animate-banner3 { border-color: #00bdd4; }
.animate-banner4 { border-color: #7fbc03 }
.animation-banner-caption h3{
	font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
    margin: 0;
}
.animation-banner-caption p {
	margin: 0px;
	font-size: 18px;
}
.animation-banner-caption {
	color: #fff;
	padding: 20px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: calc(100% + 20px);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
	transform: scale(1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
.animate-banner1 .animation-banner-caption { background:#f99e1d; }
.animate-banner2 .animation-banner-caption { background:#00bdd4; }
.animate-banner3 .animation-banner-caption { background:#b34fc5; }
.animate-banner4 .animation-banner-caption { background:#7fbc03;}
.animate-banner-col:hover .animation-banner-caption {
	opacity: 1;
    transform: scale(1.05);
}


@media (max-width: 500px) {
    .pdx-header .border sup {
        font-size: 20px;
    }
}
@media (min-width: 1025px) {
    .pdx-header h1 {
        font-size: 60px;
    }
}

.short_text {
    text-align: start;
}

.short_text p {
    margin-top: 20px;
}

@media (max-width: 1025px) {
  .short_text p {
      margin-top: 25px;
  }
}

.hero.hero--icon.block {
    background-image: none!important;
}

.single-product .hero-icon {
    display: none;
}

.page-template-page-legal .half-half-sec__text-cont h2 {
    font-size: 50px;
    line-height: 1.1;
}

.page-legal__top-nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

@media (min-width: 1025px) {
	.page-legal__top-nav-menu {
		flex-direction: row;
	}

}

.page-legal__top-nav {
    padding-block: 4rem;
    background: #EEF9FB;
    margin-top: 1rem;
}

.page-legal__top-nav a {
    font-size: 18px;
    color: #505354;
    text-decoration: none;
}

.page-legal__main {
    display: grid;
    gap: 0 5rem;
    margin-bottom: 5rem;
}

.page-legal__sidebar-menu {
  display: none;
}

.page-legal-link__main .page-legal__sidebar-menu {
    display: block;
}

@media (min-width: 1025px) {
	.page-legal__sidebar-menu {
		  display: block;
	}

	.page-legal__main {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 5rem;
		margin-bottom: 5rem;
	}

}

.page-legal__sidebar-group {
    position: relative;
}

.page-legal__sidebar-menu {
    text-align: left;
    font: 16px/25px Nunito;
    letter-spacing: 0px;
    color: #505354;
    list-style: none;
    padding: 0;
}

.page-legal__sidebar-menu a {
    text-decoration: none;
    color: inherit;
    padding-block: 0.2rem;
    display: block;
}

.pltn__top-menu.bold {
    padding-block: 0.8rem;
    font-weight: bold;
}

.page-legal__content {
    font-size: 17px;
}

.pl_video-sec__vid {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    justify-content: center;
    align-items: center;
    background: #0006;
}

.pl_video-sec {
    position: relative;
}

.pl_accordion__header {
    font: normal normal bold 30px/45px Nunito;
    position: relative;
}

.pl_accordion__content {
    display: none;
}

.pl_accordion__header h4 {
    margin: 0;
    font-size: 30px;
}

.pl_accordion__item {
    padding-bottom: 0.8rem;
    margin-bottom: .5rem;
    border-bottom: 2px solid #80BC00;
    cursor: pointer;
}

.pl_accordion__header:after, .page-legal__sidebar-group:after {
    content: "";
    display: block;
    background-size: 49%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMgIGMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5MyAgczcuNzk0LTEuNTgxLDEwLjYwNi00LjM5NGwxNDkuOTk2LTE1MEMzMzEuNDY1LDk0Ljc0OSwzMzEuNDY1LDg1LjI1MSwzMjUuNjA3LDc5LjM5M3oiIGZpbGw9IiM4MGJjMDAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);    width: 31px;
    height: 31px;
    padding: 0;
    border-radius: 25px;
    border: 2px solid #80BC00;
    position: absolute;
    right: 0;
    top: 7px;
}


.fx-accordion-item--active .pl_accordion__header:after,
.fx-single-toggle__active.page-legal__sidebar-group:after {
    background-color: #80BC00;
    transform: rotate(181deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0MC44MTEgMjQwLjgxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBpZD0iRXhwYW5kX01vcmUiIGQ9Ik0yMjAuMDg4LDU3LjY2N2wtOTkuNjcxLDk5LjY5NUwyMC43NDYsNTcuNjU1Yy00Ljc1Mi00Ljc1Mi0xMi40MzktNC43NTItMTcuMTkxLDAgICBjLTQuNzQsNC43NTItNC43NCwxMi40NTEsMCwxNy4yMDNsMTA4LjI2MSwxMDguMjk3bDAsMGwwLDBjNC43NCw0Ljc1MiwxMi40MzksNC43NTIsMTcuMTc5LDBMMjM3LjI1Niw3NC44NTkgICBjNC43NC00Ljc1Miw0Ljc0LTEyLjQ2MywwLTE3LjIxNUMyMzIuNTI4LDUyLjkxNSwyMjQuODI4LDUyLjkxNSwyMjAuMDg4LDU3LjY2N3oiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
}

.page-legal__sidebar-group:after {
    top: 0!important;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .page-legal__sidebar-group:after {
        display: none;
    }
}

.page-legal-link__main .page-legal__sidebar-group:after {
        display: none;
}

.page-legal__main ul:not(.not-general) li:before {
    background-color: #80BC00;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    top: calc(1rem - 6px);
}

.page-legal__main  ul:not(.not-general) li {
	font-size: 20px;
}

.page-legal__sidebar-title {
    display: flex;
    align-items: center;
    font: normal normal bold 18px/1 Nunito;
    line-height: 1.2;
    color: #80BC00;
    padding-bottom: 1rem;
    border-bottom: 1px solid #277cad1a;
}

.page-legal__sidebar-icon {
    width: 51px;
    height: 36px;
}

.page-legal__top-nav .pltn__top-menu:hover {
    border-bottom: 2px solid #80BC00;
    padding-bottom: 0;
    width: fit-content;
    margin-inline: auto;
    color: #505354;
}

 .pltn__top-menu:hover {
   color: #80BC00;
 }

.pl_video-sec__imgbox {
    max-width: 100%;
    cursor: pointer;
}

.pl_video-sec:after {
    content: "";
    height: 90px;
    width: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://www.lotame.com/wp-content/uploads/2021/08/play_1-1.svg');
}

.pl_video-sec__vid-wrapper {
    background: #fff;
    padding: 1rem;
    position: relative;
    max-width: 98%;
}

.pl_video-sec__vid-close {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    cursor: pointer;
    padding: 0rem 0.3rem;
}

.icon_links__title {
    text-align: center;
    font: normal normal 600 44px/56px Nunito;
}

.icon_links__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
    margin-block: 2rem 4rem;
}

.icon_links__text {
    display: inline-block;
    margin-top: .5rem;
}

.icon_links__item-link {
    color: #47494A;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.icon_links__item {
    margin-inline: .5rem;
}

/* Legal links */


.page-legal-link__main {
    margin-bottom: 4rem;
}

.page-legal-link__main  .page-legal__sidebar-title {
    justify-content: center;
    color: #515455;
    font-size: 32px;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.page-legal-link__main  .page-legal__sidebar-icon {
    height: 60px;
    width: 60px;
    margin-right: 1rem;
}

.page-legal-link__main  .page-legal__sidebar-menu {
    text-align: center;
    font-size: 18px;
}

.page-legal-link__main  .pltn__top-menu.bold {
    margin-top: 1.6rem;
}

.page-legal__title .hero__content-left {
    justify-content: center;
    margin-inline: auto;
}

.page-legal__title .hero__content__inner.text-centered {
    display: flex;
    padding: 3rem;
    font-size: 20px!important;
}

.page-legal__title h1 {
    font-size: 50px;
    font-weight: bold;
}


/**
* Update 02/22/22
**/

.landing-wrapper {
    word-break: break-word;
}

.hero__content-right {
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .page-template-template-sidebar-jumplinks .hero .hero__content .hero__content__inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

fieldset[data-reactid=".hbspt-forms-0.1:$6"]{
   margin-top: 0px !important;
}
fieldset[data-reactid=".hbspt-forms-0.1:$7"]{
   margin-top: 0px !important;
}

.post-meta {
    margin-bottom: 1rem;
}

.center-button {
    padding: 30px;
    text-align: center;
}

.hero--spherical .hero__logo {
    background: none !important;
    height: auto;
}

.half-with-accordion__acc-item.fx-accordion-item.fx-accordion-item--active .fx-accordion-item-content {
    display: block;
}

@media (max-width: 600px) {
  .iframe-box > div iframe {
    max-height: 210px;
    position: relative!important;
  }
}

.iframe-box > div {
    height: auto!important;
    padding:0!important;
}

.half-with-accordion__imagebox.is-active-media {
    display: block;
}
