.feat_main {
	padding: 140px 0px 100px 0px;
	width: 70%;
	max-width: 1200px;
	margin: 0px auto;
}

.feat_section_top {
	margin-top: 50px;
    margin-bottom: 60px;   
}

.feat_section_top_adj {
	margin-top: 80px;
    margin-bottom: 60px;
}

.feat_section_spacer {
	margin-top: 200px;
}

.feat_spacer {
	margin-top: 30px;
}

.feat_spacer_lg {
	margin-top: 60px;
}

.feat_scrunch {
	max-width: 725px;
}

.feat_scrunch_adj {
	max-width: 810px;
}

.feat_links_main {
	margin-top: 40px;	
}

.feat_link_item {
	padding: 10px;	
}

.feat_link_item_p {
	padding-top: 1px !important;
}

.feat_link_item a .feat_pill:hover {
	background-color: var(--blue-main);
}

.feat_pill_link_outer {
	width: 100px !important;
}

.feat_links_hr {
	margin-top: 40px;
	color: var(--blue-main);
}

.feat_team_cal_main {
    margin: 200px 0px 60px 0px !important;
}

.feat_text_color {
	color: var(--blue-main); /*--silver-gray*/
}

.feat_pill { 
	border-bottom-width: 1px;
    border-color: var(--blue-main); /*rgb(201, 241, 204);*/
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    /*background-color: rgb(226, 241, 228);*/
    border-radius: 32px;
    opacity: 1;	
	align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    width: min-content;
    will-change: transform;
}

.feat_pill_text {
	outline: none; 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-start; 
	flex-shrink: 0;
	link-text-color: var(--blue-main); /*rgb(0, 153, 255);*/
    link-text-decoration: underline;
    paragraph-spacing: 0px;
	transform: none;
	opacity: 1;
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
    will-change: transform;
}

.feat_pill_text p {
	font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    color: var(--blue-main); /*rgb(51, 198, 171);*/
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    text-align: start;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
}

.feat_pill2 {
	border: 1px solid var(--blue-main);
    align-content: center;
    align-items: center;
    /*background-color: ;*/
    border-radius: 12px;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 48px;
    will-change: transform;
}

.feat_pill2_text {
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
}

.feat_pill3 {
	flex: none;
    height: 24px;    
    width: 24px;
    position: relative;
}

.feat_svg_cont {
	flex: none;    
    width: 16px;
    position: relative;
}

.feat_svg_cont2 {
	flex: none;    
    width: 24px;
    position: relative;
}

.feat_svg_inner {
	/*
	display: contents;
	border-bottom-width: 1px;
    border-color: rgb(201, 241, 204);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    */
}

.feat_title {
	font-family: var(--main-font-bold);
	font-size: 48px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: -2px;
    line-height: normal;
}

.feat_title_sm {
	font: 500 18px/18px Euclid-Circular-B-Regular;
}

.feat_title_adj {
	font-size: 30px !important;
}

.feat_title_adj2 {
	font-size: 40px !important;
}

.feat_subtitle {
	font-family: var(--main-font);
	font-size: 18px;
	font-weight: 400;
    line-height: 1.4em;
    color: var(--less-black);
    margin-top: 10px;
    margin-bottom: 0px;
}

.feat_sub_pad_adj {
    padding-right: 45px;
}

.feat_item_img_spacer {
	margin-left: 75px !important;	
}

.flex_item_rounded {
	color: var(--black);
	/*border: 1px solid var(--blue-main);*/
    background-color: var(--card);
    border-radius: 24px;
    overflow: hidden;
    padding: 40px;
    margin: 15px;
}

.flex_item_rounded_adj {
	overflow: visible;
	padding: 20px;
}

.flex_item_clear {
	color: var(--black);
    overflow: hidden;
    /*padding: 40px;*/
    margin: 20px;
}

.feat_select_item {
	display: none;	
}

