.block-results-before-after {}.block-results-before-after__head {    min-height: 259px;    background: #FBF0EC;    text-align: center;}.block-results-before-after__title {    margin-bottom: 10px !important;    padding-top: 67px;    font-family: Rollerscript;    font-style: normal;    font-weight: normal;    font-size: 48px;    line-height: 134.19%; /* or 64px */    text-align: center;    color: #E2B29A;}.block-results-before-after__subtitle {    margin-bottom: 50px;    font-family: Minion Pro;    font-style: normal;    font-weight: normal;    font-size: 36px;    line-height: 43px;    color: #000000;}.block-results-before-after .sidebar {    padding-top: 50px;    max-width: 20.555555555555557%;    flex-basis: 20.555555555555557%;    overflow: auto;}/* Style the tab */.tab {    overflow: hidden;    display: flex;    justify-content: center;    margin-top: -25px;}/* Style the buttons that are used to open the tab content */.tab button {    padding: 0;    font-family: Roboto;    font-style: normal;    font-weight: normal;    font-size: 14px;    line-height: 24px; /* identical to box height, or 171% */    text-align: center;    text-transform: uppercase;    color: #2E333C;    background: transparent;}.tab button + button {    margin-left: 50px;}/* Create an active/current tablink class */.tab button.active { /*background-color: #ccc;*/    border-bottom: 1px solid #2E333C;}/* Style the tab content */.tabcontent {    overflow: hidden;    display: none;    margin: 0 110px;    width: calc(100% - 220px);}.tabcontentSecond {    position: relative;    display: none;    flex-direction: column;    max-width: 924px;    width: 100%;    padding-top: 105px;}.tablinksSecond {    margin-bottom: 20px !important;    font-family: Minion Pro;    font-style: normal;    font-weight: normal;    font-size: 17px;    line-height: 20px;    color: #747A84;    background-color: transparent;    padding: 0;    text-align: left;}.tablinksSecond:hover {    background-color: transparent;    color: #E2B29A;}.tablinksSecond.active {    color: #E2B29A;}.subTabName {    margin-bottom: 30px;    font-family: Roboto;    font-style: normal;    font-weight: normal;    font-size: 14px;    line-height: 24px; /* identical to box height, or 171% */    text-transform: uppercase;    color: #2E333C;}.resultsSlider {    overflow: hidden;    margin-bottom: 30px;}.resultsSlider .swiper-pagination {    position: absolute;    top: 50px;    right: 0;height:30px;}.resultsSlider .swiper-pagination span {    font-family: Roboto;    font-style: normal;    font-weight: 500;    font-size: 14px;    line-height: 24px; /* identical to box height, or 171% */    text-align: center;    text-transform: uppercase;    color: #2E333C;}.resultsSlider .swiper-slide {    max-height: 637px;}.resultsSliderLearnMore {    display: flex;    justify-content: space-between;}.resultsSliderLearnMore span {    font-family: Minion Pro;    font-style: normal;    font-weight: normal;    font-size: 24px;    line-height: 29px; /* identical to box height */    color: #000000;}.resultsSliderLearnMore a {    display: flex;    align-items: center;    padding-right: 25px;    font-family: Roboto;    font-style: normal;    font-weight: normal;    font-size: 14px;    line-height: 16px;    text-align: right;    letter-spacing: 0.08em;    text-transform: uppercase;    color: #2E333C;    background: url('../svg/vector-3.svg') no-repeat right top 7px;}@media (max-width: 1280px) {    .tabcontentSecond {        width: 800px;    }}@media (max-width: 1024px) {    .block-results-header .heading {        padding: 134px 40px;    }    .tabcontent {        display: none;        margin: 0 60px;        width: calc(100% - 120px);    }    .tabcontentSecond {        width: 70%;    }}@media (max-width: 768px) {    .block-results-header {        flex-direction: column;    }    .block-results-header > div {        max-width: 100%;        width: 100%;        text-align: center;    }    .block-results-header .heading {        padding: 60px 40px;    }}@media (max-width: 767px) {    .tabcontent {        flex-direction: column;        display: none;        margin: 0 30px;        width: calc(101% - 60px);    }    .tabcontentSecond {        width: 100%;    }    .block-results-before-after .sidebar {        width: 100%;        flex-basis: 100%;        max-width: 100%;    }    .resultsSliderLearnMore {        flex-direction: column;    }    .resultsSliderLearnMore a {        display: flex;        align-items: center;        padding-right: 25px;        font-family: Roboto;        font-style: normal;        font-weight: normal;        font-size: 14px;        text-align: right;        letter-spacing: 0.08em;        text-transform: uppercase;        color: #2E333C;        background: url(../svg/vector-3.svg) no-repeat right top 7px;        line-height: 30px;        max-width: max-content;        margin-top: 2rem;    }    .tabcontent + .wp-block-spacer {        display: none;    }}/* dropdown *//* Dropdown Button */.dropbtn {    background-color: #3498DB;    color: white;    padding: 16px;    font-size: 16px;    border: none;    cursor: pointer;}/* Dropdown button on hover & focus */.dropbtn {    display: none;}.dropbtn, .dropbtn:hover, .dropbtn:focus {    background: #FBF0EC;    color: #000;}/* The container <div> - needed to position the dropdown content */.dropdown {    position: relative;    display: inline-block;}/* Dropdown Content (Hidden by Default) */.dropdown-content {    display: none;    position: absolute;    background-color: #f1f1f1;    min-width: 160px;    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);    z-index: 1;}/* Links inside the dropdown */.dropdown-content span {    color: black;    padding: 12px 16px;    text-decoration: none;    display: block;    cursor: pointer;}.dropdown-content span.active {    background-color: #ddd}/* Change color of dropdown links on hover */.dropdown-content span:hover {    background-color: #ddd}/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */.show {    display: block;}@media (max-width: 767px) {    .tabSecond {        display: none !important;    }    .dropbtn {        display: block;    }}