/*-----------------------------------------------------------------------------------
	GetSet surgical
	About: GetSet Surgical aims to improve patient outcomes,
reduce risk and create value in surgical procedures.

We will set new standards in healthcare, by providing
sterile solutions that facilitate simple pre-operative
planning, on demand surgery and efficiency in the
OR without compromise.

We also aim to provide a great working environment
and treat internal and external stakeholders with
respect and dignity.
	Author: Hug Advertising
	Version: 1.01
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-2604);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"proxima-nova";
	font-weight:300;
	font-size:16px;
	line-height:18px;
}
.container{
	max-width:1140px;
}
.header_nav_link{
	font-size:17px;
	font-weight:700;
	font-style:italic;
	color:var(--swatch-var-3443)!important;
	border-radius:28px 28px 28px 28px;
	width:123%;
	text-align:center;
	margin-right:1px;
	margin-left:1px;
	display:flex;
	left:0px;
	right:0px;
	justify-content:center;
	padding-left:auto;
	padding-right:auto;
}
.header-getset-menu{
	width:95%;
	justify-content:space-between;
	margin-right:auto;
	align-items:center;
	margin-left:auto;
}
.header_nav_link:hover{
	background-color:var(--swatch-var-6160);
	border-radius:28px 28px 28px 28px;
}
.header-logo{
	position:relative;
	float:left;
	left:-30px;
	margin-left:-20px;
}
.footer_logo{
	margin-left:-20px;
}
.footer_copy{
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-top:20px;
	padding-right:10px;
	padding-left:10px;
}
.footer-link{
	font-size:13px;
	font-weight:700;
	font-style:italic;
	color:var(--swatch-var-3443)!important;
	text-decoration:none;
}
.footer_copy_bold{
	font-weight:700;
	font-style:italic;
	color:var(--swatch-var-3443)!important;
}
.title-copy-green{
	color:var(--swatch-var-2604)!important;
	font-size:22px;
	font-weight:700;
	font-style:italic;
	line-height:24px;
}
.grid-style{
	grid-template-rows:auto auto auto auto;
	column-gap:0px;
	row-gap:2px;
	min-height:392px;
	grid-template-columns:3.15fr 0.75fr;
}
.gtg-surgery-centric-grid{
	grid-template-rows:auto auto auto auto;
	column-gap:0px;
	row-gap:0px;
	grid-template-columns:1fr;
	min-height:394px;
}
.gtg_icons{
	margin-top:25px;
	margin-bottom:25px;
}
.gtg_lozenge_left{
	background-color:var(--swatch-var-4360);
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	height:77px;
	margin-left:50px;
}
.gtg_left_copy{
	color:var(--swatch-var-2941)!important;
	font-weight:700;
	font-size:20px;
	line-height:22px;
}
.gtg_lozenge_left_b{
	color:var(--swatch-var-2604)!important;
	background-color:var(--swatch-var-4360);
	height:77px;
}
.gtg_subtitle_white_right{
	color:var(--swatch-var-3443)!important;
	font-weight:700;
	font-size:22px;
	margin-top:35px;
	margin-left:35px;
	margin-bottom:0px;
}
.gtg_subintro_white{
	color:var(--swatch-var-3443)!important;
	margin-left:35px;
	margin-right:35px;
	font-size:20px;
	line-height:22px;
}
.gtg_lozenge_right{
	background-color:var(--swatch-var-4360);
	width:90%;
	height:77px;
}
.gtg_copy_right{
	color:var(--swatch-var-2941)!important;
	border-width:0px 0px 0px 0px;
	font-size:18px;
	line-height:22px;
	justify-content:center;
	align-items:center;
	bottom:auto;
	right:auto;
	left:auto;
	top:auto;
}
.gtg_arrows{
	margin-top:22px;
	margin-bottom:22px;
}
.container-div-min-height{
	min-height:33px;
}
.l-bloc{
	color:var(--swatch-var-2604)!important;
}
.gtg_subintro_grey{
	color:var(--swatch-var-2941)!important;
	margin-left:35px;
	width:70%;
	font-size:20px;
	line-height:22px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4360);
}
.pp-copy{
	color:var(--swatch-var-2941)!important;
}
.body-bold{
	font-weight:700;
}
.copy_green_bold_italic{
	font-style:italic;
	font-weight:700;
	color:var(--swatch-var-2604)!important;
}
.title-copy-white{
	font-style:italic;
	font-weight:700;
	color:var(--swatch-var-3443)!important;
	text-align:center;
	font-size:45px;
}
.copy-white{
	text-align:center;
	color:var(--swatch-var-3443)!important;
	margin-left:75px;
	margin-right:75px;
}
.copy_white_bold_italic{
	font-weight:700;
	font-style:italic;
	color:var(--swatch-var-3443)!important;
}
.disclaimer_btn{
	background-color:var(--swatch-var-2604);
	border-radius:50px 50px 50px 50px;
	font-style:italic;
	font-weight:700;
	width:264px;
	padding-right:30px;
	padding-left:30px;
}
.disclaimer_btn:hover{
	background-color:var(--swatch-var-3443);
	color:var(--swatch-var-2604)!important;
}
.disclaimer_logo{
	width:80%;
}
.footer-link:hover{
	color:var(--swatch-var-2604)!important;
}
.social_btn:hover{
	color:var(--swatch-var-2604)!important;
}
.product_select_btn{
	display:inline-flex;
	flex-direction:row-reverse;
	width:150px;
	align-items:center;
	justify-content:space-between;
	color:var(--swatch-var-2941)!important;
	background-color:var(--swatch-var-4360);
}
.product_select_btn:hover{
	background-color:var(--swatch-var-4360);
}
.secondary_menu{
	position:relative;
}
.secondary_nav_btn{
	font-weight:500;
	color:var(--swatch-var-3443)!important;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-4279)!important;
	margin-left:40px;
	margin-right:40px;
}
.centre_container{
	display:flex;
	align-items:center;
	justify-content:center;
	left:0px;
	right:0px;
}
.secondary_nav_btn:hover{
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-3443)!important;
	border-style:solid;
	color:var(--swatch-var-3443)!important;
}
.footer-award-img{
	width:80%;
}
.product-body-copy{
	color:var(--swatch-var-2941)!important;
	padding-top:30px;
	padding-left:17%;
	padding-right:20px;
}
.col-overlap{
	margin-top:-50px;
}
.goplf-down-icon{
	margin-top:-130px;
}
.goplf-tab-top{
	top:0px;
	align-items:flex-start;
	margin-top:-20px;
}
.product-body-copy-main{
	color:var(--swatch-var-2941)!important;
	padding-left:0%;
}
.contact_getset-btn{
	background-color:var(--swatch-var-2604);
	font-weight:700;
	font-style:italic;
	color:var(--swatch-var-3443)!important;
	width:349px;
	border-radius:30px 30px 30px 30px;
	padding-left:40px;
	padding-right:40px;
	margin-left:0px;
}
.contact_getset-btn:hover{
	background-color:var(--swatch-var-3443);
	color:var(--swatch-var-2604)!important;
}
.product-copy-info{
	margin-left:0px;
	padding-left:0px;
	color:var(--swatch-var-2941)!important;
}
.product-info-title{
	font-size:22px;
	color:var(--swatch-var-2941)!important;
	line-height:24px;
}
.product-green-bold{
	font-size:22px;
	font-weight:700;
	color:var(--swatch-var-2604)!important;
}
.bloc-fill{
	fill:var(--swatch-var-2604);
}
.grey-body-bold{
	font-weight:700;
	color:var(--swatch-var-2941)!important;
}
.about-us-body-copy{
	color:var(--swatch-var-2941)!important;
	margin:5% 25% 5% 5%;
}
.profile_image{
	padding-right:0px;
	margin-bottom:0px;
	width:292px;
	margin-top:27%;
	background-size:auto auto;
	background-repeat:repeat-x;
}
.about-title-green{
	font-weight:700;
	font-size:22px;
	color:var(--swatch-var-2604)!important;
	margin-left:10%;
	line-height:24px;
}
.small_copy{
	color:var(--swatch-var-2941)!important;
	font-size:12px;
}
.form_submit_btn{
	background-color:var(--swatch-var-2604);
	border-radius:30px 30px 30px 30px;
	padding:10px 40px 10px 40px;
}
.form_submit_btn:hover{
	background-color:var(--swatch-var-3443);
	color:var(--swatch-var-2604)!important;
}
.form-fields{
	border-style:solid;
	border-color:var(--swatch-var-2604)!important;
	border-radius:0px 0px 0px 0px;
}
.title_main{
	font-weight:700;
	font-style:italic;
	font-size:45px;
	padding-left:315px;
}
.copy-sub-main{
	font-size:24px;
	text-align:left;
	line-height:26px;
	padding-left:50%;
}
.main_normalcopy{
	padding-left:50%;
	text-align:left;
}
.title-main-b{
	font-weight:700;
	font-style:italic;
	font-size:45px;
	text-align:left;
	line-height:48px;
}
.main_normalcopy-b{
	text-align:left;
	padding-bottom:24%;
}
.about-hero-img{
	background-image:url("img/green_man_landscaper.png");
	background-image: -webkit-image-set(url("img/green_man_landscaper.webp") 1x,
url("img/green_man_landscaper.webp") 2x);background-image: image-set(url("img/green_man_landscaper.png") 1x,
url("img/green_man_landscaper.png") 2x,url("img/green_man_landscaper.webp") 1x,
url("img/green_man_landscaper.webp") 2x);
	background-position:center bottom;
	background-size:contain;
	background-color:var(--swatch-var-4360);
}
.aboutus_greycopy{
	color:var(--swatch-var-2941)!important;
}
.gtg-subtitle-right-grey{
	color:var(--swatch-var-2941)!important;
	font-weight:700;
	font-size:22px;
	margin-top:35px;
	padding-left:35px;
}
.p-environmental-style{
	font-size:20px;
}
.about-arrow_overlap{
	margin-top:-200px;
}
.about-us-row-margin{
	margin-bottom:400px;
}
.bloc-hero{
	margin-left:20px;
	margin-right:20px;
	height:598px;
}
.footer-size{
	height:20vh;
}
.img-style{
	width:40px;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:15%;
	padding-bottom:15%;
}
.secondary_nav_btn:active{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3443)!important;
}
.img-mart-style{
	width:170px;
}
.lozenge_hero{
	width:472px;
}
.h3-style{
	width:38.06%;
	font-size:35px;
	line-height:40px;
}
h1{
	font-family:"proxima-nova";
	font-weight:700;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-2941:rgba(118,119,123,1.00);
	
	--swatch-var-3443:rgba(255,255,255,1.00);
	
	--swatch-var-2604:rgba(127,188,66,1.00);
	
	--swatch-var-6160:rgba(255,255,255,0.30);
	
	--swatch-var-4360:rgba(236,236,236,1.00);
	
	--swatch-var-4279:rgba(255,255,255,0.00);
	
	--swatch-var-1682:rgba(255,255,255,0.91);
	
}


/* Background colour styles */

