@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Open Sans Light Italic";
    src: url("../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: "Open Sans Bold Italic";
    src: url("../fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
    font-family: "Open Sans Medium Italic";
    src: url("../fonts/OpenSans-MediumItalic.ttf");
}

html.sr .flexible-section {
    visibility: hidden;
}

h1, h2, h3 {
    font-family: "Open Sans";
    font-weight: bold;
    line-height: 1.37;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

.h-30 {
    font-size: 30px;
}

a {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    height: max-content;
    display: flex;
    transition: background 0.3s;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-button {
    color: #e91a8c;
    cursor: pointer;
}

body {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.logo_slider {
    padding: 30px 0;
}

.logo-slider {
    height: 73px;
    display: flex;
    position: relative;
}

.logo-slider .logo-slider-item {
    display: flex !important;
    height: 73px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-slider .slick-arrow.slick-prev {
    left: -50px;
}

.logo-slider .slick-arrow.slick-next {
    right: -50px;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 27px;
    width: 27px;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    background-size: contain;
}
.slick-next{
    background-image: url(../img/arrow-next.png);
}
.slick-prev{
    background-image: url(../img/arrow-prev.png);
}
/*
.slick-prev:before {
    content: "\25C0";
}

.slick-next:before {
    content: "\25B6";
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 18px;
    color: #fff;
    line-height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
}
*/
.herro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 770px;
    text-align: center;
}

.herro-content h1 {
    margin-bottom: 25px;
}

.hero-wrapper {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.hero-wrapper iframe {
    width: 128%;
    height: 170%;
    margin-left: -15%;
    background-color: #39253f;
}

.hero-bg-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-animation: anima-decor-vertical 15s linear infinite;
    -moz-animation: anima-decor-vertical 15s linear infinite;
    -ms-animation: anima-decor-vertical 15s linear infinite;
    -o-animation: anima-decor-vertical 15s linear infinite;
    animation: anima-decor-vertical 15s linear infinite;
}

.hero-description {
    font-size: 24px;
}

@keyframes anima-decor-vertical {
    0% {
        transform: skew(-4deg, 0deg);
    }
    50% {
        transform: skew(4deg, 0deg);
    }

    100% {
        transform: skew(-4deg, 0deg);
    }
}

.page__wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    padding: 65px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.wrapper {
    width: 1000px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

.content_ticker .ticker {
    height: 95px;
}

.content_ticker .row:first-child {
    padding-bottom: 60px;
}

.content_ticker h2 {
    margin-top: -8px;
}
.image-wrapper {
    display: block;
    position: relative;
}
.video-poster {
    width: 100%;
    height: auto;
    display: block;
}
.image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
}
.image-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/rascalsystems/assets/img/video_icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    left: 0;
}
.frame-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    z-index: 100;
}
.frame-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.frame-close {
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: 0.7;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
}
.frame-close:hover {
    opacity: 1;
    cursor: pointer;
}

.ticker {
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: #1c2a43;
    font-size: 20px;
    font-weight: bold;
}

.ticker p:first-child {
    font-size: 65px;
    color: #e6007f;
    margin: 0;
    font-family: "Open Sans bold";
}

.cards_column {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #fff 30%, transparent);
}

.cards_column .row:first-child:not(:last-child) {
    padding-bottom: 30px;
}

.cards_column h2 {
    padding-bottom: 10px;
}
.h2-large {
    font-size: 50px;
}
.cardd {
    width: 30%;
    min-height: 437px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    padding: 50px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
}

.cardd a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    line-height: 1em;
    font-size: 20px;
    background-color: black;
    text-decoration: none;
    font-weight: bold;
}

.cardd img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.card-img {
    height: 185px;
}

.quoted {
    width: 825px;
    font-size: 20px;
    line-height: 1.65;
    margin: 0 auto;
    position: relative;
}

.quoted:before, .quoted:after {
    color: #e6007f;
    position: absolute;
    top: -55px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 140px;
}

.quoted:before {
    content: '“';
    font-family: sans-serif;
    left: -10%;
}

.quoted:after {
    content: '”';
    font-family: sans-serif;
    right: -10%;
}

.content_banner {
    position: relative;
}

.content_banner h2 {
    margin-bottom: 25px;
}

.content_banner p {
    text-align: center;
}

.content_banner .wrapper img {
    margin: 30px 0;
}

.content_banner .container {
    height: max-content;
    min-height: 500px;
    padding-top: 50px;
}

.content_banner_overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.content_banner_overlay img {
    margin-left: -320px;
}

footer {
    background-color: #f1f1f1;
    padding: 40px 0;
    color: #1c2a43;
    font-size: 15px;
}

footer a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second_banner .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.second_banner .wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 650px;
}

