
.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: #ffbd09;
}

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

/*-----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;
	border-radius: 0 !important;
	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: #4142cb;
	border: 1px solid #4142cb;
	font-size: 12px;
	border-radius: 0px;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding: 16px 24px;
	outline: none;
	font-family: inherit;
	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: #4142cb;
	border: 1px solid #4142cb;
	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 #4142cb;
	color: #4142cb;
	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 #4142cb;
	color: #4142cb;
}

/*---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: #4142cb;
	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: #0e0e0e;
	text-decoration: underline;
}

/*-----------Labels----------------*/
.woocommerce div.product form.cart .variations label, .woocommerce form label {
	font-size: 12px;
	color: #474747;
	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: #7c7b7b;
	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: #0e0e0e;
	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: #4142cb;
	color: #fff;
	outline: none;
}

.select2-container--default .select2-results__option[data-selected=true] {
	background: #0e0e0e;
	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: #0e0e0e;
	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-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.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: #0e0e0e;
	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: #0e0e0e;
	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: #474747;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product span.price ins {
	color: #0e0e0e;
	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: #474747;
	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: #474747;
	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: #0e0e0e;
	font-weight: 700;
	font-family: inherit;
	background: transparent;
}

/*--------------------Badges---------------------*/
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	background: #4142cb;
	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: #0e0e0e;
}

.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: #0e0e0e;
}

@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: #daddf2;
	}
}

/* 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 #daddf2;
	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: #4142cb;
	color: #fff;
	border-radius: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 24px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #4142cb;
	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: #0e0e0e;
	border: 1px solid #0e0e0e;
}

.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-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg"), url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.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-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.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: #ffbd09;
}

.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: #ffbd09;
}

/* 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 #daddf2;
	background: #fff;
	color: #0e0e0e;
	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 #daddf2;
	box-shadow: 0 0 5px #daddf2;
}

/* 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 #daddf2;
	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-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.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 #daddf2;
	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 #daddf2;
	box-shadow: 0 0 5px #daddf2;
}

.woocommerce input[type=radio]:checked {
	background: #0e0e0e;
	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 #daddf2;
}

/*--------------------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 #daddf2;
	border-top: 3px solid #4142cb;
	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 #daddf2;
}

.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: #474747;
}

/* End of Tables and Forms Styles */

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

/* Info */
.woocommerce-info::before {
	color: #4142cb;
}

.woocommerce-info {
	border-top-color: #4142cb;
}

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

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

/* Message */
.woocommerce-message::before {
	color: #4142cb;
}

.woocommerce-message {
	border-top-color: #4142cb;
}

/* 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 #daddf2;
	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 #daddf2;
	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: #daddf2;
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #4142cb;
}

.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: #daddf2;
	position: relative;
	content: "×";
	margin-right: 4px;
	top: -1px;
}

.woocommerce .widget_rating_filter ul li.chosen:hover a::before {
	color: #0e0e0e;
}

/* End of Widget */

/* Attributes Filter Widget */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #daddf2;
	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: #0e0e0e;
}

/* End of Widget */

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

.woocommerce .widget_layered_nav_filters ul li:hover a::before {
	color: #0e0e0e;
}

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

/* 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: #daddf2;
	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: #daddf2;
	background: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.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: #daddf2;
}

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

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

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

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

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

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

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

/* End of Widget */

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

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

.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 #daddf2;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

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

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	right: 0;
	left: auto;
	color: #daddf2 !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: #0e0e0e !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-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: 1600px;
}

body {
	font-family: "Inter";
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

h3, h4, h5, h6 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

h4, h5, h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

h5, h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #0e0e0e;
}

a {
	color: #4142cb;
	text-decoration: none;
}

a:hover {
	color: #0e0e0e;
	text-decoration: underline;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	font-weight: 500;
	border-radius: 100px;
}

.ct-section-inner-wrap {
	padding-right: 20px;
	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 {
	max-width: 100%;
	width: NaNpx;
	margin-right: 21px;
}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	width: 100%;
	margin-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: #7f8b93;
}

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

.oxel_iconlist__row__icon {
	margin-left: 32px;
	margin-right: 32px;
}

.oxel_iconlist__row__label {}

.oxel_iconlist__row--dark {
	background-color: #eceeef;
}

.oxel_horizontal_divider {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
}

.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 {
	flex-direction: unset;
}

.oxel_horizontal_divider__line {
	height: 2px;
	background-color: #98a1a8;
}

.oxel_horizontal_divider__icon {
	color: #98a1a8;
}

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

.oxel_horizontal_divider__icon {
	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;
}

.hyperion-subheading {
	font-family: Inter;
	color: #e96199;
	font-weight: 900;
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 1.1;
	text-transform: uppercase;
}

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

.hyperion-heading-two {
	font-family: Inter;
	color: #000;
	font-weight: 900;
	font-size: 96px;
	line-height: 1;
}

@media (max-width: 1024px) {
	.hyperion-heading-two {
		font-size: 96px;
	}
}

@media (max-width: 768px) {
	.hyperion-heading-two {
		font-size: 72px;
	}
}

@media (max-width: 480px) {
	.hyperion-heading-two {
		font-size: 60px;
	}
}

.hyperion-big-text {
	font-family: Inter;
	color: #23232d;
	font-size: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	max-width: 720px;
}

@media (max-width: 768px) {
	.hyperion-big-text {
		font-size: 24px;
	}
}

.hyperion_features-1_column {
	icon_box_heading_typography_font-family: Array;
	icon_box_text_typography_font-family: Array;
	width: 400px;
	flex-grow: 1;
	icon_box_heading_typography_line-height: 1;
	icon_box_heading_typography_color: #0e0e0e;
	icon_box_heading_typography_font-weight: 600;
	icon_box_heading_typography_text-transform: capitalize;
	icon_box_text_typography_font-weight: 400;
	icon_box_text_typography_color: #474747;
	icon_box_heading_typography_font-size: 21px;
}

.hyperion_features-1_column {
	text-align: left;
	flex-direction: row;
}

