
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

/*---------Font Smoothing---------*/
.woocommerce {
	-webkit-font-smoothing: antialiased;
}

/*------Rating Stars--------*/
.woocommerce .star-rating::before, .woocommerce .stars:not(.selected) span a, .woocommerce .stars.selected span a.active ~ a {
	color: #d3d3d3;
}

.woocommerce .star-rating, .woocommerce .stars.selected span a {
	color: #65bec2;
}

/*-----Product Images------*/
.woocommerce div.flex-viewport, .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce ul.products li.product a img, .woocommerce-cart table.cart img {
	min-width: 64px;
	min-height: 64px;
	border: 1px solid #d3ced2;
	overflow: hidden;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
	border: none;
	/* Remove duplicated borders */
	border-radius: 0 !important;
	/* Fix duplicated radius */
	margin: 0 !important;
}

/*----------Secondary Buttons-------------*/
.woocommerce button.button.alt, .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button.alt, .woocommerce button.button {
	background: #666;
	border: 1px solid #666;
	font-size: 12px;
	border-radius: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: 16px 24px;
	outline: none;
	font-family: inherit;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*----------Secondary Hovered-------------*/
.woocommerce button.button.alt:hover, .woocommerce a.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover {
	background: #999;
	border: 1px solid #999;
	color: #fff;
}

/*----------Tertiary Buttons-------------*/
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt {
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	background: #fff;
	border: 1px solid #65bec2;
	color: #65bec2;
	padding: 16px 24px;
	outline: none;
	font-family: inherit;
	border-radius: 4px;
}

/*----------Tertiary Buttons Hovered-------------*/
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce.widget_shopping_cart .buttons a:hover, .woocommerce a.added_to_cart:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce table.my_account_orders .button:hover, td a.woocommerce-MyAccount-downloads-file.button.alt:hover {
	background: #fff;
	border: 1px solid #6799b2;
	color: #6799b2;
}

/*---Disabled Buttons---*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	filter: grayscale(100%);
}

/*----------Links-------------*/
.woocommerce a.wcppec-checkout-buttons__button, .woocommerce ul.product_list_widget li a, .woocommerce ul.product-categories a, .woocommerce .widget_layered_nav_filters ul li a, .woocommerce .woocommerce-widget-layered-nav-list__item a, .woocommerce .wc-layered-nav-rating a, .woocommerce div.tagcloud a, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, h2.woocommerce-loop-category__title, .comment-form-rating a, .woocommerce .download-product a, a.woocommerce-remove-coupon, .woocommerce a.shipping-calculator-button, .woocommerce a.remove, .woocommerce a.reset_variations, .woocommerce .product-name a, .woocommerce-info a, .woocommerce-error a, .woocommerce-message a, .woocommerce-checkout-payment a, .woocommerce-LostPassword a, .woocommerce-Address-title a, .woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-content a, a.woocommerce-review-link, .posted_in a, .tagged_as a, .woocommerce .woocommerce-breadcrumb a {
	color: #6799b2;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
}

/*----------Links Hovered-------------*/
.woocommerce a.wcppec-checkout-buttons__button:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce ul.product-categories a:hover, .woocommerce .widget_layered_nav_filters ul li a:hover, .woocommerce .woocommerce-widget-layered-nav-list__item a:hover, .woocommerce div.tagcloud a:hover, .comment-form-rating a:hover, .woocommerce .download-product a:hover, a.woocommerce-remove-coupon:hover, .woocommerce a.shipping-calculator-button:hover, .woocommerce a.remove:hover, a.reset_variations:hover .product-name a:hover, .woocommerce .product-name a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-checkout-payment a:hover, .woocommerce-LostPassword a:hover, .woocommerce-Address-title a:hover, .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-content a:hover, a.woocommerce-review-link:hover, .posted_in a:hover, .tagged_as a:hover, .woocommerce .woocommerce-breadcrumb a:hover {
	color: #65bec2;
	text-decoration: underline;
}

/*-----------Labels----------------*/
.woocommerce div.product form.cart .variations label, .woocommerce form label {
	font-size: 12px;
	color: #666;
	margin-top: 8px;
	font-weight: 400;
	font-style: normal;
}

/*---------------Placeholders----------------*/
.woocommerce input[type="search"]::placeholder, .woocommerce-page table.cart td.actions .input-text::placeholder, .woocommerce form .form-row .input-text::placeholder, .woocommerce-page form .form-row .input-text::placeholder {
	color: #d3ced2;
	font-family: inherit;
}

/*---------------Dropdowns----------------*/
.select2-container--default .select2-selection--single, .woocommerce div.product form.cart .variations select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	background: #fff;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #6799b2;
	color: #fff;
	outline: none;
}

.select2-container--default .select2-results__option[data-selected=true] {
	background: #65bec2;
	color: #fff;
	outline: none;
}

