
















































































/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*, *:before, *:after {
  box-sizing: border-box;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Embed */

iframe {
	width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Responsive Grid */

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 28px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dnd_area-row-0-padding .row-fluid [class*="span"] {
	min-height: 0;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}


/* Maps */

.maps iframe,
.maps .hs-embed-wrapper,
.maps .hs-embed-content-wrapper > div {
	width: 100% !important;
  height: 500px !important;
	max-width: 100% !important;
	max-height: 500px !important;
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-size: inherit !important;
}


.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 21px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #fff !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  border-radius: 100% !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  border: 1px solid #0183ca !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #0183ca !important;
}

:root {
    --swiper-theme-color: #0183ca !important;
}

.margin-0 {
  margin: 0 !important;
}
html {
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #5c5f69;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 1.4rem;
  line-height: 1.63;
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}


/* Anchors */

a {
  color: #0183ca;
  cursor: pointer;
  text-decoration: none;
  transition: all 210ms linear;
  font-size: 18px;
}



a:hover {
  color: #00478e;
  text-decoration: none;
}

a:focus {
  outline: none;
  color: inherit;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5c5f69;
  font-family: helvetica, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  /*   color: ; */
  font-size: 44px;
  line-height: 1.2;
}

h2 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  /*   color: ; */
  font-size: 28px;
  line-height: 1.2;
}

h3 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  /*   color: ; */
  font-size: 25px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: helvetica; font-style: normal;
  /*   color: ; */
  font-size: 19px;
}