.feat_select_item_active {
	display: flex;
}

.flex_item_30 {
	width: 30%;
}

.flex_item_45 {
	width: 45%;
}

.flex_item_50 {
	width: 50%;
}

.feat_item_max_300 {
	max-width: 300px;
}

.flex_gap_100 {
	gap: 100px;
}

.feat_item_left_spacer {
	margin-left: 150px;
}

.feat_item_left_spacer_sm {
	margin-left: 100px;
}

.feat_item_left_spacer_adj {
	margin-left: 0px;
}

.feat_img {
	width: 100%;
}

.feat_horiz_img {
    padding-left: 65px;
}

.feat_horiz_img_adj {
    padding-left: 40px;
}

.feat_spacer {
	margin-top: 25px;
	margin-bottom: 15px;	
}

.feat_text {
	color: var(--less-black);
    font-size: 16px;
}

.feat_subhead {
	font-family: var(--main-font-med);
	font-size: 18px;
}

.feat_subhead_pad {
	padding-left: 130px;	
}

.feat_inner_img {
	margin-top: 40px;
}

.feat_sel_cont {
	max-width: 920px;
	min-width: 910px;
	text-align: center;
	margin: 0px auto;
}

.feat_sel_main {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: min-content;
    max-height: 55px;
    justify-content: space-around;
    overflow: visible;
    padding: 4px 0;
    position: relative;
    width: 100%;
}

.feat_sel_main_inner {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 16px;
    position: relative;
    width: min-content;
    z-index: 2;
    
    opacity: 1; 
    border-radius: 32px;
}

.feat_sel_main_inner_cont {
    flex: none;
    /*height: 18px;*/
    position: relative;
    width: 18px;  
    opacity: 1;
}

.feat_sel_text_cont {
    flex: none;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
    
    outline: none; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    flex-shrink: 0;  
    transform: none; 
    opacity: 1;
}

.feat_sel_text {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
    padding-top: 4px;    
}

.feat_sel {
	border-bottom-width: 1px; 
	border: 1px solid var(--sel-active); 
	background-color: var(--sel); 
	opacity: 1; 
	border-radius: 24px;
}


.feat_sel_svg {
	user-select: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	/*fill: var(--black);
	color: var(--black);*/
	flex-shrink: 0;
}

.feat_sel_active {
	flex: none;
    height: 55px;
    left: 4px;
    overflow: visible;
    position: absolute;
    top: calc(49.60000000000002% - 55px / 2);    
    z-index: 1;    
    background-color: var(--sel-active); 
    border-radius: 24px; 
    transform: none; 
    transform-origin: 50% 50% 0px;    
    transition: left 0.5s;
}

.feat_sel_active_width {
	width: 208px;
}

.feat_sel_item_2_active {
    left: 220px;
    width: 208px;
}

.feat_sel_item_3_active {
    left: 436px;
    width: 275px;
}

.feat_sel_item_4_active {
    left: 722px;
    width: 193px;
}

.tm_sel_active_width {
	width: 227px;
}

.tm_sel_item_2_active {
    left: 220px;
    width: 208px;
}

.tm_sel_item_3_active {
    left: 436px;
    width: 262px;
}

.tm_sel_item_4_active {
    left: 710px;
    width: 208px;
}

.feat_task_img {
	max-height: 600px;
}

.feat_accordion {
	width: 28vw;
	min-width: 300px;
	max-width: 650px;
}

.feat_auto_cont {
	width: 85%;
}

.feat_border {
	border: 1px solid var(--lighter-gray);
	border-radius: 24px;
}

.ma_flex_main {
	position: relative;
	border-radius: 55px;
	padding: 50px 114px 0px 75px;	
    background: url('/images/features/Blue-Square-Toolkit-Mobile-Dots.svg');
    background-position: 11px -20px;
}

.ma_flex_right {
	color: #fff;
	text-align: left;	
    padding-top: 20px;
    padding-left: 20px;	
}

