@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
} */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* .dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} */







/* 1a. Containers */



/* 1b. Colors */







/* color */

.color\:primary{ color:#034752; }
.bg\:primary{ background-color:#034752; }
.hover\:primary:hover{ color:#034752; }

.color\:secondary{ color:#72DC00; }
.bg\:secondary{ background-color:#72DC00; }
.hover\:secondary:hover{ color:#72DC00; }

.color\:light_grey{ color:#EFF1F0; }
.bg\:light_grey{ background-color:#EFF1F0; }
.hover\:light_grey:hover{ color:#EFF1F0; }

.color\:white{ color:#FFFFFF; }
.bg\:white{ background-color:#FFFFFF; }
.hover\:white:hover{ color:#FFFFFF; }


/* 1c. Typography */


























/* 1d. Buttons */
/* -- btn1 -- */











/* -- btn2 -- */











/* 1e. Forms */


















/* 1g. Website header */





/* 1h. Website footer */










.container { max-width: 1220px; width: 100%; margin: auto; padding: 0 20px; }
.dnd-section, .content-wrapper--vertical-spacing { padding: 0; }
.small-container { max-width: 1030px; }

@media (min-width: 1280px) and (max-width: 1400px) { 
	.container { max-width: 1220px; }
	.small-container { max-width: 1030px; }
}
@media (min-width: 1200px) and (max-width: 1279px) { 
	.container { max-width: 1150px; }
	.small-container { max-width: 1030px; }
}
@media (min-width: 992px) and (max-width: 1199px) { .container { max-width: 960px; } }
@media (min-width: 768px) and (max-width: 991px) { .container { max-width: 720px; } }
@media (max-width: 767px) { .container { max-width:100%; padding: 0 30px; } }





* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; outline: none; }
*:focus { outline: none; }
::-moz-focus-inner { border: 0; }

html { font-size: 20px; }
body { font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; color: #034752; font-size: 20px; padding: 0; margin: 0; font-weight: 300; }
p { font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; margin: 0 0 15px 0; font-weight: 300; }
p:last-child { margin: 0; }
a { text-decoration: none; font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #72DC00;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
a:hover, 
a:focus,
a:active { text-decoration: none; font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
ul, ol { list-style: none; padding: 0; margin: 0; }
.details ul, .content ul, .post-body ul { list-style: disc; }
.details ol, .content ol, .post-body ol {list-style: auto; }

.row-fluid [class*="span"] { min-height: 1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height: 0; }
.row-fluid a.cta_button, a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.w-100 { width: 100%; display: inline-block; vertical-align:top; }
.d-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-center { align-items: center; }
.align-top { align-items: flex-start; }
.align-bottom { align-items: flex-end; }
.space-between { justify-content: space-between; }
.space-around { justify-content: space-around; }
.justify-center { justify-content: center; }
.justify-right { justify-content: flex-end; }
.justify-left { justify-content: flex-start; }
.row-wrap { flex-flow: row wrap; }
.row-reverse { flex-direction: row-reverse; }
.col-reverse { flex-direction: column-reverse; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
/* .overflow-hidden { overflow: hidden; } */

/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0 0 15px; line-height: 1; }

h1, .h1 { font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; font-size: 60px; text-transform: none; }
h1.big, .h1.big { font-size: 80px; }
h1.white, .h1.white,
h2.white, .h2.white, 
.white h1, .white .h1,
.white h2, .white .h2 { color: #FFFFFF; }
h2, .h2 { font-weight: 600; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; font-size: 48px; text-transform: none; }
h3, .h3 { font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; font-size: 36px; text-transform: none; }
h4, .h4 { font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; font-size: 30px; text-transform: none; }
h5, .h5 { font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #034752; font-size: 28px; text-transform: none; }
h6, .h6 { font-weight: 600; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal; color: #72DC00; font-size: 16px; text-transform: none; }

/* Blockquote */
blockquote { border-left-color: #72DC00; }





.btn1 a, a.btn1 {
	border: 1px solid #72DC00;

	padding: 15px;

	font-family: Barlow, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: #72DC00;
	border-radius: 3px;
	color: #034752;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block; line-height: 1; min-width: 114px; text-align: center;
}
.btn1 a:hover, a.btn1:hover {
	background-color: #034752; color: #FFFFFF; 
	border-color: rgba( 3, 71, 82,1.0);
}

/* -- Button2 -- */
.btn2 a, a.btn2 {
	border: 1px solid #034752;

	padding: 15px;

	font-family: Barlow, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: #034752;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block; line-height: 1;  min-width: 114px; text-align: center;
}
.btn2 a:hover, a.btn2:hover {
	background-color: #72DC00; color: #034752; 
	border-color: rgba(114, 220, 0, 1.0);
}





form, .submitted-message { font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.form-title { display: none; }
.form-title, .hs-richtext h3 { color: #034752; text-transform: none; }
form label { color: #034752; margin-bottom: 10px; display: inline-block; }
form legend { color: #034752; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea { font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; border: 1px solid #034752;
; background-color: #FFFFFF; color: #034752; border-radius: 0px; -webkit-border-radius: 0px; height: 94px; font-size: 20px; padding: 35px 38px; width: 100%; font-weight: 600; }

/* Form placeholder text */
::-webkit-input-placeholder { color: #034752; position: relative; top: 1px; font-family: {font=Barlow, font_set=GOOGLE, styles={font-family=Barlow, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#034752, variant=null, fallback=sans-serif, style=font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #034752;font-family: Barlow, sans-serif;}; }
::-moz-placeholder { color: #034752; position: relative; top: 1px; font-family: {font=Barlow, font_set=GOOGLE, styles={font-family=Barlow, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#034752, variant=null, fallback=sans-serif, style=font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #034752;font-family: Barlow, sans-serif;}; }
:-ms-input-placeholder { color: #034752; position: relative; top: 1px; font-family: {font=Barlow, font_set=GOOGLE, styles={font-family=Barlow, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#034752, variant=null, fallback=sans-serif, style=font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #034752;font-family: Barlow, sans-serif;}; }
::placeholder { color: #034752; position: relative; top: 1px; font-family: {font=Barlow, font_set=GOOGLE, styles={font-family=Barlow, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#034752, variant=null, fallback=sans-serif, style=font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #034752;font-family: Barlow, sans-serif;}; }

form select { font-weight: 500; font-size: 16px; color: #4C5773; appearance: none; -webkit-appearance: none; background-image: url(https://27192314.fs1.hubspotusercontent-eu1.net/hubfs/27192314/Verian/Form%20Arrow.svg); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; }

/* .hs-fieldtype-textarea.hs-input {  height: 90px; border-radius: 20px; }
.hs-fieldtype-textarea .input { border: 1px solid #1f2d50; border-radius: 25px; overflow: hidden; } */
.hs-form-field textarea:focus { outline: none; border: 1px solid #1f2d50; }
/* .hs-form-field textarea { border: 0; } */
.hs-form-field { padding: 0 0 25px; margin-bottom: 0; }

/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before { color: #034752; }
.fn-date-picker td.is-selected .pika-button { background: #034752; }
.fn-date-picker td .pika-button:hover { background-color: #034752 !important; }
.fn-date-picker td.is-today .pika-button { color: #034752; }

/* Submit button */
form input[type=submit], form .hs-button {
	padding-top: 24px;
padding-right: 51px;
padding-bottom: 24px;
padding-left: 51px;

	font-family: Barlow, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	border-radius: 5px;
	color: #034752;
	font-size: 21px;
	text-transform: none;
	background-color: #72DC00;
	display: inline-block; border: 0;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; cursor: pointer;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active { background-color: #034752; color: #FFFFFF; }

.default-form .submitted-message { text-align: center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.default-form .field.hs-form-field + .hs_error_rollup { display: none; }
.default-form .hs_error_rollup { display: none; }

.default-form .hs-form input:focus-visible,
.default-form .hs-form input:focus { border: 1px solid #034752;
; outline: none; }
.default-form .hs-form .input { margin: 0; }
.default-form .hs-form .legal-consent-container .field.hs-form-field { margin-bottom: 0; }
.default-form .hs-form fieldset.form-columns-2 .input, .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right: 0; }
.default-form .hs-form fieldset.form-columns-2 .field { padding: 0 0 10px 10px; }
.default-form .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 10px 10px 0; }
.default-form .hs-form fieldset.form-columns-3 .field { padding: 0 0 10px 10px; }
.default-form .hs-form fieldset.form-columns-3 .field:first-child { padding: 0 10px 10px 0; }
.default-form .hs-form fieldset.form-columns-3 .field:first-child + .field { padding: 0 5px 10px; }
.default-form .hs-form fieldset .hs-input { width: 100% !important; }
.default-form .hs-form fieldset { max-width: none; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {   
	.default-form .hs-form fieldset.form-columns-2 .field { padding: 0 0 10px 0; }
	.default-form .hs-form fieldset.form-columns-2 .field:first-child { padding: 0 0 10px 0; }
	.default-form .hs-form fieldset.form-columns-3 .field { padding: 0 0 10px; }
	.default-form .hs-form fieldset.form-columns-3 .field:first-child { padding: 0 0 10px 0; }
	.default-form .hs-form fieldset.form-columns-3 .field:first-child + .field { padding: 0 0 10px; }
}

.default-form .hs-form .inputs-list input[type="checkbox"],
.default-form .hs-form .inputs-list input[type="radio"] { width: auto !important; }
.default-form .hs-form .inputs-list .hs-form-checkbox-display, 
.default-form .hs-form .inputs-list .hs-form-booleancheckbox,
.default-form .hs-form .inputs-list li.hs-form-radio { display: block; padding-left: 30px; position: relative; cursor: pointer; }
.default-form .hs-form .inputs-list .hs-form-booleancheckbox label { margin: 0; }
.default-form .hs-form .inputs-list input[type="checkbox"] ,
.default-form .hs-form .inputs-list input[type="radio"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 20px; height: 20px; }
.default-form .hs-form .inputs-list label span a { color: #707070; text-decoration: underline; }
.default-form .hs-form .inputs-list input[type="checkbox"] + span { display: block; line-height: 22px; position: relative; font-size: 12px; margin-left: 0; }
.default-form .hs-form .inputs-list input[type="checkbox"] + span:before { background: #f7f7f7; border: 1px solid #034752; border-radius: 3px; content: ""; height: 18px; left: -30px; position: absolute; top: 1px; width: 18px; }
.default-form .hs-form .inputs-list input[type="checkbox"]:checked + span:before { background: #034752; border-color: #034752; }
.default-form .hs-form .inputs-list input[type="checkbox"]:checked + span:after { text-align: center; color: #fff; position: absolute; left: -30px; top: 1px; content: "\f00c"; font-family: 'FontAwesome'; width: 20px; line-height: 20px; font-size: 12px; }

.default-form .hs-form .inputs-list li.hs-form-radio input { display: none; }
.default-form .hs-form .inputs-list li.hs-form-radio span { padding-left: 12px; font-size: 16px; font-weight: 600; color: #4C5773; }
.default-form .hs-form .inputs-list input[type="radio"] { top: 3px; }
.default-form .hs-form .inputs-list input[type="radio"] + span:before { position: absolute; left: -2px; top: 5px; content: ''; width: 20px; height: 20px; border: 1px solid #1F2D50; background: #fafafa; border-radius: 100%; }
.default-form .hs-form .inputs-list input[type="radio"]:checked + span:after { position: absolute; left: 2px; top: 9px; content: ''; width: 12px; height: 12px; border-color: #1F2D50; background: #1F2D50; border-radius: 100%; }

ul.no-list.hs-error-msgs.inputs-list { margin: 0; padding: 0; }
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 12px; }





.footer { background-color: #034752; color: #FFFFFF; }
.footer p,
.footer label,
.footer span { color: #FFFFFF; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 { color: #72DC00; }
.footer a { color: #FFFFFF; }
.footer a:hover { color: #72DC00; }

/* CSS START */

button.slick-arrow { background: url(https://www.forkfarms.com/hubfs/Fork%20Farms/Images/left-arrow.svg) no-repeat center / cover; width: 18px; height: 28px; left: -15px; z-index: 9; }
button.slick-arrow:before { content: none; }
button.slick-arrow.slick-next { left: auto; right: -15px; background: url(https://www.forkfarms.com/hubfs/Fork%20Farms/Images/right-arrow.svg) no-repeat center / cover; }

.body-container-wrapper { padding-top: 107px; }
.btn-wrapper { grid-gap: 20px; margin-top: 20px; }

/* HEADER */
.header { background: #FFFFFF; position: fixed; top: 0; left: 0; width: 100%; font-size: 14px; z-index: 99; }
.header .logo { width: 190px; }
.header .logo img { max-height: 44px; height: 100%; }
.header .header-right { width: calc(100% - 190px); padding-left: 80px; }
.header .mainmenu { width: calc(100% - 20px); padding-right: 30px; }
.header .header-icon { width: 20px; }
.header .header-icon li a { display: inline-block; vertical-align: top; width: 100%; line-height: 0; }
.header .header-icon li a img { width: 20px; }
.header .header-icon li a:hover svg, .header .header-icon li a:hover img { transform: scale(1.07); opacity: 0.9; }
.header .header-icon li + li { margin-left: 20px; }
.header .search-box a svg { height: auto; width: 20px; }
#search-popup form button { display: none; }
#search-popup { width: 100%; background: transparent; padding: 80px 0 50px; max-width: 1016px; }
#search-popup form input { height: 56px; background-color: #FFF; border: 1px solid #034752; color: #034752; border-radius: 0; padding: 8px 20px 12px; font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 16px; outline: none; }
#search-popup button { color: #FFF; padding: 0; }
.fancybox-is-open .fancybox-bg { background: rgb(3 71 82/70%); }
/*#search-popup .hs-search-field__suggestions-container { background: #fff; margin-top: 15px; border: 1px solid #034752; padding: 10px; }*/
ul#autocomplete-results li { background: #fff; padding: 10px 20px; margin: 0 1px; }
#search-popup.hs-search-field--open .hs-search-field__suggestions, #search-popup .inpage-editor-active-field .hs-search-field__suggestions { background: transparent; border: none; box-shadow: inherit; position: static; }
ul#autocomplete-results li a { background: transparent; padding: 0; font-weight: 600; font-size: 18px; line-height: normal; }
#search-popup form input div#search-clear { padding-top: 2px; }
.nav-toggle { cursor: pointer; }
.nav-toggle .icon-bar { margin: auto; background-color: #034752; display: block; height: 2px; position: relative; width: 22px; }
.nav-toggle .icon-bar + .icon-bar { margin-top: 5px; }
.nav-toggle .icon-bar:nth-child(1), .nav-toggle .icon-bar:nth-child(3) { top: 0; transform: rotate(0deg); }
.nav-toggle.nav-menuopen .icon-bar:nth-child(1) { top: 7px; transform: rotate(45deg); }
.nav-toggle.nav-menuopen .icon-bar:nth-child(2) { opacity: 0; }
.nav-toggle.nav-menuopen .icon-bar:nth-child(3) { top: -7px; transform: rotate(-45deg); }
.mainmenu .hs-menu-wrapper ul li a { color: #034752; padding: 10px 0; display: block; font-weight: 600; }
.mainmenu .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: middle; }
.mainmenu .hs-menu-wrapper > ul > li:not(:first-child) { margin-left: 32px; }
.mainmenu .hs-menu-wrapper > ul > li > a { padding: 45px 0; text-transform: uppercase; }
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position: relative; padding-right: 20px; }
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before { position: absolute; content: ""; border-bottom: 1.5px solid #034752; border-right: 1.5px solid #034752; width: 6px; height: 6px; transform: rotate(45deg); right: 2px; top: 49px;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
 }
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper { background-color: #FFFFFF; padding: 8px 0; min-width: 200px; left: 0; top: 100%; opacity: 0; position: absolute; visibility: hidden; z-index: 10; transition: all 0.4s ease; }
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 6px 15px; }

.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu { padding-right: 20px; }
.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu > a { position: relative; }
.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu > a:before { position: absolute; content: ""; border-bottom: 1.5px solid #034752; border-right: 1.5px solid #034752; width: 6px; height: 6px; transform: rotate(45deg); right: -18px; top: 49px;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
 }
.mainmenu .hs-menu-wrapper > ul > li .megamenu { background-color: #FFF; padding: 25px 0; min-height: 250px; left: 0; right: 0; top: 100%; opacity: 0; position: absolute; visibility: hidden; z-index: 10; transition: all 0.4s ease; }

.megamenu .layout-1 { padding: 0; flex-direction: row-reverse; }
.megamenu .layout-1 .left-part { width: calc(100% - 214px); grid-gap: 0; padding-left: 85px;}
.megamenu .layout-1.product-service-wrapper  .left-part { padding-left: 110px; padding-right: 100px; }
.megamenu .layout-1 .left-part .box .image img { height: 142px; width: 100%; object-fit: cover; max-width: 120px; object-position: center; }
.megamenu .layout-1 .left-part .box .product-name { font-weight: 600; font-size: 14px; line-height: 34px; transition: all .4s ease-in-out; }
.megamenu .layout-1 .left-part .box .product-name:hover{ color:#72DC00; }
.megamenu .layout-1 .left-part .box .box-btn a { font-weight: 300; font-size: 14px; line-height: 34px; text-decoration: underline; padding: 0; margin-top: -10px; }
.megamenu .layout-1 .left-part .box .box-btn a + a { margin-left: 15px; }
.megamenu .layout-1 .right-part { width: 214px; }
.megamenu .layout-1 .right-part .simple-menu ul li + li { margin: 0; }
.megamenu .layout-1 .right-part .simple-menu ul li a { padding: 0; font-weight: 600; font-size: 14px; line-height: 34px; vertical-align: middle; text-transform: capitalize; }
.megamenu .layout-2 { padding: 0 160px 0 130px; }
.megamenu .layout-2 .right-part .image img { height: 200px; width: 100%; object-fit: cover; }
.megamenu .layout-2 .right-part { width: 335px; padding-left: 35px; border-left: 1px solid #72DC00; }
.megamenu .layout-2 .left-part { width: calc(100% - 335px); padding: 17px 30px 0 0; }
.megamenu .layout-2 .left-part .menu-box + .menu-box { margin-left: 105px; }
.megamenu .layout-2 .left-part .simple-menu ul li { display: block; margin: 0; }
.megamenu .layout-2 .left-part .simple-menu ul li a { padding: 0; font-weight: 300; font-size: 14px; line-height: 34px; text-transform: capitalize; }
.megamenu .layout-2 .left-part .menu-box .menu-title { font-weight: 600; font-size: 14px; line-height: 34px; }
.header .service-wrapper { width: 100%; gap: 15px; margin: auto 0; }
.header .service-wrapper .services { width: calc(33.33% - 10px); height:100%; position: relative; }
.header .service-wrapper .services .service-icon { width: 58px; height: 58px; }
.header .service-wrapper .services .service-content { width: calc(100% - 58px); padding-left: 10px; text-align: left; }
.header .megamenu .layout-1 .right-part .title-part { background-color: #034752; color: #fff; padding: 20px 25px 25px 30px; font-size: 20px; font-weight: 600; border-top-left-radius: 15px; }
.header .megamenu .layout-1 .right-part .title-part a { color: #fff; padding: 0; display: flex ; justify-content: space-between; align-items: center; gap: 5px;  }
.header .megamenu .layout-1 .right-part .title-part a:hover{ color: #72DC00; }
.header .megamenu .layout-1 .right-part .title-part a svg path{ transition: all .4s ease-in-out; }
.header .megamenu .layout-1 .right-part .title-part a:hover svg path{ stroke: #72DC00; }
.header .megamenu .layout-1 .right-part .image-part { height: 116px; }
.header .megamenu .layout-1 .right-part .image-part img { width: 100%; object-fit: cover; height: 100% !important; }
.header .service-wrapper .services .service-icon img { width: 100%; object-fit: contain; height: 100% !important; }
.header .service-wrapper .services .service-content .service-title { font-weight: 600; line-height: 2.5; text-transform: uppercase; transition: 0.4s ease-in-out; } 
.header .service-wrapper .services .service-content .service-title ul { display: flex; flex-direction: column; }
.header .service-wrapper .services .service-menu{ position: relative; z-index: 1; }
.header .service-wrapper .services a { position: absolute; left: 0; height: 100%; width: 100%; padding: 0; }
.header .service-wrapper .services:hover .service-content .service-title{ color: #72DC00; }
.header .service-wrapper.col-4 .services { width: calc(25% - 11.3px); }
.header  .mainmenu .service-wrapper .hs-menu-wrapper > ul > li:not(:first-child) { margin-left: 68px; }
.mainmenu .service-menu .hs-menu-wrapper > ul > li > a { padding: 0 0 6px; position: unset; width: auto; height: auto; }
.mainmenu .service-menu .hs-menu-wrapper > ul > li:last-child > a{ padding-bottom:0; }
.mainmenu .service-menu .hs-menu-wrapper > ul > li { width: 100%; text-align: left; margin-left: 68px; }
.header .megamenu .layout-1 .right-part .title-part.link { padding: 0; }
.header .megamenu .layout-1 .right-part .title-part.link a {padding: 23px 25px 24px 30px;}
.header .megamenu .layout-1 .right-part .title-part.link a svg { width: 9px; height: 16px; }

/* EXPLORE SECTION */
.explore-section { padding: 90px 0; }
.explore-section iframe { width: 100%; border: none; }

/* PARTNER SUCCESS SECTION */
.partner-success-section { padding: 60px 0; }
.partner-success-section .section-heading h2 { margin-bottom: 50px; }
.partner-success-section .partner-row .box .box-inner { border-radius: 30px 0 30px 0; overflow: hidden; position: relative;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.partner-success-section .partner-row .box .box-inner:hover { box-shadow: 0px 0px 8px 4px #00000026; }
.partner-success-section .partner-row .box .box-inner a { position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 9; }
.partner-success-section .partner-row .box .image img { height: 250px; width: 100%; object-fit: cover; object-position: top center; }
.partner-success-section .partner-row .box .content { background: #EFF1F0; padding: 24px 40px; font-weight: 600; font-size: 20px; position: relative; }
.partner-success-section .partner-row .box .content svg { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; width: 16px; height: auto; }
.partner-success-section .partner-row .box.box-link .content { padding-right: 60px; }
.partner-success-section .partner-row.white-box .box .content { background: #FFFFFF; border: 1px solid #72DC00; }
.partner-success-section .partner-row.white-box .box-inner { border-bottom-right-radius: 0; }
.partner-success-section .partner-row.white-box .box-inner .image img { height: 317px; }
.partner-success-section .partner-row.white-box .box-inner:hover { box-shadow: 0px 0px 8px 0px #00000026; }

/* IMAGE CONTENT SECTION  */
.image-content-section .content-part { width: 405px; padding: 40px 0 70px; }
.image-content-section .content-part h2 { margin-bottom: 0; }
.image-content-section .content-part .content-btn-wrapper { margin-top: 35px; gap: 20px; }
.image-content-section .image-part { width: calc(100% - 405px); padding: 0 30px 0 50px; }
.image-content-section .image img { height: 350px; object-fit: cover; object-position: top center; padding-top: 15px; }

/* IMAGE CONTENT V2 */
.image-content-v2 { padding: 50px 0; }
.image-content-v2 .image-content-wrapper { background: #034752; padding: 0 95px; }
.image-content-v2 .content-part { width: 320px; padding: 70px 0; }
.image-content-v2 .content-part h2 { margin-bottom: 0; }
.image-content-v2 .content-part .content { margin-top: 26px; font-size: 16px; max-width: 280px; }
.image-content-v2 .content-part .btn-wrapper { margin-top: 30px; }
.image-content-v2 .image-part { width: calc(100% - 320px); padding: 0 0 0 30px; }
.image-content-v2 .image-part img { width: 100%; max-width: 490px; margin-bottom: -22px; }

/* GLOBAL IMAGE SECTION */
.global-impact-section { padding: 75px 0 35px; }
.global-impact-section .section-heading h2 { margin-bottom: 30px; max-width: 350px; }
.global-impact-section .map-container { position: relative; width: 100%; max-width: 1000px; margin: auto; }
.global-impact-section .map-image { width: 100%; height: auto; display: block; }
.global-impact-section .pin { position: absolute; }
.global-impact-section .pin-icon { display: none; position: absolute; width: 19px; height: 19px; background-color: rgb(114 220 0 / 40%); border-radius: 50%; transform: translate(-50%, -50%); border: 1px solid #72DC00; cursor: pointer; }
.global-impact-section .inner-pin { position: absolute; bottom: 0; left: 0; width: 240px; min-height: 246px; background: #034752; border: 1px solid #FFFFFF; border-radius: 20px 0; padding: 20px; z-index: 99; }
.global-impact-section .inner-pin .image img { width: 100%; height: 142px; object-fit: cover; object-position: top; }
.global-impact-section .inner-pin h5 { margin: 15px 0 0; font-size: 20px; font-weight: 600; }
.global-impact-section .inner-pin .content { font-size: 14px; line-height: 25px; margin-top: 4px; }

/* CSS END */


/* MEDIA QUERY */

@media (min-width: 1200px) {/*hover event for desktops*/
	.mainmenu .active-branch { display: flex; }
	.mainmenu .hs-menu-wrapper ul li:hover > a,
	.mainmenu .hs-menu-wrapper ul li.active > a,
	.mainmenu .hs-menu-wrapper ul li.active-branch > a,
	.megamenu .layout-1 .left-part .box .box-btn a:hover { color: #72DC00; }
	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu:hover > a:before,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:before { border-color: #72DC00; transform: rotate(-135deg); top: 52px; }
	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu.active > a:before,
	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu.active-branch > a:before { border-color: #72DC00; }
	.mainmenu .hs-menu-wrapper > ul > li .mobile-toggle, .nav-toggle { display: none; }
	.mainmenu .hs-menu-wrapper > ul > li:hover .megamenu,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }

	.partner-success-section .partner-row { display: flex; flex-flow: row wrap; justify-content: center; margin: 0 -18px; grid-row-gap: 40px; }
	.partner-success-section .partner-row .box { width: calc(100% / 3 - 36px); margin: 0 18px; }

	.global-impact-section .mobile { display: none; }

}

@media (max-width: 1399px) {

	.megamenu .layout-2 { padding: 0 115px 0 80px; }

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

	.megamenu .layout-2 { padding: 0 115px 0 80px; }
	.mainmenu .hs-menu-wrapper > ul > li:not(:first-child) { margin-left: 20px; }
}
@media (max-width: 1199px) {
	h1.big, .h1.big { font-size: 60px; }
	h1, .h1 { font-size: 50px; }
	h2, .h2 { font-size: 42px; }
	.body-container-wrapper { padding-top: 90px; }

	.mainmenu .hs-menu-wrapper > ul > li:not(:first-child) { margin-left: 20px; }
	.mainmenu .hs-menu-wrapper > ul > li > a { padding: 40px 0; }
	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu:hover > a:before { top: 45px; }
	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu > a:before,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before { top: 43px; }
	.header .header-right { padding-left: 35px; }
	.megamenu .layout-1 { padding: 0; }
	.megamenu .layout-1 .left-part { padding-right: 0; padding-left: 30px; }
	.megamenu .layout-1.product-service-wrapper .left-part { padding-left: 60px; padding-right: 60px; }
	.megamenu .layout-2 { padding: 0; }
	.header .service-wrapper.col-4 .services { width: calc(50% - 7.5px); }
	.mainmenu .hs-menu-wrapper > ul > li .megamenu .container{ padding: 0; }
	.image-content-section .image-part { padding-right: 0; }

	.image-content-v2 .image-content-wrapper { padding: 0 50px; }

	.header .mainmenu { background-color: #FFFFFF; display: none; left: 0; padding: 0; position: absolute; top: 100%; width: 100%; border-top: 1px solid #001121; height: 400px; overflow: scroll; }
	.header .mainmenu .hs-menu-wrapper ul li a { padding: 16px 0; font-size: 14px; line-height: 150%; }
	.header .mainmenu .service-menu .hs-menu-wrapper ul li a{ padding:0 0 6px; }
	.header .mainmenu .service-menu .hs-menu-wrapper ul li:last-child a{ padding:0; }
	.header .mainmenu .hs-menu-wrapper > ul { max-width: 960px; padding: 0 20px; margin: 0 auto; }
	.header .mainmenu .service-menu .hs-menu-wrapper > ul{ padding:0; }
	.header .mainmenu .hs-menu-wrapper > ul > li { display: block; }
	.header .mainmenu .hs-menu-wrapper > ul > li:not(:first-child) { margin-left: 0; }
	.mainmenu .hs-menu-wrapper > ul > li .megamenu,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper { position: static; opacity: 1; visibility: visible; display: none; border-top: 1px solid #72DC00; width: 100%; min-height: inherit; padding: 16px 0 0; transition: none !important; }
	/*   .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper { background-color: blue; position: static; opacity: 1; visibility: visible; display: none; width: 100%; transform: translateY(0); transition: none !important; }*/
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 0; }

	.mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu > a:before,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before { display: none; }

	.header .mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position: relative; padding-right: 0; }
	.header .mainmenu .hs-menu-wrapper > ul > li.ActivatedMenu > a { padding-right: 30px; }
	.header .mainmenu .mobile-toggle { position: absolute; top: 19px; right: 0; z-index: 9; }
	.header .mainmenu .mobile-toggle.nav-subopen { transform: rotate(180deg); top: 22px; }	
	.header .header-icon { display: none; }
	.header { padding: 26px 0; height: 90px; }
	.header .logo { width: 160px; }
	.header .header-right { justify-content: end; width: calc(100% - 160px);  }
	.header .header-inner { width: 100%; }
	.header .service-wrapper .services .service-icon { width: 40px; height: 40px; }
	.header .service-wrapper .services .service-content{ width: calc(100% - 40px); }
	.mainmenu .service-menu .hs-menu-wrapper > ul > li{ margin-left:50px; }
	.header .mainmenu .service-wrapper .hs-menu-wrapper > ul > li:not(:first-child){  margin-left:50px; }
	.header .service-wrapper{ gap:10px; }
	.header .service-wrapper .services{ width: calc(33.33% - 6.7px); }
	.header .service-wrapper .services .service-content .service-title{ line-height:1.8 }
}

@media (max-width: 991px) {
	.body-container-wrapper { padding-top: 89px; }

	body { font-size: 18px; }
	h1.big, .h1.big { font-size: 50px; }
	h1, .h1 { font-size: 40px; }
	h2, .h2 { font-size: 36px; }
	h3, .h3 { font-size: 30px; }

	.header .mainmenu .hs-menu-wrapper > ul { max-width: 720px; }
	.megamenu .layout-1.product-service-wrapper .left-part { padding-left: 0; padding-right: 0; }
	.megamenu .simple-menu ul { padding: 0 !important; }
	.megamenu .container { padding: 0; }
	.megamenu .layout-1 .left-part { display: block; padding-left: 0; width: 100%;}
	.megamenu .layout-1 .right-part { width: 100%; padding: 0; display: none; }
	.megamenu .layout-1 .right-part .simple-menu ul li + li,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li + li{ margin-top: 8px; }
	.megamenu .layout-1 .right-part .simple-menu ul li a,
	.megamenu .layout-2 .left-part .menu-box .menu-title,
	.megamenu .layout-2 .left-part .simple-menu ul li a,
	.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a { font-size: 16px; line-height: 150%; }
	.megamenu .layout-2 .left-part { width: 100%; padding: 0; display: block; }
	.megamenu .layout-2 .right-part { display: none; }
	.megamenu .layout-2 .left-part .menu-box + .menu-box { margin: 8px 0 0; }
	.megamenu .layout-2 .left-part .simple-menu ul li { margin-top: 8px; }  
	.header .service-wrapper .services{ width:100%; }
	.header .service-wrapper.col-4 .services { width: 100%; }
	.explore-section { padding: 60px 0; }
	.megamenu .layout-1.product-service-wrapper .left-part .box{ padding-bottom:20px; }
	.megamenu .layout-1.product-service-wrapper .left-part .box:last-child{ padding-bottom:0px; }

	.partner-success-section .slick-slider { margin: 0 -15px; }
	.partner-success-section .slick-slide { margin: 0 15px; }
	.partner-success-section .partner-row .box .box-inner:hover { box-shadow: none; }

	.image-content-section .image-part { padding: 0; }
	.image-content-section .image img { height: auto; width: 100%; max-width: 305px; }

	.image-content-v2 .image-content-wrapper { padding: 30px 30px 0; display: block; }
	.image-content-v2 .content-part { padding: 0 0 30px; width: 100%; }
	.image-content-v2 .content-part .content { max-width: 100%; margin-top: 15px; }
	.image-content-v2 .image-part { text-align: left; width: 100%; padding: 0; margin-left: -15px; }
	.image-content-v2 .image-part img { margin-bottom: 12px; }

	.global-impact-section { padding: 40px 0 90px; }
	.global-impact-section .section-heading h2 { max-width: 300px; text-align: center; margin: 0 auto 50px; }
	.global-impact-section .pin-icon { width: 15px; height: 15px; }
	.global-impact-section .pin.active .pin-icon { background: #72DC00; }
	.global-impact-section .inner-pin.desktop { display: none !important; }
	.global-impact-section .inner-pin { position: static; }
	.pin-slider { max-width: 320px; padding: 0 20px; margin: 0 auto; }
	.pin-slider-box { max-width: 342px; margin: -15px auto 0; position: relative; }
	.pin-slider-box .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); left: 0; line-height: 0; cursor: pointer; z-index: 9; }
	.pin-slider-box .sl-next.slick-arrow { left: auto; right: 0; }
	.header .service-wrapper .services .service-icon{ width:30px;height:30px; }
	.header .service-wrapper .services .service-content{ width: calc(100% - 30px); }
	.mainmenu .service-menu .hs-menu-wrapper > ul > li{ margin-left:40px; }
	.header .mainmenu .service-wrapper .hs-menu-wrapper > ul > li:not(:first-child){  margin-left:40px; }

}

@media (max-width: 767px) {
	body { font-size: 16px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 28px; }

	button.slick-arrow { left: -10px; }
	button.slick-arrow.slick-next { right: -10px; }
	.partner-success-section .slick-slider { margin: 0 -5px; padding: 0 25px; }
	.partner-success-section .slick-slide { margin: 0 5px; }
	.partner-success-section .partner-row .box .image img { height: 229px; }
	.partner-success-section .partner-row .box .content { font-size: 19px; padding: 22px 33px; }
	.partner-success-section .partner-row.white-box .box-inner .image img { height: 263px; }

	.image-content-section .image-content-wrapper { display: block; }
	.image-content-section .content-part { width: 100%; padding: 40px 0; position: relative; z-index: 9; }
	.image-content-section .content-part .content-btn-wrapper { margin-top: 25px; }
	.image-content-section .image-part { width: 100%; margin-top: -100px; }
	.image-content-section .image img { padding-top: 0; max-width: 240px; }

	.image-content-v2 { padding: 30px 0; }
	.image-content-v2 .image-part { margin-left: -9px; }
	.image-content-v2 .image-part img { margin-bottom: -9px; }

	.global-impact-section .section-heading h2 { max-width: 250px; }
	.global-impact-section .slick-slider { margin: 0 -5px; }
	.global-impact-section .slick-slide { margin: 0 5px; }
	.megamenu .layout-1 .left-part { text-align: left; }
	.megamenu .layout-1 .left-part .box .image { display: none; } 
	.megamenu .layout-1 .left-part .box .box-btn { display: none; }	
	.header .service-wrapper .services .service-icon{ display: none; }
	.header .service-wrapper .services .service-content{ padding:0; width:100%; }
	.header .mainmenu .hs-menu-wrapper > ul{ padding:0 30px; }
	.header .service-wrapper{ gap:8px; }
	.header .mainmenu .hs-menu-wrapper > ul > li ,.header .mainmenu .service-wrapper .hs-menu-wrapper > ul > li:not(:first-child){ margin-left:0; }
	.header .mainmenu .service-menu .hs-menu-wrapper > ul { padding:0; }
	.header .mainmenu .service-menu .hs-menu-wrapper ul li a{ padding:4px 0; text-transform: capitalize; }
	.header .mainmenu .service-menu .hs-menu-wrapper ul li:last-child a{ padding:0; }
	.header .service-wrapper .services .service-content .service-title{ line-height:1.7; text-transform: capitalize; }

	.megamenu .layout-1 .left-part .box .product-name {text-transform: capitalize; padding:0;   }


}

@media (max-width: 575px) {
	.global-impact-section .pin-icon { width: 7px; height: 7px; }
}
@media (max-width: 389px) {
	.pin-slider { padding: 0 25px; }
	.pin-slider-box .slick-arrow { left: -5px; }
	.pin-slider-box .sl-next.slick-arrow { right: -5px; }
}