h6,
.section-title__subheading {
  font-family: helvetica; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title__subheading {
  display: block;
}

@media (max-width: 1200px) {
  h1 { font-size: 50px; }
  h2 { font-size: 43px; }
  h3 { font-size: 33px; }
  h4 { font-size: 24px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

@media (max-width: 767px) {
  h1 { font-size: 43px; }
  h2 { font-size: 33px; }
  h3 { font-size: 27px; }
  h4 { font-size: 21px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem 1.5rem;
  list-style-position: inside;
  padding: 0;
  line-height: 1.63;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  padding: 0;
}

.widget-type-rich_text li {
  line-height: 2;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem 0;
  padding: 0;
  border-left: 2px none #e2e8eb;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: rgba(0,0,0,0.12);
  border: none;
  color: rgba(0,0,0,0.12);
  height: 2px;
  margin: 0 0 1.234rem 0;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 2024 buttons */

.primary-btn,
.secondary-btn{
  color: var(--color-white);
  background: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
  display: inline-block;
  font-style: normal;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 15px 30px;
  border-radius: 52px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;

}

.primary-btn:hover,
.primary-btn:focus{
  background: var(--color-white);
  border-color: var(--color-dark-blue);
  color: var(--color-dark-blue);
  outline: none;
  text-decoration: none;
}

.secondary-btn{
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

.secondary-btn:hover,
.secondary-btn:focus{
  background: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.button--tertiary {
  background: var(--color-blue);
  border-color: var(--color-blue);
  text-transform: uppercase;
  color: var(--color-white);
}

.button--tertiary:hover,
.button--tertiary:focus {
  background: var(--color-royal-blue);
  border-color: var(--color-royal-blue);
  color: var(--color-white);
}

.button--quaternary {
  background-color: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-ocean-blue);
}

.button--quaternary:hover,.button--quaternary:focus {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-grey);
}

.bg-light-grey {
  background-color: var(--color-light-grey);
}

.bg-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.bg-dark-blue {
  background-color: var(--color-ocean-blue);
}


.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 991px){
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Resinwerks 2024 overwrites */

.rw-2024 h1,
.rw-2024 h2,
.rw-2024 h3,
.rw-2024 h4,
.rw-2024 h5,
.rw-2024 h6 {
  margin-top: .25em;
  margin-bottom: .25em;
  /*   font-family: var(--font-body); */
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--color-dark-blue);
}
.rw-2024 p:first-child,
.rw-2024 h1:first-child,
.rw-2024 h2:first-child,
.rw-2024 h3:first-child,
.rw-2024 h4:first-child,
.rw-2024 h5:first-child,
.rw-2024 h6:first-child {
  margin-top: 0;
}

.rw-2024 h1, .rw-2024 .h1 {
  font-size: clamp(40px, 6vw + 2rem, 80px);
  line-height: 1.06;
}

.rw-2024 h2, .rw-2024 .h2 {
  font-size: clamp(30px, 5vw + 1rem, 50px);
  line-height: 1;
}

.rw-2024 h3, .rw-2024 .h3 {
  font-size: clamp(24px, 4vw + 1rem, 40px);
  line-height: 1.25;
}

.rw-2024 h4, .rw-2024 .h4 {
  font-size: clamp(20px, 3vw + 1rem, 32px);
  line-height: 1.52;
}

.rw-2024 h5, .rw-2024 .h5 {
  font-size: clamp(16px, 2vw + 1rem, 26px);
  line-height: 1.5;
}

.rw-2024 h6, .rw-2024 .h6 {
  font-size: clamp(14px, 1.5vw + 0.5rem, 18px);
  line-height: 1.5;
}

.rw-2024.bg-grey, .rw-2024 .bg-gray {
  background: var(--color-whitesmoke);
  color: var(--color-black);
}

.rw-2024.bg-white, .rw-2024 .bg-white {
  background: var(--color-white);
  color: var(--color-black);
}

.rw-2024.bg-blue, .rw-2024 .bg-blue {
  background: var(--color-dark-blue);
  color: var(--color-white);
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2rem !important;
}
.mt-2 {
  margin-top: 4rem !important;
}
.mt-3 {
  margin-top: 6rem !important;
}
.mt-4 {
  margin-top: 8rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mt-6 {
  margin-top: 12rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2rem !important;
}
.mb-2 {
  margin-bottom: 4rem !important;
}
.mb-3 {
  margin-bottom: 6rem !important;
}
.mb-4 {
  margin-bottom: 8rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.mb-6 {
  margin-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2rem !important;
}
.pt-2 {
  padding-top: 4rem !important;
}
.pt-3 {
  padding-top: 6rem !important;
}
.pt-4 {
  padding-top: 8rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}
.pt-6 {
  padding-top: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 4rem !important;
}
.pb-3 {
  padding-bottom: 6rem !important;
}
.pb-4 {
  padding-bottom: 8rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}
.pb-6 {
  padding-bottom: 12rem !important;
}

.h2-heading {
  color: var(--color-ocean-blue);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px){
  .h2-heading {
    font-size: 28px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --color-blue: #00AEEF;
  --color-grey: #BCC1C5;
  --color-black: #363536;
  --color-dark-blue: #1C3E75;
  --color-ocean-blue: #0A4A76;
  --color-royal-blue: #0073BA;
  --color-light-grey: #F4F4F4;
  --color-whitesmoke: #F5F5F5;
  --color-white: #FFFFFF;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.dnd-section > .row-fluid, .centered {
  margin: 0 auto;
  max-width: 1600px;
	position: relative;
	z-index: 4;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

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

.overlay-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
button,
.button,
.cta_button {
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.5;
  padding: 14px 37px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
	font-size: 16px;
}

@media (max-width: 640px) {
  header button, header .button, header .cta_button {
    font-size: 12px;
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 14px !important;
  }
}

.button--primary,
.cta_button {
  background-color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  border: 1px solid #0183ca;
  color: #FFFFFF;
	font-size: 16px;
}

.button--primary .button__icon {
  background-color: #FFFFFF;
}

.button--primary:hover .button__icon {
  background-color: #FFFFFF;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button--primary:hover,
.button--primary:focus,
button:hover,
button:focus,
.cta_button:hover,
.header-main__cta:hover {
  background-color: rgba(0, 115, 186, 1.0);
  border-color: #0073ba;
  color: #FFFFFF;
  text-decoration: none;
	outline: none;
}

.cta_button:focus {
	color: inherit;
}

.button--primary:focus,
.header-main__cta:focus {
	color: #FFFFFF;
}

.button:active {
  transform: scale(.98);
}

.header-main__cta {
  padding: 12px 21px;
  background: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  border: 1px solid #0183ca;
  border-radius: 50px;
  color: #FFFFFF;
  transition: all 0.15s linear;
}

@media (min-width: 1200px) {
  .header-main__cta {
    margin-left: 12px;
  }
}

.header-main--fixed .header-main__cta {
  padding-bottom: .4rem;
  padding-top: .4rem;
}
  
.button--outline {
  border: 1px solid 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  background: none;
  color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
}

.button--outline .button__icon {
  background-color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
}

.button--outline:hover .button__icon {
  background-color: #FFFFFF;
}

.button--outline:hover {
  background: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  color: #FFFFFF;
  border: 1px solid 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
}


.button--white {
  background: #fff;
  color: #0183ca;
  border: 1px solid #fff;
}

.button--white:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.button--outline-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.button--outline-white:hover {
  background: #fff;
  color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  border: 1px solid #fff;
}

.button--outline-white .button__icon {
  background-color: #fff;
}

.button--outline-white:hover .button__icon {
  background-color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
}

div .button:not(:last-of-type) {
  margin-right: 1.02rem;
	margin-bottom: 1.02rem;
}

.button--secondary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(3, 91, 147, 1.0)

;
	border: 1px solid #035b93;
	border-radius: 50px;
	font-size: 16px;
	padding: 14px 37px;
}

/* .button--tertiary {
	color: #FFFFFF;
	background: 

  
  
    
  


  rgba(183, 110, 80, 1.0)

;
	border: 1px solid #b76e50;
	border-radius: 50px;
	font-size: 16px;
	padding: 14px 37px;
}

.button--tertiary:hover,
.button--tertiary:focus {
	color: #FFFFFF;
} */

.button--secondary:hover,
.button--secondary:focus {
	color: #FFFFFF;
}

/* .button--tertiary:hover {
  background-color: rgba(167, 94, 64, 1.0);
  border-color: #a75e40;
} */

.button--secondary:hover {
  background-color: rgba(0, 75, 131, 1.0);
  border-color: #004b83;
}

.button--rounded {
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  font-weight: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  background: rgb(1,131,202) !important;
  border-radius: 6px !important;
  border-width: 0px !important;
  color: rgb(255,255,255) !important;
  font-family: sans-serif !important;
  height: auto !important;
  transition: all .4s ease !important;
  padding: 18px 24px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 24px !important;
  line-height: 1.5em !important;
}
/* Form */
form {
  font-family: helvetica, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.234rem;
}


/* Labels */

form label {
  color: #444;
  display: inline-block;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

form label,
.hs-form-field a {
  font-size: 0.875rem;
}

.blog-listing__subscribe label {
	display: inline;
}


/* Help text - legends */

form legend {
  color: #444;;
  font-size: 0.875rem;
}

.form-input-validation-message,
.email-prefs .item p {
	opacity: .7;
}


/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #BBB;
  border-radius: 10px; 
  color: #5c5f69;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
	max-width: 100%;
    

}

@media (max-width: 640px) {
  input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
  textarea {
    font-size: 16px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #0183ca;
}

fieldset {
  max-width: 100% !important;
}

textarea {
	min-height: 120px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #444;
}

.fn-date-picker td.is-selected .pika-button {
  background: #444;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #444 !important;
  border-radius: 0 !important;
  color: #FFF;
}


/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}


/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100%;
}

form .header {
  background-color: transparent;
  border: none;
}


/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem;
}


/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(1, 131, 202, 1.0)

;
  border: 1px solid #0183ca;
  border-radius: 10px; 
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 14px 37px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 91, 162, 1.0);
  border-color: #005ba2;
  color: #FFFFFF;
	outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(41, 171, 242, 1.0);
  border-color: #29abf2;
  color: #FFFFFF;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form,
.submitted-message {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
}


/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #5c5f69;
}


/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #5c5f69;
}


/* Banner Form / Overlapping */

@media (min-width: 1200px) {
	.body-container--banner-form .span12 > .row-depth-1 .widget-type-form {
		position: absolute;
	}
	
	.body-container--banner-form .row-number-2 > .row-fluid {
		z-index: 12;
	}
}

.body-container--banner-form .span12 > .row-depth-1 .widget-type-form,
.boxed-form {
	width: 100%;
	top: 0;
	border-radius: 12px;
	background: #fff;
	padding: 0 43px 43px 43px;
	z-index: 999;
}

.body-container--banner-form .span12 > .row-depth-1 .widget-span {
	position: relative;
}

.body-container--banner-form .span12 > .row-depth-1 .form-title,
.boxed-form .form-title {
	text-align: center;
	font-size: 24px;
	margin-left: -43px;
	background: #0183ca;
	background: -moz-linear-gradient(270deg, #035b93 0%, #0183ca 100%);
	background: -webkit-linear-gradient(270deg, #035b93 0%, #0183ca 100%);
	background: linear-gradient(270deg, #035b93 0%, #0183ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0183ca",endColorstr="#035b93",GradientType=1);
	color: #fff;
	width: calc(100% + 86px);
	border-radius: 12px 12px 0 0;
	padding: 4%;
}


/* Membership */

.hs-membership-loader {
	padding: 2rem 0;
}




.hs-input {
  width: 100% !important;
}











/* form.hs-form.stacked .hs-form-field {
    width: 50%;
    margin-bottom: 15px;
}

form.hs-form.stacked {
    display: flex;
    flex-wrap: wrap;
}

form.hs-form.stacked .hs-form-field input {
    width: 95%;
} */

.top-bar {
  transition: all 210ms ease-out;
  background: #5c5f69;
  height: 43px;
  line-height: 43px;
}

.top-bar p {
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.top-bar input {
  border: 0px;
  padding: 0px 0 0 21px;
  display: inline-block;
  text-align: left;
  background: 0px center;
  border-radius: 0px;
  transition: all 434ms ease;
  width: 120px;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 43px;
}

.top-bar .header__portal a {
  border: 1px solid var(--color-white);
  border-radius: 25px;
  padding: 8px 16px;
}

.top-bar .header__portal a:hover,
.top-bar .header__portal a:focus,
.top-bar .header__portal a:active {
  border-color: #0183ca;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0 14px 21px rgba(0,0,0, .1);
}

.sticky .header-main__container {
  padding: 0.5rem 0;
}

@media (max-width: 768px) {
  .sticky .header-main__container {
    padding-bottom: .14rem;
  }
}

@media (max-width: 640px) {
  .sticky .header-main__container {
    padding-bottom: .1rem;
  }
}

.sticky .hs-menu-wrapper.flyouts > ul > li > .hs-menu-children-wrapper {
  margin-top: 24px;
}

.remove-top-bar {
  margin-top: -43px;
}

.top-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.top-bar input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.top-bar input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.top-bar input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.top-bar input:focus {
  outline: none;
  background: rgba(0,0,0,.07);
  border: none;
  width: 100%;
}

.header__search span {
  position: absolute;
  right: 0px;
  z-index: 2;
  cursor: text;
  fill: #fff;
  top: 4px;
  width: 21px;
}

.header__search {
  position: relative;
}

.top-bar form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text-right {
  position: relative;
}

.top-bar * {
  font-size: 15px;
  color: #fff;
}

.top-bar a:not(:first-of-type) {
  padding: 0 12px;
}

.top-bar a:first-of-type {
  padding-right: 12px;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #0183ca;
}

@media (max-width: 1200px) {
  .top-bar {
    display: none;
  }
}

.header__logo {
  width: 150px;
}

@media (min-width: 640px) {
  .header__logo {
    width: 201px;
    height: 70px;
  }
}

.top-bar p img {
  vertical-align: top;
  display: inline-block;
  padding-right: 7px;
}



/****************************************************
* Menu
***************************************************/

.header__menu {
  display: flex;
  align-items: center;
}

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  line-height: 1.4;
}

header .hs-menu-item.hs-menu-depth-1 a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.43px;
  color: #5c5f69;
}

header .hs-menu-item.hs-menu-depth-1 > a {
  margin-right: 45px;
  position: relative;
  padding-bottom: 3rem;
}

header .hs-menu-item.hs-item-has-children.hs-menu-depth-1 > a:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(135deg);
  content: "";
  position: absolute;
  right: -16px;
  top: 7px;
}

.hs-menu-wrapper.flyouts > ul > li > .hs-menu-children-wrapper {
  margin-top: 50px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
  color: #0183c9;
}


.hs-menu-children-wrapper {
  width: auto;
  margin-top: 5px;
  object-fit: contain;
  background: #ffffff;
  padding: 17px 23px 27px 23px;
  z-index: 999999;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.38px;
  text-align: justify;
  z-index: 9999999;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:not(:first-child) {
  margin-top: 5px !important;
}

header .hs-menu-item.hs-menu-depth-1 > a {
  text-transform: uppercase;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.child-trigger {
  display: none;
}

/* Mobile menu style */

@media (min-width: 1200px) {
  .header__menu .hs-menu-wrapper {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .header__menu .hs-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #00478e;
    color: #fff;
    z-index: 10;
  }

  .header__menu .hs-menu-wrapper, .header__menu .hs-menu-children-wrapper {
    display: none;
  }

  .header__menu .hs-menu-wrapper > ul {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }

  header .hs-menu-item.hs-menu-depth-1>a {
    color: #fff;
  }

  header .hs-menu-item.hs-menu-depth-1 > a:after {
    display: none;
  }

  /* Child Toggle Button
  ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 3rem !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff;
    display: block;
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

  /* Hamburger icon */

  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; 
  }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
  }

  button.hamburger:hover, button.hamburger:active, button.hamburger:focus {
    background-color: transparent;
  }

  button.hamburger {
    position: absolute;
    right: 187px;
    top: 8px;
  }



  @media (max-width: 768px) {
    button.hamburger {
      right: 178px;
      top: 1px;
    }
  }

  @media (max-width: 640px) {
    button.hamburger {
      right: 150px;
      top: 1px;
    }
  }

  .hamburger-inner::before {
    top: -10px; 
  }

  .hamburger-inner::after {
    bottom: -10px; 
  }

  /*
  * Slider
  */
  .hamburger--slider .hamburger-inner {
    top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

  /*
  * Slider Reverse
  */
  .hamburger--slider-r .hamburger-inner {
    top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

  .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

  .header__menu .hs-menu-wrapper>ul li {
    padding: 1rem;
  }

  .header__menu .hs-menu-wrapper .hs-menu-children-wrapper li {
    padding: 0;
  }
}

@media (max-width: 320px) {
  button.hamburger {
    right: 108px;
  }

  .button.button--outline {
    padding: 14px;
  }
}

@media (min-width: 1201px) {
  .hamburger {
    display: none !important;
  }
}


/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
/* 
.hs-menu-wrapper.flyouts .hs-item-has-children:not(:last-child) {
margin-bottom: 5px;
} */

/* .hs-menu-wrapper.flyouts .hs-item-has-children:hover {
content: url('https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/Blog/arrow@3x-1.png');
right:0;
top: 0;
width: 50px;
position: absolute;
} */

@media (min-width: 1200px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
  }
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 4px 0;
}

@media (min-width: 1200px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    display: block;
    z-index: 99999999999;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    top: calc(100% - 1px);
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
  }
}

.hs-menu-wrapper {
  display: inline-flex;
  transition: all 300ms ease-out;
}

.header-main__menu-nav-wrapper .hs-menu-item {
  display: flex;
}

@media (min-width: 1200px) {
  .body-container-wrapper:before {
    height: 210px;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: none;
    content: "";
    z-index: 5;
  }
}

.header-main__container {
  position: relative;
  padding: 1.5rem 0;
}

@media (min-width: 1200px) {
  .header-main__container--white-with-navigation,
  .header-main__container--white-no-navigation {
    padding: .7rem 0 .43rem 0;
  }
}

@media (max-width: 1200px) {
  .header-main__container {
    padding: .4rem 0;
  }

  .header-main__container--white-with-navigation,
  .header-main__container--white-no-navigation {
    padding: .9rem 0 .4rem 0;
  }
}

/* .header-main__container * {
z-index: 2;
} */

.header-main__menu-nav-container {
  align-items: center;
  display: flex;
}

.header-main--fixed .header-main__container:before {
  display: none;
}

.header-main--fixed .header-main__container {
  padding: .4rem 0;
  transition: all 210ms linear;
}

.body-wrapper--mobile-menu:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.12);
  position: absolute;
  z-index: 1;
}


@media (max-width: 1530px) {
  header .hs-menu-item.hs-menu-depth-1 a {
    font-size: 15px;
    margin-right: 32px;
  }

  header .hs-menu-item.hs-item-has-children.hs-menu-depth-1>a:after {
    top: 3px;
  }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  header .hs-menu-item.hs-menu-depth-1 a {
    font-size: 13px;
    margin-right: 28px;
  }
}
@media (min-width: 1200px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    min-width: 210px;
    box-shadow: 0 12px 34px rgba(0,0,0,0.12);
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:after {
    bottom: 100%;
    left: 33px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-left: -5px;
  }

  /* Level 3+ */

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper ul {
    left: 100%;
    top: 0;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul:after {
    right: 100%;
    left: unset;
    margin-top: -5px;
    top: 21px;
  }
}













.search--menu input {
  width: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  color: #fff;
  background: none;
  padding: 0;
  transform: scaleX(0);
  transition: transform 300ms ease;
  transform-origin: right;
}

.search--menu {
  display: inline-flex;
  display: -webkit-inline-box;
}

.search--menu svg {
  cursor: pointer;
  fill: #fff;
}

.search-open .hs-menu-wrapper {
  transform: translateX(-160px);
  opacity: 0;
}

.search-open .search--menu input {
  width: auto;
  padding: 7px;
  transform: scaleX(1);
}

.search--menu input:focus {
  outline: none;
  border-bottom: #fff;
}

@media (min-width: 1020px) {
  .header-main__container > div:nth-of-type(3) {
    display: flex;
    align-items: center;
  }
}

/* .header-main__container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-of-type {
display: none;
} */

.banner__inner {
  display: inline-block;
}

@media (max-width: 1200px) {
  .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    position: relative;
  }

  .hs-menu-item.hs-menu-depth-2.hs-item-has-children:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    transform: rotate(135deg);
    content: "";
    position: absolute;
    right: 10px;
    top: 14px;
  }
}



.hs-content-id-64488805807 #logo-and-navigation:not(.sticky) {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1234;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 770px) {
  .hs-content-id-64488805807 #logo-and-navigation:not(.sticky) {
    width: 100vw;
    transform: unset;
    left: 0;
  }
}
.hs-content-id-64488805807 header:not(.sticky) .hs-menu-item.hs-menu-depth-1 > a {
  color: #fff;
}