.second_banner p {
    margin-top: 30px;
    font-size: 20px;
}

.cards-column-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.card-content-wrapper-left {
    margin: 0 auto 30px 0;
}

.card-content-wrapper-right {
    margin: 0 0 30px auto;
}

.card-content-wrapper-center {
    margin: 0 auto 30px auto;
}

.card-content-wrapper {
    width: 810px;
}

.cards-item {
    width: 45%;
    margin-bottom: 20px;
}

.cards-item h3 {
    font-size: 26px;
}

.cards-item img {
    margin-right: 20px;
    width: 65px;
    height: 65px;
}

.cards-item ul {
    margin-top: 20px;
    list-style: none;
}

.cards-item ul li {
    margin-top: 20px;
    position: relative;
}

.cards-item ul li::before {
    content: "\2022";
    color: #e6007f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    position: absolute;
    line-height: 24px;
}

.cards_list .container, .cards_icon_text .container {
    padding-bottom: 20px;
}

.cards-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cards_icon_text h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.cards_icon_text .cards-item {
    text-align: center;
    margin-bottom: 70px;
}

.cards_icon_text .cards-item img {
    margin-bottom: 17px;
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.cards_icon_text .c-des {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
.cards_icon_text .c-des p{
    margin-bottom: 0;
}

.icon-list {
    display: flex;
}

.up-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact h2 {
    margin: 10px 0 30px 0;
}
.contact .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact-form-block {
    width: 100%;
}

.contact-item-block {
    width: 50%;
    margin-bottom: 20px;
}
.contact-item-block:nth-child(odd) {
    padding-right: 1.5%;
}
.contact-item-block:nth-child(even) {
    padding-left: 1.5%;
}
.contact-item-block p {
    display: flex;
    align-items: center;
}

.description-italic {
    font-family: "Open Sans Light Italic";
    font-style: italic;
}

.contact-tel a, .contact-email a {
    font-size: 20px;
    font-family: "Open Sans bold";
    text-decoration: none;
}

.contact-tel:before {
    content: "";
    background: url(https://rascalsystem.varndev.co.uk/wp-content/uploads/2022/07/phone-icon.png) center / contain no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.contact-email:before {
    content: "";
    background: url(https://rascalsystem.varndev.co.uk/wp-content/uploads/2022/07/email-icon.png) center / contain no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.col-form {
    width: 48.5%;
}

.contact-form form {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.contact-form form input, .contact-form form textarea {
    background-color: #f1f1f1;
    border-style: solid;
    border-width: thin;
    border-color: #707070;
    font-size: 15px;
    color: #000;
}

.contact-form form input::placeholder, .contact-form form textarea::placeholder {
    color: #000;
}

.contact-form form input {
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    margin: 0 2% 20px 0;
}

.contact-form form input[type=submit] {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-right: 0;
    background-color: #e5197e;
    border-color: #e5197e;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans bold";
}

.contact-form form textarea {
    width: 100%;
    height: 260px;
    margin-bottom: 14px;
    padding: 10px 20px;
}

.timeline h2, .timeline p {
    width: 500px;
}
.simple_banner h1, simple-banner-desc{
    font-size: 25px;
    font-family: "Open Sans bold";
    width: 510px;
    margin: 0 auto;
    text-align: center;
}
.simple-banner-desc {
    font-family: "Open Sans bold";
    width: 680px;
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
/*menu*/
#hidden-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    background-color: rgba(230,0,127,.9);
    display: none;
    padding-top: 50px;
    z-index: 1010;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
#hidden-menu .wrapper{
    position: relative;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hidden-menu ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    color: #fff;
}
#hidden-menu ul a {
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
}
#hidden-menu ul a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
#close-menu {
    position: absolute;
    top: 20px;
    right: 4px;
    color: #fff;
}
#close-menu i:hover,
#menu-button i:hover {
    opacity: .7;
    cursor: pointer;
}
/*menu-end*/
.category_list .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-card{
    width: 32%;
    min-width: 320px;
    height: 350px;
    background-color: #f1f1f1;
    margin-bottom: 26px;
    position: relative;
}
.post-card .category-list-img a {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #999;
    height: 160px;
}
.category-list-img a {
    width: 100%;
}
.post-card img {
    width: 100%;
}
.category-description {
    text-align: center;
    margin-bottom: 35px;
}
.category-list-content {
    padding: 20px;
    position: relative;
    height: 190px;
}
.category-list-content a h2{
    font-size: 20px;
    font-family: 'Open Sans bold';
    line-height: 1.2;
}
.category_list .btn-post {
    color: #e5197e;
    text-decoration: none;
    padding: 8px 20px;
    border-width: 2px;
    border-color: #e5197e;
    border-style: solid;
    font-family: 'Open Sans bold';
    position: absolute;
    bottom: 30px;
    min-width: 194px;
}
.custom-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.custom-card h2, .custom-card p {
    font-size: 30px;
    margin-bottom: 0px;
}
.custom-card p {
    font-family: "Open Sans Light Italic";
    line-height: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.custom-card a {
    position: relative;
    bottom: 0px;
}

/*post_content*/
.post_content h1, .post_content h2, .post_content h3{
    color: #11aaaf;
    margin: 30px 0 30px 0;
    clear: both;
}
.post_content a {
    font-size: 16px;
}
.post_content blockquote {
    width: 608px;
    background-color: #f3f3f3;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-left: #ec007f;
    border-left-width: 7px;
    border-left-style: solid;
    padding: 20px 30px;
    text-align: left;
    font-size: 26px;
    font-family: "Open Sans Bold";
}
.post_content blockquote em {
    font-family: "Open Sans Light Italic";
}
.post_content .container {
    padding-top: 30px;
}
.post_content img {
    max-width: 100%;
}
.post_content img.alignright {
    float: right;
    margin: 0 0 0.5em 1em;
    padding-right: 0;
}
.post_content img.alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
    padding-left: 0;
}
.post_content .aligncenter {
    display: block;
    margin: 0.5rem auto;
}
.post_content p,
.post_content span,
.post_content ul,
.post_content li,
.post_content div {
    line-height: 1.55;
    clear: both;
}
/*post_content-end*/
.timeline-slider{
    margin-left: 140px;
}
.timeline h2{
    margin-bottom: 30px;
}
.timeline .container {
    flex-direction: column;
}
.timeline-row{
    display: flex;
    flex-wrap: nowrap;
}
.timeline-slide{
    width: 340px;
}
.timeline-slide-time {
    padding: 30px 0;
    border-bottom: #e6007f;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: 50px;
    font-size: 20px;
    padding-right: 50px;
    position: relative;
}
.timeline-slide-time:before {
    content:'';
    height: 2px;
    width:140px;
    background-color: #e6007f;
    position: absolute;
    bottom: -2px;
    left: -140px;
    z-index: 1;
}
.timeline-slide-title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-right: 50px;
}
.timeline-slide-description{
    padding-right: 50px;
}
.timeline-slide-time, .timeline-slide-title {
    font-family: "Open Sans Bold";
}
.over-circle{
    width: 23px;
    height: 23px;
    position: absolute;
    bottom: -12px;
    border-color: #e6007f;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    background-color: #f1f1f1;
}
.timeline .slick-list{
    overflow: visible;
}
.logo-static {
    display: block;
    transition: 2s;
    -webkit-transition:2s;
    width: 100%;
}
.logo-scroll {
    display: none;
}
@media (max-width: 1400px){
    .container{
        max-width: 1280px;
    }
}
@media (max-width: 1280px){
    .container{
        max-width: 100%;
    }
    .page__wrapper{
        width: 100%;
    }
    header{
        width: 100%;
    }
}
@media (max-width: 1200px){
    
}
@media (max-width: 1100px){
    .second_banner .wrapper,
    .wrapper{
        width: 92%;
    }
    .hero-wrapper,
    .hero-wrapper iframe {
        height: 600px;
    }
    .hero-wrapper iframe {
        width: 1200px;
        margin-left: calc(50% - 600px);
    }
    .timeline-slider {
        margin-left: 4%;
    }
    .logo-slider {
        padding: 0 calc(4% + 27px);
    }
    .logo-slider .slick-arrow.slick-next {
        right: 4%;
    }
    .logo-slider .slick-arrow.slick-prev {
        left: 4%;
    }
    .content_ticker iframe {
        max-width: 100%;
    }
    .cardd {
        width: 32%;
        padding: 40px 25px;
        margin-bottom: 25px;
        margin-right: 1.5%;
    }
    .cardd:nth-child(n+3) {
        margin-right: 0;
    }
    .content_banner .container {
        height: max-content;
    }
    .quoted {
        width: 84%;
        font-size: 18px;
    }
    .quoted:before, .quoted:after {
        font-size: 120px;
    }
    .category_list .wrapper {
        justify-content: center;
    }
    .post-card {
        margin: 0 13px 26px;
    }
}

@media (max-width: 992px){
    h1{
        font-size: 50px !important;
    }
    .second_banner h1{
        font-size: 36px !important;
    }
    .simple_banner h1 {
        font-size: 25px !important;
    }
    header {
        padding-top: 15px;
    }
    .container {
        padding: 50px 0;
    }
    .herro-content {
        width: 90%;
    }
    #hidden-menu {
        padding-top: 0;
    }
    #hidden-menu .wrapper {
        height: 100%;
    }
    #hidden-menu ul a {
        font-size: 1.5rem;
        line-height: 40px;
    }
    #close-menu {
        top: 35px;
    }
    .ticker p:first-child {
        font-size: 56px;
    }
    .content_ticker h2 {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .content_ticker .row:first-child {
        padding-bottom: 40px;
    }
    .content_ticker .image-wrapper{
        margin-top: 20px;
    }
    .content_ticker .ticker {
        height: auto;
    }
    .frame-container {
        width: 95%;
    }
    .content_ticker iframe {
        width: 100%;
        height: 53vw;
    }
    .cardd {
        width: 42%;
        margin-right: 25px;
    }
    .card-content-wrapper-left {
        margin: 0;
    }
    .cards_column .container {
        background-size: 200% !important;
    }
    .contact-item-block {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 768px){    
    .ticker {
       flex-wrap: wrap; 
    }
    .ticker p:first-child {
        font-size: 45px;
    }
    .content_ticker .row:first-child {
        padding-bottom: 30px;
    }
    .cardd {
        width: 51%;
        min-width: 310px;
        margin-right: 0;
    }
    .quoted:before, .quoted:after {
        font-size: 100px;
        top: -40px;
    }
    footer .wrapper {
        flex-direction: column;
    }
    footer p {
        text-align: center !important;
    }
    .cards_column .container {
        background-position-x: 20%;
    }
    .cards-list {
        justify-content: center;
    }
    .cards-item {
        width: 90%;
        margin-bottom: 40px;
    }
    .cards-item:last-child {
        margin-bottom: 0;
    }
    .h2-large {
        font-size: 32px;
        line-height: 1.3;
    }
    .simple-banner-desc {
        width: 100%;
    }
    .post_content blockquote {
        width: 90%;
    }
}
@media (max-width: 576px){
    h1{
        font-size: 40px !important;
    }
    .second_banner .description-italic,
    .second_banner h1{
        font-size: 32px !important;
    }
    .simple_banner h1,
    simple-banner-desc {
        width: 100%;
    }
    .header__logo {
        max-width: 50%;
        height: 51px;
    }
    .header__logo img{
        max-height: 100%;
    }
    #close-menu {
        top: 24px;
    }
    .ticker>div {
        width: 50%;
    }
    .quoted {
        width: 80%;
    }
    .quoted:before, .quoted:after {
        font-size: 80px;
        top: -30px;
    }
    .quoted:before {
        left: -40px;
    }
    .quoted:after {
        right: -40px;
    }
    .footer-logo {
        max-width: 40%;
    }
    .footer-logo img{
        width: 100%;
    }
    .cards-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .icon-list {
        flex-direction: column;
        align-items: center;
    }
    .cards-item img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cards-item h3 {
        text-align: center;
    }
    .cards_icon_text .container {
        padding-bottom: 50px;
    }
    .cards_icon_text .cards-item {
        margin-bottom: 30px;
    }
    .category-list-content,
    .post-card {
        height: max-content;
    }
    .category_list .btn-post{
        position: static;
        margin-top: 20px;
        display: inline-block;
    }
    .contact-form form {
        flex-direction: column;
    }
    .col-form {
        width: 100%;
    }
    .contact-form form input[type=submit] {
        position: static;
    }
    .contact-form form textarea {
        height: 120px;
    }
    .contact-tel a, .contact-email a {
        font-size: 16px;
    }
    .contact-email:before,
    .contact-tel:before {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .timeline h2, .timeline p {
        width: 100%;
    }
    .post_content img.alignright,
    .post_content img.alignleft{
        float: none;
        display: block;
    }
    .post_content blockquote {
        width: 100%;
        font-size: 20px;
    }
}
@media (max-width: 480px){
    .cardd {
        width: 100%;
        min-width: 100%;
    }
    .post-card {
        width: 100%;
        min-width: 100%;
        margin: 0 0 25px 0;
    }
}