.ma_title {
	margin-top: 0px;
    margin-bottom: 24px;
    font-size: 41px;
    line-height: 1.167em;
    font-weight: 800;
    color: var(--black);
}

.ma_subtitle {
    font-size: 20px;
    line-height: 1.7em;
}

.ma_image_container {
	overflow: hidden;
    height: 100%;
}

.ma_image {
	max-width: 41%;	
    min-width: 370px;
    margin-right: 30px;
    margin-bottom: -325px;
    border-radius: 55px;
    height: auto;
}

.ma_app_container {
	margin-top: 15px;
    margin-bottom: 40px;
}

.ma_feat_app {
	display: inline-block;
}

.ma_feat_google_app {
	margin-left: 40px;	
}

.align_center {
	text-align: center;
}

.no_left_margin {
	margin-left: 0px;
}

.no_top_margin {
	margin-top: 0px;
}

.no_back_color {
	background-color: transparent;
}

.no_pad {
	padding: 0px !important;
}

.no_top_pad {
	padding-top: 0px !important;
}

.no_bottom_pad {
	padding-bottom: 0px !important;
}

.no_right_pad {
	padding-right: 0px !important;
}

.no_left_pad {
	padding-left: 0px !important;
}

.pad_left_20 {
	padding-left: 20px !important;
}

.padding_20 {
	padding: 20px;
}

.pad_top_25 {
	padding-top: 25px;
}

.margin_20 {
	margin: 20px !important;
}

.border_overide_grey {
	border-color: var(--silver-gray);
}

.overflow_visible {
	overflow: visible !important;
}

.margin_left_15 {
	margin-left: 15px;
}

.feat_pad_right_45 {
	padding-right: 45px;
}

.feat_pad_left_20 {
	padding-left: 20px;
}

.feat_pad_adj2 {
    padding-right: 20px;
    padding-left: 30px;
}

.pad_adj {
	padding-left: 12px;
	padding-right: 12px;
}

/* Image adjustments */
.feat_img_ipb {
	max-width: 635px;
}

.feat_img_tas {
	max-width: 685px;
	width: auto;
	float: right;
}

.feat_img_ar {
	max-height: 215px;
}

.feat_img_ssyb {
	max-width: 380px;	
}

.feat_img_oyc {
	max-width: 336px;
}

.feat_img_dr {
	max-width: 285px;
	padding-left: 22px;
}

.feat_img_bamr {
	max-width: 340px;
}

.feat_img_rep {
	max-width: 540px;
}

.feat_img_dt {
	max-width: 450px;
	border-radius: 24px;
}

.feat_img_scheduler {
	max-width: 515px;
}

/* General Adjustments */
.feat_pad_left_9 {
	padding-left: 9vw;
}

.feat_pad_top_15 {
	padding-top: 15px;
}

.ui-accordion .ui-accordion-icons {
    font-family: var(--main-font) !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 0px !important; /*1.8em !important;*/
    border-top-color: rgb(211, 211, 211);
    border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;	
}

.ui-accordion .ui-accordion-content {
    font-family: var(--main-font) !important;
    color: var(--less-black) !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

/* animation */
.framer-main {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 264px;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.framer-main-inner {
	display: contents;
}

.framer-main-inner .framer-inner {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    min-height: 264px;
    min-width: 299px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
    transition: all 1s;
}


.framer-main-inner .framer-inner-sub {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    left: 50%;
    min-height: 64px;
    min-width: 299px;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 50%;
    width: min-content;
    z-index: 2;
    transform: translate(-50%, -50%); 
    opacity: 1;
}

.framer-main-inner .framer-item1 {
    aspect-ratio: 1 / 1;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 48px);
    left: 78px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 0;
    transform: translateY(-50%); 
    transform-origin: 50% 50% 0px;
}

.framer-main-inner .framer-item2 {
    aspect-ratio: 1 / 1;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 48px);
    left: 103px;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 1;
    transform: translateY(-50%); 
    transform-origin: 50% 50% 0px;
}