.hs-content-id-64488805807 header:not(.sticky) .hs-menu-item.hs-menu-depth-1 > a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hs-content-id-64488805807 #logo-and-navigation:not(.sticky) .button--outline {
  border: 1px solid #fff;
  background: 0;
  color: #fff;
}

.hs-content-id-64488805807 #logo-and-navigation:not(.sticky) .button--outline:hover {
  background-color: rgba(1,131,202,1.0);
  border: 1px solid #0183ca;
  color: #fff;
}

.hs-content-id-64488805807 > div[data-global-resource-path] {
  height: auto !important;
}

.hs-content-id-64488805807 .banner__inner h1 {
  padding-top: 104px;
}

.hs-content-id-64488805807 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  top: 0;
}


.hs-content-id-64488805807 .hamburger-inner, 
.hs-content-id-64488805807 .hamburger-inner::before, 
.hs-content-id-64488805807 .hamburger-inner::after,
.hs-content-id-64488805807 .hamburger--slider.is-active .hamburger-inner,
.hs-content-id-64488805807 .hamburger--slider.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hs-content-id-64488805807 .header-main.sticky .hamburger-inner, 
.hs-content-id-64488805807 .header-main.sticky .hamburger-inner::before, 
.hs-content-id-64488805807 .header-main.sticky .hamburger-inner::after,
.hs-content-id-64488805807 .header-main.sticky .hamburger--slider.is-active .hamburger-inner,
.hs-content-id-64488805807 .header-main.sticky .hamburger--slider.is-active .hamburger-inner::after {
  background-color: #000000;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Table */

table {
  border: 1px solid #444;
  margin-bottom: 1.4rem;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tbody + tbody {
  border-top: 2px solid #444;;
}

/* Table Cells */

th,
td {
  border: 1px solid #444;
  padding: 0.75rem;
  vertical-align: top;
  color: #444;
}

/* Table Header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #444;
  color: #5c5f69;
  vertical-align: bottom;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #444;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Blog Listing Page */

.page-title-wrapper {
  padding-top: 43px !important;
  padding-bottom: 25px !important;
  padding-left: 23px !important;
  padding-right: 23px !important;
  background-color: rgba(238, 239, 240, 1) !important;
}

.page-title-wrapper .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 4;
}

.hs-blog-listing .dnd-section {
  padding-top: 39px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 1200px) {
  .blog-listing h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}

.link-blog-post {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .blog-listing .flex-container--two-col > .item-with-image:nth-child(1),
  .blog-listing .flex-container--two-col > .item-with-image:nth-child(2) {
    width: 47%;
    margin: 2% 0;
    position: relative;
    min-height: 500px;
  }

  .blog-listing .item-with-image:nth-child(3n+3) {
    clear: left;
  }

  .blog-listing .item-with-image,
  .more-case-studies > div {
    width: 30%;
    float: left;
    position: relative;
    flex: none !important;
  }
}

@media (max-width: 1200px) {
  .blog-listing .item-with-image,
  .more-case-studies > div {
    margin-left: 3% !important;
  }

  .prev-and-next-post a {
    height: 50px;
    display: inline-block;
  }
}  

@media (min-width: 640px) {
  .blog-listing .flex-container--two-col > .item-with-image:nth-child(2) {
    margin-left: 4%;
  }
}

.blog-pagination__number-link {
  display: none;
}



/* Blog Post Page */

@media (min-width: 1000px) {
  .resinwerks-blog-post, .headline-date-author {
    max-width: 820px;
    margin: 0 auto;
  }
}


.resinwerks-blog-post h4, 
.resinwerks-blog-post h5, 
.resinwerks-blog-post h6 {
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .headline-date-author h1 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .hs-blog-post .hbspt-form {
    width: 100% !important;
  }
}

@media (max-width: 1000px) {
  .hs-blog-post iframe {
    width: 712px
  }
}

.headline-date-author h1 {
  margin-bottom: 14px;
}

.resinwerks-blog-post h4 {
  font-weight: bold;
}

.post-date, .post-author, .time-to-read {
  opacity: 0.65;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.36px;
}

.post-author {
  color: #0183ca;
  opacity: 1;
}

.resinwerks-blog-post img {
  width: 100%;
}

.prev-link, .next-link {
  width: 25px;
}

.prev-link  {
  margin-right: 10px;
}

.next-link {
  margin-left: 10px;
}

.prev-and-next-post {
  /*   max-width: 834px;
  margin: 50px auto; */
  border-top: 1px solid #efefef;
}

.prev-blog-post, .next-blog-post {
  width: 50%;
}


.prev-blog-post {
  float: left;
  text-align: center;
  border-right: 1px solid #efefef;
}

.next-blog-post {
  float: right;
  text-align: center;
}

.prev-and-next-post a {
  font-size: 20px;
  display: block;
  padding: 50px 0;
}

.prev-blog-post a:hover .prev-link, 
.next-blog-post a:hover .next-link {
  transition: all 200ms ease-out;
}

.prev-blog-post a:hover .prev-link {
  transform: translateX(-6%);
}

.next-blog-post a:hover .next-link {
  transform: translateX(6%);
}

@media (max-width: 640px) {
  .prev-blog-post, .next-blog-post {
    width: 100%;
    float: none;
    text-align: center;
  }
}

blockquote {
  border-left: 4px solid #0183ca;
  padding-left: 23px;
}

.item-with-image h2 a {
  color: #5c5f69 !important;
}

/* @media (min-width: 767px) {
.resinwerks-blog-post img {
width: 365px !important;
margin: 10px 30px 30px 0 !important;
float: left !important;
}
}
*/

.blog-author-date {
  display: flex;
  width: 100%;
  flex-direction: row;
  max-width: 285px;
  justify-content: space-between;
  margin: 0 auto;
}

.time-to-read, .blog-post-date {
  font-weight: 300 !important;
}

.share-media-links img {
  width: 23px;
  height: 23px;
}

.share-media-links {
  display: flex;
  flex-direction: column;
  display: flex;
  left: -10%;
  top: 0;
  position: absolute;
}

@media (max-width: 1230px) {
  .share-media-links {
    left: -7%;
  }
}

@media (max-width: 1160px) {
  .share-media-links {
    left: -2%;
  }
}

@media (max-width: 965px) {
  .new-version-post .new-version-of-blog img:not(a > img) {
    width: 100% !important;
    margin: 14px 0 0 0 !important;
  }
}

@media (max-width: 767px) {
  .share-media-links {
    top: -46px !important;
  }
}

@media (max-width: 1100px) {
  .share-media-links {
    flex-direction: row;
    justify-content: space-between;
    width: 115px;
    left: 4%;
    top: -46px;
  }
}

@media (min-width: 1100px) {
  .share-media-links a:not(:first-child) {
    margin-top: 23px;
  }
}

.new-version-of-blog {
  position: relative;
}

.resinwerks-blog-post.new-version-of-blog {
  max-width: 1004px;
  padding: 0 14px;
}

.new-version-post blockquote {
  width: 100%;
  max-width: 698px !important;
  font-style: italic !important;
  font-weight: 900 !important;
  border-left: 0px !important;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 78px;
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding-top: 80px;
  padding-bottom: 10px;
  padding-left: 71px;
  padding-right: 71px;
}

.new-version-post blockquote:before {
  content: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/Custom%20Resinwerks%20theme%20images/Inner%20pages%20images/quotes-sign.svg);
  position: absolute;
  top: 10%;
  left: 50%;
  width: 50px;
  transform: translate(-50%);
}

