﻿@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

.award-box { width:100%; max-width:250px; vertical-align:middle; margin:20px 15px; }

.anim-hand { display:none; margin:0 auto; }

.in-viewport .anim-hand { display:block; margin:0 auto; }

  .in-viewport .typewriter-text {
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    /* Key properties for preventing clipping: */
    line-height: 1.4;             /* Increase spacing above/below text */
    padding-bottom: 0.2em;        /* Extra space at bottom for descenders */
    margin-bottom: 0.5em;         /* Additional gap below the text */
	padding-left: 0.1em;         /* Additional gap below the text */
    
    display: inline-block;        /* Needed for typewriter width animation */
    white-space: nowrap;          /* Prevent text from wrapping */
    overflow: hidden;             /* Hides text until it's typed out */
    
    /* Typewriter animation: 4s, ~38 steps for your text length. 
       Adjust steps(#, end) if you change the text. */
    animation: typing 4s steps(38, end) forwards;
  }

  .typewriter-home {
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
	color: #5e2e6d !important;
    /* Key properties for preventing clipping: */
    line-height: 1.4;             /* Increase spacing above/below text */
    padding-bottom: 0.2em;        /* Extra space at bottom for descenders */
    margin-bottom: 0.5em;         /* Additional gap below the text */
	padding-left: 0.1em;         /* Additional gap below the text */
    
    display: inline-block;        /* Needed for typewriter width animation */
    white-space: nowrap;          /* Prevent text from wrapping */
    overflow: hidden;             /* Hides text until it's typed out */
    
  }

  .in-viewport .typewriter-home {
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
	color: #5e2e6d !important;
    /* Key properties for preventing clipping: */
    line-height: 1.4;             /* Increase spacing above/below text */
    padding-bottom: 0.2em;        /* Extra space at bottom for descenders */
    margin-bottom: 0.2em;         /* Additional gap below the text */
	padding-left: 0.1em;         /* Additional gap below the text */
    
    display: inline-block;        /* Needed for typewriter width animation */
    white-space: nowrap;          /* Prevent text from wrapping */
    overflow: hidden;             /* Hides text until it's typed out */
    
    /* Typewriter animation: 4s, ~38 steps for your text length. 
       Adjust steps(#, end) if you change the text. */
    animation: typing 4s steps(38, end) forwards;
  }

  .typewriter-inner {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
	color: #5e2e6d !important;
    /* Key properties for preventing clipping: */
    line-height: 1.4;             /* Increase spacing above/below text */
    padding-bottom: 0.2em;        /* Extra space at bottom for descenders */
    margin-bottom: 0.2em;         /* Additional gap below the text */
	padding-left: 0.1em;         /* Additional gap below the text */
    
    display: inline-block;        /* Needed for typewriter width animation */
    white-space: nowrap;          /* Prevent text from wrapping */
    overflow: hidden;             /* Hides text until it's typed out */
    
    /* Typewriter animation: 4s, ~38 steps for your text length. 
       Adjust steps(#, end) if you change the text. */
    animation: typing 3s steps(20, end) forwards;
    vertical-align:middle;
  }
  
@keyframes typing {
from { width: 0; }
to   { width: 20ch; }
}

@media only screen and (max-width:1199px) {
.typewriter-home {
	white-space: wrap;          /* Prevent text from wrapping */
	animation: typing 4s steps(0, end) forwards;
}
.typewriter-inner {
	white-space: wrap;          /* Prevent text from wrapping */
	animation: typing 4s steps(0, end) forwards;
}
@keyframes typing {
from { width: 0; }
to   { width: 100%; }
}


}
.script-fonts {
	font-family: Dancing Script;
	font-size:25px;
	font-weight:400;
}

.hidden {
  display: none;
}
.open {
  display: block;
}
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

.tns-outer {
	padding: 0 !important
}

.tns-outer [hidden] {
	display: none !important
}

.tns-item[aria-hidden] {
	visibility: hidden
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}

.tns-gallery>.tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s
}

.tns-autowidth {
	display: inline-block
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6
}

.tns-lazy-img.tns-complete {
	opacity: 1
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.tns-vpfix {
	white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
	display: inline-block
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: 2333.3333333333%;
	position: absolute;
	right: 0
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both
}

.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: 1.4285714286%;
	height: 10px;
	float: left
}

.tresio-nav:not(tresio-nav--loaded) ul:not(.level-1) {
	display: none;
	background:#fff;
}

.tresio-nav__main,
.tresio-nav__list {
	margin: 0;
	padding: 0
}

.tresio-nav__main,
.tresio-nav>ul {
	display: flex
}

.tresio-nav__list:not(.level-1) {
	display: none;
	white-space: nowrap
}

.tresio-nav__list-item {
	position: relative;
	list-style-type: none
}

.tresio-nav li.ignore ul {
	display: block
}

.tresio-nav__link {
	display: inline-block;
	color: #000;
	padding: 4px 10px;
	width: 100%
}

.tresio-nav__dropdown {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 2;
	color: #000
}

.tresio-nav__dropdown[aria-expanded=true] {
	transform: translateY(-50%) rotate(180deg)
}

.tresio-nav__dropdown[aria-expanded=true]+.tresio-nav__list {
	display: block
}

.tresio-nav.type-horizontal.variant-focus .tresio-nav__dropdown.level-1 {
	display: none !important
}

.tresio-nav.type-horizontal.variant-focus--active .tresio-nav__dropdown.level-1 {
	display: block !important
}

.tresio-nav.type-horizontal .tresio-nav__main,
.tresio-nav.type-horizontal>ul {
	justify-content: space-between
}

.tresio-nav.type-horizontal .tresio-nav__list:not(.level-1) {
	position: absolute
}

.tresio-nav.type-horizontal .tresio-nav__list:not(.level-1):not(.level-2) {
	left: calc(100% - 1px);
	top: 0
}

.tresio-nav.type-horizontal .tresio-nav__list-item--has-children .tresio-nav__link {
	padding-right: 16px
}

.tresio-nav.type-horizontal .tresio-nav__link {
	width: 100%
}

.tresio-nav.type-horizontal .tresio-nav__link:hover~.tresio-nav__list {
	display: block
}

.tresio-nav.type-vertical .tresio-nav__main,
.tresio-nav.type-vertical>ul,
.tresio-nav.type-hamburger .tresio-nav__main,
.tresio-nav.type-hamburger>ul {
	flex-direction: column
}

.tresio-nav.type-vertical .tresio-nav__dropdown,
.tresio-nav.type-hamburger .tresio-nav__dropdown {
	top: 3px;
	transform: rotate(0deg)
}

.tresio-nav.type-vertical .tresio-nav__dropdown[aria-expanded=true],
.tresio-nav.type-hamburger .tresio-nav__dropdown[aria-expanded=true] {
	transform: rotate(180deg)
}

.tresio-nav.type-hamburger {
	position: relative
}

.tresio-nav.type-hamburger .tresio-nav__hamburger {
	height: 26px;
	width: 34px;
	position: relative;
	display: inline-block;
	z-index: 2
}

.tresio-nav.type-hamburger .tresio-nav__hamburger:before,
.tresio-nav.type-hamburger .tresio-nav__hamburger:after,
.tresio-nav.type-hamburger .tresio-nav__hamburger span {
	height: 2px;
	margin-top: -2px;
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
	background: var(--tresio-nav-hamburger-color)
}

.tresio-nav.type-hamburger .tresio-nav__hamburger:before,
.tresio-nav.type-hamburger .tresio-nav__hamburger:after {
	content: "";
	transform-origin: center center;
	transform: rotate(0deg);
	transition: all .3s ease
}

.tresio-nav.type-hamburger .tresio-nav__hamburger:before {
	top: 2px
}

.tresio-nav.type-hamburger .tresio-nav__hamburger:after {
	bottom: 2px;
	margin-bottom: 0
}

.tresio-nav.type-hamburger .tresio-nav__hamburger span {
	position: absolute;
	top: 50%
}

.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true]:before,
.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true]:after,
.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true] span {
	background: var(--tresio-nav-hamburger-color-expanded)
}

.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true]:before {
	top: 50%;
	transform: rotate(45deg)
}

.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true]:after {
	bottom: 50%;
	transform: rotate(-45deg)
}

.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true] span {
	background: rgba(0, 0, 0, 0)
}

.tresio-nav.type-hamburger .tresio-nav__hamburger[aria-expanded=true]~.tresio-nav__main {
	display: block
}

