h1,
.heading {
    font-family: 'EverEnigmaticSans';
    font-weight: 400;
    line-height: 0.8;
    text-transform: uppercase;
}
h1 {
    color: var(--eatnet_white_color);
}
.heading {
    color: var(--eatnet_black_color);
}
.heading > span {
    color: var(--eatnet_red_color);
}
.font20 {
    font-size: 20px;
}
.heading > mark {
    background: transparent !important;
}
.white_background {
    background-color: var(--eatnet_white_color);
}
.lightgray_background {
    background-color: var(--eatnet_lightgray_color);
}
.red_background {
    background: radial-gradient(59% 59% at 50% 50%, var(--eatnet_red_color) 50%, #A40C25 100%);
    color: var(--eatnet_white_color);
}
.red_background h1 {
    color: var(--eatnet_white_color);
}
.red_background .button {
    background-color: var(--eatnet_white_color);
    color: var(--eatnet_red_color);
    border-color: var(--eatnet_white_color) !important;
}
.red_background .button:hover {
    background-color: var(--eatnet_red_color);
    color: var(--eatnet_white_color);
}
.fullwidth_box {
    padding-left: 15px;
    padding-right: 15px;

    padding-top: 50px;
    padding-bottom: 50px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.container {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
}
.text_center {
    text-align: center;
}
.image_center {
    margin: 0 auto;
}
.my30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.shadow {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.transparent_menu .main_section {
    margin-top: -80px;
}
.main_section {
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.main_section::before {
    content: url('../images/przestrzen-kobiecej-mocy/przestrzen_kobiecej_mocy_1_background.png');
    position: absolute;
    bottom: -50px;
}
.main_section .column_left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.animated_background {
    position: relative;
}
.animated_background::before {
    content: url('../images/przestrzen-kobiecej-mocy/przestrzen_kobiecej_mocy_1_napisy_1.png');
    position: absolute;
    bottom: -185px;
    z-index: 0;
    -webkit-animation: spin 100s linear infinite;
    animation: spin 100s linear infinite;
}
.animated_background::after {
    content: url('../images/przestrzen-kobiecej-mocy/przestrzen_kobiecej_mocy_1_napisy_2.png');
    position: absolute;
    bottom: -185px;
    z-index: 0;
    -webkit-animation: spin_backwards 100s linear infinite;
    animation: spin_backwards 100s linear infinite;
}
.animated_background img {
    position: relative;
    z-index: 1;
}
.sygnet::before {
    content: url('../svg/czerwona_szpilka_sygnet_red.svg');
}
.features_section .column:first-child {
    border-left: 0;
}
.features_section .column:last-child {
    border-right: 0;
}
.features_section .feature {
    font-size: 14px;
}
.power_section {
    position: relative;
    padding-bottom: 0;
}
.power_section::before {
    content: '';
    background: linear-gradient(180deg, #ECECEF 25.45%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.power_section::after {
    content: '';
    background: url('../images/przestrzen_kobiecej_mocy_4_background.png') no-repeat center bottom/cover;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.power_section>* {
    z-index: 3;
}
.power_section .right_column {
    align-content: center;
}
.power_section .heading {
    max-width: 750px;
    margin: 0 auto;
}
.power_section .feature {
    background-color: var(--eatnet_white_color);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-out;
}
.power_section .feature:first-child {
    margin-top: 0;
}
.power_section .feature.animate {
    opacity: 1;
    transform: translateX(0);
}
.power_section .feature>span {
    text-transform: uppercase;
    color: var(--eatnet_red_color);
}
.power_section img {
    max-width: 75%;
}
.cta_section {
    padding-top: 0;
    padding-bottom: 0;
}
.cta_section .left_column {
    align-content: center;
}
.cta_section .cta {
    font-size: 34px;
}
.cta_section img {
    margin-top: -50px;
}