









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
.dnd-section {
  padding: 100px 20px;
  position: relative;
}

.container-fluid.body-container {
  padding: 0; 
}

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: 24px;
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, serif;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* Primary Button */

button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4388D1;
  border: 1px solid #4388D1;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #4388D1;
  border-color: #4388D1;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}

/* Secondary Button */

.button.button--secondary
.hs-button.button--secondary {
  background-color: transparent;
  border: 1px solid #4388D1;
  color: #4388D1;
  fill: #4388D1;
}

.button.button--secondary:hover,
.button.button--secondary:focus, 
.button.button--secondary:active,
.hs-button.button--secondary:hover,
.hs-button.button--secondary:focus,
.hs-button.button--secondary:active {
  background-color: #4388D1;
  border-color: #4388D1;
  color: #fff;
  fill: #fff;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #4388D1;
  font-size: 15px;
  font-style: normal;
  fill: #4388D1;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  background-color: #4388D1;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #4388D1;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #4388D1;
}

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

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

/* Button Sizing */

.button.button--small,
.hs-button.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.hs-button.button--large {
  font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}

/* Buttons design for all pages */

/* Page buttons */

 /* home page buttons */
#button_widget_1722058596560_1,
#button_widget_1722058596560_2,
#button_widget_1725403101932,
.hs-button.primary.large,
a.read,   
/* what we do buttons */
#button_widget_1725411597611,
#button_module_1725411614981,
#button_module_1725411619608,
#button_module_172538121783428,
#button_widget_1723284611664, 
/* blogspot buttons */
#button_widget_1726550905553 {
  color: #021F27 !important;
  transition:all linear 0.3s;
  font-family: 'Raleway';
  font-weight: 700;
}

/* home page buttons*/
#button_widget_1722058596560_1:hover, 
#button_widget_1722058596560_2:hover,
#button_widget_1725403101932:hover,
.hs-button.primary.large:hover,
a.read:hover,                         
/* what we do buttons */
#button_widget_1725411597611:hover,
#button_module_1725411614981:hover,
#button_module_1725411619608:hover,
#button_module_172538121783428:hover,
#button_widget_1723284611664:hover
/* blogspot buttons */
#button_widget_1726550905553:hover {       
  color: #fff !important;
}


/* home page buttons*/
#button_widget_1722058596560_1,  
#button_widget_1722058596560_2,
#button_widget_1725403101932,
.hs-button.primary.large,
a.read,
#widget_1722065280445 input.hs-button.primary.large
/* what we do buttons */
#button_widget_1725411597611, 
#button_module_1725411614981,
#button_module_1725411619608,
#button_module_172538121783428,
#button_widget_1723284611664,
/* blogspot buttons */
#button_widget_1726550905553 {
/*     padding: 10px 20px !important;
    border-radius: 5px !important; */
  border-radius: 50px !important;
  background: linear-gradient(90deg, #7ef1b3, #40de26) !important;
  border: navajowhite !important;
  margin-top:10px !important;
/*   font-weight:700 !important; */
  color: black !important;
}

/* global */
a.read {
  padding: 10px 20px !important;
}
form {
  max-width: none;
  font-family: Open Sans, sans-serif;
  border-radius: 6px;
  min-height: 28px;
}

.widget-type-form {
  min-height: 28px;
}

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

.hs-form label {
  font-size: .95rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, serif;
}

/* Force single column fields to full width inside of fieldsets */
fieldset .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.atmc-header {
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	border-bottom: 1px solid ;
	transition: all ease-in-out 400ms;
}
  .atmc-header.sticky {
		background-color: ;
		box-shadow: 0px 30px 2.2rem rgba(0,0,0,.09);
		box-shadow: 0px 20px 20px rgba(0,0,0,.15);
		position: fixed;
	}

.atmc-header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  max-width: 80px;
  margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

@media (max-width: 991px) {
	.atmc-header {
		background: ;
	}
	.atmc-header_container {
		padding: 0;
	}
}

/* =====
 * Header Skip
 * ===== */
a.header_skip {
	position: absolute;
	top: 0;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
	padding: 0.5rem 1rem;
	line-height: 1;
	font-size: 1rem;
	background-color: ;
	color: #fff;
	z-index: 100;
}
	a.header_skip:active,
	a.header_skip:focus,
	a.header_skip:hover {
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		overflow: visible;
	}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */



