/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 18 2025 | 20:22:41 */
.main-promo {
    color: white;
    font-size: 3em;
    text-align: center;
    margin-top: 0.5em;
}

.input-group-append{
	margin: 0 auto;
}

.sub a{
	display: block;
    background: #00b8a8;
    margin: 0 auto;
	color: white;
	padding-top: 2px;
}

#maincontent > div.static-page.p-sm-4{
	padding: 0!important
}

.offer-container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-container{
	margin: 10px 0;
}

.yellow-heading {
    color: #ffc20e;
    text-shadow: 1px 0 5px #000;
    font-size: 40px;
    margin-bottom: 18px;
}

#locationSearch2 {
    height: 45px;
    border-radius: 30px 0px 0px 30px;
}

.market-micro-search {
    color: white;
    display: block !important;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}

.legal-note {
    margin-top: 20px;
}

.yellowColor {
    color: #ffc20e !important;
    margin-top: 22px;
}

.btn-market-search {
    border: 1px solid white;
}

#maincontent>div.counter-promo {
    background-image: url(https://www.minimallstorage.com/wp-content/uploads/2023/09/background_promo_may_2.webp);
    background-color: #d8611e;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 40px 0;
}

#maincontent>div.what-do-i-get figure>figcaption {
    text-align: left;
}

#maincontent div.what-do-i-get figure>img {
    width: 70%;
}

#maincontent div.what-do-i-get {
    padding: 0 10% 4% 10%;
}

#maincontent>div.what-do-i-get>div.wp-block-columns.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

.mobile-header-rogo, .mobile-subheader-rogo, .mobile-subheader-rogo span {
    display: none;
}

#maincontent>div.static-page.p-sm-4>div>div>div>div>picture>img {
    width: 100%;
    height: auto;
}

.rogo-logo {
    width: 300px !important;
}

.dotted-background {
    margin-top: -150px !important;
}

.free {
    font-size: 87px;
    margin-bottom: -38px;
    padding-top: 0 !important;
}

.first-month-free {
    font-family: 'AvenirNextBold';
    font-weight: bold;
    font-size: 2.3rem;
    color: white;
    line-height: 0.5;
    margin: 0px;
    padding: 0px;
    margin-top: -20px;
}

.orangecolor {
    color: #f26322;
}

.disclaimer {
    padding: 32px 40px 15px 40px;
    margin: 0;
    font-size: 14px;
    background: white;
}

.slider-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100vw;
}

.slider-item {
    min-width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item img {
    width: 100%;
    height: auto;
}

.wp-block-cover {
    width: 100%;
    height: 65vh;
}

.wp-block-cover__image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 100;
}

.slider-prev, .slider-next {
    pointer-events: all;
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    transform: scale(2);
}

.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 100;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.slider-dot.active {
    background-color: white;
}

.blackFridayheading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.first-heading {
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    font-size: 3.2rem;
}


.middleLineContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "gelato-fresco-variable", sans-serif;
    font-variation-settings: "wght" 700;
    margin: 0;
}

.middleLine {
    height: 4px;
    width: 3em;
    background-color: #fab812;
    display: block;
}

.studentPromo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 26px;
}

.studentHeadingContainer {
    background-image: url('https://www.minimallstorage.com/wp-content/uploads/2025/02/arc.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.studentHeading {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: "congenial", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 22px 0 0 0;
    padding: 0;
    text-align: center;
}

.studentScript {
    font-family: "gelato-fresco-variable", sans-serif;
    font-variation-settings: "wght" 800;
    font-size: 54px;
    margin-top: -10px;
    color: white;
}

@media screen and (max-width: 991px) {
    .container {
        min-width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .main-promo {
        font-size: 4em;
		text-align: center;
        line-height: 68px;
    }

    .first-month-free {
        font-size: 2.3em;
		text-align: center;
		line-height: 36px;
    }
	
	.wp-block-cover {
        width: 100%;
        height: 100vh;
    }
	
	.content-slide2{
		margin-bottom: 22em
	}
	
	.slider-container {
		margin-top: 0;
	}
}