.framer-main-inner .framer-item3 {
    aspect-ratio: 1 / 1;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 48px);
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 1;
    transform: translate(-50%, -50%); 
    transform-origin: 50% 50% 0px;
}

.framer-main-inner .framer-item4 {
    aspect-ratio: 1 / 1;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 48px);
    overflow: visible;
    position: absolute;
    right: 101px;
    top: 50%;
    width: 48px;
    z-index: 1;
    transform: translateY(-50%); 
    transform-origin: 50% 50% 0px;
}

.framer-main-inner .framer-item5 {
    aspect-ratio: 1 / 1;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 48px);
    overflow: visible;
    position: absolute;
    right: 77px;
    top: 50%;
    width: 48px;
    z-index: 2;
    transform: translateY(-50%); 
    transform-origin: 50% 50% 0px;
}

.framer-main-inner .framer-struct1 {
    bottom: 0;
    flex: none;
    left: calc(50.16722408026758% - 264px / 2);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 264px;
    will-change: transform;
    z-index: 1;    
    border-bottom-width: 1px; 
    border-color: var(--white-smoke); 
    border-left-width: 1px; 
    border-right-width: 1px; 
    border-style: solid; 
    border-top-width: 1px;     
    background-color: var(--circle-outer); /*var(--black-light);*/ 
    border-radius: 999px; 
    opacity: 1;
}

.framer-main-inner .framer-struct2 {
    flex: none;
    height: 208px;
    left: calc(50.16722408026758% - 208px / 2);
    overflow: hidden;
    position: absolute;
    top: calc(50.00000000000002% - 208px / 2);
    width: 208px;
    will-change: transform;
    z-index: 1;   
    border-bottom-width: 1px; 
    border-color: var(--white-smoke); 
    border-left-width: 1px; 
    border-right-width: 1px; 
    border-style: solid; 
    border-top-width: 1px;    
    background-color: var(--circle-inner); /*var(--lesser-black);*/ 
    border-radius: 999px; 
    opacity: 1;'
}

.rot {
	position:absolute;
	border-radius:inherit;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.rotimg {
	 display:block;
	 width:100%;
	 height:100%;
	 border-radius:inherit;
	 object-position:center;
	 object-fit:cover;
	 image-rendering:auto;
}

#rot3img {
	transition: transform .2s linear;
}

.img-grow {
	transform: scale(1.5);
}

@-webkit-keyframes rotator-1 {
	from {
		transform: rotate(45deg) translate(-75px) rotate(-45deg);
		-webkit-transform: rotate(45deg) translate(-75px) rotate(-45deg);
	}
	to {
		transform: rotate(405deg) translate(-75px)  rotate(-405deg);
		-webkit-transform: rotate(405deg) translate(-75px)  rotate(-405deg);
	}
}

.rotate-1 {
  animation: rotator-1 8s infinite linear;
  -webkit-animation: rotator-1 8s infinite linear;
  -moz-animation: rotator-1 8s infinite linear;
}


@-webkit-keyframes rotator-2 {
	from {
		transform: rotate(-45deg) translate(-75px) rotate(45deg);
		-webkit-transform: rotate(-45deg) translate(-75px) rotate(45deg);
	}
	to {
		transform: rotate(-405deg) translate(-75px)  rotate(405deg);
		-webkit-transform: rotate(-405deg) translate(-75px)  rotate(405deg);
	}
}

.rotate-2 {
  animation: rotator-2 8s infinite linear;
  -webkit-animation: rotator-2 8s infinite linear;
  -moz-animation: rotator-2 8s infinite linear;
}