.atmc-header_navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	
	.atmc-header_navigation,
	.atmc-header_menu,
	.atmc-header_menu > .hs-menu-wrapper,
	.atmc-header_menu .hs-menu-wrapper > ul,
	.atmc-header_menu .hs-menu-wrapper > ul > li {
		height: 100%;
	}
	
	.atmc-header_menu .hs-menu-wrapper ul {
		margin-top: 0;
	}
	.atmc-header_menu .hs-menu-wrapper li {

	}
	.atmc-header_menu .hs-menu-wrapper li a {
		color: inherit;
		padding: 2rem 1rem;
		font-size: .9rem;
		font-weight: light;
		color: ;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.atmc-header_menu .hs-menu-wrapper li a:hover {
		color: #fff;
	}
	.atmc-header .atmc-header_menu li.active > a {
		color: ;
	}
	
	/* ---------
	 * Level 01
	 * ------------ */
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li {
		position: relative;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.has-mega-menu {
		position: static;
	}	
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > a {
		position: relative;
	}
	.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a {
		color: #fff;
	}
		.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > a {
			color: ;
		}
		.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			margin: auto;
			width: 0;
			height: 2px;
			background-color: var(--dark700);
			opacity: 0;
			transition: 0.5s ease;
		}
			.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > a:after {
				width: 100%;
				opacity: 1;
			}
	.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > a {
		color: #fff;
	}
		.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
			background-color: #fff;
		}
	
	/* Active */
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch > a,
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a {
		position: relative;
		color: ;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch > a:after,
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a:after {
			width: 100%;
			opacity: 1;
			background-color: ;
		}
	
	/* Hover */
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		visibility: hidden;
		transition: 0.15s ease;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	
	/* ---------
	 * Level 02
	 * ------------ */
	
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
		background-color: var(--gray700);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		color: #fff;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
		width: 100%;
		margin-top: 0.25rem;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
		display: block;
		padding: 0 1rem;
		font-size: .9rem;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > a {
		color: #fff;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children {
		position: relative;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children:before {
		content: "";
		position: absolute;
		right: 0.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	/* ---------
	 * Level 03
	 * ================= */
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
		position: absolute;
		left: 100%;
		top: 0;
		opacity: 0;
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
		visibility: hidden;
		background-color: var(--gray800);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		color: #fff;
		transition: 0.15s ease;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
		padding: 0 1rem;
	}
		.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > .hs-menu-children-wrapper {
			left: 100%;
			opacity: 1;
			transform: translateX(0);
			-webkit-transform: translateX(0);
		  visibility: visible;
		}
	
}

@media (max-width: 991px) {
	.atmc-header_menu-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-self: flex-end;
	}
	.atmc-header_menu .hs-menu-wrapper {
		display: none;
	}
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

.child-trigger {
	display: none; /* Hide button on Desktop */
}
@media (min-width: 992px) {
	.atmc-mobile-trigger {
		display: none!important;
	}
}

@media (max-width: 991px){
	
	.atmc-header_menu > .hs-menu-wrapper {
		max-height: calc(100vh - 79px);
		overflow-y: scroll;
	}

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of atmc-header_menu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .atmc-header_menu,
  .atmc-header_menu .hs-menu-wrapper > ul,
  .atmc-header_menu .hs-menu-wrapper > ul li,
  .atmc-header_menu .hs-menu-wrapper > ul li a{
    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:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */
	.hamburger {
		padding: 1rem!important;
		outline: none!important;
	}
	.hamburger-box {
		width: 2rem!important;
		margin: 0 .75rem;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 2rem!important;
    height: 1.5px!important;
	}


  /* 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:#ffffff;
    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{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .atmc-header_menu.js-enabled {
   }

  /* Hide menu on mobile */
  .atmc-header_menu.js-enabled .hs-menu-wrapper,
  .atmc-header_menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .atmc-header_menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .atmc-header_menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
		width: 100%;
    padding: 0;
  }
  .atmc-header_menu .hs-menu-wrapper{
    background-color:;
    width: 100%;
  }
	.atmc-header_menu .hs-menu-wrapper li.active-branch > a {
	  font-weight: bold;
	}
	.atmc-header_menu .hs-menu-wrapper li.active > a {
		background: ;
		color: #fff;
	} 

   /* Level 1 Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper > ul > li a {
    font-size: 1rem;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255, 255, 255, .35);
		position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper >  ul li a{
		padding: 1rem;
    color: #fff;
		height: 3rem;
  }
  .atmc-header_menu .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .atmc-header_menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px;
    font-size: 1rem;
  }

  /* Level 3 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px;
  }
  .atmc-header_menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px;
  }
}


/* ==========================================================================
   Logo
   ========================================================================== */

/* Styles for the Logo */
.atmc-header_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  overflow: hidden;
	padding: 1rem 0;
}

.atmc-header_logo img {
	display: block;
}

@media (max-width: 991px) {
	.atmc-header_logo {
		margin-left: 20px;
	}
}

/* Logo */
.atmc-header_logo_white {
	display: none;
}


/* ==========================================================================
   Language Switcher
   ========================================================================== */

.atmc-header_right {
	display: flex;
	align-items: center;
	order: 2;
}

.atmc-header_language-switcher {
	display: flex;
	align-items: center;
	padding: 2rem;
	border-left: 1px solid ;
	height: 100%;
	color: inherit;
}
.atmc-header_language-switcher-label {
	display: flex;
	align-items: center;
}
.atmc-header_language-switcher-label > div > span {
	display: block;
}
.atmc-header_language-switcher .lang_switcher_class {
	display: block;
}
.atmc-header_language-switcher .globe_class {
	background: none;
	position: relative;
	width: auto;
	height: auto;
}
.atmc-header_language-switcher .globe_class:before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.atmc-header_language-switcher-label-current {
	margin-left: .5rem;
	font-size: .9rem;
}

.atmc-header_language-switcher .lang_list_class:before {
	border-bottom-color: ;
}
.atmc-header_language-switcher .lang_list_class:after {
	border-bottom-color: ;
}
.atmc-header_language-switcher .lang_list_class li {
	border: none!important;
	background: ;
	width: 10rem;
	font-size: .75rem;
}
.atmc-header_language-switcher .lang_list_class li a {
	color: #fff;
}
.atmc-header_language-switcher .lang_list_class li a:hover {
	color: ;
}

@media (max-width: 991px) {
	.atmc-header_right {
		margin-left: auto;
		justify-self: flex-end;
	}
	.atmc-header_language-switcher-label-current {
		display: none;
	}
}

/* ==========================================================================
   Search Bar
   ========================================================================== */

.atmc-header-01_search {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s ease;
}
.atmc-header-01_search_active {
  opacity: 1!important;
  visibility: visible!important;
}
.atmc-header-01_search p {
	color: #fff;
}
@media (max-width: 991px) {
	.atmc-header-01_search_wrapper {
  	order: 3;
	}
}

/* Trigger */
.atmc-header-01_search_trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 2rem;
	border-right: 1px solid ;
	border-left: 1px solid ;
	height: 100%;
	transition: 0.3s ease;
}
.atmc-header-01_search_trigger svg {
	height: 1.25rem;
	fill: ;
	transition: 0.3s ease;
}
.header.sticky .atmc-header-01_search_trigger svg {
	fill: ;
}
	.atmc-header-01_search_trigger:hover {
		background: ;
  }
	.atmc-header-01_search_trigger:hover svg {
		fill: #fff;
	}