.select2-results__option {
	padding: 8px 12px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

.select2-dropdown {
	border-radius: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.6;
	color: #000;
	padding: 0;
	min-height: 20px;
	padding-left: 0;
	outline: none;
}

.select2-container--open .select2-dropdown--below {
	padding: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg");
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 4px center;
	height: 100%;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
	pointer-events: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

/*---------------Headings----------------*/
.woocommerce .oxy-product-info h2, .woocommerce .widget_recent_reviews h2, .woocommerce .widget_top_rated_products h2, .woocommerce .widget_shopping_cart h2, .woocommerce .widget_products h2, .woocommerce .widget_product_categories h2, .woocommerce .widget_layered_nav_filters h2, .woocommerce .woocommerce-widget-layered-nav h2, .woocommerce .widget_rating_filter h2, .woocommerce .widget_price_filter h2, .woocommerce div.widget_product_tag_cloud h2, .woocommerce h1.page-title, .woocommerce h1.product_title, .woocommerce section.related.products h2, .oxy-product-upsells > :is(h1, h2, h3, h4, h5, h6), .woocommerce h2.woocommerce-Reviews-title, .woocommerce span.comment-reply-title, .woocommerce-Tabs-panel h2, h2.woocommerce-order-downloads__title, .woocommerce-orders article header h1, .woocommerce-account article header h1, .woocommerce-downloads article header h1, .woocommerce-edit-address article header h1, .woocommerce-account h2, .woocommerce-Address-title h3, .woocommerce-MyAccount-content h3, .woocommerce-EditAccountForm legend, h1.oxy-woo-archive-title, h2.woocommerce-column__title, h2.woocommerce-order-downloads__title, h2.woocommerce-order-details__title, .woocommerce-billing-fields h3, .woocommerce-checkout h3, .woocommerce .cart_totals h2, .woocommerce .cross-sells h2 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

/*--------Prices and Quantity------------*/
.woocommerce .price_label .from, .woocommerce .price_label .to, .woocommerce ul.products li.product .price, .product-quantity, .woocommerce .price ins, .woocommerce-Price-amount, .woocommerce-loop-category__title .count, .woocommerce .price {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	background: transparent;
	text-decoration: none;
}

/*----Sale Price-----*/
.woocommerce .product_list_widget del span.woocommerce-Price-amount, .woocommerce ul.products li.product .price del, .woocommerce .price del, .woocommerce .price del .woocommerce-Price-amount {
	font-size: 12px;
	font-weight: 200;
	color: #666;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product span.price ins {
	color: #000;
	font-weight: 700;
	font-size: inherit;
}

.woocommerce div.product p.price {
	font-size: 16px;
}

.woocommerce div.product p.price ins, .woocommerce .oxy-woo-element .price ins {
	text-decoration: none;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce p.price del, .woocommerce ul.products li.product .price del {
	opacity: 1;
	display: block;
}

/*--------------Table Headings----------------*/
.woocommerce-cart table.cart th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th {
	font-weight: 400;
	color: #666;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*-------------------Texts---------------------*/
.woocommerce .woocommerce-mini-cart__total strong, .woocommerce .woocommerce-mini-cart span.quantity, .woocommerce .widget_product_categories span.count, .woocommerce .woocommerce-widget-layered-nav-list__item span, .woocommerce-product-attributes-item__value p, .woocommerce-error, .woocommerce-table--order-downloads, .woocommerce-Address address, .woocommerce-orders-table, .woocommerce-table, ul.woocommerce-shipping-methods, p.woocommerce-shipping-destination, .woocommerce-column--shipping-address address, .woocommerce-column--billing-address address, .woocommerce-order p, .woocommerce .product-name, .woocommerce .product-total, .oxy-product-stock p, .oxy-product-description p, .woocommerce-Reviews .comment-text p, .product .summary .product_meta, .woocommerce-Tabs-panel, .woocommerce-product-details__short-description p, .woocommerce-form-track-order p, .woocommerce-checkout-payment p, .checkout_coupon p, .woocommerce-ResetPassword p, .woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-MyAccount-content p, .woocommerce-breadcrumb, p.woocommerce-result-count {
	color: #666;
	font-weight: 400;
	line-height: 1.6;
	font-size: 16px;
	font-style: normal;
}

/*------------Bold Texts---------------*/
.woocommerce-product-attributes-item__label, .woocommerce-error strong, .woocommerce-MyAccount-content strong, .woocommerce-shipping-destination strong, .woocommerce p.order-info mark, .woocommerce-MyAccount-content mark.order-number, .woocommerce-MyAccount-content mark.order-date, .woocommerce-MyAccount-content mark.order-status, .woocommerce-order-overview strong {
	color: #000;
	font-weight: 700;
	font-family: inherit;
	background: transparent;
}

/*--------------------Badges---------------------*/
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	background: #65bec2;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 1.2;
	border-radius: 20px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	top: 12px;
	left: 12px;
	right: auto;
	position: absolute;
}

/* ----------------- */

/*-------------Product Tabs(description, addtl info, reviews) - single product--------------*/
.woocommerce div.product .oxy-woo-element .woocommerce-tabs .panel, .woocommerce .oxy-woo-element div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
	padding: 20px 0;
}

.woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs, .woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px;
	display: flex;
	text-align: center;
	margin-bottom: 0;
	flex-shrink: 0;
}

.woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li, .woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	padding: 0;
	margin: 0 5px;
	display: flex;
	align-items: center;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li a {
	width: 100%;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	padding: 16px 48px;
	z-index: 1000;
	font-weight: 400;
	border-radius: 0;
	word-break: break-word;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li a:hover {
	color: #65bec2;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li.active {
	background: white;
	border-bottom-color: white;
}

.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce
  div.product
  .oxy-woo-element
  .woocommerce-tabs
  ul.tabs
  li.active
  a {
	color: #000;
}

@media (max-width: 640px) {
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs {
		flex-direction: column;
		padding: 0;
		margin-bottom: 5px;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs li {
		margin: 5px 0;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .oxy-woo-element .woocommerce-tabs ul.tabs::before {
		border-bottom: none;
	}
	
	.woocommerce .oxy-woo-element div.product .woocommerce-tabs ul.tabs li.active, .woocommerce
    div.product
    .oxy-woo-element
    .woocommerce-tabs
    ul.tabs
    li.active {
		border-bottom-color: #d3ced2;
	}
}

/* tabs panel content (single product, any tab content) */
.woocommerce .oxy-woo-element table.shop_attributes th, .woocommerce .oxy-woo-element table.shop_attributes td {
	border-top: 1px solid #d3ced2;
	padding: 8px;
}

/* single product - add to cart */
.woocommerce .oxy-product-cart-button, .woocommerce .oxy-woo-element div.product form.cart {
	width: 100%;
	max-width: 360px;
}

.woocommerce .oxy-woo-element div.product .single_add_to_cart_button, .woocommerce .single_add_to_cart_button {
	align-self: stretch;
	flex-grow: 1;
	border-radius: 0;
}

.woocommerce .oxy-woo-element div.product form.cart, .woocommerce .oxy-product-cart-button form.cart, .woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .oxy-woo-element div.product form.variations_form.cart, .woocommerce .oxy-product-cart-button form.variations_form.cart {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.woocommerce .oxy-woo-element div.product form.cart td.value, .woocommerce .oxy-product-cart-button td.value {
	padding: 0;
}

.woocommerce .oxy-woo-element div.product .woocommerce-variation-add-to-cart, .woocommerce .woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
}

/* Primary Buttons */
.woocommerce .widget_shopping_cart .buttons a.checkout.wc-forward, .woocommerce button[type=submit], .woocommerce button[name=woocommerce-form-login__submit], .woocommerce button[name=save_account_details], .woocommerce button[name=save_address], .woocommerce .oxy-woo-element div.product form.cart button.button.alt, .woocommerce .oxy-product-cart-button button.button.alt, .woocommerce div.product form.cart .button {
	background-color: #65bec2;
	color: #fff;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 24px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #65bec2;
	border-radius: 4px;
	line-height: 1.2;
	font-weight: 700;
	font-family: inherit;
	outline: none;
	cursor: pointer;
}

.woocommerce button[type=submit]:hover, .woocommerce button[name=woocommerce-form-login__submit]:hover, .woocommerce button[name=save_account_details]:hover, .woocommerce button[name=save_address]:hover, .woocommerce .oxy-woo-element div.product form.cart button.button.alt:hover, .woocommerce .oxy-product-cart-button button.button.alt:hover, .woocommerce div.product form.cart .button:hover {
	background-color: #6799b2;
	border: 1px solid #6799b2;
}

.woocommerce .oxy-woo-element div.product form.cart button.button.alt.disabled, .woocommerce button.button.alt.disabled {
	background: #ccc !important;
	border: 1px solid #ccc !important;
	opacity: 1;
}

.woocommerce .quantity .qty {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 56px;
	padding: 8px 9px;
	margin-right: 12px;
	background: url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-up.svg"), #fff;
	background-size: 6px, 6px;
	background-repeat: no-repeat, no-repeat;
	background-position: right .8em bottom calc(50% - 5px), right .8em top calc(50% - 5px);
	height: 100%;
}

.woocommerce .quantity .qty.nitro-lazy {
	background: none !important;
}

.woocommerce table.variations tr {
	border-top: none;
}

.woocommerce .oxy-woo-element div.product form.cart .variations, .woocommerce div.product .oxy-product-cart-button form.cart .variations {
	margin-bottom: 0;
}

.woocommerce .oxy-woo-element div.product form.cart table.variations tr, .woocommerce table.variations tr {
	display: flex;
	flex-direction: column;
}

.woocommerce
  .oxy-woo-element
  div.product
  form.cart
  table.variations
  tr
  td
  label, .woocommerce .oxy-product-cart-button table.variations tr td label {
	font-size: 12px;
	margin-right: 12px;
}

.woocommerce .oxy-woo-element div.product form.cart table.variations tr td a, .woocommerce .oxy-product-cart-button table.variations tr td a {
	font-size: 12px;
}

.woocommerce .oxy-woo-element div.product form.cart a.reset_variations:before, .woocommerce .oxy-product-cart-button table.variations tr td a:before {
	content: "× ";
}

.woocommerce .oxy-woo-element div.product form.cart .variations, .woocommerce .oxy-product-cart-button div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce .oxy-woo-element div.product form.cart .variations select, .woocommerce div.product .oxy-product-cart-button form.cart .variations select, .woocommerce div.product form.cart .variations select, .woocommerce form.cart .variations select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.2;
	cursor: pointer;
	width: 100%;
	position: relative;
	background: url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), #fff;
	background-size: 6px;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: right .8em center;
}

.woocommerce .woocommerce-ordering select.nitro-lazy, .woocommerce .oxy-woo-element div.product form.cart .variations select.nitro-lazy, .woocommerce div.product .oxy-product-cart-button form.cart .variations select.nitro-lazy, .woocommerce div.product form.cart .variations select.nitro-lazy, .woocommerce form.cart .variations select.nitro-lazy {
	background: none !important;
}

.woocommerce input[type="number"]::-webkit-inner-spin-button, .woocommerce input[type="number"]::-webkit-outer-spin-button {
	margin-right: -9px;
	opacity: .01;
	width: 24px;
	height: 48px;
	cursor: pointer;
}

/* single product - rating below title / rating element */
.woocommerce .oxy-woo-element div.product .woocommerce-product-rating, .woocommerce .oxy-product-rating .woocommerce-product-rating, .woocommerce div.product .oxy-product-rating .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.woocommerce
  .oxy-woo-element
  div.product
  .woocommerce-product-rating
  .star-rating::before, .woocommerce .oxy-product-rating .star-rating::before {
	position: relative;
	color: #d3d3d3;
}

.woocommerce
  .oxy-woo-element
  div.product
  .woocommerce-product-rating
  .star-rating, .woocommerce .oxy-product-rating .woocommerce-product-rating .star-rating {
	width: auto;
	letter-spacing: 2px;
	margin: 0 0 0 0;
}

.woocommerce
  .oxy-woo-element
  div.product
  .woocommerce-product-rating
  a.woocommerce-review-link, .woocommerce .oxy-product-rating a.woocommerce-review-link {
	font-size: 12px;
}

.woocommerce
  .oxy-woo-element
  div.product
  .woocommerce-product-rating
  .star-rating
  span, .woocommerce .oxy-product-rating .woocommerce .star-rating span {
	color: #65bec2;
}

/* Transitions */
.woocommerce .flex-control-thumbs li, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, .select2-search--dropdown .select2-search__field, .woocommerce
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox
  span::before, .woocommerce ul.tabs li, .woocommerce .woocommerce-product-gallery__trigger:after, .woocommerce .woocommerce-product-gallery__trigger:before, .woocommerce img:not(.zoomImg):not(.pswp__img), .woocommerce textarea, .woocommerce .checkbox, .woocommerce .select2-selection, .woocommerce input, .woocommerce button, .woocommerce select, .woocommerce a {
	transition: all ease .2s;
}

/* End of Transitions */

/* Input Styles */
.woocommerce-cart table.cart td.actions .coupon .input-text, .select2-container--default .select2-search--dropdown .select2-search__field, .woocommerce textarea, .select2-dropdown, .woocommerce .select2-selection, .woocommerce input[type="search"], .woocommerce input[type="text"], .woocommerce input[type="number"], .woocommerce input[type="tel"], .woocommerce input[type="email"], .woocommerce input[type="password"], .woocommerce select {
	height: auto;
	font-size: 14px;
	border: 1px solid #d3ced2;
	background: #fff;
	color: #000;
	outline: none;
	font-family: inherit;
	padding: 8px 12px;
	border-radius: 4px;
	resize: none;
}

/* Focus State */
.woocommerce-cart table.cart td.actions .coupon .input-text:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus, .woocommerce form .form-row textarea:focus, .woocommerce textarea:focus, .select2-dropdown:focus, .woocommerce .select2-selection:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="text"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="password"]:focus, .woocommerce select:focus {
	border: 1px solid #65bec2;
	box-shadow: 0 0 5px #65bec2;
}

/* End of Inputs */

/* Custom Checkbox */
.woocommerce-form-login input[type="checkbox"], .oxy-woo-checkout input[type="checkbox"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .01;
	display: none !important;
}

.woocommerce-form-login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .oxy-woo-checkout
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	position: relative;
	cursor: pointer;
	padding-left: 16px;
	margin-top: 0;
}

