







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */




























/* 1d. Buttons */


















/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1i. Root */
:root {
	/* Main colors */
	--color-primary: #FF754F;
	--color-secondary: #44474E;
	--color-accent-1: #77BAC6;
	--color-accent-2: #A8B489;
	--color-accent-3: #E09976;

	/* Font colors */
	--color-base: #44474E;
	--color-header: #FF754F;
	--color-anchor: #FF754F;

	/* Container sizes */
	--container-width: 1350px;
	--vertical-padding: 80px;
	--container-padding: 45px;

	/* Header height (initial) */
	--header-height: 142px;
	--header-top: 0;
	--inverse-header-top: 0;

	/* Text alignment */
	--rtl-align: right;

	/* Transitions */
	--translate-transition: cubic-bezier(0.8, 0, 0.2, 1);
	--scale-transition: cubic-bezier(0, 0, 0.25, 1);

	--body-font: Yantramanav;

	accent-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
	:root {
		--header-height: 82px;
		--rtl-align: left;
	}
}





.content-wrapper {
	max-width: 1350px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  	padding: var(--vertical-padding) var(--container-padding);
}

header.header {
	padding: 35px var(--container-padding);
}

@media screen and (max-width: 767px) {
	.dnd-section,
	.content-wrapper--vertical-spacing {
		--vertical-padding:	calc(80px / 2);
		--container-padding: 20px;
	}

	header.header {
		--container-padding: 20px;
		padding: 18px var(--container-padding);
	}
}

.dnd-section > .row-fluid {
  max-width: 1350px;
}

.dnd-column {
  display: flex; !important
}





html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--sub-nav-section-height);
}

body {
  font-weight: 300; letter-spacing: -0.02em; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #44474E;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
	html, body {
		font-weight: 300; letter-spacing: -0.02em; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
		color: #44474E;
		font-size: 16px;
	}
}

/* Paragraphs */

p {
	font-weight: 300; letter-spacing: -0.02em; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
}

strong {
	font-weight: 700; letter-spacing: -0.02em; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
}

/* Anchors */

a {
  font-weight: 700; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
}

a:hover,
a:focus {
  font-weight: 700; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
  color: var(--color-base);
}

a:active {
  font-weight: 700; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #ff9d77;
}

/* Headings */

h1,
.h1 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 3.333rem;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 1.778rem;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 1.333rem;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 1.333rem;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #000000;
  font-size: 0.889rem;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 0.778rem;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #44474E;
}

/* Horizontal Rule */
hr {
	border-bottom: 1px solid var(--color-primary);
}

.hero-h1 {
  font-size: 60px;
}


@media screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 2rem;
	}
  .hero-h1 {
    font-size: 40px
  }
}





/* Primary */

button,
.button,
a.button {
  border: 1px solid #FF754F;

  padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;

  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 117, 79, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: var(--color-base);
  border-color: var(--color-base);
}

button:active,
.button:active,
a.button:active {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: var(--color-base);
  border-color: var(--color-base);
}

/* Secondary */

button.secondary,
.button.secondary,
a.button.secondary {
  
  padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;

  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
  color: #FF754F;
  font-size: 16px;
  text-transform: none;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus,
a.button.secondary:hover,
a.button.secondary:focus {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-base);
  border-color: var(--color-base);
}

button.secondary.hover-state-primary:hover,
button.secondary.hover-state-primary:focus,
.button.secondary.hover-state-primary:hover,
.button.secondary.hover-state-primary:focus,
a.button.secondary.hover-state-primary:hover,
a.button.secondary.hover-state-primary:focus {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

button.secondary:active,
.button.secondary:active,
a.button.secondary:active {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-base);
  border-color: var(--color-base);
}

/* Text Only */

button.text-only,
.button.text-only,
a.button.text-only {
  padding-top: 12px;
padding-right: 0px;
padding-bottom: 12px;
padding-left: 0px;

  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FF754F;
  font-size: 16px;
  text-transform: none;
  background-color: transparent;
  border: none;
}

button.text-only:hover,
button.text-only:focus,
.button.text-only:hover,
.button.text-only:focus,
a.button.text-only:hover,
a.button.text-only:focus {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-base);
}

button.text-only.hover-state-primary:hover,
button.text-only.hover-state-primary:focus,
.button.text-only.hover-state-primary:hover,
.button.text-only.hover-state-primary:focus,
a.button.text-only.hover-state-primary:hover,
a.button.text-only.hover-state-primary:focus {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

button.text-only:active,
.button.text-only:active,
a.button.text-only:active {
  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: var(--color-base);
}





form,
.submitted-message {
  font-weight: 300; letter-spacing: -0.02em; text-decoration: none; font-family: Yantramanav, sans-serif; font-style: normal;
}

/* Form title */

.form-title {
  color: #44474E;
}

/* Labels */

form label {
  color: #44474E;
}

/* Help text */

form legend {
  color: #858A95;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #F5F2ED;

  background-color: 

  
  
    
  


  rgba(245, 242, 237, 1.0)

;
  color: #44474E;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #858A95;
}

::-moz-placeholder {
  color: #858A95;
}

:-ms-input-placeholder {
  color: #858A95;
}

::placeholder {
  color: #858A95;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #858A95;
}

.fn-date-picker td.is-selected .pika-button {
  background: #FF754F;
}

.fn-date-picker td .pika-button:hover {
  background-color: #FF754F !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #FF754F;

  padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;

  font-family: Yantramanav, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 117, 79, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--color-base);
  border-color: var(--color-base);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--color-base);
  border-color: var(--color-base);
}





/* Table */

table {
  border: 1px solid #44474E;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #44474E;

  padding: 18px;

  color: #44474E;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 117, 79, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #44474E;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #44474E;
  font-family: Yantramanav;
}

.menu__child-toggle-icon {
  border-top-color: #44474E;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #1c1f26;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1c1f26;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6c6f76;
}

.menu__child-toggle-icon:active {
  border-top-color: #6c6f76;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #44474E;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #FF754F;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #FF754F;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #44474E;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #FF754F;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Yantramanav;
}

.header__language-switcher-label-current:after {
  border-top-color: #44474E;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #44474E;
  }
}





.hs-search-results__title {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #FF754F;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #d74d27;
}

.blog-index__post-title-link:active {
  color: #ff9d77;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #44474E;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #44474E;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1c1f26;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6c6f76;
}

.pagination__link-icon svg {
  fill: #44474E;
}

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 1.333rem;
}

.card__body svg {
  fill: #FF754F;
}

/* Social follow */

.social-links__icon {
  background-color: #FF754F;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #d74d27;
}

.social-links__icon:active {
  background-color: #ff9d77;
  font-weight: 300; text-decoration: none; letter-spacing: -0.02em; font-family: Yantramanav, sans-serif; font-style: normal;
  color: #FF754F;
  font-size: 1.333rem;
}