.bgc-4360{
	background-color:var(--swatch-var-4360);
}
.bgc-2604{
	background-color:var(--swatch-var-2604);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-3443{
	background-color:var(--swatch-var-3443);
}
.bgc-1682{
	background-color:var(--swatch-var-1682);
}

/* Text colour styles */

.tc-3443{
	color:var(--swatch-var-3443)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}

/* Icon colour styles */

.icon-2604{
	color:var(--swatch-var-2604)!important;
	border-color:var(--swatch-var-2604)!important;
}
.icon-3443{
	color:var(--swatch-var-3443)!important;
	border-color:var(--swatch-var-3443)!important;
}

/* Bloc image backgrounds */

.bg-Mobile-image-Go-LIFs{
	background-image:url("img/Mobile_image_Go_LIFs.jpg");
	background-image: -webkit-image-set(url("img/Mobile_image_Go_LIFs.webp") 1x,
url("img/Mobile_image_Go_LIFs.webp") 2x);background-image: image-set(url("img/Mobile_image_Go_LIFs.jpg") 1x,
url("img/Mobile_image_Go_LIFs.jpg") 2x,url("img/Mobile_image_Go_LIFs.webp") 1x,
url("img/Mobile_image_Go_LIFs.webp") 2x);
}
.bg-Mobile-image-Go-PLFs{
	background-image:url("img/Mobile_image_Go_PLFs.jpg");
	background-image: -webkit-image-set(url("img/Mobile_image_Go_PLFs.webp") 1x,
url("img/Mobile_image_Go_PLFs.webp") 2x);background-image: image-set(url("img/Mobile_image_Go_PLFs.jpg") 1x,
url("img/Mobile_image_Go_PLFs.jpg") 2x,url("img/Mobile_image_Go_PLFs.webp") 1x,
url("img/Mobile_image_Go_PLFs.webp") 2x);
}
.bg-pacjaking-home-hero{
	background-image:url("img/pacjaking_home-hero.png?timestamp=4078?timestamp=4078?timestamp=4078");
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.header-getset-menu{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3443)!important;
		fill:var(--swatch-var-3443)!important;
	}
	.footer_logo{
		margin-left:-30px;
	}
	.footer_copy{
		margin-left:10%;
		font-size:10px;
		line-height:12px;
	}
	.footer-link{
		font-size:10px;
		line-height:12px;
	}
	.gtg_copy_right{
		margin-top:0px;
		font-size:14px;
		margin-bottom:0px;
		width:280px;
		margin-left:0px;
		padding-left:30px;
		line-height:16px;
		padding-right:10px;
	}
	.gtg_left_copy{
		font-size:15px;
		margin:auto auto auto auto;
		padding:auto auto auto auto;
	}
	.gtg_lozenge_left{
		margin-left:20px;
	}
	.gtg_subintro_grey{
		margin-left:30px;
		font-size:15px;
		line-height:22px;
	}
	.gtg_subintro_white{
		margin-left:30px;
		font-size:15px;
	}
	.header-logo{
	}
	.about-us-body-copy{
		margin-right:5%;
	}
	.about-hero-img{
		background-size:auto auto;
		background-position:center bottom;
		align-items:center;
		display:flex;
		background-image:url("img/green_man.png");
	background-image: -webkit-image-set(url("img/green_man.webp") 1x,
url("img/green_man.webp") 2x);background-image: image-set(url("img/green_man.png") 1x,
url("img/green_man.png") 2x,url("img/green_man.webp") 1x,
url("img/green_man.webp") 2x);
	}
	.about-title-green{
		font-size:15px;
		line-height:18px;
	}
	.aboutus_greycopy{
		font-size:12px;
		line-height:14px;
	}
	.profile_image{
		margin-top:0%;
	}
	.secondary_nav_btn{
		margin-right:20px;
		margin-left:20px;
	}
	.col-overlap{
		margin-top:-255px;
	}
	.goplf-down-icon{
		margin-top:-160px;
	}
	.main_normalcopy-b{
		padding-bottom:30%;
	}
	.title_main{
		font-size:35px;
	}
	.social_btn{
		margin-left:-10px;
	}
	.title-main-b{
		font-size:35px;
		margin-top:75px;
	}
	.gtg_subtitle_white_right{
	}
	.gtg-subtitle-right-grey{
		color:var(--swatch-var-2941)!important;
		font-weight:700;
		font-size:22px;
		line-height:24px;
		margin-left:35px;
		margin-top:35px;
	}
	.goplf-tab-top{
		width:200px;
	}
	.title-copy-white{
		font-size:35px;
	}
	.p-style{
		color:var(--swatch-var-2604)!important;
		margin-left:150px;
	}
	.img-style{
		padding-top:25%;
		padding-bottom:25%;
	}
	.h3-style{
		font-size:25px;
		line-height:30px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand img{
		width:243px;
	}
	.footer-award-img{
	}
	.footer_copy{
		margin-left:0%;
	}
	.profile_image{
		padding-left:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.about-us-body-copy{
		font-size:14px;
	}
	.title-copy-white{
		font-size:28px;
	}
	.footer_logo{
		margin-left:-80px;
	}
	.suisse-award-mob{
		width:80%;
	}
	.copy-sub-main{
		font-size:18px;
		padding-left:40%;
	}
	.title_main{
		font-size:25px;
		padding-left:25%;
		margin-top:50px;
	}
	.main_normalcopy{
		font-size:13px;
		padding-left:40%;
	}
	.main_normalcopy-b{
		padding-bottom:10%;
		font-size:14px;
	}
	.title-main-b{
		font-size:25px;
	}
	.gtg_copy_right{
		margin-top:10px;
		margin-left:30px;
		font-size:13px;
		line-height:15px;
	}
	.gtg_subtitle_white_right{
		margin-left:30px;
		font-size:20px;
	}
	.gtg_subintro_white{
		line-height:16px;
		font-size:14px;
	}
	.gtg_subintro_grey{
		line-height:16px;
		font-size:14px;
	}
	.gtg_left_copy{
		padding:0px 0px 0px 0px;
		line-height:17px;
		margin:0px 0px 0px 0px;
		font-size:12px;
	}
	.gtg_lozenge_left{
		height:77px;
	}
	.gtg_lozenge_left_b{
		height:77px;
	}
	.gtg-subtitle-right-grey{
		padding-left:30px;
		margin-left:30px;
	}
	.product-body-copy{
		padding-left:5%;
		font-size:14px;
		line-height:16px;
	}
	.col-overlap{
		margin-top:-175px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3443)!important;
		fill:var(--swatch-var-3443)!important;
	}
	.blocsapp-special-menu blocsnav li a{
		text-align:center;
		padding-top:25px;
		padding-bottom:25px;
		width:50%;
		display:flex;
		justify-content:center;
		align-content:space-between;
		font-size:18px;
		line-height:20px;
		margin:25px 25% 25px 25%;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-2604);
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-3443);
		left:0px;
		right:0px;
		display:flex;
		top:20px;
		justify-content:center;
	}
	.nav-special .dropdown-item{
		margin-top:23px;
		margin-bottom:23px;
		padding-top:2px;
	}
	.goplf-tab-top{
		width:180px;
	}
	.html-widget-style{
		height:487px;
		margin-top:-73px;
		width:100%;
	}
	.goplf-down-icon{
		margin-top:-250px;
	}
	.copy_white_bold_italic{
	}
	.p-style{
		color:var(--swatch-var-2604)!important;
		margin-left:150px;
	}
	.img-style{
		padding-top:30%;
		padding-bottom:30%;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.copy-white{
		margin-left:10px;
		margin-right:10px;
		font-size:16px;
	}
	.disclaimer_logo{
		margin-left:-100px;
		width:100%;
	}
	.header-logo{
		margin-left:-30px;
	}
	.copy-sub-main{
		padding-left:0%;
		font-size:13px;
		line-height:15px;
	}
	.main_normalcopy{
		padding-left:0%;
		text-align:center;
		font-size:11px;
		line-height:12px;
	}
	.title_main{
		padding-left:0%;
		margin-top:0px;
		font-size:20px;
	}
	.carousel-size{
		height:500px;
	}
	.p-home-mobile-style{
		width:100%;
	}
	.footer_copy{
		text-align:center;
		margin-right:0px;
	}
	.copy_white_bold_italic{
	}
	.title-copy-green{
		text-align:center;
	}
	.gtg_subtitle_white_right{
		text-align:center;
		margin-right:30px;
	}
	.gtg_subintro_white{
		text-align:center;
		margin-left:20px;
		margin-right:20px;
	}
	.gtg_left_copy{
		font-size:11px;
		line-height:13px;
	}
	.gtg_lozenge_left{
		margin-left:0px;
	}
	.gtg_copy_right{
		font-size:10px;
		line-height:12px;
		margin-left:0px;
		margin-top:0px;
		margin-right:0px;
		padding:0px 0px 0px 0px;
		width:130px;
	}
	.gtg_subintro_grey{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	.copy_green_bold_italic{
	}
	.gtg-subtitle-right-grey{
		text-align:center;
		padding-left:0px;
		margin-left:0px;
	}
	.gtg_lozenge_left_b{
		width:130%;
	}
	.gtg_lozenge_right{
		border-radius:0px 0px 0px 0px;
	}
	.grid-style{
		width:100%;
		column-gap:0px;
	}
	.container-div-style{
		width:100%;
	}
	.video_mobile_only{
		width:200%;
		height:800px;
		margin-left:-160px;
	}
	.goplf-down-icon{
		margin-top:-400px;
	}
	.contact_getset-btn{
		width:100%;
		font-size:13px;
		padding-left:20px;
		padding-right:20px;
	}
	.product-info-title{
		font-size:18px;
	}
	.title-main-b{
		line-height:26px;
	}
	.title-copy-white{
		font-size:16px;
		line-height:26px;
		padding-left:0px;
		padding-right:0px;
	}
	.p-style{
		font-size:25px;
		color:var(--swatch-var-2604)!important;
	}
	.p-5-style{
		font-size:12px;
		line-height:14px;
	}
	.p-6-style{
		font-size:12px;
		line-height:14px;
	}
	.blocsapp-special-menu blocsnav li a{
		width:105px;
	}
	.blocsapp-special-menu blocsnav{
	}
	.nav-special .dropdown-item{
		width:110px;
	}
	.blocsapp-special-menu blocsnav:hover{
	}
	.blocsapp-special-menu blocsnav li a:hover{
	}
	.img-style{
		padding-top:52%;
		padding-bottom:52%;
		width:20px;
	}
	
}