.woocommerce-form-login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span, .oxy-woo-checkout
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
	margin-left: 18px;
}

.woocommerce-form-login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span::before, .oxy-woo-checkout
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox
  span::before {
	width: 24px;
	height: 24px;
	border: 1px solid #d3ced2;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 50%;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}

input[type="checkbox"]:checked ~ span::before, input[type="checkbox"]:checked ~ label span::before {
	background: url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/check-mark.svg"), #fff;
}

.woocommerce-form-login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-top: 34px;
}

.oxy-woo-checkout
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox
  span::before {
	margin-top: -4px;
}

/* End of Custom Checkbox */

/* Product Column Fix */
.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
	width: 100%;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
	margin: 0;
	width: 50%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	margin: 0;
	width: 33.33%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 25%;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 20px;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
	margin: 0;
	width: 20%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
	margin: 0;
	width: 16.6%;
}

/* End of Product Column Fix */

/*--- Radio Buttons Style ---*/
.woocommerce input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #d3ced2;
	border-radius: 100%;
	outline: none;
	cursor: pointer;
}

/* WooCommerce Payments plugin compatibility */
.woocommerce input[type=radio].woocommerce-SavedPaymentMethods-tokenInput {
	width: 20px !important;
	height: 20px !important;
	margin: 6px 8px 0 0 !important;
}

.woocommerce input[type=radio]:hover {
	border: 1px solid #65bec2;
	box-shadow: 0 0 5px #65bec2;
}

.woocommerce input[type=radio]:checked {
	background: #000;
	box-shadow: inset 0 0 0 8px #fff;
}

/* WooCommerce Payments plugin compatibility */
.woocommerce input[type=radio].woocommerce-SavedPaymentMethods-tokenInput:checked {
	box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce input[type=radio]:checked:hover {
	box-shadow: inset 0 0 0 8px #fff, 0 0 5px #65bec2;
}

/*--------------------Tables and Forms Style-------------------------*/
.oxy-woo-order-tracking form, .woocommerce form.woocommerce-ResetPassword.lost_reset_password, .woocommerce .woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce .col2-set, .woocommerce-form-coupon, .woocommerce #reviews #comments ol.commentlist li .comment-text, ul.woocommerce-order-overview, .woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon, .woocommerce table.shop_table {
	border: 1px solid #d3ced2;
	border-top: 3px solid #65bec2;
	border-radius: 0;
	background: #fff;
	padding: 20px;
	border-collapse: collapse;
	box-shadow: var(--box-shadow) 0 10px 20px;
}

fieldset {
	background: transparent;
}

.woocommerce table tr {
	border-top: 1px solid #d3ced2;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
	border: none;
	padding: 12px 20px;
	font-weight: 400;
	color: #666;
}

/* End of Tables and Forms Styles */

/* Notification Styles */
.woocommerce-info, .woocommerce-error, .woocommerce-message {
	padding-right: 20px;
	border-bottom: 1px solid #d3ced2;
	border-left: 1px solid #d3ced2;
	border-right: 1px solid #d3ced2;
	border-radius: 0;
	background: #fff;
	border-collapse: collapse;
	box-shadow: var(--box-shadow) 0 10px 20px;
}

/* Info */
.woocommerce-info::before {
	color: #00adef;
}

.woocommerce-info {
	border-top-color: #00adef;
}

/* Error */
.woocommerce-error::before {
	color: #e96199;
}

.woocommerce-error {
	border-top-color: #e96199;
}

/* Message */
.woocommerce-message::before {
	color: #65bec2;
}

.woocommerce-message {
	border-top-color: #65bec2;
}

/* End of Notification Sytles */

/* Shop, Uppsells, Related Product Shared Styles Styles */
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -20px 20px;
}

.woocommerce ul.products li.product .button {
	margin-top: auto;
}

.woocommerce a.added_to_cart {
	margin-top: 12px;
}

.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
}

/* Product Info Shared Styles */
.woocommerce .oxy-product-info, .woocommerce .oxy-product-tabs {
	width: 100%;
}

.woocommerce table.shop_attributes {
	border-top: 1px solid #d3ced2;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: transparent;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	border-bottom: 1px solid #d3ced2;
	text-align: left;
}

/* Widgets Headings */
.ct-widget .widget.woocommerce .widgettitle {
	font-size: px;
}

/* End of Widgets Headings */