.new-version-post blockquote:after {
  content: '';
  border-bottom: 3px solid #000;
  width: 100%;
}

@media (max-width: 640px) {
  .new-version-post blockquote:before {
    top: 5%;
  }

  .new-version-post blockquote {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.new-version-of-blog span:first-child p::first-letter {
  font-size: 56px;
  color: #0183CA;
  font-weight: 300;
}

.blog-post-featured-image a {
  display: block;
  overflow: hidden;
  height: 200px;
}

.blog-listing .flex-container--two-col > .item-with-image:nth-child(1) a, 
.blog-listing .flex-container--two-col > .item-with-image:nth-child(2) a {
  height: 300px;
}

.blog-post-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item-with-image__inner-content {
  margin-top: 14px;
}

#case-studies section {
  width: 100%;
}



/* News & Updates */

.resinwerks-news-updates-listing {
  background: #0A4A76;
  padding: 80px 0 140px;
  /*   background-image: url(https://www.resinwerks.com/hubfs/Resinwerks_2024/Images/bottom-badge-pattern.png);
  background-position: center 150px;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
}

.resinwerks-news-updates-listing:after {
  content: "";
  background-image: url(https://www.resinwerks.com/hubfs/Resinwerks_2024/Images/bottom-badge-pattern.png);
  background-position: center -25px;
  background-repeat: no-repeat;
  width: 100%;
  height: 590px;
  display: block;
  position: absolute;
  bottom: -1px;
}

.resinwerks-news-updates-listing>.content-wrapper {
  position: relative;
  z-index: 2;
}

.news-index_post-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.news-index_post_inner {
  background: #fff;
  height: 100%;
}

.news-index_post {
  width: 33.33%;
  padding: 0 20px 80px;
  position: static !important;
}

.news-index_post-image-wrapper {
  display: block;
}

.news-index_post-image {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 292px !important;
}

.news-index_post-content {
  background: #fff;
  padding: 40px;
}

.news-index_post-title {
  color: #0A4A76;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.news-index_post-title>a {
  color: inherit;
}

.news-index_post-title>a:hover {
  color: #0183ca;
}

.news-index-desc {
  color: #000;
  line-height: 1.66;
  padding-bottom: 20px;
}


.news-index_post-button {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.news-index_post-button:hover,
.news-index_post-button:focus {
  background-color: var(--color-royal-blue);
  border-color: var(--color-royal-blue);
  color: var(--color-white);
}

.next-posts-link {
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.5;
  padding: 14px 38px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  font-size: 18px;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.hs-blog-pagination {
  text-align: center;
  padding-bottom: 40px;
}

.next-posts-link:hover,.next-posts-link:focus {
  color: #0A4A76;
  background: #fff;
}

/* News Post */

.news-post-wrap {
    position: relative;
}

.news-post-graphic {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px){
  .news-index_post-content {
    padding: 30px;
  }

  .news-index_post-title {
    font-size: 30px;
  }

  .news-index_post {
    width: 50%;
    padding: 0 15px 40px;
  }

  .news-index_post-wrap {
    margin: 0 -15px;
  }
}

@media (max-width: 767px){
  .news-index_post {
    width: 100%;
  }

  .news-index_post-title {
    font-size: 27px;
  }

  .news-index_post-content {
    padding: 30px 20px;
  }

  .news-index_post-button {
    margin-bottom: 0 !important;
  }

  .resinwerks-news-updates-listing {
    padding: 50px 0 85px;
  }

  .news-index_post-image {
    height: auto !important;
  }

  .resinwerks-news-updates-listing:after {
    height: 535px;
  }

  .hs-blog-pagination {
    padding-bottom: 30px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 2% auto 5%;
  max-width: 1200px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  font-size: 1.25rem;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}


/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.backup-unsubscribe {
	text-align: center;
}
/* Global */

img {
  max-width: 100%;
}

::selection {
  color: #fff;
	background: #0183ca;
}


/* Text */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-italic {
  font-style: italic;
}


/* Spacing classes */

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  ::not(.header-main) .space-between {
    flex-direction: column;
  }
}

.margin-0 { margin: 0; }

.mb-s { margin-bottom: 0.5rem; }
.mb-m { margin-bottom: 1rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 4.3rem; }

.mt-s { margin-top: 0.5rem; }
.mt-m { margin-top: 1rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 4.3rem; }

.margin-auto {
	margin-right: auto;
	margin-left: auto;
}

/* Utilities */

.hide {
  display: none;
}

.show {
  display: block;
}

@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none;
  }
}
  