.atmc-header-white .atmc-header-01_search_trigger svg {
	fill: #fff;
} 

/* Close */
.atmc-header-01_search_close {
	display: inline-block;
	width: auto;
  cursor: pointer;
}
.atmc-header-01_search_close .hamburger {
	padding: 2px;
}
.atmc-header-01_search .hamburger.is-active .hamburger-inner,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:after,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}
.atmc-header-white .hamburger-inner,
.atmc-header-white .hamburger-inner:after,
.atmc-header-white .hamburger-inner:before,
.atmc-header-white .hamburger.is-active .hamburger-inner,
.atmc-header-white .hamburger.is-active .hamburger-inner:after, 
.atmc-header-white .hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
} 
 
/* Search input styling */
.atmc-header-01_search > div {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding: 1rem 20px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: 0.3s ease;
}
.atmc-header-01_search_active > div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.atmc-header-01_search input.hs-search-field__input {
	padding: 1rem;
  background-color: transparent!important;
	border: none!important;
  border-bottom: 1px solid #fff!important;
  color: #fff!important;
	font-size: 2rem!important;
	border-radius: 0!important;
}
.atmc-header-01_search input::-webkit-input-placeholder { 
  color: #fff;
}
.atmc-header-01_search input:-ms-input-placeholder {
  color: #fff;
}
.atmc-header-01_search input::placeholder {
  color: #fff;
}


/* ==========================================================================
   Header Styles
   ========================================================================== */

/* Header Default
   ========================================================================== */  

.atmc-header-default {
	background-color: ;
}

/* Header Transparent
   ========================================================================== */  