/* Search Products Widget */
.woocommerce form.woocommerce-product-search {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.woocommerce input.search-field {
	flex-grow: 1;
	margin-right: 8px;
	min-width: 120px;
}

/* End of Widget */

/* Product Tags Cloud Widget */
.woocommerce div.tagcloud {
	line-height: 1.2;
}

/* End of Widget */

/* Filter by Price Widget */
.woocommerce .widget_price_filter .ui-slider {
	margin: 20px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #d3ced2;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 24px;
	height: 24px;
	background-color: #65bec2;
	top: -8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #65bec2;
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-right: 12px;
}

.woocommerce .price_label {
	text-align: left;
	line-height: 1.6;
}

/* End of Widget */

/* Rating Filter Widget */
.woocommerce .widget_rating_filter ul li a {
	display: flex;
	float: left;
	align-items: center;
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .widget_rating_filter ul li.chosen:hover a::before {
	color: #65bec2;
}

/* End of Widget */

/* Attributes Filter Widget */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen:hover a::before {
	color: #65bec2;
}

/* End of Widget */

/* Active Filters Widget */
.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #d3ced2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .widget_layered_nav_filters ul li:hover a::before {
	color: #65bec2;
}

.woocommerce .widget_layered_nav_filters ul li:hover span.woocommerce-Price-amount {
	color: #65bec2;
}

/* End of Widget */

/* Product Categories Widget */
.woocommerce .widget_product_categories ul {
	padding-left: 20px;
	list-style: none;
}

.woocommerce .widget_product_categories ul li::before {
	color: #d3ced2;
	content: "•";
	position: relative;
	margin-right: 8px;
	margin-left: -20px;
}

.woocommerce .widget_product_categories ul.product-categories {
	margin-top: 0;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single {
	height: auto;
	border-color: #d3ced2;
	background: url("https://cdn-ilehjgn.nitrocdn.com/MWhFhJOMcBAJXGFmUtINWRiUAbHuBKpa/assets/images/optimized/rev-c1f0c66/affordabledumpsterrental.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), #fff;
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: right .8em center;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single.nitro-lazy {
	background: none !important;
}

.woocommerce .widget_product_categories .select2-container .select2-selection--single:focus {
	border-color: #65bec2;
}

.woocommerce .widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woocommerce .select2-container--open .select2-dropdown--below {
	border-color: #d3ced2;
}

.woocommerce .select2-container--open .select2-dropdown--above {
	padding: 0;
	border-color: #d3ced2;
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #d3ced2;
}

.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: #65bec2;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__clear {
	font-weight: 300;
	color: #d3ced2;
	font-size: 24px;
	line-height: 1;
}

.woocommerce .select2-container--default .select2-selection--single:hover .select2-selection__clear {
	color: #65bec2;
}

/* End of Widget */

/* Products, Cart Widgets */
.woocommerce .product_list_widget ins {
	text-decoration: none;
}

.woocommerce .product_list_widget del {
	color: #666;
}

.woocommerce ul.product_list_widget li img {
	border: 1px solid #d3ced2;
	width: 40px;
	float: left;
	margin-bottom: 16px;
	margin-right: 12px;
	margin-left: 0;
	margin-top: 4px;
}

.woocommerce ul.product_list_widget li {
	border-bottom: 1px solid #d3ced2;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

.woocommerce .product_list_widget .reviewer {
	font-size: 12px;
	color: #666;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	right: 0;
	left: auto;
	color: #d3ced2 !important;
	font-weight: 300;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	color: #65bec2 !important;
	background: none;
	text-decoration: none;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	margin-right: 0;
}

/* End of Widget */

/*---Safari Row Hotfix---*/
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	width: 100%;
}

/*---Product Title Hotfix (Must be in product-title.css)---*/
.woocommerce h1.product_title.oxy-product-title {
	margin: 0;
}

/*---Fix for shopping cart duplication issue on AJAX update---*/
.ct-modal .woocommerce-cart-form:not(:nth-child(2)) {
	display: none;
}

.ct-modal .cart-collaterals > .cart_totals:not(:nth-child(1)) {
	display: none;
}

/*---Fix for WooCommerce Payments credit card images on checkout---*/
.woocommerce label[for="payment_method_woocommerce_payments"], .woocommerce label[for="payment_method_bacs"], .woocommerce label[for="payment_method_cod"] {
	display: flex;
	flex-direction: row;
}

.woocommerce label[for="payment_method_woocommerce_payments"] img, .woocommerce label[for="payment_method_bacs"] img, .woocommerce label[for="payment_method_cod"] img {
	width: 32px;
}

.oxy-pro-media-player .oxy-pro-media-player_play {
	--extras-play-icon-size: 60px;
}

.oxy-pro-media-player .oxy-pro-media-player_play button:hover {
	--vm-play-scale: 1;
}

.oxy-pro-media-player .oxy-pro-media-player_play button {
	transition-duration: .3s;
}

.oxy-pro-media-player vime-player {
	--vm-control-scale: .9;
	--extras-slider-height: 2px;
	--vm-control-group-spacing: 12px;
	--vm-controls-padding: 15px;
	--vm-controls-spacing: 15px;
	--vm-time-font-size: 13px;
	--vm-control-border-radius: 3px;
	--extras-spinner-size: 80px;
	--vm-spinner-thickness: 3px;
	--vm-spinner-spin-duration: 1s;
	--vm-tooltip-spacing: 3px;
	--vm-tooltip-padding: 3px;
}

.oxy-pro-media-player .oxy-pro-media-player_custom-image {
	--extras-poster-left: 50%;
	--extras-poster-top: 50%;
}

.oxy-pro-media-player vime-player.video {
	height: 0;
	overflow: hidden;
}

.oxy-pro-media-player .extras-in-builder vime-spinner {
	opacity: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: "Poppins";
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

.oxy-nav-menu-hamburger-line {
	background-color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins";
	font-size: 50px;
	font-weight: 700;
	color: #000;
}

h2, h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
}

h3, h4, h5, h6 {
	font-size: 24px;
	color: #000;
}

h4, h5, h6 {
	font-size: 20px;
	color: #000;
}

h5, h6 {
	font-size: 18px;
	color: #000;
}

h6 {
	font-size: 16px;
	color: #000;
}

a {
	color: #0074db;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {
	color: F7CE20;
	font-weight: 300;
}

.ct-link-text:hover {
	text-decoration: underline;
}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.oxel_iconlist {
	text-align: left;
	mix-blend-mode: normal;
	opacity: .9;
	color: 10000 c;
	background-color: #fff;
}

.oxel_iconlist__row {
	padding-left: 12px;
	padding-right: 31px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: 0px;
	background-color: #fff;
	margin-right: 8px;
	padding-top: 0px;
}

.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist__row.oxy-easy-posts .oxy-posts, .oxel_iconlist__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_iconlist__row__icon {
	color: #3159ae;
}

.oxel_iconlist__row__icon 
>svg {
	width: 30px;
	height: 30px;
}

.oxel_iconlist__row__icon {
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: -10px;
}

.oxel_iconlist__row__label {
	font-family: Poppins;
	font-size: 21px;
	margin-top: 5px;
	color: #001e4c;
	font-weight: 500;
}

@media (max-width: 479px) {
	.oxel_iconlist__row__label {
		font-size: 13px;
	}
}

.oxel_iconlist__row--dark {}

.oxel_accordion {
	border-top-color: color(16);
	border-right-color: color(16);
	border-bottom-color: color(16);
	border-left-color: color(16);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	background-color: #fff;
	padding-bottom: 0px;
}

.oxel_accordion__row {
	width: 100%;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	border-bottom-color: color(15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: justify;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #001e4c;
}

.oxel_accordion__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
	background-color: #fcfc00;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.oxel_accordion__row_left {}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-color: color(13);
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: .3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: opacity, max-height, margin-top;
	text-align: left;
	max-height: 3000px;
	margin-top: 0px;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	opacity: 0;
	padding-top: 8px;
	margin-top: -16px;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
	text-align: left;
	margin-top: 0px;
}

.oxel_image_comparison__label_before {
	background-image: linear-gradient(#f9f9fa, #f9f9fa);
	position: absolute;
	left: 32px;
	top: 32px;
	background-color: rgba(249, 249, 250, .5);
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	z-index: 5;
}

.oxel_image_comparison__label_after {
	position: absolute;
	top: 32px;
	background-color: #f9f9fa;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	right: 32px;
	z-index: 5;
}

.oxel-image-comparisonv2__image {
	position: static;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.oxel-image-comparisonv2 {
	position: relative;
	text-align: center;
	width: 100%;
}

.oxel-image-comparisonv2:not(.ct-section):not(.oxy-easy-posts), .oxel-image-comparisonv2.oxy-easy-posts .oxy-posts, .oxel-image-comparisonv2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel-image-comparisonv2__icon {
	background-color: #f9f9fa;
	border: 1px solid #f9f9fa;
	padding: 8px;
	color: #374047;
}

.oxel-image-comparisonv2__icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-image-comparisonv2__icon {
	position: absolute;
	z-index: 2147483640;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: calc(50% - 24px);
}

.oxel-image-comparisonv2__icon:not(.ct-section):not(.oxy-easy-posts), .oxel-image-comparisonv2__icon.oxy-easy-posts .oxy-posts, .oxel-image-comparisonv2__icon.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel-image-comparisonv2__image--after {
	position: absolute;
}

.oxel_dropdown_buttonv2__trigger {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #374047;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	cursor: pointer;
}

.oxel_dropdown_buttonv2__trigger:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__trigger.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__trigger.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_buttonv2 {
	background-color: #374047;
	position: relative;
	width: min-content;
	margin-top: 0px;
}

.oxel_dropdown_buttonv2:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_buttonv2__submenu {
	position: absolute;
	left: 0px;
	min-width: 100%;
	padding-top: 4px;
	width: 200px;
	z-index: 10;
	top: 100%;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.oxel_dropdown_buttonv2__submenu--hidden {
	opacity: 0;
	pointer-events: none;
}

.oxel_dropdown_buttonv2__submenu--hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenu--hidden.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenu--hidden.ct-section .ct-section-inner-wrap {
	display: none;
}

.oxel_dropdown_buttonv2__submenubutton:hover {
	background-color: #dee1e3;
}

.oxel_dropdown_buttonv2__submenubutton {
	text-align: left;
	background-color: #eceeef;
	min-width: 100%;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_dropdown_buttonv2__submenubutton:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_buttonv2__submenubutton.oxy-easy-posts .oxy-posts, .oxel_dropdown_buttonv2__submenubutton.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_dropdown_buttonv2__submenulabel {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	color: #374047;
}

.oxel_dropdown_buttonv2__label {
	color: #f9f9fa;
	white-space: nowrap;
}

.oxel_dropdown_buttonv2__symbol {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: 16px;
	padding-left: 0px;
	min-width: 0 !important;
	min-height: 0 !important;
}

.oxel-image-accordion {}

.oxel-image-accordion:not(.ct-section):not(.oxy-easy-posts), .oxel-image-accordion.oxy-easy-posts .oxy-posts, .oxel-image-accordion.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.oxel-image-accordion {
		height: 600px;
	}
	
	.oxel-image-accordion:not(.ct-section):not(.oxy-easy-posts), .oxel-image-accordion.oxy-easy-posts .oxy-posts, .oxel-image-accordion.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel-image-accordion__item {
	position: relative;
	height: 400px;
	overflow: hidden;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(.69, .05, .67, .88);
	transition-property: all;
}

@media (max-width: 767px) {
	.oxel-image-accordion__item {
		height: auto;
	}
}

.oxel-image-accordion__details {
	z-index: 10;
	position: absolute;
	left: 18px;
	bottom: 16px;
	width: 10000px;
}

.oxel-image-accordion__details:not(.ct-section):not(.oxy-easy-posts), .oxel-image-accordion__details.oxy-easy-posts .oxy-posts, .oxel-image-accordion__details.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.oxel-image-accordion__details {
		position: absolute;
		bottom: 8px;
		left: 8px;
	}
}

.oxel-image-accordion__icon {
	background-color: #f9f9fa;
	border: 1px solid #f9f9fa;
	padding: 10px;
	color: #374047;
}

.oxel-image-accordion__icon 
>svg {
	width: 14px;
	height: 14px;
}

.oxel-image-accordion__icon {
	margin-right: 16px;
}

@media (max-width: 767px) {
	.oxel-image-accordion__icon {
		padding: 6px;
	}
	
	.oxel-image-accordion__icon {}
}

.oxel-image-accordion__link {
	color: #f9f9fa;
}

.oxel-image-accordion__image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.oxel_scrollingImage__container:hover {
	background-position: 50% 100%;
}

.oxel_scrollingImage__container {
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	transition-duration: 5s;
	transition-timing-function: ease-in-out;
	transition-property: background-position;
	text-align: center;
	width: 600px;
	max-width: 100%;
	overflow: hidden;
	background-position: 50% 0px;
}

.oxel_scrollingImage__container:not(.ct-section):not(.oxy-easy-posts), .oxel_scrollingImage__container.oxy-easy-posts .oxy-posts, .oxel_scrollingImage__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.oxel_scrollingImage__container {
		width: 100%;
	}
}

.oxel_scrollingImage__container__icon {
	background-color: rgba(0, 0, 0, .17);
	border: 1px solid rgba(0, 0, 0, .17);
	padding: 16px;
	color: #f9f9fa;
}

.oxel_scrollingImage__container__icon 
>svg {
	width: 55px;
	height: 55px;
}

.oxel_scrollingImage__container__icon {
	transition-duration: 2.5s;
}

.oxel_horizontal_divider {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 75%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

.oxel_horizontal_divider:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oxel_horizontal_divider__line {
	margin-bottom: 1px;
	height: 7px;
}

.oxel_horizontal_divider__icon {
	color: #1b335f;
}

.oxel_horizontal_divider__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_horizontal_divider__icon {
	background-color: #1b335f;
	flex-shrink: 0;
}

.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_reviewbox__image_wrapper__image {
	max-width: 1000px;
	height: 100%;
}

.oxel_reviewbox__image_wrapper {
	width: 200px;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	border-top-color: #f9f9fa;
	border-right-color: #f9f9fa;
	border-bottom-color: #f9f9fa;
	border-left-color: #f9f9fa;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 200px;
	flex-shrink: 0;
	margin-right: 16px;
}

.oxel_reviewbox__image_wrapper:not(.ct-section):not(.oxy-easy-posts), .oxel_reviewbox__image_wrapper.oxy-easy-posts .oxy-posts, .oxel_reviewbox__image_wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.oxel_reviewbox__image_wrapper {
		margin-bottom: 32px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 479px) {
	.oxel_reviewbox__image_wrapper {
		margin-bottom: 32px;
		margin-left: auto;
		margin-right: auto;
	}
}

.oxel_reviewbox__details_wrapper {
	padding-left: 0px;
	flex-grow: 1;
}

@media (max-width: 767px) {
	.oxel_reviewbox__details_wrapper {
		text-align: center;
		padding-left: 0px;
	}
	
	.oxel_reviewbox__details_wrapper:not(.ct-section):not(.oxy-easy-posts), .oxel_reviewbox__details_wrapper.oxy-easy-posts .oxy-posts, .oxel_reviewbox__details_wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 479px) {
	.oxel_reviewbox__details_wrapper {
		padding-left: 0px;
	}
}

.oxel_reviewbox__details_wrapper__name {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 32px;
	color: #374047;
	line-height: 1.2;
	margin-bottom: 8px;
}

.oxel_reviewbox__details_wrapper__star_wrapper {
	margin-top: 8px;
	margin-bottom: 8px;
}

.oxel_reviewbox__details_wrapper__star_wrapper:not(.ct-section):not(.oxy-easy-posts), .oxel_reviewbox__details_wrapper__star_wrapper.oxy-easy-posts .oxy-posts, .oxel_reviewbox__details_wrapper__star_wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

.oxel_reviewbox__star {
	color: #7f8b93;
}

.oxel_reviewbox__star 
>svg {
	width: 22px;
	height: 22px;
}

.oxel_reviewbox__star {}

.oxel_reviewbox__row {
	width: 100%;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	text-align: left;
}

.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts), .oxel_reviewbox__row.oxy-easy-posts .oxy-posts, .oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.oxel_reviewbox__row {
		text-align: center;
	}
	
	.oxel_reviewbox__row:not(.ct-section):not(.oxy-easy-posts), .oxel_reviewbox__row.oxy-easy-posts .oxy-posts, .oxel_reviewbox__row.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 479px) {}

.oxel_reviewbox__review_body {}

@media (max-width: 767px) {
	.oxel_reviewbox__review_body {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.oxel_reviewbox__review_body {
		text-align: left;
	}
}

.oxel_reviewbox {
	background-color: #eceeef;
	width: 100%;
}

.oxel_reviewbox__details_wrapper__title {
	font-size: 14px;
	color: #606e79;
}

.oxel_dynamicslider {
	width: 100%;
}

.swiper-container {}

.oxel_dynamicslider__container {
	height: 400px;
}

.swiper-wrapper {}

.swiper-slide {}

.oxel_icon_button__container {
	background-image: linear-gradient(#fcfc00 25px, #fcfc00 25px);
	background-color: #fcfc00;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 45px;
	transition-duration: .3s;
	margin-top: 20px;
	padding-top: 13px;
	border-radius: 30px;
	height: 50px;
	font-weight: 500;
	margin-bottom: 0px;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text {
	color: #1b335f;
}

.oxel_icon_button_icon {
	color: #000;
}

.oxel_icon_button_icon 
>svg {
	width: 34px;
	height: 34px;
}

.oxel_icon_button_icon {
	margin-left: 8px;
	padding-right: 10px;
}

.onepage-heading-two {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.1;
}

@media (max-width: 479px) {
	.onepage-heading-two {
		font-size: 40px;
	}
}

.onepage-subheading {
	color: #666;
	font-size: 20px;
	font-weight: 400;
	max-width: 720px;
	line-height: 1.6;
}

.onepage-integrations-brand-back {
	width: 100%;
	padding-top: 36px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 36px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .1);
}

.onepage-integrations-brand-back:not(.ct-section):not(.oxy-easy-posts), .onepage-integrations-brand-back.oxy-easy-posts .oxy-posts, .onepage-integrations-brand-back.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1120px) {
	.onepage-integrations-brand-back {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 991px) {
	.onepage-integrations-brand-back {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	.onepage-integrations-brand-back {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (max-width: 479px) {
	.onepage-integrations-brand-back {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.onepage-integrations-colunm {}

.onepage-integrations-colunm:not(.ct-section):not(.oxy-easy-posts), .onepage-integrations-colunm.oxy-easy-posts .oxy-posts, .onepage-integrations-colunm.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.onepage-integrations-logo {
	width: 400px;
	border-radius: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.onepage-red-button:hover {
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	box-shadow: 0px 30px 40px -10px rgba(253, 98, 90, .3);
}

.onepage-red-button {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 100px;
	letter-spacing: 1px;
	text-align: center;
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: all;
	background-color: #000863;
	box-shadow: 0px 25px 20px -20px rgba(253, 98, 90, .3);
}

.BenefitWrapper {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 50%;
}

@media (max-width: 991px) {
	.BenefitWrapper {}
	
	.BenefitWrapper:not(.ct-section):not(.oxy-easy-posts), .BenefitWrapper.oxy-easy-posts .oxy-posts, .BenefitWrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
}

@media (max-width: 767px) {
	.BenefitWrapper {
		width: 100%;
	}
}

.onepage-benefits-number {
	color: #fd625e;
	font-size: 120px;
	font-weight: 900;
	line-height: 1.1;
	margin-left: -10px;
}

.onepage-benefits-title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1.5;
}

.onepage-benefits-text {
	color: #666;
	font-size: 20px;
	font-weight: 400;
}

.onepage-benefit-wrapper {
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 60px;
	padding-right: 60px;
	position: relative;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .1);
}

@media (max-width: 479px) {
	.onepage-benefit-wrapper {}
	
	.onepage-benefit-wrapper:not(.ct-section):not(.oxy-easy-posts), .onepage-benefit-wrapper.oxy-easy-posts .oxy-posts, .onepage-benefit-wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.onepage-testimonial-4-text {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	max-width: 440px;
	color: #000;
}

.onepage-testimonials-4-image {
	width: 68px;
	border-radius: 100%;
	margin-top: 28px;
	margin-bottom: 8px;
}

.onepage-testimonials-4-label {
	font-family: Poppins;
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}

.onepage-testimonials-4-name {
	font-family: Poppins;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 4px;
	margin-top: 10px;
}

.onepage-testimonial-4-wrapper {
	text-align: center;
	background-color: #fff;
	padding-top: 24px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 24px;
	width: 100%;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
	z-index: 10;
}

.onepage-testimonial-4-wrapper:not(.ct-section):not(.oxy-easy-posts), .onepage-testimonial-4-wrapper.oxy-easy-posts .oxy-posts, .onepage-testimonial-4-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.onepage-testimonial-4-icon {
	color: #1b335f;
}

.onepage-testimonial-4-icon 
>svg {
	width: 24px;
	height: 24px;
}

.onepage-testimonial-4-icon {
	margin-bottom: 12px;
	margin-top: 12px;
}

.onepage-heading-three {
	color: #fd625e;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
}

.onepage-heading-one {
	color: #000;
	font-weight: 900;
	font-size: 120px;
	line-height: 1.1;
}

.saas-heading-two {
	font-family: Poppins;
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 0px;
}

@media (max-width: 479px) {
	.saas-heading-two {
		font-size: 40px;
	}
}

.saas-primary-button:hover {
	transform: scale(1.05, 1.05);
	background-color: #f64e6e;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
}

.saas-primary-button {
	font-family: Poppins;
	background-color: #f64e6e;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 48px;
	padding-right: 48px;
	border-radius: 100px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: auto;
	background-image: linear-gradient(-90deg, #f64e6e 0%, #ff795e 98%);
}

.saas-subheading {
	font-family: Poppins;
	color: #8188a6;
	font-size: 22px;
	font-weight: 300;
	max-width: 480px;
	line-height: 1.6;
}

.saas-pricing-2-wrapper {
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 28px;
	border-top-color: #48c2fb;
	box-shadow: 0px 8px 24px rgba(53, 60, 89, .12);
}

.saas-pricing-2-wrapper:not(.ct-section):not(.oxy-easy-posts), .saas-pricing-2-wrapper.oxy-easy-posts .oxy-posts, .saas-pricing-2-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 991px) {
	.saas-pricing-2-wrapper {
		height: 100%;
	}
}

.saas-pricing-2-title {
	color: #333;
}

.saas-pricing-2-title 
>svg {
	width: 50px;
	height: 50px;
}

.saas-pricing-2-title {
	font-weight: 700;
	color: #1b335f;
	margin-bottom: 12px;
	font-style: normal;
}

.saas-pricing-2-icon {
	color: #f8596a;
}

.saas-pricing-2-icon 
>svg {
	width: 40px;
	height: 40px;
}

.saas-pricing-2-icon {
	margin-bottom: 12px;
}

.saas-pricing-2-price {
	color: #48c2fb;
}

.saas-pricing-2-price 
>svg {
	width: 55px;
	height: 55px;
}

.saas-pricing-2-price {
	font-size: 48px;
	line-height: 1;
	color: #353c59;
}

.saas-pricing-2-label {
	color: #8188a6;
	font-size: 12px;
	margin-bottom: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.saas-pricing-2-point:before {
	content: "•";
	color: #f8596a;
	margin-right: 8px;
}

.saas-pricing-2-point:last-child {}

.saas-pricing-2-point {
	border-top-style: solid;
	border-top-color: #e6f0f9;
	border-top-width: 1px;
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	color: #375f79;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
}

.brewery-testimonial-7-wrapper {
	width: 100%;
	background-color: #141414;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	height: 100%;
	max-width: 360px;
	text-align: left;
}

.brewery-testimonial-7-wrapper:not(.ct-section):not(.oxy-easy-posts), .brewery-testimonial-7-wrapper.oxy-easy-posts .oxy-posts, .brewery-testimonial-7-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.brewery-testimonial-7-text:before {
	font-family: Poppins;
	content: "\"";
	color: #a59d60;
	font-size: 32px;
	font-weight: 400;
	line-height: .8;
}

.brewery-testimonial-7-text:not(.ct-section):not(.oxy-easy-posts):before, .brewery-testimonial-7-text.oxy-easy-posts .oxy-posts:before, .brewery-testimonial-7-text.ct-section .ct-section-inner-wrap:before {
	display: block;
	flex-direction: unset;
}

.brewery-testimonial-7-text {
	font-family: "Special Elite";
	color: #fff;
	font-size: 16px;
	margin-bottom: 24px;
}

.brewery-testimonial-7-avatar-wrapper {
	width: 100%;
	padding-top: 32px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #444;
	margin-top: auto;
}

.brewery-testimonial-7-avatar-wrapper:not(.ct-section):not(.oxy-easy-posts), .brewery-testimonial-7-avatar-wrapper.oxy-easy-posts .oxy-posts, .brewery-testimonial-7-avatar-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.brewery-testimonial-7-avatar {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	margin-right: 16px;
}

.brewery-testimonial-7-title {
	font-family: Poppins;
	color: #fff;
	line-height: 1.2;
	font-size: 20px;
}

.brewery-testimonial-7-column {
	text-align: center;
}

.brewery-testimonial-7-column:not(.ct-section):not(.oxy-easy-posts), .brewery-testimonial-7-column.oxy-easy-posts .oxy-posts, .brewery-testimonial-7-column.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.onepage-iconblock-1-wrapper {
	width: 100%;
	background-color: #fff;
	padding-top: 36px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 36px;
	text-align: center;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, .1);
}

.onepage-iconblock-1-wrapper:not(.ct-section):not(.oxy-easy-posts), .onepage-iconblock-1-wrapper.oxy-easy-posts .oxy-posts, .onepage-iconblock-1-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.onepage-iconblock-1-text {
	font-family: Poppins;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 24px;
}

.onepage-iconblock-1-icon {
	color: #1b335f;
}

.onepage-iconblock-1-icon 
>svg {
	width: 36px;
	height: 36px;
}

.onepage-iconblock-1-icon {
	margin-bottom: 24px;
}

.onepage-iconblock-1-title {
	font-family: Poppins;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}

.onepage-contact-2-wrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 12px;
}

.onepage-contact-2-wrapper:not(.ct-section):not(.oxy-easy-posts), .onepage-contact-2-wrapper.oxy-easy-posts .oxy-posts, .onepage-contact-2-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.onepage-contact-2-icon {
	color: #fd625e;
}

.onepage-contact-2-icon 
>svg {
	width: 24px;
	height: 24px;
}

.onepage-contact-2-icon {
	margin-right: 8px;
}

.onepage-contact-2-text {
	font-family: Poppins;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.onepage-textlink:hover {
	text-decoration: underline;
	color: #fd3732;
}

.onepage-textlink {
	font-family: Poppins;
	color: #fd625e;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6;
}

.onepage-header-link:hover {}

.onepage-header-link {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: .5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

.saas-contact-3-column {
	background-color: #353c59;
	border-radius: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.saas-contact-3-text {
	color: #8188a6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}

.saas-contact-3-icon {
	color: #fff;
}

.saas-contact-3-icon 
>svg {
	width: 40px;
	height: 40px;
}

.saas-contact-3-icon {
	margin-bottom: 12px;
}

.saas-contact-3-link:hover {
	color: #fff;
}

.saas-contact-3-link {
	color: #f8596a;
	font-size: 14px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
}

.saas-contact-3-title {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 4px;
}

.oxel_focus_section {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	overflow-x: hidden;
}

.oxel_focus_section .ct-section-inner-wrap {
	padding-top: 0;
}

.oxel_focus_section:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section.oxy-easy-posts .oxy-posts, .oxel_focus_section.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_focus_section__inner {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	width: 100%;
	text-align: center;
	padding-top: 32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	z-index: 1001;
	position: relative;
}

.oxel_focus_section__inner:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section__inner.oxy-easy-posts .oxy-posts, .oxel_focus_section__inner.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oxel_focus_section__backdrop {
	position: fixed;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 1000;
	opacity: 0;
	transition-duration: .8s;
	transition-timing-function: ease-in-out;
	transition-property: top bottom;
	top: 0px;
	pointer-events: none;
}

.oxel-breadcrumb-wrapper {
	width: 100%;
}

.oxel-breadcrumb-code {
	width: 100%;
}

.oxy-superbox-primary {}

.oxy-superbox-secondary {}

.freelance-showcase-3-column {}

.freelance-showcase-3-text {
	font-family: Poppins;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	max-width: 320px;
}

.freelance-showcase-3-title {
	font-family: Poppins;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 1px;
}

.atomic-tritary-heading {
	color: color(4);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.atomic-tritary-heading {
		font-size: 30px;
	}
}

.atomic-contact-14-title {
	color: color(10);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .12em;
	margin-bottom: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-subheading {
	font-family: Poppins;
	color: color(4);
	font-size: 24px;
	line-height: 1.6;
	font-weight: 200;
	max-width: 480px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.atomic-subheading {
		font-size: 20px;
	}
}

@media (max-width: 479px) {
	.atomic-subheading {
		font-size: 18px;
	}
}

.atomic-primary-heading {
	color: color(4);
	font-size: 64px;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.atomic-primary-heading {
		font-size: 56px;
	}
}

@media (max-width: 479px) {
	.atomic-primary-heading {
		font-size: 44px;
	}
}

.atomic-primary-button:hover {
	background-color: color(3);
	color: color(1);
}

.atomic-primary-button {
	font-family: Poppins;
	background-color: color(2);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 48px;
	padding-right: 48px;
	font-size: 20px;
	color: color(1);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .25em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

@media (max-width: 991px) {
	.atomic-primary-button {
		padding-top: 16px;
		padding-left: 36px;
		padding-right: 36px;
		padding-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.atomic-primary-button {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.atomic-primary-button {
		font-size: 16px;
	}
}

.atomic-small-text {
	font-family: Poppins;
	color: color(5);
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lp-contact-buttons {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .18);
}

.lp-contact-buttons:not(.ct-section):not(.oxy-easy-posts), .lp-contact-buttons.oxy-easy-posts .oxy-posts, .lp-contact-buttons.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

.lp-contact-button {
	margin-right: 10px;
}

.landing-page-contact-button {}

.landing-page-button {}

.lp-contact-button-white {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, .06);
}

.lp-contact-button-white:not(.ct-section):not(.oxy-easy-posts), .lp-contact-button-white.oxy-easy-posts .oxy-posts, .lp-contact-button-white.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.lp-contact-button-white {}
}

@media (max-width: 767px) {
	.lp-contact-button-white {
		margin-right: 0px;
		margin-bottom: 12px;
	}
}

.toggle-3902 {
	background-color: #e5e5e5;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.toggle-3902-expanded {}

.toggle-1864 {
	width: 100%;
	background-color: #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.toggle-1864-expanded {}

.tabs-3606-tab {
	padding-top: 1px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d6d6d6;
	border-radius: 4px;
}

.tabs-3606-tab-active {}

.tabs-contents-3606-tab {
	background-color: #f5f5f5;
}

.toggle-5832 {
	background-color: #ddd;
	width: 100%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	margin-top: 15px;
}

.toggle-5832-expanded {}

.oxy-stock-content-styles {}

.main-paragraph {
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 479px) {
	.main-paragraph {}
}

.main-h2 {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 36px;
	color: #000;
}

.paragraph-centered {
	font-family: "Poppins";
	font-size: 17px;
	font-weight: 300;
	color: #585858;
}

.h2-centered {
	font-family: "Poppins";
	font-size: 32px;
	font-weight: 500;
	color: #2b2c27;
}

.toggle-6031 {}

.toggle-6031-expanded {}

.footer-link:hover {
	font-weight: 800;
}

.footer-link {}

.toggle-3925 {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #f2f2f2;
}

.toggle-3925-expanded {}

.toggle-9669 {}

.toggle-9669-expanded {}

.toggle-0915 {
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

.toggle-0915-expanded {}

.toggle-0579 {}

.toggle-0579-expanded {}

.toggle-5998 {
	background-color: #f2f2f2;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.toggle-5998-expanded {}

.tabs-8954-tab {
	background-color: #fcfc00;
	gap: 0px;
	width: 300px;
	margin-top: 10px;
	border-radius: 10px;
	margin-right: 10px;
}

.tabs-8954-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-8954-tab.oxy-easy-posts .oxy-posts, .tabs-8954-tab.ct-section .ct-section-inner-wrap {
	gap: 0px;
}

.tabs-8954-tab-active {
	background-color: #f5f5f5;
}

.tabs-contents-8954-tab {
	background-color: #f5f5f5;
}

.region {
	width: 0%;
	height: 0px;
}

.cell {
	width: 100%;
	text-align: center;
}

.cell:not(.ct-section):not(.oxy-easy-posts), .cell.oxy-easy-posts .oxy-posts, .cell.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.careers-carousel-content {
	background-image: linear-gradient(rgba(247, 207, 33, 0), #000);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	text-align: center;
	right: 0px;
	left: 0px;
}

.careers-carousel-content:not(.ct-section):not(.oxy-easy-posts), .careers-carousel-content.oxy-easy-posts .oxy-posts, .careers-carousel-content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.careers-carousel-main-heading {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 5px;
	text-shadow: 3px 2px 9px #000;
}

.careers-carousel-superbox {
	border-bottom-color: #fcfc00;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.careers-carousel-text {
	color: #fff;
	margin-bottom: 5px;
	font-weight: 400;
	text-shadow: 2px 1px 12px #000;
}

.careers-carousel-heading-hover {
	font-size: 26px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 5px;
}

.careers-carousel-apply-today-text:hover {
	color: #fcfc00;
}

.careers-carousel-apply-today-text {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition-duration: .3s;
	font-size: 22px;
}

.careers-carousel-button:hover {
	padding-left: 10px;
	padding-right: 10px;
}

.careers-carousel-button {
	border-bottom-color: #fcfc00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	transition-duration: .3s;
}

.careers-carousel-button:not(.ct-section):not(.oxy-easy-posts), .careers-carousel-button.oxy-easy-posts .oxy-posts, .careers-carousel-button.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

.careers-carousel-arrow-icon {
	color: #fcfc00;
}

.careers-carousel-arrow-icon 
>svg {
	width: 25px;
	height: 25px;
}

.careers-carousel-arrow-icon {
	margin-left: 7px;
}

.careers-carousel-image {
	width: 100%;
}

.careers-carousel-image-hover {
	opacity: 1;
}

.test-gfrom {}

.test-gfrom:not(.ct-section):not(.oxy-easy-posts), .test-gfrom.oxy-easy-posts .oxy-posts, .test-gfrom.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxy-close-modal {}

.phoneNumberButton {}

.phoneClass {
	margin-bottom: 10px;
}

.richText {}

.phoneButton {
	border-top-color: #1b335f;
	border-right-color: #1b335f;
	border-bottom-color: #1b335f;
	border-left-color: #1b335f;
	padding-bottom: 0px;
	border-radius: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
}

.phoneButton:not(.ct-section):not(.oxy-easy-posts), .phoneButton.oxy-easy-posts .oxy-posts, .phoneButton.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
}

.flavorTextDiv {}

.blockText {}

.fancyButton {}

.fancyYellowButton {
	margin-top: 30px;
}

.fancyYellowButton:not(.ct-section):not(.oxy-easy-posts), .fancyYellowButton.oxy-easy-posts .oxy-posts, .fancyYellowButton.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.fadein {}

.stickyButton {}

.sticky {
	width: 20%;
	text-align: right;
}

.sticky:not(.ct-section):not(.oxy-easy-posts), .sticky.oxy-easy-posts .oxy-posts, .sticky.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

.tabs-2066-tab {}

.tabs-2066-tab-active {}

.tabs-contents-2066-tab {}

.sexyImage {}

.constructionButton {
	margin-top: 30px;
}

.homeownerButton {}

.residentialButton {}

.telLink {}

.phoneText {}

.imgBackground {}

.heroLocation {
	color: #ceab0e;
}

.phoneNumberLink {}

.servingText {}

.Header {}

.shortcodeclass {
	text: b;
	font-size: 22px;
}

.phoneRef {
	text-align: center;
	font-size: 31px;
}

.map {
	width: 0%;
}

.regionid {}

.toggle-0286 {
	background-color: rgba(238, 237, 239, .7);
	width: 1050px;
	height: 65px;
	margin-top: 20px;
}

.toggle-0286-expanded {}

.toggle-0776 {
	height: 45px;
	background-color: #f9f9fa;
	margin-top: 10px;
	width: 600px;
}

.toggle-0776-expanded {}

.toggle-8550 {
	margin-top: 10px;
	background-color: #f9f9fa;
	height: 45px;
	width: 600px;
}

.toggle-8550-expanded {}

.toggle-5756 {
	height: 45px;
	margin-top: 10px;
	width: 600px;
	background-color: #f9f9fa;
	padding-left: 0px;
}

.toggle-5756-expanded {}

.toggle-5465 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-5465-expanded {}

.toggle-6577 {
	height: 45px;
	margin-top: 10px;
	width: 600px;
	background-color: #f9f9fa;
}

.toggle-6577-expanded {}

.toggle-7358 {}

.toggle-7358-expanded {}

.toggle-0698 {
	height: 45px;
	margin-top: 10px;
	width: 600px;
	background-color: #f9f9fa;
}

.toggle-0698-expanded {}

.toggle-9396 {
	height: 45px;
	margin-top: 10px;
	width: 600px;
	background-color: #f9f9fa;
}

.toggle-9396-expanded {}

.toggle-8502 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-8502-expanded {}

.toggle-2860 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-2860-expanded {}

.toggle-3858 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-3858-expanded {}

.toggle-4893 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-4893-expanded {}

.toggle-5851 {
	height: 45px;
	margin-top: 10px;
	background-color: #f9f9fa;
	width: 600px;
}

.toggle-5851-expanded {}

.toggle-2620 {
	color: #1b335f;
}

.toggle-2620 .oxy-expand-collapse-icon {
	font-size: 12px;
}

.toggle-2620-expanded {}

.toggle-9275 {}

.toggle-9275 .oxy-expand-collapse-icon {
	font-size: 14px;
}

.toggle-9275-expanded {}

.toggle-7606 {}

.toggle-7606 .oxy-expand-collapse-icon {
	font-size: 14px;
}

.toggle-7606-expanded {}

.toggle-5001 {}

.toggle-5001-expanded {}

.toggle-0407 {}

.toggle-0407-expanded {}

.toggle-1077 {}

.toggle-1077-expanded {}

.tabs-5298-tab {}

.tabs-5298-tab-active {}

.tabs-contents-5298-tab {}

.tabs-8508-tab {}

.tabs-8508-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-8508-tab.oxy-easy-posts .oxy-posts, .tabs-8508-tab.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tabs-8508-tab-active {}

.tabs-contents-8508-tab {}

.tabs-6259-tab {}

.tabs-6259-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-6259-tab.oxy-easy-posts .oxy-posts, .tabs-6259-tab.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.tabs-6259-tab-active {}

.tabs-contents-6259-tab {}

.tabs-0210-tab {}

.tabs-0210-tab-active {}

.tabs-contents-0210-tab {}

.tabs-7178-tab {}

.tabs-7178-tab-active {}

.tabs-contents-7178-tab {}

.tabs-1711-tab {
	background-color: #1b335f;
}

.tabs-1711-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-1711-tab.oxy-easy-posts .oxy-posts, .tabs-1711-tab.ct-section .ct-section-inner-wrap {
	display: flex;
}

.tabs-1711-tab-active {}

.tabs-contents-1711-tab {}

.overlay {
	position: absolute;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.fade {
	opacity: 0;
	margin-top: 150px;
}

.tabs-8637-tab {}

.tabs-8637-tab-active {}

.tabs-contents-8637-tab {}

.tabs-3493-tab {}

.tabs-3493-tab-active {}

.tabs-contents-3493-tab {}

.tabs-8414-tab {
	background-color: #001e4c;
	border-radius: 10px;
	padding-top: 0px;
	padding-left: 0px;
	selectedhtmlelement: active green;
}

.tabs-8414-tab-active {
	background-color: #4c7cad;
}

.tabs-contents-8414-tab {
	background-color: #eceeef;
}

.table {}

.tr {}

.tabs-2999-tab {}

.tabs-2999-tab-active {}

.tabs-contents-2999-tab {}

.hotspotLink {
	background-color: gray;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
}

.hotspotLink:hover {
	color: black;
	background-color: white;
}

#table_wrapper .ct-div-block {
	display: revert;
}

#table_wrapper {
	width: 100%;
}

#table_wrapper table {
	width: 100%;
	border-collapse: collapse;
}

#table_wrapper th {
	background-color: #001e4c;
	color: white;
	text-align: left;
	padding: 12px 16px;
	border: solid 1px white;
}

#table_wrapper tr:nth-child(even) {
	background-color: #eee;
}

#table_wrapper td {
	padding: 8px 16px;
}

@media (max-width:479px) {
	.social-share-button {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
		background-color: #4064ad;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-radius: 100px;
	}
}