@media (max-width: 1200px) {
  .hide-on-mobile {
    display: none;
  }
}

.hide-text {
  text-indent: -9999px;
	display: inline-block;
}

.fixed-background {
  background-attachment: fixed;
}


/* Layout */

body {
  overflow-x: hidden;
}

.flex-container,
.more-case-studies {
  display: flex;
}

.hs-blog-listing .flex-container {
  flex-direction: unset !important;
}

@media (max-width: 767px) {
  .hs-blog-listing .flex-container {
    flex-direction: column !important;
  }
  
  .hs-blog-listing h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1200px) {
  body:not(.hs-blog-listing) .flex-container {
    flex-direction: column;
  }
}

.flex-container > div,
.more-case-studies > div {
  display: unset;
  vertical-align: top;
	margin-right: 21px;
	margin-left: 21px;
}

.flex-container > div:first-of-type,
.flex-container--two-col > div:nth-of-type(3n),
.more-case-studies > div:nth-of-type(3n+1),
.more-case-studies > div:first-of-type {
	margin-left: 0;
}

.flex-container > div:last-of-type,
.more-case-studies > div:last-of-type {
	margin-right: 0;
}

@media (max-width: 1200px) {	
	.flex-container > div,
  .more-case-studies > div {
		margin-right: 0;
		margin-left: 0;
	}
}