@-webkit-keyframes rotator-3 {
	from {
		transform: rotate(45deg) translate(75px) rotate(-45deg);
		-webkit-transform: rotate(45deg) translate(75px) rotate(-45deg);
	}
	to {
		transform: rotate(405deg) translate(75px)  rotate(-405deg);
		-webkit-transform: rotate(405deg) translate(75px)  rotate(-405deg);
	}
}

.rotate-3 {
  animation: rotator-3 8s infinite linear;
  -webkit-animation: rotator-3 8s infinite linear;
  -moz-animation: rotator-3 8s infinite linear;
}

@-webkit-keyframes rotator-4 {
	from {
		transform: rotate(-45deg) translate(75px) rotate(45deg);
		-webkit-transform: rotate(-45deg) translate(75px) rotate(45deg);
	}
	to {
		transform: rotate(-405deg) translate(75px)  rotate(405deg);
		-webkit-transform: rotate(-405deg) translate(75px)  rotate(405deg);
	}
}

.rotate-4 {
  animation: rotator-4 8s infinite linear;
  -webkit-animation: rotator-4 8s infinite linear;
  -moz-animation: rotator-4 8s infinite linear;
}


/* -- Start Mobile Styles ------------------------------------------------------------ */

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.feat_main {
    	width: 90%;
   	    padding: 120px 0px 100px 0px;
	}
	
	.flex_item_30, .flex_item_50 {
		width: auto;
	}
	
	.flex_gap_100 {
		gap: 0px;
	}
	
	.feat_section_spacer {
	    margin-top: 80px;
	}
	
	.feat_auto_cont {
		width: auto;
	    margin-top: 50px;
    	margin-right: 50px;
	}
	
	#section-3 {
		flex-flow: column-reverse;
		align-items: center;
		margin-top: 150px;
	}
	
	#section-5-delegate {
		align-items: center;
	}
	
	#section-7 {
		align-items: center;
	}
	
	#section-8-ma {
		flex-flow: column-reverse;
		max-width: 327px;
	}
	
	#scheduler-main-img {
		max-width: 320px;
	}
	
	#ma-main {
		max-width: 370px;
	}
	
	#mobile-app {
		align-items: center;
		max-width: 370px;
	}
	
	.ma_image {
		max-width: 325px;
    	margin-right: 10px;
	}
	
	.ma_flex_main {
    	padding: 50px 25px 0px 25px;
	}
	
	.ma_app_container {
		text-align: center;
	}
	
	.ma_feat_google_app {
	    margin-left: 0px;
	    margin-top: 20px;
	}
	
	#section-9-accordion {
		align-items: flex-start;		
	}
	
	.feat_accordion {
		width: auto;
		max-width: 320px;
	}
	
	#feat_dream_team_accordion_img {
		max-width: 320px;
	}
	
	.feat_item_left_spacer_sm {
		margin-left: 0px;
	}
	
	.feat_img_dr {
    	max-width: 440px;
	}
	
	.feat_task_img {
	    max-height: 488px;
	}
	
	.feat_sel_cont {
		min-width: unset;
	}
	
	.feat_sel_main {
    	flex-direction: column;
    	max-height: none;
	    max-width: 365px;
    }
	
	.feat_sel_main_inner {
    	gap: 4px;
    	padding: 4px;
    	height: 38px;
	}
	
	.feat_sel_text_cont {
		height: 38px;
	}	
	
	.feat_sel_text {
	    margin-top: 0px;
    	margin-bottom: 0px;
    	padding-top: 10px;
	}
	
	.feat_sel_active {
		height: 44px;
		transition: top 0.5s;
	}
	
	.feat_sel_active_width {
        width: 356px;
        top: 7px;
        left: 5px;
	}
	
	.feat_sel_item_2_active {
	    width: 356px;
        top: 53px;
        left: 5px;
	}
	
	.feat_sel_item_3_active {
	    width: 356px;
        top: 99px;
        left: 5px;
	}
	
	.feat_sel_item_4_active {
	    width: 356px;
        top: 143px;
        left: 5px;
	}
	
	.tm_sel_active_width {
        width: 357px;
        top: 7px;
	}
	
	.tm_sel_item_2_active {
	    width: 357px;
        top: 53px;
        left: 0px;
	}
	
	.tm_sel_item_3_active {
	    width: 357px;
        top: 98px;
        left: 0px;
	}
	
	.tm_sel_item_4_active {
	    width: 357px;
        top: 141px;
        left: 0px;
	}
	
	.feat_img_rep {
	    max-width: 400px;
	}
	
	.flex_row {
		flex-direction: column;
	}
	
	.flex_column {
    	max-width: 380px;
	}
	
	.flex_sub_inline {
		display: block;
	}
	
	.feat_subhead_pad {
		padding-left: 0px;
	}
	
	.flex_item_rounded_adj {
    	padding: 0px;
	}
	
	#img-collab-notes {
		width: auto;
		max-width: 347px;
	}		
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	.feat_main {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.flex_item_30, .flex_item_50 {
		width: auto;
	}
	
	.flex_gap_100 {
		gap: 0px;
	}
	
	.feat_section_spacer {
	    margin-top: 80px;
	}
	
	.feat_auto_cont {
		width: auto;
	    margin-top: 50px;
    	margin-right: 50px;
	}
	
	#section-3 {
		flex-flow: column-reverse;
		align-items: center;
		margin-top: 150px;
	}
	
	#section-5-delegate {
		align-items: center;
	}
	
	#section-7 {
		align-items: center;
	}
	
	#section-8-ma {
		flex-flow: column-reverse;
	}
	
	#scheduler-main-img {
		max-width: 600px;
	}
	
	#mobile-app {
		align-items: center;
	}
	
	.ma_image {
		max-width: none;
	}
	
	.ma_flex_main {
		padding: 20px 10px 0px 10px;
	}
	
	.ma_app_container {
		text-align: center;
	}
	
	#section-9-accordion {
		align-items: center;
	}
	
	.feat_accordion {
		width: auto;
	}
	
	.feat_item_left_spacer_sm {
		margin-left: 0px;
	}
	
	.feat_img_dr {
    	max-width: 440px;
	}
	
	.feat_sel_cont {
		min-width: unset;
	}
	
	.feat_sel_main_inner {
    	gap: 4px;
    	padding: 8px;
	}
	
	.feat_sel_active_width {
	    width: 165px;
	}
	
	.feat_sel_item_2_active {
	    left: 160px;
	    width: 185px;
	}
	
	.feat_sel_item_3_active {
	    left: 338px;
	    width: 238px;
	}
	
	.feat_sel_item_4_active {
	    left: 567px;
	    width: 159px;
	}
	
	.tm_sel_active_width {
	    width: 182px;
	}
	
	.tm_sel_item_2_active {
	    left: 180px;
	    width: 155px;
	}
	
	.tm_sel_item_3_active {
	    left: 330px;
	    width: 236px;
	}
	
	.tm_sel_item_4_active {
	    left: 560px;
	    width: 165px;
	}
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}

/* Smaller PC */
@media (min-width: 1024px) and (max-width: 1600px) and (orientation: landscape) {
	.flex_item_rounded {
		overflow: visible;
	}
	
	.ma_feat_google_app {
	    margin-left: 5px;
	}
	
	#section-8-ma {
		align-items: flex-end;
	}
	
	.ma_flex_main {
	    padding: 20px 25px 0px 45px;
        background-position: 10px -13px;
	}
	
	.ma_flex_right {
		padding-bottom: 25px;
	}
	
	.ma_title {
    	font-size: 34px;
	}
	
	.ma_subtitle {
    	font-size: 18px;
	}
	
	.ma_app_container img {
	    height: 45px;
    	aspect-ratio: auto 200 / 64;
    	width: 140px;
	}
}

/* -- End Mobile Styles -------------------------------------------------------------- */