/*!
Theme Name: Business Default
Theme URI: http://underscores.me/
Author: On Demand Webmasters
Author URI: http://ondemandwebmasters.com/
Description: Business Default is a theme specially built for ODW Clients only.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: business_default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

business_default is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wdth,wght,YTLC@0,6..12,75..125,200..1000,440..540;1,6..12,75..125,200..1000,440..540&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url(fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url(fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: local('Proxima Nova Regular'),
  src: url(fonts/ProximaNova/ProximaNova-Regular.eot);
  src: url(fonts/ProximaNova/ProximaNova-Regular.eot#iefix) format("embedded-opentype"),
       url(fonts/ProximaNova/ProximaNova-Regular.woff2) format("woff2"),
       url(fonts/ProximaNova/ProximaNova-Regular.woff) format("woff"),
       url(fonts/ProximaNova/ProximaNova-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: local('Proxima Nova Bold'), 
       url(fonts/ProximaNova/ProximaNova-Bold.eot);
  src: url(fonts/ProximaNova/ProximaNova-Bold.eot#iefix) format("embedded-opentype"),
       url(fonts/ProximaNova/ProximaNova-Bold.woff2) format("woff2"),
       url(fonts/ProximaNova/ProximaNova-Bold.woff) format("woff"),
       url(fonts/ProximaNova/ProximaNova-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@keyframes scroll-r-l {
  0% {transform: translateX(0)}
  to {transform: translateX(var(--srlvarwidth))}
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

:root {
  --color-palette-white: #ffffff;
  --color-palette-black-1: #000000;
  --color-palette-black-2: #282B30;
  --color-palette-blue-1: #00BEDD;
  --color-palette-dark-blue-1: #022373;
}

::selection {
	background-color: var(--color-palette-dark-blue-1); 
    color: var(--color-palette-white);
}

#wpadminbar {z-index: 99999999999999999999999999!important;}

html, body {
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

html {
	font-size: 1px;
	scroll-behavior: smooth;
}

body {
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
	font-size: 18rem!important;
	color: var(--color-palette-black-2)!important;
	font-weight: 400!important;
	background-color: #f4f8ff!important;
	overflow-x: hidden;
	counter-reset: cl1-counter;
}

body:has(.tatsu-header.header-is-fixed) {
	position: relative;
}

body:has(.tatsu-header.header-is-fixed)::before {
	content:"";
	background-image: url(../images/accent-1.png);
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 280rem;
    z-index: 1;
}

body.error404 .search-submit {margin-top: 20rem!important;} 

h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
	font-weight: 800!important;
}

p, ul, ol {
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
	font-weight: 400!important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0rem!important;
	margin-bottom: 20rem!important;
	letter-spacing: 0!important;
}

ul li, ol li {
	margin-bottom: 5px;
}

span {
	font-family: inherit!important;
	font-size: inherit!important;
}

a {
	display: inline-block;
	color: var(--color-palette-blue-1);
	position:relative;
	text-decoration:none!important;
	cursor:pointer;
	-webkit-transition: color 0.3s ease;                  
    -moz-transition: color 0.3s ease;                 
    -o-transition: color 0.3s ease;   
    -ms-transition: color 0.3s ease;          
    transition: color 0.3s ease;
}

a:not(.no-accent, #tatsu-header-container a, #tatsu-S1rlDoc2gW5 a, .modal-video-link, .tatsu-header-logo a, .tatsu-button, .video-play-button, .icons-rainbow-1, .mfp-image) {
	transition: all .3s ease;
	padding-bottom: 2rem;
}

a:not(.no-accent, #tatsu-header-container a, #tatsu-S1rlDoc2gW5 a, .modal-video-link, .tatsu-header-logo a, .tatsu-button, .video-play-button, .icons-rainbow-1, .mfp-image)::after {
	content:"";
	display: block;
	width: 100%;
	height: 1rem;
	background-color: var(--color-palette-blue-1);
	position: absolute;
	left: 0;
	bottom: 3rem;
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: scaleX(0) scaleY(1);
	transition: all .3s ease;
}

a.text-white:not(.no-accent, #tatsu-header-container a, #tatsu-S1rlDoc2gW5 a, .modal-video-link, .tatsu-header-logo a, .tatsu-button, .video-play-button, .icons-rainbow-1, .mfp-image)::after {
	background-color: var(--color-palette-white);
}

a:not(.no-accent, #tatsu-header-container a, .modal-video-link, .tatsu-header-logo a, .tatsu-button, .video-play-button, .icons-rainbow-1, .mfp-image):hover::after {
	transform: scaleX(1) scaleY(1);
}

sub, sup {
    font-size: 100%;
}

sup {
    bottom: 1rem;
}

strong {
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
	font-weight: 700!important;
	color: inherit!important;
}

::placeholder {color: #021838!important;}
:-ms-input-placeholder {color: #021838!important;}
::-ms-input-placeholder { color: #021838!important;}

input:focus, textarea:focus, button:focus, select:focus, .btn:focus, a:focus{outline:0}
input[type="password"], select, textarea,
input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
input[type="tel"] {
	color: #021838;
    font-size: 16rem;
    background-color: #fff;
    height: 56rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #97A9B2;
    padding: 5px 18rem	;
    border-radius: 10rem;
    box-shadow: none;
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
}

textarea {height:120rem;padding-top: 12rem;}

.fs-h1 {font-size: 64rem!important; line-height: 1.1!important;}
.fs-h2 {font-size: 40rem!important; line-height: 1.2!important;}
.fs-h3 {font-size: 34rem!important; line-height: 1.2!important;}
.fs-h4 {font-size: 28rem!important;}
.fs-h5 {font-size: 26rem!important;}
.fs-h6 {font-size: 24rem!important;}
.fs-22 {font-size: 22rem!important;}
.fs-20 {font-size: 20rem!important;}
.fs-18 {font-size: 18rem!important;}

.tatsu-wrap {
	-ms-flex-preferred-size: inherit!important;
    flex-basis: inherit!important;
	padding-left: 25rem!important;
	padding-right: 25rem!important;
	margin-left:auto!important;
	margin-right:auto!important;
	width: 1270rem!important;
	max-width: 100%!important;
}

.mobile-width-1 .tatsu-wrap {
    width: 100% !important;
	padding: 0 !important;
}

.row-align-h-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important; 
}

.row-align-h-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.row-align-h-stretch .tatsu-column-pad-wrap,
.row-align-h-stretch .tatsu-column-pad {
	height: 100%!important;
}

.top0 {margin-top:0rem!important;}
.top05 {margin-top:5rem!important;}
.top1 {margin-top:10rem!important;}
.top15 {margin-top:15rem!important;}
.top2 {margin-top:20rem!important;}
.top25 {margin-top:25rem!important;}
.top3 {margin-top:30rem!important;}
.top35 {margin-top:35rem!important;}
.top4 {margin-top:40rem!important;}
.top45 {margin-top:45rem!important;}
.top5 {margin-top:50rem!important;}
.top55 {margin-top:55rem!important;}
.top6 {margin-top:60rem!important;}
.bottom0 {margin-bottom:0rem!important;}
.bottom05 {margin-bottom:5rem!important;}
.bottom1 {margin-bottom:10rem!important;}
.bottom15 {margin-bottom:15rem!important;}
.bottom2 {margin-bottom:20rem!important;}
.bottom25 {margin-bottom:25rem!important;}
.bottom3 {margin-bottom:30rem!important;}
.bottom35 {margin-bottom:35rem!important;}
.bottom4 {margin-bottom:40rem!important;}
.bottom45 {margin-bottom:45rem!important;}
.bottom5 {margin-bottom:50rem!important;}
.bottom55 {margin-bottom:55rem!important;}
.bottom6 {margin-bottom:60rem!important;}
.bottom65 {margin-bottom:65rem!important;}
.alignleft {float: left!important;margin-right: 20rem!important;}
.alignright {float: right!important;margin-left: 20rem!important;}
.text-left {text-align: left!important;}
.text-center {text-align: center!important;}
.text-right {text-align: right!important;}
.text-white {color:var(--color-palette-white)!important;}
.xs-display {display:none!important;}
.overflow-none {overflow: hidden!important;}
.text-rainbow-1 {
	display: inline-block;
	color: transparent!important;
	background-color: var(--color-palette-pink-1);
	background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
    -webkit-background-clip: text;
    background-clip: text;
}
.header-ribbon-1 {
	display: inline-block;
    background-color: #65B4AF;
    padding: 4rem 30rem;
}
.mfp-figure::after {display:none!important;}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 16rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px!important;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.section-tag-1 {
	position: absolute;
    top: 0rem;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -1000rem;
}

.divider {
	position: relative;
    top: -1px;
	margin: 0px 6px;
}

.subtitle-1 {
	position: relative;
    display: inline-block;
    background-color: rgb(19 27 37 / 70%);
    color: var(--color-palette-white);
    border-radius: 100rem;
    padding: 6rem 20rem 6rem 30rem;
    line-height: 1;
    font-size: 16rem!important;
    width: auto;
    max-width: 100%;
}

.subtitle-1::before {
	content: "";
	background-color: var(--color-palette-blue-1);
    border-radius: 100rem;
    width: 7rem;
    height: 7rem;
    position: absolute;
    left: 12rem;
    top: 10rem;
}

.subtitle-1.light {
	background-color: #F7F7F7;
    color: #023A58;
}

.tatsu-button, input[type="submit"] {
	box-sizing: border-box!important;
	color: var(--color-palette-white);
	cursor: pointer;
	background-color: var(--color-palette-blue-1);
	border: none!important;
	display: inline-block!important;
	line-height: 1;
	padding: 17rem 25rem 15rem;
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif!important;
	text-transform: none;
	font-size: 18rem;
	font-weight: 700;
	border-radius: 100rem;
	max-width: 100%;
	min-width:185rem;
	width:auto;
	letter-spacing: 0rem;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	will-change: transform;
	text-align: center;
	white-space: normal;
}

.tatsu-button.smallbtn {
    padding: 12rem 20rem 10rem;
	font-size: 14rem;
}

.tatsu-button.mediumbtn {
    padding: 17rem 25rem 15rem;
}

.tatsu-button.largebtn {
    padding: 19rem 35rem;
    font-size:20rem;
}

.tatsu-button:hover,
.tatsu-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: var(--color-palette-dark-blue-1)!important;
	opacity: .9;
}

.rect-orange-1 .tatsu-button,
.tatsu-button.rect-orange-1 {
	border-radius: 8rem;
	background-color: #F75C06!important;
	border: 3rem solid #AC4A0E !important;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, .6);
	padding: 13rem 25rem;
	line-height: 1.2;
	font-size: 16rem; 
}

.page-banner-1 {
	padding-top: 110rem;
}

.custom-boxed-container-1 {
	width: 1270rem;
	max-width: 100%;
    margin: auto;
    border-radius: 20rem;
    overflow: hidden;
}

.system-banner {
	padding: 197rem 0rem 40rem 0rem;
    text-align: center;
    position: relative;
    background-color: #f4f8ff;
	background-image: url(../images/banner-default-bg-2.png);
	background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.system-banner h1 {
	padding-top: 0.2em;
    padding-bottom: 0.1em;
	text-transform: uppercase;
}

.system-page-wrap {padding: 40rem 0rem 40rem 0rem;position: relative;background-color: #f4f8ff;}
.system-page-wrap .tatsu-column.tatsu-one-col {flex-wrap: wrap;}
.system-page-wrap .tatsu-column.tatsu-one-col > * {width:100%;}

.tatsu-slide-menu {padding: 30rem 20rem;}

.form-wrapper {
    background-color: #0f2b96;
    background: linear-gradient(45deg, rgba(15, 43, 150, 1) 0%, rgba(7, 24, 71, 1) 100%);
    position: relative;
    border-radius: 20rem;
    padding: 30rem 35rem;
}

.form-wrapper.transparent {
    background: transparent;
    padding: 0;   
}

.form-wrapper .form-title {
    color: var(--color-palette-white)!important;
    font-size: 26rem !important;
}

.form-wrapper > br {display:none!important;}

.form-wrapper p {margin-bottom: 0!important;}

.form-wrapper .flex-wrapper {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10rem;
    margin-right: -10rem;
}

.form-wrapper .flex-column {
	padding: 0px 10rem;
	margin-bottom: 20rem;
}

.form-wrapper .flex-column:last-child {
	margin-bottom: 0rem!important;
}

.form-wrapper .flex-column.one-whole {width: 100%;}
.form-wrapper .flex-column.one-half {width: 50%;}

.form-wrapper .form-label {
	display:none;
	margin-bottom: 5rem;
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400!important;
	color: #021838;
	font-size: 16rem!important;
}

.form-wrapper .form-label .label-required {
	color: #00BEDD;
	margin-left: 2rem;
}

.form-wrapper select,
.form-wrapper textarea,
.form-wrapper input[type="password"],
.form-wrapper input[type="search"],
.form-wrapper input[type="email"],
.form-wrapper input[type="url"],
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"] {
    height: 50rem;
	border-radius: 8rem;
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif!important;
	font-weight: 400;
}

.form-wrapper textarea {
	height: 120rem;
	padding-top: 15rem;
}

.form-wrapper input[type="submit"] {
    width: 100%;
}

.form-wrapper .wpcf7-display-none,
.form-wrapper .screen-reader-response {display:none!important;}
.form-wrapper .screen-reader-response,
.form-wrapper div.wpcf7-display-none.wpcf7-validation-errors {display: inline-block!important;color: #fff;}

.form-wrapper div.wpcf7-response-output {
    width: 100%;
    margin: 9rem 0rem;
    font-size: 14rem;
    text-align: center;
    padding: 10rem 15rem;
    color: #fff;
    border-color: red!important;
}

.form-wrapper span.wpcf7-not-valid-tip {
    font-size: 14rem !important;
    margin-top: 8rem;
    color: red;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
}

.form-wrapper .wpcf7-checkbox {
    position: relative;
    display: block;
    padding-top: 10rem;    
}

.form-wrapper .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0rem;
    display: inline-block;
    width: 50%;    
}

.form-wrapper .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    top: -1rem;   
}

.form-wrapper .wpcf7-spinner {
    position: absolute;
    margin: 0!important;
    bottom: -22rem;
    right: -23rem;
}

.form-wrapper.style-1 {
    background-image: none;
    background-color: rgb(19 27 37 / 70%);   
}

.form-wrapper.style-1 .flex-wrapper {
    margin-left: -5rem;
    margin-right: -5rem;
}

.form-wrapper.style-1 .flex-column {
    padding: 0 5rem;
    margin-bottom: 10rem;
}

.form-wrapper.style-2 ::placeholder {color: #CFCFCF!important;}
.form-wrapper.style-2 :-ms-input-placeholder {color: #CFCFCF!important;}
.form-wrapper.style-2 ::-ms-input-placeholder { color: #CFCFCF!important;}

.form-wrapper.style-2 select,
.form-wrapper.style-2 textarea,
.form-wrapper.style-2 input[type="password"],
.form-wrapper.style-2 input[type="search"],
.form-wrapper.style-2 input[type="email"],
.form-wrapper.style-2 input[type="url"],
.form-wrapper.style-2 input[type="text"],
.form-wrapper.style-2 input[type="tel"] {
	background-color: transparent;
	color: var(--color-palette-white);
}

.form-wrapper.style-2 input[type="submit"] {
	width: auto;
}

.form-wrapper.style-3 .form-label {
    display: block;
}

.form-wrapper.style-3 select,
.form-wrapper.style-3 textarea,
.form-wrapper.style-3 input[type="password"],
.form-wrapper.style-3 input[type="search"],
.form-wrapper.style-3 input[type="email"],
.form-wrapper.style-3 input[type="url"],
.form-wrapper.style-3 input[type="text"],
.form-wrapper.style-3 input[type="tel"] {
    background-color: transparent!important;
	border-color: #00BEDD;
    border-radius: 100rem;
}

.form-wrapper.style-3 textarea {
	border-radius: 20rem;
}

.form-wrapper.style-3 input[type="submit"] {
	width: auto;
}

.icons-round-1 {
	position: relative;
    display: inline-block;
	text-align: center;
    width: 40rem;
    height: 40rem;
	border-radius: 100rem;
    background-color: var(--color-palette-blue-1);
	line-height: 1.5;
	padding: 0 !important;
}

.icons-round-1 i.tatsu-icon {
	position: relative;
    top: 5rem;
    z-index: 2;
    font-size: 20rem;
    color: var(--color-palette-white);
	left: 0rem;
}

.icons-round-1 i.tatsu-icon.fa-phone {
	font-size: 24rem;
    top: 5rem;
}

.icons-round-1 i.tatsu-icon > i {display: none!important;}

.icon-text-1.style-1 {
	position: relative;
    padding-left: 55rem;
	min-height: 40rem;
    display: flex;
    align-items: center;
}

.icon-text-1.style-1 .icons-round-1 {
	position: absolute;
    top: 0;
    left: 0;
}

.icon-text-1 .icon-text {
	display: inline-block;
    line-height: 1.3 !important;
    font-size: 16rem !important;
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif!important;
	position: relative;
    top: 6rem;
    margin-left: 10rem;
	font-weight: 700;
}

.icon-text-1.style-1 .icon-text {
	margin: 0;
    top: 0;
}

.icons-round-1:hover,
.icons-round-1:focus,
.icon-text-1:hover .icons-round-1,
.icon-text-1:focus .icons-round-1 {
	opacity: .9;
}

.icon-text-1.style-1:hover .icons-round-1,
.icon-text-1.style-1:focus .icons-round-1 {
	opacity: 1;
}

.iconed-group-1.h-center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iconed-group-1 .tatsu-icon_card-icon {
	margin-top: 7rem !important;
    margin-right: 30rem !important;
    width: 95rem !important;
    height: 70rem !important;
    background-size: contain !important;
	background-position: top center !important;
}

.iconed-group-1 .tatsu-icon_card-title {
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20rem;
    margin-bottom: 5rem;
}

.iconed-group-1 .tatsu-icon_card-caption p {
	font-size: 14rem;
}

.publications-listing-1 {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.publications-listing-1 .publ-entry {
	width: 100%;
	padding: 0px 15px;
}

.publications-listing-1 .publ-entry .inner-box {
	position: relative;
    padding: 17px 0px;
}

.publications-listing-1 .publ-entry:not(:last-child) .inner-box {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.publications-listing-1 .publ-entry h3.title,
.publications-listing-1 .publ-entry h3.title a {
	color: var(--color-palette-dark-blue-1)!important;
	font-size: 24rem;
}

.publications-listing-1 .publ-entry h3.title a {
	padding-bottom: 5px!important;
}

.publications-listing-1 .publ-entry h3.title a::after {
	background-color: var(--color-palette-dark-blue-1)!important;	
}

.publications-listing-1 .publ-entry .excerpt-desc {
	font-style: italic;
}

.avatar-border-1 {
	position: relative;
    overflow: hidden;
    width: 240rem;
    height: 240rem;
    margin-left: auto!important;
	margin-right: auto!important;
	border-radius: 100%;
}

.avatar-border-1::before {
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    padding: 5rem;
    background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
	z-index: 1;
}

.ft-boxes-1 {
	align-items: stretch;
}

.ft-boxes-1 .entry .tatsu-column-inner {
	position: relative;
    background-color: #371AAF;
    background-image: linear-gradient(to bottom, #371AAF, #121035);
    border-radius: 20rem!important;
    padding: 50rem;
}

.ft-boxes-1 .entry.rainbow-border-1 .tatsu-column-inner::before {
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 20rem;
    padding: 5rem;
    background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.ft-boxes-1.style-2 .entry .tatsu-column-inner {
	background-color: #003950;
	background-image: none;
}

.ft-boxes-1:has(.tatsu-button-wrap) .entry .tatsu-column-inner {
    padding: 50rem 50rem 100rem;
}

.ft-boxes-1 .entry .tatsu-column-inner,
.ft-boxes-1 .entry .tatsu-column-inner .tatsu-column-pad-wrap,
.ft-boxes-1 .entry .tatsu-column-inner .tatsu-column-pad {
	height: 100%;
}

.ft-boxes-1 .entry .tatsu-button-wrap {
	position: absolute;
    bottom: -50px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play-button {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-sizing: content-box;
    display: block;
    width: 82rem;
    height: 94rem;
    border-radius: 50%;
    padding: 18rem 20rem 18rem 28rem;
    box-shadow: 0 0px 30px var(--color-palette-blue-1);
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100%;
    height: 100%;
	background: var(--color-palette-blue-1);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100%;
    height: 100%;
	background: var(--color-palette-white);
	border-radius: 50%;
	transition: all 200ms;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover:after {
	background: var(--color-palette-blue-1);
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button > span.inner {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	transform: scale(0.8);
	border-left: 82rem solid var(--color-palette-blue-1);
	border-top: 46rem solid transparent;
	border-bottom: 46rem solid transparent;
	transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden;
    text-indent: -1000rem;
}

.video-play-button:hover > span.inner {
	border-left-color: var(--color-palette-white);
}

.modal-video-link {
	border-radius: 8rem;
    overflow: hidden;
}

.popup-overlay {
    display:none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
    background-color: rgba(0,0,0,.9);
    overflow: auto;
    padding: 0px 20px;
}

.popup-overlay.active {display:block;}

.popup-overlay .popup {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 30px;
    position: relative;
    padding: 20px;    
}

.popup-overlay .popup .close {
    float: none;
    font-size: 50px;
    position: absolute;
    right: -25px;
    top: -35px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
	cursor: pointer;
}

.popup-overlay .popup .close:hover,
.popup-overlay .popup .close:focus {color:var(--color-palette-blue-1)!important;}

.mobile-form-1 {
	background-color: var(--color-palette-black-1);
	background-image: url(../images/msf-mobile-bg-1.jpg)!important;
	background-repeat: no-repeat!important;
    background-position: top center!important;
    background-size: cover!important;
}

.mobile-form-1,
.mobile-form-1 .gform-body,
.mobile-form-1 .gform-body .gform_page {
	    height: calc(var(--dvh, 1dvh) * 100)!important;
}

.mobile-form-1 .gform_fields {
	display: block!important;
}

.mobile-form-1 .gform-field-label {
	font-weight: 700 !important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    margin-bottom: 10rem !important;
    font-size: 16rem;
}

.mobile-form-1 .msf-main-header-block-1 {
	text-align: center;
}

.mobile-form-1 .msf-main-header-block-1 h1 {
	text-transform: uppercase;
    font-size: 38rem;
	color: var(--color-palette-dark-blue-1);
}

.mobile-form-1 .msf-main-header-block-1 h2 {
	color: var(--color-palette-blue-1);
    font-size: 34rem;
	margin-bottom: 5rem !important;
}

.mobile-form-1 .msf-main-header-block-1 h3 {
	color: var(--color-palette-blue-1);
    font-size: 28rem;
	margin-bottom: 15rem !important;
}

.mobile-form-1 .msf-main-header-block-1 p {
	margin-bottom: 5rem !important;
}

.mobile-form-1 .msf-main-header-block-1 p:last-child {
	margin-bottom: 25rem !important;
}

.mobile-form-1 .gform_page_fields {
	position: relative;
    padding: 60rem 20rem 20rem;
}

.mobile-form-1 .gform-page-footer {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mobile-form-1 .btn-radio-1 .gfield_radio {
	justify-content: center;
    align-items: center;
}

.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice {
	position: relative;
	width: 180rem;
    height: 45rem;
}

.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice label, 
.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice label {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	margin: 0 !important;
	border-radius: 100rem;
    background-color: var(--color-palette-blue-1);
	font-weight: 700 !important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    color: var(--color-palette-white);
    font-size: 18rem;
	text-transform: uppercase;
	padding-top: 2rem!important;
}

.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice input[type="radio"]:checked + label {
	background-color: var(--color-palette-dark-blue-1);
}

.mobile-form-1 .btn-radio-1 .gfield_radio .gchoice input[type="radio"] {
	opacity: 0.011;
  	z-index: 100;
}

.mobile-form-1 .gform-page-footer input.button {
	text-transform: uppercase!important;
    width: 100%!important;
    border-radius: 0!important;
    font-size: 22rem!important;
    background-color: var(--color-palette-dark-blue-1)!important;
    padding: 22rem 20rem 20rem!important;
    line-height: 1!important;
	color: var(--color-palette-white) !important;
    font-weight: 700 !important;
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
	border: none !important;
}

.mobile-form-1 .gform-page-footer input.button:hover,
.mobile-form-1 .gform-page-footer input.button:focus {
	background-color: var(--color-palette-blue-1)!important;
}

body:has(.msf-panels-block-1) .wpcf7-response-output {display: none!important;}

body:has(.msf-panels-block-1)::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-image: url(../images/msf-mobile-bg-1.jpg);
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.msf-panels-block-1 {
	position: relative;
	height: 100dvh !important;
}

.msf-panels-block-1 .page-scroll-entry {
	position: relative!important;
}

.msf-panels-block-1 .fp-tableCell {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding-top: 70rem;
	padding-bottom: 70rem;
}

.msf-panels-block-1 #Section9 .fp-tableCell {
	padding-bottom: 0rem;
}

.msf-panels-block-1 .page-fields {
	padding: 0 20rem;
	width: 650rem;
    max-width: 100%;
}

.msf-panels-block-1 .page-fields br {
	display: none!important;
}

.msf-panels-block-1 .step-heading-1 {
	text-align: center;
}

.msf-panels-block-1 .step-heading-1 h1 {
	text-transform: uppercase;
    font-size: 38rem;
	color: var(--color-palette-dark-blue-1);
}

.msf-panels-block-1 .step-heading-1 h2 {
	color: var(--color-palette-blue-1);
    font-size: 34rem;
	margin-bottom: 5rem !important;
}

.msf-panels-block-1 .step-heading-1 h3 {
	color: var(--color-palette-blue-1);
    font-size: 28rem;
	margin-bottom: 15rem !important;
}

.msf-panels-block-1 .step-heading-1 .dark-text {
	color: var(--color-palette-dark-blue-1)!important;
}

.msf-panels-block-1 .step-heading-1 a {
	font-weight: 700;
    text-decoration: underline !important;
    color: var(--color-palette-dark-blue-1)!important;
}

.msf-panels-block-1 .step-heading-1 a:after {
	display: none!important;
}

.msf-panels-block-1 .step-heading-1 p {
	margin-bottom: 5rem !important;
}

.msf-panels-block-1 .step-heading-1 p:last-child {
	margin-bottom: 25rem !important;
}

.msf-panels-block-1 .step-heading-1 ul {
	text-align: left;
	width: 380rem;
    max-width: 100%;
    margin: 20rem auto 25rem !important;
}

.msf-panels-block-1 .step-heading-1 ul li p,
.msf-panels-block-1 .step-heading-1 ul li p:last-child {
	margin: 0!important;
}

.msf-panels-block-1 h3#CustomerLocation {
	text-align: center!important;
    color: var(--color-palette-dark-blue-1);
    font-size: 24rem !important;
}

.msf-panels-block-1 .flex-btns-1 {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 15rem;
}

.msf-panels-block-1 .flex-btns-1.no-gap {
	gap: 0;
}

.msf-panels-block-1 .flex-btns-1.compact {
	flex-direction: column;
    width: 290px;
    max-width: 100%;
    margin: auto;
    gap: 10rem;
}

.msf-panels-block-1 .flex-btns-1 a {
	margin: 0!important;
}

.msf-panels-block-1 label.field-label {
	display: inline-block;
    font-weight: 800 !important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16rem;
    margin-bottom: 7rem;
}

.msf-panels-block-1 label.field-label.hidden {
	display: none!important;
}
.cta-group p,
.msf-panels-block-1 .custom-btn-radio-1 {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	gap: 10rem;
}

.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item {
	position: relative;
	width: 180rem;
	max-width: 100%;
	height: 45rem;
	margin: 0;
}

.msf-panels-block-1 #Section2 .custom-btn-radio-1 .wpcf7-list-item {
    width: 255rem;
}

.msf-panels-block-1 #Section2 div[data-id="group-rush-reassurance"] .custom-btn-radio-1 .wpcf7-list-item {
    width: 285rem;
}

.msf-panels-block-1 #Section3 .custom-btn-radio-1 .wpcf7-list-item {
    width: 280rem;
}

.msf-panels-block-1 #Section4 .custom-btn-radio-1 .wpcf7-list-item {
    width: 395rem;
}

.msf-panels-block-1 #Section5 .custom-btn-radio-1 .wpcf7-list-item {
    width: 270rem;
}

.msf-panels-block-1 #Section6 .custom-btn-radio-1 .wpcf7-list-item {
    width: 240rem;
}

.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item span.wpcf7-list-item-label, 
.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="radio"],
.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.cta-grpbtn,
.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item span.wpcf7-list-item-label {
  	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  	border-radius: 100rem;
    background-color: var(--color-palette-blue-1);
  	font-weight: 800!important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif!important;
    color: var(--color-palette-white);
    font-size: 16rem!important;
  	text-transform: uppercase;
  	padding: 7rem 30rem 6rem;
	line-height: 1;
}

.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label,
.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label {
  	background-color: var(--color-palette-dark-blue-1);
}

.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="radio"],
.msf-panels-block-1 .custom-btn-radio-1 .wpcf7-list-item input[type="checkbox"] {
  	opacity: 0.011;
    z-index: 100;
}

.msf-panels-block-1 div[data-class="wpcf7cf_group"].group-active {
	display: block!important;
	height: auto!important;
}

.msf-panels-block-1 .form-fields .wpcf7-form-control-wrap {
	display: block;
    margin-bottom: 10rem;
}

.msf-panels-block-1 .form-fields p,
.msf-panels-block-1 .form-fields p:last-child {
	margin: 0!important;
}

.msf-panels-block-1 .form-fields br {
	display:none!important;
}

.msf-panels-block-1 .form-fields select,
.msf-panels-block-1 .form-fields input[type="search"],
.msf-panels-block-1 .form-fields input[type="email"],
.msf-panels-block-1 .form-fields input[type="url"],
.msf-panels-block-1 .form-fields input[type="text"],
.msf-panels-block-1 .form-fields input[type="tel"],
.msf-panels-block-1 .form-fields input[type="password"] {
	height: 45rem!important;
}

.msf-panels-block-1 .form-fields textarea {
	height: 95rem!important;
}

.msf-panels-block-1 .form-fields .wpcf7-not-valid-tip {
	font-size: 14rem !important;
    font-weight: 700 !important;
    margin: 2rem 0 7rem !important;
}

.msf-panels-block-1 .msfbtn {
	text-align: center;
	text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    font-size: 22rem;
    background-color: var(--color-palette-dark-blue-1);
    padding: 22rem 20rem 20rem!important;
    line-height: 1;
	color: var(--color-palette-white);
    font-weight: 800;
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
	border: none ;
}

.msf-panels-block-1 .msfbtn.wd-auto {
	width: auto!important;
}

.msf-panels-block-1 .msfbtn.dark {
	background-color: var(--color-palette-black-2);
}

.msf-panels-block-1 .msfbtn.light-blue {
	background-color: var(--color-palette-blue-1)!important;
}

.msf-panels-block-1 .msfbtn::after {display: none!important;}

.msf-panels-block-1 .msfbtn:hover,
.msf-panels-block-1 .msfbtn:focus {
	background-color: var(--color-palette-blue-1)!important;
}

.msf-panels-block-1 .msfbtn.light-blue:hover,
.msf-panels-block-1 .msfbtn.light-blue:focus {
	background-color: var(--color-palette-dark-blue-1)!important;
}

.msf-panels-block-1 .msfbtn.inner-btn {
	border-radius: 100rem;
    font-size: 16rem;
    margin-top: 10rem;
    padding: 16rem 20rem 14rem !important;
}

.msf-panels-block-1 .msfbtn.disable {
	pointer-events: none;
    opacity: .8;
}

.msf-panels-block-1 .msf-sticky-footer-container {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.msf-panels-block-1 .msf-sticky-footer-container .msfbtn {
	font-size: 16px  !important;
    padding: 15rem 20rem 13rem !important;
}

.msf-panels-block-1 .msf-sticky-footer-container .msfbtn:hover,
.msf-panels-block-1 .msf-sticky-footer-container .msfbtn:focus {
	background-color: var(--color-palette-black-2)!important;
}

.msf-panels-block-1 .msf-sticky-footer-container.on-form-submit {
	display: none!important;
}

.msf-panels-block-1:has(#Section7.active.fp-completely) .msf-sticky-footer-container.on-form-submit {
	display: block!important;
}

.msf-panels-block-1:has(#Section7.active.fp-completely) .msf-sticky-footer-container,
.msf-panels-block-1:has(#Section7.active.fp-completely) .msf-sticky-footer-container.scroll {
	display: none!important;
}

.msf-panels-block-1 .msf-sticky-footer-container p {
	margin: 0!important;
}

.msf-panels-block-1 .msf-sticky-header-container {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.msf-panels-block-1 .msf-sticky-header-container .msfbtn {
	font-size: 16px  !important;
    padding: 15rem 20rem 13rem !important;
}

.msf-panels-block-1 .msf-sticky-header-container .msfbtn:hover,
.msf-panels-block-1 .msf-sticky-header-container .msfbtn:focus {
	background-color: var(--color-palette-black-2)!important;
}

.msf-panels-block-1 .wpcf7-spinner {
	display: none!important;
}

ul.colored-bullet-listing-1 li::marker {
  color: var(--color-palette-blue-1);
}

.ft-listing-1 {
	text-align: center;
}

.ft-listing-1 .tatsu-icon_card-icon {
	margin: 0 auto 15rem;
}

.ft-listing-1.style-1.horizontal .tatsu-icon_card-icon {
	margin: 0 15rem 0 0!important;
}

.ft-listing-1 .tatsu-icon_card-title {
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    color: #023A58;
    font-size: 22rem;
    width: 190rem;
    max-width: 100%;
    margin: 0 auto 10rem;
    line-height: 1.3;
}

.ft-listing-1.style-1.horizontal {
	text-align: left;
}

.ft-listing-1.style-1 .tatsu-icon_card-title {
	font-size: 18rem;
    margin-bottom: 5rem;
	width: auto;
}

.ft-listing-1.style-1 .tatsu-icon_card-caption p {
	font-size: 14rem;
    line-height: 1.2;
}

.testimonial-slider-1 .tatsu-testimonial.be-slide {
	padding-left: 85rem;
	background-image: url(../images/testimonial-quote-icon-1.png);
	background-repeat: no-repeat;
    background-position: top 7rem left;
    background-size: 60rem;
}

.testimonial-slider-1 .tatsu-testimonial-content-image-wrap {
	margin-bottom: 0!important;
}

.testimonial-slider-1 .tatsu-testimonial-author-image {
	display: none!important;
}

.testimonial-slider-1 .tatsu-testimonial-content p {
	font-size: 20rem;
    line-height: 1.5;
	margin-bottom: 10rem !important;
}

.testimonial-slider-1 .tatsu-testimonial-author {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 20rem;
    letter-spacing: 0.5rem;
	margin-bottom: 0rem;
}

.testimonial-slider-1 .be-slider .flickity-page-dots {
	bottom: -35rem;
}

.testimonial-slider-1 .be-slider .flickity-page-dots .dot {
    width: 55rem;
    height: 8rem;
    border-radius: 8rem;
	background-color: #B2BACA!important;
}

.testimonial-slider-1 .be-slider .flickity-page-dots .dot.is-selected {
	background-color: #3AADC6!important;
}

.accordion-1 h3.accordion-head {
    position: relative;
    display: block!important;
    padding: 13rem 0rem 13rem 45rem !important;
    color: #023A58!important;
    font-size: 18rem !important;
    line-height: 1.2!important;
    margin: 0 !important;
}

.accordion-1 .tatsu-accordion-expand {
    position: absolute;
    top: 9rem;
    left: 0;
    height: 28rem;
    width: 28rem;
    border: 2rem solid var(--color-palette-blue-1);
    background-color: var(--color-palette-blue-1);
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, .7);
    border-radius: 100%;
}

.accordion-1 .tatsu-accordion-expand::before,
.accordion-1 .tatsu-accordion-expand::after {
    background: var(--color-palette-white);
}

.accordion-1 .accordion-content {
    padding: 0!important;
    border: none!important;
}

.accordion-1 .accordion-content .accordion-content-inner {
    padding: 15rem 20rem 20rem 45rem;
}

.accordion-2 h3.accordion-head {
    position: relative;
    display: block!important;
    padding: 13rem 45rem 13rem 20rem !important;
    color: #023A58!important;
    font-size: 16rem !important;
    line-height: 1.2!important;
    margin: 0 !important;
	background-color: var(--color-palette-white);
    border-radius: 10rem;
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
	margin-bottom: 10rem !important;
}

.accordion-2 .tatsu-accordion-expand {
    position: absolute;
    top: 8rem;
    right: 8rem;
}

.accordion-2 .accordion-content {
    padding: 0!important;
    border: none!important;
}

.accordion-2 .accordion-content .accordion-content-inner {
    padding: 12rem 0rem 20rem 5rem;
}

.tabs-1 ul.ui-tabs-nav {
	display: flex!important;
    flex-wrap: wrap!important;
	justify-content: flex-end!important;
    align-items: center!important;
	margin-left: -2rem!important;
	margin-right: -2rem!important;
	margin-bottom: 0!important;
}

.tabs-1 ul.ui-tabs-nav li {
	-webkit-box-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
	background-color: transparent!important;
	padding: 0 4rem !important;
	margin-bottom: 8rem !important;
}

.tabs-1 ul.ui-tabs-nav li a {
	display: inline-block !important;
    border: 2rem solid #E3E9E9 !important;
    background-color: var(--color-palette-white);
    padding: 12rem 10rem 10rem !important;
    color: #023A58 !important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 12rem;
}

.tabs-1 ul.ui-tabs-nav li.ui-state-active a {
	background-color: #0CB6B7 !important;
    color: var(--color-palette-white) !important;
    border-color: #0CB6B7 !important;
}

.tabs-1 ul.ui-tabs-nav li a::after {
	display: none!important;
}

ul.rss-listing-1 {
	padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	margin-left: -10rem;
	margin-right: -10rem;
		
}

ul.rss-listing-1 li {
	width: 25%;
	padding: 0 10rem;
    margin-bottom: 20rem;
}

ul.rss-listing-1 li .img-wrapper {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 0 10rem;
    border-radius: 10rem;
}

ul.rss-listing-1.style-1 li .img-wrapper {
    height: 255rem;
}

ul.rss-listing-1 li .img-wrapper img {
	width: 100%;
    position: relative;
}

ul.rss-listing-1.style-1 li .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

ul.rss-listing-1 li .img-desc {
	font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 18rem;
    line-height: 1.4;
}

.number-listing-1 {
	position: relative;
	padding-left: 90rem;
    min-height: 70rem;
	display: flex;
    align-items: center;
}

.number-listing-1::before {
	content: "";
    background-color: #023A58;
    position: absolute;
    top: 0rem;
    left: 0;
    width: 70rem;
    height: 70rem;
    border-radius: 100rem;
}

.number-listing-1::after {
  	counter-increment: cl1-counter;
  	content: counter(cl1-counter);
	font-family: "Bebas Neue", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400 !important;
    color: #f3f1f7;
    font-size: 85rem;
    line-height: 0;
    position: absolute;
    top: 46rem;
    left: 17rem;
}

.number-listing-1:nth-child(2)::after,
.number-listing-1:nth-child(3)::after {
	left: 19rem;
}

.number-listing-1 .tatsu-icon_card-title {
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    color: #023A58;
    font-size: 18rem;
    line-height: 1.3;
	margin-bottom: 0;
}

.icon-check-1 {
	position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--color-palette-blue-1);
    width: 40rem;
    height: 40rem;
    border-radius: 100rem;
}

.icon-check-1 img {
	filter: brightness(0) invert(1);
}

.table-wrapper-1 {
    overflow: auto;
    max-width: 100%;
	white-space: nowrap;
}

table.custom-table-1 {
	border-collapse: collapse;
    width: 100%;
    max-width: 100%;
	white-space: normal;
}

table.custom-table-1 tr,
table.custom-table-1 th,
table.custom-table-1 td {
	border: none;
}

table.custom-table-1 tbody tr:first-child {
	border-top: 1rem solid rgb(22 57 86 / 30%);
}

table.custom-table-1 tbody tr:not(:last-child) {
	border-bottom: 1rem solid rgb(22 57 86 / 30%);
}

table.custom-table-1 th,
table.custom-table-1 td {
	position: relative;
	text-align: center;
	vertical-align: middle;
	color: #023A58;
	padding: 15rem 20rem;
}

table.custom-table-1 th:not(:last-child),
table.custom-table-1 td:not(:last-child) {
	border-right: 1rem solid rgb(22 57 86 / 30%);
}

table.custom-table-1 td:first-child {
	text-align: left;
}

table.custom-table-1 thead tr th:not(:last-child)::after,
table.custom-table-1 tbody tr:last-child td:not(:last-child)::after {
	content: "";
	position: absolute;
    width: 1rem;
    height: 100%;
    bottom: 0;
    right: -1rem;
    background: linear-gradient(transparent, #F3F1F7);
}

table.custom-table-1 thead tr th:not(:last-child)::after {
	background: linear-gradient(#F3F1F7, transparent);
}

.horizontal-logo-slider-1 .horizontal-logo-box > div > div > .tatsu-column-pad {
	position: relative;
	display: flex;
	overflow: hidden;
}
  
.horizontal-logo-slider-1 .horizontal-logo-box > div > div > .tatsu-column-pad::before,
.horizontal-logo-slider-1 .horizontal-logo-box > div > div > .tatsu-column-pad::after {
	content: "";
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	background: linear-gradient(90deg, #ffffff 0, transparent);
	z-index: 1;
}
  
.horizontal-logo-slider-1 .horizontal-logo-box > div > div > .tatsu-column-pad::before {
	left: 0;  
}
  
.horizontal-logo-slider-1 .horizontal-logo-box > div > div > .tatsu-column-pad::after {
	transform: rotate(180deg);
	right: 0;  
}

.horizontal-logo-slider-1 .horizontal-logo-box ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0!important;
	width: max-content;
	animation: scroll-r-l 30s linear infinite;
}
  
.horizontal-logo-slider-1 .horizontal-logo-box ul li {
	width: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	color:#09F;
	margin: 0 30rem;
}


.horizontal-logo-slider-1 .horizontal-logo-box ul li .tatsu-list-icon-wrap {
	display: none!important;
}

.horizontal-logo-slider-1 .horizontal-logo-box ul li .tatsu-list-inner {
	padding: 0!important;
}

.ribbon-1 {
	position: relative;
    text-align: center;
    font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #ACEABB;
    padding: 12rem 15rem 10rem;
    border-radius: 8rem;
}

.pricing-box-1 {
	position: relative;
	height: 100%;
	text-align: center;
    background-color: #13BCB5;
    border-radius: 10rem;
    padding: 10rem;
}

.pricing-box-1.white {
	background-color: var(--color-palette-white);
}

.pricing-box-1:has(.btn-wrapper) {
	padding: 10rem 20rem 60rem;
}

.pricing-box-1 h3,
.pricing-box-1 h4 {
	color: var(--color-palette-white);
}

.pricing-box-1.white h3,
.pricing-box-1.white h4 {
	color: var(--color-palette-black-1);
}

.pricing-box-1 h3 {
	margin-bottom: 0 !important;
}

.pricing-box-1 h4 {
	font-size: 20rem !important;
    font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 5rem !important;
}

.pricing-box-1 .btn-wrapper {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0rem;
    padding: 10rem 20rem 15rem;
}

.pricing-box-1 .btn-wrapper .tatsu-button {
	background-color: var(--color-palette-white);
    color: var(--color-palette-black-1);
    font-size: 15rem;
    padding: 13rem 15rem 10rem;
    width: 100%;
	min-width: 0;
}

.pricing-box-1.white .btn-wrapper .tatsu-button {
	background-color: #FEE380;
}

.pricing-box-1 .btn-wrapper .tatsu-button:hover,
.pricing-box-1 .btn-wrapper .tatsu-button:focus {
	background-color: var(--color-palette-black-1)!important;
	color: var(--color-palette-white)!important;
}

.ft-card-1 {
	position: relative;
    padding: 25rem;
    border: 1rem solid #023a58;
    border-radius: 15rem;
	height: 100%;
	background-color: #EDF7FA;
}

.ft-card-1:has(.btn-wrapper) {
	padding-bottom: 60rem;
}

.ft-card-1 .tatsu-icon_card-title {
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    color: #023a58;
    font-size: 24rem;
    margin-top: -2rem;
	margin-bottom: 7rem;
	line-height: 1.1;
}

.ft-card-1 .btn-wrapper {
	position: absolute;
    bottom: 25rem;
}

.ft-card-1 .btn-wrapper .tatsu-button {
	background-color: #023a58;
    border-color: #023a58;
    color: var(--color-palette-white);
    border-radius: 100rem;
    padding: 10rem 15rem 9rem;
    font-size: 16rem;
    text-transform: none;
    letter-spacing: 0.5rem;
    min-width: 160rem;
}

.ft-card-1 .btn-wrapper .tatsu-button:hover,
.ft-card-1 .btn-wrapper .tatsu-button:focus {
	background-color: #4c98d0;
	border-color: #4c98d0;
}

.ft-numbered-card-1 {
    position: relative;
    background-color: var(--color-palette-white);
    border-radius: 15rem;
    padding: 30rem;
    box-shadow: 0 3rem 10rem rgba(0, 0, 0, .2);
	overflow: hidden;
	height: 100%;
}

.ft-numbered-card-1::before {
    counter-increment: cl1-counter;
    content: counter(cl1-counter);
    font-family: "Teko", "Proxima Nova Bold", "Nunito Sans", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    color: #023a58;
    font-size: 130rem;
    line-height: 140rem;
    position: absolute;
    top: 30rem;
    right: -8rem;
    width: 100rem;
    height: 111rem;
    overflow: hidden;
    text-align: right;
}

.ft-numbered-card-1 .tatsu-icon_card-title {
    font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    color: #023a58;
    font-size: 22rem;
    min-height: 50rem;
    line-height: 1.1;
	width: 73%;
    max-width: 100%;
    margin: 0 !important;
}

.ft-numbered-card-1 .tatsu-icon_card-caption {
    border-top: 1rem solid hsl(225deg 2% 44% / 30%);
    padding-top: 25rem;
    margin-top: 25rem;
}

ul.tag-listing-1 {
	list-style: none !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

ul.tag-listing-1 li {
	margin: 0 !important;
    background-color: #023a58;
    color: var(--color-palette-white);
    font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 14rem !important;
    line-height: 1;
    padding: 5rem 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
}

ul.checked-listing-1 {
	list-style: none !important;
    padding: 0 !important;
}

ul.checked-listing-1 li {
	position: relative;
	padding-left: 28rem;
}

ul.checked-listing-1 li::before {
	content:"";
	position: absolute;
	top: 5rem;
	left: 0rem;
	width: 20rem;
    height: 15rem;
	background-image: url(../images/check-icon-1.svg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.checked-listing-1.txt-clr-grey-1 li::before {
	filter: invert(83%) sepia(12%) saturate(0%) hue-rotate(228deg) brightness(99%) contrast(89%);
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

#tatsu-header-wrap.pre-stuck,
#tatsu-header-wrap.stuck {
	position: relative!important;
	-webkit-transform: none!important;
    transform: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
    transition: none!important;
}

#tatsu-header-wrap.stuck .tatsu-header:last-child {
    -webkit-box-shadow: 0rem 1rem 12rem 0 rgba(0, 31, 51, 0.1)!important;
    box-shadow: 0rem 1rem 12rem 0 rgba(0, 31, 51, 0.1)!important;
}

#tatsu-header-wrap.pre-stuck .tatsu-SJpvschgWc .tatsu-header-row,
#tatsu-header-wrap.stuck .tatsu-SJpvschgWc .tatsu-header-row {
    padding: 0px 0px 0px 0px;
}

#tatsu-header-wrap:has(.tatsu-header.header-is-fixed) {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    width: 100%;
	margin: auto;
}

#MainHeaderV1 {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
	background-color: transparent!important;
	animation: none!important;
}

#MainHeaderV1.affixed {
	position: fixed;
	padding: 10rem 0;
	background-color: var(--color-palette-dark-blue-1) !important;
	box-shadow: 0rem 1rem 12rem 0 rgba(0, 31, 51, 0.1);
	transition: 0.25s ease-in;
}

#MainHeaderV1 > .tatsu-wrap > .col1 {
	position: relative;
}

#MainHeaderV1 > .tatsu-wrap > .col3 .tatsu-button {
	min-width: 0!important;
	padding: 12rem 15rem 10rem !important;
    font-size: 18rem !important;
}

#MainHeaderV1.affixed > .tatsu-wrap > .col1 .tatsu-header-logo::before,
#MainHeaderV1.affixed > .tatsu-wrap > .col1 .tatsu-header-logo::after {display:none!important;}

#MainHeaderV1.affixed > .tatsu-wrap > .col1 .tatsu-header-logo img {
    height: 41px !important;
}

#MainHeaderV1.affixed > .tatsu-wrap > .col2,
#MainHeaderV1.affixed > .tatsu-wrap > .col3 {
	align-items: center;
}

#MainHeaderV1 > .tatsu-wrap > .col2 .tatsu-hamburger {
	margin-right: 30rem!important;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul {
	margin: 0 !important;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li > a {
	position: relative;
	padding: 0!important;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.front-page.current-menu-item > a,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-item:hover > a,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-item:focus > a,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li > a:hover,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li > a:focus {
	color: transparent!important;
	background-color: var(--color-palette-pink-1);
	background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
    -webkit-background-clip: text;
    background-clip: text;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-item > a {
	color: var(--color-palette-white)!important;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.front-page.current-menu-item > a::before,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.front-page.current-menu-item > a::after,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::before,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::after,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::before,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::after {
	content: "";
	position: absolute;
	left: 50%;
    right: 50%;
	transform: translate(-50%, -50%);
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.front-page > a::before,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::before,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::before {
    top: -42rem;
    width: 60rem;
    height: 12rem;
    background-color: var(--color-palette-pink-1);
	background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
}

#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li.front-page > a::before,
#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::before,
#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::before {
    top: -33rem;
}

#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.front-page > a::after,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::after,
#MainHeaderV1 .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::after {
    top: -27rem;
	background-image: linear-gradient(to right, var(--color-palette-pink-1), var(--color-palette-orange-1));
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 62rem;
    height: 20rem;
}

#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li.front-page > a::after,
#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li.current-menu-items > a::after,
#MainHeaderV1.affixed .tatsu-header-navigation .tatsu-menu > ul > li:hover > a::after {
    top: -18rem;
}

#tatsu-footer-container {
	position: relative;
}

#tatsu-footer-container .footer-logo-1 a {padding: 0!important;}

#tatsu-footer-container .footer-logo-1 a::after {display: none!important;}

#tatsu-footer-container ul.footer-menu-1 {
	padding: 0;
    list-style: none;
}

#CTAFooterV1 .form-wrapper input[type="submit"] {
	background-color: var(--color-palette-blue-1)!important;
}

#PreFooterV1 .tatsu-wrap > .tatsu-row.row1,
#MainFooterV1 .tatsu-wrap > .tatsu-row.row1 {
	position: relative;
}

#PreFooterV1 .tatsu-wrap > .tatsu-row.row1::before,
#MainFooterV1 .tatsu-wrap > .tatsu-row.row1::before {
	content:"";
	background-color: var(--color-palette-white);
	width: calc(100% - 50rem);
    height: 1rem;
    opacity: 20%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#PreFooterV1 .tatsu-wrap > .tatsu-row.row1::before {
	width: calc(100% - 50rem);
}

#PreFooterV1 .icons-round-1 {
	background-color: #3AADC6;
}

#PreFooterV1 .icons-round-1 i.tatsu-icon {
    color: #023A58;
}

#PreFooterV1 ul.footer-menu-1 li a {color:#cfcfcf;}
#PreFooterV1 ul.footer-menu-1 li a::after {background-color:#cfcfcf;}

#LPHeaderV1 {
    background-color: transparent;
    border-bottom: 2rem solid rgba(255, 255, 255, .2);
}

#LPHeaderV1 .tatsu-button {
	font-size: 20rem;
    padding: 9rem 25rem;
    min-width: 0;
}

#LPHeaderV1 .tatsu-button:hover,
#LPHeaderV1 .tatsu-button:focus {
	background-color: #3AADC6!important;
}

#LPHeaderV2 .rect-orange-1 .tatsu-button {
	padding: 10rem 15rem!important;
    line-height: 1.067!important;
    font-size: 18rem!important;
}

#LPHeaderV2 .header-text-1 p {
	font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16rem!important;
    color: var(--color-palette-black-1)!important;
}

#LPHeaderCTAV1 {
	background-color: transparent;
}

#LPFooterV1 .footer-logo img {
	filter: brightness(0) invert(1);
}

#LPFooterV1 .icons-round-1 {background-color: #0CB6B7;}

#LPFooterV2::before,
#LPFooterV2::after {
	content:"";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

#LPFooterV2::before {
	background-image: url(../images/accent-8.png);
	width: 76rem;
    height: 75rem;
    top: 45%;
    left: 19%;
}

#LPFooterV2::after {
	background-image: url(../images/accent-7.png);
	width: 280rem;
    height: 175rem;
    top: 35%;
    right: 8%;
}

#LPFooterV2 .tatsu-section-pad {
	position: relative;
	z-index: 3;
}

#LPFooterV2 .tatsu-wrap > .tatsu-row.row2::before {
	content:"";
	background-color: #B7B7B7;
	width: 100%;
    height: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#GDNMVideoPopup1 .video-wrapper {
    padding-bottom: 85.25%!important;
}

#ClientsSliderV1 .slider-entry {padding: 0 10rem;}
#ClientsSliderV1 .slider-entry .boxed {
    background-color: #fff;
    overflow: hidden;
    border: 1rem solid #d6d9e7;
    border-radius: 10rem;
    min-height: 95rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15rem;
}

#ClientsSliderV1 .slider-entry .boxed img {width: calc(95% - 30rem);}

#ClientsSliderV1 .slick-prev {left: 0rem;}
#ClientsSliderV1 .slick-next {right: 0rem;}

#PortfolioSliderV1 {
	position: relative;
}
#PortfolioSliderV1:not(.slick-initialized.slick-slider) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#PortfolioSliderV1:not(.slick-initialized.slick-slider) > .slider-entry {
	width: 20%;
}
#PortfolioSliderV1 .slider-entry .inner-boxed {
	position: relative;
}

#PortfolioSliderV1 .slider-entry .img-wrapper {
	width: 100%;
	height: 480rem;
	overflow: hidden;
}

#PortfolioSliderV1 .slider-entry .img-wrapper img {
	position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

#PortfolioSliderV1 .slider-entry .entry-content-wrapper {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
	padding: 25rem;
}
#PortfolioSliderV1 .slider-entry .entry-content-wrapper h3 {
	font-size: 14rem!important;
	margin-bottom: 7rem !important;
}
#PortfolioSliderV1 .slider-entry .entry-content-wrapper h3 .header-ribbon-1 {
	background-color: var(--color-palette-white);
    color: var(--color-palette-black-1);
    font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    padding: 4rem 10rem;
}
#PortfolioSliderV1 .slider-entry .entry-content-wrapper .tatsu-button {
	border-radius: 0;
    font-size: 12rem !important;
    background-color: var(--color-palette-white)!important;
    color: var(--color-palette-black-1)!important;
    font-family: "Proxima Nova", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400 !important;
    padding: 6rem 10rem 5rem !important;
    min-width: 0;
}

#PortfolioSliderV1 .slider-entry .entry-content-wrapper .tatsu-button:hover,
#PortfolioSliderV1 .slider-entry .entry-content-wrapper .tatsu-button:focus {
	background-color: #00BEDD!important;
	color: var(--color-palette-white)!important;
}

@media only screen and (max-width: 1381px) {
	
	#LPFooterV2::before {
	top: auto;
    bottom: 25%;
    left: 2%;
	}
	#LPFooterV2::after {
    top: 8%;
    right: 4%;
	}
	
}
	

@media only screen and (min-width: 1200px) {

	#ClientsSliderV1 {margin-left: -10rem;margin-right: -5rem;}
    #ClientsSliderV1 .slick-next {right: -5rem;}
	
}

@media only screen and (max-width: 1199px) {
	
	.lg-hide {display:none!important;}
	.popup-overlay .popup .close {font-size: 30rem;right: 15rem;top: -10rem;}
	.iconed-group-1 {flex-direction: column!important;align-items: center!important;}
	.iconed-group-1 .tatsu-icon_card-icon {margin-right: 0rem !important;margin-bottom: 15rem !important;}
	.iconed-group-1 .tatsu-icon_card-title, .iconed-group-1 .tatsu-icon_card-caption {text-align: center!important;}
	ul.rss-listing-1 li {width: 50%!important;}
	#MainFooterV1 .tatsu-wrap > .tatsu-row.row2 {
    margin-left: auto!important;
    margin-right: auto!important;
    width: calc(100% - 15rem)!important;
	}
	
}

@media only screen and (min-width: 1025px) {
	
	.testimonial-slider-1 .tatsu-testimonial-author-details-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	}
	
	.testimonial-slider-1 .tatsu-testimonial-author-role {
	position: relative;
    margin-left: 10rem;
	padding-top: 1rem;
    padding-left: 10rem;
	}

	.testimonial-slider-1 .tatsu-testimonial-author-role::before {
	content: "";
	position: absolute;
	top: 6rem;
	left: 0;
	width: 1rem;
	height: 15rem;
	background-color: #023A58;
	}
	
}


@media only screen and (max-width: 1024px) {

	.text-center-1024 {text-align:center!important;}
	.aligncenter-1024 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30rem!important;text-align: center!important ;}
	
}

@media only screen and (max-width: 991px) {
	
	#LPHeaderV2 .header-text-1 {
	width: 100%!important;
    text-align: right!important;
    margin: 0 0 10rem !important;
	}
	#LPHeaderV2 .header-text-1 p {text-align: right;}
	
}


@media only screen and (min-width: 768px) {
    
	.testimonial-slider-1 .be-slider .flickity-page-dots {
	text-align: right!important;
	left: auto!important;
    right: 50rem!important;
	}
	#LPFooterV2 .tatsu-wrap > .tatsu-row.row2::before {
	width: calc(100% - 50rem);
	}
	
}


@media only screen and (max-width: 767px) {

	p, ul, ol, ul li, ol li {font-size: 16rem!important;}
	h1, .fs-h1, h1 span {font-size: 32rem!important;line-height: 1.3 !important;}
	h2, .fs-h2 {font-size: 28rem!important;}
	h3, .fs-h3 {font-size: 26rem!important;}
	h4, .fs-h4 {font-size: 24rem!important;}
	h5, .fs-h5 {font-size: 22rem!important;}
	h6, .fs-h6 {font-size: 20rem!important;}
	.cta-btn, input[type=submit] {padding: 11rem 15rem!important;}
	.cta-btn > span {padding-right: 0rem!important;}
	.cta-btn > span:before {display:none!important;}
	.text-left-767 {text-align:left!important;}
	.text-right-767 {text-align:right!important;}
	.text-center-767 {text-align:center!important;}
	.aligncenter-767 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30rem!important;text-align: center!important ;}
	.xs-hide {display:none!important;}
	.xs-display {display:block!important;}
	.xs-bottom1 {margin-bottom:0rem!important;}
	.xs-bottom1 {margin-bottom:10rem!important;}
	.xs-bottom2 {margin-bottom:20rem!important;}
	.xs-bottom3 {margin-bottom:30rem!important;}
	.xs-bottom4 {margin-bottom:40rem!important;}
	.xs-bottom5 {margin-bottom:50rem!important;}
	.xs-bottom6 {margin-bottom:60rem!important;}
	.system-banner {padding: 110rem 0rem 40rem 0rem!important;}
	.form-wrapper .flex-column.one-half {width: 100%!important;}
	.form-wrapper select, .form-wrapper textarea, .form-wrapper input[type="password"],
	.form-wrapper input[type="search"], .form-wrapper input[type="email"], .form-wrapper input[type="url"],
	.form-wrapper input[type="text"], .form-wrapper input[type="tel"] {height: 40rem!important;font-size: 15rem;}
	.form-wrapper textarea {height: 100rem!important;}
	.icons-rainbow-1 i.tatsu-icon {top: 6rem;}
	.ft-boxes-1 .entry .tatsu-column-inner {padding: 30rem!important;}
	.ft-boxes-1:has(.tatsu-button-wrap) .entry .tatsu-column-inner {padding: 30rem 30rem 80rem!important;}
	.testimonial-slider-1 .be-slider .flickity-page-dots {bottom: -65rem!important;}
	.accordion-1 h3.accordion-head {font-size: 20rem !important;}
	table.custom-table-1 {display:block!important;}
	table.custom-table-1 th, table.custom-table-1 td, table.custom-table-1 .tatsu-button {font-size: 14rem !important;}
	table.custom-table-1 .tatsu-button {min-width: 135rem!important;}
	ul.rss-listing-1 li {width: 100%!important;}
	ul.rss-listing-1 li .img-desc {text-align: center!important;}
	#MainHeaderV1:not(.affixed) > .tatsu-wrap {padding-top: 20rem!important;}
	#MainHeaderV1 > .tatsu-wrap > .col1,
	#MainHeaderV1 > .tatsu-wrap > .col2,
	#MainHeaderV1 > .tatsu-wrap > .col3 {flex-basis: unset!important;}
	#MainHeaderV1 > .tatsu-wrap > .col1 {width: 160rem!important;}
	#MainHeaderV1 > .tatsu-wrap > .col2,
	#MainHeaderV1 > .tatsu-wrap > .col3 {width: calc(100% - 160rem)!important;align-items: center!important;}
	#MainHeaderV1.affixed > .tatsu-wrap > .col1 .tatsu-header-logo img {height: auto !important;}
	#CTAFooterV1 .form-wrapper input[type="submit"] {width: 100%!important;}
	#PreFooterV1 .tatsu-wrap > .tatsu-row.row1::before {width: 100%;}
	#MainFooterV1 .tatsu-wrap > .tatsu-row.row1 {margin-left: -5rem!important;margin-right: -5rem!important;}
	#MainFooterV1 .tatsu-wrap > .tatsu-row.row1::before {width: calc(100% - 15rem)!important;}
	#MainFooterV1 .tatsu-wrap > .tatsu-row.row1 p.copyright {font-size: 14rem!important;}
	#LPFooterV2 .tatsu-wrap > .tatsu-row.row2 p {font-size: 14rem !important;}
	#PortfolioSliderV1 .slider-entry .img-wrapper {height: 290rem!important;}
	#PromoBannerV1 p {font-size: 11rem !important;}
	
}