.flex-container--center {
	justify-content: center;
}

.flex-container--vertical {
	align-items: center;
}

.flex-container--wrap,
.more-case-studies {
	flex-wrap: wrap;
}

.flex-container--two-col > div {
	flex: 0 calc(46% - 16px);
	margin-bottom: 43px;
}

.flex-container--3-col > div {
	flex: 0 29%;
}

.more-case-studies > div {
  flex: 0 44%;
}

@media (max-width: 640px) {
  .more-case-studies > div {
    flex: 0 100%;
  }
}

.flex-container--width-even > div {
	flex: 1 1 0px;
}

/* OUR SYSTEMS PAGE */

.dnd_area-row-0-padding.inner-pages-hero {
  background: #eeeff0 !important;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

@media (max-width: 768px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
    margin-top: 32px;
  }
}

.breadcrumbs {
  padding: 0px !important;
}

@media (max-width: 640px) {
  .hs-content-id-39037917101 #hs_cos_wrapper_dnd_area-module-6,
  .hs-content-id-39029218104 #hs_cos_wrapper_dnd_area-module-6,
  .hs-content-id-39030140806 #hs_cos_wrapper_dnd_area-module-6,
  .hs-content-id-39031653078 #hs_cos_wrapper_dnd_area-module-6,
  .hs-content-id-39038350683 #hs_cos_wrapper_dnd_area-module-6 {
    margin-bottom: 23px;
  }
}


/* HOME PAGE */

.hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image.overlay-wrapper--dnd_area-module-4 h1,
.hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image.overlay-wrapper--dnd_area-module-4 p {
  text-shadow: 0 14px 21px rgba(0,0,0,.5);
}

@media (min-width: 1024px) {
  .hs-content-id-38337401616 h1 {
    font-size: 55px !important;
  }
  
  .hs-content-id-38337401616 #hs_cos_wrapper_dnd_area-module-2_ p {
    font-size: 25px !important;
  }
}

@media (max-width: 640px) {
  .hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-21.dnd-section.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment,
  .hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-27.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section,
  .hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-33.dnd_area-row-7-vertical-alignment.dnd-section.dnd_area-row-7-padding {
    text-align: center;
  }
}

#hs_cos_wrapper_module_16070356947355 .link,
#hs_cos_wrapper_module_16070357001695 .link,
#hs_cos_wrapper_widget_1607035522312 .link {
  text-align: center;
  display: inherit;
}


/* MARKETS INNER PAGE */

.resinwerks-bullet-points li::marker {
  color: #0183ca;
  font-weight: bold;
  display: inline-block; 
  width: 7px;
  margin-left: -1em;
}

.resinwerks-bullet-points li {
  list-style-position: outside !important;
  font-size: 17px;
}

#hs_cos_wrapper_module_16089257501236_ h4 {
  font-weight: bold;
  margin-bottom: 2px;
}

@media (max-width: 640px) {
  .hs-content-id-39154181135 .dnd_area-row-3-margin {
    margin-bottom: 0px !important;
  }
}

/* HERO BACKGROUND IMAGE ON ALL PAGES */

@media (max-width: 768px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
    margin-top: 0px;
  }
}


/* Chip and Quartz Aggregates */

@media (min-width: 1200px) {
  .hs-content-id-39357157662 .flex-container--wrap {
    justify-content: center;
    flex-direction: row;
  }
}

/* Contact Page */

#hs_form_target_dnd_area-module-10 input,
#hs_form_target_dnd_area-module-10 select,
#hs_form_target_dnd_area-module-10 textarea {
  border-radius: 10px !important;
}

form label {
  margin-top: .9rem;
}

.hs_firstname .input,
.hs_lastname .input,
.hs_email .input,
.hs_message .input {
  position: relative;
}

.hs_firstname .input:before,
.hs_lastname .input:before,
.hs_email .input:before,
.hs_phone .input:before,
.hs_zip .input:before,
.hs_i_am_a_ .input:before,
.hs_message .input:before,
.hs_company .input:before,
.hs_website .input:before{
  top: 26%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 6px 0 0;
  position: absolute;
}

.hs_firstname .input:before,
.hs_lastname .input:before {
   background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/user.svg) no-repeat;
   left: 2%;
}

.hs_email .input:before {
   background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/email-icon-contact-form.svg) no-repeat;
   left: 2%;
}

@media (max-width: 600px) {
  .hs_firstname .input:before,
  .hs_lastname .input:before {
    left: 2%;
    top: 14%;
  }
  
  .hs_email .input:before {
    top: 18%;
  }
  
  .hs_phone .input:before,
  .hs_zip .input:before,
  .hs_phone .input:before {
    left: 2% !important;
    top: 18%;
  }
  
  .hs_i_am_a_ .input:before {
    top: 21%;
  }
}

.hs_email .input:before {
/*   background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/icn-email-copy-3.svg) no-repeat;
  left: 2%; */
}

.hs_phone .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/phone-call.svg) no-repeat;
  left: 2%;
}

.hs_zip .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/placeholder.svg) no-repeat;
  left: 2%;
}

.hs_i_am_a_ .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/settings.svg) no-repeat;
  left: 2%;
}

.hs_message .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/edit-1.svg) no-repeat;
  left: 2%;
  top: 7%;
}
.hs_company .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/building-regular.svg) no-repeat;
  left: 2%;
}
.hs_website .input:before {
  background: url(https://7365043.fs1.hubspotusercontent-na1.net/hubfs/7365043/globe-solid.svg) no-repeat;
  left: 2%;
}

input[type=text] {
 padding-left: 42px;
}

input[type=tel] {
  padding-left: 42px;
}

input[type=email] {
  padding-left: 42px;
}

select {
  padding-left: 42px;
}

textarea {
  padding-left: 42px;
}

#hs_cos_wrapper_dnd_area-module-15 .download-wrapper.contact-wrapper {
  width: 446px;
}

@media (max-width: 1200px) {
  #hs_cos_wrapper_dnd_area-module-15 .download-wrapper.contact-wrapper {
    width: 100%;
  }
}

/* #hs_menu_wrapper_menu_34925507752 ul li.hs-menu-item.hs-menu-depth-1:last-of-type {
  display: none;
} */

.hs-form-field {
  margin-bottom: 0px;
}

.hs_submit {
  margin-top: 19px;
}

