.px-banner {
position: relative;
min-height: 500px;
overflow: hidden;
display: flex;
align-items: flex-end;
}
@media screen and (max-width: 768px) {
.px-banner {
min-height: 200px;
display: block;
}
}
.px-banner.large-height {
min-height: 856px;
}
@media screen and (max-width: 1024px) {
.px-banner.large-height {
min-height: 500px;
}
}
@media screen and (max-width: 768px) {
.px-banner.large-height {
min-height: 200px;
}
}
.px-banner .image, .px-banner .video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px) {
.px-banner .image, .px-banner .video {
position: relative;
}
}
.px-banner .image img, .px-banner .image video, .px-banner .video img, .px-banner .video video {
height: 100%;
width: 100%;
object-fit: cover;
object-position: top center;
}
.px-banner .text {
position: relative;
z-index: 1;
background: #ffffff;
border-radius: 0px 0px 0px 30px;
padding: 42px 50px 20px calc(1920px / 10);
min-width: 600px;
max-width: 1393px;
margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
.px-banner .text {
padding: 30px 30px 6px;
margin-bottom: 30px;
min-width: 0;
}
}
@media screen and (max-width: 768px) {
.px-banner .text {
padding: 10px 0 0;
margin-bottom: 0;
border-radius: 0;
width: 94%;
margin: 0 auto;
text-align: center;
display: block;
}
}
.px-banner .text .logo-before-text img {
max-height: 70px;
max-width: 100%;
object-fit: contain;
object-position: left;
}
.banner_info_section {
width: 94%;
max-width: 1504px;
margin: -45px auto 0;
display: flex;
position: relative;
z-index: 8;
}
@media screen and (max-width: 1024px) {
.banner_info_section {
margin: 0 auto;
width: 100%;
}
}
@media screen and (max-width: 768px) {
.banner_info_section {
display: block;
}
}
.banner_info_section > * {
padding: 30px 50px 20px;
flex: 0 0 50%;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
border-radius: 0px 0px 0px 20px;
}
@media screen and (max-width: 1200px) {
.banner_info_section > * {
padding: 30px 30px 20px;
}
}
@media screen and (max-width: 768px) {
.banner_info_section > * {
padding: 30px 20px;
}
}
.banner_info_section .left_info {
background: #a2c037;
margin-right: -10px;
}
@media screen and (max-width: 768px) {
.banner_info_section .left_info {
margin-right: 0;
}
}
.banner_info_section .left_info .header {
display: flex;
}
@media screen and (max-width: 500px) {
.banner_info_section .left_info .header {
display: block;
}
}
.banner_info_section .left_info .header .headline > .extra_title {
margin-bottom: 4px;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .left_info .header .headline > .extra_title {
font-size: 18px;
}
}
.banner_info_section .left_info .header .headline > p {
font-weight: 700;
line-height: 140%;
letter-spacing: 0.51px;
}
.banner_info_section .left_info .header .logo {
flex: 0 0 60px;
position: relative;
margin-right: 20px;
width: 60px;
height: 60px;
display: block;
}
@media screen and (max-width: 500px) {
.banner_info_section .left_info .header .logo {
margin-bottom: 10px;
width: 40px;
height: 40px;
margin-right: 0;
}
}
.banner_info_section .left_info .header .logo img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: left top;
}
.banner_info_section .right_info {
background: #ffffff;
margin-left: -10px;
}
@media screen and (max-width: 768px) {
.banner_info_section .right_info {
margin-left: 0;
}
}
.banner_info_section .right_info > .category_name {
color: #6c206b;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .right_info > .category_name {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .right_info > .category_name {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .right_info > .category_name {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info > .category_name {
font-size: 18px;
}
}
.banner_info_section .right_info #postsloop {
display: block;
width: 100%;
}
.banner_info_section .right_info #postsloop > article {
width: 100%;
margin-right: 0;
margin-bottom: 15px;
position: relative;
}
.banner_info_section .right_info #postsloop > article:last-child {
margin-bottom: 0;
}
.banner_info_section .right_info #postsloop > article .nolink {
margin-bottom: 3px;
font-size: 20px;
letter-spacing: 0.5px;
font-weight: bold;
}
@media (max-width: 768px) {
.banner_info_section .right_info #postsloop > article .nolink {
font-size: 18px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info #postsloop > article .nolink {
font-size: 17px;
}
}
.banner_info_section .right_info #postsloop > article .cat_link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 4;
font-size: 0px;
color: transparent;
}
.banner_info_section .right_info #postsloop > article .introtext {
margin-bottom: 0;
}
.banner_info_section .right_info .header {
display: flex;
}
@media screen and (max-width: 500px) {
.banner_info_section .right_info .header {
display: block;
}
}
.banner_info_section .right_info .header .headline > .extra_title {
margin-bottom: 4px;
font-size: 30px;
letter-spacing: 0.9px;
font-family: "Assistant", Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
@media (max-width: 1200px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 25px;
}
}
@media (max-width: 768px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 20px;
}
}
@media (max-width: 470px) {
.banner_info_section .right_info .header .headline > .extra_title {
font-size: 18px;
}
}
.banner_info_section .right_info .header .headline > p {
font-weight: 700;
line-height: 140%;
letter-spacing: 0.51px;
}
.banner_info_section .right_info .header .logo {
flex: 0 0 60px;
position: relative;
margin-right: 20px;
width: 60px;
height: 60px;
display: block;
}
@media screen and (max-width: 500px) {
.banner_info_section .right_info .header .logo {
margin-bottom: 10px;
width: 40px;
height: 40px;
margin-right: 0;
}
}
.banner_info_section .right_info .header .logo img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: left top;
}:root {
--fl-frame-lightbgbox: #f2f2f2;
--fl-frame-cibgbox: #f1f6e1;
--fl-layout-reduced: 996px;
--fl-margin-before-extra-small: 30px;
--fl-margin-before-small: 50px;
--fl-margin-before-medium: 100px;
--fl-margin-before-large: 170px;
--fl-margin-before-extra-large: 200px;
--fl-margin-after-extra-small: 30px;
--fl-margin-after-small: 50px;
--fl-margin-after-medium: 100px;
--fl-margin-after-large: 170px;
--fl-margin-after-extra-large: 200px;
}
@media (max-width: 1024px) {
:root {
--fl-margin-before-medium: 80px;
--fl-margin-before-large: 120px;
--fl-margin-before-extra-large: 170px;
--fl-margin-after-medium: 80px;
--fl-margin-after-large: 120px;
--fl-margin-after-extra-large: 170px;
}
}
@media (max-width: 768px) {
:root {
--fl-margin-before-small: 40px;
--fl-margin-before-medium: 50px;
--fl-margin-before-large: 80px;
--fl-margin-before-extra-large: 100px;
--fl-margin-after-small: 40px;
--fl-margin-after-medium: 50px;
--fl-margin-after-large: 80px;
--fl-margin-after-extra-large: 100px;
}
}
@media (max-width: 470px) {
:root {
--fl-margin-before-small: 35px;
--fl-margin-before-medium: 40px;
--fl-margin-before-large: 50px;
--fl-margin-before-extra-large: 60px;
--fl-margin-after-small: 35px;
--fl-margin-after-medium: 40px;
--fl-margin-after-large: 50px;
--fl-margin-after-extra-large: 60px;
}
}
.fl {
position: relative;
max-width: 1504px;
width: 96%;
margin: 0 auto;
}
.fl[data-layout="default"][data-frame$="box"] {
padding: 30px;
}
@media (max-width: 768px) {
.fl[data-layout="default"][data-frame$="box"] {
padding: 20px;
}
}
@media (max-width: 470px) {
.fl[data-layout="default"][data-frame$="box"] {
padding: 15px;
}
}
.fl[data-layout="layout-full"] {
max-width: 100%;
}
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 80px 0;
}
@media (max-width: 768px) {
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 40px 0;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-full"][data-frame$="box"] {
padding: 30px 0;
}
}
.fl[data-layout="layout-full-reduced"] {
width: 100%;
max-width: none;
}
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 80px 0;
}
@media (max-width: 768px) {
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 40px 0;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-full-reduced"][data-frame$="box"] {
padding: 30px 0;
}
}
.fl[data-layout="layout-full-reduced"] .inner {
position: relative;
max-width: 1504px;
width: 96%;
margin: 0 auto;
}
.fl[data-layout="layout-reduced"] {
max-width: var(--fl-layout-reduced);
border-radius: 0px 0px 0px 20px;
}
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 30px;
}
@media (max-width: 768px) {
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 20px;
}
}
@media (max-width: 470px) {
.fl[data-layout="layout-reduced"][data-frame$="box"] {
padding: 15px;
}
}
.fl[data-frame="lightbgbox"] {
background: var(--fl-frame-lightbgbox);
}
.fl[data-frame="cibgbox"] {
background: var(--fl-frame-cibgbox);
}
.fl[data-layout="layout-reduced"][data-frame="lightbgbox"], .fl[data-layout="layout-reduced"][data-frame="cibgbox"], .fl[data-layout="default"][data-frame="lightbgbox"], .fl[data-layout="default"][data-frame="cibgbox"] {
border-radius: 0px 0px 0px 20px;
}
.fl[data-background-image="true"] .background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.25;
}
.fl[data-background-image="true"] .background-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fl[data-margin-before="extra-small"] {
margin-top: var(--fl-margin-before-extra-small);
}
.fl[data-margin-before="small"] {
margin-top: var(--fl-margin-before-small);
}
.fl[data-margin-before="medium"] {
margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before="large"] {
margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before="extra-large"] {
margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after="extra-small"] {
margin-bottom: var(--fl-margin-after-extra-small);
}
.fl[data-margin-after="small"] {
margin-bottom: var(--fl-margin-after-small);
}
.fl[data-margin-after="medium"] {
margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after="large"] {
margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after="extra-large"] {
margin-bottom: var(--fl-margin-after-extra-large);
}
@media (max-width: 470px) {
.fl[data-margin-before="medium"] {
margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before="large"] {
margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before="extra-large"] {
margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after="medium"] {
margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after="large"] {
margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after="extra-large"] {
margin-bottom: var(--fl-margin-after-extra-large);
}
}.embed-privacy-container {
background-position: center;
background-size: cover;
margin-bottom: 1.5em;
position: relative;
}
.embed-privacy-container a {
color: #ddd;
}
.embed-privacy-container a:active, .embed-privacy-container a:focus, .embed-privacy-container a:hover {
color: #fff !important;
}
.embed-privacy-container.is-enabled {
background-image: none !important;
}
.embed-privacy-container:last-child {
margin-bottom: 0;
}
.embed-privacy-content {
display: none;
height: 100%;
width: 100%;
}
.aligncenter .embed-privacy-content > * {
display: block;
margin-left: auto;
margin-right: auto;
}
.is-enabled .embed-privacy-content {
display: block;
}
.embed-privacy-overlay {
background-color: rgba(0, 0, 0, 0.7);
box-sizing: border-box;
color: #ddd;
cursor: pointer;
display: table;
height: 100%;
max-width: 100%;
min-height: 200px;
padding: 20px;
position: relative;
transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
width: 100%;
z-index: 100;
}
@media (min-width: 768px) {
.embed-privacy-overlay {
min-height: 300px;
}
}
.embed-privacy-overlay label,
.embed-privacy-overlay p {
color: #ddd;
cursor: pointer;
font-weight: 400;
text-align: center;
transition: color 0.25s ease-in-out;
}
.embed-privacy-overlay label,
.embed-privacy-overlay .embed-privacy-input-wrapper {
margin: 0;
}
.embed-privacy-overlay .embed-privacy-footer {
display: table-footer-group;
font-size: 0.85em;
text-align: right;
}
.embed-privacy-overlay:hover {
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
}
.embed-privacy-overlay:hover .embed-privacy-logo {
opacity: 1;
}
.embed-privacy-overlay:hover label,
.embed-privacy-overlay:hover p {
color: #fff;
}
.embed-privacy-inner {
display: table-cell;
vertical-align: middle;
}
.embed-privacy-logo {
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
height: 48px;
margin-bottom: 30px;
opacity: 0.8;
transition: opacity 0.25s ease-in-out;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .embed-privacy-container, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .embed-privacy-container {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.embed-privacy-provider.is-hidden {
display: none;
}
.embed-privacy-opt-out-label {
display: inline-block;
}
.embed-privacy-local-tweet {
font-style: normal;
}