@media (min-width: 768px) {

	.atmc-header-transparent {
		border-bottom: 1px solid rgba(#null, .3);
		position: fixed;
	}

	/* Logo */
		.atmc-header-transparent .atmc-header_logo_white {
			display: block;
		}
		.atmc-header-transparent .atmc-header_logo_dark {
			display: none;
		}
		.atmc-header.sticky .atmc-header_logo_white {
			display: none;
		}
		.atmc-header.sticky .atmc-header_logo_dark {
			display: block;
		}

	/* Menu */
	.atmc-header-transparent .atmc-header_menu {
	}
	.atmc-header-transparent .atmc-header_menu .hs-menu-wrapper > ul > li > a {
		color: #fff;
	}
	.atmc-header-transparent .atmc-header_menu .hs-menu-wrapper > ul > li:hover > a {
		color: ;
	}
	.atmc-header-transparent .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
		background-color: ;
	}
	.atmc-header-transparent.sticky .atmc-header_menu .hs-menu-wrapper > ul > li > a {
		color: ;
	}

	/* Language Switcher */
	.atmc-header-transparent .atmc-header_language-switcher {
		color: #fff;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
	.atmc-header-transparent.sticky .atmc-header_language-switcher {
		color: inherit;
		border-left: 1px solid ;
	}

	/* Search */
	.atmc-header-transparent .atmc-header-01_search_trigger {
		border-left: 1px solid rgba(#null, .3);
		border-right: 1px solid rgba(#null, .3);
	}
	.atmc-header-transparent.sticky .atmc-header-01_search_trigger {
		border-left: 1px solid ;
		border-right: 1px solid ;
	}
	.atmc-header-transparent .atmc-header-01_search_trigger svg {
		fill: #fff;
	}
	.atmc-header-transparent.sticky .atmc-header-01_search_trigger svg {
		fill: ;
	}

}
.footer {
	padding: 0 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.footer.footer-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

/* -------
 * Site Footer
 * ------------------- */
.atmc-site-footer {
	position: relative;
	z-index: 3;
	padding: 4rem 0;
}
@media (min-width:992px) {
	.atmc-site-footer {
		padding: 6rem 0;
	}
}
@media (max-width:480px) {
	.atmc-site-footer {
		text-align: center;
	}
}

/* Layout */
@media (min-width:768px) and (max-width:991px) {
	.atmc-site-footer .row-fluid > .span4 {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		width: 40%;
		padding-right: 1rem;
	}	
	.atmc-site-footer .row-fluid > .span3 {
		display: none;
	}	
	.atmc-site-footer .row-fluid > .span5 {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		width: 60%;
		margin-left: 0;
	}
}

/* Site Footer Logo */
.atmc-site-footer_logo img {
	display: inline-block;
	width: auto!important;
	height: 50px;
	max-height: 50px;
}

/* Site Footer About */
.atmc-sitefooter_about p {
	font-size: 0.9rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_about p {
		text-align: center;
	}
}

/* Site Footer Social Icons */
.atmc-sitefooter_social {
	
}
.atmc-sitefooter_social .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-sitefooter_social a {
	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;
	width: 40px;
	height: 40px; 
	margin-right: 0.5rem;
	padding: 10px;
	border-radius: 100%;
	background-color: ;
	box-shadow: 0px 10px 10px rgba(0,0,0, .1);
}
  	.atmc-sitefooter_social a:hover {
			background-color: ;
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}
.atmc-sitefooter_social svg {
	height: 15px;
	transition: 0.3s ease;
	fill: #fff;
}
@media (max-width:767px) {
	.atmc-sitefooter_social .social-links { 
		-webkit-box-pack: center; 
		-ms-flex-pack: center; 
		justify-content: center;
	}
}

/* Site Footer Menu */
.atmc-sitefooter_menu a {
	position: relative;
	padding: 0;
}
	.atmc-sitefooter_menu a:hover,
	.atmc-sitefooter_menu a:focus {
		color: !important;
	}
.atmc-sitefooter_menu a:before {
	content: "";
	position: absolute;
	left: -0.5rem;
	bottom: 0;
	width: 2px;
	height: 0;
	background-color: ;
	transition: 0.3s ease;
}
	.atmc-sitefooter_menu a:hover:before {
		height: 100%;
	}
.atmc-sitefooter_menu li {
	display: block;
	width: 100%;
}
.atmc-sitefooter_menu li.hs-menu-item a {
	color: inherit;
}
.atmc-sitefooter_menu li.active > a {
	color: !important;
}
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
}

/* Lv 2 */
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper a {
	margin-top: 0.4rem;
	font-size: 0.95rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul,
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul a {
		text-align: center;
	}
}
@media (min-width:481px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%;
		width: 33.333333%;
		padding-right: 1rem;
	}
}
@media (max-width:480px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		margin-top: 1rem;
	}
}

/* -------
 * Footer
 * ------------------- */
.atmc-footer {
	position: relative;
	padding: 3rem 0;
	z-index: 3;
	border-top: 1px solid rgba(#null, 0.19);
}
.footer.text-white .atmc-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.atmc-footer > .dnd-section {
	padding: 0 20px;
}

@media (max-width:767px) {
	.atmc-footer {
		text-align: center;
	}
}


/* Copyright */
.footer__copyright {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer__copyright a {
	color: !important;
}


/* Developed By */
.footer_developed {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer_developed a {
	color: !important;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.blog-header__back {
  text-align: left;
  font-size: 0.8rem;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.blog-header__back a {
  text-decoration: none;
}

.blog-header__back a:hover {
  text-decoration: underline;
}

.blog-header__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 5rem 30px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 calc(100% - 30px);
  margin: 15px;
}
.blog-index__post--large {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e6e6;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc((100%/3) - 30px);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content--small {
  padding: 1.5rem;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;  
}
.blog-index__post-content p {
  font-family: Open Sans, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Open Sans, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex: 0 0 calc(100% - 30px);
  color: #494a52;
  text-decoration: none !important;
  margin: 15px;  
}
.blog-recent-posts__post-content {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/3) - 30px);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/* CUSTOM */
.main-blog .blog-post{
  max-width: unset;
  margin: 0 auto;
  padding: 0;
}
.main-blog .blog-pagination{width: 100%;}
.main-blog .blog-pagination .blog-pagination__link{
  font-size: 16px;
  line-height: 18px;
}
.main-blog .blog-pagination .blog-pagination__link--active{
  border: none;
  background: #4388D1;
  color: white;
  border-radius: 0;
  padding: 5px 10px;
}
.main-blog .blog-pagination__prev-link svg, 
.main-blog .blog-pagination__next-link svg{
  fill: #4388D1;
}
.main-blog .blog-pagination__prev-link--disabled svg, 
.main-blog .blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}
.main-blog .blog-pagination__number-link:hover, 
.main-blog .blog-pagination__number-link:focus{
  border-color:none;
}

.main-blog .blog-index__post2 > div{
  background: #F2F3F4;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.main-blog .block-index__feature-image{
  background: #FFFFFF;
  border: 1px solid #F2F3F4;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.main-blog .block-index__feature-image img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 249px;
}
.main-blog .blog-index__post-main .block-index__feature-image img{
  height: 300px;
  object-fit: contain;
}

.main-blog .blog-post__times{
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 135.8%;
}

.main-blog .blog-post__body blockquote{
  background-color: #f2f3f4;
  background-image: url(https://learndot.servicerocket.com/hubfs/learndot_theme/images/default/blockquote.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  padding: 40px 40px 40px 180px;
  border: 0;
  min-height: 200px;
}

.main-blog-post {
  background-image: url("https://learndot.servicerocket.com/hubfs/learndot_theme/images/default/Rectangle%2047.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main-blog hr {
  border-color: #c3da35;
}

.main-blog .block-index__content > h2{
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 135.8%;
}

.main-blog .author {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.main-blog .avatar {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c3da35;
  border-radius: 50%;
  padding: 10px;
}

.main-blog .blog-index .blog-header h2 > span{font-weight: normal;}


.main-blog .blog-header .google_search form .field{
  position: relative;
}
.main-blog .blog-header .google_search form .field > label{
  z-index: 0;
  position: absolute;
  top: 15px;
  left: 14px;
  color: #BFC4CE;
}
.main-blog .blog-header .google_search form .field .hs-input{
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  padding: 14px;
  padding-right: 50px;
  z-index: 1;
  position: relative;
}
.main-blog .blog-header .google_search form .field .hs-input:focus,
.main-blog .blog-header .google_search form .field .hs-input:not(:empty){
  background:white;
}
.main-blog .blog-header .google_search form .field .hs-button{
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 13px 15px;
  border-radius: 0;
}

.main-blog .blog-newsletter > div{
  background-color: #485656; 
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  color: white;
}
.main-blog .blog-newsletter form.hs-form label{
  color: white;
}
.main-blog .blog-newsletter h3.form-title{
  color: white;
  display: flex;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 111.8%;
}
.main-blog .blog-newsletter h3.form-title::before{
  content: '';
  display: block;
  margin-right: 20px;
  background-image: url("https://learndot.servicerocket.com/hubfs/learndot_theme/images/default/Email%20Icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 50px;
}
.main-blog  .blog-newsletter form input[type="text"],
.main-blog  .blog-newsletter form textarea,
.main-blog  .blog-newsletter form select,
.main-blog  .blog-newsletter form .hs-input{
  width: 100%;
  background: transparent;
  border: 1px solid white;
  padding: 8px;
}
.main-blog  .blog-newsletter form .hs-submit input[type="submit"]{
  width: 100%;
  background-color: white;
  color: #4388D1;
  padding: 8px;
  justify-content: center;
}
.blog-share svg,
.right-social-share svg{
  width: auto;
  height: 33px;
}

@media (min-width:769px){
  .right-social-share{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-blog:not(.main-blog-post) .blog-header > div:first-child{
    order: 2;
  }
  .main-blog:not(.main-blog-post) .blog-header > div:last-child{
    order: 1;
  }
  .right-social-share{
    max-width: 40px;
  }
  .hs-blog-post header .bprogress{
    content: '';
    height: 5px;
    display:block;
    background-color:#c3da35; 
    width: 0;
  }
}

@media (max-width:768px){
  .main-blog .blog-post__body blockquote{
    padding: 20px;
    background-image: none;
  }
}
/* new-footer */

@media (min-width: 768px) {
    .dual-buttons.d-flex.align-items-center.flex-wrap.justify-content-md-start.justify-content-start {
        justify-content: center !important;
    }
}

/* Footer buttons*/
#button_widget_1726562081506_1, 
#button_widget_1726562081506_2, 
button#button_widget_1726562081506_1, 
button#button_widget_1726562081506_2 {
  color: #021F27 !important;
  transition:all linear 0.3s;
  font-family: 'Raleway'
}

#button_widget_1726562081506_1:hover, 
#button_widget_1726562081506_2:hover, 
button#button_widget_1726562081506_1:hover, 
button#button_widget_1726562081506_2:hover {
    color: #fff !important;
}

/* button_widget_1726562081506_1 */
/* button_widget_1726562081506_2 */
.ftr-tabs {
    display: flex;
    justify-content: space-around;
}

.ftr-tabs-inner ul {
    padding: 0px;
    list-style: none;
}

.ftr-tabs-inner {
    width: 25%;
}

.ftr-tabs-inner h5{
    font-size: 18px;
    color:#EBECEB;
    font-weight:600;
  margin-bottom: 6px;
}
.ftr-tabs-inner li{
    font-size: 14px;
    color:#EBECEB;
    font-weight:400;
}

.ftr-tabs a {
    color: inherit; 
    text-decoration: none; 
}

.ftr-tabs a:hover {
  color: transparent;
}

.ftr-tabs a:active {
  color: transparent;
}

button#button_widget_1721978592976 {
    padding: 10px 20px;
    background: transparent;
    color: #33F4B8;
    border: #33F4B8 solid 2px;
    border-radius: 10px;
}

div#hs_cos_wrapper_widget_1721976831070 span {
    padding: 0px !important;
}

span#hs_cos_wrapper_widget_1721976831070_ {
    background: transparent;
    border: none;
    font-size: 14px !important;
}
.footer-global-row-0-background-color .span6.widget-span.widget-type-cell.dnd-column {
    border-left: 2px solid #184653;
}
.container-fluid {
    padding: 0px !important;
}
#button_widget_1726562081506_1, button#button_widget_1726562081506_1 {
    padding: 10px 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, #7ef1b3, #40de26);
    border: navajowhite;
    margin-top:10px;
    font-weight:700;
    color: black !important;
}

#button_widget_1726562081506_2, button#button_widget_1726562081506_2 {
    padding: 10px 35px;
    border-radius: 5px;
    background: linear-gradient(90deg, #7ef1b3, #40de26);
    border: navajowhite;
    margin-left:20px;
    margin-top:10px;
    font-weight:700;
    color: black !important;
}

/* new-footer-end*/
/* new-footer-end*/

@media (min-width: 768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media(max-width:1024px){
  
  /*   footer-responsive */
  .ftr-tabs {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}
  .ftr-tabs-inner {
    width: 50% !important;
}
  /*   footer-responsive-end*/

}

@media(max-width:480px)
/* new-footer */
{
  .ftr-tabs {
    display: flex;
    flex-flow: column;
}
  .ftr-tabs-inner{
  
    width:100%;
    
  }
  .footer-global-row-0-background-color .span6.widget-span.widget-type-cell.dnd-column{
    
    border:none !important;
    
  }
/*   new-footer-end */
}

.footer {
	padding: 0 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.footer.footer-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

/* -------
 * Site Footer
 * ------------------- */
.atmc-site-footer {
	position: relative;
	z-index: 3;
	padding: 4rem 0;
}
@media (min-width:992px) {
	.atmc-site-footer {
		padding: 6rem 0;
	}
}
@media (max-width:480px) {
	.atmc-site-footer {
		text-align: center;
	}
}

/* Layout */
@media (min-width:768px) and (max-width:991px) {
	.atmc-site-footer .row-fluid > .span4 {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		width: 40%;
		padding-right: 1rem;
	}	
	.atmc-site-footer .row-fluid > .span3 {
		display: none;
	}	
	.atmc-site-footer .row-fluid > .span5 {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		width: 60%;
		margin-left: 0;
	}
}

/* Site Footer Logo */
.atmc-site-footer_logo img {
	display: inline-block;
	width: auto!important;
	height: 50px;
	max-height: 50px;
}

/* Site Footer About */
.atmc-sitefooter_about p {
	font-size: 0.9rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_about p {
		text-align: center;
	}
}

/* Site Footer Social Icons */
.atmc-sitefooter_social {
	
}
.atmc-sitefooter_social .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-sitefooter_social a {
	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;
	width: 40px;
	height: 40px; 
	margin-right: 0.5rem;
	padding: 10px;
	border-radius: 100%;
	background-color: ;
	box-shadow: 0px 10px 10px rgba(0,0,0, .1);
}
  	.atmc-sitefooter_social a:hover {
			background-color: ;
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}
.atmc-sitefooter_social svg {
	height: 15px;
	transition: 0.3s ease;
	fill: #fff;
}
@media (max-width:767px) {
	.atmc-sitefooter_social .social-links { 
		-webkit-box-pack: center; 
		-ms-flex-pack: center; 
		justify-content: center;
	}
}

/* Site Footer Menu */
.atmc-sitefooter_menu a {
	position: relative;
	padding: 0;
}
	.atmc-sitefooter_menu a:hover,
	.atmc-sitefooter_menu a:focus {
		color: !important;
	}
.atmc-sitefooter_menu a:before {
	content: "";
	position: absolute;
	left: -0.5rem;
	bottom: 0;
	width: 2px;
	height: 0;
	background-color: ;
	transition: 0.3s ease;
}
	.atmc-sitefooter_menu a:hover:before {
		height: 100%;
	}
.atmc-sitefooter_menu li {
	display: block;
	width: 100%;
}
.atmc-sitefooter_menu li.hs-menu-item a {
	color: inherit;
}
.atmc-sitefooter_menu li.active > a {
	color: !important;
}
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
}

/* Lv 2 */
.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper a {
	margin-top: 0.4rem;
	font-size: 0.95rem;
}
@media (max-width:767px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul,
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul a {
		text-align: center;
	}
}
@media (min-width:481px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%;
		width: 33.333333%;
		padding-right: 1rem;
	}
}
@media (max-width:480px) {
	.atmc-sitefooter_menu > .hs-menu-wrapper > ul > li {
		margin-top: 1rem;
	}
}

/* -------
 * Footer
 * ------------------- */
.atmc-footer {
	position: relative;
	padding: 3rem 0;
	z-index: 3;
	border-top: 1px solid rgba(#null, 0.19);
}
.footer.text-white .atmc-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.atmc-footer > .dnd-section {
	padding: 0 20px;
}

@media (max-width:767px) {
	.atmc-footer {
		text-align: center;
	}
}


/* Copyright */
.footer__copyright {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer__copyright a {
	color: !important;
}


/* Developed By */
.footer_developed {
  font-family: ;
	line-height: 1;
	font-size: 0.8rem;
}
.footer_developed a {
	color: !important;
}
#center-read {
  display: none;
}

/* Styles for mobile phones */
@media only screen and (max-width: 480px) {
  #menu-toggle {
    margin-left: 9px;
  }
  
  #button_widget_1725403101932 {
    margin: 0 4px;
    display: block;
  }
  
  #center-read {
    display: block;
  }
  
  #left-read {
    display: none;
  }
  
  .justify-content-start {
    justify-content: center !important;
  }

  .hs_submit.hs-submit {
    display: flex;
    justify-content: center;
  }
  
   footer social links 
  .social-links.justify-content-md-start.justify-content-start {
    justify-content: center !important;
  }
  
  .ftr-tabs-inner {
      width: 34% !important;
   }
  
  .body-container .dnd-section:nth-child(odd),
  .body-container .dnd-section:nth-child(even) {
    padding-left: 47px;
    padding-right: 40px;
  }
  
  .justify-content-center {
    justify-content: center !important;
  }
  
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  /* about pages */
  img[alt="Carson Hansen"],
  img[alt="Paul Edwards"],
  img[alt="Laura Child"],
  img[alt="Vanessa Merill"],
  img[alt="Vanessa Merill"],
  img[alt="Joshua Beatty"],
  img[alt="Kyle Dequito"],
  img[alt="Wes Quiambao"],
  img[alt="Angelica Abion"],
  img[alt="Mira Darantinao"],
  img[alt="Paulo Jose Papa"] {
/*     width: 373.8px !important; */
/*    width: 304.8px !important;
    height: 397.43px; */
/*     height: 322.58px !important;
    width: 303.5px !important; */
  }
  
  /* images text */
  img[alt="Carson Hansen"],
  img[alt="Paul Edwards"],
  img[alt="Laura Child"],
  img[alt="Wes Quiambao"],
  img[alt="Angelica Abion"],
  img[alt="Mira Darantinao"] {
/*     margin-left: 27px; */
  }
  
  #hs_cos_wrapper_module_17230380981832 {
  
  }
  /*  center all spans of images  */