.hyperion_features-1_column .oxy-icon-box-icon {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.hyperion_features-1_column .oxy-icon-box-heading {
	font-family: "Inter";
	line-height: 1;
	color: #0e0e0e;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.hyperion_features-1_column .oxy-icon-box-text {
	font-family: "Inter";
	font-weight: 400;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 8px;
}

.hyperion_features-1_column .oxy-icon-box-link {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (max-width: 480px) {
	.hyperion_features-1_column.oxy-icon-box {
		flex-direction: column !important;
	}
	
	.hyperion_features-1_column .oxy-icon-box-icon {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.hyperion_features-1_column .oxy-icon-box-icon, .hyperion_features-1_column .oxy-icon-box-text {}
}

@media (max-width: 480px) {
	.hyperion_features-1_column {
		icon_box_heading_typography_font-size: 21px;
		icon_box_text_typography_font-size: 18px;
	}
	
	.hyperion_features-1_column .oxy-icon-box-heading {
		font-size: 21px;
	}
	
	.hyperion_features-1_column .oxy-icon-box-text {
		font-size: 18px;
	}
}

.hyperion_features-1_icon {
	border: 1px solid;
	padding: 20px;
	color: #4142cb;
}

.hyperion_features-1_icon 
>svg {
	width: 44px;
	height: 44px;
}

.hyperion_features-1_icon {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.atomic-subheading {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 200;
	max-width: 480px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

@media (max-width: 480px) {
	.atomic-subheading {
		font-size: 18px;
		color: #0e0e0e;
		font-weight: 200;
	}
}

.atomic-secondary-heading {
	font-weight: 400;
	font-size: 56px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0e0e0e;
}

@media (max-width: 1600px) {
	.atomic-secondary-heading {
		font-size: 52px;
	}
}

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

@media (max-width: 480px) {
	.atomic-secondary-heading {
		font-size: 40px;
		color: #0e0e0e;
	}
}

.atomic-content-25-price {
	color: #65bec2;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .5px;
	margin-bottom: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-content-35-title {
	color: #566d8f;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .12em;
	text-align: left;
	margin-bottom: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-content-25-column {}

.freelance-primary-button:hover {
	background-color: #dd4546;
}

.freelance-primary-button {
	font-family: Inter;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	background-color: #f66061;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 42px;
	padding-right: 42px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	text-align: center;
}

.freelance-heading-two {
	font-family: Poppins;
	font-size: 48px;
	color: #fff;
	line-height: 1.1;
	letter-spacing: 0px;
	font-weight: 700;
}

.freelance-body-text {
	font-family: Inter;
	color: #a7a9b2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 12px;
}

.freelance-iconblock-4-column {
	text-align: center;
	background-position: 50% 0%;
}

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

.freelance-iconblock-4-icon {
	color: #f66061;
}

.freelance-iconblock-4-icon 
>svg {
	width: 40px;
	height: 40px;
}

.freelance-iconblock-4-icon {
	margin-bottom: 12px;
	margin-top: 24px;
}

.freelance-iconblock-4-title {
	font-family: Inter;
	color: white;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.freelance-iconblock-4-text {
	font-family: Inter;
	color: #a7a9b2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 16px;
	max-width: 320px;
}

.atomic-primary-heading {
	color: #2b2c27;
	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: 768px) {
	.atomic-primary-heading {
		font-size: 56px;
	}
}

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

.atomic-medium-button:hover {
	background-color: #6799b2;
	color: #fff;
	border-top-color: #6799b2;
	border-right-color: #6799b2;
	border-bottom-color: #6799b2;
	border-left-color: #6799b2;
}

.atomic-medium-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
}

.atomic-medium-button {
	background-color: #65bec2;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 15px;
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 15px;
	letter-spacing: .25em;
	text-align: center;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	border-top-color: #65bec2;
	border-right-color: #65bec2;
	border-bottom-color: #65bec2;
	border-left-color: #65bec2;
}

.atomic-hero-4-video {
	max-width: 640px;
}

.atomic-testimonial-11-wrapper {
	width: 100%;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	height: 100%;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, .05);
}

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

.atomic-testimonial-11-avatar {
	border-radius: 100%;
	margin-top: 10px;
	margin-bottom: 24px;
	width: 75%;
	margin-right: 0px;
}

.atomic-testimonial-11-author {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-11-small-text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 24px;
}

.atomic-testimonial-11-text {
	font-family: Inter;
	font-weight: 400;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 36px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-content-20-image:hover {}

.atomic-content-20-image {
	background-color: #fff;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, .1);
}

.oxel-vidlist {
	width: 70%;
}

.oxel-vidlist__columns {
	width: 100%;
	position: relative;
}

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

@media (max-width: 1024px) {
	.oxel-vidlist__columns {}
	
	.oxel-vidlist__columns:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__columns.oxy-easy-posts .oxy-posts, .oxel-vidlist__columns.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel-vidlist__column--left {
	width: 60%;
	text-align: center;
}

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

.oxel-vidlist__column--right {
	right: 0px;
	width: 40%;
	text-align: left;
	height: 100%;
	position: absolute;
	left: 60%;
	top: 0px;
	background-color: #cfd3d7;
}

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

@media (max-width: 1024px) {
	.oxel-vidlist__column--right {
		max-height: 200%;
	}
}

.oxel-vidlist__column {}

@media (max-width: 1024px) {
	.oxel-vidlist__column {
		width: 100%;
		position: static;
	}
}

.oxel-vidlist__video {}

.oxel-vidlist__video--main {}

.oxel-vidlist__list-item:hover {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item {
	width: 100%;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	text-align: left;
	color: initial;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

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

.oxel-vidlist__list-item-title {
	width: 70%;
}

.oxel-vidlist__icon {
	color: #606e79;
}

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

.oxel-vidlist__icon {
	margin-left: 16px;
	margin-right: 16px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {
	color: #606e79;
}

.oxel-vidlist__icon--inactive 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {}

.oxel-vidlist__icon--active {
	color: #606e79;
}

.oxel-vidlist__icon--active 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--active {}

.oxel-vidlist__list-item--active {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item-left {
	text-align: center;
}

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

.atomic-slider-6-image-column {
	text-align: center;
}

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

.atomic-slider-6-text-column {
	text-align: left;
}

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

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

.atomic-slider-6-title {
	color: #566d8f;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .12em;
}

.atomic-slider-6-text {
	color: #3b3c38;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.atomic-content-40-image:hover {}

.atomic-content-40-image {
	height: 96px;
}

.hdr-icon-link:hover {
	border-radius: 4px;
	background-color: #fff;
	color: #0e0e0e;
}

.hdr-icon-link {
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	border-radius: 4px;
	width: 44px;
}

@media (max-width: 480px) {
	.hdr-icon-link {
		width: 40px;
	}
}

.code-block {
	line-height: 0;
	padding-right: 0px;
	padding-bottom: 0px;
}

@media (max-width: 480px) {
	.code-block {
		background-size: auto;
	}
}

.hdr-cart-count {
	background-image: linear-gradient(270deg, #452bc6, #2ba2e0 100%);
	font-family: Inter;
	position: absolute;
	top: 1px;
	right: 3px;
	width: 19px;
	height: 19px;
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0b0b0b;
	border-right-color: #0b0b0b;
	border-bottom-color: #0b0b0b;
	border-left-color: #0b0b0b;
}

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

@media (max-width: 480px) {
	.hdr-cart-count {
		position: absolute;
		right: -1px;
	}
}

.has-transition {}

.header {
	background-color: #0b0b0b;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, .1);
	z-index: 999;
}

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

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

@media (max-width: 1024px) {
	.header {}
	
	.header .ct-section-inner-wrap {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 70px;
	}
}

@media (max-width: 480px) {
	.header {
		z-index: 9999;
	}
	
	.header .ct-section-inner-wrap {
		padding-top: 3vw;
		padding-right: 10px;
		padding-bottom: 3vw;
		padding-left: 15px;
	}
	
	.header:not(.ct-section):not(.oxy-easy-posts), .header.oxy-easy-posts .oxy-posts, .header.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.hdr-logo {
	width: 328px;
}

@media (max-width: 1024px) {
	.hdr-logo {
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.hdr-logo {
		margin-right: 20px;
	}
}

.gradient {
	padding-left: clamp(24px, 6.4vw, 70px);
	padding-right: clamp(24px, 6.4vw, 70px);
	padding-bottom: clamp(24px, 6.4vw, 70px);
	padding-top: clamp(24px, 6.4vw, 70px);
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
}

@media (max-width: 480px) {
	.gradient {}
}

.hdr-col-3 {}

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

@media (max-width: 480px) {
	.hdr-col-3 {}
}

.hdr-gradient:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1233px;
	content: "";
	background: radial-gradient(85.53% 144.03% at 0% 2.43%, rgba(45, 20, 173, .4) 0%, rgba(11, 11, 11, 0) 100%);
}

.hdr-gradient {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute !important;
	z-index: 1 !important;
	top: 0;
	left: 0;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.hdr-gradient {
		overflow: hidden;
	}
}

.wrapper {
	max-width: 1310px;
	width: 100%;
	margin-left: auto;
	padding-left: 0px;
	margin-right: auto;
}

@media (max-width: 768px) {
	.wrapper {}
}

@media (max-width: 480px) {
	.wrapper {
		margin-right: 120 auto;
	}
	
	.wrapper:not(.ct-section):not(.oxy-easy-posts), .wrapper.oxy-easy-posts .oxy-posts, .wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
	}
}

.footer {
	background-color: #0b0b0b;
}

.footer .ct-section-inner-wrap {
	padding-top: clamp(40px, 6.25vw, 100px);
	padding-bottom: clamp(40px, 6.25vw, 100px);
}

.footer-logo {
	width: 328px;
	margin-bottom: 60px;
}

@media (max-width: 480px) {
	.footer-logo {
		width: auto;
	}
}

.footer-contact-item {
	color: rgba(255, 255, 255, .75);
	margin-bottom: 27px;
}

.footer-contact-item:not(.ct-section):not(.oxy-easy-posts), .footer-contact-item.oxy-easy-posts .oxy-posts, .footer-contact-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.footer-contact-icon {
	margin-right: 16px;
	margin-top: 3px;
}

.footer-links-item {}

.footer-title {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 480px) {
	.footer-title {
		margin-bottom: 10px;
	}
}

.t-20 {
	font-size: 20px;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.t-20 {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.t-20 {
		font-size: 16px;
	}
}

.poppins {
	font-family: Poppins;
}

.white {
	color: #fff;
}

.footer-menu {}

.footer-menu .oxy-pro-menu-list .menu-item, .footer-menu .oxy-pro-menu-list .menu-item a {
	color: rgba(255, 255, 255, .75);
}

.footer-menu .oxy-pro-menu-list .menu-item a {
	padding-top: .625em;
	padding-bottom: .625em;
	padding-left: .625em;
	padding-right: .625em;
}

.footer-menu .oxy-pro-menu-list > .menu-item > a {
	border-radius: 4px;
}

.footer-menu .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover, .footer-menu .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:focus-within {
	color: #fff;
	background-color: #4142cb;
}

@media (max-width: 480px) {
	.footer-menu {}
	
	.footer-menu .oxy-pro-menu-list .menu-item, .footer-menu .oxy-pro-menu-list .menu-item a {
		font-size: 14px;
	}
}

.footer-social-links {
	margin-top: 62px;
	text-align: left;
}

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

.hero-color:after {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 1230px;
	bottom: 0px;
	content: "";
	background: radial-gradient(85.53% 144.03% at 0% 2.43%, rgba(45, 20, 173, .4) 0%, rgba(11, 11, 11, 0) 100%);
}

.hero-color {
	background-color: #0b0b0b;
	overflow: hidden;
}

.hero-1 {
	position: relative;
}

.hero-1 .ct-section-inner-wrap {
	padding-right: 0px !important;
	padding-left: 50px;
}

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

@media (max-width: 1024px) {
	.hero-1 {}
	
	.hero-1 .ct-section-inner-wrap {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
}

@media (max-width: 768px) {
	.hero-1 {}
	
	.hero-1 .ct-section-inner-wrap {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}

@media (max-width: 480px) {
	.hero-1 {}
	
	.hero-1 .ct-section-inner-wrap {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

.hero-1-wrapper {
	max-width: 1455px;
	width: 100%;
	position: relative;
	z-index: 4;
	align-self: flex-end;
}

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

@media (max-width: 1024px) {
	.hero-1-wrapper {
		text-align: justify;
	}
	
	.hero-1-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-1-wrapper.oxy-easy-posts .oxy-posts, .hero-1-wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.hero-1-wrapper {}
	
	.hero-1-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-1-wrapper.oxy-easy-posts .oxy-posts, .hero-1-wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.t-64 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

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

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

@media (max-width: 768px) {
	.t-64 {
		min-width: 300px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.t-64 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

.oxy-stock-content-styles {}

.t-24 {
	line-height: 1.3;
	font-size: 27;
}

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

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

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

.prd-section-2 {}

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

@media (max-width: 1024px) {
	.prd-section-2 {}
	
	.prd-section-2:not(.ct-section):not(.oxy-easy-posts), .prd-section-2.oxy-easy-posts .oxy-posts, .prd-section-2.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}

.prd-sect-2-child {
	width: 50%;
}

@media (max-width: 1024px) {
	.prd-sect-2-child {
		width: 100% !important;
		min-width: 100% !important;
	}
}

.t-40 {
	font-family: Poppins;
	font-size: clamp(30px, 3.3vw, 40px);
	line-height: 1.3;
	float: none;
}

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

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

@media (max-width: 768px) {
	.t-40 {}
}

@media (max-width: 480px) {
	.t-40 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.regular {
	font-weight: 400;
}

.prd-sect-heading:not(:first-of-type) {
	padding-top: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #daddf2;
}

.prd-sect-heading {
	margin-bottom: 1.5em;
	margin-top: 2em;
}

@media (max-width: 1024px) {
	.prd-sect-heading {
		margin-top: 1.5em;
	}
}

@media (max-width: 768px) {
	.prd-sect-heading {
		margin-top: 1.5em;
	}
}

.toggle-8705 {
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	background-color: #f5f6fd;
	color: #4142cb;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	position: relative;
	z-index: 2;
}

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

@media (max-width: 1024px) {
	.toggle-8705 {
		padding-top: 24px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 24px;
	}
}

@media (max-width: 768px) {
	.toggle-8705 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.toggle-8705 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.toggle-8705-expanded {
	box-shadow: 0px 30px 60px -30px rgba(65, 66, 203, .2), 0px 20px 40px rgba(65, 66, 203, .1);
}

.blue {
	color: #4142cb;
}

.medium {
	font-weight: 500;
}

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

.toggle-title-wrapper {
	margin-bottom: 30px;
}

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

@media (max-width: 1024px) {
	.toggle-title-wrapper {
		margin-bottom: 20px;
	}
}

.toggle-arrow {
	margin-left: 20px;
}

.toggle-row2 {}

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

.toggle-topic-chip {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 6px;
	background-color: #e9ebf9;
	margin-right: 24px;
}

@media (max-width: 480px) {
	.toggle-topic-chip {
		font-size: 13px;
		padding-left: 14px;
		padding-right: 14px;
		margin-right: 16px;
	}
}

.toggle-sample-lesson:hover {
	border-top-color: #0e0e0e;
	border-right-color: #0e0e0e;
	border-bottom-color: #0e0e0e;
	border-left-color: #0e0e0e;
	text-decoration: none;
}

.toggle-sample-lesson {
	text-align: center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(65, 66, 203, .3);
}

.toggle-sample-lesson:not(.ct-section):not(.oxy-easy-posts), .toggle-sample-lesson.oxy-easy-posts .oxy-posts, .toggle-sample-lesson.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
}

@media (max-width: 480px) {
	.toggle-sample-lesson {
		font-size: 13px;
	}
}

.toggle-expandable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #daddf2;
	border-right-color: #daddf2;
	border-bottom-color: #daddf2;
	border-left-color: #daddf2;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	background-color: #fff;
}

@media (max-width: 1024px) {
	.toggle-expandable {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.toggle-expandable {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.dark {}

.toggle-topic-item {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daddf2;
}

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

@media (max-width: 480px) {
	.toggle-topic-item {
		font-size: 14px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.toggle-topic-item-title {
	max-width: 414px;
	margin-right: 20px;
}

@media (max-width: 480px) {
	.toggle-topic-item-title {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.course-overview-card {
	max-width: 500px;
	width: 100%;
	padding-top: clamp(25px, 5vw, 70px);
	padding-left: clamp(25px, 5.5vw, 77px);
	padding-right: clamp(25px, 5.5vw, 77px);
	padding-bottom: clamp(25px, 6vw, 85px);
	margin-top: -190px;
	position: relative;
	z-index: 22;
	background: linear-gradient(177.83deg, #452bc6 29.13%, #2176c4 98.18%);
	box-shadow: 0px 80px 80px -40px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
}

@media (max-width: 1600px) {
	.course-overview-card {
		width: 85%;
	}
}

@media (max-width: 1024px) {
	.course-overview-card {
		max-width: 100%;
		width: 100%;
		margin-top: -10%;
	}
}

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

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

.t-32 {
	line-height: 1.3;
	font-size: 22px;
}

@media (max-width: 1600px) {
	.t-32 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.t-32 {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.t-32 {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.t-32 {
		font-size: 20px;
	}
}

.t-56 {
	font-size: clamp(24px, 4vw, 56px);
}

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

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

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

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

.start-course-button {
	width: auto !important;
}

.start-course-button:not(.ct-section):not(.oxy-easy-posts), .start-course-button.oxy-easy-posts .oxy-posts, .start-course-button.ct-section .ct-section-inner-wrap {
	display: inline-block;
	flex-direction: unset;
}

.toggle-5146 {}

.toggle-5146-expanded {}

.t-18 {
	font-size: 18px;
}

@media (max-width: 480px) {
	.t-18 {}
}

.faq-toggle {
	background-color: rgba(0, 0, 0, 0);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daddf2;
	box-shadow: none !important;
}

.faq-answer {
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daddf2;
}

@media (max-width: 480px) {
	.faq-answer {
		font-family: Inter;
		font-weight: 400;
	}
}

.hero-1-left-col {
	min-width: px;
	max-width: px;
	height: px;
	min-height: px;
	max-height: px;
	padding-top: clamp(30px, 9.3vw, 120px);
	padding-right: 60px;
	padding-bottom: 75px;
	width: 50%;
}

@media (max-width: 1600px) {
	.hero-1-left-col {
		padding-right: 30px;
		width: 70%;
	}
}

@media (max-width: 1024px) {
	.hero-1-left-col {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.hero-1-left-col {
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.hero-1-left-col {}
}

.hero-1-right-col {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 50%;
	background-position: 0% 0%;
}

@media (max-width: 1600px) {
	.hero-1-right-col {
		background-size: cover;
	}
}

@media (max-width: 1024px) {
	.hero-1-right-col {
		width: calc(100% + 80px);
		height: 70vw;
		margin-left: -40px;
		background-position: 50% 0%;
	}
}

.trainer-info-cont {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 45%;
	padding-right: 30px;
	min-width: 550px;
}

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

@media (max-width: 1024px) {
	.trainer-info-cont {
		width: 100%;
		padding-right: 0px;
		min-width: 100%;
	}
}

@media (max-width: 768px) {
	.trainer-info-cont {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.prd-footer-purchase {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2020/12/trainer-shapes.png");
	background-size: contain;
	padding-bottom: 84px;
	background-repeat: no-repeat;
	width: 55%;
	background-position: 50% 35%;
}

.prd-footer-purchase.nitro-lazy {
	background-image: none !important;
}

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

@media (max-width: 1024px) {
	.prd-footer-purchase {
		padding-bottom: 0px;
	}
}

.prd-price {}

.prd-price .price, .prd-price .woocommerce-Price-amount, .prd-price .price del {
	font-family: "Poppins";
	font-size: 56px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -2px;
	line-height: 1;
}

.prd-price .price del .woocommerce-Price-amount, .prd-price .price del {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

@media (max-width: 1600px) {
	.prd-price {}
	
	.prd-price .price, .prd-price .woocommerce-Price-amount, .prd-price .price del {
		font-size: 50px;
	}
}

@media (max-width: 1024px) {
	.prd-price {}
	
	.prd-price .price, .prd-price .woocommerce-Price-amount, .prd-price .price del {
		font-size: 44px;
	}
}

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

@media (max-width: 480px) {
	.prd-price {}
	
	.prd-price .price, .prd-price .woocommerce-Price-amount, .prd-price .price del {
		font-size: 38px;
	}
}

.trainer-info-flex {}

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

@media (max-width: 480px) {
	.trainer-info-flex {}
	
	.trainer-info-flex:not(.ct-section):not(.oxy-easy-posts), .trainer-info-flex.oxy-easy-posts .oxy-posts, .trainer-info-flex.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.trainer-info-img {
	background-size: cover;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin-right: 36px;
	flex-shrink: 0;
	background-position: 50% 50%;
}

@media (max-width: 480px) {
	.trainer-info-img {
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
		margin-right: 0px;
	}
}

.add-to-cart-btn {}

.shop-category-links {}

.shop-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-gap: 64px 32px;
}

@media (max-width: 1024px) {
	.shop-grid {
		grid-gap: 40px 20px;
	}
}

@media (max-width: 480px) {
	.shop-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		grid-column-gap: 10px;
	}
}

.shop-card-link:after {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .6) 48.39%, rgba(0, 0, 0, 0) 101.45%);
}

.shop-card-link:hover {
	text-decoration: none;
}

.shop-card-link {
	background-size: cover;
	min-height: 430px;
	text-align: left;
	background-repeat: no-repeat;
	text-decoration: none;
	position: relative;
	background-position: 50% 50%;
}

.shop-card-link:not(.ct-section):not(.oxy-easy-posts), .shop-card-link.oxy-easy-posts .oxy-posts, .shop-card-link.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}

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

.shop-card-module {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.shop-card-module {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.shop-card-title-cont {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.shop-card-title-cont {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 480px) {
	.shop-card-title-cont {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.shop-card-module-item {
	color: #fff;
	line-height: 1.2;
}

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

.shop-card-module-item-icon {
	margin-right: 14px;
}

.shop-card-title {
	font-family: "Bebas Neue";
	font-size: clamp(30px, 4.7vw, 48px);
	color: #fff;
	width: 80%;
	line-height: 1;
}

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

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

.virtual-prod-card {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/02/Frame-143-2-1.jpg");
	background-size: auto;
	width: 420px;
	border-radius: 6px;
	margin-bottom: -7%;
	min-height: 600px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	text-align: left;
	box-shadow: 0px 80px 80px -40px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
}

.virtual-prod-card.nitro-lazy {
	background-image: none !important;
}

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

@media (max-width: 1024px) {
	.virtual-prod-card {
		margin-bottom: -4%;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.virtual-prod-card {
		padding-left: 20px;
		padding-right: 20px;
		min-height: 500px;
		width: 82%;
	}
}

.virtual-prod-card-title {
	font-family: "Bebas Neue";
	color: #fff;
	font-size: 74px;
	width: 80%;
	line-height: 1;
}

@media (max-width: 1600px) {
	.virtual-prod-card-title {
		font-size: 64px;
	}
}

@media (max-width: 1024px) {
	.virtual-prod-card-title {
		font-size: 54px;
	}
}

@media (max-width: 768px) {
	.virtual-prod-card-title {
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	.virtual-prod-card-title {
		font-size: 40px;
	}
}

.shop-cat-trigger {}

.shop-cat-trigger:not(.ct-section):not(.oxy-easy-posts), .shop-cat-trigger.oxy-easy-posts .oxy-posts, .shop-cat-trigger.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

@media (max-width: 768px) {
	.shop-cat-trigger {
		padding-top: 16px;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 16px;
		background-color: #f5f6fd;
		font-size: 20px;
		color: #4142cb;
		border-radius: 4px;
		font-weight: 600;
		position: relative;
		z-index: 23;
	}
	
	.shop-cat-trigger:not(.ct-section):not(.oxy-easy-posts), .shop-cat-trigger.oxy-easy-posts .oxy-posts, .shop-cat-trigger.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 480px) {
	.shop-cat-trigger {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.shop-cats {}

@media (max-width: 768px) {
	.shop-cats {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 22;
		opacity: 0;
		transition-duration: .2s;
		box-shadow: 0px 120px 80px -100px rgba(65, 43, 184, .2), 0px 0px 50px rgba(65, 43, 184, .1);
		pointer-events: none;
	}
}

.shop-cat-active {}

@media (max-width: 768px) {
	.shop-cat-active {
		opacity: 1;
		pointer-events: all;
	}
}

.inter {
	font-family: Inter;
}

.contact-info-item {
	padding-top: 40px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
}

@media (max-width: 480px) {
	.contact-info-item {
		padding-top: 30px;
		margin-top: 30px;
	}
}

.contact-info-wrap {
	margin-top: 19px;
}

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

.contact-info-icon {
	margin-right: 20px;
}

.contact-info-text {
	margin-top: 12px;
}

.posts-hero-sect:before {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background-color: #fff;
	height: 25%;
	content: "";
}

.posts-hero-sect {
	position: relative;
}

.posts-hero-sect .ct-section-inner-wrap {
	padding-bottom: 100px;
}

@media (max-width: 1024px) {
	.posts-hero-sect {}
	
	.posts-hero-sect .ct-section-inner-wrap {
		padding-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.posts-hero-sect {}
	
	.posts-hero-sect .ct-section-inner-wrap {
		padding-bottom: 50px;
	}
}

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

.post-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.post-header-wrapper {
	padding-top: 11px;
	padding-bottom: 36px;
}

@media (max-width: 1024px) {
	.post-header-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.post-header-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.post-header-cat {
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-header-title {
	margin-top: 3px;
	margin-bottom: 0em;
}

.post-header-author-info {}

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

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

.post-header-author-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #daddf2;
	margin-right: 16px;
}

.post-author-name {
	color: #daddf2;
	margin-right: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-feat-image {
	position: relative;
	z-index: 2;
	margin-left: auto;
	height: 540px;
	margin-right: auto;
	box-shadow: 0px 50px 80px -40px rgba(65, 66, 203, .15), 0px 30px 60px rgba(65, 66, 203, .1);
}

@media (max-width: 1024px) {
	.post-feat-image {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.post-feat-image {
		height: 350px;
		box-shadow: 0px 30px 50px -30px rgba(65, 66, 203, .15), 0px 10px 30px rgba(65, 66, 203, .1);
	}
}

@media (max-width: 480px) {
	.post-feat-image {
		height: 280px;
	}
}

.share-btn:hover {
	background-color: #4142cb;
	color: #fff;
}

.share-btn {
	background-color: #f5f6fd;
	border-radius: 50%;
	text-align: center;
	width: 48px;
	height: 48px;
	margin-right: 16px;
}

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

.facebook {}

.twitter {}

.linkedin {}

.blog-comments {
	max-width: 600px;
}

.posts-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	grid-gap: 64px 32px;
	align-items: stretch;
}

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

@media (max-width: 768px) {
	.posts-grid {
		grid-gap: 30px 20px;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	}
}

@media (max-width: 480px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
}

.hide-pages {}

.shows-arch-card:after {
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	content: "";
	background: linear-gradient(0deg, rgba(14, 14, 14, .9) 0%, rgba(14, 14, 14, .6) 51.15%, rgba(14, 14, 14, 0) 92.65%);
}

.shows-arch-card {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
	text-align: left;
	padding-top: 50px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 50px;
	min-height: 350px;
}

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

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

@media (max-width: 1024px) {
	.shows-arch-card {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.shows-arch-card {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.shows-arch-card {
		padding-top: 50%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		min-height: 100%;
	}
}

.shows-card-title-cont {
	position: relative;
	z-index: 2;
	width: 75%;
}

@media (max-width: 480px) {
	.shows-card-title-cont {
		width: 100%;
	}
}

.shows-card-play-img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	height: 93%;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: transform;
	width: auto;
	transform-origin: center;
}

@media (max-width: 480px) {
	.shows-card-play-img {
		width: 76%;
		position: absolute;
		top: -10%;
		right: -10%;
		height: auto;
	}
}

.post-arch-card:hover {
	transform: scale(1.02, 1.02);
	color: inherit;
	text-decoration: none;
}

.post-arch-card {
	transform: scale(1, 1);
	border-radius: 10px;
	background-color: #fff;
	transition-duration: .2s;
	transition-property: transform;
	transition-timing-function: ease;
	margin-bottom: 70px;
	overflow: hidden;
	color: inherit;
	box-shadow: 0px 30px 60px rgba(65, 66, 203, .1);
}

.post-arch-card:not(.ct-section):not(.oxy-easy-posts), .post-arch-card.oxy-easy-posts .oxy-posts, .post-arch-card.ct-section .ct-section-inner-wrap {
	display: inline;
	align-items: flex-start;
	align-content: flex-start;
}

@media (max-width: 1024px) {
	.post-arch-card {
		margin-bottom: 0px;
		height: 100%;
	}
}

.post-arch-cont {
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

@media (max-width: 1600px) {
	.post-arch-cont {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1024px) {
	.post-arch-cont {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.post-arch-cont {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.post-arch-img {
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 24px;
	min-height: 900px;
}

.post-arch-img:not(.ct-section):not(.oxy-easy-posts), .post-arch-img.oxy-easy-posts .oxy-posts, .post-arch-img.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.post-arch-img {
		height: 280px;
	}
}

@media (max-width: 768px) {
	.post-arch-img {
		height: 240px;
	}
}

@media (max-width: 480px) {
	.post-arch-img {
		height: 200px;
	}
}

.post-arch-author-info {
	margin-bottom: 34px;
}

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

@media (max-width: 1024px) {
	.post-arch-author-info {
		margin-bottom: 22px;
	}
}

.post-arch-author-img {
	background-size: cover;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin-right: 14px;
	background-position: 50% 50%;
}

.post-arch-author-name {
	font-family: Poppins;
	font-size: 14px;
	color: #0e0e0e;
	font-weight: 500;
	margin-right: 40px;
}

@media (max-width: 768px) {
	.post-arch-author-name {
		margin-right: 30px;
	}
}

@media (max-width: 480px) {
	.post-arch-author-name {
		margin-right: 20px;
	}
}

.post-arch-excerpt {
	margin-top: 24px;
}

.post-arch-readmore {
	margin-top: 32px;
}

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

@media (max-width: 768px) {
	.post-arch-readmore {
		margin-top: 22px;
	}
}

.text-gradient {
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.text-gradient:not(.ct-section):not(.oxy-easy-posts), .text-gradient.oxy-easy-posts .oxy-posts, .text-gradient.ct-section .ct-section-inner-wrap {
	display: inline;
	flex-direction: unset;
}

.post-arch-title {
	line-height: 1.3;
}

.category-links {}

.top-post-card:hover {
	text-decoration: none;
}

.top-post-card {
	margin-bottom: 16px;
	text-align: left;
	color: inherit;
	text-decoration: none;
}

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

.top-post-img {
	width: 120px;
	height: 120px;
	flex-shrink: 0;
	border-radius: 8px;
	background-repeat: no-repeat;
	margin-right: 32px;
	background-position: 50% 50%;
}

@media (max-width: 1600px) {
	.top-post-img {
		margin-right: 22px;
	}
}

@media (max-width: 768px) {
	.top-post-img {
		width: 110px;
		height: 110px;
	}
}

@media (max-width: 480px) {
	.top-post-img {
		width: 90px;
		height: 90px;
		margin-right: 14px;
	}
}

.top-post-content {
	flex-grow: 1;
}

.top-post-title {
	line-height: 1.3;
	margin-top: 8px;
}

.blog-hero {
	overflow: hidden;
	position: relative;
}

.blog-hero .ct-section-inner-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

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

@media (max-width: 1024px) {
	.blog-hero {}
	
	.blog-hero .ct-section-inner-wrap {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 768px) {
	.blog-hero {}
	
	.blog-hero .ct-section-inner-wrap {
		padding-top: 40px;
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
}

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

.blog-hero-content {
	width: 68%;
	position: relative;
	z-index: 3;
	align-self: flex-end;
}

@media (max-width: 1600px) {
	.blog-hero-content {
		width: 55%;
	}
}

@media (max-width: 1024px) {
	.blog-hero-content {
		width: 100%;
	}
}

.t-80 {
	font-size: 80px;
}

@media (max-width: 1600px) {
	.t-80 {
		font-size: 70px;
	}
}

@media (max-width: 1024px) {
	.t-80 {
		font-size: 60px;
	}
}

@media (max-width: 768px) {
	.t-80 {
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	.t-80 {
		font-size: 40px;
	}
}

.hero-color-as-bg {
	position: absolute;
	z-index: -2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.tabs-5669-tab:after {
	transform: scaleX(.2);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: transform, opacity;
	opacity: 0;
	content: "";
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	transform-origin: left;
}

.tabs-5669-tab:hover {
	color: #fff;
}

.tabs-5669-tab {
	font-family: Poppins;
	padding-top: 18px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #7c7b7b;
	font-size: 20px;
	font-weight: 500;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	margin-right: 40px;
	position: relative;
	line-height: 1.2;
}

@media (max-width: 1600px) {
	.tabs-5669-tab {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.tabs-5669-tab {
		margin-right: 30px;
	}
}

@media (max-width: 480px) {
	.tabs-5669-tab {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 12px;
		margin-right: 22px;
		margin-bottom: 10px;
	}
}

.tabs-5669-tab-active:after {
	transform: scaleX(1);
	opacity: 1;
	content: "";
}

.tabs-5669-tab-active {
	color: #fff;
}

.tabs-contents-5669-tab {
	padding-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

@media (max-width: 1600px) {
	.tabs-contents-5669-tab {
		padding-top: 30px;
	}
}

.post-slider-item:hover {
	text-decoration: none;
}

.post-slider-item:after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	top: 30%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .6) 48.39%, rgba(0, 0, 0, 0) 101.45%);
}

.post-slider-item {
	background-size: cover;
	border-radius: 6px;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	padding-top: 300px;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	background-position: 50% 50%;
}

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

@media (max-width: 768px) {
	.post-slider-item {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

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

.cell {}

.post-carousel {
	min-height: 458px;
}

.post-carousel:not(.ct-section):not(.oxy-easy-posts), .post-carousel.oxy-easy-posts .oxy-posts, .post-carousel.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: stretch;
}

@media (max-width: 1024px) {
	.post-carousel {
		min-height: 369px;
	}
}

@media (max-width: 768px) {
	.post-carousel {
		min-height: 353px;
	}
}

@media (max-width: 480px) {
	.post-carousel {
		min-height: 305px;
	}
}

.post-slider-item-cont {
	position: relative;
	z-index: 2;
}

.post-slider-item-date {
	color: rgba(255, 255, 255, .7);
}

.post-slider-item-title {
	margin-top: 8px;
}

.overflow-visible {}

.play-btn-centered {
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: transform;
	width: 56px;
	transform-origin: center;
}

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

.post-arch-card-cat-chip {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding-top: 9px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 9px;
	background-color: #4142cb;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.post-arch-card-cat-chip:not(.ct-section):not(.oxy-easy-posts), .post-arch-card-cat-chip.oxy-easy-posts .oxy-posts, .post-arch-card-cat-chip.ct-section .ct-section-inner-wrap {
	display: inline-block;
	flex-direction: unset;
}

.blog-hero-title-cont {
	margin-bottom: 16px;
}

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

.post-carousel-controls {
	visibility: visible;
}

.post-carousel-controls:not(.ct-section):not(.oxy-easy-posts), .post-carousel-controls.oxy-easy-posts .oxy-posts, .post-carousel-controls.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
	align-items: center;
}

.post-carousel-cell {
	margin-right: 24px;
	width: 280px;
}

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

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

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

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

.category-dropdown {}

.category-dropdown:not(.ct-section):not(.oxy-easy-posts), .category-dropdown.oxy-easy-posts .oxy-posts, .category-dropdown.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

@media (max-width: 1024px) {
	.category-dropdown {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.category-dropdown:not(.ct-section):not(.oxy-easy-posts), .category-dropdown.oxy-easy-posts .oxy-posts, .category-dropdown.ct-section .ct-section-inner-wrap {
		display: block;
		flex-direction: unset;
	}
}

@media (max-width: 768px) {
	.category-dropdown {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.btn-primary:hover {
	background-color: #0e0e0e;
	border: 1px solid #0e0e0e;
	color: #fff;
}

.btn-primary:hover {
	text-decoration: none;
}

.btn-primary {
	background-color: #4142cb;
	border: 1px solid #4142cb;
	color: #fff;
}

.btn-primary {
	font-family: Poppins;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	button-hover_color: #0e0e0e;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
	color: #4142cb;
}

.btn-white {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.flex-50-50 {
	min-height: 100vh;
}

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

@media (max-width: 768px) {
	.flex-50-50 {}
	
	.flex-50-50:not(.ct-section):not(.oxy-easy-posts), .flex-50-50.oxy-easy-posts .oxy-posts, .flex-50-50.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.half-container {
	flex: 1 1 50%;
}

.left-container {
	background-size: contain;
	background-color: #0e0e0e;
}

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

@media (max-width: 768px) {
	.left-container {
		flex: 1 1 60vw;
	}
}

.right-container {
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

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

@media (max-width: 1024px) {
	.right-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 768px) {
	.right-container {
		padding-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.right-container {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
}

.solo-logo {
	margin-bottom: 120px;
	width: 340px;
	max-width: 340px;
	float: right;
}

@media (max-width: 1600px) {
	.solo-logo {
		margin-bottom: 7.5vw;
	}
}

@media (max-width: 1024px) {
	.solo-logo {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.solo-logo {
		margin-bottom: 12vw;
	}
}

.ld-profile-btn {
	background-size: cover;
	height: 44px;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin-left: 20px !important;
	background-position: 50% 50%;
}

@media (max-width: 1600px) {
	.ld-profile-btn {
		margin-left: 10px !important;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.ld-profile-btn {}
	
	.ld-profile-btn:not(.ct-section):not(.oxy-easy-posts), .ld-profile-btn.oxy-easy-posts .oxy-posts, .ld-profile-btn.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.hero-2 {
	overflow: hidden;
	position: relative;
}

.hero-2-content {
	position: relative;
	z-index: 3;
	padding-top: 84px;
	padding-bottom: 84px;
	text-align: center;
}

@media (max-width: 768px) {
	.hero-2-content {
		padding-top: 11vw;
		padding-bottom: 11vw;
	}
}

.mobile-menu {
	color: #333;
}

.mobile-menu 
>svg {
	width: 55px;
	height: 55px;
}

.mobile-menu {}

.mobile-menu:not(.ct-section):not(.oxy-easy-posts), .mobile-menu.oxy-easy-posts .oxy-posts, .mobile-menu.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

@media (max-width: 480px) {
	.mobile-menu {
		color: #0e0e0e;
	}
	
	.mobile-menu 
>svg {
		width: 26px;
		height: 26px;
	}
	
	.mobile-menu {
		border-radius: 4px;
		min-width: 45px;
		min-height: 45px;
	}
	
	.mobile-menu:not(.ct-section):not(.oxy-easy-posts), .mobile-menu.oxy-easy-posts .oxy-posts, .mobile-menu.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.no-scrollbar {
	overflow: scroll;
}

.oxy-close-modal:hover {
	background-color: #4142cb;
	color: #fff;
}

.oxy-close-modal {
	background-color: #f7f9fc;
	border-radius: 200%;
	color: #474747;
	margin-top: -20px;
	margin-right: -20px;
	min-width: 48px;
	min-height: 48px;
	align-self: flex-end;
}

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

@media (max-width: 768px) {
	.oxy-close-modal {
		margin-top: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 480px) {
	.oxy-close-modal {
		margin-top: -10px;
		margin-right: -10px;
		min-width: 44px;
		min-height: 44px;
	}
	
	.oxy-close-modal:not(.ct-section):not(.oxy-easy-posts), .oxy-close-modal.oxy-easy-posts .oxy-posts, .oxy-close-modal.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.col-overlay {
	padding-right: 0px;
	position: relative;
	z-index: 2;
	margin-right: -22%;
	width: 50%;
}

@media (max-width: 1024px) {
	.col-overlay {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.col-overlay {}
}

.t-76 {
	background-image: url("https://n");
	line-height: 1.2;
	letter-spacing: -1px;
	font-size: clamp(40px, 5.4vw, 76px);
	min-width: 0px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}

.t-76.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1024px) {
	.t-76 {}
}

@media (max-width: 768px) {
	.t-76 {
		min-width: 0px;
		color: #fff;
	}
}

@media (max-width: 480px) {
	.t-76 {
		margin-bottom: 20px;
	}
}

.hero-btn:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	z-index: 0;
	opacity: 0;
	transition-duration: .2s;
	content: "";
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

.hero-btn:hover {
	color: #fff;
	text-decoration: none;
}

.hero-btn {
	font-family: Poppins;
	padding-top: 1em;
	padding-left: 2.3em;
	padding-right: 2.3em;
	padding-bottom: 1em;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 3.6em;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #4142cb;
}

.hero-btn:not(.ct-section):not(.oxy-easy-posts), .hero-btn.oxy-easy-posts .oxy-posts, .hero-btn.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	align-items: center;
}

@media (max-width: 768px) {
	.hero-btn {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.hero-btn {
		font-size: 14px;
	}
}

.hero-btn-text {
	margin-right: 10px;
	padding-bottom: 2px;
}

.social-stats-text {
	font-family: Inter;
	font-size: 48px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.social-stats-text {
		font-size: 42px;
	}
}

@media (max-width: 480px) {
	.social-stats-text {
		font-size: 36px;
	}
}

.t-48 {
	font-size: 48px;
}

@media (max-width: 1024px) {
	.t-48 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.t-48 {
		font-size: 34px;
	}
}

@media (max-width: 480px) {
	.t-48 {
		font-size: 30px;
	}
}

.social-stats-thousand {
	font-weight: 500;
	margin-left: 5px;
	color: #fff;
	font-size: 19px;
}

.social-stats-icon {
	margin-right: 6px;
}

.social-stats-item {}

@media (max-width: 480px) {
	.social-stats-item {
		padding-right: 10px;
	}
}

.play-btn-overlay:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	border-radius: 50%;
	transition-duration: .2s;
	opacity: 0;
	content: "";
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

.play-btn-overlay:hover {}

.play-btn-overlay {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #337ed8;
	border-right-color: #337ed8;
	border-bottom-color: #337ed8;
	border-left-color: #337ed8;
	border-radius: 50%;
	width: clamp(100px, 18vw, 184px);
	height: clamp(100px, 18vw, 184px);
	cursor: pointer;
}

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

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

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

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

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

.play-btn-ring-1 {
	border-radius: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(51, 126, 216, 1);
	border-right-color: rgba(51, 126, 216, 1);
	border-bottom-color: rgba(51, 126, 216, 1);
	border-left-color: rgba(51, 126, 216, 1);
	position: absolute !important;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	pointer-events: none;
}

.play-btn-ring-2 {
	border-radius: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #337ed8;
	border-right-color: #337ed8;
	border-bottom-color: #337ed8;
	border-left-color: #337ed8;
	position: absolute !important;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	pointer-events: none;
}

.quote-text-overlay {
	width: 40%;
	position: relative;
	z-index: 2;
	padding-top: 84px;
	padding-bottom: 32px;
	margin-right: -12%;
}

.quote-text-overlay:not(.ct-section):not(.oxy-easy-posts), .quote-text-overlay.oxy-easy-posts .oxy-posts, .quote-text-overlay.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.quote-text-overlay {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.quote-text-overlay {
		padding-top: 70px;
	}
}

@media (max-width: 480px) {
	.quote-text-overlay {
		padding-top: 50px;
	}
}

.gradient-text-box {
	padding-right: 160px;
	flex-grow: 1;
	padding-top: 100px;
	width: 60%;
	padding-bottom: 100px;
	margin-bottom: -12%;
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
}

.gradient-text-box:not(.ct-section):not(.oxy-easy-posts), .gradient-text-box.oxy-easy-posts .oxy-posts, .gradient-text-box.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 1600px) {
	.gradient-text-box {
		padding-right: clamp(20px, 6.25vw, 100px);
		padding-top: clamp(40px, 6.25vw, 100px);
		padding-bottom: clamp(40px, 6.25vw, 100px);
	}
}

@media (max-width: 1024px) {
	.gradient-text-box {
		width: 100%;
		margin-bottom: 0%;
		padding-left: clamp(20px, 6.25vw, 100px);
		padding-top: clamp(20px, 6.25vw, 100px);
		padding-right: clamp(20px, 6.25vw, 100px);
		padding-bottom: clamp(20px, 6.25vw, 100px);
	}
	
	.gradient-text-box:after {
		opacity: .2;
	}
}

@media (max-width: 768px) {
	.gradient-text-box {
		padding-top: 50;
		padding-bottom: 50;
	}
}

.gradient-text-box-cont {
	max-width: 457px;
}

@media (max-width: 1024px) {
	.gradient-text-box-cont {
		max-width: 100%;
	}
}

.text-underline-btn:hover {
	color: #fff;
	text-decoration: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.text-underline-btn {
	min-width: 200px;
	line-height: 1.8;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, .5);
	text-decoration: none;
}

.text-underline-btn:not(.ct-section):not(.oxy-easy-posts), .text-underline-btn.oxy-easy-posts .oxy-posts, .text-underline-btn.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	align-items: center;
	justify-content: space-between;
}

.quote-icon-cont {
	margin-right: 40px;
	text-align: right;
}

.quote-icon-cont:not(.ct-section):not(.oxy-easy-posts), .quote-icon-cont.oxy-easy-posts .oxy-posts, .quote-icon-cont.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 1600px) {
	.quote-icon-cont {
		margin-right: 30px;
	}
}

@media (max-width: 768px) {
	.quote-icon-cont {
		margin-right: 20px;
	}
}

.quote-icon-line {
	margin-top: 22px;
	width: 1px;
	height: 90px;
	background-color: #fff;
}

.quote-name {
	font-weight: 600;
	color: #fff;
	margin-right: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.quote-name-cont {
	margin-top: 25px;
}

.quote-name-cont:not(.ct-section):not(.oxy-easy-posts), .quote-name-cont.oxy-easy-posts .oxy-posts, .quote-name-cont.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	flex-wrap: wrap;
	align-items: center;
}

.carousel-controls {}

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

.quote-slider-overlay {
	margin-bottom: clamp(20px, 6vw, 45px);
}

.quote-slider-overlay-item {
	padding-right: 10px;
	width: 100%;
}

@media (max-width: 1024px) {
	.quote-slider-overlay-item {
		padding-right: 0px;
	}
}

.quote-right-col {
	width: 100%;
}

.dots-pattern:after {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2020/12/prd-dots.png");
	background-size: contain;
	width: 174px;
	height: 174px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
	content: "";
}

.dots-pattern {
	position: relative;
}

@media (max-width: 1024px) {
	.dots-pattern:after {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 480px) {
	.dots-pattern:after {
		width: 120px;
		height: 120px;
	}
}

.dots-bottom-left:after {
	position: absolute;
	left: -8%;
	bottom: -10%;
	content: "";
}

.dots-bottom-left {}

.text-arrow-btn:hover {
	text-decoration: none;
	color: #4142cb;
}

.text-arrow-btn {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #474747;
	text-decoration: none;
}

.text-arrow-btn:not(.ct-section):not(.oxy-easy-posts), .text-arrow-btn.oxy-easy-posts .oxy-posts, .text-arrow-btn.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	align-items: center;
}

@media (max-width: 480px) {
	.text-arrow-btn {
		font-size: 16px;
	}
}

.text-arrow-text {
	margin-right: .6em;
}

.course-slider-sect {
	position: relative;
}

.course-slider-sect .ct-section-inner-wrap {
	padding-top: clamp(20px, 25vw, 100px);
	padding-bottom: clamp(40px, 15vw, 100px);
}

@media (max-width: 1024px) {
	.course-slider-sect {}
	
	.course-slider-sect .ct-section-inner-wrap {
		padding-top: clamp(40px, 14.6vw, 150px);
		padding-bottom: clamp(40px, 14.6vw, 150px);
	}
}

.courser-slider-head {
	margin-bottom: clamp(30px, 8vw, 80px);
}

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

.course-slider {}

.course-slider-item:hover a.shop-card-link {
	box-shadow: 0px 80px 80px -40px rgba(28, 15, 97, .35), 0px 20px 60px rgba(25, 12, 94, .15);
}

.course-slider-item {
	width: 314px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	margin-right: clamp(24px, 4vw, 64px);
}

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

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

@media (max-width: 480px) {
	.course-slider-item {
		width: 90%;
	}
}

.watermark {
	font-family: Poppins;
	font-size: clamp(130px, 25vw, 400px);
	font-weight: 800;
	color: #fafafa;
	line-height: .75;
	position: absolute;
	top: 32%;
	z-index: -1;
	left: 22%;
	white-space: nowrap;
}

.blog-slider-wrapper {
	width: 50%;
}

@media (max-width: 1600px) {
	.blog-slider-wrapper {
		width: 60%;
	}
}

@media (max-width: 1024px) {
	.blog-slider-wrapper {
		width: 100%;
	}
}

.blog-slider-sect {}

.blog-slider-sect .ct-section-inner-wrap {
	padding-right: 0px;
	padding-left: 145px;
}

.blog-slider-sect:not(.ct-section):not(.oxy-easy-posts), .blog-slider-sect.oxy-easy-posts .oxy-posts, .blog-slider-sect.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 1600px) {
	.blog-slider-sect {}
	
	.blog-slider-sect .ct-section-inner-wrap {
		padding-left: 50px;
	}
}

@media (max-width: 1024px) {
	.blog-slider-sect {}
	
	.blog-slider-sect .ct-section-inner-wrap {
		padding-left: 50px;
	}
	
	.blog-slider-sect:not(.ct-section):not(.oxy-easy-posts), .blog-slider-sect.oxy-easy-posts .oxy-posts, .blog-slider-sect.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.blog-slider-sect {}
	
	.blog-slider-sect .ct-section-inner-wrap {
		padding-left: 30px;
	}
}

@media (max-width: 480px) {
	.blog-slider-sect {}
	
	.blog-slider-sect .ct-section-inner-wrap {
		padding-left: 20px;
	}
}

.blog-slider-sect-title {
	padding-right: 50px;
}

@media (max-width: 768px) {
	.blog-slider-sect-title {
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.blog-slider-sect-title {
		padding-right: 20px;
	}
}

.blog-slider-sect-img {
	position: absolute;
	z-index: 2;
	left: 20%;
	top: 0px;
	height: 100%;
	attachment_height: 1596;
	attachment_width: 1778;
	max-height: 820px;
}

@media (max-width: 1600px) {
	.blog-slider-sect-img {
		position: absolute;
		left: 0px;
		opacity: .5;
	}
}

@media (max-width: 1024px) {
	.blog-slider-sect-img {}
	
	.blog-slider-sect-img:not(.ct-section):not(.oxy-easy-posts), .blog-slider-sect-img.oxy-easy-posts .oxy-posts, .blog-slider-sect-img.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.blog-slider-feat-post {
	width: 30%;
	position: relative;
	z-index: 3;
	margin-top: 10%;
}

@media (max-width: 1024px) {
	.blog-slider-feat-post {
		margin-bottom: 50px;
		width: 100%;
		margin-top: 0%;
		padding-right: 50px;
	}
}

@media (max-width: 768px) {
	.blog-slider-feat-post {
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.blog-slider-feat-post {
		padding-right: 20px;
	}
}

.post-watch-icon:hover {
	color: #fff;
	text-decoration: none;
}

.post-watch-icon {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

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

.post-watch-icon-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-right: 16px;
	transition-duration: .2s;
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	box-shadow: 0px 40px 80px #000;
}

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

.blog-slider-feat-post-link {
	text-align: left;
}

.collage-sect {
	text-align: center;
	position: relative;
}

.collage-sect .ct-section-inner-wrap {
	padding-top: 470px;
	padding-bottom: 0;
}

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

@media (max-width: 1600px) {
	.collage-sect {}
	
	.collage-sect .ct-section-inner-wrap {
		padding-top: clamp(130px, 25vw, 400px);
	}
}

@media (max-width: 480px) {
	.collage-sect {}
	
	.collage-sect .ct-section-inner-wrap {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.collage-sect-video:after {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/home-collage-8.png");
	background-size: contain;
	height: clamp(68px, 10vw, 161px);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -23%;
	right: -20%;
	z-index: -1;
	width: clamp(80px, 11.75vw, 188px);
	content: "";
}

.collage-sect-video:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/testimonial-dots.png");
	background-size: contain;
	position: absolute;
	width: clamp(80px, 15vw, 235px);
	height: clamp(80px, 15vw, 235px);
	background-repeat: no-repeat;
	z-index: -1;
	top: -27%;
	right: -21%;
	content: "";
}

.collage-sect-video {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2025/02/10.png");
	background-size: cover;
	position: relative;
	width: 100%;
	height: 0px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: calc(430 / 770 * 100%);
	background-position: 50% 50%;
	box-shadow: 0px 100px 60px -80px rgba(72, 53, 183, .2), 0px 40px 80px rgba(40, 24, 133, .1);
}

.collage-sect-video.nitro-lazy {
	background-image: none !important;
}

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

@media (max-width: 1024px) {
	.collage-sect-video:after {
		position: absolute;
		right: -5%;
		bottom: -10%;
	}
	
	.collage-sect-video:before {
		position: absolute;
		right: -6%;
		top: -14%;
	}
}

.collage-video-caption {
	margin-top: 20px;
	margin-bottom: clamp(30px, 10vw, 100px);
	position: relative;
	z-index: 20;
}

.collage-sect-testimonials {
	width: 100%;
}

.testimonial-slider-sect {
	width: 100%;
	position: relative;
	z-index: 20;
}

.testimonial-slider-item {
	text-align: center;
	width: 100%;
	margin-bottom: 28px;
	padding-top: 10px;
}

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

.testimonial-slider-text:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/quote-icon.png");
	background-size: contain;
	width: 1.7em;
	height: 1.5em;
	position: relative;
	left: -.625em;
	top: -.33em;
	background-repeat: no-repeat;
	content: "";
}

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

.testimonial-slider-text {
	margin-top: 0px;
	margin-bottom: 40px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.testimonial-slider-img {
	background-size: cover;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	flex-shrink: 0;
	width: 150px;
	height: 150px;
	background-position: 50% 50%;
}

@media (max-width: 1024px) {
	.testimonial-slider-img {
		height: 100px;
		width: 100px;
	}
}

.testimonial-slider-name {
	font-weight: 700;
}

.t-14 {
	font-size: 14px;
}

@media (max-width: 480px) {
	.t-14 {
		padding-bottom: 20px;
	}
}

.collage-img-1 {
	width: clamp(100px, 15vw, 245px);
	position: absolute;
	left: 33px;
	top: 18%;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-1 {
		position: absolute;
		top: 8%;
	}
}

@media (max-width: 768px) {
	.collage-img-1 {
		position: absolute;
		top: 2%;
	}
}

@media (max-width: 480px) {
	.collage-img-1 {}
	
	.collage-img-1:not(.ct-section):not(.oxy-easy-posts), .collage-img-1.oxy-easy-posts .oxy-posts, .collage-img-1.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.collage-img-2 {
	width: clamp(130px, 15vw, 245px);
	position: absolute;
	left: 27%;
	top: 13%;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-2 {
		position: absolute;
		top: 5%;
	}
}

@media (max-width: 768px) {
	.collage-img-2 {
		position: absolute;
		left: 39%;
	}
}

@media (max-width: 480px) {
	.collage-img-2 {
		position: absolute;
		left: 9%;
		top: 3%;
	}
}

.collage-img-3 {
	width: clamp(60px, 7.8vw, 125px);
	position: absolute;
	top: 9%;
	right: 35%;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-3 {
		position: absolute;
		top: 3%;
	}
}

@media (max-width: 768px) {
	.collage-img-3 {}
	
	.collage-img-3:not(.ct-section):not(.oxy-easy-posts), .collage-img-3.oxy-easy-posts .oxy-posts, .collage-img-3.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.collage-img-4 {
	width: clamp(100px, 18vw, 293px);
	position: absolute;
	top: 16%;
	right: 40px;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-4 {
		position: absolute;
		top: 5%;
	}
}

@media (max-width: 768px) {
	.collage-img-4 {
		position: absolute;
		top: 2%;
	}
}

.collage-img-5 {
	width: clamp(130px, 23.5vw, 377px);
	position: absolute;
	left: 0px;
	bottom: 10%;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-5 {
		position: absolute;
		bottom: 0%;
	}
}

@media (max-width: 768px) {
	.collage-img-5 {
		position: absolute;
		bottom: -2%;
	}
}

.collage-img-6 {
	width: clamp(150px, 21.5vw, 344px);
	position: absolute;
	bottom: 2%;
	right: 14%;
	z-index: -1;
	margin-top: 0px;
}

@media (max-width: 1600px) {
	.collage-img-6 {
		position: absolute;
		bottom: -3%;
		right: 3%;
	}
}

.collage-img-7 {
	width: clamp(100px, 19.5vw, 312px);
	position: absolute;
	bottom: 34%;
	right: 0%;
	z-index: -1;
}

@media (max-width: 1600px) {
	.collage-img-7 {
		position: absolute;
		top: 37%;
	}
}

@media (max-width: 1024px) {
	.collage-img-7 {}
	
	.collage-img-7:not(.ct-section):not(.oxy-easy-posts), .collage-img-7.oxy-easy-posts .oxy-posts, .collage-img-7.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.video-modal {
	width: 90% !important;
	max-width: 1200px;
	background-color: #fff;
}

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

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

.play-icon {
	width: 18%;
}

.quote-icon {
	width: 40px;
}

@media (max-width: 1024px) {
	.quote-icon {
		width: 36px;
	}
}

@media (max-width: 768px) {
	.quote-icon {
		width: 32px;
	}
}

@media (max-width: 480px) {
	.quote-icon {
		width: 28px;
	}
}

.arrow-large {
	width: 87px;
}

@media (max-width: 1024px) {
	.arrow-large {
		width: 60px;
	}
}

@media (max-width: 768px) {
	.arrow-large {
		width: 50px;
	}
}

@media (max-width: 480px) {
	.arrow-large {
		width: 44px;
	}
}

.clients-reviews-sect {
	background-color: #0b0b0b;
	margin-top: 13%;
}

.clients-reviews-sect .ct-section-inner-wrap {
	padding-bottom: clamp(40px, 6.25vw, 100px);
	padding-left: 60px;
}

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

@media (max-width: 1600px) {
	.clients-reviews-sect {}
	
	.clients-reviews-sect .ct-section-inner-wrap {
		padding-left: 30px;
	}
}

@media (max-width: 768px) {
	.clients-reviews-sect {
		margin-top: 20%;
	}
	
	.clients-reviews-sect .ct-section-inner-wrap {
		padding-left: 20px;
	}
	
	.clients-reviews-sect:not(.ct-section):not(.oxy-easy-posts), .clients-reviews-sect.oxy-easy-posts .oxy-posts, .clients-reviews-sect.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 480px) {
	.clients-reviews-sect {
		margin-top: 24%;
	}
}

.clients-reviews-sect-left {
	width: 40%;
	padding-top: clamp(30px, 5.63vw, 90px);
	padding-right: clamp(30px, 5.63vw, 90px);
	padding-bottom: clamp(30px, 5.63vw, 90px);
}

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

@media (max-width: 768px) {
	.clients-reviews-sect-left {
		width: 100%;
	}
}

.clients-reviews-sect-right {
	width: 60%;
	padding-top: clamp(30px, 6.25vw, 100px);
	padding-left: clamp(20px, 5.6vw, 90px);
	padding-right: clamp(20px, 5.6vw, 90px);
	padding-bottom: clamp(30px, 6.25vw, 100px);
	margin-top: -13%;
}

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

@media (max-width: 768px) {
	.clients-reviews-sect-right {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.clients-reviews-sect-right {}
	
	.clients-reviews-sect-right:not(.ct-section):not(.oxy-easy-posts), .clients-reviews-sect-right.oxy-easy-posts .oxy-posts, .clients-reviews-sect-right.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.testimonial-slider-white:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/quote-icon-white.png");
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 34px;
	background-repeat: no-repeat;
	content: "";
}

.testimonial-slider-white:not(.ct-section):not(.oxy-easy-posts):before, .testimonial-slider-white.oxy-easy-posts .oxy-posts:before, .testimonial-slider-white.ct-section .ct-section-inner-wrap:before {
	flex-direction: unset;
}

.testimonial-slider-white {
	position: relative;
	color: #fff;
	padding-left: 64px;
	margin-right: clamp(30px, 7.5vw, 120px);
	flex-grow: 1;
}

.testimonial-slider-white:not(.ct-section):not(.oxy-easy-posts), .testimonial-slider-white.oxy-easy-posts .oxy-posts, .testimonial-slider-white.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

@media (max-width: 1024px) {
	.testimonial-slider-white:before {
		width: 30px;
	}
	
	.testimonial-slider-white {
		padding-left: 44px;
	}
}

@media (max-width: 768px) {
	.testimonial-slider-white:before {
		width: 22px;
	}
	
	.testimonial-slider-white {
		padding-left: 32px;
	}
}

@media (max-width: 480px) {
	.testimonial-slider-white {
		margin-right: 0;
		width: 100%;
	}
}

.testimonial-white-author {
	padding-bottom: 20px;
}

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

@media (max-width: 768px) {
	.testimonial-white-author {}
	
	.testimonial-white-author:not(.ct-section):not(.oxy-easy-posts), .testimonial-white-author.oxy-easy-posts .oxy-posts, .testimonial-white-author.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
}

.testimonial-white-author-img {
	margin-bottom: 0px;
	margin-right: 20px;
}

.testimonial-white-text {
	padding-top: 20px;
}

@media (max-width: 768px) {
	.testimonial-white-text {
		font-size: 16px;
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.testimonial-white-text {
		padding-top: 20px;
	}
}

.subhead {
	font-family: Poppins;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, .5);
}

.testimonial-white-item {
	width: 100%;
}

.testimonial-carousel-white {
	margin-bottom: clamp(50px, 9.4vw, 150px);
}

@media (max-width: 480px) {
	.testimonial-carousel-white {}
}

.clients-on-black {
	flex-grow: 1;
	padding-left: 130px;
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap: clamp(30px, 5vw, 80px);
	align-items: center;
	justify-items: center;
}

@media (max-width: 1600px) {
	.clients-on-black {
		padding-left: clamp(30px, 5vw, 80px);
	}
}

@media (max-width: 768px) {
	.clients-on-black {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.clients-on-black {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.half-image {
	width: 50%;
}

.testimonial-subhead {}

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

@media (max-width: 480px) {
	.testimonial-subhead {
		margin-bottom: 30px;
		writing-mode: unset !important;
		transform: rotate(0deg) !important;
		order: -1;
	}
}

.vertical-text {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
}

.hero-3 {
	position: relative;
}

.hero-3 .ct-section-inner-wrap {
	padding-top: clamp(30px, 8.5vw, 110px);
}

.hero-3:not(.ct-section):not(.oxy-easy-posts), .hero-3.oxy-easy-posts .oxy-posts, .hero-3.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

@media (max-width: 768px) {
	.hero-3 {}
	
	.hero-3:not(.ct-section):not(.oxy-easy-posts), .hero-3.oxy-easy-posts .oxy-posts, .hero-3.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.li-training-badge {
	margin-bottom: 32px;
}

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

@media (max-width: 768px) {
	.li-training-badge {
		margin-bottom: 24px;
	}
}

.hero-3-content:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/hero-pattern.png");
	background-size: contain;
	position: absolute;
	z-index: -1;
	width: clamp(150px, 23vw, 300px);
	height: clamp(214px, 33vw, 430px);
	top: -10%;
	left: -20%;
	background-position: 100% 0%;
	content: "";
}

.hero-3-content {
	position: relative;
	z-index: 3;
	text-align: center;
	width: 46%;
}

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

@media (max-width: 1024px) {
	.hero-3-content {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.hero-3-content {
		width: 95%;
	}
}

@media (max-width: 480px) {
	.hero-3-content {
		width: 100%;
	}
}

.li-badge-icon {
	width: 2.4em;
	height: 2.4em;
	border-radius: 50%;
	margin-right: 1em;
	padding-top: .65em;
	padding-left: .65em;
	padding-right: .65em;
	padding-bottom: .65em;
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

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

.hero-3-para {
	margin-top: 25px;
	color: #daddf2;
	padding-bottom: 50px;
}

.client-gradient-sect:after {
	position: absolute;
	bottom: -28%;
	content: "";
}

.client-gradient-sect:before {
	transform: translate(-50%);
	background-color: #fff;
	width: 4000px;
	position: absolute;
	z-index: -1;
	top: 55%;
	left: 50%;
	right: 0px;
	bottom: 0px;
	content: "";
}

.client-gradient-sect {
	text-align: center;
	padding-top: clamp(30px, 3.75vw, 60px);
	padding-left: clamp(30px, 5.6vw, 90px);
	padding-right: clamp(30px, 5.6vw, 90px);
	padding-bottom: clamp(30px, 3.75vw, 60px);
	position: relative;
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
	box-shadow: 0px 160px 120px -80px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
}

@media (max-width: 768px) {
	.client-gradient-sect:after {
		position: absolute;
		bottom: -10%;
	}
}

.client-gradient-sect-title {
	margin-bottom: 40px;
}

.clients-on-grad {
	flex-grow: 1;
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	grid-gap: 40px clamp(30px, 5vw, 80px);
	align-items: center;
	justify-items: center;
}

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

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

@media (max-width: 480px) {
	.clients-on-grad {}
}

.hero-3-img-1 {
	width: clamp(100px, 32vw, 479px);
	position: absolute;
	right: 0px;
	top: 8%;
}

@media (max-width: 768px) {
	.hero-3-img-1 {
		position: static;
		width: 80%;
		max-width: 479px;
		margin-right: -20px;
		align-self: flex-end;
	}
}

.hero-3-img-2 {
	width: clamp(100px, 16vw, 250px);
	position: absolute;
	top: 10%;
	left: 10%;
}

@media (max-width: 1600px) {
	.hero-3-img-2 {
		position: absolute;
		top: 5%;
	}
}

@media (max-width: 768px) {
	.hero-3-img-2 {
		position: absolute;
		top: 7%;
		left: 17%;
		width: clamp(100px, 26vw, 200px);
	}
}

.hero-3-img-3 {
	width: clamp(100px, 16vw, 254px);
	position: absolute;
	z-index: -1;
	left: 3%;
	top: 50%;
}

@media (max-width: 1600px) {
	.hero-3-img-3 {
		position: absolute;
		top: 40%;
	}
}

@media (max-width: 768px) {
	.hero-3-img-3 {
		position: absolute;
		bottom: 6%;
		width: clamp(100px, 26vw, 200px);
		top: auto;
	}
}

.hero-3-img-wrapper {}

@media (max-width: 768px) {
	.hero-3-img-wrapper {
		position: relative;
		width: 100%;
		margin-bottom: 60px;
	}
	
	.hero-3-img-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-3-img-wrapper.oxy-easy-posts .oxy-posts, .hero-3-img-wrapper.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.testimonial-common-sect {
	position: relative;
}

.testimonial-common-sect .ct-section-inner-wrap {
	padding-top: 2;
	padding-bottom: clamp(50px, 9.4vw, 150px);
}

.testimonial-common-sect:not(.ct-section):not(.oxy-easy-posts), .testimonial-common-sect.oxy-easy-posts .oxy-posts, .testimonial-common-sect.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(1, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.col2-sect {
	padding-bottom: clamp(20px, 9vw, 150px);
	display: grid !important;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: clamp(30px, 7.5vw, 120px);
	align-items: stretch;
}

@media (max-width: 768px) {
	.col2-sect {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 480px) {
	.col2-sect {
		padding-bottom: clamp(20px, 9vw, 150px);
		padding-top: 1.5em;
	}
}

.col-overlay-block {
	padding-top: clamp(20px, 3.75vw, 60px);
	padding-left: clamp(20px, 3.75vw, 60px);
	padding-right: clamp(20px, 3.75vw, 60px);
	padding-bottom: clamp(20px, 3.75vw, 60px);
	top: 0px;
	left: 0px;
	max-width: clamp(250px, 25vw, 400px);
	z-index: 5;
	min-height: 400px;
	margin-top: -18%;
	height: 300px;
	position: absolute;
	min-width: 400px;
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
	box-shadow: 0px 80px 80px -40px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
}

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

@media (max-width: 1600px) {
	.col-overlay-block {
		min-height: unset;
		min-width: unset;
	}
}

@media (max-width: 768px) {
	.col-overlay-block {
		margin-top: -24%;
	}
	
	.col-overlay-block:not(.ct-section):not(.oxy-easy-posts), .col-overlay-block.oxy-easy-posts .oxy-posts, .col-overlay-block.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

@media (max-width: 480px) {
	.col-overlay-block {
		width: 70%;
	}
}

.col2-left {
	padding-left: clamp(30px, 7vw, 112px);
	position: relative;
}

@media (max-width: 768px) {
	.col2-left {}
}

@media (max-width: 480px) {
	.col2-left {
		margin-right: -3px;
	}
}

.col2-img:after {
	position: absolute;
	right: 10%;
	bottom: -11%;
	content: "";
}

.col2-img {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/event-hero-img-e1734272343226.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 90%;
	background-position: 50% 50%;
}

.col2-img.nitro-lazy {
	background-image: none !important;
}

.col2-img:not(.ct-section):not(.oxy-easy-posts), .col2-img.oxy-easy-posts .oxy-posts, .col2-img.ct-section .ct-section-inner-wrap {
	align-items: flex-start;
}

@media (max-width: 768px) {
	.col2-img {
		min-height: 350px;
		height: 80vw;
	}
	
	.col2-img:not(.ct-section):not(.oxy-easy-posts), .col2-img.oxy-easy-posts .oxy-posts, .col2-img.ct-section .ct-section-inner-wrap {
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.col2-img {}
}

.col2-right {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.b-48 {
	margin-bottom: clamp(18px, 2.5vw, 48px);
}

.checklist {
	font-size: 20px;
}

@media (max-width: 1600px) {
	.checklist {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.checklist {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.checklist {
		padding-right: 10px;
		font-size: 16px;
	}
}

.border-btn:hover {
	text-decoration: none;
}

.border-btn:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 2px;
	content: "";
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
}

.border-btn {
	font-family: Poppins;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.border-btn:not(.ct-section):not(.oxy-easy-posts), .border-btn.oxy-easy-posts .oxy-posts, .border-btn.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	align-items: center;
}

@media (max-width: 768px) {
	.border-btn {
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.border-btn {
		font-size: 14px;
		padding-left: 15px;
	}
}

.border-btn-text {
	margin-right: 8px;
}

.col-overlay-subhead {
	margin-bottom: clamp(30px, 6.25vw, 100px);
	line-height: 1.2;
}

@media (max-width: 480px) {
	.col-overlay-subhead {
		font-size: 14px;
	}
}

.col2-sect-reverse {
	grid-template-columns: 1fr 1.5fr;
}

.b-32 {
	margin-bottom: clamp(20px, 3.13vw, 32px);
}

.p-no-margin {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.awards-sect {}

.awards-sect .ct-section-inner-wrap {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: clamp(20px, 6.25vw, 100px);
}

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

@media (max-width: 480px) {
	.awards-sect {}
	
	.awards-sect .ct-section-inner-wrap {
		padding-left: 20;
	}
}

.awrds-sect-content {
	position: relative;
	padding-top: clamp(30px, 8.75vw, 140px);
	width: 100%;
}

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

.awards-sect-slider {
	background-color: #fafafa;
	width: 84%;
	padding-top: clamp(50px, 6vw, 95px);
	padding-left: clamp(150px, 17.5vw, 280px);
	padding-right: clamp(30px, 8.75vw, 140px);
	padding-bottom: clamp(50px, 6vw, 95px);
	overflow: hidden;
}

@media (max-width: 768px) {
	.awards-sect-slider {
		padding-top: 170;
		width: 90%;
	}
}

@media (max-width: 480px) {
	.awards-sect-slider {
		width: 95%;
		padding-top: 150;
	}
}

.awards-logo-item {
	display: block;
	height: 160px;
	min-width: 100px;
	max-width: 100%;
	top: 50%;
	margin-right: clamp(70px, 10vw, 160px);
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.awards-logo-item {
		height: 120px;
	}
}

@media (max-width: 480px) {
	.awards-logo-item {
		height: 100px;
	}
}

.awards-slider-item {
	width: auto;
	margin-right: clamp(50px, 10vw, 160px);
}

.hero-1-para {
	color: #daddf2;
	margin-top: 1.3em;
}

@media (max-width: 768px) {
	.hero-1-para {
		text-align: left;
	}
}

.hero-1-shapes:after {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/hero-pattern.png");
	background-size: cover;
	width: 300px;
	height: 300px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	content: "";
}

.hero-1-shapes {}

.hero-nav-sect {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 22;
	margin-bottom: 70px;
	margin-top: 0%;
	padding-top: 20px;
}

.hero-nav-sect:not(.ct-section):not(.oxy-easy-posts), .hero-nav-sect.oxy-easy-posts .oxy-posts, .hero-nav-sect.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 1024px) {
	.hero-nav-sect {
		margin-top: -12%;
	}
}

@media (max-width: 480px) {
	.hero-nav-sect {
		margin-right: 0px;
		padding-right: 20px;
	}
	
	.hero-nav-sect:not(.ct-section):not(.oxy-easy-posts), .hero-nav-sect.oxy-easy-posts .oxy-posts, .hero-nav-sect.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(1, minmax(100px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

.hero-nav-wrapper:after {
	position: absolute;
	bottom: -35%;
	content: "";
}

.hero-nav-wrapper {
	padding-top: clamp(30px, 3.2vw, 50px);
	padding-bottom: clamp(30px, 3.2vw, 50px);
	padding-left: clamp(30px, 3.2vw, 50px);
	padding-right: clamp(30px, 3.2vw, 50px);
	box-shadow: 0px 160px 120px -80px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 60px 0px;
}

.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-nav-wrapper.oxy-easy-posts .oxy-posts, .hero-nav-wrapper.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: center;
	align-items: start;
	grid-template-columns: repeat(4, minmax(20px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts) > *, .hero-nav-wrapper.ct-section .ct-section-inner-wrap > *, .hero-nav-wrapper.oxy-easy-posts .oxy-posts > * {
	grid-column: span 1;
	grid-row: span 4;
	height: 100%;
}

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

@media (max-width: 1024px) {
	.hero-nav-wrapper {}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-nav-wrapper.oxy-easy-posts .oxy-posts, .hero-nav-wrapper.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(1, minmax(110px, 2fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts) > *, .hero-nav-wrapper.ct-section .ct-section-inner-wrap > *, .hero-nav-wrapper.oxy-easy-posts .oxy-posts > * {
		grid-row: span 5;
		height: 100%;
	}
}

@media (max-width: 768px) {
	.hero-nav-wrapper {
		text-align: center;
		grid-gap: 45px 0;
	}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-nav-wrapper.oxy-easy-posts .oxy-posts, .hero-nav-wrapper.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(1, minmax(300px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts) > *, .hero-nav-wrapper.ct-section .ct-section-inner-wrap > *, .hero-nav-wrapper.oxy-easy-posts .oxy-posts > * {
		grid-column: span 1;
		grid-row: span 5;
		height: 100%;
	}
}

@media (max-width: 480px) {
	.hero-nav-wrapper {
		padding-left: 20;
		padding-right: 20;
		text-align: center;
		grid-template-columns: 1fr;
	}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts), .hero-nav-wrapper.oxy-easy-posts .oxy-posts, .hero-nav-wrapper.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: center;
		align-items: stretch;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	
	.hero-nav-wrapper:not(.ct-section):not(.oxy-easy-posts) > *, .hero-nav-wrapper.ct-section .ct-section-inner-wrap > *, .hero-nav-wrapper.oxy-easy-posts .oxy-posts > * {
		grid-column: span 1;
		grid-row: span 5;
		height: 100%;
	}
}

.hero-nav-link-item:hover {
	color: #fff;
	text-decoration: none;
}

.hero-nav-link-item:hover:after {
	opacity: 1;
}

.hero-nav-link-item:after {
	position: absolute;
	top: -20px;
	left: -1px;
	right: -1px;
	bottom: -20px;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-property: all;
	opacity: 0;
	z-index: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(218, 221, 242, .4);
	border-right-color: rgba(218, 221, 242, .4);
	border-bottom-color: rgba(218, 221, 242, .4);
	border-left-color: rgba(218, 221, 242, .4);
	content: "";
}

.hero-nav-link-item:last-of-type {
	border-right-style: none;
}

.hero-nav-link-item {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(218, 221, 242, .15);
	text-decoration: none;
	position: static;
	color: #f5f6fd;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

@media (max-width: 1600px) {
	.hero-nav-link-item {
		min-height: 180px;
	}
}

@media (max-width: 1024px) {
	.hero-nav-link-item {
		min-height: 140px;
	}
}

@media (max-width: 768px) {
	.hero-nav-link-item:last-of-type {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: rgba(218, 221, 242, .15);
	}
	
	.hero-nav-link-item {
		min-height: 120px;
	}
}

@media (max-width: 480px) {
	.hero-nav-link-item {
		border-right-style: none;
		min-height: 100px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.hero-nav-link-item:not(.ct-section):not(.oxy-easy-posts), .hero-nav-link-item.oxy-easy-posts .oxy-posts, .hero-nav-link-item.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.hero-nav-link-item:last-of-type {
		border-right-style: none;
	}
}

.hero-nav-link-icon {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	max-height: 60px;
}

.hero-nav-link-icon:not(.ct-section):not(.oxy-easy-posts), .hero-nav-link-icon.oxy-easy-posts .oxy-posts, .hero-nav-link-icon.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

@media (max-width: 1600px) {
	.hero-nav-link-icon {
		margin-bottom: 24px;
	}
}

@media (max-width: 768px) {
	.hero-nav-link-icon {
		margin-bottom: 16px;
		max-width: 30px;
	}
}

@media (max-width: 480px) {
	.hero-nav-link-icon {
		max-width: 50px;
	}
}

.hero-nav-link-arrow {
	position: static;
	z-index: 2;
	max-width: 40px;
	font-size: 49px;
	padding-top: 20px;
}

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

@media (max-width: 1024px) {
	.hero-nav-link-arrow {
		max-width: 30px;
	}
}

@media (max-width: 768px) {
	.hero-nav-link-arrow {}
}

@media (max-width: 480px) {
	.hero-nav-link-arrow {}
}

.hero-nav-link-title {
	position: relative;
	z-index: 2;
}

@media (max-width: 480px) {
	.hero-nav-link-title {
		font-size: 20px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
}

.common-info-sect {}

.common-info-sect .ct-section-inner-wrap {
	padding-top: 30;
	padding-bottom: 30;
}

@media (max-width: 768px) {
	.common-info-sect {}
	
	.common-info-sect:not(.ct-section):not(.oxy-easy-posts), .common-info-sect.oxy-easy-posts .oxy-posts, .common-info-sect.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

.common-info-grid {
	position: relative;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	display: grid !important;
	grid-template-columns: 1fr 1.3fr;
	grid-gap: clamp(30px, 7.8vw, 70px);
}

.common-info-grid:not(.ct-section):not(.oxy-easy-posts), .common-info-grid.oxy-easy-posts .oxy-posts, .common-info-grid.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(1, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 768px) {
	.common-info-grid {
		grid-template-columns: 1fr;
	}
}

.common-info-grid-item:first-of-type {
	max-width: 780px;
	grid-column: 1/-1;
}

.common-info-grid-item {}

.common-info-grid-item:not(.ct-section):not(.oxy-easy-posts), .common-info-grid-item.oxy-easy-posts .oxy-posts, .common-info-grid-item.ct-section .ct-section-inner-wrap {
	display: inline;
}

.col2-right-btn {
	margin-top: clamp(30px, 5.4vw, 64px);
	margin-bottom: 0px;
}

.strategy-form {}

.dots-top-right:after {
	position: absolute;
	top: -40%;
	right: -10%;
	bottom: auto;
	left: auto;
	content: "";
}

.dots-top-right {}

.common-info-shapes {
	position: relative;
}

.common-info-shapes:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/lg-shape-1.png");
	background-size: contain;
	position: absolute;
	width: clamp(200px, 26.75vw, 428px);
	height: clamp(288px, 38.75vw, 620px);
	top: 20%;
	background-repeat: no-repeat;
	right: 85%;
	z-index: -1;
	content: "";
}

.steps-info-sect {
	position: relative;
}

.steps-info-sect .ct-section-inner-wrap {
	padding-top: clamp(50px, 9.4vw, 150px);
	padding-bottom: clamp(50px, 9.4vw, 150px);
}

.steps-info-heading {
	max-width: 950px;
	margin-bottom: clamp(50px, 5vw, 80px);
	font-size: clamp(30px, 3.3vw, 40px) px;
	padding-top: 90px;
}

.steps-info-items-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: clamp(20px, 6.25vw, 100px);
}

.steps-info-counter {
	font-family: Poppins;
	font-size: clamp(70px, 8.8vw, 140px);
	margin-bottom: .22em;
	line-height: 1;
	font-weight: 400;
	position: relative;
	left: -.072em;
}

.steps-info-counter:not(.ct-section):not(.oxy-easy-posts), .steps-info-counter.oxy-easy-posts .oxy-posts, .steps-info-counter.ct-section .ct-section-inner-wrap {
	display: inline-block;
	flex-direction: unset;
}

.clients-large-sect {
	position: relative;
}

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

.clients-large-grid {
	padding-top: clamp(50px, 7.5vw, 120px);
	padding-bottom: clamp(50px, 10vw, 160px);
}

.clients-large-heading {
	max-width: 730px;
	margin-bottom: 1.22em;
	font-size: clamp(30px, 3.3vw, 40px) px;
}

.clients-large-row-1:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/lg-shape-2.png");
	background-size: contain;
	position: absolute;
	top: 0px;
	width: clamp(270px, 29.4vw, 470px);
	height: clamp(150px, 16.9vw, 270px);
	background-repeat: no-repeat;
	left: 73%;
	background-position: 0px 100%;
	content: "";
}

.clients-large-row-1 {
	padding-top: clamp(50px, 7.5vw, 120px);
	padding-bottom: clamp(50px, 10vw, 160px);
	position: relative;
}

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

.clients-large-row-1-left {
	flex-grow: 1;
	margin-right: clamp(30px, 6.25vw, 100px);
}

.vert-line-subhead:after {
	position: relative;
	width: 1px;
	background-color: rgba(218, 221, 242, .2);
	height: 100%;
	margin-top: 35px;
	content: "";
}

.vert-line-subhead:not(.ct-section):not(.oxy-easy-posts):after, .vert-line-subhead.oxy-easy-posts .oxy-posts:after, .vert-line-subhead.ct-section .ct-section-inner-wrap:after {
	display: block;
	flex-direction: unset;
}

.vert-line-subhead {
	position: relative;
	text-align: center;
}

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

.clients-large-video:hover .code-block {
	transform: scale(1.2, 1.2);
}

.clients-large-video {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/04/CASE-STUDY.jpg");
	background-size: cover;
	height: 600px;
	margin-bottom: -12%;
	flex-grow: 1;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	background-position: 50% 50%;
	box-shadow: 0px 160px 120px -80px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
	cursor: pointer;
}

.clients-large-video.nitro-lazy {
	background-image: none !important;
}

.clients-large-video:not(.ct-section):not(.oxy-easy-posts), .clients-large-video.oxy-easy-posts .oxy-posts, .clients-large-video.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: center;
	align-items: stretch;
	justify-content: center;
	grid-template-columns: repeat(1, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 1024px) {
	.clients-large-video {
		margin-bottom: 0%;
		height: 59vw;
	}
}

.case-study-btn:hover .code-block {
	transform: scale(1.1, 1.1);
}

.case-study-btn:hover {
	text-decoration: none;
}

.case-study-btn {
	text-decoration: none;
	text-align: left;
}

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

.case-study-btn-icon {
	transition-duration: .2s;
	margin-right: 10%;
	width: clamp(40px, 5vw, 80px);
	flex-shrink: 0;
}

@media (max-width: 480px) {
	.case-study-btn-icon {
		margin-right: 5%;
	}
}

.case-study-btn-text {
	font-size: clamp(16px, 1.5vw, 24px);
	line-height: 1.3;
}

.toggle-3265 {
	padding-top: 28px;
	padding-bottom: 28px;
}

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

.toggle-3265-expanded {}

.common-form-sect:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/lg-shape-1.png");
	background-size: contain;
	position: absolute;
	top: 13%;
	right: 85%;
	width: 370px;
	height: 520px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
}

.common-form-sect {
	padding-top: 50px;
	padding-bottom: clamp(50px, 10.7vw, 170px);
	position: relative;
}

.common-form-sect-title:after {
	position: relative;
	width: 1px;
	height: 1.35em;
	left: 5px;
	margin-top: 10px;
	content: "";
	background: linear-gradient(180deg, #452bc6 0%, #2ba2e0 100%);
}

.common-form-sect-title:not(.ct-section):not(.oxy-easy-posts):after, .common-form-sect-title.oxy-easy-posts .oxy-posts:after, .common-form-sect-title.ct-section .ct-section-inner-wrap:after {
	display: block;
	flex-direction: unset;
}

.common-form-sect-title {
	position: relative;
	font-size: 46px;
	max-width: 635px;
	padding-bottom: 80px;
}

@media (max-width: 1600px) {
	.common-form-sect-title {}
}

@media (max-width: 768px) {
	.common-form-sect-title {
		padding-bottom: 10px;
		font-size: 46px;
	}
}

@media (max-width: 480px) {
	.common-form-sect-title {
		padding-left: 0;
		font-size: 46px;
		padding-bottom: 100px;
	}
	
	.common-form-sect-title:not(.ct-section):not(.oxy-easy-posts), .common-form-sect-title.oxy-easy-posts .oxy-posts, .common-form-sect-title.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.common-form-row-2 {
	max-width: 1088px;
}

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

@media (max-width: 768px) {
	.common-form-row-2 {}
	
	.common-form-row-2:not(.ct-section):not(.oxy-easy-posts), .common-form-row-2.oxy-easy-posts .oxy-posts, .common-form-row-2.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.common-form-row-2 {}
	
	.common-form-row-2:not(.ct-section):not(.oxy-easy-posts), .common-form-row-2.oxy-easy-posts .oxy-posts, .common-form-row-2.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.common-form-img {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/lg-img-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	flex-grow: 1;
	background-position: 50% 50%;
}

.common-form-img.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 768px) {
	.common-form-img {
		height: 70vw;
		width: 85%;
	}
}

@media (max-width: 480px) {
	.common-form-img {
		width: 95%;
	}
	
	.common-form-img:not(.ct-section):not(.oxy-easy-posts), .common-form-img.oxy-easy-posts .oxy-posts, .common-form-img.ct-section .ct-section-inner-wrap {
		display: none;
	}
}

.common-form-container {
	transform: translateY(-20%);
	width: 45%;
	box-shadow: 0px 100px 100px -60px rgba(65, 43, 184, .25), 0px 20px 80px rgba(65, 43, 184, .25);
}

@media (max-width: 1600px) {
	.common-form-container {
		transform: translateY(-10%);
	}
}

@media (max-width: 1024px) {
	.common-form-container {
		width: 55%;
	}
}

@media (max-width: 768px) {
	.common-form-container {
		transform: translateY(0px);
		margin-left: 0%;
		width: 85%;
		position: relative;
		z-index: 2;
		margin-top: -20%;
		align-self: flex-end;
	}
}

@media (max-width: 480px) {
	.common-form-container {
		float: none;
		width: 85%;
		margin-left: 0%;
	}
	
	.common-form-container:not(.ct-section):not(.oxy-easy-posts), .common-form-container.oxy-easy-posts .oxy-posts, .common-form-container.ct-section .ct-section-inner-wrap {
		display: block;
	}
}

.common-form-title {
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin-bottom: clamp(20px, 5vw, 55px);
}

.dots-bottom-right:after {
	position: absolute;
	right: -12%;
	bottom: -11%;
	content: "";
}

.dots-bottom-right {}

.common-form-style {}

@media (max-width: 480px) {
	.common-form-style {}
}

.watermark-500 {
	font-size: clamp(130px, 31.25vw, 500px);
}

.watermark-300 {
	font-size: clamp(130px, 18.75vw, 300px);
}

.clients-large-video-icon {
	width: 100px;
}

@media (max-width: 1024px) {
	.clients-large-video-icon {
		width: 9.8vw;
		min-width: 60px;
	}
}

.hero-nav-centered {}

.icon-box-sect {
	text-align: left;
}

.icon-box-sect .ct-section-inner-wrap {
	padding-top: clamp(80px, 18.8vw, 350px);
}

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

.icon-box-wrapper:after {
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 3000px;
	background-color: #fafbfe;
	z-index: -1;
	content: "";
}

.icon-box-wrapper {
	padding-top: clamp(50px, 7.5vw, 120px);
	margin-right: unset;
	margin-left: unset;
	max-width: unset;
	position: relative;
	width: 91%;
	padding-bottom: clamp(50px, 7.5vw, 120px);
}

@media (max-width: 768px) {
	.icon-box-wrapper {
		width: 95%;
	}
}

@media (max-width: 480px) {
	.icon-box-wrapper {}
}

.icon-box-sect-title {
	max-width: 70%;
	line-height: 1.2;
	margin-bottom: clamp(50px, 9.4vw, 150px);
}

@media (max-width: 768px) {
	.icon-box-sect-title {
		max-width: 100%;
	}
}

.icon-box-content {
	width: 90%;
	background-color: #fafbfe;
}

.iconbox-grid-2-col {
	padding-left: clamp(20px, 7vw, 112px);
	padding-right: clamp(20px, 7vw, 112px);
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 64px clamp(60px, 9.4vw, 150px);
}

@media (max-width: 768px) {
	.iconbox-grid-2-col {
		padding-left: 0;
		grid-gap: 60px;
	}
}

@media (max-width: 480px) {
	.iconbox-grid-2-col {
		grid-gap: 40px;
	}
}

.iconbox-item:nth-child(even) {
	position: relative;
	top: clamp(30px, 5vw, 80px);
}

.iconbox-item {
	padding-top: 0px;
}

.iconbox-item:not(.ct-section):not(.oxy-easy-posts), .iconbox-item.oxy-easy-posts .oxy-posts, .iconbox-item.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(1, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 768px) {
	.iconbox-item:nth-child(even) {
		position: static;
	}
}

.iconbox-icon {
	width: 88px;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.iconbox-icon {
		width: 70px;
		margin-bottom: 24px;
	}
}

@media (max-width: 768px) {
	.iconbox-icon {}
}

@media (max-width: 480px) {
	.iconbox-icon {
		width: 60px;
		margin-bottom: 16px;
	}
}

.iconbox-title {
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.iconbox-title {
		margin-bottom: 16px;
	}
}

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

.iconbox-grid {
	padding-left: clamp(20px, 7vw, 112px);
	padding-right: clamp(20px, 7vw, 112px);
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 64px clamp(60px, 9.4vw, 150px);
}

@media (max-width: 768px) {
	.iconbox-grid {
		padding-left: 0;
		grid-gap: 60px;
	}
}

@media (max-width: 480px) {
	.iconbox-grid {
		grid-gap: 40px;
	}
}

.video-caption {
	position: absolute;
	left: 40px;
	bottom: 40px;
	max-width: 490px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fff;
	padding-left: 1.3em;
	opacity: .7;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.video-caption {
		position: absolute;
		left: 30px;
		bottom: 30px;
		padding-left: 20em;
	}
}

@media (max-width: 480px) {
	.video-caption {
		position: absolute;
		left: 15px;
		bottom: 14px;
		font-size: 14px;
		padding-left: 10em;
	}
}

.form-modal {
	width: 100%;
	max-width: 470px;
	height: 100%;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	overflow: scroll;
}

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

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

@media (max-width: 768px) {
	.form-modal {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.form-modal {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.form-modal-icon {
	margin-top: 40px;
}

.form-modal-heading {
	margin-bottom: .9em;
	margin-top: .9em;
}

.form-modal-form {
	width: 100%;
	margin-top: clamp(20px, 3.2vw, 50px);
}

.starter-pack {}

.profile-review {}

.coupon-modal {
	width: calc(100% - 40px) !important;
	max-width: 1024px;
	border-radius: 8px;
	max-height: 100%;
}

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

@media (max-width: 768px) {
	.coupon-modal {}
	
	.coupon-modal:not(.ct-section):not(.oxy-easy-posts), .coupon-modal.oxy-easy-posts .oxy-posts, .coupon-modal.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.coupon-modal-img {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2020/12/prd-hero-img-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	flex: 1 1 40%;
}

.coupon-modal-img.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 768px) {
	.coupon-modal-img {
		flex: 1 1 50vw;
	}
}

@media (max-width: 480px) {
	.coupon-modal-img {
		flex: 1 1 70vw;
	}
}

.coupon-modal-content {
	padding-top: clamp(30px, 9.8vw, 100px);
	padding-left: clamp(30px, 9.8vw, 100px);
	padding-right: clamp(30px, 9.8vw, 100px);
	padding-bottom: clamp(30px, 9.8vw, 100px);
	text-align: left;
	flex: 1 1 60%;
}

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

.coupon-modal-title {
	margin-bottom: .6em;
	margin-top: .13em;
	padding-bottom: .9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #daddf2;
	align-self: stretch;
}

.coupon-modal-title:not(.ct-section):not(.oxy-easy-posts), .coupon-modal-title.oxy-easy-posts .oxy-posts, .coupon-modal-title.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.coupon-modal-code {
	margin-top: .2em;
	margin-bottom: clamp(30px, 6.3vw, 64px);
}

.coupon-modal-code:not(.ct-section):not(.oxy-easy-posts), .coupon-modal-code.oxy-easy-posts .oxy-posts, .coupon-modal-code.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.coupon-modal-btn:hover {
	text-decoration: none;
	color: #fff;
}

.coupon-modal-btn {
	font-family: Poppins;
	border-radius: 4px;
	padding-top: 16px;
	padding-left: clamp(20px, 5.4vw, 55px);
	padding-bottom: 16px;
	padding-right: clamp(20px, 5.4vw, 55px);
	text-decoration: none;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

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

@media (max-width: 768px) {
	.coupon-modal-btn {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.coupon-modal-btn {
		font-size: 14px;
	}
}

.pillar-modal-title {
	margin-bottom: clamp(10px, 1.5vw, 24px);
	text-align: left;
}

.pillar-modal-text {
	margin-bottom: clamp(30px, 5vw, 65px);
}

.prd-footer-shapes:before {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2020/12/pattern.png");
	background-size: 555px auto;
	width: 350px;
	height: 260px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 22;
	opacity: 8%;
	background-position: 100% 0%;
	content: "";
}

.prd-footer-shapes {
	min-width: px;
	max-width: px;
	height: px;
	min-height: px;
	max-height: px;
	background-color: #0b0b0b;
	overflow: hidden;
}

.t-16 {
	font-size: 16px;
}

.checklist-white {}

.form-white-style {}

@media (max-width: 480px) {
	.form-white-style {
		background-size: auto;
	}
	
	.form-white-style:not(.ct-section):not(.oxy-easy-posts), .form-white-style.oxy-easy-posts .oxy-posts, .form-white-style.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.benefit-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 44px clamp(30px, 5vw, 64px);
}

@media (max-width: 768px) {
	.benefit-grid {
		grid-row-gap: 30px;
	}
}

@media (max-width: 480px) {
	.benefit-grid {
		grid-row-gap: 20px;
	}
}

.benefit-item {}

.benefit-item-icon {
	max-width: 48px;
	max-height: 48px;
}

.benefit-item-icon:not(.ct-section):not(.oxy-easy-posts), .benefit-item-icon.oxy-easy-posts .oxy-posts, .benefit-item-icon.ct-section .ct-section-inner-wrap {
	display: block;
	flex-direction: unset;
}

.benefit-item-title {
	margin-top: 1.33em;
}

.course-reviews {}

.speaker-item {}

.speaker-item:not(.ct-section):not(.oxy-easy-posts), .speaker-item.oxy-easy-posts .oxy-posts, .speaker-item.ct-section .ct-section-inner-wrap {
	display: inline;
	flex-direction: unset;
}

.speaker-item-img {
	background-size: cover;
	background-repeat: no-repeat;
	height: clamp(220px, 31.6vw, 324px);
	background-position: 50% 50%;
}

.speaker-name {
	margin-top: 1em;
	margin-bottom: .6em;
}

@media (max-width: 480px) {
	.sponser-logo {
		max-width: 130px;
	}
}

.event-video:last-of-type {
	float: right;
}

.event-video {
	width: calc(50% - clamp(10px, 2.3vw, 36px));
	border-radius: 10px;
	overflow: hidden;
	padding-right: 0px;
	clear: none;
	float: left;
	box-shadow: 0px 20px 80px 0px rgba(65, 43, 184, .1), 0px 80px 120px -80px rgba(65, 43, 184, .1);
}

.event-video:not(.ct-section):not(.oxy-easy-posts), .event-video.oxy-easy-posts .oxy-posts, .event-video.ct-section .ct-section-inner-wrap {
	display: inline-block;
	flex-direction: unset;
}

@media (max-width: 768px) {
	.event-video {
		float: none;
		border-radius: 5px;
		width: auto;
	}
	
	.event-video:not(.ct-section):not(.oxy-easy-posts), .event-video.oxy-easy-posts .oxy-posts, .event-video.ct-section .ct-section-inner-wrap {
		display: block;
		flex-direction: unset;
	}
	
	.event-video:last-of-type {
		float: none;
		margin-top: 30px;
	}
}

.medi {}

.ticket-items:last-of-type {}

.ticket-items {
	margin-bottom: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 20px;
	background: #fff;
	box-shadow: 0px 30px 60px -30px rgba(65, 66, 203, .2), 0px 20px 40px rgba(65, 66, 203, .05);
}

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

@media (max-width: 1024px) {
	.ticket-items {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.ticket-items {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.ticket-items {
		padding-bottom: 0px;
	}
	
	.ticket-items:not(.ct-section):not(.oxy-easy-posts), .ticket-items.oxy-easy-posts .oxy-posts, .ticket-items.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.ticket-cart-btn {}

.ticket-cart {}

.ticket-cart table.shop_table {
	background-color: rgba(0, 0, 0, 0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ticket-cart .woocommerce table.shop_table th, .ticket-cart .woocommerce table.shop_table tbody th {
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 400;
}

.ticket-cart .woocommerce-Price-amount {
	font-size: 20px;
	font-weight: 500;
}

.ticket-cart .product-name a, .ticket-cart .shipping-calculator-button {
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.ticket-cart {}
	
	.ticket-cart .woocommerce-Price-amount {
		font-size: 18px;
	}
	
	.ticket-cart .product-name a, .ticket-cart .shipping-calculator-button {
		font-size: 18px;
		text-align: right;
	}
}

@media (max-width: 480px) {
	.ticket-cart {}
	
	.ticket-cart .woocommerce-Price-amount {
		font-size: 16px;
	}
	
	.ticket-cart .product-name a, .ticket-cart .shipping-calculator-button {
		font-size: 16px;
	}
}

.video-active {}

.testimonial-slide-2 {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/02/testimonial-ben-doolan.jpg");
}

.testimonial-slide-2.nitro-lazy {
	background-image: none !important;
}

.testimonial-slide-3 {
	background-image: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/04/Kristian-Curcio.png");
}

.testimonial-slide-3.nitro-lazy {
	background-image: none !important;
}

.nats-story {}

.Join {}

.s-video-carousel {}

.s-business-carousel {}

.s-heros-carousel {}

.s-featured-prev {}

.s-featured-next {}

.s-business-prev {}

.s-business-next {}

.s-heros-prev {}

.s-heros-next {}

.s-featured-carousel {}

.s-course-prev {}

.s-course-next {}

.s-review-prev {}

.s-review-next {}

.heading-fix {}

.centred-heading {
	text-align: center;
}

@media (max-width: 1600px) {
	.centred-heading {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.centred-heading {
		text-align: center;
	}
}

.original-t-76 {}

@media (max-width: 480px) {
	.original-t-76 {
		font-size: clamp(27px, 5.4vw, 76px);
	}
}

.faq-question {}

.oxy-superbox-primary {}

.oxy-superbox-secondary {}

.b-40 {}

.nd-h2 {
	font-size: 3rem;
}

@media (max-width: 768px) {
	.nd-h2 {
		font-size: 2.6rem;
	}
}

@media (max-width: 480px) {
	.nd-h2 {
		font-size: 2.2rem;
	}
}

.nd-section-white {
	position: relative;
}

.nd-section-white .ct-section-inner-wrap {
	padding-top: 6rem;
	padding-right: 2rem;
	padding-bottom: 6rem;
	padding-left: 2rem;
}

@media (max-width: 480px) {
	.nd-section-white {}
	
	.nd-section-white .ct-section-inner-wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.nd-subheading {
	font-size: 2rem;
	font-weight: 600;
	text-align: left;
}

@media (max-width: 1024px) {
	.nd-subheading {
		font-size: 1.85rem;
	}
}

@media (max-width: 480px) {
	.nd-subheading {
		font-size: 1.6rem;
	}
}

.nd-section-black {
	background-color: #0e0e0e;
	color: #f5f6fd;
	position: relative;
}

.nd-section-black .ct-section-inner-wrap {
	padding-top: 6rem;
	padding-right: 2rem;
	padding-bottom: 6rem;
	padding-left: 2rem;
}

@media (max-width: 480px) {
	.nd-section-black {}
	
	.nd-section-black .ct-section-inner-wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.nd-body-text {
	font-size: 1.6rem;
}

@media (max-width: 1600px) {
	.nd-body-text {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.nd-body-text {
		font-size: 1.3rem;
	}
}

@media (max-width: 480px) {
	.nd-body-text {
		font-size: 1.2rem;
	}
}

.nd-h1 {
	font-size: 4rem;
	text-align: left;
}

@media (max-width: 1600px) {
	.nd-h1 {}
}

@media (max-width: 768px) {
	.nd-h1 {
		font-size: 3rem;
	}
}

@media (max-width: 480px) {
	.nd-h1 {
		font-size: 2.8rem;
	}
}

.nd-btn-1:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 50px;
	z-index: 0;
	opacity: 0;
	transition-duration: .2s;
	content: "";
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

.nd-btn-1:hover {
	color: #fff;
	text-decoration: none;
}

.nd-btn-1 {
	font-family: Poppins;
	padding-top: 1em;
	padding-left: 2.3em;
	padding-right: 2.3em;
	padding-bottom: 1em;
	border-radius: 50px;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #4142cb;
}

.nd-btn-1:not(.ct-section):not(.oxy-easy-posts), .nd-btn-1.oxy-easy-posts .oxy-posts, .nd-btn-1.ct-section .ct-section-inner-wrap {
	display: inline-flex;
	flex-direction: unset;
	align-items: center;
}

@media (max-width: 768px) {
	.nd-btn-1 {
		font-size: 1em;
	}
}

@media (max-width: 480px) {
	.nd-btn-1 {}
}

.light-blue {
	color: #2ba2e0;
}

.nd-section-gradient {
	color: #f5f6fd;
	position: relative;
	background: radial-gradient(85.53% 144.03% at 0% 2.43%, rgba(28, 10, 105, 1) 0%, rgba(11, 11, 11, 100) 100%);
}

.nd-section-gradient .ct-section-inner-wrap {
	padding-top: 6rem;
	padding-right: 2rem;
	padding-bottom: 6rem;
	padding-left: 2rem;
}

@media (max-width: 480px) {
	.nd-section-gradient {}
	
	.nd-section-gradient .ct-section-inner-wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.nd-h3 {
	font-size: 2.45rem;
}

@media (max-width: 768px) {
	.nd-h3 {
		font-size: 1.9rem;
	}
}

@media (max-width: 480px) {
	.nd-h3 {
		font-size: 1.8rem;
	}
}

.b48 {}

.mb-3 {
	margin-bottom: 3rem;
}

.FAQ {}

.no-scrollbar, .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar, .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar {
	display: none;
}

/* Header */
.header > div > * {
	position: relative;
	z-index: 2;
}

@media (min-width: 1024px) {
	#menu-header > li.menu-item:hover > a {
		background-color: #452bc6;
	}
}

#menu-header li.menu-item ul.sub-menu {
	min-width: 100%;
	background: linear-gradient(180deg, #452bc6 0%, #0f88c8 100%);
	box-shadow: 0px 160px 120px -80px rgba(65, 43, 184, .2), 0px 20px 80px rgba(65, 43, 184, .25);
	padding: 10px;
}

#menu-header li.menu-item ul.sub-menu a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width=\'18\' height=\'10\' viewBox=\'0 0 18 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12.7148 1L16.7148 5L12.7148 9\' stroke=\'white\'/%3E%3Cpath d=\'M16 5H0\' stroke=\'white\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
	transition: transform .15s ease;
}

#menu-header li.menu-item ul.sub-menu a:hover:before {
	transform: translateX(5px);
}

.hdr-icon-link:hover .hdr-cart-count {
	border-color: white;
}

.hdr-icon-link {
	position: relative;
}

.hdr-icon-link:nth-child(1):after {
	content: "Account" !important;
}

.hdr-icon-link:nth-child(3):after {
	content: "Courses" !important;
}

.hdr-icon-link:after {
	content: "Cart";
	font: 700 10px "Inter";
	min-width: 100%;
	text-align: center;
	color: white;
	text-transform: uppercase;
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	transform: translate3D(-50%, -4px, 0);
	transition: all .2s ease;
	border-radius: 2px;
	pointer-events: none;
	opacity: 0;
	white-space: nowrap;
}

.hdr-icon-link:hover:after {
	opacity: 1;
	transform: translate3D(-50%, 0px, 0);
}

.footer-links-item:not(:first-child):last-child {
	margin-top: 45px;
}

@media (hover: none) and (pointer: coarse) {
	.hdr-icon-link:after {
		opacity: 1;
		transform: translate3D(-50%, 0px, 0);
	}
}

@media (max-width: 1024px) {
	#menu-header li.menu-item ul.sub-menu a {
		color: white !important;
		font-size: 18px !important;
		padding-top: .8em !important;
		padding-bottom: .8em !important;
	}
	
	#menu-header li.menu-item ul.sub-menu {
		box-shadow: 0px 20px 40px -50px rgba(65, 43, 184, .1), 0px 10px 40px rgba(65, 43, 184, .2);
	}
}

@media (max-width: 480px) {
	.hdr-icon-link:after {
		opacity: 1;
		transform: translate3D(-50%, 0px, 0);
		color: #0e0e0e;
	}
	
	.footer-links-item:not(:first-child):last-child {
		margin-top: 40px;
	}
}

@media (min-width: 480px) {
	.hdr-col-3 > *:not(:first-child) {
		margin-left: 10px;
	}
}

/* Footer */
.footer-contact-item a {
	display: block;
	color: inherit;
}

.footer-contact-item a:hover {
	color: white;
	text-decoration: none;
}

.toggle-8705:hover .toggle-arrow circle, .toggle-8705-expanded .toggle-arrow circle {
	fill: #4142cb;
}

.toggle-8705:hover .toggle-arrow path, .toggle-8705-expanded .toggle-arrow path {
	stroke: white;
}

.toggle-8705-expanded .toggle-arrow {
	transform: rotate(180deg);
}

.faq-toggle.toggle-8705-expanded {
	border-bottom: none !important;
}

#div_block-106-110:last-of-type .toggle-topic-item {
	border-bottom: none;
}

.woocommerce .oxy-woo-element div.product .start-course-button form.cart {
	display: block;
}

.woocommerce .oxy-woo-element div.product .start-course-button form.cart button.button {
	box-shadow: 0px 30px 40px -10px rgba(7, 45, 69, .15), 0px 20px 20px rgba(9, 65, 99, .05);
	background-color: white;
	color: #4142cb;
	border: none;
	font: 600 16px "Poppins";
	border-radius: 100px;
	padding: 1em 2.3em;
}

.woocommerce .oxy-woo-element div.product .start-course-button form.cart button.button:hover {
	color: white;
	background-color: #4142cb;
	border: none;
}

.prd-price p.price del {
	display: inline-block !important;
}

.woocommerce .oxy-woo-element div.product .add-to-cart-btn form.cart button.button {
	background: #4142cb linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	border: none !important;
}

.woocommerce .oxy-woo-element div.product .add-to-cart-btn form.cart button.button:hover {
	background: #4142cb;
}

@media (max-width: 480px) {
	.shop-grid .shop-card-link {
		min-height: 300px;
	}
	
	.woocommerce .oxy-woo-element div.product .start-course-button form.cart button.button {
		font-size: 14px;
	}
}

/* Pagination Start */
.oxy-repeater-pages-wrap {
	--number-color: #8b939f;
	--number-hover-color: #4142cb;
	--active-number-color: white;
	--active-number-bg: #4142cb;
	--number-size: 16px;
	--font-weight: 500;
	--border-radius: 4px;
}

.hide-pages .oxy-repeater-pages-wrap {
	display: none;
}

.oxy-repeater-pages-wrap {
	grid-column: 1/-1;
	padding-top: 60px;
	border-top: 1px solid rgba(133, 133, 133, .2);
	flex-grow: 1;
}

.page-numbers {
	font-size: var(--number-size);
	font-weight: var(--font-weight);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.page-numbers:not(:first-child) {
	margin-left: 5px;
}

span.page-numbers.current {
	background-color: var(--active-number-bg);
	border-radius: var(--border-radius);
	color: var(--active-number-color);
}

span.page-numbers, a.page-numbers:not(.next):not(.prev) {
	width: 2.6em;
	height: 2.6em;
}

a.page-numbers {
	color: var(--number-color);
}

a.page-numbers:hover {
	color: var(--number-hover-color);
	text-decoration: none;
}

/* Pagination End */

/* ----- Product Column Start ----- */
.wp-block-woocommerce-cart .wc-block-cart h2.wc-block-components-title {
	margin-bottom: 30px !important;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items {
	border-collapse: collapse;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 400 !important;
	font-size: 16px;
	text-transform: capitalize;
	text-align: left;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr.wc-block-cart-items__row {
	padding: 16px 0;
}

/* Remove Item */
.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
	cursor: pointer;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover {
	color: var(--wc-primary-color);
}

/* Product Image */
.wc-block-cart .wc-block-cart-items td {
	vertical-align: middle !important;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
	width: 88px;
	height: 88px;
	position: relative;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a {
	position: relative;
	display: block;
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 4px;
	background-image: linear-gradient(312.38deg, #e6ecec 2.5%, #f8f9f9 106.49%) !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel), .is-large.wc-block-cart .wc-block-components-sidebar > .wc-block-cart__totals-title, .is-large .wc-block-components-sidebar .wc-block-components-totals-item, .is-large .wc-block-components-sidebar .wc-blocks-components-panel, .is-large.wc-block-cart .wc-block-cart__payment-options, .wc-block-checkout__add-note {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image, .is-medium.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a, .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image, .is-small.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a, .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image, .is-mobile.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image a {
	width: auto;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: var(--wc-product-image-size);
}

/* Product Name */
.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product {
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name {
	color: var(--wc-heading-color);
}

.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product a.wc-block-components-product-name:hover {
	color: var(--wc-primary-color);
}

/* ----- Product Column End ----- */

/* ----- Checkout Column Start ----- */
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
	color: var(--wc-primary-color);
	cursor: pointer;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
	margin-bottom: 20px;
}

.wc-blocks-components-panel__button {
	padding: 14px 0;
}

/* ----- Checkout Column End ----- */
@media (max-width: 1024px) {
	.wc-block-components-sidebar-layout {
		flex-direction: Column;
	}
	
	.wc-block-components-sidebar {
		max-width: 600px;
		width: 100%;
		padding: 70px 0 30px 30px !important;
	}
	
	.wc-block-components-sidebar:after {
		left: -20px !important;
	}
	
	.wc-block-components-main {
		width: 100% !important;
		padding: 50px 30px !important;
	}
}

@media (max-width: 768px) {
	.wc-block-components-sidebar {
		max-width: 100%;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.wc-block-components-main {
		padding: 50px 0px !important;
	}
}

@media (max-width: 480px) {
	.wc-block-components-sidebar {
		max-width: 100%;
		padding: 30px 0 !important;
	}
}

.wc-block-components-title {
	display: none;
}

:root {
	--wc-primary-color: #4142cb;
	--wc-heading-color: #070707;
	--wc-border-color: #daddf2;
	--wc-sidebar-color: #f5f6fd;
	--wc-button-hover: #0e0e0e;
	--wc-button-font-weight: 700;
	--wc-border-radius: 4px;
	--wc-step-color: #f5f6fd;
	--wc-step-text-color: #4142cb;
	--wc-primary-font: "Inter";
	--wc-main-button-color: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	--wc-quantity-color: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	--wc-product-image-size: cover;
}

/* Heading colors */
.wc-block-components-title, .wc-block-components-totals-item__label, .wc-block-components-radio-control__label, .wc-blocks-components-panel h2, .wc-block-components-totals-item__value, .wc-block-components-product-price {
	color: var(--wc-heading-color);
	font-weight: 600;
	font-family: var(--wc-primary-font);
}

body .wc-block-components-totals-item__label {
	font-weight: 400;
}

/* Border colors */
.wc-block-cart .wc-block-cart-items td:after, .wc-block-cart .wc-block-cart-items:after, .wc-block-components-totals-shipping:after, .wc-block-components-radio-control__option:after, .wc-blocks-components-panel.has-border:after, .wc-block-checkout__add-note:after {
	border-color: var(--wc-border-color);
	opacity: 1 !important;
}

/* Woo Components Start */

/* Main Large Buttons */
.wc-block-cart__submit-button, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	background: var(--wc-main-button-color);
}

.wc-block-cart__submit-button:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover {
	background: var(--wc-button-hover);
}

/* Inputs */
.wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-textarea, .components-custom-select-control__button, .components-custom-select-control__menu:focus {
	border-color: var(--wc-border-color);
}

/* Checkbox */
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	color: var(--wc-primary-color);
	border-width: 1px;
	border-radius: var(--wc-border-radius);
}

/* Radio Button */
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	border: 1px solid var(--wc-primary-color);
	color: var(--wc-primary-color);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: var(--wc-primary-color);
}

/* Buttons */
.wc-block-components-button:not(.is-link) {
	background-color: var(--wc-primary-color);
	border: none;
	border-radius: var(--wc-border-radius);
	cursor: pointer;
	padding: 20px;
	font-weight: var(--wc-button-font-weight);
	text-transform: uppercase;
}

.wc-block-components-button:not(.is-link):hover {
	background-color: var(--wc-button-hover);
}

.wc-block-components-button:not(.is-link):disabled {
	background-color: darkgray;
	cursor: not-allowed;
}

.wc-block-components-button:not(.is-link):hover:disabled {
	background-color: darkgray;
}

.wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):focus {
	background-color: var(--wc-primary-color);
}

/* Coupon Chip */
.wc-block-components-chip {
	background: transparent;
	border: 1px solid var(--wc-primary-color);
	color: var(--wc-primary-color);
	font-size: 12px;
	padding: 4px 10px;
}

.wc-block-components-chip:hover {
	background-color: transparent;
	color: var(--wc-primary-color);
}

.wc-block-components-chip .wc-block-components-chip__remove svg {
	fill: var(--wc-primary-color);
	cursor: pointer;
}

/* Sale Badge */
.wc-block-components-sale-badge {
	font-size: 12px;
	font-weight: 400;
	padding: 0 5px;
	margin-top: 10px;
	color: var(--wc-primary-color);
}

/* Quantity Selector */
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	color: var(--wc-primary-color);
}

.wc-block-components-quantity-selector {
	border-color: var(--wc-border-color);
}

/* Woo Components End */

/* Common Styles Start */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
	margin-bottom: 0;
	overflow: hidden;
}

.wc-block-components-sidebar-layout button {
	transition: all .3s ease;
}

.wc-block-components-sidebar-layout {
	max-width: 1352px;
	padding: 0 20px;
	margin-bottom: 0 !important;
}

.wc-block-components-main {
	padding: 70px 50px 70px 0;
}

.wc-block-components-sidebar {
	padding: 70px 0 70px 40px;
	background-color: var(--wc-sidebar-color);
	position: relative;
}

.wc-block-components-sidebar:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--wc-sidebar-color);
	width: 2000px;
	z-index: -1;
}

.wc-block-components-totals-item:not(:first-of-type):not(:last-of-type):after {
	opacity: 0;
}

.wc-block-components-checkout-return-to-cart-button svg {
	width: 18px;
	height: 18px;
}

.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-components-checkout-policies__item > a:hover {
	color: var(--wc-primary-color);
}

.wc-block-components-radio-control__option {
	padding-top: 20px;
}

/*.wc-block-components-radio-control__option-layout {
  padding-bottom: 20px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 20px;
}*/

/* Common Styles End */

/* Empty Cart Start */
.wp-block-woocommerce-cart > div:not(.wc-block-components-sidebar-layout):not(.with-scroll-to-top__scroll-point) {
	max-width: 1312px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.wp-block-woocommerce-cart > div:not(.wc-block-components-sidebar-layout) h2 {
	color: var(--wc-heading-color);
	margin: 1em 0;
}

.wp-block-woocommerce-cart > div:not(.wc-block-components-sidebar-layout) h2.wc-block-cart__empty-cart__title {
	font-size: 20px;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product {
	border: none;
	padding: 20px;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
	height: 250px;
	background: linear-gradient(312.38deg, #e6ecec 2.5%, #f8f9f9 106.49%);
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
	object-fit: var(--wc-product-image-size);
	width: 100%;
	height: 100%;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
	color: var(--wc-heading-color);
	font-weight: 400;
	font-size: 20px;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
	border-color: var(--wc-primary-color);
	color: var(--wc-primary-color);
	font-weight: 400;
	padding: 0 10px;
	text-transform: capitalize;
}

.wp-block-woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price * {
	font-weight: 400;
}

@media (max-width: 768px) {
	.wp-block-woocommerce-cart > div:not(.wc-block-components-sidebar-layout):not(.with-scroll-to-top__scroll-point) {
		padding-top: 100px;
	}
}

/* Empty Cart End */

/* Steps Counter Start */
.is-large .wc-block-components-form .wc-block-components-checkout-step, .is-large .wc-block-checkout__actions {
	padding-left: 70px;
	padding-right: 100px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
	width: 48px;
	height: 48px;
	background-color: var(--wc-step-color);
	color: var(--wc-step-text-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -46px;
	top: -12px;
	font-size: 16px;
	font-family: var(--wc-primary-font);
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	top: -5px;
	left: -46px;
	height: 112%;
	border-color: var(--wc-border-color);
	opacity: 1;
}

/* Steps Counter End */

/* Payment Methods Start */
.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
	padding: 20px 16px;
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
	color: var(--wc-primary-color);
}

.wc-block-components-tabs .wc-block-components-tabs__content {
	padding-bottom: 0;
	outline: none;
}

.wc-block-components-payment-method-icons {
	margin-bottom: 20px;
}

.wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
	font-weight: 400;
	font-size: 16px;
	font-family: var(--wc-primary-font);
	color: var(--wc-heading-color);
}

.wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: 8em;
	min-width: min(8em, calc(24% - 12px));
}

.wc-block-gateway-container .wc-block-gateway-input {
	border-color: var(--wc-border-color);
}

/* Payment Methods End */

/* Order Summary Image Start */
.wc-block-components-order-summary-item__image {
	width: 64px;
	height: 64px;
	background: linear-gradient(312.38deg, #e6ecec 2.5%, #f8f9f9 106.49%);
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	position: relative;
}

.wc-block-components-order-summary-item__image img {
	width: 100%;
	height: 100%;
	object-fit: var(--wc-product-image-size);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.wc-block-components-order-summary__content {
	border-spacing: 0 26px;
}

.wc-block-components-order-summary h2 {
	margin-bottom: -26px;
}

/* Order Summary Image End */
.wc-block-checkout__add-note {
	padding: 24px 0;
}

.wc-block-components-order-summary-item:not(:last-of-type) {
	margin-bottom: 26px;
}

.wc-block-components-order-summary-item:last-child > div {
	padding-bottom: 16px;
}

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
	vertical-align: middle;
}

.wc-block-components-order-summary-item__quantity {
	border: none;
	background: var(--wc-quantity-color);
	color: white;
	width: 22px;
	height: 22px;
	top: 0;
	box-shadow: none;
	font-weight: 700;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: var(--wc-heading-color);
}

.wc-block-components-product-name:hover {
	color: var(--wc-primary-color);
}

.wc-block-components-order-summary .wc-blocks-components-panel__content {
	padding-bottom: 0;
}

.wc-block-components-checkout-policies {
	padding-left: 0;
}

@media (max-width: 1024px) {
	.is-large .wc-block-components-form .wc-block-components-checkout-step, .is-large .wc-block-checkout__actions {
		padding-right: 0 !important;
	}
}

@media (max-width: 768px) {
	/*
  .is-medium .wc-block-checkout__sidebar,
  .is-mobile .wc-block-checkout__sidebar,
  .is-small .wc-block-checkout__sidebar {
    padding-top: 120px !important;
  }
  */
	.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
		padding: 50px 30px !important;
	}
}

@media (max-width: 480px) {
	.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
		padding: 0 0 30px 0px !important;
	}
	
	.wc-block-components-form .wc-block-components-checkout-step {
		padding-left: 0px !important;
	}
	
	.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
		position: relative;
		top: 0;
		left: 0;
		transform: translateX(0px);
		margin-right: 15px;
		width: 40px;
		height: 40px;
	}
	
	.wc-block-components-checkout-step__heading h2 {
		display: flex;
		align-items: center;
	}
	
	.wc-block-checkout__actions {
		padding-left: 0 !important;
	}
}

.fluentform {
	--ff-button-color: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	--ff-button-hover-color: black;
	--ff-input-color: #7c7b7b;
	--ff-input-border-color: #daddf2;
	--ff-button-border-radius: 4px;
	--ff-font-family: "Inter";
}

body .fluentform .ff-el-form-control {
	border: 1px solid var(--ff-input-border-color);
	min-height: 56px;
	padding: 14px 24px;
	font: 400 16px var(--ff-font-family);
	color: var(--ff-input-color);
	border-radius: var(--ff-button-border-radius);
}

body .fluentform .ff-btn {
	background: var(--ff-button-color);
	border: none;
	height: 56px;
	padding: 14px 24px;
	font-weight: 700;
	font-family: var(--ff-font-family);
	min-width: 210px;
	color: white;
}

body .fluentform .ff-btn:hover {
	background: var(--ff-button-hover-color);
	opacity: 1;
}

body .fluentform .ff-name-field-wrapper .ff-t-container {
	display: flex;
	flex-direction: column;
}

body .fluentform .ff-name-field-wrapper .ff-t-container .ff-t-cell {
	padding: 0;
}

body .fluentform .ff-el-group {
	margin-bottom: 16px;
}

body .fluentform .ff_submit_btn_wrapper {
	margin-top: 32px;
}

/* Form white start */
body .common-form-style .fluentform .ff-el-form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid #daddf2;
	border-radius: 0px;
	padding: 20px 0;
	font: 400 16px "Poppins";
	color: white;
}

body .common-form-style .fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

body .common-form-style .fluentform .ff-el-form-control::-moz-placeholder {
	color: white;
	opacity: 1;
}

body .common-form-style .fluentform .ff-el-form-control:-ms-input-placeholder {
	color: white;
	opacity: 1;
}

body .common-form-style .fluentform .ff-el-form-control::-ms-input-placeholder {
	color: white;
	opacity: 1;
}

body .common-form-style .fluentform .ff-el-form-control::placeholder {
	color: white;
	opacity: 1;
}

body .common-form-style .fluentform .ff-btn {
	background: white;
	color: #4142cb;
	font-weight: 600;
	padding: 14px 20px;
	height: auto;
	min-width: unset;
	box-shadow: 0px 30px 40px -10px rgba(7, 45, 69, .15), 0px 20px 20px rgba(9, 65, 99, .05);
}

body .common-form-style .fluentform .ff-btn:hover {
	background: #4142cb;
	color: white;
}

body .form-white-style .fluentform .ff-el-form-control {
	border: 1px solid #daddf2;
	border-radius: 5px;
	padding: 12px 16px;
}

body .form-white-style .fluentform .ff-btn {
	width: 100%;
	font: 500 16px "Poppins";
	padding: 16px 20px;
}

body .form-white-style .fluentform .ff-el-form-control::-webkit-input-placeholder {
	opacity: .75;
}

body .form-white-style .fluentform .ff-el-form-control::-moz-placeholder {
	opacity: .75;
}

body .form-white-style .fluentform .ff-el-form-control:-ms-input-placeholder {
	opacity: .75;
}

body .form-white-style .fluentform .ff-el-form-control::-ms-input-placeholder {
	opacity: .75;
}

/* Form white end */

/* Overrides */
.oxy-stock-content-styles, .ld-tab-content {
	--rt_headingColor: #0e0e0e;
	--rt_quoteColor: #0e0e0e;
	--rt_quoteBorderColor: #daddf2;
}

/* GROUP Post Richtext
-------------------------------------------------- */
.oxy-stock-content-styles ul, .ld-tab-content ul {
	padding-left: 18px;
}

.oxy-stock-content-styles li, .ld-tab-content li {
	padding-left: 10px;
}

.oxy-stock-content-styles, .ld-tab-content, .oxy-stock-content-styles li, .ld-tab-content li {
	font-size: 16px;
	margin-bottom: 10px;
}

.oxy-stock-content-styles>:first-child, .ld-tab-content>:first-child {
	margin-top: 0 !important;
}

body .oxy-stock-content-styles p {
	margin: 0;
}

body .oxy-stock-content-styles p:not(:first-of-type) {
	margin-top: 1em !important;
	margin-bottom: 0 !important;
}

.oxy-stock-content-styles hr {
	margin: 2em 0;
	border-top: 1px solid var(--rt_quoteBorderColor);
	border-bottom: none;
}

/* GROUP Headings
-------------------------------------------------- */
.ld-tab-content h2, .ld-tab-content h3, .ld-tab-content h4, .ld-tab-content h5, .ld-tab-content h6, .oxy-stock-content-styles h2, .oxy-stock-content-styles h3, .oxy-stock-content-styles h4, .oxy-stock-content-styles h5, .oxy-stock-content-styles h6 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: var(--rt_headingColor);
	font-weight: 500;
}

.oxy-stock-content-styles h2, .ld-tab-content h2 {
	font-size: 2.5em;
}

.oxy-stock-content-styles h3, .ld-tab-content h3 {
	font-size: 2em;
}

.oxy-stock-content-styles h4, .ld-tab-content h4 {
	font-size: 1.625em;
}

.oxy-stock-content-styles h5, .ld-tab-content h5 {
	font-size: 20px;
}

.oxy-stock-content-styles h6, .ld-tab-content h6 {
	font-size: 18px;
}

/* !GROUP End of Headings
-------------------------------------------------- */

/* ELEM Paragraph ------------------------------------------ */
.oxy-stock-content-styles p, .ld-tab-content p {
	line-height: 180%;
	font-size: 16px;
}

.oxy-stock-content-styles p:not(:first-of-type), .ld-tab-content p:not(:first-of-type) {
	margin: 1em 0 0 0;
}

/* GROUP Figure
-------------------------------------------------- */
.oxy-stock-content-styles figure, .ld-tab-content figure {
	margin: 3.125em 0;
}

.oxy-stock-content-styles figure img, .ld-tab-content figure img {
	height: auto;
}

/* !GROUP End of Figure
-------------------------------------------------- */

/* GROUP Blockquote
-------------------------------------------------- */
blockquote {
	border-left: 2px solid var(--rt_quoteBorderColor);
	margin: 2.5em 0;
	padding-left: 30px;
}

blockquote p {
	color: var(--rt_quoteColor);
	font-size: 18px !important;
}

blockquote cite {
	font-style: normal;
	font-size: 16px;
}

/* !GROUP End of Blockquote
-------------------------------------------------- */

/* GROUP Media Queries
-------------------------------------------------- */
@media (max-width: 1024px) {
	.oxy-stock-content-styles, .ld-tab-content {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.oxy-stock-content-styles, .ld-tab-content {
		font-size: 12px;
	}
	
	blockquote {
		padding-left: 35px;
	}
}

@media (max-width: 480px) {
	.oxy-stock-content-styles, .ld-tab-content {
		font-size: 10px;
	}
	
	.oxy-stock-content-styles h4, .ld-tab-content h4 {
		font-size: 20px;
	}
	
	.oxy-stock-content-styles h5, .ld-tab-content h5 {
		font-size: 18px;
	}
	
	.oxy-stock-content-styles h6, .ld-tab-content h6 {
		font-size: 16px;
	}
	
	blockquote {
		padding-left: 20px;
	}
	
	blockquote p {
		font-size: 16px !important;
	}
}

/* !GROUP End of Media Queries
-------------------------------------------------- */

/* !GROUP End of Post Richtext
-------------------------------------------------- */

/* Overrides */
.blog-comments {
	--commentPrimaryColor: #4142cb;
	--commentFont: "Poppins";
	--commentTextColor: #7c7b7b;
	--commentHeadingColor: #0e0e0e;
	--commentLinkColor: #7c7b7b;
	--commentButtonColor: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	--commentButtonHoverColor: #4142cb;
	--commentInputBorderColor: #daddf2;
	--commentButtonBorderRadius: 4px;
}

/* Comment Form
-------------------------------------------------- */
.blog-comments .oxy-comment-form *, .blog-comments .oxy-comments * {
	transition: all .2s ease;
}

.blog-comments .oxy-comment-form #reply-title, .blog-comments .oxy-comments h3.comments-title {
	color: var(--commentHeadingColor);
	font-family: var(--commentFont);
}

@media (max-width: 768px) {
	.blog-comments .oxy-comment-form #reply-title, .blog-comments .oxy-comments h3.comments-title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.blog-comments .oxy-comment-form #reply-title, .blog-comments .oxy-comments h3.comments-title {
		font-size: 18px;
	}
}

/* Input, Textarea
-------------------------------------------------- */
.blog-comments .oxy-comment-form input[type=text], .blog-comments .oxy-comment-form textarea {
	border-radius: 4px;
	border-color: var(--commentInputBorderColor);
	font-family: var(--commentFont);
	color: var(--commentTextColor);
}

.blog-comments .oxy-comment-form input[type=text]:hover, .blog-comments .oxy-comment-form textarea:hover {
	border-color: #c4c4c4;
}

.blog-comments .oxy-comment-form input[type=text] {
	height: 50px;
}

.blog-comments .oxy-comment-form textarea {
	padding: 20px;
}

/* End of Input, Textarea
-------------------------------------------------- */

/* ELEM Label ------------------------------------------ */
.blog-comments .oxy-comment-form label {
	font-weight: 400;
	font-family: var(--commentFont);
	color: var(--commentHeadingColor);
	margin-bottom: 5px;
	display: block;
}

/* Submit Button
-------------------------------------------------- */
.blog-comments .oxy-comment-form .form-submit input#submit {
	font: 600 14px var(--commentFont);
	color: white;
	text-transform: uppercase;
	width: auto;
	height: 48px;
	background: var(--commentButtonColor);
	border-radius: var(--commentButtonBorderRadius);
	border: none;
	padding: 0 40px;
}

.blog-comments .oxy-comment-form .form-submit input:hover {
	background-color: #000;
}

/* End of Submit Button
-------------------------------------------------- */

/* Consent Checkbox
-------------------------------------------------- */
.blog-comments .oxy-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.blog-comments .oxy-comment-form .comment-form-cookies-consent input {
	width: auto;
	margin-right: 10px;
}

/*End of Consent Checkbox
-------------------------------------------------- */

/* Logged in as
-------------------------------------------------- */
.blog-comments .oxy-comment-form .logged-in-as {
	margin-bottom: 20px;
}

.blog-comments .oxy-comment-form .logged-in-as a {
	font-size: 12px;
	font-family: var(--commentFont);
	text-decoration: none;
	margin-right: 15px;
	color: var(--commentLinkColor);
}

.blog-comments .oxy-comment-form .logged-in-as a:hover {
	color: var(--commentPrimaryColor);
}

.blog-comments .oxy-comment-form .logged-in-as a:last-of-type {
	padding: 1px 12px 3px;
	font-size: 12px;
	border: 1px solid var(--commentLinkColor);
	border-radius: var(--commentButtonBorderRadius);
	display: inline-block;
}

.blog-comments .oxy-comment-form .logged-in-as a:hover:last-of-type {
	border-color: var(--commentPrimaryColor);
	color: var(--commentPrimaryColor);
}

/* End of Logged in as
-------------------------------------------------- */

/* End of Comment Form
-------------------------------------------------- */

/* Comment List
-------------------------------------------------- */
.blog-comments .oxy-comments img.avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.blog-comments .oxy-comments .comment-author {
	font-size: 16px;
	font-family: var(--commentFont);
	color: #1d2433;
}

.blog-comments .oxy-comments .comment-author img {
	margin-right: 16px;
}

.blog-comments .oxy-comments .comment-author b {
	font-weight: 400;
	color: var(--commentHeadingColor);
}

.blog-comments .oxy-comments .comment-author .says {
	display: none;
}

.blog-comments .oxy-comments footer.comment-meta {
	margin-bottom: 20px;
}

.blog-comments .oxy-comments .comment-metadata a {
	text-decoration: none;
	font-size: 12px;
	font-family: var(--commentFont);
	color: var(--commentLinkColor);
}

.blog-comments .oxy-comments .comment-metadata a:hover {
	color: var(--commentPrimaryColor);
}

.blog-comments .oxy-comments .comment-metadata a.comment-edit-link {
	padding: 2px 12px;
	border-radius: var(--commentButtonBorderRadius);
	border: 1px solid var(--commentLinkColor);
}

.blog-comments .oxy-comments .comment-metadata a.comment-edit-link:hover {
	border-color: var(--commentPrimaryColor);
	color: var(--commentPrimaryColor);
}

.blog-comments .oxy-comments .reply a {
	font-family: var(--commentFont);
	text-decoration: none;
	padding: 2px 20px;
	border: 1px solid var(--commentPrimaryColor);
	border-radius: var(--commentButtonBorderRadius);
	color: var(--commentPrimaryColor);
}

.blog-comments .oxy-comments .reply a:hover {
	background-color: var(--commentPrimaryColor);
	border-color: var(--commentPrimaryColor);
	color: white;
}

.blog-comments .oxy-comments .comment-content p {
	font-family: var(--commentFont);
	color: var(--commentTextColor);
	font-size: 14px;
}

/* End of Comment List
-------------------------------------------------- */
.shows-arch-card:hover .shows-card-play-img {
	transform: scale(1.1);
}

a:hover .play-btn-centered {
	transform: translate(-50%, -50%) scale(1.15);
}

.post-slider-item img.play-btn-centered {
	top: 40%;
}

.blog-hero .hero-color {
	transform: translateX(-24%) scale(2);
}

/* Categories widget start */
.category-links h2.widgettitle {
	font: 500 24px "Poppins" !important;
	margin-bottom: 20px;
	padding: 0 16px;
}

.category-links ul {
	padding-left: 0;
	list-style: none;
}

.category-links li.cat-item:before {
	display: none;
}

.category-links li.cat-item {
	line-height: 1;
	margin-bottom: 4px;
	border-radius: 4px;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 16px;
}

.category-links li.cat-item:hover, .category-links li.cat-item.current-cat {
	background-color: #f5f6fd;
}

.category-links li.cat-item:hover a, .category-links li.cat-item.current-cat a {
	color: #4142cb;
	text-decoration: none;
}

.category-links li.cat-item a {
	font-size: 18px;
	color: #0e0e0e;
	transition: all .2s ease;
	flex-grow: 1;
	padding: 12px 16px;
}

.category-links li.cat-item span.count {
	color: #828282;
}

.category-dropdown h2.widgettitle {
	font: 500 20px "Poppins" !important;
	margin-bottom: 10px;
}

.category-dropdown form select {
	padding: 14px 16px;
	font-family: "Poppins";
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #daddf2;
	appearance: none;
	background: url("https://woocommerce-518255-1665771.cloudwaysapps.com/wp-content/uploads/2021/01/chevron.png") no-repeat calc(100% - 16px) 50%/10px auto;
}

/* Categories widget end */
.woocommerce-tabs .wc-tabs, #comments .woocommerce-Reviews-title, #comments .comment_container .comment-text .woocommerce-review__dash {
	display: none !important;
}

.woocommerce-tabs .panel {
	padding: 0 !important;
}

.woocommerce .oxy-product-tabs #reviews #comments ol.commentlist li img.avatar {
	position: static;
	float: none;
	border: none;
	padding: 0;
	width: 64px;
	flex-shrink: 0;
	margin-right: 24px;
}

.woocommerce #reviews #comments ol.commentlist li {
	border-bottom: 1px solid #daddf2;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li:last-of-type {
	margin-bottom: 0;
}

.woocommerce .oxy-product-tabs #reviews #comments ol.commentlist .comment_container {
	display: flex;
	align-items: flex-start;
}

.woocommerce .oxy-product-tabs #reviews #comments ol.commentlist li .comment-text {
	margin-left: 0;
	border: none;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	padding-left: 0;
}

#comments .comment_container .comment-text .star-rating {
	float: none;
	margin-bottom: 26px;
}

#comments .comment_container .comment-text .star-rating span, #comments .comment_container .comment-text .star-rating:before {
	color: #ffbd09;
}

#comments .comment_container .comment-text .meta {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	order: -1;
	margin-bottom: 5px !important;
}

#comments .comment_container .comment-text .woocommerce-review__author {
	font-weight: 700;
	font-size: 16px;
}

#comments .comment_container .comment-text .woocommerce-review__published-date {
	display: block;
	font-style: normal;
	font-size: 14px;
}

#comments .comment_container .comment-text .description {
	order: 3;
}

#comments .comment_container .comment-text .description p:last-of-type {
	margin-bottom: 0 !important;
}

body.woocommerce .oxy-product-tabs #reviews #review_form_wrapper {
	padding-top: 35px;
}

body.woocommerce .oxy-product-tabs #review_form #respond {
	padding: 0;
	border: none;
}

body.woocommerce .oxy-product-tabs #review_form #respond #reply-title {
	margin-bottom: 26px;
	display: block;
}

body.woocommerce .oxy-product-tabs #review_form #respond label {
	margin-bottom: 8px;
	display: block;
}

body.woocommerce .oxy-product-tabs #review_form #respond form p.stars {
	font-size: 18px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form textarea {
	height: 120px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form input[type=submit] {
	padding: 12px 36px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form input[type=text], body.woocommerce .oxy-product-tabs #review_form #respond form input[type=email] {
	width: 100%;
	height: 46px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form p.comment-form-cookies-consent {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form .comment-notes {
	margin-bottom: 30px;
	font-size: 14px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form p.comment-form-cookies-consent>input {
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

body.woocommerce .oxy-product-tabs #review_form #respond form p.comment-form-cookies-consent>label {
	margin: 0px;
	font-size: 14px;
}

@media (max-width: 480px) {
	.woocommerce .oxy-product-tabs #reviews #comments ol.commentlist li img.avatar {
		width: 44px;
		margin-right: 16px;
	}
	
	#comments .comment_container .comment-text .description p {
		font-size: 14px;
	}
	
	.woocommerce #reviews #comments ol.commentlist ul.children {
		margin-left: 20px;
	}
	
	#comments .comment_container .comment-text .woocommerce-review__published-date {
		font-size: 12px;
	}
}

/* Smartphones, Touchscreens */
@media (hover: none) and (pointer: coarse) {
	body.woocommerce .oxy-product-tabs #review_form #respond form p.stars {
		font-size: 32px;
	}
	
	body.woocommerce .oxy-product-tabs #review_form #respond form p.stars a {
		width: 40px;
		height: 40px;
	}
}

:root {
	--ld-complete-color: #27ae60;
	--ld-light-blue: #f5f6fd;
	--ld-font-weight: 500;
	--ld-heading-font: "Poppins";
	--ld-heading-color: #0e0e0e;
	--ld-border-color: #daddf2;
}

.learndash-wrapper h1, .learndash-wrapper h2, .learndash-wrapper h3, .learndash-wrapper h4, .learndash-wrapper h5, .learndash-wrapper h6, .learndash-wrapper .ld-button, .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title, .learndash-wrapper .ld-expand-button, .learndash-wrapper .ld-status, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components, .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
	font-weight: var(--ld-font-weight) !important;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading, .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading, .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
	font-family: var(--ld-heading-font) !important;
	font-weight: var(--ld-font-weight);
	color: var(--ld-heading-color);
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
	display: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled, .learndash-wrapper .ld-breadcrumbs {
	min-height: 70px;
	padding: 20px;
	background-color: #f5f6fd;
}

/* Naviation tabs start */
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
	font-weight: var(--ld-font-weight);
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#3c55cf), to(#2ba2e0)) !important;
	background: -o-linear-gradient(left, #3c55cf 0%, #2ba2e0 100%) !important;
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%) !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
	height: 1px;
	background: var(--ld-border-color);
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
	color: #4142cb;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) and (-webkit-text-fill-color: transparent) {
	.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active span {
		background-image: -o-linear-gradient(left, #3c55cf 0%, #2ba2e0 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(#3c55cf), to(#2ba2e0));
		background-image: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/* Naviation tabs end */
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-top: 0px;
}

.learndash-wrapper .ld-course-status .ld-status.ld-status-complete, .learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
	background-image: -webkit-gradient(linear, left top, right top, from(#3c55cf), to(#2ba2e0));
	background-image: -o-linear-gradient(left, #3c55cf 0%, #2ba2e0 100%);
	background-image: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	letter-spacing: 0;
	font: var(--ld-font-weight) 14px var(--ld-heading-font) !important;
	border-radius: 50px;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete, .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper .ld-button {
	letter-spacing: 0;
	font: var(--ld-font-weight) 13px var(--ld-heading-font) !important;
	border-radius: 50px;
	padding: 10px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a.ld-button {
	background-color: transparent !important;
	border: 1px solid #4142cb !important;
	color: #4142cb;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) > form {
	width: auto;
	margin-left: 20px;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) > form input.learndash_mark_complete_button {
	padding-right: 36px !important;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) > a {
	width: auto;
	margin: 0;
	font: var(--ld-font-weight) 13px var(--ld-heading-font) !important;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a.ld-button {
	background: -webkit-gradient(linear, left top, right top, from(#3c55cf), to(#2ba2e0));
	background: -o-linear-gradient(left, #3c55cf 0%, #2ba2e0 100%);
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
	font-size: .5em;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	border-bottom: 1px solid var(--ld-border-color);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
	background-color: var(--ld-light-blue) !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading {
	font-weight: var(--ld-font-weight);
	color: var(--ld-heading-color);
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
	font-size: 16px;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
	padding: 1.5em 1em;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-right: 1em;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon.ld-status-incomplete, .learndash-wrapper .ld-item-list .ld-item-list-item {
	border: 1px solid #c4c8e7;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger, .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
	background: transparent !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item.ld-is-current-lesson {
	background: #e9ebfb !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger span.ld-icon {
	background: #4142cb;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a {
	color: var(--ld-heading-color);
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action a.ld-button {
	margin: 0;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo a img {
	width: 100%;
}

@media (max-width: 768px) {
	.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
		display: none;
	}
}

@media (max-width: 640px) {
	.ld-focus-content .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action a.ld-button {
		padding: 0;
	}
}

/*=====================================
SECT My Account
======================================*/
.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 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize;
}

.woocommerce-order {
	max-width: 1340px;
	padding: 70px 20px;
	margin: 0 auto;
}

/* GROUP For this site
-------------------------------------------------- */
.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content>*:not(table):not(.woocommerce-Message) {
	padding-left: 20px;
	padding-right: 20px;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content form>h3 {
	display: none;
}

/* !GROUP End of For this site
-------------------------------------------------- */
.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
}

.oxy-woo-my-account .woocommerce {
	display: flex;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation {
	padding: 5%;
	padding-left: 0;
	border-right: 1px solid rgba(218, 221, 242, .5);
}

/* .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation::before {
    content: 'My Account';
    padding-left: 16px;
    font: 500 32px 'Poppins';
    color: #02273D;
    display: inline-block;
    margin-bottom: 30px;
} */
.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content {
	padding: 5%;
	padding-right: 0;
}

.oxy-woo-my-account .woocommerce input:not(#payment_method_stripe) {
	height: 48px;
}

.oxy-woo-my-account .woocommerce-MyAccount-navigation-link--customer-logout {
	order: 10;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
	font-size: 16px;
	line-height: 1.6;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone {
	margin-top: 15px;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content a.button.change_payment_method {
	margin: 10px 0;
}

/*body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content>*:not(table) {
  padding-left: 50px;
}*/

/* GROUP Payment method buttons fix
-------------------------------------------------- */
.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content a.fix {
	letter-spacing: 0 !important;
	text-transform: capitalize !important;
	font: 600 14px Quicksand !important;
	width: max-content;
	padding: 11px 22px;
	border-radius: 5px;
}

.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content a.button.fix:not(.delete):not(.default) {
	padding: 16px 44px;
}

/* !GROUP End of Payment method buttons fix
-------------------------------------------------- */

/*
@media (max-width: 1024px) {
  .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content {
    padding: 5%;
  }
}
*/
@media (max-width: 768px) {
	body .oxy-woo-my-account .woocommerce {
		flex-direction: column;
	}
	
	.oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content, body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation {
		padding: 5% 0 !important;
	}
	
	body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation {
		border: none;
	}
	
	body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content>*:not(table):not(.woocommerce-EditAccountForm):not(.woocommerce-Message) {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address, body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address {
		margin-bottom: 30px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		margin-right: 30px;
	}
}

@media (max-width: 480px) {
	body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
	
	body .oxy-woo-my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
		font-size: 16px !important;
	}
}

/*===========  !SECT End of My Account  ===========*/
.ld-course-list-content .ld-course-list-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 40px 30px;
}

.ld_course_grid {
	background: white;
	box-shadow: 0px 50px 80px -40px rgba(65, 66, 203, .15), 0px 30px 60px rgba(65, 66, 203, .1);
	display: flex;
	position: relative;
}

.ld_course_grid .ld_course_grid_price {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	background-color: #4142cb;
	color: white;
	font: 600 12px "Poppins";
	text-transform: uppercase;
	padding: .34em .84em;
	border-radius: 4px;
}

.ld_course_grid .ld_course_grid_price + a {
	display: flex;
	height: clamp(200px, 20vw, 300px);
}

.ld_course_grid .ld_course_grid_price + a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ld_course_grid > article > .caption {
	padding: 30px;
}

.ld_course_grid > article > .caption > * {
	display: flex;
}

.ld_course_grid > article > .caption p:empty {
	display: none;
}

.ld_course_grid .ld-progress, .ld_course_grid .ld-progress-heading {
	width: 100%;
}

.ld_course_grid .ld-progress .ld-progress-stats {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.ld_course_grid .ld-progress .ld-progress-stats div {
	margin-top: 5px;
}

.ld_course_grid .ld_course_grid_button a {
	color: white;
	border: none;
	padding: .6em 1.4em;
	line-height: 1;
	font: 600 13px "Poppins";
	text-transform: uppercase;
}

.ld_course_grid .ld_course_grid_button a:hover {
	color: white;
	text-decoration: none;
}

.blog-slider-feat-post-link:hover .post-watch-icon-circle {
	transform: scale(1.15);
}

.hero-nav-centered .hero-nav-link-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.ng-scope [data-aos] {
	opacity: 1;
	transform: translate(0) scale(1);
}

.ng-scope .hero-color {
	pointer-events: none;
}

html:not(.ng-scope) .clients-large-video {
	opacity: 0;
	position: absolute;
}

html:not(.ng-scope) .clients-large-video.video-active {
	animation-name: video-switch;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	position: static;
}

@keyframes video-switch {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* Misc styles start */
.hero-btn > *, .play-btn-overlay > * {
	position: relative;
	z-index: 2;
}

.hero-btn:hover:before, .play-btn-overlay:hover:before {
	opacity: 1;
}

/* Misc styles end */

/* Play button start */
.play-btn-ring-1, .play-btn-ring-2 {
	animation: playRings;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	opacity: 0;
}

.play-btn-ring-1 {
	animation-delay: 1.5s;
}

@keyframes playRings {
	0% {
		transform: scale(.3);
		opacity: 0;
		animation-timing-function: ease-in;
	}
	
	50% {
		transform: scale(.65);
		opacity: .6;
		animation-timing-function: ease-out;
	}
	
	100% {
		opacity: 0;
		transform: scale(1);
		animation-timing-function: ease-in;
	}
}

/* Play button end */

/* List style start */
.checklist ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.checklist li:not(:last-of-type) {
	margin-bottom: 1em;
}

.checklist li {
	background: url("https://woocommerce-518255-1665771.cloudwaysapps.com/wp-content/uploads/2021/01/list-icon.png") no-repeat 0 .32em/17px;
	padding-left: 34px;
}

.checklist.checklist-white li {
	background-image: url("https://woocommerce-518255-1665771.cloudwaysapps.com/wp-content/uploads/2021/01/list-icon-white.png");
	color: white;
}

.checklist.checklist-white li.nitro-lazy {
	background-image: none !important;
}

/* List style end */

/* Two columns reverse start */
.col2-sect-reverse .col2-left {
	padding-left: 0;
	padding-right: clamp(30px, 7vw, 112px);
}

@media (min-width: 768px) {
	.col2-sect-reverse .col2-right {
		grid-column: 1;
		grid-row: 1;
	}
}

.col2-sect-reverse .col-overlay-block {
	left: auto;
	right: 0;
}

/* Two columns reverse end */

/* Caoursel Arrows Start */
.carousel-arrow {
	background: transparent;
	border: none;
	color: #555;
	transition: all .2s ease;
	line-height: 0;
	padding: 10px 0;
	cursor: pointer;
	outline: none;
}

.carousel-arrow.blue-hover {
	color: #bdbdbd;
}

.carousel-arrow.blue-hover:hover, .carousel-arrow.blue-hover:focus {
	color: #4142cb;
}

.carousel-arrow.white-hover {
	color: rgba(255, 255, 255, .5);
}

.carousel-arrow.white-hover:hover, .carousel-arrow.white-hover:focus, .carousel-arrow:focus, .carousel-arrow:hover {
	color: white;
}

.carousel-arrow.carousel-arrow-next {
	margin-left: 10px;
}

.carousel-arrow.carousel-arrow-prev {
	transform: rotate(180deg);
	margin-right: 10px;
}

/* Caoursel Arrows End */

/* Page dots start */
.flickity-page-dots .dot {
	width: 6px;
	height: 6px;
	background: #7c7b7b;
	margin: 0 5px;
}

.flickity-page-dots .dot.is-selected {
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
}

/* Page dots end */

/* Course carousel start */

/*.course-slider-item a.shop-card-link {
  transform: scale(0.85);
  transform-origin: left bottom;
}

.course-slider-item:hover a.shop-card-link {
  box-shadow: 0px 80px 80px -40px rgba(28, 15, 97, 0.35), 0px 20px 60px rgba(25, 12, 94, 0.15);
}

.course-slider-item.is-selected {
  padding-right: 60px;
}*/
@media (max-width: 350px) {
	.course-slider-item {
		width: 95%;
	}
}

/* Course carousel end */

/* Add to Cart Button Start */
.woocommerce .ticket-cart-btn form div.quantity {
	display: none;
}

.woocommerce .oxy-product-cart-button.ticket-cart-btn button.button.alt {
	background: transparent !important;
	border: none !important;
	color: white !important;
	font: 500 .9em "Poppins";
	letter-spacing: 0;
	text-transform: none;
	position: relative;
}

.woocommerce .oxy-product-cart-button.ticket-cart-btn button.button.alt:before {
	content: "Add to Cart";
	color: #4142cb;
	position: absolute;
	text-align: left;
	width: 100%;
	padding: 0 20px;
}

.woocommerce .oxy-product-cart-button.ticket-cart-btn button.button.alt:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 24px;
	background: url("https://cdn-bloib.nitrocdn.com/fchzvxLWMzyMrgsQosynfvbFrUYmFwyl/assets/images/optimized/rev-0dd5e46/nathanialbibby.com/wp-content/uploads/2021/01/cart-arrow.png") no-repeat 50% 50%/contain;
	width: 16px;
	height: 12px;
	transition: right .2s ease;
}

.woocommerce .oxy-product-cart-button.ticket-cart-btn button.button.alt:hover:after {
	right: 18px;
}

/* Add to Cart Button End */

/* Cart Start */
.ticket-cart .woocommerce .shop_table thead, .ticket-cart .woocommerce form .shop_table tbody tr:last-child, .ticket-cart .woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-bottom: 0px;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
	margin-bottom: 0;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
	background: transparent;
	border: none;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal {
	display: none;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total {
	display: block;
	padding-top: 20px;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total > * {
	padding: 4px 0;
	display: block;
}

.ticket-cart .woocommerce .cart-collaterals .cart_totals a.checkout-button {
	padding: 20px;
	font: 500 18px "Poppins";
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	border-radius: 0;
	border: none;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item {
	display: block;
	position: relative;
	border: none;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item:not(:first-of-type) {
	border-top: 1px solid #daddf2;
	padding-top: 16px;
	margin-top: 16px;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-thumbnail, .ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-subtotal {
	display: none;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-quantity input {
	border: none;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-remove {
	position: absolute;
	top: 10px;
	right: 0px;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-remove a {
	color: #7c7b7b !important;
}

.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td {
	padding: 5px 0;
	display: block;
}

@media (min-width: 769px) {
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-price, .ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-quantity {
		display: inline-block;
	}
	
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-quantity {
		margin-left: 10px;
	}
}

@media (max-width: 768px) {
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item {
		padding-bottom: 40px;
	}
	
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-remove {
		top: auto;
		right: 0px;
		bottom: 0px;
	}
	
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-quantity input {
		margin-right: 0;
	}
	
	.ticket-cart .woocommerce .woocommerce-cart-form__cart-item td.product-remove a:after {
		content: " Remove";
		font-size: 16px;
		display: inline-block;
		position: relative;
		bottom: 1px;
		margin-left: 5px;
	}
	
	.ticket-cart .woocommerce .cart-collaterals .cart_totals .shop_table .order-total th {
		display: none;
	}
}

/* Cart End */

/*=====================================
SECT Checkout
======================================*/
#billing_email_field {
	margin-bottom: 50px;
}

#woo-checkout .woocommerce form.checkout #customer_details .woocommerce-billing-fields>h3:first-of-type {
	display: none;
}

/* ELEM Form Grid ------------------------------------------ */
#woo-checkout .woocommerce form.checkout {
	display: grid;
	grid-template-columns: 1fr .65fr;
	grid-template-rows: auto 1fr;
}

/* ELEM Remember Login Checkbox ------------------------------------------ */
#woo-checkout .woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-top: 0;
}

/* SUBSEC Billing Details
-------------------------------------------------- */
#woo-checkout .woocommerce form.checkout #customer_details {
	grid-row-start: 1;
	grid-row-end: 3;
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
	align-items: flex-end;
}

#woo-checkout .woocommerce form.checkout #customer_details label {
	margin-bottom: 2px;
	margin-top: 15px;
}

/* GROUP Col 1, Col2
-------------------------------------------------- */
#woo-checkout .woocommerce form.checkout #customer_details .col-1, #woo-checkout .woocommerce form.checkout #customer_details .col-2 {
	width: 100%;
	max-width: 800px;
	padding-top: 0;
	padding-left: 50px;
	padding-right: 100px;
}

#woo-checkout .woocommerce form.checkout #customer_details .col-1 {
	padding-bottom: 50px;
}

#woo-checkout .woocommerce form.checkout #customer_details .col-2 {
	padding-bottom: 10%;
}

/* !GROUP End of Col 1, Col2
-------------------------------------------------- */

/* GROUP Coupon Form
-------------------------------------------------- */
.oxy-woo-checkout .woocommerce-form-coupon-toggle {
	margin-top: 20px;
}

.oxy-woo-checkout .woocommerce-form-coupon-toggle>.woocommerce-info {
	padding: 20px 0;
	margin-bottom: 0;
}

.oxy-woo-checkout .woocommerce-form-coupon-toggle>.woocommerce-info:before {
	position: static;
	margin-right: 20px;
}

.oxy-woo-checkout .woocommerce form.woocommerce-form-coupon {
	padding: 0;
	margin: 0;
}

.oxy-woo-checkout .woocommerce form.woocommerce-form-coupon>p:first-child {
	display: none;
}

.oxy-woo-checkout .woocommerce form.woocommerce-form-coupon>p.form-row {
	margin-bottom: 0px;
}

.oxy-woo-checkout .woocommerce form.woocommerce-form-coupon>p.form-row button.button {
	font-size: 14px;
	letter-spacing: 0;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 19px 26px;
}

/* !GROUP End of Coupon Form
-------------------------------------------------- */

/* ELEM Dropdown ------------------------------------------ */
#woo-checkout .woocommerce .select2-container--default .select2-selection--single {
	height: 56px;
}

/* ELEM Dropdown Arrow Change ------------------------------------------ */
#woo-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("https://woocommerce-411685-1395221.cloudwaysapps.com/wp-content/uploads/2020/07/checkout-dd.png");
	background-size: contain;
	background-position: center;
	width: 28px;
	right: 18px;
}

#woo-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow.nitro-lazy {
	background-image: none !important;
}

/* ELEM Headings ------------------------------------------ */
#woo-checkout .woocommerce-billing-fields h3 {
	margin-bottom: 13px !important;
}

#woo-checkout .woocommerce form.checkout #customer_details .woocommerce-account-fields {
	margin-top: 20px;
}

/* !SUBSEC End of Billing Details
-------------------------------------------------- */

/* SUBSEC Order Review
-------------------------------------------------- */

/* ELEM Your Order Heading ------------------------------------------ */
#woo-checkout .woocommerce form.checkout #order_review_heading {
	padding: 160px 50px 30px 50px;
	background-color: #f8f8f8;
	margin-bottom: 0;
}

/* ELEM Order Review Container ------------------------------------------ */
#woo-checkout .woocommerce form.checkout #order_review {
	padding: 0 50px 10% 50px;
	background-color: #f8f8f8;
}

/* ELEM Elements Max Width
-------------------------------------------------- */
#woo-checkout .woocommerce form.checkout #order_review>* {
	max-width: 500px;
	min-width: 320px;
}

/* ELEM Payment ------------------------------------------ */
#woo-checkout .woocommerce form.checkout #order_review #payment {
	margin-top: 30px;
}

/* ELEM Privacy Policy Text ------------------------------------------ */
#woo-checkout .woocommerce form.checkout #order_review .woocommerce-privacy-policy-text p {
	font-size: 12px;
}

/* ELEM Price Text ------------------------------------------ */
#woo-checkout .woocommerce form.checkout #order_review .woocommerce-Price-amount {
	font-weight: 400;
}

/* GROUP Shop Table
-------------------------------------------------- */
#woo-checkout .shop_table {
	background-color: transparent;
}

#woo-checkout .shop_table tr, #woo-checkout .shop_table tr {
	border: none;
}

#woo-checkout .shop_table tr td, #woo-checkout .shop_table tr th {
	padding-left: 0;
}

/* !GROUP End of Shop Table
-------------------------------------------------- */

/* GROUP Woo Default Checkbox
-------------------------------------------------- */
#woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	padding-left: 43px;
}

#woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
	padding: 2px !important;
	width: 24px;
	height: 24px;
	top: 2px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
}

#woo-checkout input.woocommerce-form__input:checked~span:before {
	background-image: url("https://woocommerce-411685-1395221.cloudwaysapps.com/wp-content/uploads/2020/07/checkbox-checked.png");
	background-size: cover;
	border: none !important;
}

#woo-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	font-size: 14px !important;
}

/* !GROUP End of Woo Default Checkbox
-------------------------------------------------- */

/* GROUP Button Place Order
-------------------------------------------------- */
#woo-checkout .woocommerce form.checkout #order_review #place_order {
	width: 100%;
	margin-top: 30px;
	display: block;
	text-align: left;
	padding: 0 30px;
	height: 56px;
	border-radius: 5px;
	border: none;
}

#woo-checkout .woocommerce form.checkout #order_review #place_order:before {
	content: "";
	width: 12px;
	height: 10px;
	position: absolute;
	top: 23px;
	right: 30px;
	background-image: url("https://woocommerce-411685-1395221.cloudwaysapps.com/wp-content/uploads/2020/07/btn-arrow.png");
	background-size: contain;
}

/* !GROUP End of Button Place Order
-------------------------------------------------- */

/* GROUP Stripe Payment Box
-------------------------------------------------- */

/* ELEM Inputs ------------------------------------------ */
#stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
	height: 56px;
	display: flex;
	align-items: center;
	border: none;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 0 20px;
}

/* ELEM Expiry Date ------------------------------------------ */
#stripe-exp-element {
	margin-right: 10px;
}

/* ELEM CVC ------------------------------------------ */
#stripe-cvc-element {
	margin-left: 4px;
}

/* ELEM Label Text ------------------------------------------ */
#wc-stripe-cc-form label {
	font-size: 14px;
}

/* ELEM Expiry Date 50% Width ------------------------------------------ */
#wc-stripe-cc-form .form-row-first {
	width: 50%;
}

.__PrivateStripeElement {
	width: 100%;
}

i.stripe-credit-card-brand {
	display: none !important;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	width: 24px !important;
	position: relative;
	top: 10px;
}

/* GROUP Save Payment Method
-------------------------------------------------- */
.woocommerce-SavedPaymentMethods-saveNew * {
	cursor: pointer;
}

/* ELEM Real Checkbox ------------------------------------------ */
.woocommerce-SavedPaymentMethods-saveNew input#wc-stripe-new-payment-method, input[type=checkbox] {
	width: .1px !important;
	height: .1px !important;
	opacity: 0;
	position: absolute;
}

/* ELEM Pseudo Checkbox ------------------------------------------ */
.woocommerce-SavedPaymentMethods-saveNew input#wc-stripe-new-payment-method+label:before, input[type=checkbox]+label:before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 20px;
	background-color: white;
}

/* ELEM Checkbox Checked ------------------------------------------ */
.woocommerce-SavedPaymentMethods-saveNew input#wc-stripe-new-payment-method:checked+label:before, input[type=checkbox]:checked+label:before {
	background-image: url("https://woocommerce-462093-1470279.cloudwaysapps.com/wp-content/uploads/2020/09/checked.png");
	background-size: cover;
	border: none;
}

/* !GROUP End of Save Payment Method
-------------------------------------------------- */

/* !GROUP End of Stripe Payment Box
-------------------------------------------------- */

/* !SUBSEC End of Order Review
-------------------------------------------------- */

/* SUBSEC Media Queries
-------------------------------------------------- */

/* GROUP Max Width 1024
-------------------------------------------------- */
@media (max-width: 1024px) {
	/* GROUP Checkout
    -------------------------------------------------- */
	
	/* ELEM Checkout Form Grid -------------------------------------------------- */
	#woo-checkout .woocommerce form.checkout {
		grid-template-columns: 1fr;
	}
	
	/* ELEM Your Order Heading ------------------------------------------ */
	#woo-checkout .woocommerce form.checkout #order_review_heading {
		padding-top: 10%;
	}
	
	/* ELEM Order Review Container ------------------------------------------ */
	#woo-checkout .woocommerce form.checkout #order_review {
		display: flex;
		flex-direction: column;
	}
	
	/* ELEM Billing Details -------------------------------------------------- */
	#woo-checkout .woocommerce form.checkout #customer_details {
		align-items: center;
	}
	
	/* ELEM Col 1, Col2 -------------------------------------------------- */
	#woo-checkout .woocommerce form.checkout #customer_details .col-1, #woo-checkout .woocommerce form.checkout #customer_details .col-2 {
		padding-right: 50px;
	}
	
	/* PIN Max Width 100% ------------------------------------------ */
	#woo-checkout .woocommerce form.checkout #customer_details .col-1, #woo-checkout .woocommerce form.checkout #customer_details .col-2, #woo-checkout .woocommerce form.checkout #order_review>* {
		max-width: 100%;
	}
}

/* !GROUP End of Max Width 1024
-------------------------------------------------- */

/* GROUP Max Width 480
-------------------------------------------------- */
@media (max-width: 480px) {
	/* GROUP Checkout
    -------------------------------------------------- */
	#woo-checkout .woocommerce form.checkout #customer_details .col-1, #woo-checkout .woocommerce form.checkout #customer_details .col-2, #woo-checkout .woocommerce form.checkout #order_review_heading, #woo-checkout .woocommerce form.checkout #order_review {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* !GROUP End of Max Width 480
-------------------------------------------------- */

/* !SUBSEC End of Media Queries
-------------------------------------------------- */

/*===========  !SECT End of Checkout  ===========*/
.nd-btn-1 > * {
	position: relative;
	z-index: 2;
}

.nd-btn-1:hover:before {
	opacity: 1;
}

.oxy-expand-collapse-icon {
	display: none;
}

.flickity-viewport {
	transition-duration: .2s;
}

html, body {
	overflow-x: hidden;
}

.overflow-visible .flickity-viewport {
	overflow: visible;
}

.post-header-cat a {
	background: linear-gradient(90deg, #3c55cf 0%, #2ba2e0 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: rgba(255, 255, 255, .5);
}

.hero-color > div.ct-section-inner-wrap {
	position: relative;
	z-index: 2;
}

.ct-div-block, .ct-link, .ct-section>.ct-section-inner-wrap {
	flex-direction: unset;
	display: block;
}

a, .has-transition {
	transition-duration: .3s;
	transition-timing-function: ease;
	transition-property: all;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