#hs_cos_wrapper_widget_1610194269379_ p,
#hs_cos_wrapper_widget_1610197249815_ P,
#hs_cos_wrapper_widget_1610197773493_ p {
  margin-bottom: 0px;
}


.hs-content-id-39320484545 #hs_cos_wrapper_widget_1610194269379_ img,
.hs-content-id-39273213629 #hs_cos_wrapper_widget_1610197249815_ img,
.hs-content-id-39321807566 #hs_cos_wrapper_widget_1610197773493_ img,
.hs-content-id-39322806104 #hs_cos_wrapper_widget_1610198593800_ img,
.hs-content-id-39357157261 #hs_cos_wrapper_widget_1610199163041_ img,
.hs-content-id-39190956776 #hs_cos_wrapper_widget_1610201699871_ img,
.hs-content-id-39368248370  #hs_cos_wrapper_widget_1610315205900_ img,
.hs-content-id-39356474060 #hs_cos_wrapper_widget_1610316228497_ img,
.hs-content-id-39357157662 #hs_cos_wrapper_widget_1610316743342_ img,
.hs-content-id-38986777287 #hs_cos_wrapper_widget_1610142368073_ img {
  box-shadow: 0 14px 21px rgba(0, 0, 0, .14);
}

.hs-content-id-38986777287 #hs_cos_wrapper_widget_1610142368073_ img {
  display: inherit;
  margin: 0 auto;
}

.hs-content-id-39726912234 #hs_cos_wrapper_dnd_area-module-6 {
  margin-bottom: 41px;
}

/* Product Inner Page */

@media (min-width: 768px) {
    .row-fluid-wrapper.row-depth-1.row-number-10.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-color.dnd_area-row-3-force-full-width-section .row-fluid .span6,
  .hs-content-id-40758676354 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40726312266 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40757809389 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40911163570 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40912265333 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40915894315 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40937500543 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40937673047 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40937926916 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40937843339 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40729243970 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40729718865 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40730492223 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40744104377 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40744104377 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6,
  .hs-content-id-40851427207 .span12.widget-span.widget-type-cell.dnd_area-column-12-padding.dnd-column .row-fluid .span6 {
    width: 50%;
  }
}

@media (max-width: 640px) {
  p br {
    display: none;
  }
}

/* Our Approacth */

/* #hs_cos_wrapper_dnd_area-module-6 {
  margin-bottom: 80px;
} */

@media (max-width: 640px) {
  .hs-breadcrumb-menu .hs-breadcrumb-menu-item:last-child {
    padding: 11px 0px 10px 10px;
  }
  
  .hs-breadcrumb-menu .hs-breadcrumb-menu-item:last-child span {
    font-size: 18px !important;
  }
}

/* Architects Center Page */

.no-bullet-points {
  list-style: none;
}

.download-items li:not(:last-child) {
  margin-bottom: 10px;
}

.download-items img, .accordion-title img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.accordion-title img {
  width: 35px;
  height: 35px;
}

.download-items {
  margin-left: 19px;
}

/* FOOTER */

@media (max-width: 1020px) {
  .swiper-pagination {
    display: none;
  }
  
  .Home .dnd_area-row-4-background-color {
    background-color: #345a52;
  }
  
  .Home .dnd_area-row-9-background-color {
    background-color: #065a91;
  }
}

@media (min-width: 1020px) {
/*   .Home .dnd_area-row-4-background-color {
    background-image: url('https://www.resinwerks.com/hubfs/Custom%20Resinwerks%20theme%20images/Inner%20pages%20images/resin-works.jpg') !important;
    background-size: cover;
  } */
  
  .Home .dnd_area-row-9-background-color {
    background-image: url('https://www.resinwerks.com/hubfs/professional%20epoxy%20flooring.jpg') !important;
    background-size: cover;
  }
}


#video-resinwerks {
  display: inline-block;
  width: 90%;
  max-width: 1020px;
}


/******************************
 * SUBSCRIBE 
 * ****************************/

.subscribe__text * {
  color: #fff;
  text-transform: uppercase;
}

.subscribe__text h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.subscribe__text h5 {
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .subscribe__text {
    text-align: center;
  }
  
  .subscribe__form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .subscribe__form {
    width: 100%;
  }
}

.subscribe .flex-container {
  align-items: center;
}

.subscribe form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.subscribe .hs_cos_wrapper_type_form h3 {
    display: none;
}

.subscribe .hs-submit {
  transform: scale(0.7);
  position: absolute;
  right: -16px;
  top: 8px;
}

@media (min-width: 640px) and (max-width: 768px) {
  .subscribe .hs-submit {
    top: 11px;
  }
}

.subscribe form .hs-input {
    width: 100%;
}


.subscribe .hs-form-field {
    width: 100%;
}

ul li label {
  width: 100% !important;
}

ul li label input:first-child {
  width: 3% !important;
}

.subscribe .hs-error-msgs {
    position: absolute;
    width: 100%;
}

.hs-main-font-element {
  display: block; /* was none */
}

.subscribe .hs-error-msgs li {
  margin: 0;
}

.subscribe .hs-error-msgs li label {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .subscribe__form {
    min-width: 500px;
  }
}

.subscribe {
  padding: 43px 0;
  background-size: contain;
}

@media (max-width: 768px) {
  form input[type=submit], form .hs-button {
    margin-top: -2px;
  }
  
  .subscribe__text h5 {
    font-size: 17px;
  }
  
  .content-wrapper {
    padding: 0 7px;
  }
}

@media (max-width: 414px) {
  form input[type=submit], form .hs-button {
    margin-top: -11px;
    font-size: 16px !important;
  }
}
/*
.hs-landing-page.hs-page .hs_firstname .input:before, .hs-landing-page.hs-page .hs_lastname .input:before {
  left: 5%;
}
*/
.button-icon {
  position: absolute;
  left: 5%;
  width: 23px;
}

.pop-up-form-content.fancybox-content {
  width: 100%;
  max-width: 820px;
}

.button {
  position: relative;
}

.button img {
  vertical-align: middle;
}

.button span {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .button {
    margin-bottom: 32px;
  }
}

.pop-up-form-content input[type="text"],
select {
  padding-left: 41px;
}

.pop-up-form-content input[type=email] {
    padding-left: 43px;
}

.pop-up-form-content input[type=tel],
textarea {
    padding-left: 43px;
}


.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
  height: 100% !important;
}

.gslide-inline .ginlined-content {
  height: 100% !important;
}

@media (max-width: 640px) {
  .glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
    height: auto !important;
  }
}

.download-module.download-module--widget_1622748144966 .download-wrapper.contact-wrapper {
  width: 100% !important;
  max-width: 458px !important;
}

input[type=file] {
  border-radius: 0px;
}


/* Case study */

.body-container--product-item.case-study .download-wrapper {
  width: 350px;
}

.load-more-btn {
  text-align: center;
}

.item-with-image__inner-content-tags {
  margin-top: 5px;
}

.item-with-image__inner-content-tags span a {
  font-size: 15px;
  color: #0183CA;
}