/*   .body-wrapper.hs-content-id-177365390503.hs-site-page.page >   */
  #hs_cos_wrapper_widget_1721894311213,
  #hs_cos_wrapper_module_17230383691942,
  #hs_cos_wrapper_module_17218944603792, 
  #hs_cos_wrapper_module_17230380981832,
  #hs_cos_wrapper_module_17218944658086,
  #hs_cos_wrapper_module_17230383890252,
  #hs_cos_wrapper_module_17219006812885,
  #hs_cos_wrapper_module_17230383994432,
  #hs_cos_wrapper_module_172190068128811,
  #hs_cos_wrapper_module_17230384261802,
  #hs_cos_wrapper_module_172190068128817,
  #hs_cos_wrapper_module_1723038440762,
  #hs_cos_wrapper_module_17219008386389,
  #hs_cos_wrapper_module_17230384574532,
  #hs_cos_wrapper_module_172190083863815,
  #hs_cos_wrapper_module_17230384762012,
  #hs_cos_wrapper_module_17219008386392,
  #hs_cos_wrapper_module_17230384907782,
  #hs_cos_wrapper_module_17243210653889,
  #hs_cos_wrapper_module_172432106538810,
  #hs_cos_wrapper_module_17243210653898,
  #hs_cos_wrapper_module_17243210653899,
  #hs_cos_wrapper_module_172432106538917,
  #hs_cos_wrapper_module_172432106538918,
  #hs_cos_wrapper_module_17253661119635,
  #hs_cos_wrapper_module_17253661119636,
  /* what we do */
  #hs_cos_wrapper_widget_1721901325966,
  #hs_cos_wrapper_module_17219017543215,
  #hs_cos_wrapper_module_17219017595085 {
    text-align: center !important;
    margin-bottom: 3px;
  }
  
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .social-links.justify-content-md-start.justify-content-start {
    justify-content: center !important;
  }
  
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page #team,
  #hs_cos_wrapper_module_17253681151574_,
  #hs_cos_wrapper_module_17253680808694 span {
    text-align: center;
    font-size: 45px !important;
    font-weight: 700;
  }
  
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .span4.widget-span.widget-type-cell.cell_17219012098804-hidden.cell_17219012098804-padding.dnd-column.cell_17219012098804-background-layers,
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .span4.widget-span.widget-type-cell.cell_1721901754321-background-layers.cell_1721901754321-padding.cell_1721901754321-hidden.dnd-column, 
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .span4.widget-span.widget-type-cell.cell_1721901759508-background-layers.cell_1721901759508-hidden.cell_1721901759508-padding.dnd-column {
    border-radius: 15px;
    padding: 0 10px;
    margin-bottom: 18px;
  }
  
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .comunication-mai {
    text-align: center;
  }
  
  .hs_cos_wrapper_module_17253680808694_ {
    font-size: 50px !important;
  }
  
  .dual-buttons.d-flex.align-items-center.flex-wrap.justify-content-md-start.justify-content-start {
    padding: 0px 30px !important;
  }
  
  
  
  .body-wrapper.hs-content-id-177365390503.hs-site-page.page .row-fluid-wrapper.row-depth-1.row-number-1.footer-global-row-0-padding.dnd-section.footer-global-row-0-hidden.footer-global-row-0-background-layers.footer-global-row-0-force-full-width-section .footer-global-row-0-background-color {
    text-align: center;
    padding: 5px;
  }
  
  #hs_cos_wrapper_module_17253680808694 #hs_cos_wrapper_module_17253680808694_ {
    font-size: 45px !important;
    color: #000000 !important;
    text-align: center;
  }
/*   .body-wrapper.hs-content-id-177365390503.hs-site-page.page .row-fluid-wrapper.row-depth-1.row-number-17.dnd-section.dnd_area-row-5-background-layers.dnd_area-row-5-padding.dnd_area-row-5-background-color {
    padding-left: 47px;
    padding-right: 40px;
  } */
  
/*   .body-wrapper.hs-content-id-177365390503.hs-site-page.page .span4.widget-span.widget-type-cell.cell_1721901754321-background-layers.cell_1721901754321-padding.cell_1721901754321-hidden.dnd-column {
    border-radius: 15px !important;
    padding: 0 10px !important;
    margin-bottom: 18px !important;
  } */
}


/* Styles for tablets */
/* @media only screen and (min-width: 481px) and (max-width: 1024px) {
  #menu-toggle {
    text-align: right;
    margin-left: 60px;
  }
}
 */

/* Ids */
#home-testimonials, #optimize-hubs, #v2company-choose {
  display: none
}
#home-testimonials:target {
    display: block !important; /* Show when targeted */
}

#v2company-choose:target {
    display: block; /* Show when targeted */
}

#optimize-hubs:target {
    display: block; /* Show when targeted */
}