.tresio-nav.type-hamburger .tresio-nav__main {
	display: none;
	width: 300px;
	overflow: scroll
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__main {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 40px;
	padding-top: var(--tresio-nav-menu-offset)
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__main:before,
.tresio-nav.type-hamburger.variant-popup .tresio-nav__main:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__main:before {
	width: 20%;
	background: #f1f1f1;
	left: 0
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__main:after {
	right: 0;
	width: 80%;
	background: #fff
}

@media screen and (max-width: 800px) {
	.tresio-nav.type-hamburger.variant-popup .tresio-nav__main {
		padding-top: var(--tresio-nav-menu-offset-mobile)
	}
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__list-item.level-1 {
	width: 15vw;
	position: relative;
	display: flex;
	z-index: 2
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__dropdown {
	position: static
}

.tresio-nav.type-hamburger.variant-popup .tresio-nav__list.level-2 {
	position: fixed;
	right: 0;
	top: var(--tresio-nav-menu-offset);
	width: 80%
}

@media screen and (max-width: 800px) {
	.tresio-nav.type-hamburger.variant-popup .tresio-nav__list.level-2 {
		top: var(--tresio-nav-menu-offset-mobile)
	}
}

.tresio-nav.type-hidden {
	display: none
}

.sr-only,
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap
}

.fakebutton {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer
}
 












.btn.text:after,.partial_gallery_dropdown .dropdown ul li a,.partial_gallery_dropdown ul.dropdown ul li a,.partial_notification p,.partial_socials li,.popup-video:after,.sub-content.full .entry-content a,.tns-controls button,a,body.hamburger-menu header .row .menu-holder,footer.partial_footer .fixed-cta a.btn,header *,header .row .logo-holder .logo picture img,header .row .logo-holder a picture img,header .row .phone-holder .burger .icon span:after,header .row .phone-holder .burger .icon span:before,header .row .phone-holder .burger .menu-container .item nav li a.not-btn:after,header .toggle-nav button:after,nav.tresio-nav[data-type=horizontal] ul.partial_nav li{transition:all .3s ease}
.btn,.btn:after,.mod_home_hero .row .logo,.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a:after,.mod_home_three_link .row .item,.mod_index_list .row a.item:after,.mod_quote.viewport .logo,.mod_quote.viewport .row:after,.mod_quote.viewport .row:before,.notification-toggle,.notification-toggle:after,.partial_notification,body main:before{transition:all .6s ease}
.cta.viewport picture.background img,.mod_banner.viewport picture.background img,.mod_column.viewport picture img,.mod_cta_gallery:before,.mod_home_banner picture,.mod_home_service .row,.mod_logo_list.viewport .img img,.mod_quote.viewport .row p.author,.partial_cta_sub:before,header .row .phone-holder .burger .icon span{transition:all 1.25s ease}
@font-face{font-family:marlide-display-variable;src:url(https://use.typekit.net/af/26a9a4/0000000000000000774ba8d7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/26a9a4/0000000000000000774ba8d7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/26a9a4/0000000000000000774ba8d7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-display:swap;font-style:normal;font-stretch:normal}
@font-face{font-family:mulish-variable;src:url(https://use.typekit.net/af/f3f464/0000000000000000773ef9a4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/f3f464/0000000000000000773ef9a4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/f3f464/0000000000000000773ef9a4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-display:swap;font-style:normal;font-stretch:normal}
.tns-controls button:before,[class*=" icon-"]:before,[class^=icon-]:before{font-family:Arial,sans-serif;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-left-open:before{content:"\2039"}
.icon-right-open:before{content:"\203A"}
.icon-cancel:before{content:"\00D7"}
.tns-slider{font-size:11px!important}
.right{float:right!important}
.left{float:left!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
.text-justify{text-align:justify!important}
.left{float:left!important}
.relative{position:relative}
.absolute{position:absolute}
img.center{display:block;margin:auto}
img.full{width:100%}
img.contact-scroll,img.small{max-width:180px;width:100%}
.hidden{display:none!important}
.link:not(.btn){color:#5e2e6d!important;text-decoration:underline}
.no-underline:not(.btn){color:#5e2e6d!important;text-decoration:none}
.overflow-hidden{overflow:hidden!important}
.text-justify{text-align:justify!important}
@media only screen and (min-width:800px){.text-center-tablet-up{text-align:center!important}
}
@media only screen and (max-width:40em){.block-phone{display:block!important}
}
.block{display:block!important}
@media only screen and (min-width:800px) and (max-width:64em){.block-tablet{display:block!important}
}
@media only screen and (min-width:800px){.block-tablet-up{display:block!important}
}
@media only screen and (min-width:64.1em){.block-desktop{display:block!important}
}
picture.background,video.background{width:100%;z-index:0;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);height:100%;display:flex}
picture.background img,video.background img{object-fit:cover;width:calc(100% + 2px);height:calc(100% + 2px)}
video.background{object-fit:cover;width:100%}
.flex-video{margin-bottom:0}
.flex-video iframe{max-width:100%}
.background-image{background-size:cover;background-position:center center;background-repeat:no-repeat}
@media only screen and (min-width:64.1em){.background-image{background-image:var(--background-image-desktop)}
}
@media only screen and (max-width:64em){.background-image{background-image:var(--background-image-tablet)}
}
@media only screen and (max-width:40em){.background-image{background-image:var(--background-image-phone)}
}
.mod_column .vertical,.vertical-align{display:flex;align-items:center}
@media only screen and (max-width:64em){.mod_column .vertical,.vertical-align{flex-wrap:wrap;flex:1 1 100%}
}
@media only screen{[class*=mw-]{margin-left:auto!important;margin-right:auto!important}
}
@media only screen and (max-width:64em){[class*=mw-]{max-width:100%!important}
}
.tns-controls{display:flex;grid-gap:16px;justify-content:center;text-align:center;padding-top:20px;outline:0}
.tns-controls button{background:0 0;width:32px;height:32px;margin:0 8px;outline:0;padding:0;user-select:none;text-align:center;display:inline-block;opacity:.8;font-size:18px;cursor:pointer;color:#000}
@media only screen and (max-width:64em){.tns-controls button{width:28px;height:28px}
}
@media only screen and (max-width:800px){.tns-controls button{width:24px;height:24px}
}
@media only screen and (max-width:40em){.tns-controls button{width:20px;height:20px}
}
.tns-controls button:hover{color:#000;opacity:.4}
.tns-controls button:focus{box-shadow:none!important}
.tns-controls button[data-controls=prev]:before{content:"\2039"}
.tns-controls button[data-controls=next]:before{content:"\203A"}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.fadeIn{animation-name:fadeIn}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-10%,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-10%,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(10%,0,0)}
to{opacity:1;transform:none}
}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,10%,0)}
to{opacity:1;transform:none}
}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
.fadeOut{animation-name:fadeOut}
a:hover{cursor:pointer}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,html{font-size:100%;height:auto}
body{background:#fff;padding:0;margin:0;font-style:normal;line-height:1;position:relative;cursor:default;letter-spacing:.8px;-webkit-font-smoothing:subpixel-antialiased;font-size:18px;font-weight:300;font-family:mulish-variable,Arial,sans-serif!important;color:#000}
main [class*=column]+[class*=column]:last-child{float:none!important}
img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle;transform:translateZ(0)}
a img{transition:all .3s ease-out}
.btn,.notification-toggle{display:inline-block;position:relative;margin:0;padding:16px 30px 12px;text-decoration:none;text-align:center;font-size:16px;font-weight:400;line-height:1;user-select:none;border-radius:30px;background:0 0;color:#000;outline:0!important;cursor:pointer;border:1px solid #fff}
.btn:after,.notification-toggle:after{content:"";position:absolute;display:inline-block;right:20px;top:50%;transform:translateY(-50%);background:url(/go/images/1689882073-button-arrow.svg) center center/cover no-repeat;opacity:0;width:10px;height:10px}
@media only screen and (max-width:800px){.btn,.notification-toggle{font-size:15px}
}
@media only screen and (max-width:40em){.btn,.notification-toggle{padding:12px 20px}
}
.btn:hover,.notification-toggle:hover{background-color:#fff;color:#5e2e6d!important;opacity:1;padding:16px 38px 12px 30px}
.btn:hover:after,.notification-toggle:hover:after{opacity:1}
.btn>a,.btn>span,.notification-toggle>a,.notification-toggle>span{text-decoration:none;font-size:18px;line-height:1;color:#000;text-transform:uppercase;user-select:none}
@media only screen and (max-width:800px){.btn>a,.btn>span,.notification-toggle>a,.notification-toggle>span{font-size:15px}
}
@media only screen and (max-width:40em){.btn>a,.btn>span,.notification-toggle>a,.notification-toggle>span{font-size:14px}
}
.btn[disabled]{background-color:#eee;color:#999;cursor:default;opacity:.7;box-shadow:none}
.btn[disabled] a,.btn[disabled] span{cursor:default;color:#999;opacity:.7}
.btn[disabled]:focus,.btn[disabled]:hover{box-shadow:none}
.btn.text{background:0 0;padding:8px 0;letter-spacing:.8px;color:#000;font-weight:400;text-transform:none;position:relative}
.btn.text:after{content:"";position:absolute;bottom:0;left:0;width:36px;border-top:2px solid #ccc}
.btn.text:hover{opacity:1}
.btn.text:hover:after{width:100%}
.btn.read-more{border:none!important;padding:0;color:#5e2e6d!important;width:fit-content;gap:5px;display:flex;flex-direction:row-reverse;position:static}
.btn.read-more:after{position:relative;padding:5px 20px;right:auto;left:0;gap:5px;opacity:1;background:url(/go/images/1689883961-blue-read-more-arrow-1.svg) center center/cover no-repeat;transform:translateY(2px);top:0}
.btn.read-more:hover{background:0 0!important;left:unset;transform:translateX(10px)}
.btn.read-more:hover:after{padding:5px 25px;transform:translate(0,2px) scaleX(1);transform-origin:left}
.btn.read-more.white:hover,.mod_home_banner .row .content .text .btn.read-more:hover,.mod_notification_bar.dark a.btn.read-more:hover{background:0 0!important;color:#fff!important}
.btn.read-more.white:after,.mod_home_banner .row .content .text .btn.read-more:after,.mod_notification_bar.dark a.btn.read-more:after{background:url(/go/images/1689883964-white-read-more-arrow-1.svg) center center/cover no-repeat}
.btn.dark{border:1px solid #5e2e6d;color:#5e2e6d!important}
.btn.dark:hover{background-color:#5e2e6d;color:#fff!important}
.btn.dark:hover:after{background:url(/go/images/1689882073-button-arrow.svg) center center/cover no-repeat}
.btn.contact-scroll,.btn.small,.mod_index>.row .inner .item a.btn,body.blog .container:not(footer):not(.partial_cta_sub) a.btn{font-size:14px;letter-spacing:.8px;padding:11px 20px}
.btn.white, .mod_notification_bar.dark a.btn{border-color:#fff!important;color:#fff!important}
.btn.white:hover,.mod_home_banner .row .content .text .btn:hover,.mod_notification_bar.dark a.btn:hover{background:#fff;color:#fff!important}
.mod_home_banner .row .content .text .btn:hover { background-color: #5e2e6d;
  color: #fff !important;}
.btn.center{display:table;margin-left:auto;margin-right:auto}
li { line-height: normal !important; margin: 0 0 10px 0 !important;}
dd,div,form,h1,h2,h3,h4,h5,h6,p,pre,ul{margin:0;padding:0}
sup{vertical-align:super}
a{line-height:inherit;color:#000;text-decoration:none}
a:hover{cursor:pointer;color:inherit;opacity:.6}
a img{border:none}
p{text-rendering:optimizeLegibility;font-weight:300;font-size:18px;font-family:mulish-variable,Arial,sans-serif;color:#000;line-height:33px;margin-bottom:20px}
@media only screen and (max-width:800px){p{font-size:16px}
}
p:last-child{margin-bottom:0}
li a:not(.btn),p a:not(.btn){color:#000}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;font-weight:400;color:#5e2e6d;font-family:marlide-display-variable,Times,serif;line-height:1.2;text-rendering:optimizeLegibility}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit;color:inherit!important}
h1 span.contact-scroll,h1 span.small,h2 span.contact-scroll,h2 span.small,h3 span.contact-scroll,h3 span.small,h4 span.contact-scroll,h4 span.small,h5 span.contact-scroll,h5 span.small,h6 span.contact-scroll,h6 span.small{font-size:28px;color:rgba(18,24,36,.6);letter-spacing:.025em;display:block;opacity:1;margin:15px 0}
@media only screen and (max-width:40em){h1 span.contact-scroll,h1 span.small,h2 span.contact-scroll,h2 span.small,h3 span.contact-scroll,h3 span.small,h4 span.contact-scroll,h4 span.small,h5 span.contact-scroll,h5 span.small,h6 span.contact-scroll,h6 span.small{font-size:20px}
}
h1{font-size:54px}
@media only screen and (max-width:64em){h1{font-size:46px}
}
@media only screen and (max-width:40em){h1{font-size:38px}
}
h2{font-weight:300;font-size:75px;letter-spacing:.05em}
@media only screen and (max-width:64em){h2{font-size:36px}
}
@media only screen and (max-width:40em){h2{font-size:32px}
}
h2 a{color:inherit}
h3{font-size:42px;margin-bottom:15px}
@media only screen and (max-width:64em){h3{font-size:28px}
}
@media only screen and (max-width:40em){h3{font-size:26px}
}
h3 a{color:inherit}
h4{font-size:26px}
@media only screen and (max-width:64em){h4{font-size:24px}
}
@media only screen and (max-width:40em){h4{font-size:22px}
}
h5{font-size:24px}
@media only screen and (max-width:64em){h5{font-size:22px}
}
@media only screen and (max-width:40em){h5{font-size:20px}
}
em,i{font-style:italic;line-height:inherit}
b,strong{font-weight:700;line-height:inherit}
ul{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;list-style-position:outside;font-family:inherit}
ul{margin-left:1.1rem}
div[data-s3-module] ul{margin:15px 0}
div[data-s3-module] ul li{padding-left:18px;position:relative;font-size:18px}
/*div[data-s3-module] ul li:before{content:"";position:absolute;padding:3px;background:#5e2e6d;border-radius:3px;left:0;top:11px}*/
div[data-s3-module] ul li+li{margin-top:8px}
ul li{list-style-type:none}
ul li ul{margin-left:1.25rem;margin-bottom:0}
textarea{height:auto;min-height:50px}
small{font-size:60%;line-height:inherit}
form{margin:0 0 1rem}
label{font-size:.875rem;color:#4d4d4d;cursor:pointer;display:block;font-weight:400;line-height:1.5;margin-bottom:0}
input[type=checkbox],input[type=file],input[type=radio],select{margin:0 0 1rem 0}
input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}
input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;background-color:#fff;font-family:inherit;border:1px solid #ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:rgba(0,0,0,.75);display:block;font-size:.875rem;margin:0 0 1rem;padding:.5rem;height:2.3125rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:box-shadow .45s,border-color .45s ease-in-out}
select{width:100%;-webkit-appearance:none!important;background-color:#fafafa;background-image:url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:97% center;border:1px solid #ccc;padding:.5rem;font-size:.875rem;border-radius:0;height:2.3125rem}
textarea[rows]{height:auto}
hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25rem 0 1.1875rem;height:0}
table{background:#fff;margin-bottom:1.25rem;border:solid 1px #f4f4f4;padding:10px;}
body main{filter:brightness(1);transition:filter .5s ease;position:relative}
body main:before{z-index:999;content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,0);pointer-events:none}
body main.burger-active:before{background:rgba(0,0,0,.5)}
/*@media only screen and (min-width:64.1em){body:not(.hamburger-menu){margin-top:102px}
}
@media only screen and (max-width:1450px){body:not(.hamburger-menu){margin-top:110px}
}
@media only screen and (max-width:800px){body:not(.hamburger-menu){margin-top:78px}
}
@media only screen and (max-width:64em){body.hamburger-menu{margin-top:60px}
}*/
body.sticky-bar-on main{margin-top:132px!important}
@media only screen and (max-width:64em){body.sticky-bar-on main{margin-top:112px!important}
}
@media only screen and (max-width:40em){body.sticky-bar-on main{margin-top:133px!important}
}
body.sticky-bar-on.hamburger-menu main{margin-top:52px!important}
@media only screen and (max-width:64em){body.sticky-bar-on.hamburger-menu main{margin-top:112px!important}
}
@media only screen and (max-width:40em){body.sticky-bar-on.hamburger-menu main{margin-top:166px!important}
}
.container{width:100%;background-color:#fff}
.container.dark{background-color:#1a1a1a}
.container.dark a,.container.dark h2,.container.dark h3,.container.dark h4,.container.dark li,.container.dark p{color:#fff}
.container.dark a .contact-scroll,.container.dark a .mod_index>.row .inner .item a.btn,.container.dark a .small,.container.dark a body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.container.dark h2 .contact-scroll,.container.dark h2 .mod_index>.row .inner .item a.btn,.container.dark h2 .small,.container.dark h2 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.container.dark h3 .contact-scroll,.container.dark h3 .mod_index>.row .inner .item a.btn,.container.dark h3 .small,.container.dark h3 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.container.dark h4 .contact-scroll,.container.dark h4 .mod_index>.row .inner .item a.btn,.container.dark h4 .small,.container.dark h4 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.container.dark li .contact-scroll,.container.dark li .mod_index>.row .inner .item a.btn,.container.dark li .small,.container.dark li body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.container.dark p .contact-scroll,.container.dark p .mod_index>.row .inner .item a.btn,.container.dark p .small,.container.dark p body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.mod_index>.row .inner .item .container.dark a a.btn,.mod_index>.row .inner .item .container.dark h2 a.btn,.mod_index>.row .inner .item .container.dark h3 a.btn,.mod_index>.row .inner .item .container.dark h4 a.btn,.mod_index>.row .inner .item .container.dark li a.btn,.mod_index>.row .inner .item .container.dark p a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark a a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark h2 a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark h3 a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark h4 a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark li a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .container.dark p a.btn{color:#fff}
.container.dark ul li:before{background:#fff!important}
.row{width:100%;margin:0 auto;max-width:1200px}
.row .row{width:auto;margin-left:-.9375rem;margin-right:-.9375rem;margin-top:0;margin-bottom:0;max-width:none}
.container>.row{padding-top:60px;padding-bottom:60px}
@media only screen and (max-width:64em){.container>.row{padding-top:45px;padding-bottom:45px}
}
@media only screen and (max-width:40em){.container>.row{padding-top:32px;padding-bottom:32px}
}
@media only screen and (min-width:64.1em){.container>.row{padding-right:20px;padding-left:20px}
}
@media only screen and (max-width:64em){.container .row{padding-left:20px;padding-right:20px}
}
footer .container .row,header .container .row{padding:0}
.main>.row{padding-left:10px;padding-right:10px}
header ul.partial_nav .search{position:relative}
header ul.partial_nav .search .js-search-open:after{content:" ";background:url(/images/search.svg?auto=format,compress) center center no-repeat!important;height:30px!important;width:30px;background-size:contain;display:inline-block;opacity:1!important;filter:invert(1);top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);position:absolute}
@media only screen and (max-width:64em){header ul.partial_nav .search .js-search-open:after{position:relative;top:0;left:6px;transform:none}
}
.search-input-container{position:fixed;opacity:0;visibility:hidden;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.6);z-index:9999;transition:all 250ms ease-in-out}
.search-input-container .inner{position:absolute;transform:translateX(-50%) translateY(-50%);left:50%;top:50%;padding:50px 30px 30px;background:#fff;width:750px;max-width:80%;box-shadow:0 0 50px rgba(0,0,0,.2);border-radius:8px;max-height:80vh;overflow:auto}
@media only screen and (max-width:64em){.search-input-container .inner{padding:44px 20px 20px}
}
.search-input-container .inner #js-search-input{border:1px solid #ddd;font-size:18px;border-radius:2px;font-family:mulish-variable,Arial,sans-serif;letter-spacing:.5px;padding:28px 18px;box-shadow:none;background:#fff;margin-bottom:0}
@media only screen and (max-width:64em){.search-input-container .inner #js-search-input{font-size:16px;padding:22px 16px}
}
.search-input-container .inner h2{font-size:20px}
@media only screen and (max-width:64em){.search-input-container .inner h2{font-size:18px}
}
.search-input-container .inner .js-search-results{margin-top:20px}
.search-input-container .inner .js-search-results:empty{display:none}
.search-input-container .inner .js-search-close{position:absolute;width:18px;height:18px;top:18px;right:29px;cursor:pointer}
@media only screen and (max-width:64em){.search-input-container .inner .js-search-close{top:15px;right:20px}
}
.search-input-container .inner .js-search-close:after,.search-input-container .inner .js-search-close:before{content:"";position:absolute;width:100%;top:50%;height:1px;background:#888;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}
.search-input-container .inner .js-search-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}
.search-input-container.is-active{opacity:1;visibility:visible}
@keyframes fade{0%{opacity:0;visibility:hidden}
100%{opacity:1;visibility:visible}
}
.mod_home_hero .row{text-align:center;display:flex;max-width:none;position:relative}
@media only screen and (max-width:800px){.mod_home_hero .row{flex-direction:column}
}
.mod_home_hero .row .item{background:#000000; position:relative;height:100%;width:100%;overflow:hidden;padding:380px 0;transition:all ease 1.7s}
@media only screen and (max-width:1024px){
.mod_home_hero .row .item{ padding:400px 0 490px 0;}

}
@media only screen and (max-width:800px){.mod_home_hero .row .item{height:calc(140vh - 50px)}
.mod_home_hero .row .item{ padding:80px 0; }

}
.mod_home_hero .row .item:hover .content .btn{opacity:1}
.mod_home_hero .row .item:hover picture img{transform:scale(1)}
.mod_home_hero .row .item.left,.mod_home_hero .row .item.right{width:50%}
@media only screen and (max-width:800px){.mod_home_hero .row .item.left,.mod_home_hero .row .item.right{width:100%}
}
.mod_home_hero .row .item .content{width:100%;text-align:center;position:absolute;left:50%;top:40%;transform:translateY(-50%) translateX(-50%);z-index:1;opacity:1;transition:all ease 1s}
.mod_home_hero .row .item .content h1,.mod_home_hero .row .item .content h2,.mod_home_hero .row .item .content p.title{font-size:clamp(50px,5vw,80px);margin:0;color:#fff;font-family:marlide-display-variable,Times,serif;font-weight:400;line-height:1}
@media only screen and (max-width:40em){.mod_home_hero .row .item .content h1,.mod_home_hero .row .item .content h2,.mod_home_hero .row .item .content p.title{font-size:calc(16px + 2vw)}
}
.mod_home_hero .mod_index>.row .inner .item .content h1 a.btn,.mod_home_hero .mod_index>.row .inner .item .content h2 a.btn,.mod_home_hero .mod_index>.row .inner .item .content p.title a.btn,.mod_home_hero .row .item .content h1 .contact-scroll,.mod_home_hero .row .item .content h1 .small,.mod_home_hero .row .item .content h1 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.mod_home_hero .row .item .content h2 .contact-scroll,.mod_home_hero .row .item .content h2 .small,.mod_home_hero .row .item .content h2 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,.mod_home_hero .row .item .content p.title .contact-scroll,.mod_home_hero .row .item .content p.title .small,.mod_home_hero .row .item .content p.title body.blog .container:not(footer):not(.partial_cta_sub) a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .mod_home_hero .row .item .content h1 a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .mod_home_hero .row .item .content h2 a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .mod_home_hero .row .item .content p.title a.btn{color:#fff;margin-bottom:0;margin-top:10px;display:block;font-size:clamp(50px,5vw,80px)}
.mod_home_hero .row .item .content .btn{margin:30px auto 0;opacity:0}
@media only screen and (max-width:800px){.mod_home_hero .row .item .content .btn{display:none}
}
.mod_home_hero .row .item .color{transition:all ease 1.7s;position:absolute;top:0;left:0;height:100%;width:100%}
.mod_home_hero .row .item .color img{height:100%;width:100%;object-fit:cover;object-position:center 10%;transition:all ease 1.5s}
@media only screen and (max-width:800px){.mod_home_hero .row .item .color img{object-position:top}
}
.mod_home_hero .row .item .tab-bar{height:100px;width:100%;position:absolute;bottom:0;left:0;z-index:1;padding:20px 30px;cursor:pointer}
@media only screen and (max-width:800px){.mod_home_hero .row .item .tab-bar{display:none}
}
.mod_home_hero .row .item .tab-bar picture{height:100%}
.mod_home_hero .row .item .tab-bar picture img{height:100%;width:auto;object-fit:contain}
.mod_home_hero .row .logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1;visibility:visible;transition-delay:1.5s;max-width:150px}
@media only screen and (max-width:800px){.mod_home_hero .row .logo{max-width:50px}
}
@media only screen and (max-width:800px){.mod_home_hero .row .mod_home_hera{display:none}
}
@media only screen and (max-width:64em){.mod_home_hero .row .mod_home_hera .row{grid-template-columns:repeat(4,1fr)}
}
.mod_hero_form{background-color:#abc7dc;padding:0}
.mod_hero_form .row{max-width:1150px;display:flex;align-items:center;justify-content:center;column-gap:15px;padding:20px 20px 25px}
@media only screen and (max-width:800px){.mod_hero_form .row{flex-direction:column;padding:20px 40px;row-gap:20px}
}
.mod_hero_form .row form{display:flex;align-items:center;justify-content:center}
@media only screen and (max-width:800px){.mod_hero_form .row form{flex-direction:column}
}
.mod_hero_form .row form::placeholder{color:#000}
.mod_hero_form .row form div:nth-child(2){width:0}
.mod_hero_form .row form .fields input{background-color:#fff!important;border:none!important;margin-top:5px;border-radius:0!important;padding:12px 25px;font-size:15px}
@media only screen and (max-width:800px){.mod_hero_form .row form .fields input{width:100%;max-width:none}
}
.mod_hero_form .row form .fields input[type=text]{color:#000}
.mod_hero_form .row form .submit-holder{flex:1 0 auto;margin:5px 0 0 15px}
@media only screen and (max-width:800px){.mod_hero_form .row form .submit-holder{margin:25px auto 7px}
}
.mod_hero_form .row form .submit-holder .btn{border-radius:0;padding:12px 25px;border-color:#fff;color:#fff;background:0 0;opacity:1}
.mod_home_banner{position:relative;padding-top:100px;padding-bottom:50px;overflow:hidden}
.mod_home_banner.stripe:before{z-index:1;content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(to right,#fff,#fff,rgba(0,0,0,0))}
.mod_home_banner.stripe picture.links-1 img{object-position:left}
 
.mod_home_banner.stripe.simple .row .content{padding:40px 20px}
@media only screen and (max-width:1000px){.mod_home_banner.stripe.simple .row{justify-content:center}
.mod_home_banner.stripe:before{ width:100%; }

.mod_home_banner.stripe.simple .row .content{width:100%}
}
@media only screen and (max-width:1000px) and (max-width:64em){.mod_home_banner.stripe.simple .row .content{padding:0}
}
@media only screen and (max-width:1000px){.mod_home_banner.stripe.simple .row .content .text{max-width:100%}
}
@media only screen and (max-width:800px){.mod_home_banner{display:flex;flex-direction:column-reverse;padding:0}
}
@media only screen and (max-width:767px){.mod_home_banner.stripe:before{background:linear-gradient(to right,#fff,#fff,rgba(0,0,0,0))}

}
.mod_home_banner picture{width:100%;height:calc(100% - 150px);position:absolute;left:0;top:100px;opacity:0;visibility:hidden}
@media only screen and (max-width:800px){.mod_home_banner picture{transition:none}
}
.mod_home_banner picture.active{opacity:1;visibility:visible}
 
.mod_home_banner picture img{object-fit:cover;width:100%;height:100%;position:absolute;top:-200px;right:-200px;overflow:visible}


@media only screen and (max-width:1650px) {
	.mod_home_banner picture img{ top:0px;right:-200px;overflow:visible}


}

@media only screen and (max-width:800px) {
	.mod_home_banner picture img{ top:0px;right:0px !important; }


}
@media only screen and (max-width:1000px) and (max-width:1000px){
	.mod_home_banner picture img{ width:100%;height:100%;position:absolute;top:0px;right:-200px;overflow:visible}


}
.mod_home_banner.center-placement.simple .row .content{max-width:800px;width:100%;text-align:center}
.mod_home_banner.simple{padding:0}
.mod_home_banner.simple picture{height:100%;top:0}
.mod_home_banner.simple .row{padding:30px;max-width:1850px; align-items: center;}
.mod_home_banner.simple .row2{padding:180px 30px}
.mod_home_banner.simple .row .content{transform:none}
@media only screen and (max-width:1000px){
	.mod_home_banner.simple .row2{padding:80px 30px}

}
@media only screen and (min-width:64.1em){.mod_home_banner.simple .row .content{width:600px;padding:calc(30px + 2%) 20px}
}
@media only screen and (max-width:64em){.mod_home_banner.simple .row .content{padding:0}
}
.mod_home_banner.simple .row .content h2{text-align:center}
@media only screen and (min-width:64.1em){.mod_home_banner.simple .row .content h2{font-size:60px}
}
.mod_home_banner.simple .row .content:after{display:none}
.mod_home_banner .row{position:relative;padding:100px 0;display:flex;justify-content:center}
@media only screen and (max-width:800px){.mod_home_banner .row{padding:0;flex-direction:column}
.award-box { margin-bottom:30px; }

/*.mod_home_banner.simple .row .content .text p{display: none;}*/
}
.mod_home_banner .row .content{position:relative;z-index:2;width:600px;padding:80px;transform:translateY(-100px)}
@media only screen and (max-width:800px){.mod_home_banner .row .content{width:100%; margin:0 0 10px;padding:40px 40px 10px;transform:none}
.mod_home_banner .row .content:after,.mod_home_banner .row .content:before{content:none!important}
}
@media only screen and (max-width:40em){.mod_home_banner .row .content{padding:20px 20px 10px}
}
.mod_home_banner .row .content::after{content:"";z-index:-1;top:50%;left:50%;position:absolute;transform:translateX(100vw) translateY(-50%);width:calc(100% + 80px);padding-top:calc(100% + 80px);height:auto;background:#5e2e6d;transition:all ease 1.3s}
@media only screen and (max-width:64em){.mod_home_banner .row .content::after{background:rgba(18,24,36,.8)}
}
.mod_home_banner .row .content .text{transform:translateY(20px);opacity:0;transition:all ease 1.3s}
@media only screen and (max-width:800px){.mod_home_banner .row .content .text{transform:translateY(0);opacity:1}
}
.mod_home_banner .row .content .text h2{margin-bottom:20px}
.mod_home_banner .row .content .text .btn{margin-top:20px}
@media only screen and (max-width:800px){.mod_home_banner .row .content .text .btn{border-color:#000!important;color:#000!important;margin-top:10px}
.mod_home_banner .row .content .text .btn:hover{border-color:#a6a2be!important;color:#fff!important;background:#a6a2be!important}
}
.mod_home_banner .row.in-viewport .content::after{transform:translateX(-50%) translateY(-50%)!important;transition-delay:.3s}
.mod_home_banner .row.in-viewport .content .text{transform:translateY(0);opacity:1}
.mod_home_banner.left-placement .row{justify-content:flex-start}
.mod_home_banner.left-placement .row .content::after{transform:translateX(-100vw) translateY(-50%)}
.mod_home_banner.right-placement .row{justify-content:flex-start}
.mod_home_banner.has-links .row .links{position:absolute;z-index:3;bottom:0;left:50%;transform:translate3d(-50%,50%,0);width:100%;display:flex;flex-wrap:wrap;justify-content:center}
@media only screen and (max-width:64em){.mod_home_banner.has-links .row .links{transform:translate3d(-50%,0,0)}
}
@media only screen and (max-width:800px){.mod_home_banner.has-links .row .links{position:relative;transform:none;left:0;padding:20px;gap:1px}
}
.mod_home_banner.has-links .row .links a,.mod_home_banner.has-links .row .links button{opacity:1;padding:15px 30px;letter-spacing:normal;font-weight:500;background:#a6a2be;color:#fff;border:none;border-radius:0}
.mod_home_banner.has-links .row .links a.active,.mod_home_banner.has-links .row .links a:hover,.mod_home_banner.has-links .row .links button.active,.mod_home_banner.has-links .row .links button:hover{background:#cac7dd}
@media only screen and (max-width:800px){.mod_home_banner.has-links .row .links a,.mod_home_banner.has-links .row .links button{flex:1 0 auto;text-align:center}
}
.mod_home_banner.dark{background:0 0}
.mod_home_banner.dark .row .content a,.mod_home_banner.dark .row .content h2,.mod_home_banner.dark .row .content h3,.mod_home_banner.dark .row .content h4,.mod_home_banner.dark .row .content p,.mod_home_banner.dark .row .content span,.mod_home_banner.dark .row .content ul li{color:#000}
.mod_home_banner.dark .row .content a span.contact-scroll,.mod_home_banner.dark .row .content a span.small,.mod_home_banner.dark .row .content h2 span.contact-scroll,.mod_home_banner.dark .row .content h2 span.small,.mod_home_banner.dark .row .content h3 span.contact-scroll,.mod_home_banner.dark .row .content h3 span.small,.mod_home_banner.dark .row .content h4 span.contact-scroll,.mod_home_banner.dark .row .content h4 span.small,.mod_home_banner.dark .row .content p span.contact-scroll,.mod_home_banner.dark .row .content p span.small,.mod_home_banner.dark .row .content span span.contact-scroll,.mod_home_banner.dark .row .content span span.small,.mod_home_banner.dark .row .content ul li span.contact-scroll,.mod_home_banner.dark .row .content ul li span.small{color:#000}
@media only screen and (max-width:800px){.mod_home_banner.dark .row .content a,.mod_home_banner.dark .row .content h2,.mod_home_banner.dark .row .content h3,.mod_home_banner.dark .row .content h4,.mod_home_banner.dark .row .content p,.mod_home_banner.dark .row .content span,.mod_home_banner.dark .row .content ul li{color:#5e2e6d}
.mod_home_banner.dark .row .content a span.contact-scroll,.mod_home_banner.dark .row .content a span.small,.mod_home_banner.dark .row .content h2 span.contact-scroll,.mod_home_banner.dark .row .content h2 span.small,.mod_home_banner.dark .row .content h3 span.contact-scroll,.mod_home_banner.dark .row .content h3 span.small,.mod_home_banner.dark .row .content h4 span.contact-scroll,.mod_home_banner.dark .row .content h4 span.small,.mod_home_banner.dark .row .content p span.contact-scroll,.mod_home_banner.dark .row .content p span.small,.mod_home_banner.dark .row .content span span.contact-scroll,.mod_home_banner.dark .row .content span span.small,.mod_home_banner.dark .row .content ul li span.contact-scroll,.mod_home_banner.dark .row .content ul li span.small{color:#5e2e6d}
}
.mod_home_swiper{background-color:#f8f8f8;padding-top:100px}
@media only screen and (max-width:800px){.mod_home_swiper{padding-top:40px}
}
.mod_home_swiper .row.head{display:flex;column-gap:80px;padding:0 20px;max-width:1250px;align-items:center}
@media only screen and (max-width:800px){.mod_home_swiper .row.head{flex-direction:column}
}
.mod_home_swiper .row.head h2{width:60%;font-size:86px;font-style:normal;text-align:center;letter-spacing:.025em}
@media only screen and (max-width:800px){.mod_home_swiper .row.head h2{border:none;font-size:36px;width:100%}
}
.mod_home_swiper .row.head p{width:40%;position:relative}
@media only screen and (max-width:800px){.mod_home_swiper .row.head p{width:100%}
}
.mod_home_swiper .row.head p::after{content:"";position:absolute;left:-60px;top:50%;transform:translateY(-50%);height:100%;width:1px;border-left:1px solid #000}
.mod_home_swiper .row{position:relative;max-width:none;padding-bottom:100px}
@media only screen and (max-width:800px){.mod_home_swiper .row{padding:0 0 40px}
}
.mod_home_swiper .row .header{display:flex;flex-direction:row;max-width:950px;margin:0 auto 20px;column-gap:60px}
@media only screen and (max-width:800px){.mod_home_swiper .row .header{flex-direction:column}
}
.mod_home_swiper .row .swiper-controls{position:relative;width:115px;height:50px;display:flex;column-gap:20px}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper-controls{margin:20px auto;width:100px;align-self:flex-end;display:none}
}
.mod_home_swiper .row .swiper{width:100%}
.mod_home_swiper .row .swiper .swiper-wrapper .item{display:flex;position:relative;min-height:675px;overflow:auto}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item{flex-direction:column;min-height:0}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .content{background:rgba(227,223,254,.7);width:50%;display:flex;padding:120px calc(40px + 3%);justify-content:center;align-items:center;position:relative;z-index:1}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .content{background:rgba(255,255,255,.7);height:400px;width:100%;padding:20px 40px;max-height:350px}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .content:after{content:"";display:block;width:calc(100% - 30px);height:calc(100% - 30px);border:1px solid #fff;position:absolute;left:50%;top:50%;background:0 0;transform:translate(-50%,-50%);pointer-events:none}
.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner{max-width:100%}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner{padding:20px 0 30px}
}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner p{font-size:16px;line-height:1.3}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner h2{text-align:center;font-size:50px;margin-bottom:40px}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner h2{margin-bottom:20px;font-size:36px}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner h3{font-size:26px;text-transform:uppercase;letter-spacing:.35em;text-align:center;margin-bottom:40px}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .content .inner h3{font-size:24px;letter-spacing:.15em;margin-bottom:20px}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media{position:relative;width:50%;transform:translateX(-1px);z-index:1}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .media{width:100%;height:100%;position:absolute;z-index:-1}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;justify-content:space-between;padding:20% 0;display:flex;flex-direction:column;row-gap:50px;text-align:center;align-items:center}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list{position:absolute;flex-direction:row;justify-content:center;column-gap:30px;row-gap:10px;height:auto;padding:10px 40px 20px;top:auto;left:auto;bottom:0;transform:none;flex-wrap:wrap}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a{color:#fff;font-family:mulish-variable,Arial,sans-serif;font-size:19px;letter-spacing:.05em;width:max-content}
@media only screen and (max-width:800px){.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a{font-size:15px;letter-spacing:0}
}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a:after{content:"";width:0;display:block;height:1px;transform:translateY(15px);border-bottom:1px solid #fff;opacity:0}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a:hover{opacity:1}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .links-list a:hover:after{width:100%;opacity:1}
.mod_home_swiper .row .swiper .swiper-wrapper .item .media .media-label{position:absolute;bottom:20px;right:20px;color:#fff;font-size:19px}
.mod_home_swiper .row .swiper .swiper-wrapper picture.background img{object-position:right top}
.mod_home_swiper .swiper-scrollbar-home{background:rgba(0,0,0,.2);height:6px;margin-top:25px;margin-bottom:20px;max-width:1200px;margin:30px auto 0}
.mod_home_review_slider{margin:130px 0;position:relative;background:0 0}
@media only screen and (max-width:800px){.mod_home_review_slider{margin:40px 0 80px}
}
.mod_home_review_slider .row{position:relative;display:flex;max-width:1800px;gap:80px}
@media only screen and (max-width:64em){.mod_home_review_slider .row{gap:40px}
}
@media only screen and (max-width:800px){.mod_home_review_slider .row{display:block;padding:0 20px}
}
.mod_home_review_slider .row .content{display:flex;flex-direction:column;justify-content:center;padding:50px}
@media only screen and (max-width:64em){.mod_home_review_slider .row .content{padding:30px}
}
@media only screen and (max-width:800px){.mod_home_review_slider .row .content{padding:20px;text-align:center}
}
@media only screen and (max-width:800px){.mod_home_review_slider .row .content h2{font-size:44px}
}
.mod_home_review_slider .row .content p{margin-bottom:10px}
@media only screen and (max-width:800px){.mod_home_review_slider .row .content p{margin-bottom:0}
}
.mod_home_review_slider .row .content a.btn{margin:0 auto;display:block;width:max-content}
.mod_home_review_slider .row .content .swiper-controls{position:relative;width:105px;height:50px;display:flex;column-gap:20px}
@media only screen and (max-width:800px){.mod_home_review_slider .row .content .swiper-controls{margin:0 auto;width:80px}
}
.mod_home_review_slider .row .home-reviews{padding-bottom:40px}
@media only screen and (max-width:800px){.mod_home_review_slider .row .home-reviews{padding-bottom:30px}
}
.mod_home_review_slider .row .home-reviews .swiper-slide{display:flex;justify-content:center;align-items:center}
.mod_home_review_slider .row .home-reviews .swiper-slide .inner{position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}
.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3{color:#fff;text-align:center;font-size:35px;margin-top:200px}
@media screen and (max-width:1300px){.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3{font-size:30px}
}
@media only screen and (max-width:64em){.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3{font-size:30px}
}
.mod_home_review_slider .mod_index>.row .home-reviews .swiper-slide .inner .item .title h3 a.btn,.mod_home_review_slider .mod_index>.row .home-reviews .swiper-slide .inner .title h3 .item a.btn,.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3 .contact-scroll,.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3 .small,.mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .mod_home_review_slider .row .home-reviews .swiper-slide .inner .title h3 a.btn{color:#fff}
@keyframes loopingReviewText{0%{object-position:-100% center}
100%{object-position:120% center}
}
.mod_home_procedure_carousel .row{max-width:1300px}
.mod_home_procedure_carousel .row .swiper{margin:0 40px;padding-bottom:80px}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper{margin:0}
}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper{z-index:0}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide{display:flex}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide{flex-direction:column}
}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .copy{flex:1 1 50%;padding:80px 80px 100px}
@media only screen and (max-width:64em){.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .copy{padding:20px 20px 100px}
}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .copy{flex:1;padding:80px 40px 40px}
}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media{flex:1 1 50%;position:relative}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media{height:calc(100vw - 80px)}
}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media:after{content:"Model";position:absolute;left:20px;bottom:20px;color:#fff}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media.dark:after{color:#000}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media .image{height:100%}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide .media .image img{filter:grayscale(1);opacity:0;transform:translateX(-50%);transition:none;object-fit:cover;height:100%;width:100%}
.mod_home_procedure_carousel .row .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .media .image img{filter:none;opacity:1;transform:none;transition:all ease 1.5s}
.mod_home_procedure_carousel .row .swiper .swiper-buttons{position:absolute;left:50%;bottom:80px;transform:translateX(-50%);display:flex}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper .swiper-buttons{left:0;top:calc(100vw - 80px);bottom:auto;transform:none}
}
.mod_home_procedure_carousel .row .swiper .swiper-buttons button{width:80px;height:80px;background:#5e2e6d;border:none;border-radius:0}
@media only screen and (max-width:800px){.mod_home_procedure_carousel .row .swiper .swiper-buttons button{width:60px;height:60px}
}
.mod_home_procedure_carousel .row .swiper .swiper-buttons button:after{content:"";top:50%;left:50%;position:absolute;transform:translateX(-50%) translateY(-50%);background:url(/go/images/1680872807-arrow-btn.svg) no-repeat center;background-size:85%;width:100%;height:100%}
.mod_home_procedure_carousel .row .swiper .swiper-buttons button:hover{opacity:.8}
.mod_home_procedure_carousel .row .swiper .swiper-buttons button:disabled{background:#f4f4f4;pointer-events:none}
.mod_home_hera .row{max-width:1500px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:0 auto}
@media only screen and (max-width:64em){.mod_home_hera .row{grid-template-columns:1fr 1fr}
}
@media only screen and (max-width:800px){.mod_home_hera .row{grid-template-columns:1fr}
}
.mod_home_service{position:relative}
.mod_home_service picture.background img{object-fit:contain}
.mod_home_service.viewport .row{clip-path:inset(0 0 100% 0)}
.mod_home_service.in-viewport .row{clip-path:inset(0 0 0 0)}
.mod_home_service .row{position:relative;z-index:1;display:flex;max-width:1450px}
@media only screen and (max-width:800px){.mod_home_service .row{flex-direction:column-reverse}
}
.mod_home_service .row .service-content-swiper{border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);background:#fff;width:50%}
@media only screen and (max-width:800px){.mod_home_service .row .service-content-swiper{width:100%}
}
.mod_home_service .row .service-content-swiper .swiper-wrapper{height:100%}
.mod_home_service .row .service-content-swiper .swiper-slide{padding:40px 40px 80px 40px;height:100%;display:flex;align-items:center;justify-content:center;gap:20px;flex-direction:column}
.mod_home_service .row .service-content-swiper .swiper-slide h2{text-align:center}
@media only screen and (max-width:800px){.mod_home_service .row .service-content-swiper .swiper-slide h2{margin-bottom:0}
}
.mod_home_service .row .service-content-swiper .swiper-slide .inner{max-width:500px}
.mod_home_service .row .service-content-swiper .swiper-slide a.btn{margin-top:0}
@media only screen and (max-width:800px){.mod_home_service .row .service-content-swiper .swiper-slide{height:fit-content;padding:80px 20px 20px 20px}
}
.mod_home_service .row .service-media-swiper{width:50%;padding:50px 0;border-right:1px solid rgba(0,0,0,.2)}
@media only screen and (max-width:800px){.mod_home_service .row .service-media-swiper{height:350px;width:100%;padding:0}
}
.mod_home_three_link{margin:0}
.mod_home_three_link .row{display:grid;grid-template-columns:repeat(3,1fr);max-width:1600px}
@media only screen and (max-width:800px){.mod_home_three_link .row{grid-template-columns:1fr}
}
.mod_home_three_link .row{margin:0 auto 80px auto}
.mod_home_three_link .row .item{padding:50px 40px;margin:0 0;display:flex;flex-direction:column;border-left:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2)}
@media only screen and (max-width:800px){.mod_home_three_link .row .item.in-viewport{background:#5e2e6d}
.mod_home_three_link .row .item.in-viewport *{color:#fff}
.mod_home_three_link .row .item.in-viewport .btn{opacity:1;visibility:visible}
}
@media only screen and (max-width:800px){.mod_home_three_link .row .item{padding:20px}
}
.mod_home_three_link .row .item:last-child{border-right:1px solid rgba(0,0,0,.2)}
.mod_home_three_link .row .item:nth-child(3){border-right:1px solid rgba(0,0,0,.2)}
.mod_home_three_link .row .item .content h2{font-weight:400;padding-top:35px;text-align:center;font-size:35px}
.mod_home_three_link .row .item .content .btn{margin-top:40px;opacity:0;visibility:hidden}
.mod_home_three_link .row .item:hover{background:#5e2e6d; opacity: 1 !important;}
.mod_home_three_link .row .item:hover *{color:#fff}
.mod_home_three_link .row .item:hover .btn{opacity:1;visibility:visible}
.banner{position:relative;overflow:hidden;color:#000;background-color:#f1f1f1}
@media only screen and (max-width:64em){.banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#fff;opacity:.7}
}
.banner .row{position:relative;z-index:3;max-width:1200px;padding:calc(40px + 3%) 20px}
@media only screen and (max-width:64em){.banner .row{max-width:100%;padding:calc(30px + 2.5%) 20px}
}
.banner .row .inner{/*width:50%;max-width:50%;*/ width:100%;max-width:100%; padding-right:40px}
@media only screen and (max-width:800px){.banner .row .inner{width:100%;max-width:100%;padding-right:0}
}
.banner .row .inner h1{padding-bottom:10px}
.banner .row .inner hr{opacity:.5}
footer.partial_footer{padding:40px 0 0;position:relative;background:#5e2e6d;
}
footer.partial_footer>.row{padding-top:30px;padding-bottom:50px;margin-bottom:20px;position:relative;z-index:2}
@media only screen and (max-width:800px){footer.partial_footer>.row{padding-top:10px}
}
footer.partial_footer p{color:#000;margin-bottom:15px}
@media only screen and (max-width:40em){footer.partial_footer p{text-align:center}
}
footer.partial_footer nav.tresio-nav{padding-bottom:0}
footer.partial_footer nav.tresio-nav ul.list>li.home,footer.partial_footer nav.tresio-nav ul.list>li.search{display:none}
footer.partial_footer nav.tresio-nav ul.list>li>a.tresio-nav__link{color:#000!important;background:0 0!important;position:relative;padding:0!important}
footer.partial_footer nav.tresio-nav ul.list>li>a.tresio-nav__link:hover{background:0 0!important;opacity:1!important}
footer.partial_footer .reviews-holder{margin-top:20px}
footer.partial_footer .reviews-holder p{color:#000;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:500;display:inline-block;line-height:1.4;margin-right:6px;margin-bottom:0}
@media only screen and (max-width:800px){footer.partial_footer .partial_socials{text-align:center}
}
footer.partial_footer .nav-links{margin:0 auto 30px;padding:10px 20px 20px!important;position:relative;z-index:9}
@media only screen and (max-width:64em){footer.partial_footer .nav-links{display:none}
}
footer.partial_footer .nav-links .row{max-width:900px}
footer.partial_footer .main{position:relative;max-width:1200px; width:100%; display:flex; align-items:center}
@media only screen and (max-width:800px){footer.partial_footer .main{grid-template-columns:1fr;flex-direction: column;flex-wrap:wrap;justify-content:center;padding-bottom:0!important}
}
@media only screen and (max-width:800px){footer.partial_footer .main .item{text-align:center;margin:15px 0;order:2; width:100%; padding:15px;}
footer.partial_footer .main .item.logo-holder{order:0}
}
footer.partial_footer .main a.tel{font-size:16px;font-weight:500;padding-bottom:20px}
footer.partial_footer .main a.tel:hover{color:#fff}
footer.partial_footer .logo-holder{text-align:center}
footer.partial_footer .logo-holder .logo{display:inline-block}
footer.partial_footer .logo-holder .logo picture{position:relative;display:block;width:100%;max-width:350px}
footer.partial_footer .logo-holder .logo picture img{width:100%}
footer.partial_footer .left-holder {width:33%; padding-right:15px;}
footer.partial_footer .left-holder .title{font-weight:500;position:relative;padding-bottom:30px;display:block; color: #fff;}
footer.partial_footer .left-holder .title:after{content:"";position:absolute;height:1px;width:100%;bottom:15px;left:50%;transform:translateX(-50%);background-color:#fff}
footer.partial_footer .left-holder .email{font-size:16px}
footer.partial_footer .right-holder{justify-content:start; width:67%;}
footer.partial_footer .right-holder span.title{display:block;font-size:16px;padding-bottom:20px;font-weight:400}
footer.partial_footer .address{margin-bottom:20px}
footer.partial_footer .address a,footer.partial_footer .address p{font-size:16px;line-height:1.4;color:#fff}
footer.partial_footer .address a:last-child,footer.partial_footer .address p:last-child{margin-bottom:0}
footer.partial_footer ul.partial_socials{margin:0;position:relative;padding-bottom:20px}
footer.partial_footer ul.partial_socials:after{content:"";position:absolute;height:1px;width:150px;bottom:0;left:0;background-color:#fff}
@media only screen and (max-width:800px){footer.partial_footer ul.partial_socials:after{display:none}
}
@media only screen and (max-width:40em){footer.partial_footer ul.partial_socials{width:100%;float:none;text-align:center;margin-left:0}
}
footer.partial_footer ul.partial_socials li{display:inline-block;background:0 0!important}
footer.partial_footer ul.partial_socials li a{background:0 0!important;border-radius:0;transform:scale(1.6); text-align:center;}
footer.partial_footer ul.partial_socials li+li{margin-left:5px}
footer.partial_footer a span{color:#fff;display:inline-block}
footer.partial_footer a{color:#fff;display:inline-block}
footer.partial_footer a:hover{cursor:pointer;opacity:0.8!important}
footer.partial_footer .fixed-cta{position:fixed;left:0;bottom:-1px;width:100%;text-align:center;display:none;z-index:9999;box-shadow:0 0 12px rgba(20,20,20,.25)}
@media only screen and (max-width:800px){footer.partial_footer .fixed-cta{display:flex}
}
footer.partial_footer .fixed-cta a.btn{width:50%;padding:16px 10px 13px;background:#ddd;color:#000;display:block;font-size:15px;margin-top:0;border-radius:0;text-transform:uppercase;letter-spacing:1px;font-weight:400}
footer.partial_footer .fixed-cta a.btn span{font-size:15px}
footer.partial_footer .fixed-cta a.btn+a.btn{background:#5e2e6d;color:#fff!important}
footer.partial_footer .fixed-cta a.btn+a.btn span{color:#fff!important}
footer.partial_footer .fixed-cta a.btn:hover{opacity:1!important}
.trademark{position:relative;z-index:1;background:#f4f4f4}
.trademark .row{display:grid;align-items:top;padding:40px 20px;grid-template-columns:1fr  1fr}
@media only screen and (max-width:900px){.trademark .row{grid-template-columns:1fr;text-align:center;grid-gap:10px;padding:30px 20px}
}
@media only screen and (max-width:40em){.trademark .row .item.reserved a{display:block}
}
.trademark .row .item:nth-child(2){text-align:center}
.trademark .row .item:nth-child(2) a+a{position:relative;margin-left:5px}
.trademark .row .item:nth-child(2) a+a:before{content:"";border-left:1px solid #777;padding-right:10px;height:11px;display:inline-block;position:relative;top:2px}
@media only screen and (max-width:900px){.trademark .row .item:nth-child(2){margin-top:20px;text-align:center}
}
.trademark .row .item.s3{text-align:right}
@media only screen and (max-width:900px){.trademark .row .item.s3{margin-top:20px;text-align:center}
}
.trademark .row .item.s3 a{display:inline-block;text-align:left;padding-left:42px;line-height:1.3;letter-spacing:.8px;position:relative}
.trademark .row .item.s3 a span.s3-logo{position:absolute;width:8px;height:30px;background:#5e2e6d;left:11px;top:50%;transform:translateY(-50%)}
.trademark .row .item.s3 a span.s3-logo:after,.trademark .row .item.s3 a span.s3-logo:before{content:"";position:absolute;display:inline-block;background:#5e2e6d;width:8px;height:100%;top:0;left:-11px}
.trademark .row .item.s3 a span.s3-logo:after{left:auto;right:-11px}
.trademark .row a,.trademark .row p{font-size:12px;margin-bottom:0!important;letter-spacing:1px;color:#222!important}
.trademark .row a+a,.trademark .row p+a{margin-left:10px}
.contact-scroll{padding:16px 32px;font-size:16px;font-family:marlide-display-variable,Times,serif;background:#5e2e6d;color:#fff;font-weight:400;border-radius:5px;opacity:1;margin:20px auto;display:table;cursor:pointer;z-index:999}
.contact-scroll.fixed{position:fixed;bottom:20px;right:20px;margin-bottom:0}
@media only screen and (max-width:800px){.contact-scroll.fixed{display:none}
}
form{margin:0}
form .fields{display:flex;flex-direction:column}
form div[data-recaptcha]{width:304px;margin:0 auto;margin-top:10px;margin-bottom:2px;transition:height .2s,opacity .2s linear .4s;height:0!important;opacity:0}
form div[data-recaptcha].active{opacity:1;height:54px!important}
@media only screen and (max-width:64em){form div[data-recaptcha]{margin:-10px 0 -10px -31px}
}
form div[data-recaptcha]>div{transform:scale(.7);transform-origin:top center}
form div[data-recaptcha-error]{text-align:center}
form div[data-recaptcha-error] small{background:#dc7474;color:#fff;border-radius:3px;font-size:10px;letter-spacing:.7px;font-weight:400;width:fit-content;text-align:center;display:none;opacity:0;padding:2px 4px;transition:all .2s;margin:auto}
form .submit-holder{text-align:center;margin-top:20px}
@media only screen and (max-width:800px){form .submit-holder{text-align:left}
}
form .submit-holder .submit{display:none}
form ::placeholder{color:#444}
form input[type=date],form input[type=email],form input[type=number],form input[type=tel],form input[type=text],form select,form textarea{height:auto;margin-bottom:0;padding:10px 12px;color:#000;background:0 0;border-bottom:1px solid #887f74;border-left:none;border-right:none;border-top:none;border-radius:2px;font-size:18px;font-family:mulish-variable,Arial,sans-serif;font-weight:400;box-shadow:none}
form input[type=date]:focus,form input[type=email]:focus,form input[type=number]:focus,form input[type=tel]:focus,form input[type=text]:focus,form select:focus,form textarea:focus{outline:0;border:1px solid #dbdbdb;box-shadow:0 0 0 2px rgba(18,24,36,.2)}
form input[type=date]{padding:8px 12px;position:relative}
form input[type=date]::-webkit-calendar-picker-indicator{bottom:0;cursor:pointer;height:auto;position:absolute;right:0;top:0;width:100%;opacity:.8;background-size:20px auto;background-position:98% center}
form textarea{resize:none;max-height:140px;line-height:1.5}
form .file-upload-btn{position:relative;border-radius:2px;background:#fff;border:1px solid #999;font-size:80%;color:#222;padding:12px 24px}
form .file-upload-btn:hover{color:#fff;background:#000}
form .file-upload-btn input[type=file]{display:none}
form textarea+small{border-bottom-right-radius:0!important}
.partial_gallery_index{position:relative}
.partial_gallery_index .row{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}
@media only screen and (max-width:40em){.partial_gallery_index .row{grid-template-columns:1fr}
}
.partial_gallery_item_index .row{max-width:1024px;margin:0 auto}
.partial_gallery_dropdown{margin-bottom:40px;position:relative;display:flex;justify-content:space-between;align-items:center}
@media only screen and (max-width:40em){.partial_gallery_dropdown{flex-direction:column;align-items:normal;grid-gap:20px}
.partial_gallery_dropdown .dropdown,.partial_gallery_dropdown ul.dropdown{width:100%}
.partial_gallery_dropdown .link{text-align:right}
}
.partial_gallery_dropdown a.link:not(.btn){color:#000!important}
.partial_gallery_dropdown .dropdown,.partial_gallery_dropdown ul.dropdown{line-height:1.6;margin:0}
.partial_gallery_dropdown .dropdown ul,.partial_gallery_dropdown ul.dropdown ul{opacity:0;visibility:hidden;position:absolute;top:37px;left:0;width:100%;max-height:305px;overflow:auto;border-radius:2px;margin:0;z-index:99;transition:.15s all ease-in-out;background:#fafafa}
.partial_gallery_dropdown .dropdown ul li a,.partial_gallery_dropdown ul.dropdown ul li a{padding:8px 10px;font-size:16px;text-decoration:none;color:#000;font-weight:400;display:block}
.partial_gallery_dropdown .dropdown ul li a:hover,.partial_gallery_dropdown ul.dropdown ul li a:hover{background:#ddd;opacity:1}
.partial_gallery_dropdown .dropdown ul li+li,.partial_gallery_dropdown ul.dropdown ul li+li{border-top:1px solid #eee}
.partial_gallery_dropdown .link{text-decoration:none}
.partial_gallery_dropdown .link .icon-left-open{font-size:14px}
.partial_gallery_default_item_index,.partial_gallery_popup_item_index{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}
@media only screen and (max-width:800px){.partial_gallery_default_item_index,.partial_gallery_popup_item_index{grid-template-columns:1fr 1fr}
}
@media only screen and (max-width:40em){.partial_gallery_default_item_index,.partial_gallery_popup_item_index{grid-template-columns:1fr}
}
.partial_gallery_default_item_index .row,.partial_gallery_popup_item_index .row{max-width:1200px}
.partial_gallery_default_item_index .item,.partial_gallery_popup_item_index .item{position:relative;height:210px;display:flex;border-radius:2px;overflow:hidden}
@media only screen and (max-width:800px){.partial_gallery_default_item_index .item,.partial_gallery_popup_item_index .item{height:20vw}
}
@media only screen and (max-width:40em){.partial_gallery_default_item_index .item,.partial_gallery_popup_item_index .item{height:35vw}
}
.partial_gallery_default_item_index .item picture,.partial_gallery_popup_item_index .item picture{width:100%;position:relative;overflow:hidden}
.partial_gallery_default_item_index .item picture img,.partial_gallery_popup_item_index .item picture img{width:100%;height:100%;object-fit:cover}
.partial_gallery_popup_item_index .item{background:#f4f4f4}
.partial_gallery_popup_item_index .item .default-content{width:100%}
.partial_gallery_popup_item_index .popup-content{display:none}
.s3-popup .popup-item-wrapper .item .default-content{display:none}
.s3-popup .popup-item-wrapper .item .popup-content .item-copy{margin-top:20px}
.partial_gallery_row_item_index{display:flex;flex-direction:column;grid-gap:20px}
.partial_gallery_row_item_index .row-item{display:flex;flex-direction:row;overflow:hidden;border:1px solid #ddd;border-radius:2px}
@media only screen and (max-width:800px){.partial_gallery_row_item_index .row-item{flex-wrap:wrap}
}
.partial_gallery_row_item_index .row-item .row-info{padding:20px;width:50%;position:relative;border-right:1px solid #ddd}
@media only screen and (max-width:800px){.partial_gallery_row_item_index .row-item .row-info{border-right:none;width:100%}
}
.partial_gallery_row_item_index .row-item .row-info h2{font-size:24px;font-weight:400}
@media only screen and (max-width:64em){.partial_gallery_row_item_index .row-item .row-info h2{font-size:22px}
}
@media only screen and (max-width:40em){.partial_gallery_row_item_index .row-item .row-info h2{font-size:20px}
}
.partial_gallery_row_item_index .row-item .row-media{padding:20px;width:50%;display:flex;flex-wrap:wrap}
@media only screen and (max-width:800px){.partial_gallery_row_item_index .row-item .row-media{max-width:600px}
}
.partial_gallery_row_item_index .row-item .row-media .image{width:calc(50% - 10px);margin-top:20px;border-radius:2px}
.partial_gallery_row_item_index .row-item .row-media .image a{display:inline-block}
.partial_gallery_row_item_index .row-item .row-media .image a picture img{object-fit:cover}
.partial_gallery_row_item_index .row-item .row-media .image:first-child,.partial_gallery_row_item_index .row-item .row-media .image:nth-child(2){margin-top:0}
.partial_gallery_row_item_index .row-item .row-media .image:nth-child(even){margin-left:20px}
@media only screen and (max-width:800px){.partial_gallery_row_item_index .row-item .row-media{width:100%}
}
.partial_gallery_item{position:relative}
.partial_gallery_item .item-copy{margin-top:40px;text-align:center}
@media only screen and (max-width:64em){.partial_gallery_item .item-copy{margin-top:30px}
}
@media only screen and (max-width:800px){.partial_gallery_item .item-copy{margin-top:20px}
}
.partial_gallery_item .item-nav{margin-top:40px}
.partial_gallery_item .row{max-width:1024px;margin:0 auto}
body.blog .container:not(footer):not(.partial_cta_sub){background:0 0;padding:0}
body.blog .container:not(footer):not(.partial_cta_sub) .row{max-width:960px;margin:0 auto;padding-bottom:40px}
.partial_blog_index .date{display:none}
@media only screen and (min-width:64.1em){.partial_blog_index .content h2{font-size:60px}
}
.partial_blog_index .content a.image{display:block;width:300px;overflow:hidden;border-radius:2px;margin-bottom:20px}
.partial_blog_index .content a.image picture{display:block}
.partial_blog_index .content a.image picture img{max-width:320px;object-fit:cover}
.partial_blog_index .no-results{border-radius:2px;background:#f4f4f4;text-align:center;padding:60px 20px}
@media only screen and (max-width:64em){.partial_blog_index .no-results{padding:40px 20px}
}
@media only screen and (max-width:800px){.partial_blog_index .no-results{padding:30px 20px}
}
.partial_blog_index .no-results h3{font-size:20px;margin-bottom:0}
@media only screen and (max-width:64em){.partial_blog_index .no-results h3{font-size:18px}
}
@media only screen and (max-width:800px){.partial_blog_index .no-results h3{font-size:16px}
}
.partial_blog_index .no-results h3+a.btn{margin-top:20px}
.partial_article_item .content .image{display:block;width:300px;overflow:hidden;border-radius:2px;margin-bottom:20px}
.partial_article_item .content .image picture{display:block}
.partial_article_item .content .image picture img{object-fit:cover}
.partial_article_item .content ul li{list-style-type:disc}
.partial_article_item .content a{color:#5e2e6d;text-decoration:underline}
.sub-content.full .entry-content{font-size:16px;line-height:2}
.sub-content.full .entry-content h2.entry-title,.sub-content.full .entry-content h3.entry-title{color:#000;text-transform:none;margin-bottom:15px;line-height:1.4}
.sub-content.full .entry-content h2,.sub-content.full .entry-content h3{margin-top:30px!important;margin-bottom:10px}
.sub-content.full .entry-content h2{font-size:32px}
@media only screen and (max-width:64em){.sub-content.full .entry-content h2{font-size:29px}
}
@media only screen and (max-width:40em){.sub-content.full .entry-content h2{font-size:26px}
}
.sub-content.full .entry-content h3{font-size:28px}
@media only screen and (max-width:64em){.sub-content.full .entry-content h3{font-size:25px}
}
@media only screen and (max-width:40em){.sub-content.full .entry-content h3{font-size:23px}
}
.sub-content.full .entry-content p{font-size:18px;line-height:2;margin-bottom:0}
.sub-content.full .entry-content p a{color:#5e2e6d}
.sub-content.full .entry-content p a:not(.btn){text-decoration:underline}
.sub-content.full .entry-content p+p{margin-top:20px}
.sub-content.full .entry-content a{color:#5e2e6d}
.sub-content.full .entry-content a:hover{opacity:.4}
.sub-content.full .entry-content a.more-link{display:none}
.sub-content.full .main-entry .entry-content{width:100%}
.sub-content.full .main-entry .entry-content h1.entry-title{font-size:34px;margin-bottom:20px}
@media only screen and (max-width:64em){.sub-content.full .main-entry .entry-content h1.entry-title{font-size:30px}
}
@media only screen and (max-width:800px){.sub-content.full .main-entry .entry-content h1.entry-title{font-size:26px}
}
@media only screen and (max-width:40em){.sub-content.full .main-entry .entry-content h1.entry-title{font-size:22px}
}
.sub-content.full .main-entry .entry-content img{display:block;margin-bottom:20px}
.sub-content.full hr{margin:35px 0!important}
.sub-content a.btn{color:#fff!important;margin-top:20px;padding:16px 20px;text-align:left!important}
@media only screen and (max-width:40em){.sub-content a.btn{font-size:13px}
}
.sub-content a.btn.back{margin-top:0;margin-bottom:10px}
.sub-content .content{box-shadow:none!important}
@media only screen and (max-width:40em){.sub-content .content{padding:0!important}
}
.sub-content ul{margin:20px 0 20px 40px!important}
.sub-content ul li{list-style:none!important}
.sub-content ul li:before{top:12px!important}
body.blog .sub-content.full .entry-content h2,body.blog .sub-content.full .entry-content h3{margin-top:10px!important}
body.blog .sub-content.full .entry-content h2.entry-title,body.blog .sub-content.full .entry-content h3.entry-title{margin-top:0!important}
body.search-results .main-entry h3.entry-title{margin-top:0!important}
body.search-results .main-entry .entry-summary{width:100%}
.container.main{max-width:1200px;margin:0 auto;padding:0 20px}
@media only screen and (max-width:64em){.container.main{margin-left:0;margin-right:0;padding:30px 0}
}
.container.main .inner{display:flex;flex-direction:row-reverse;justify-content:space-between;max-width:1200px;margin:0 auto;padding-top:40px}
@media only screen and (max-width:64em){.container.main .inner{padding-top:0}
}
@media only screen and (max-width:800px){.container.main .inner{flex-direction:column-reverse}
}
.container.main .inner .site-content{width:calc(100% - 310px);margin:0}
@media only screen and (max-width:800px){.container.main .inner .site-content{width:100%}
}
.container.main .inner .site-content header{top:0;position:relative!important;background:#fff;padding:0;margin-bottom:30px}
.container.main .inner .site-content header h1{text-transform:none;font-style:inherit;font-size:25px;border:1px solid #eeeee8;padding:30px}
.container.main .inner .site-content .sub-content .main-entry{border:1px solid #eeeee8;padding:30px;margin-bottom:30px}
.container.main .inner .site-content .sub-content .main-entry h3.entry-title{margin-top:-5px!important}
.container.main .inner .site-content .sub-content.full hr{display:none!important}
.popup,.popup-video{outline:0}
.popup-hidden{display:none!important}
.s3-popup_card .popup-hidden{display:block!important}
.s3-popup_card .patients p.disclaimer{margin-top:10px;font-style:italic;font-size:16px}
.popup-video{outline:0;position:relative;display:inline-block}
.popup-video:after{content:"";position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:inline-block;width:70px;height:70px;background:url(/go/images/1689808063-play-button.svg) no-repeat center center;background-size:100% auto;z-index:99}
@media only screen and (max-width:64em){.popup-video:after{width:54px;height:54px}
}
@media only screen and (max-width:40em){.popup-video:after{width:44px;height:44px}
}
.popup-video.no-icon:after{display:none}
.s3-popup .box-wrapper,.s3-popup .s3-popup_iframe,.s3-popup .s3-popup_img{border-radius:3px;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);overflow:hidden}
.s3-popup_container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;z-index:100;padding:0 8px;box-sizing:border-box;opacity:0;transition:all .2s;outline:0!important;-webkit-backface-visibility:hidden;background:rgba(0,0,0,.75)}
.s3-popup_container.active{opacity:1}
.s3-popup_container.active .s3-popup_content{transform:scale(1) translateY(-50%)}
.s3-popup_content{position:absolute;top:50%;transform:scale(.8) translateY(-50%);left:0;right:0;line-height:0;width:100%;max-width:900px;display:inline-block;vertical-align:middle;margin:0 auto;z-index:1045;transition:all .2s}
@media only screen and (max-width:40em){.s3-popup_content{padding:0 20px}
}
.s3-popup_iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background:#000}
.s3-popup_close{outline:0;position:absolute;top:-16px;right:-16px;background:#000;z-index:100;border-radius:256px;width:32px;height:32px;font-size:13px;text-align:center;padding:0;margin:0;line-height:28px;color:#fff;display:block;justify-content:center;align-items:center;border:2px solid #fff}
@media only screen and (max-width:40em){.s3-popup_close{right:4px}
}
.s3-popup_card{background:#fff;padding:20px;border-radius:3px;max-height:calc(100vh - 40px);overflow:auto}
@media only screen and (max-width:40em){.s3-popup_card{max-height:calc(100vh - 130px)}
}
.s3-popup_img{width:100%;max-width:100%;height:auto;max-height:60%;display:block;line-height:0;box-sizing:border-box;margin:0 auto}
.s3-popup_bottom-bar{position:absolute;bottom:0;left:0;right:0;height:32px;cursor:auto;background:rgba(0,0,0,.3)}
@media only screen and (max-width:40em){.s3-popup_bottom-bar{left:20px;right:20px}
}
.s3-popup_title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}
.mod_half_image.viewport .media-content,.mod_half_image.viewport picture.background img,.mod_half_image.viewport picture.logo,.transition-half-image{transition:all 1.25s .25s ease-in-out}
.cta{position:relative;background:#f4f4f4;max-width:1800px;margin:80px auto}
@media only screen and (max-width:64em){.cta{margin:65px auto}
}
@media only screen and (max-width:40em){.cta{margin:50px auto}
}
.cta:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#fff;opacity:.65;display:none}
.cta .row{position:relative;text-align:center;padding:calc(30px + 6%) 20px;z-index:2}
@media only screen and (max-width:64em){.cta .row{padding:calc(30px + 4%) 20px}
}
@media only screen and (max-width:40em){.cta .row{padding:calc(20px + 3%) 20px}
}
.cta .row .text{display:inline-block}
.cta .row .text h2,.cta .row .text h3{font-size:60px;line-height:1;margin-bottom:10px}
@media only screen and (max-width:64em){.cta .row .text h2,.cta .row .text h3{font-size:50px}
}
@media only screen and (max-width:40em){.cta .row .text h2,.cta .row .text h3{font-size:40px}
}
.cta .row a.tel{margin-right:20px;position:relative;top:2px;padding-left:24px}
.cta .row a.tel:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);padding:8px;background:url(/go/images/1689808062-phone.svg) no-repeat center center;background-size:auto 100%;display:inline-block}
@media only screen and (max-width:40em){.cta .row a.tel{margin-right:0}
}
.cta .row a.btn{margin-top:20px}
.cta.viewport picture.background{display:block;overflow:hidden}
.cta.viewport picture.background img{transform:scale(1.2)}
.cta.in-viewport picture.background img{transform:scale(1)}
.mod_notification_bar{background:#f4f4f4}
.mod_notification_bar .row{padding:40px 20px;max-width:960px;display:flex;align-items:center;gap:20px}
@media only screen and (max-width:800px){.mod_notification_bar .row{flex-wrap:wrap;gap:10px}
}
.mod_notification_bar .row h2,.mod_notification_bar .row h3,.mod_notification_bar .row h4,.mod_notification_bar .row p{margin-bottom:0}
.mod_notification_bar .row p{margin:0}
.mod_notification_bar .row p+p{margin-top:10px}
.mod_notification_bar.center .row{justify-content:center;text-align:center}
.mod_notification_bar.dark *{color:#fff}
.mod_notification_bar.dark a.btn{color:#000!important}
.mod_notification_bar.dark a.btn+a.btn{margin-left:10px}
.half-image{position:relative; background:#f4f4f4; padding:50px 0;}
.half-image .bg{width:100%;height:200%;display:flex;position:absolute;top:50%;left:0;z-index:0;opacity:.9;transform:translateY(-50%)}
.half-image .bg img{display:block;width:100%!important;height:100%;object-fit:contain;object-position:0 50%}
.half-image .bg.bg2{right:0;left:auto}
.half-image .bg.bg2 img{object-position:100% 50%}
@media only screen and (max-width:1200px){.half-image .bg{height:120%}
}
.half-image .row.half-image-row{z-index:3;margin: auto;max-width:1600px;position:relative;display:flex;padding:0;border-left:0px solid #887f74;border-right:0px solid #887f74}
/*.half-image .row.half-image-row:after{content:"";width:calc(100dvw - 20px);height:1px;position:absolute;background-color:#887f74;left:50%;transform:translateX(-50%);bottom:0}
.half-image .row.half-image-row:before{content:"";width:calc(100dvw - 20px);height:1px;position:absolute;background-color:#887f74;left:50%;transform:translateX(-50%);top:0}*/
@media only screen and (max-width:64em){.half-image .row.half-image-row{padding:0 20px;background:0 0;flex-direction:column}
}
.half-image .row.half-image-row .copy{border-left:1px solid rgba(0,0,0,.2)}
.half-image .row.half-image-row .copy h1{font-weight: 300; font-size: 60px;letter-spacing: .05em;}
@media only screen and (min-width:64.1em){.half-image .row.half-image-row .copy h1{font-size:60px}
}
.half-image .row.half-image-row .copy,.half-image .row.half-image-row .media{position:relative;margin:0}
.half-image .row.half-image-row .media{border:0px solid #887f74; overflow:hidden}
@media only screen and (max-width:64em){.half-image .row.half-image-row .media{margin-bottom:30px;padding-top:6.25%}
}
@media only screen and (max-width:800px){.half-image .row.half-image-row .media{padding-top:6%}
}
@media only screen and (max-width:40em){.half-image .row.half-image-row .media{padding-top:6%}
}
.half-image .row.half-image-row .media img{object-position:top}
.half-image .row.half-image-row .media .media-content{position:absolute;bottom:40px;left:0;padding:0 50px;width:100%;z-index:3}
@media only screen and (max-width:64em){.half-image .row.half-image-row .media .media-content{padding:0 40px;bottom:30px}
}
@media only screen and (max-width:800px){.half-image .row.half-image-row .media .media-content{padding:0 30px;bottom:22px}
}
.half-image .row.half-image-row .media .media-content *{color:#fff}
.half-image .row.half-image-row .media .media-content h3{margin-bottom:0}
.half-image .row.half-image-row .media .media-content h3+p{margin-top:20px}
.half-image .row.half-image-row .media .media-content h3+p+p{margin-top:20px}
.half-image .row.half-image-row .media .media-content .popup-video{padding-left:70px;margin-bottom:10px;font-size:20px;font-weight:400}
.half-image .row.half-image-row .media .media-content .popup-video:after{left:0;transform:translateY(-50%);width:50px;height:50px}
.half-image .row.half-image-row .media.content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#000;opacity:.5;background:linear-gradient(0deg,#000 0,rgba(255,255,255,0) 50%)}
.half-image .row.half-image-row .copy .inner{padding:15px 0 15px 80px}
@media only screen and (max-width:64em){.half-image .row.half-image-row .copy .inner h2{margin-bottom:15px}
.half-image .row.half-image-row .copy .inner h2:before{width:60px;height:4px;margin-top:15px;margin-bottom:15px}
}
.half-image .row.half-image-row .copy .inner .btn{margin-top:25px}
@media only screen and (max-width:64em){.half-image .row.half-image-row .copy .inner .btn{margin-top:15px}
}
.half-image .row.half-image-row .copy .inner .logo{margin-bottom:20px;display:flex}
.half-image .row.half-image-row .copy .inner .logo img{max-width:180px;max-height:60px;width:auto}
@media only screen and (max-width:64em){.half-image .row.half-image-row .copy .inner .logo img{max-width:160px;max-height:50px}
}
@media only screen and (max-width:800px){.half-image .row.half-image-row .copy .inner .logo img{max-width:140px;max-height:40px}
}
.half-image .row.half-image-row.flipped .copy{border-left:none;border-right:0px solid #887f74}
@media only screen and (max-width:64em){.half-image .row.half-image-row.flipped .copy{border-right:none;}
}
.half-image .row.half-image-row.flipped .copy .inner{margin-left:auto;padding:15px 15px 15px 20px}
@media only screen and (max-width:64em){.half-image .row.half-image-row.flipped .copy .inner{padding-right:0}
}
@media only screen and (max-width:64em){.half-image .row.half-image-row .copy{padding:0;max-width:100%; order:2;966
}
.half-image .row.half-image-row .copy .inner{padding:0}
}
@media only screen and (min-width:64.1em){.half-image .row.half-image-row{flex-wrap:nowrap;flex-direction:row; padding:0 15px;}
.half-image .row.half-image-row .media{width:50%}
.half-image .row.half-image-row .copy{width:50%;padding:60px 0}
.half-image .row.half-image-row .copy.padded{padding:0 0 100px}
.half-image .row.half-image-row .copy.padded2{padding:160px 0}
.half-image .row.half-image-row .copy .inner{max-width:750px}
.half-image .row.half-image-row.flipped{flex-direction:row-reverse}
}
.half-image .row.links-list{display:flex;justify-content:space-between;margin:-20px auto 0;padding-top:20px;max-width:920px;position:relative;z-index:3}
@media only screen and (max-width:800px){.half-image .row.links-list{flex-wrap:wrap;justify-content:center}
}
.half-image .row.links-list a{text-align:center;font-weight:400;font-size:17px}
@media only screen and (max-width:64em){.half-image .row.links-list a{font-size:16px}
}
@media only screen and (max-width:800px){.half-image .row.links-list a{font-size:15px;display:inline-block;margin:0 20px 15px 0}
}
.half-image.mod_half_content.container{background:#5e2e6d}
.half-image.mod_half_content .half-image-row{max-width:100%}
@media only screen and (max-width:64em){.half-image.mod_half_content .half-image-row{padding:20px 0}
}
@media only screen and (min-width:64.1em){.half-image.mod_half_content .half-image-row .media{border-right:5px solid #5e2e6d}
}
.half-image.mod_half_content .half-image-row .copy .inner{max-width:500px;padding-left:140px}
.half-image.mod_half_content .half-image-row .copy .inner h2:before{width:240px;margin-bottom:40px;margin-top:0}
@media only screen and (max-width:64em){.half-image.mod_half_content .half-image-row .copy .inner h2:before{margin-bottom:20px;width:60px}
}
.half-image.mod_half_content .half-image-row .copy .inner *{color:#5e2e6d}
.half-image.mod_half_content .half-image-row .copy .inner ul li:before{background:#5e2e6d}
.half-image.mod_half_content .half-image-row .copy .inner ul li+li{margin-top:15px}
@media only screen and (max-width:64em){.half-image.mod_half_content .half-image-row .copy .inner{max-width:100%;padding-left:0}
}
@media only screen and (min-width:64.1em){.half-image.mod_half_content .half-image-row.flipped .copy .inner{padding-right:120px}
}
@media only screen and (max-width:64em){.half-image.mod_half_content .half-image-row.flipped .copy .inner{padding:0}
}
.half-image.mod_half_content .logo{width:100px;height:100px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);background:#5e2e6d}
.half-image.mod_half_content .logo img{display:block;width:70%!important;height:70%;object-fit:contain;top:50%;left:50%;transform:translate3d(-50%,-50%,0);object-position:50% 50%;position:absolute}
@media only screen and (max-width:64em){.half-image.mod_half_content .logo{left:20px;top:20px;transform:translate3d(0,0,0);width:80px;height:80px}
}
@media only screen and (max-width:800px){.half-image.mod_half_content .logo{width:60px;height:60px}
}
.mod_banner{background:#f4f4f4;position:relative;overflow:hidden}
.mod_banner picture.background img{filter:brightness(.6)}
.mod_banner .row{position:relative;z-index:2;padding:calc(60px + 2.5%) 20px}
@media only screen and (max-width:800px){.mod_banner .row{padding:45px 20px}
}
.mod_banner .row p a{text-decoration:underline}
.mod_banner.dark{background:#333}
.mod_banner.dark .row{position:relative;z-index:3}
.mod_banner.dark .row a,.mod_banner.dark .row h2,.mod_banner.dark .row h3,.mod_banner.dark .row h4,.mod_banner.dark .row p,.mod_banner.dark .row p a,.mod_banner.dark .row ul li{color:#fff}
.mod_banner.dark .row ul li:before{background:#fff!important}
.mod_banner.dark:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#222;opacity:.4}
.mod_banner.has-video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#fff;opacity:.5;z-index:0}
.mod_banner.has-video.dark:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#000;opacity:.5;z-index:0}
.mod_banner.viewport picture.background{display:block;overflow:hidden}
.mod_banner.viewport picture.background img{transform:scale(1.2)}
.mod_banner.in-viewport picture.background img{transform:scale(1)}
.mod_banner.left-placement .row{justify-content:flex-start}
.mod_banner.left-placement .row .content{width:50%}
@media only screen and (max-width:800px){.mod_banner.left-placement .row .content{width:100%}
}
.mod_banner.left-placement .row .content h2,.mod_banner.left-placement .row .content h3{text-align:left}
.mod_banner.left-placement .row .content .logo{justify-content:flex-start}
.mod_banner.center-placement .row{justify-content:center;text-align:center}
.mod_banner.center-placement .row .content{width:820px;margin-left:auto;margin-right:auto}
@media only screen and (max-width:800px){.mod_banner.center-placement .row .content{width:100%}
}
.mod_banner.center-placement .row .content .logo{justify-content:center}
.mod_banner.right-placement .row{justify-content:flex-end}
.mod_banner.right-placement .row .content{width:50%}
@media only screen and (max-width:800px){.mod_banner.right-placement .row .content{width:100%}
}
.mod_banner.right-placement .row .content h2,.mod_banner.right-placement .row .content h3{text-align:left}
.mod_banner.right-placement .row .content .logo{justify-content:flex-start}
.mod_banner.office .row{padding:calc(60px + 10%) 20px}
.mod_banner.doctor .row{padding:calc(60px + 10%) 20px}
.mod_instagram{background:#f4f4f4}
.mod_instagram .row{max-width:1600px;margin-left:auto;margin-right:auto}
.mod_instagram .row a.btn{display:table;margin-left:auto;margin-right:auto;margin-top:20px}
.mod_instagram .row ul.partial_socials{text-align:center}
.mod_instagram .row ul.partial_socials li{margin-top:0}
.mod_instagram .row ul.partial_socials li a{transform:scale(1.2);background:0 0}
.mod_instagram .slider-nav,.mod_instagram .tns-controls{display:flex;grid-gap:16px;justify-content:center;text-align:center;padding-top:20px;outline:0;margin-top:10px}
.mod_instagram .slider-nav button,.mod_instagram .tns-controls button{padding:20px;width:40px;height:40px;border-radius:100%;text-indent:-9999px;background:rgba(0,0,0,.9)}
.mod_instagram .slider-nav button:hover,.mod_instagram .tns-controls button:hover{opacity:.6;cursor:pointer}
@media only screen and (max-width:64em){.mod_instagram .slider-nav button,.mod_instagram .tns-controls button{padding:16px;width:36px;height:36px}
}
@media only screen and (max-width:800px){.mod_instagram .slider-nav button,.mod_instagram .tns-controls button{padding:14px;width:34px;height:34px}
}
.mod_instagram .slider-nav button:after,.mod_instagram .tns-controls button:after{content:"";background:url(/images/arrow.png?auto=format,compress) no-repeat center center;background-size:auto 100%!important;position:absolute;top:50%;left:calc(50% - 1px);transform:translate(-50%,-50%) rotate(-180deg);padding:8px}
@media only screen and (max-width:64em){.mod_instagram .slider-nav button:after,.mod_instagram .tns-controls button:after{padding:7px}
}
@media only screen and (max-width:800px){.mod_instagram .slider-nav button:after,.mod_instagram .tns-controls button:after{padding:6px}
}
.mod_instagram .slider-nav button:before,.mod_instagram .tns-controls button:before{display:none}
.mod_instagram .slider-nav button+button:after,.mod_instagram .tns-controls button+button:after{left:calc(50% + 1px);transform:translate(-50%,-50%)}
.mod_column{position:relative}
.mod_column .row{position:relative;z-index:1}
.mod_column.has-media{align-items:center}
.mod_column.has-media .row{display:grid;align-items:center;grid-template-columns:1fr 2fr}
.mod_column.has-media .row.media-left .item{order:2;padding-left:40px}
@media only screen and (max-width:64em){.mod_column.has-media .row.media-left .item{padding-left:0}
}
.mod_column.has-media .row.media-right{grid-template-columns:2fr 1fr}
.mod_column.has-media .row.media-right .item{padding-right:40px}
@media only screen and (max-width:64em){.mod_column.has-media .row.media-right .item{padding-right:0;order:2}
}
@media only screen and (max-width:64em){.mod_column.has-media .row{grid-template-columns:1fr!important}
.mod_column.has-media .row .media{order:1;max-width:400px;margin-bottom:30px;display:inline-block}
}
.mod_column.dark{position:relative}
.mod_column.dark:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#222;opacity:.4}
.mod_column.dark .row{position:relative;z-index:3}
.mod_column.viewport picture{display:block;overflow:hidden}
.mod_column.viewport picture img{transform:scale(1.2)}
.mod_column.in-viewport picture img{transform:scale(1)}
.mod_contact_form{background:#f4f4f4;padding:80px 20px;position:relative}
@media only screen and (max-width:800px){.mod_contact_form{padding:60px 20px}
}
@media only screen and (max-width:40em){.mod_contact_form{padding:50px 20px}
}
.mod_contact_form .wrapper{max-width:1160px;margin:0 auto}
.mod_contact_form .wrapper.padded{padding-top:calc(20px + 2%);padding-bottom:calc(20px + 2%)}
@media only screen and (max-width:64em){.mod_contact_form .wrapper.padded{padding-top:calc(10px + 1%);padding-bottom:calc(10px + 1%)}
}
@media only screen and (max-width:800px){.mod_contact_form .wrapper.padded{padding-top:10px;padding-bottom:10px}
}
.mod_contact_form .wrapper.padded2{padding-top:calc(40px + 4%);padding-bottom:calc(40px + 4%)}
@media only screen and (max-width:64em){.mod_contact_form .wrapper.padded2{padding-top:calc(20px + 2%);padding-bottom:calc(20px + 2%)}
}
@media only screen and (max-width:800px){.mod_contact_form .wrapper.padded2{padding-top:20px;padding-bottom:20px}
}
.mod_contact_form .row{max-width:720px;position:relative;z-index:3;display:flex;flex-direction:column}
.mod_contact_form .row h2{text-align:center}
@media only screen and (max-width:40em){.mod_contact_form .row h2{text-align:left}
}
.mod_contact_form .row h2:after,.mod_contact_form .row h2:before{margin-left:auto;margin-right:auto}
@media only screen and (max-width:40em){.mod_contact_form .row h2:after,.mod_contact_form .row h2:before{margin-left:0;margin-right:0}
}
.mod_contact_form .row .content{max-width:600px;margin:20px auto 0;text-align:center}
@media only screen and (max-width:40em){.mod_contact_form .row .content{text-align:left}
}
.mod_contact_form .row .partial_form .fields label{color:#000!important}
.mod_contact_form.dark:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#333;opacity:.2}
.mod_contact_form.dark .content *,.mod_contact_form.dark h2{color:#fff}
.mod_contact_form.left-placement .row{margin-left:0;max-width:600px}
.mod_contact_form.left-placement .row .content,.mod_contact_form.left-placement .row h2{text-align:left}
.mod_contact_form.right-placement .row{margin-right:0;max-width:600px}
.mod_contact{position:relative}
.mod_contact picture.background img{object-position:top}
@media only screen and (max-width:64em){.mod_contact picture.background{display:none}
}
.mod_contact picture.background.mobile{display:none}
@media only screen and (max-width:64em){.mod_contact picture.background.mobile{display:flex}
}
.mod_contact:after{width:100%}
@media only screen and (max-width:64em){.mod_contact:before{display:none}
}
.mod_contact .row{background:rgba(255,254,253,.8);display:flex;flex-wrap:nowrap;max-width:900px;padding:100px 20px;margin:150px auto 150px 5%;flex-direction:column;justify-content:center;align-items:center;gap:40px}
@media only screen and (max-width:64em){.mod_contact .row{margin:0 auto;flex-direction:column;grid-gap:20px}
}
.mod_contact.dark{background:#000}
.mod_contact.dark form label{color:#fff!important}
.mod_cta_ba{background:0 0;max-width:100%;margin-top:40px;margin-bottom:40px}
.mod_cta_ba .controls-container{padding:0 10px;display:flex;align-items:center;z-index:1;height:100px;width:100%;position:relative;grid-gap:20px}
@media only screen and (max-width:64em){.mod_cta_ba .controls-container{display:flex;flex-direction:column}
}
@media only screen and (max-width:800px){.mod_cta_ba .controls-container{padding-top:20px}
}
.mod_cta_ba .controls-container .buttons{width:120px;display:flex;justify-content:space-between;position:relative}
@media only screen and (max-width:64em){.mod_cta_ba .controls-container .buttons{width:calc(100% - 20px);height:100px}
}
.mod_cta_ba .row{display:block;max-width:1400px;padding-top:40px;padding:40px 0 40px 20px}
.mod_cta_ba .row .text{display:flex}
@media only screen and (max-width:800px){.mod_cta_ba .row .text{flex-direction:column-reverse;align-items:center;justify-content:center}
}
@media only screen and (min-width:64.1em){.mod_cta_ba .row .text h2{font-size:38px}
}
@media only screen and (max-width:64em){.mod_cta_ba .row .text h2{font-size:36px}
}
@media only screen and (max-width:800px){.mod_cta_ba .row .text h2{font-size:34px}
}
.mod_cta_ba .row .text p{margin:0 auto}
.mod_cta_ba .row .text .patients{margin:0 0 20px 0;position:relative;display:inline-block;width:65%}
@media only screen and (max-width:800px){.mod_cta_ba .row .text .patients{width:100%}
}
.mod_cta_gallery{background:#fff!important;background-size:cover!important;position:relative;max-width:1920px}
.mod_cta_gallery.viewport:before{opacity:0;clip-path:inset(0 100% 0 0)}
.mod_cta_gallery.viewport picture.background img{object-position:50% 0}
.mod_cta_gallery.in-viewport:before{opacity:1;clip-path:inset(0 0 0 0)}
.mod_cta_gallery.in-viewport picture.background img{object-position:-250px 0}
@media only screen and (max-width:800px){.mod_cta_gallery.in-viewport picture.background img{filter:brightness(.5)}
}
.mod_cta_gallery:before{content:"";position:absolute;
    height:100%;width:50%;left:50%;z-index:1}
@media only screen and (max-width:800px){.mod_cta_gallery:before{display:none}
}
.mod_cta_gallery .row{position:relative;z-index:1;padding:calc(60px + 8%) 20px;display:flex;justify-content:center;max-width:50%;left:50%;transform:translateX(-50%)}
@media only screen and (max-width:64em){.mod_cta_gallery .row{max-width:100%}
}
.mod_cta_gallery .row .text{position:relative;z-index:2}
.mod_cta_gallery .row .text h2{font-size:clamp(60px,5.5vw,100px);padding-bottom:20px}
.mod_cta_gallery .mod_index>.row .inner .item .text h2 a.btn,.mod_cta_gallery .mod_index>.row .text h2 .inner .item a.btn,.mod_cta_gallery .row .text h2 .contact-scroll,.mod_cta_gallery .row .text h2 .small,.mod_cta_gallery .row .text h2 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .mod_cta_gallery .row .text h2 a.btn{padding-bottom:20px}
.home .mod_cta_gallery .row{padding:calc(180px + 4%) 20px}
.mod_half_image.viewport picture.logo{position:relative;opacity:0;left:20px}
.mod_half_image.viewport .media-content{transform:translateY(-40px);opacity:0}
.mod_half_image.viewport picture.background img{transform:scale(1.2)}
.mod_half_image.in-viewport .media-content{opacity:1}
.mod_half_image.in-viewport .media-content{transform:translateY(0)}
.mod_half_image.in-viewport picture.background img{transform:scale(1)}
.mod_half_image.in-viewport picture.logo{left:0;opacity:1}
.mod_half_image.mod_overflow .row.half-image-row{height:680px}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row{height:inherit}
}
.mod_half_image.mod_overflow .row.half-image-row .media{height:100%}
.mod_half_image.mod_overflow .row.half-image-row .media .media-content{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%);max-width:420px}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .media .media-content{top:auto;bottom:40px;left:0;transform:none}
}
@media only screen and (max-width:800px){.mod_half_image.mod_overflow .row.half-image-row .media .media-content{bottom:30px}
}
.mod_half_image.mod_overflow .row.half-image-row .media .media-content h2{font-size:90px}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .media .media-content h2{font-size:70px}
}
@media only screen and (max-width:800px){.mod_half_image.mod_overflow .row.half-image-row .media .media-content h2{font-size:56px}
}
@media only screen and (max-width:40em){.mod_half_image.mod_overflow .row.half-image-row .media .media-content h2{font-size:44px}
}
.mod_half_image.mod_overflow .row.half-image-row .media.content:after{background:#111;opacity:.4}
.mod_half_image.mod_overflow .row.half-image-row .copy{padding:0;position:relative}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .copy{padding:0}
}
.mod_half_image.mod_overflow .row.half-image-row .copy:after{content:"";background:#f4f4f4;width:2px;height:100%;position:absolute;top:0;right:3px;display:block;z-index:-1}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .copy:after{display:none}
}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner{max-width:100%;height:100%;padding:0;position:relative}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;max-width:calc(100% - 10px);pointer-events:none;z-index:9}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .copy .inner:before{display:none}
}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner .content{height:100%;overflow:scroll;overflow-x:hidden;max-width:100%;margin:0 auto;padding:50px 60px}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .copy .inner .content{padding:0}
}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner .content::-webkit-scrollbar{width:8px;position:relative;z-index:9}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner .content::-webkit-scrollbar-thumb{border-radius:20px;background-color:#5e2e6d;position:relative;z-index:9}
@media only screen and (max-width:64em){.mod_half_image.mod_overflow .row.half-image-row .copy .inner{max-width:100%;padding:0}
}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner .item h3{font-size:24px;margin-bottom:6px}
.mod_half_image.mod_overflow .row.half-image-row .copy .inner .item+.item{border-top:1px solid #f4f4f4;padding-top:20px;margin-top:20px}
.mod_hero{background:0 0}
.mod_hero:before{display:none!important}
.mod_hero .wrapper{position:relative;overflow:hidden;background-color:#fff}

.mod_hero.banner {
  margin-top: 95px;
}

@media only screen and (max-width:800px){.mod_hero .wrapper{display:flex;flex-direction:column-reverse}
}
.mod_hero .wrapper:before{content:"";width:50%;height:100%;position:absolute;top:0;left:0;z-index:0;background-size:cover;background-repeat:no-repeat;background-position:center bottom}
@media only screen and (max-width:800px){.mod_hero .wrapper:before{width:100%;height:calc(100% - 65vw);top:auto;bottom:0}
}
.mod_hero .wrapper:after{content:none}
.mod_hero .wrapper .row{/*padding:calc(120px + 6%) 20px;max-width:1240px*/ padding:calc(100px + 0px) 20px;max-width:1240px}
@media only screen and (max-width:64em){.mod_hero .wrapper .row{/*padding:calc(200px + 6%) 20px*/ padding:calc(130px + 0%) 20px}
}
@media only screen and (max-width:800px){.mod_hero .wrapper .row{padding:40px 20px}
}
.mod_hero .wrapper .row .inner{position:absolute;top:50%;left:0;padding:0 60px 0 20px;transform:translateY(-50%);display:flex;flex-direction:column;z-index:1}
@media only screen and (max-width:64em){.mod_hero .wrapper .row .inner{padding-right:40px}
}
@media only screen and (max-width:800px){.mod_hero .wrapper .row .inner{width:100%;position:relative;top:0;left:0!important;transform:none!important;padding:0}
}
.mod_hero .wrapper .row .inner h1{margin-bottom:10px;padding-bottom:0;order:2;font-size:50px}
@media screen and (max-width:1270px){.mod_hero .wrapper .row .inner h1{font-size:40px}
}
@media only screen and (max-width:64em){.mod_hero .wrapper .row .inner h1{font-size:35px}
}
.mod_hero .wrapper .row .text{padding-right:30px;order:3}
@media only screen and (max-width:64em){.mod_hero .wrapper .row .text{padding-right:10px}
}
@media only screen and (max-width:800px){.mod_hero .wrapper .row .text{padding-right:0}
}
.mod_hero .wrapper .media{ display:none; position:absolute;top:0;right:0;width:100%;height:100%;max-width:calc(50% + 1px);overflow:hidden}
@media only screen and (max-width:800px){.mod_hero .wrapper .media{position:relative;height:65vw}
}
@media only screen and (max-width:800px){.mod_hero .wrapper .media picture.background{position:relative}
}
.mod_hero .wrapper .media picture.background img{object-position:center top}
.mod_hero .wrapper .media video{position:absolute;top:50%;left:50%;height:100%;width:100%;object-fit:cover;transform:translate3d(-50%,-50%,0)}
@media only screen and (max-width:800px){.mod_hero .wrapper .media{max-width:100%}
}
.mod_hero.no-bg .wrapper:after{width:100%}
.mod_hero.no-bg .wrapper .row .inner{text-align:center;left:50%;transform:translate3d(-50%,-50%,0)}
.mod_hero.no-bg .wrapper .row .inner .text{padding-right:0}
.mod_hero.has-ba{overflow:initial;margin-bottom:60px}
@media only screen and (max-width:64em){.mod_hero.has-ba{margin-bottom:50px}
}
@media only screen and (max-width:800px){.mod_hero.has-ba{margin-bottom:40px}
}
.mod_hero.left-placement .wrapper .row .inner{left:0;transform:translateY(-50%);text-align:left}
.mod_hero.left-placement .wrapper .row .inner a.btn{margin-left:0}
.mod_hero.center-placement .wrapper .row .inner{text-align:center;left:50%;transform:translate(-50%,-50%);padding-left:0;padding-right:0}
.mod_hero.center-placement .wrapper .row .inner .text{padding-right:0}
.mod_hero.center-placement .wrapper .row .inner a.btn{margin-left:auto;margin-right:auto}
.mod_hero.right-placement .wrapper .row .inner{left:auto;right:0;transform:translateY(-50%);text-align:left;padding-left:60px;padding-right:20px}
@media only screen and (max-width:64em){.mod_hero.right-placement .wrapper .row .inner{padding-left:40px}
}
@media only screen and (max-width:800px){.mod_hero.right-placement .wrapper .row .inner{padding-left:0;padding-right:0}
}
.mod_hero.right-placement .wrapper .row .inner a.btn{margin-left:0}
.mod_hero.right-placement .wrapper .media{right:auto;left:0}
.mod_hero.right-placement:not(.no-bg) .wrapper:after{left:50%}
@media only screen and (max-width:800px){.mod_hero.right-placement:not(.no-bg) .wrapper:after{left:0}
}
.mod_hero.contact-form .wrapper .row{display:flex;justify-content:space-between;padding:calc(30px + 3%) 20px 0}
.mod_hero.contact-form .wrapper .row .inner{position:relative;top:0;left:0;text-align:left;transform:none;display:flex;flex-direction:column;justify-content:center}
.mod_hero.contact-form .wrapper .row .inner a.btn{margin-left:0;margin-bottom:20px}
.mod_hero.contact-form .wrapper .row .form{width:100%;max-width:420px;margin-top:20px;padding:0 30px 30px;background:rgba(0,0,0,.65)}
@media only screen and (max-width:64em){.mod_hero.contact-form .wrapper .row .form{padding-left:25px;padding-right:25px}
}
.mod_hero.contact-form .wrapper .row .form .submit-holder .btn,.mod_hero.contact-form .wrapper .row .form .submit-holder button[type=submit]{font-size:15px;padding:12px 24px}
.mod_hero.contact-form.right-placement .row .inner{right:auto;left:50%}
.mod_hero.contact-form.center-placement .row .inner{text-align:center;left:50%;transform:translateX(-50%)}
@media only screen and (max-width:40em){.mod_hero.contact-form.center-placement .row .inner{left:0;transform:none;text-align:left}
}
.mod_hero.contact-form.center-placement .row .inner .form{margin-left:auto;margin-right:auto}
@media only screen and (max-width:40em){.mod_hero.contact-form.center-placement .row .inner .form{margin-left:0;margin-right:0}
}
.mod_hero.contact-form.center-placement .row .inner a.btn{margin-left:auto;margin-right:auto}
@media only screen and (max-width:40em){.mod_hero.contact-form.center-placement .row .inner a.btn{margin-left:0;margin-right:0}
}
.mod_hero.contact-form.dark{position:relative}
.mod_hero.contact-form.dark .row .inner .form{background:rgba(255,255,255,.8)}
.mod_hero.contact-form.dark .row .inner .form select{color:#000}
.mod_hero.contact-form.dark .row .inner .form .submit-holder .btn{color:#fff}
.mod_hero.contact-form.dark .row .inner .form .submit-holder button[type=submit]{color:#fff}
.mod_hero.contact-form.dark .wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#222;opacity:.4}
.mod_hero.full-width-media .wrapper .media{right:auto;left:0;max-width:100%}
.mod_hero.full-width-media .wrapper:after{width:100%;opacity:0}
.mod_hero.left-media-position picture img,.mod_hero.left-media-position video{object-position:20% 20%}
.mod_hero.right-media-position picture img,.mod_hero.right-media-position video{object-position:80% 20%}
.mod_hero.dark .wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#222;opacity:.4}
.mod_hero.dark .row .inner *{color:#fff}
.mod_hero+.mod_hero{margin-top:60px}
.mod_image_slider:not(.grid) .row{padding:50px 100px;position:relative;max-width:1374px;z-index:3}
@media only screen and (max-width:40em){.mod_image_slider:not(.grid) .row{padding:20px 56px 50px 20px}
}
.mod_image_slider h2{text-align:center;margin-top:30px;margin-bottom:10px}
.mod_image_slider .image-slider{display:flex;flex-wrap:initial}
.mod_image_slider .tns-controls{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;padding:0 20px}
.mod_image_slider .tns-controls button{position:absolute;top:50%;margin-top:0;opacity:1;left:12px;padding:20px;width:40px;height:40px;border-radius:100%;background:rgba(0,0,0,.9);transform:translateY(-50%)}
.mod_image_slider .tns-controls button:hover{opacity:.6;cursor:pointer}
@media only screen and (max-width:64em){.mod_image_slider .tns-controls button{padding:16px;width:36px;height:36px}
}
@media only screen and (max-width:800px){.mod_image_slider .tns-controls button{padding:14px;width:34px;height:34px}
}
@media only screen and (max-width:40em){.mod_image_slider .tns-controls button:first-child{display:none}
}
.mod_image_slider .tns-controls button:after{content:"";background:url(/images/arrow.png?auto=format,compress) no-repeat center center;background-size:auto 100%!important;position:absolute;top:50%;left:calc(50% - 1px);transform:translate(-50%,-50%) rotate(-180deg);padding:8px}
@media only screen and (max-width:64em){.mod_image_slider .tns-controls button:after{padding:7px}
}
@media only screen and (max-width:800px){.mod_image_slider .tns-controls button:after{padding:6px}
}
.mod_image_slider .tns-controls button:before{display:none}
.mod_image_slider .tns-controls button+button{left:auto;right:12px}
@media only screen and (max-width:800px){.mod_image_slider .tns-controls button+button{right:8px}
}
.mod_image_slider .tns-controls button+button:after{left:calc(50% + 1px);transform:translate(-50%,-50%)}
.mod_index.bg{position:relative}
.mod_index.bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#f4f4f4;opacity:.6}
.mod_index>.row{position:relative;max-width:840px;margin:0 auto 50px}
.mod_index>.row .inner{width:100%;display:flex;flex-wrap:wrap;position:relative;z-index:3;justify-content:space-between}
.mod_index>.row .inner .item{margin-top:50px;width:50%;margin-bottom:0!important}
@media only screen and (max-width:800px){.mod_index>.row .inner .item{margin-top:30px}
}
@media only screen and (max-width:40em){.mod_index>.row .inner .item{width:100%}
}
.mod_index>.row .inner .item h2,.mod_index>.row .inner .item h3{color:#000;font-family:marlide-display-variable,Times,serif;font-size:22px;margin-bottom:10px}
@media only screen and (max-width:64em){.mod_index>.row .inner .item h2,.mod_index>.row .inner .item h3{font-size:20px}
}
@media only screen and (max-width:40em){.mod_index>.row .inner .item h2,.mod_index>.row .inner .item h3{font-size:18px}
}
.mod_index>.row .inner .item h2 a,.mod_index>.row .inner .item h3 a{text-decoration:none!important}
.mod_index>.row .inner .item p{text-align:justify;font-size:15px}
@media only screen and (max-width:40em){.mod_index>.row .inner .item p:last-child{margin-bottom:15px}
}
.mod_index>.row .inner .item a.btn{display:inline-block}
.mod_index>.row.list{background:#f4f4f4;max-width:100%;margin-bottom:0}
.mod_index>.row.list .inner{max-width:520px;margin:0 auto;background:rgba(255,255,255,.85);padding:50px 60px;text-align:center}
@media only screen and (min-width:64em) and (max-height:800px){.mod_index>.row.list .inner{padding:40px}
}
@media only screen and (max-width:64em){.mod_index>.row.list .inner{padding:40px 50px}
}
@media only screen and (max-width:800px){.mod_index>.row.list .inner{padding:40px 20px}
}
.mod_index>.row.list .inner .item{width:100%;margin-top:0}
.mod_index>.row.list .inner .item h2{color:#000;font-size:20px;margin-bottom:0;display:block}
@media only screen and (max-width:800px){.mod_index>.row.list .inner .item h2{font-size:18px}
}
.mod_index>.row.list .inner .item h2 a{text-decoration:none!important}
.mod_index>.row.list .inner .item+.item{margin-top:20px;padding-top:20px;border-top:1px solid rgba(20,20,20,.4)}
@media only screen and (min-width:64em) and (max-height:800px){.mod_index>.row.list .inner .item+.item{margin-top:20px;padding-top:20px}
}
@media only screen and (max-width:64em){.mod_index>.row.list .inner .item+.item{margin-top:16px;padding-top:16px}
}
@media only screen and (max-width:800px){.mod_index>.row.list .inner .item+.item{margin-top:12px;padding-top:12px}
}
.mod_index>.row.list .inner .item a.btn{display:none}
.mod_index>.row.media{max-width:1200px;margin-top:20px}
.mod_index>.row.media .inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;align-items:stretch;align-content:center;justify-content:center}
@media only screen and (max-width:64em){.mod_index>.row.media .inner{grid-template-columns:1fr 1fr}
}
@media only screen and (max-width:40em){.mod_index>.row.media .inner{grid-template-columns:1fr}
}
.mod_index>.row.media .inner a.item{display:inline-block;background:#f4f4f4;width:100%;position:relative;padding-top:65%;margin:0 0 20px}
.mod_index>.row.media .inner a.item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#000;opacity:.25;background:linear-gradient(0deg,rgba(0,0,0,.8) 30%,rgba(0,0,0,0) 60%);z-index:3}
.mod_index>.row.media .inner a.item picture{z-index:2}
.mod_index>.row.media .inner a.item .content{position:absolute;left:20px;bottom:20px;z-index:4}
.mod_index>.row.media .inner a.item .content h2{font-size:22px;color:#fff;margin-bottom:2px;text-shadow:0 0 8px rgba(0,0,0,.24)}
@media only screen and (max-width:64em){.mod_index>.row.media .inner a.item .content h2{font-size:20px}
}
@media only screen and (max-width:800px){.mod_index>.row.media .inner a.item .content h2{font-size:18px}
}
.mod_index>.row.media .inner a.item .content span{color:#fff;font-size:15px;text-shadow:0 0 8px rgba(0,0,0,.3)}
@media only screen and (max-width:64em){.mod_index>.row.media .inner a.item .content span{font-size:14px}
}
@media only screen and (max-width:800px){.mod_index>.row.media .inner a.item .content span{font-size:13px}
}
.mod_index_list .row{max-width:100%;margin-bottom:0;padding:20px 0 0}
.mod_index_list .row .inner{max-width:1200px;margin:0 auto;padding:20px 20px 0;text-align:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.mod_index_list .row a.item{margin:10px 30px;padding:10px 0;font-size:18px;font-weight:400;color:#5e2e6d;display:block;position:relative}
@media only screen and (max-width:800px){.mod_index_list .row a.item{font-size:15px;width:calc(50% - 20px);margin:10px}
}
@media only screen and (max-width:40em){.mod_index_list .row a.item{width:calc(100% - 20px);margin:5px 10px}
}
.mod_index_list .row a.item:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;border-top:1px solid #5e2e6d}
.mod_index_list .row a.item:hover{opacity:1}
.mod_index_list .row a.item:hover:after{width:100%}
@media only screen and (max-width:800px){.mod_index_list .row a.item:hover:after{width:60px}
}
.mod_index_list+.mod_index .row{margin-top:0;padding-top:0}
@keyframes loopingText{0%{object-position:-100% center}
100%{object-position:150% center}
}
.mod_logo_list{text-align:center}
.home .mod_logo_list .row{max-width:1600px}
.home .mod_logo_list .row .logo-container{max-width:100%}
.home .mod_logo_list .row .logo-container:not(.swiper-wrapper){max-width:100%;justify-content:space-evenly}
.mod_logo_list .logo-container{display:flex;align-items:center}
.mod_logo_list .logo-container .img{display:inline-block}
@media only screen and (max-width:64em){.mod_logo_list .logo-container .img{margin-bottom:30px}
}
.mod_logo_list .logo-container .img img{max-height:100px;width:auto}
@media only screen and (max-width:64em){.mod_logo_list .logo-container .img img{max-height:90px}
}
@media only screen and (max-width:40em){.mod_logo_list .logo-container .img img{max-height:50px}
}
.mod_logo_list .logo-container:not(.swiper-wrapper){justify-content:center;gap:40px}
@media only screen and (max-width:800px){.mod_logo_list .logo-container:not(.swiper-wrapper){flex-wrap:wrap;gap:30px}
}
.mod_logo_list .logo-container.swiper-wrapper .img img{max-height:120px;width:auto}
@media only screen and (max-width:64em){.mod_logo_list .logo-container.swiper-wrapper .img img{max-height:100px}
}
@media only screen and (max-width:40em){.mod_logo_list .logo-container.swiper-wrapper .img img{max-height:120px}
}
.mod_logo_list.viewport .img img{transform:scale(.8)}
.mod_logo_list.in-viewport .img img{transform:scale(1)}
.mod_doctor .row.half-image-row .media{margin-top:80px}
.mod_media_list .row h2{text-align:center;margin-bottom:60px}
@media only screen and (max-width:800px){.mod_media_list .row h2{text-align:left;margin-bottom:45px}
}
.mod_quote{padding:80px 20px;position:relative}
.mod_quote .background{z-index:0}
.mod_quote.background .row:after,.mod_quote.background .row:before{background:url(/go/images/1689878884-quote-1.svg) no-repeat center center!important}
.mod_quote .logo{display:flex;justify-content:center;align-items:center;margin-top:40px}
.mod_quote .logo img{max-width:180px;max-height:60px;width:auto}
@media only screen and (max-width:64em){.mod_quote .logo img{max-width:160px;max-height:50px}
}
@media only screen and (max-width:800px){.mod_quote .logo img{max-width:140px;max-height:40px}
}
.mod_quote .row{position:relative;max-width:1300px;margin:60px auto 30px;padding:0 160px;z-index:1}
@media only screen and (max-width:64em){.mod_quote .row{max-width:820px;margin:40px auto 20px;padding:0 100px 0 160px!important}
}
@media only screen and (max-width:800px){.mod_quote .row{margin:20px auto;padding:0 20px 0 100px!important}
}
.mod_quote .row:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);display:inline-block;padding:44px;background:url(/go/images/1689959009-grey-quote.svg) no-repeat center center;background-size:100% auto!important}
@media only screen and (max-width:64em){.mod_quote .row:before{padding:36px}
}
@media only screen and (max-width:800px){.mod_quote .row:before{padding:28px;left:20px}
}
.mod_quote .row .inner h3{font-size:36px;font-family:marlide-display-variable,Times,serif;line-height:1.2;margin-bottom:0}
@media only screen and (max-width:64em){.mod_quote .row .inner h3{font-size:32px}
}
@media only screen and (max-width:800px){.mod_quote .row .inner h3{font-size:20px}
}
.mod_quote .row .inner p.author{font-size:16px;font-weight:500;margin-top:30px;text-align:center}
.mod_quote .row .inner p.author span.block{font-weight:400}
@media only screen and (max-width:64em){.mod_quote .row .inner p.author{font-size:14px}
}
.mod_quote .row.author:after,.mod_quote .row.author:before{top:calc(50% - 30px)}
.mod_quote .row.has-logo{margin-top:30px}
.mod_quote.viewport .logo{position:relative;top:-20px;opacity:0}
.mod_quote.viewport .row:before{left:-20px;opacity:0}
.mod_quote.viewport .row:after{right:-20px;opacity:0}
.mod_quote.viewport .row p.author{position:relative;top:-20px;opacity:0}
.mod_quote.in-viewport .logo{top:0;opacity:1}
.mod_quote.in-viewport .row:before{left:0;opacity:1}
.mod_quote.in-viewport .row:after{right:0;opacity:1}
.mod_quote.in-viewport .row p.author{top:0;opacity:1}
.tns-slider{display:flex;grid-gap:20px}
.tns-slider .tns-item{padding-right:0!important}
.mod_reviews_list h2{text-align:center}
.mod_reviews_list .reviews .item{position:relative}
.mod_reviews_list .reviews .item p{margin-bottom:10px}
.mod_reviews_list .reviews .item p.title{font-size:110%;font-weight:400}
.mod_reviews_list .reviews .item p.author{font-size:14px;font-weight:"64em";position:relative}
.mod_reviews_list .reviews .item p.author:before{content:"-";display:inline-block;margin-right:4px}
.mod_reviews_slider{background:#f4f4f4;overflow:hidden;position:relative}
.mod_reviews_slider .container{background:0 0;overflow:hidden}
@media only screen and (max-width:800px){.mod_reviews_slider{margin-top:0px}
}
.mod_reviews_slider .row{padding-top:100px;padding-bottom:100px;position:relative;z-index:9;max-width:1700px;margin:0 0 0 10%;padding-right:0}
@media only screen and (min-width:1920px){.mod_reviews_slider .row{margin:0 auto}
}
@media only screen and (max-width:1250px){.mod_reviews_slider .row{margin:0 0 0 10%}
}
@media only screen and (max-width:64em){.mod_reviews_slider .row{margin:0 auto;padding:60px 100px}
}
@media only screen and (max-width:40em){.mod_reviews_slider .row{padding:20px}
}
.mod_reviews_slider .top-container{display:flex;width:100%;justify-content:space-between;max-width:1300px}
@media only screen and (max-width:800px){.mod_reviews_slider .top-container{flex-direction:column}
}
.mod_reviews_slider .top-container .review-logos{display:flex;margin-bottom:30px;align-items:flex-end;grid-gap:40px}
@media only screen and (max-width:800px){.mod_reviews_slider .top-container .review-logos{text-align:center}
}
.mod_reviews_slider .top-container .review-logos picture img{max-width:175px}
@media only screen and (max-width:800px){.mod_reviews_slider .top-container .review-logos picture img{max-width:50%}
}
.mod_reviews_slider h2{text-align:left;margin-bottom:25px}
@media only screen and (min-width:64.1em){.mod_reviews_slider h2{font-size:60px}
}
@media only screen and (max-width:64em){.mod_reviews_slider h2{font-size:36px !important;}
}
.mod_reviews_slider h2:after{margin-left:auto;margin-right:auto}
.mod_reviews_slider .wrapper{overflow:hidden;justify-content:stretch}
.mod_reviews_slider .wrapper .reviews-swiper{height:auto;justify-content:stretch}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper{height:unset;justify-content:unset}
}
.mod_reviews_slider .wrapper .reviews-swiper .reviews-swiper-scrollbar{bottom:60px}
.mod_reviews_slider .wrapper .reviews-swiper .swiper-wrapper{align-items:center;justify-content:stretch}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper .swiper-wrapper{justify-content:unset}
}
.mod_reviews_slider .wrapper .reviews-swiper .item{overflow:hidden;border-radius:20px 20px 20px 0;background:#fff;align-self:stretch;position:relative;padding:40px 50px 40px 50px;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);margin:20px 0;display:flex;flex-direction:column; height:auto;}
.mod_reviews_slider .wrapper .reviews-swiper .item *{color:inherit}
.mod_reviews_slider .wrapper .reviews-swiper .item h3{text-transform:none}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper .item{padding:20px!important;align-self:center}
}
.mod_reviews_slider .wrapper .reviews-swiper .item .swiper-content{display:flex;justify-content:space-between;flex-direction:column;height:100%}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper .item .swiper-content{justify-content:center;height:fit-content}
}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-body{position:relative}
@media only screen and (max-width:64em){.mod_reviews_slider .wrapper .reviews-swiper .item{padding:100px 20px 20px 20px}
}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper .item{flex-wrap:wrap}
}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer{display:flex;padding-top:20px;grid-gap:20px}
@media only screen and (max-width:800px){.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer{flex-direction:column;justify-content:center;align-items:center}
}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .review-header{width:100%}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .author-link{width:100%;display:flex;justify-content:space-between;margin-bottom:0}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .author,.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .procedure{font-size:16px}
@media only screen and (min-width:64em) and (max-height:800px){.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .author,.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .procedure{font-size:13px}
}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .author{font-weight:500}
.mod_reviews_slider .wrapper .reviews-swiper .item .review-footer .procedure{font-weight:400}
.mod_reviews_slider .controls{align-items:center;grid-gap:20px;padding-top:20px;display:flex;justify-content:flex-start;position:relative}
@media only screen and (max-width:64em){.mod_reviews_slider .controls{justify-content:center}
}
.mod_reviews_slider a.btn{z-index:1}
.mod_social{margin-bottom:50px;overflow-x:hidden}
@media only screen and (max-width:64em){.mod_social{margin-bottom:30px}
}
@media only screen and (max-width:800px){.mod_social{margin-bottom:20px}
}
.mod_social .row h2{margin-bottom:60px;text-align:center}
.mod_social .row .partial_socials{display:flex;justify-content:center;transform:scale(3.5)}
@media only screen and (max-width:64em){.mod_social .row .partial_socials{transform:scale(3)}
}
@media only screen and (max-width:800px){.mod_social .row .partial_socials{transform:scale(2.5)}
}
@media only screen and (max-width:40em){.mod_social .row .partial_socials{transform:scale(2)}
}
.mod_social .row .partial_socials li{border-radius:2px;background:#f4f4f4;padding-left:5.625px!important}
.mod_social .row .partial_socials li a{background:#f4f4f4!important}
.mod_social .row .partial_socials li+li{margin-top:0!important;margin-left:10px}
.mod_staff .row{position:relative;max-width:1024px;display:grid;grid-gap:40px;grid-template-columns:1fr 1fr 1fr}
@media only screen and (max-width:64em){.mod_staff .row{grid-template-columns:1fr 1fr}
}
@media only screen and (max-width:40em){.mod_staff .row{grid-template-columns:1fr}
}
.mod_staff .row .staff{overflow:hidden}
.mod_staff .row .staff .copy{position:relative;margin-top:20px}
.mod_staff .row .staff .copy .inner h2{font-size:28px!important;letter-spacing:.5px;margin-bottom:10px}
@media only screen and (max-width:64em){.mod_staff .row .staff .copy .inner h2{font-size:25px!important}
}
@media only screen and (max-width:40em){.mod_staff .row .staff .copy .inner h2{margin-top:10px;font-size:22px!important}
}
.mod_staff.full-width .row{grid-template-columns:1fr}
.mod_staff.full-width .row .staff{display:grid;grid-gap:40px;grid-template-columns:220px 1fr}
@media only screen and (max-width:800px){.mod_staff.full-width .row .staff{grid-gap:30px;grid-template-columns:180px 1fr}
}
@media only screen and (max-width:40em){.mod_staff.full-width .row .staff{grid-gap:10px;grid-template-columns:1fr}
}
.mod_staff.full-width .row .staff .copy{margin-top:5px}
.mod_staff.full-width .row .staff .copy p:last-child{margin-bottom:0}
.mod_staff.full-width .row .staff+.staff{padding-top:50px;border-top:1px solid #ddd}
.mod_video .row{display:flex;width:100%;max-width:1600px;justify-content:center;align-items:center}
@media only screen and (max-width:800px){.mod_video .row{flex-direction:column!important;text-align:center}
}
.mod_video .row .copy{width:50%}
@media only screen and (max-width:800px){.mod_video .row .copy{width:100%;max-width:400px;margin:0 auto}
}
.mod_video .row .copy .inner{margin:0 auto;padding-right:40px;max-width:560px}
@media only screen and (max-width:800px){.mod_video .row .copy .inner{padding-right:0;margin-bottom:30px}
}
.mod_video .row .media{width:50%}
.mod_video .row .media:after{filter:invert(1)}
@media only screen and (max-width:800px){.mod_video .row .media{width:100%;max-width:400px;margin:0 auto}
}
.mod_video .row.flipped{flex-direction:row-reverse}
.mod_video .row.flipped .copy .inner{padding-right:0;padding-left:40px}
@media only screen and (max-width:800px){.mod_video .row.flipped .copy .inner{padding-left:0}
}
.mod_realself{background:#f4f4f4;margin-bottom:-60px}
.mod_realself .row{max-width:900px;padding:60px 20px 40px;margin:0 auto}
.mod_realself .row h2{text-align:center;margin-bottom:40px}
.mod_virtual_consultation .row{max-width:960px}
.mod_sitemap{max-width:720px;margin:0 auto}
.mod_sitemap nav.tresio-nav{overflow:hidden}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li{padding-left:8px}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li:before{top:13px;width:0;height:0;padding:0;background:0 0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #5e2e6d}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li ul li:after{content:"";position:absolute;top:18px;right:calc(100% + 8px);width:100px;border-top:1px solid #ccc;display:block}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li.level-1>a.tresio-nav__link{font-size:18px;font-weight:400}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li.tresio-nav__list-item--has-children>a.tresio-nav__link{font-size:18px;font-weight:400}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li.tresio-nav__list-item--has-children a.tresio-nav__dropdown{display:none}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li.tresio-nav__list-item--has-children ul.tresio-nav__list{display:block;margin:0;padding-left:30px}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li.ignore{display:none}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main li+li{margin-top:0}
.mod_sitemap nav.tresio-nav ul.tresio-nav__main picture{display:none}
.mod_half_image_slider.half-image .row.half-image-row{max-width:1920px}
.mod_half_image_slider.half-image .row.half-image-row::before{display:none}
.mod_half_image_slider.half-image .row.half-image-row:after{display:none}
.mod_half_image_slider.half-image .row.half-image-row .swiper-nav{position:relative;width:100px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;z-index:12;overflow:hidden}
@media only screen and (max-width:64em){.mod_half_image_slider.half-image .row.half-image-row .swiper-nav{padding:0 40px}
}
@media only screen and (max-width:800px){.mod_half_image_slider.half-image .row.half-image-row .swiper-nav{padding:0 30px}
}
.mod_half_image_slider.half-image .row.half-image-row .copy{border:none;width:40%}
.mod_half_image_slider.half-image .row.half-image-row .media{width:60%;border:none}
@media only screen and (max-width:64em){.mod_half_image_slider.half-image .row.half-image-row .media{padding-top:0!important}
}
.mod_half_image_slider.half-image .row.half-image-row .media:after{display:none}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper{height:100%}
@media only screen and (min-width:64.1em){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper{padding-bottom:70px}
}
@media only screen and (max-width:64em){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide{padding-top:56.25%}
}
@media only screen and (max-width:800px){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide{padding-top:65%}
}
@media only screen and (max-width:40em){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide{padding-top:75%}
}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide.json-slide{position:relative}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide.json-slide .content{position:absolute;bottom:80px;left:0;padding:0 50px;z-index:11}
@media only screen and (max-width:64em){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide.json-slide .content{padding:0 40px}
}
@media only screen and (max-width:800px){.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-slide.json-slide .content{padding:0 30px}
}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .swiper-scrollbar{bottom:30px}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .controls{position:absolute;left:0;width:100%;height:10px;bottom:20px;z-index:9}
.mod_half_image_slider.half-image .row.half-image-row .media .half-image-swiper.swiper .controls .swiper-scrollbar{bottom:0}
.mod_half_image_slider.half-image .row.half-image-row .media.content:after{display:none}
.mod_half_image_slider.half-image .row.half-image-row .media.content .half-image-swiper .swiper-slide{position:relative}
.mod_half_image_slider.half-image .row.half-image-row .media.content .half-image-swiper .swiper-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#000;opacity:.5;background:linear-gradient(0deg,#000 0,rgba(255,255,255,0) 50%)}
.partial_404 .banner .row{padding:120px 20px}
.partial_404 .banner .row .inner{max-width:100%;width:100%;text-align:center}
.partial_a11y_disclaimer .a11y-disclaimer{padding:40px 20px 60px;font-size:13px;margin:auto;line-height:1.6}
@media only screen and (max-width:800px){.partial_a11y_disclaimer .a11y-disclaimer{padding-bottom:80px}
}
.partial_a11y_disclaimer .a11y-disclaimer>div{max-width:900px;margin:auto;color:#000}
@media only screen and (max-width:64em){.partial_a11y_disclaimer .a11y-disclaimer>div{max-width:620px}
}
@media only screen and (max-width:800px){.partial_a11y_disclaimer .a11y-disclaimer>div{max-width:100%}
}
.partial_a11y_disclaimer .a11y-disclaimer>div span.ppc-number{color:#000}
.partial_a11y_menu{opacity:0;pointer-events:none;transition:.2s ease-in-out;background:#fff;padding:10px;position:fixed;top:20px;left:20px;border-radius:5px;border:1px solid #f3f3f3!important;list-style-type:none;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);z-index:999999}
.partial_a11y_menu a{font-family:Verdana,sans-serif;color:#000;font-size:14px;font-weight:400;text-decoration:none;display:block;padding:5px}
.partial_a11y_menu:focus-within{visibility:visible;pointer-events:all;opacity:1}
.partial_cta_sub{background:#fff!important;background-size:cover!important;position:relative}
.home .partial_cta_sub{margin-top:0}
.partial_cta_sub.viewport:before{opacity:0;clip-path:inset(0 100% 0 0)}
.partial_cta_sub.viewport picture.background img{object-position:50% 0}
.partial_cta_sub.in-viewport:before{opacity:1;clip-path:inset(0 0 0 0)}
.partial_cta_sub.in-viewport picture.background img{object-position:-180px 0}
@media only screen and (max-width:800px){.partial_cta_sub.in-viewport picture.background img{filter:brightness(.6)}
}
.partial_cta_sub:before{content:"";position:absolute;background:#000;height:100%;width:50%;left:50%;z-index:1}
@media only screen and (max-width:800px){.partial_cta_sub:before{display:none}
}
.partial_cta_sub .row{position:relative;z-index:1;padding:calc(60px + 8%) 20px;display:flex;justify-content:flex-end;max-width:1500px}
@media only screen and (max-width:800px){.partial_cta_sub .row{justify-content:center}
}
.partial_cta_sub .row .text{position:relative;z-index:2}
@media only screen and (min-width:64.1em){.partial_cta_sub .row .text h2{font-size:100px;padding-bottom:20px}
}
.partial_cta_sub .mod_index>.row .inner .item .text h2 a.btn,.partial_cta_sub .mod_index>.row .text h2 .inner .item a.btn,.partial_cta_sub .row .text h2 .contact-scroll,.partial_cta_sub .row .text h2 .small,.partial_cta_sub .row .text h2 body.blog .container:not(footer):not(.partial_cta_sub) a.btn,body.blog .container:not(footer):not(.partial_cta_sub) .partial_cta_sub .row .text h2 a.btn{padding-bottom:20px}
.home .partial_cta_sub .row{padding:calc(180px + 4%) 20px}
.partial_gallery_hero:before{display:none}
.partial_gallery_hero .row{max-width:1024px;margin:0 auto;padding:calc(8% + 20px) 20px calc(5% + 20px)}
@media only screen and (max-width:64em){.partial_gallery_hero .row{padding:90px 20px 20px}
}
@media only screen and (max-width:800px){.partial_gallery_hero.bg{position:relative}
.partial_gallery_hero.bg .background img{object-position:70% center}
.partial_gallery_hero.bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block;background:#efefef;opacity:.6}
}
.partial_gallery_hero.dark:after{background:#444}
.partial_gallery_hero.dark .row a,.partial_gallery_hero.dark .row h1,.partial_gallery_hero.dark .row h2,.partial_gallery_hero.dark .row h3,.partial_gallery_hero.dark .row h4,.partial_gallery_hero.dark .row h5,.partial_gallery_hero.dark .row h6,.partial_gallery_hero.dark .row p,.partial_gallery_hero.dark .row p a,.partial_gallery_hero.dark .row ul li{color:#fff}
.partial_gallery_hero.dark .row ul li{color:#fff}
.partial_gallery_hero.dark .row ul li a{color:#fff}
.partial_gallery_hero.dark .row ul li:before{background:#fff!important}
.partial_gallery_index .row{padding:60px 20px}
.partial_sticky_bar{background:#5e2e6d;padding:10px 10px 14px;text-align:center;width:100%;position:relative;z-index:999;display:none;grid-gap:20px}
@media only screen and (max-width:40em){.partial_sticky_bar{padding:10px 10px 12px;flex-direction:column;grid-gap:5px}
}
.sticky-bar-on .partial_sticky_bar{display:flex;justify-content:center;align-items:center}
.partial_sticky_bar p{color:#fff;margin:0!important;display:inline-block;line-height:1;font-weight:400}
@media only screen and (max-width:40em){.partial_sticky_bar p{display:block}
}
.partial_sticky_bar p.copy{font-size:14px;text-transform:uppercase}
@media only screen and (max-width:40em){.partial_sticky_bar p.copy{font-size:12px;font-weight:400}
}
.partial_notification{background:#fff;border-radius:2px 0 0 2px;background:#f4f4f4;padding:20px;display:flex;align-items:center;justify-content:center;grid-gap:20px}
@media only screen and (max-width:64em){.partial_notification{grid-gap:15px}
}
@media only screen and (max-width:800px){.partial_notification{flex-wrap:wrap;padding:10px 20px;justify-content:flex-start}
}
.partial_notification p{font-size:18px;font-weight:400;margin-bottom:0;line-height:1.4}
@media only screen and (max-width:64em){.partial_notification p{font-size:16px}
}
@media only screen and (max-width:800px){.partial_notification p{font-size:15px}
}
@media only screen and (max-width:40em){.partial_notification p{font-size:14px}
}
.partial_notification.hero{background:#5e2e6d;padding:32px 20px}
@media only screen and (max-width:64em){.partial_notification.hero{padding:24px 20px}
}
@media only screen and (max-width:800px){.partial_notification.hero{padding:20px;grid-gap:10px}
}
@media only screen and (max-width:40em){.partial_notification.hero{padding:12px 20px}
}
.partial_notification.hero .content *{color:#fff}
.notification-toggle{z-index:98}
.notification-toggle:hover:after{right:3px}
.partial_notification_popup,.partial_sticky_bar_popup{position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;z-index:99999999;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden}
@media only screen and (max-width:64em){.partial_notification_popup .content,.partial_sticky_bar_popup .content{margin-left:20px!important;margin-right:20px!important;padding:20px!important}
.partial_notification_popup p,.partial_sticky_bar_popup p{font-size:16px;line-height:1.4em}
}
.partial_notification_popup.visible,.partial_sticky_bar_popup.visible{opacity:1;visibility:visible}
.partial_notification_popup .content,.partial_sticky_bar_popup .content{position:relative;margin:auto;max-width:920px;border-radius:2px;padding:40px;background:#fff;max-height:600px;overflow-y:scroll}
.partial_notification_popup .content .close,.partial_sticky_bar_popup .content .close{outline:0;position:absolute;top:15px;right:15px;background:#000;z-index:100;border-radius:256px;width:32px;height:32px;font-size:13px;text-align:center;padding:0;margin:0;line-height:28px;color:#fff;display:block;justify-content:center;align-items:center;border:2px solid #fff}
.partial_notification_popup p:last-child,.partial_sticky_bar_popup p:last-child{margin-bottom:0}
.partial_form_sticky{padding-bottom:0;position:fixed;bottom:20px;left:20px;z-index:99999;transition:all .4s cubic-bezier(.61,.24,.41,.87)}
@media only screen and (max-width:800px){.partial_form_sticky{display:none}
}
.partial_form_sticky .sticky-form-header{display:table;padding:15px 38px;font-size:16px;background:#5e2e6d;color:#feb712;margin-left:auto;text-transform:uppercase;font-family:mulish-variable,Arial,sans-serif;font-weight:400;border-radius:30px;position:relative;opacity:1;cursor:pointer;box-shadow:0 0 15px rgba(0,0,0,.3)}
.partial_form_sticky .sticky-form-header:hover{background:#5e2e6d;color:#fff}
.partial_socials{margin-left:0;margin-bottom:14px}
.partial_socials a,.partial_socials li{display:inline-block}
.partial_socials li{width:28px;padding:0;position:relative;vertical-align:top;background:0 0;box-sizing:content-box;-webkit-transform:scale(.85);-moz-transform:scale(.85);-ms-transform:scale(.85);-o-transform:scale(.85);transform:scale(.85)}
@media only screen and (max-width:40em){.partial_socials li{height:18px;width:18px}
}
.partial_socials li:hover{opacity:.4}
.partial_socials li:before{display:none!important}
.partial_socials li a{border-radius:2px;position:absolute;height:100%;width:100%;top:0;left:0}
.partial_socials li a span{background:url(/go/images/social-icons2.svg) no-repeat;display:block;height:18px!important;width:18px!important;background-size:416.25px 18px!important;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
@media only screen and (max-width:40em){.partial_socials li a span{height:18px;width:18px;background-size:416.25px 18px}
}
.partial_socials li a span:hover{opacity:1}
.partial_socials li a span.facebook-icon{background-position:5.0625px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.facebook-icon{background-position:5.0625px 0!important}
}
.partial_socials li a span.twitter-icon{background-position:-23.0625px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.twitter-icon{background-position:-23.0625px 0!important}
}
.partial_socials li a span.google-icon{background-position:-52.875px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.google-icon{background-position:-52.875px 0!important}
}
.partial_socials li a span.yelp-icon{background-position:-140.625px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.yelp-icon{background-position:-140.625px 0!important}
}
.partial_socials li a span.instagram-icon{background-position:-255.9375px 0!important; fill: #fff;}
@media only screen and (max-width:40em){.partial_socials li a span.instagram-icon{background-position:-255.9375px 0!important}
}
.partial_socials li a span.realself-icon{background-position:-225.5625px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.realself-icon{background-position:-225.5625px 0!important}
}
.partial_socials li a span.snapchat-icon{background-position:-314.4375px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.snapchat-icon{background-position:-314.4375px 0!important}
}
.partial_socials li a span.tiktok-icon{background-position:-399.375px 0!important}
@media only screen and (max-width:40em){.partial_socials li a span.tiktok-icon{background-position:-399.375px 0!important}
}
.partial_socials li+li{margin-left:5px}
.partial_contact_bar{position:fixed;bottom:0;right:0;width:200px;height:200px;z-index:100000}
@media only screen and (max-width:40em){.partial_contact_bar{bottom:0;left:0;right:0;width:100%;height:64px}
}
.fixed-cta{display:none}
.fixed-cta a.btn{border:none}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}
@keyframes swiper-preloader-spin{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
*{--swiper-navigation-size:44px}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;transform:translate3d(0,0,0)}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98% ; display: none;}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
@keyframes typingBounce{0%{background:#aaa}
50%{background:#ccc}
100%{background:#aaa}
}
@keyframes visibleOutboundMessage{0%{transform:translateY(16px) translateX(-25%)}
30%{transform:translateY(8px) translateX(0)}
100%{transform:translateY(0) translateX(0)}
}
@keyframes visibleInboundMessage{0%{transform:translateY(-2px) translateX(0)}
30%{transform:translateY(-2px) translateX(0)}
100%{transform:translateY(0) translateX(0)}
}
.top-header-section {background: #f1e9de;}
.top-header-container{max-width: 1000px; margin: auto; padding: 90px 20px; text-align: center;}
.content-wrapper {padding: 130px 20px 50px 20px; margin: auto; max-width: 1000px;}

.services-menu  {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
	padding-left: 0;
	margin:10px 0 20px 0;
  }
  
.services-menu li {
	 display:inline-block;
}
  
.services-menu li a {
	outline: 1px solid #feb712; border-radius: 20px; padding: 10px 20px; width:100%; display:inline-block;
}

.right-img-services {display: block; float:right; margin-left: 10px; width:100%; max-width:350px;}
.left-img-services{float:left; margin-right: 10px; width:100%; max-width:350px;}

  

.office-section { background:#fff; padding:3% 0; max-width: 1200px; margin: auto; }

.office-title-box { display:block; margin:0 auto; width:100%; max-width:600px; text-align:center; }

.office-title-box h3 { font-size:42px; color:#000; text-transform:uppercase; margin-bottom:0px;  }

.office-container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.office-img { /*width:33.33%;*/ text-align:center; align-items: center; }

.office-img img { width:100%; }

.service-border-box { display:block; padding:15px; border:1px solid #193e48; margin-bottom:20px; }

.dr-img-right { width: 100%; max-width:400px; border: 1px solid #887f74; padding: 5px; float:right; margin-left:15px; }

@media only screen and (max-width:64em) {

.top-header-container{ padding: 50px 20px; text-align: center;}

.services-menu  {
	grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  

}

@media only screen and (max-width:40em) {

.dr-img-right { width: 100%; max-width:400px; border: 1px solid #887f74; padding: 5px; float:none; margin:15px auto; display:block; }

.services-menu  {
	grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  

}

.dr-inner-box {
	display:flex;
	width:100%;
}
.dr-inner-img {
	width:40%;
	padding-left:15px;
}

.dr-inner-content {
	width:60%;
}

.title-bg-border::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  top: 15px;
  left: 0;
  background-color: #887f74;
  right: auto;
}

.small.title-bg-border { position: relative; padding-left: 125px;}

.MainFormButton { background:#887f74 !important; }