.item-with-image__inner-content-tags span:first-child {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.item-with-image__inner-content-tags span:first-child:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  right: 2px;
  top: 4px;
  background: gray;
  display: block;
}

@media (max-width: 768px) {
  .hs-content-id-58164794280 .flex-container .item-with-image:first-child,
  .hs-content-id-58164794280 .flex-container .item-with-image:nth-child(2) {
    margin-top: 50px !important;
  }
  
  .hs-content-id-58164794280 select {
    margin-top: 32px;
  }
}

.hs-content-id-58164794280 h2 {
  margin-top: 10px !important;
}

.hs-content-id-58164794280 select {
  border-color: #D0D0D0;
  border-radius: 4px;
  padding-left: 14px;
  color: #5C5F69;
}

@media (max-width: 1200px) {
  .hs-content-id-58164794280 select {
    margin-left: 32px;
  }
}

@media (max-width:640px) {
  .hs-content-id-58164794280 .flex-container .item-with-image:nth-child(2) {
    margin-top: 0px !important;
  }
  
  .hs-content-id-58164794280 select {
    max-width: 73%;
    margin-left: 10px;
  }
}

@media (min-width:640px) {
  .hs-content-id-58164794280 .flex-container {
    flex-direction: row !important;
  }
}

.hs-content-id-58949190955 .dnd_area-row-6-margin {
  margin-top: 0px !important;
}

.hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd_area-row-1-max-width-section-centering.dnd-section .span4 {
  text-align: center;
}

.hs-content-id-39038350683 #hs_cos_wrapper_dnd_area-module-9 img {
  width: 100%;
}

.hs-content-id-38337401616 .row-fluid-wrapper.row-depth-1.row-number-14.dnd-section.dnd_area-row-4-background-color.dnd_area-row-4-padding.dnd_area-row-4-vertical-alignment {
  background-color: #eeeff0 !important;
}

.body-container--markets-page .banner h2 {
  font-size: 48px !important;
}

@media (max-width: 768px) {
  .body-container--markets-page .banner__inner h2 {
    font-size: 33px !important;
  }
  
  .header-main {
    padding-top: 14px;
  }
}

.header__logo.header__logo--main a img {
  height: auto;
}

/* General thank you page */

.general-thank-you-page .social-links {
  justify-content: center !important;
  margin-top: 50px;
}

.container-fluid.body-container.body-container--landing-page .row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd_area-row-1-background-color.dnd_area-row-1-max-width-section-centering.dnd-section .span6.widget-span.widget-type-cell.cell_1655921915067-vertical-alignment.dnd-column {
  border-left: 1px solid #D8D8D8;
  padding-top: 41px;
  padding-bottom: 55px;
  padding-left: 37px;
}

.container-fluid.body-container.body-container--landing-page .row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd_area-row-1-background-color.dnd_area-row-1-max-width-section-centering.dnd-section .span6.widget-span.widget-type-cell.dnd_area-column-5-vertical-alignment.dnd_area-column-5-padding.dnd-column {
  padding-top: 41px;
  padding-bottom: 55px;
}

/* Layout */
.footer-container > div:not(.footer__main) {
	flex: 1 1 0px;
}

@media (min-width: 1200px) {
	.footer__main {
		padding-right: 34px;
	}
}

.footer {
  background-color: #5c5f69;
  color: #ffffff;
}

.footer h6,
.footer a {
  color: #ffffff;
}

.footer h6 {
  font-weight: bold;
  letter-spacing: 0;
}

.footer__menu .hs-menu-depth-1>a:hover {
  color: #0183ca;
}


/* Column 1 */

.footer__main span strong {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
}

.footer__main p {
  font-size: 16px;
  font-weight: light;
  font-stretch: normal;
  line-height: 2.56;
  letter-spacing: -0.38px;
  text-transform: capitalize;
  margin-top: 14px;
}


/* Social Links */
.footer__social-link a {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  margin-right: 7px;
}

@media (max-width: 640px) {
  .footer__social-link a {
    height: 55px !important;
    width: 55px !important;
  }
  
  .social-links__icon {
    height: 50px !important;
    width: 50px !important;
  }
}

.footer__social-link a svg {
  height: 43%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  fill: #fff;
  top: 50%;
}

.footer__social-link {
  margin-bottom: 43px;
}


/* Footer Text */

.footer__left * {
  font-size: 14px;
}

.footer__text,
.footer__copyright-text,
footer .hs-menu-depth-2 a,
.footer__legal-menu a {
  opacity: .7;
}

@media (min-width: 1200px) {
  .footer__text {
    max-width: 270px;
  }
}


/* Footer navigation */

.footer__menu .hs-menu-depth-1 > a {
  text-transform: capitalize;
  line-height: 1.9;
}

.footer__menu .hs-menu-wrapper li {
  text-align: left;
}

.footer__menu .hs-menu-wrapper li a {
  display: block;
}

.footer__menu a {
  font-size: 16px;
}

footer a:not(.cta_button):hover {
  opacity: 1;
  color: inherit;
}

.footer__menu .hs-menu-wrapper {
  width: 100%;
}

.footer__menu .hs-menu-wrapper ul {
  justify-content: space-between;
}

.footer__menu .hs-menu-depth-2 a {
  font-weight: 300;
  padding: 4px 0 12px 0;
}

.footer__legal-menu a {
  text-transform: none;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
  font-weight: 300;
}

@media (max-width: 767px) {
  .footer__menu .hs-menu-item,
  .footer__menu .hs-menu-flow-horizontal {
    display: block;
    width: 100%;
}
  
  .footer__menu .hs-menu-depth-1 > a, 
  .footer__menu .hs-menu-depth-2 > a,
  .footer__legal-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 0;
    display: block;
  }
  
  .footer__menu .hs-menu-depth-1 {
    margin-bottom: 0.5rem;
  }
}

.footer__menu li {
  display: block;
  width: 100%;
}

/* Fluid / Full width footer */

.footer-container--wide {
	padding: 0 5%;
}
  
/* Footer on landing pages */

.footer--no-nav {
	background: ;
	padding: 2.134vw;
}
  
.footer__copyright p {
	margin: 0;
}
	

/* FOOTER ON THE WEBSITE PAGES */
	
.footer.dnd-section {
  padding-top: 50px;
  padding-bottom: 14px;
}

@media (min-width: 1026px) {
  .footer.dnd-section {
    padding-bottom: 0px;
  }
}

.footer.dnd-section .flex-container {
  flex-direction: row;
}

@media (max-width: 1024px) {
  .footer.dnd-section .flex-container {
    flex-direction: column;
  }
  
  .footer__menu {
    margin-top: 23px;
  }
  
  .footer h6 {
    margin-bottom: 5px;
  }
}
	
@media (max-width: 640px) {
  .footer h6 {
    font-size: 17px !important;
  }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */

@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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}




.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}



/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
	padding: 0 0 0 4px;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 33px;
  height: 33px;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose,
    .glightbox-modern .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, .92);
  }
  .glightbox-clean .gslide-media,
	.glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner,
	.glightbox-modern .description-left .gdesc-inner,
	.glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
	.glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
	.glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose,
	.glightbox-modern .gclose {
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}