:root{
  --font-sm: 0.875rem; 
  --font-med: 1.125rem; 
  --font-lg: 1.25rem;
  --font-xlg: 3.25rem;


  --black: #212346;
  --element-blue-dark-darker: #12121f;
  --element-blue-dark-dark: #131326;
  --element-blue-dark-dark-2: #1d1d31;
  --element-blue-dark-light: #23243c;
  --element-blue-dark-lightest-2: #2a2e5c;
  --element-blue-dark-lighter: #292b46;
  --element-gray-light-light: #e2e7f3;
  --element-gray-light-lightest-1: #f8f9fc;
  --element-gray-light-lightest-2: #fbfcfd;
  --element-gray-light-lighter: #edf1f7;
  --element-gray-light-dark: #a0acc5;
  --text-black-light: #565a90;
  --text-black-lighter: #3d406d;
  --text-black-lightest: #888cc7;
  --text-white-dark: #babeec;
  --text-white-daskest: #a4a8dc;
  --text-white-darker: #dbddf5;
  --text-white-darkest: #a4a8dc;
  --gray-5: #e0e0e0;
  --gray-6: #f2f2f2;
  --white: #fff;

  --back-light: #252525;
  --light: #e0e0e0;
  --secondary-orange: #F68B38;
  --blue: #083A74;
  --primary-blue: #083468;

}


html {
  font-size: 100%;
  box-sizing: border-box!important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  color: #000;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-size: 36px;
  line-height: 51px;
  font-weight: 400;
}



h1 {
  font-size: 2.31rem;
  margin-bottom: 1.5rem;
  line-height: 1.31818182em;
}

h2 {
  margin-bottom: 1.5625rem;
  font-size: 56px;
  line-height: 67px;
  font-weight: 900;
}

p {
  line-height: 1.5;
  margin-bottom: 2.25rem;
}

a,
a:visited,
a:hover {
  text-decoration: none!important;
  margin: 0!important;
}

body.noscroll {
  overflow: hidden;
}

@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
}
p,
ul,
ol {
  margin-bottom: 1.85714286em;
}
ul,
ol {
  list-style: none;
  line-height: 1.85714286em;
}
ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
strong {
  font-weight: 600;
}
hr {
  margin: 1.85714286em 0;
  border-color: #fafafa;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/*! Typography -- Helpers */
.type--fine-print {
  font-size: 0.85714286em;
}

.inline-block {
  display: inline-block;
}

@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
/**! 04. Element Size **/
/**! 05. Images **/
img {
  max-width: 100%;
  /* margin-bottom: 1.85714286em; */
}
/*p+img, img:last-child{
	margin-bottom: 0;
}*/
.parallax {
  overflow: hidden;
}
/**! 06. Buttons **/
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 2.78571429em;
  padding-left: 2.78571429em;
  border: 1px solid var(--blue);
  border-width: 1px;
  font-size: inherit;
  line-height: 1.85714286em;
  color: var(--blue);
  /*padding: 0.5em 1.5em;*/
  
}

.mr-20 {
  margin-right: 1.78571429em;
}


.btn:hover {
  color: var(--blue);
  /* border: 1px solid var(--blue); */
}

.btn--light {
  background: var(--secondary-orange);
  color: var(--white);
  transition: color .2s ease,background .2s ease,box-shadow .2s ease;
}

.btn--light:hover {
  background: #f6964b;
  border: 1px border #f6964b;
}

.btn__text {
  color: var(--blue);
}

.btn__text:hover {
  color: var(--blue);
}


.signup-google {
  background: var(--secondary-orange);
}

/**! 07. Icons **/

.list--hover {
  padding-left: 0;
}

.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--sm {
  font-size: 2.35714286em;
}
/**! 08. Lists **/

.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
/**! 09. Lightbox **/
/**! 10. Menus **/
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span {
  color: var(--black-light)
}
.menu-horizontal > li > a,
.menu-horizontal > li > span {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: var(--black-light)
}
/* .menu-horizontal > li > a:hover,
.menu-horizontal > li > span:hover {
  color: var(--secondary)
} */
@media all and (min-width: 990px) {
  .menu-horizontal {
    display: inline-block;
  }
  .menu-horizontal > li {
    display: inline-block;
  }
  .menu-horizontal > li:not(:last-child) {
    margin-right: 1.85714286em;
  }
}
/**! 11. Dropdowns **/
/**! 12. Form Elements **/
form {
  max-width: 100%;
}
form + form {
  margin-top: 30px;
}
form:before,
form:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
form:after {
  clear: both;
}
input[type],
select {
  -webkit-appearance: none;
  background: #fcfcfc;
  padding: 0.46428571em;
  border-radius: 6px;
  border: 1px solid #ececec;
}
input[type]:focus,
select:focus {
  outline: none;
}
input[type]:active,
select:active {
  outline: none;
}
input[type]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}
input[type="image"] {
  border: none;
  padding: none;
  width: auto;
}
select {
  cursor: pointer;
  padding-right: 1.85714286em;
  -webkit-appearance: none;
}
select::ms-expand {
  display: none;
}
@keyframes load {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    width: 100%;
    opacity: .8;
    left: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/**! 13. Accordions **/
.accordion li .accordion__title,
.accordion li .accordion__content,
.accordion li .accordion__content * {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.accordion li .accordion__title {
  cursor: pointer;
  padding: 0.46428571em 0.92857143em;
  border: 1px solid #ececec;
  border-bottom: none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion li:last-child .accordion__title {
  border-bottom: 1px solid #ececec;
}
.accordion li .accordion__content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.accordion li .accordion__content > * {
  display: none;
}
.accordion li .accordion__content > *:first-child {
  padding-top: 0;
}
.accordion li .accordion__content > *:last-child {
  padding-bottom: 0;
}
.accordion li.active .accordion__title {
  background: #083A74;
  border-bottom: 1px solid #ececec;
}
.accordion li.active .accordion__content {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.accordion li.active .accordion__content > * {
  display: inline-block;
}
/**! 14. Breadcrumbs **/
/**! 15. Pie Charts **/
/**! 16. Tabs **/
.tabs {
  /* display: flex;
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; */
}
.tabs > li {
  /* float: left;
  display: block;
  opacity: .5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; */
}
.tabs > .active,
.tabs:hover {
  opacity: 1;
}
.tabs .tab__title {
  cursor: pointer;
}
.tabs .tab__title:not(.btn) {
  /* padding: 0 1.85714286em; */
}
.tabs li:first-child .tab__title:not(.btn) {
  /* padding-left: 0; */
}
.tabs .tab__content {
  /* display: none; */
}

/**! 17. Boxes **/
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
}
.boxed.boxed--lg {
  padding: 2.78571429em;
}
.boxed.boxed--sm {
  padding: 1.23809524em;
}
.boxed.boxed--border {
  border: 1px solid #ececec;
}
.boxed > div[class*='col-']:first-child:not(.boxed) {
  padding-left: 0;
}
.boxed > div[class*='col-']:last-child:not(.boxed) {
  padding-right: 0;
}
img + .boxed {
  margin-top: -1.85714286em;
}
@media all and (max-width: 767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  .boxed div[class*='col-']:not(.boxed) {
    padding: 0;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
}
/**! 18. Sliders Flickity **/
@keyframes backgroundLoad {
  0% {
    background: var(--dark-light);
  }
  100% {
    background: #3f3f3f;
  }
}
.slider .slides .flickity-slider > li:not([class*='col-']) {
  width: 100%;
}
.slider[data-paging="true"]:not(section) {
  margin-bottom: 3.71428571em;
}
.slider:not([data-paging="true"]) .slides {
  margin: 0;
}
section.slider {
  padding: 0;
}
section.slider .slides {
  margin: 0;
}

.slides {
  padding: 0px!important
}

.accordion {
  padding: 0px!important
}

.signup-form-or {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0;
  align-items: center;
  align-self: stretch;
  color: #fff;
  display: flex;
  margin: 10px 0;
}

.signup-form-or:before, .signup-form-or:after {
  border-bottom: 1px solid #fff;
  content: "";
  flex: 1;
}

.signup-form-or:before {
  margin-right: 10px;
}

.signup-form-or:after {
  margin-left: 10px;
}

/**! 19. Hover Elements **/
/**! 20. Masonry **/
/**! 21. Modals **/
/**! 22. Maps **/
/**! 23. Parallax **/
@media all and (max-width: 1024px) {

  #menu1 {
    position: absolute;
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    margin-top: 1.5rem;
    padding: 1.625rem;
    border-radius: 5px;
    z-index: 200;
  }

  /* .menu-open {
    overflow: hidden;
  } */


/* 
  .menu-open {
    opacity: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(#2d314d, transparent);
    overflow: hidden
  } */


}

/**! 25. Video **/
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**! 26. Colors **/
nav {
  background: #f9fafe!important;
}

body {
  background: #f9fafe;
}
/* a {
  color: var(--secondary);
} */
.bg--secondary {
  background: #f4f4f4;
}
.bg--primary {
  background: var(--primary-blue);
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
/**! 27. Image Blocks **/

/**! 31. Switchable Sections **/
.switchable {
  position: relative;
}
.switchable div[class*='col-']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='col-']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable .switchable__text {
  margin-top: 3.71428571em;
}
.switchable > div[class*='col-'] {
  padding: 0;
}
/**! 32. Typed Effect **/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**! 33. Gradient BG **/
/**! 34. Bars **/
.bar {
  padding: 1.85714286em 0;
}
.bar .logo {
  margin: 0;
  position: relative;
  top: 4px;
}
.bar .menu-horizontal {
  position: relative;
  top: 6px;
}
.bar:not([class*='visible-']) + .bar {
  margin-top: 0.92857143em;
}
.bar.bar--sm {
  padding: 0.92857143em 0;
}
@media all and (min-width: 991px) {

  .bar__module:not(:last-child) {
    margin-right: 0.92857143em;
  }
  
  .pos-fixed {
    z-index: 99;
    width: 100%;
  }
  .bar.pos-fixed {
    position: fixed;
    top: 0;
    animation: fadeInDown 0.3s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  }
  .bar.pos-fixed:not([class*='bg-']) {
    background: #ffffff;
  }
}
@media all and (max-width: 767px) {
  .bar__module {
    margin-bottom: 0.92857143em;
  }
  .bar__module + .bar__module {
    margin-top: 1.85714286em;
  }
  .bar__module .btn {
    display: block;
  }
  .bar__module .btn + .btn {
    margin-left: 0 !important;
  }
  .bar__module .btn:not(:last-child) {
    margin-bottom: 0.92857143em;
  }
  .bar + nav.bar {
    padding-top: 0;
  }
}
/**! 35. Navigation InPage **/
@keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/**! 36. Helper Classes **/
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
div.right {
  float: right;
}
section.text-right > .container:last-child > .row:only-child > div[class*='col-']:only-child {
  float: right;
}
/**! 37. Spacing **/
section,
footer {
  padding-top: 3em;
  padding-bottom: 3em;
}
section.space--xs,
footer.space--xs {
  padding-top: 3.71428571em;
  padding-bottom: 3.71428571em;
}

section {
  padding-top: 5em!important;
  padding-bottom: 5em!important;
}
/* section.space--sm,
footer.space--sm {
  padding-top: 4.95238095em;
  padding-bottom: 4.95238095em;
} */
@media all and (max-width: 767px) {
  section,
  footer {
    padding: 5.57142857em 0;
  }
}
div[class*='col-'] > div[class*='col-']:first-child {
  padding-left: 0;
}
div[class*='col-'] > div[class*='col-']:last-child {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .col-xs-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xs-6:nth-child(even) {
    padding-left: 7.5px;
  }
}
/**! 38. Boxed Layout **/
/**! 39. Wizard **/
/**! 40. Alerts **/
/**! 41. Progress - Horizontal **/
/**! 42. Theme Overrides **/
/*! -- Stack Customizers -- */
.border--round {
  border-radius: 6px;
}
.border--round:before {
  border-radius: 6px;
}
/*! -- Stack Helpers -- */
.container .container {
  max-width: 100%;
}
/*! -- Stack Animations -- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*! -- Stack Sections -- */
/* section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 0;
} */
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + footer:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom) {
  padding-top: 0;
}
section:not(.imagebg):not([class*='bg-']) + section.bg--secondary {
  border-top: 1px solid var(--light);
}
section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
  border-top: 1px solid var(--light);
}
section.bg--secondary:not(.unpad):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + section.bg--secondary {
  padding-top: 0;
}
section.bg--secondary + footer:not(.bg--dark):not(.bg--secondary) {
  border-top: 1px solid var(--light);
}
section:not([class*='bg--']) + footer.bg--secondary {
  border-top: 1px solid var(--light);
}
section.text-center div[class*='col-']:first-child:last-child {
  margin: 0 auto;
  float: none;
}
/*! -- Stack Typography -- */
@media all and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
h1,
.h1 {
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 57px;
}
h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 0.59090909090909em;
}
h2,
.h2 {
  margin-bottom: 0.78787878787879em;
}
h3,
.h3 {
  margin-bottom: 1.04em;
}
h3 strong,
.h3 strong {
  font-weight: 400;
}
h4,
.h4 {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}
h4.inline-block + .h4.inline-block:not(.typed-text),
.h4.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.68421052631579em;
}
h5,
.h5 {
  font-weight: 600;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 1.85714286em;
}
h6,
.h6 {
  font-weight: 700;
}
h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 2.16666666666667em;
}
/* span.h1:not(.inline-block),
span.h2:not(.inline-block),
span.h3:not(.inline-block),
span.h4:not(.inline-block),
span.h5:not(.inline-block),
span.h6:not(.inline-block) {
  display: block;
} */
hr {
  border-color: #ECECEC;
}
[class*='bg-']:not(.bg--white):not(.bg--secondary) p {
  opacity: .9;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  color: var(--dark-light);
}
/*! -- Stack Colours -- */
/*! -- Stack Links -- */
/* a {
  color: var(--secondary);
  font-weight: 700;
} */
/* a:hover {
  color: var(--secondary);
  text-decoration: underline;
} */
p a,
span a {
  font-size: 1em;
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.85714286em;
}

/*! -- Stack Tables -- */
/*! -- Stack Lists -- */
ul:not([class*='menu']) li > a {
  font-weight: normal;
}
ul:not([class*='menu']) li > a:hover {
  text-decoration: none;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ol li:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.list-inline {
  margin-left: 0;
  display: inline-block;
}
.list-inline li {
  display: inline-block;
  padding: 0;
}
.list-inline li:not(:last-child) {
  margin-right: 1.85714286em;
}
.list-inline:not(:last-child) {
  margin-right: 1.85714286em;
}
.list-inline--images img {
  max-height: 2.78571429em;
}
@media all and (min-width: 768px) {
  .list-inline--images li:not(:last-child) {
    margin-right: 5.57142857em;
  }
}
@media all and (max-width: 767px) {
  .list-inline--images li:not(:last-child) {
    margin-bottom: 1.85714286em;
  }
}
.list--hover li {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
.list--hover li:not(:hover) {
  opacity: .6;
}
@media all and (max-width: 767px) {
  .list-inline:not(.social-list):not(.list-inline--images) {
    display: block;
  }
  .list-inline:not(.social-list):not(.list-inline--images) li {
    display: block;
    margin: 0;
  }
  .list-inline:not(.social-list):not(.list-inline--images) li:not(:last-child) {
    margin-bottom: 0.46428571em;
  }
}
@media all and (max-width: 767px) {
  .list-inline {
    min-width: 100%;
  }
}
/*! -- Stack Rules -- */
hr:first-child {
  margin-top: 0;
}

.bg--primary hr:not(.short) {
  opacity: .3;
}

.boxed.boxed--lg {
  padding: 10px!important;
}

.slide {
  padding:0!important;
}


/*! -- Stack Buttons -- */

 /* .btn {
  position: relative;
  border-color: var(--secondary-orange);
  color: var(--secondary-orange)
}
.btn:not([class*='primary']) {
  border-color: var(--primary-blue);
}
.btn:not([class*='primary']):hover {
  border-color: var(--secondary-orange);
  color: var(--secondary-orange)
}

.btn:not([class*='primary']):hover .btn__text {
  border-color: var(--secondary-orange);
  color: var(--secondary-orange)
}
.btn + p.type--fine-print,
.btn + span.type--fine-print {
  margin-top: 1.08333333333334em;
}
.btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.btn.btn--sm + .btn--sm {
  margin-left: 0.92857143em;
}
p > .btn {
  text-decoration: none;
}  */





/* @media all and (max-width: 767px) {
  .btn:not(:last-child) {
    margin-bottom: 1.85714286em;
  }
} */
/* .bg--primary div:not([class*='feature']) .btn--primary {
  background: var(--secondary-orange);
  border-color: var(--secondary-orange);
}
.bg--primary div:not([class*='feature']) .btn--primary .btn__text {
  color: #FFF;
  
}
.bg--primary > .btn--primary {
  background: #fff;
  border-color: #fff;
}
.bg--primary > .btn--primary .btn__text {
  color: var(--secondary);
}
h1 + .btn,
.h1 + .btn {
  margin-top: 1.85714286em;
}
h2 + .btn,
.h2 + .btn {
  margin-top: 0.92857143em;
} */
/*! -- Stack Images -- */
img:last-child {
  /* margin-bottom: 0; */
}
/*! -- Stack Titles -- */
/*! -- Stack Labels -- */
/*! -- Stack Bars -- */
.menu-horizontal > li {
  font-family: 'Lato', 'Roboto', 'Helvetica', Sans-Serif;
}
.bar .logo {
  max-height: 1.85714286em;
  max-width: none;
}
.menu-horizontal > li > a {
  font-weight: 500;
}
.menu-horizontal > li a:hover {
  text-decoration: none;
}
.hamburger-toggle i {
  color: var(--dark-light);
}



@media all and (min-width: 990px) {
  .menu-horizontal li:not(:last-child) {
    margin-right: 4em;
  }
  .bar__module:not(:only-child) .menu-horizontal {
    top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  
  .bar-1 .menu-horizontal > li {
    display: inline-block;
  }
  
  .bar-1 .menu-horizontal > li:not(:first-child) {
    margin-left: 0.92857143em;
  }
  
  .bar-1 .bar__module {
    margin-bottom: 1.85714286em;
  }
  
  .bar-1 .row div[class*='col-']:last-child .bar__module:last-child {
    margin-bottom: 0;
  }
}

.bar-1 .menu-horizontal > li > a {
  font-size: 16px;
  line-height: 2.166666666666667em;
  font-weight: 500;
  letter-spacing: -2%;
}
@media all and (min-width: 1024px) {
  .bar-1 .bar__module + .bar__module {
    margin-left: 1.85714286em;
  }
}
/*! -- Stack Utilties -- */
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 990px) {
  .text-left-sm {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
/*! -- Stack Alerts -- */
/*! -- Stack Menu Toggle -- */
/*! -- Stack Nav Utility -- */
/*! -- Stack Nav Stacked -- */
/*! -- Stack Nav Side Menu -- */
/*! -- Stack Nav Sidebar Column -- */
/*! -- Stack Nav Fullscreen -- */
/*! -- Stack Dropdowns -- */
/*! -- Stack Twitter Feeds -- */
/*! -- Stack Instagram -- */
/*! -- Stack Cards -- */
.card p a {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .card .list-inline:not(.social-list) li {
    display: inline-block;
  }
  .card .list-inline:not(.social-list) li:not(:first-child) {
    margin-left: 0.92857143em;
  }
}
/*! -- Stack Checkmarks & Crosses -- */
/*! -- Stack Icons -- */
.icon:not(.block) {
  display: inline-block;
}
/*! -- Stack Tooltips -- */
[data-tooltip] {
  position: relative;
  overflow: visible;
}
[data-tooltip]:after {
  transition: all .2s ease;
  content: attr(data-tooltip);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark-light);
  color: #fff;
  border: 1px solid #e7e7e7;
  padding: 2px 12px;
  pointer-events: none;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 2px;
  z-index: 2;
  font-family: 'Lato';
}
[data-tooltip]:not(:hover):after {
  opacity: 0;
}
/*! -- Stack Boxes -- */
.boxed {
  border-radius: 6px;
}
.boxed:before {
  border-radius: 6px;
}

.boxed-stat {
  height: 150px;
}
.boxed:not(:last-child) {
  margin-bottom: 30px;
}
.boxed:not([class*='bg-']) {
  background: #ffffff;
}
.boxed.bg--secondary .boxed {
  background: #fafafa;
}
.bg--primary .boxed:not(.imagebg) {
  color: #666666;
}
.bg--primary .boxed:not(.imagebg) p {
  color: #666666;
}
.bg--primary .boxed:not(.imagebg) h1,
.bg--primary .boxed:not(.imagebg) h2,
.bg--primary .boxed:not(.imagebg) h3,
.bg--primary .boxed:not(.imagebg) h4,
.bg--primary .boxed:not(.imagebg) h5,
.bg--primary .boxed:not(.imagebg) h6,
.bg--primary .boxed:not(.imagebg) .h1,
.bg--primary .boxed:not(.imagebg) .h2,
.bg--primary .boxed:not(.imagebg) .h3,
.bg--primary .boxed:not(.imagebg) .h4,
.bg--primary .boxed:not(.imagebg) .h5,
.bg--primary .boxed:not(.imagebg) .h6,
.bg--primary .boxed:not(.imagebg) i {
  color: var(--dark-light);
}
/* .bg--primary .boxed:not(.imagebg) a {
  color: var(--secondary);
} */
/*! -- Stack Features Small -- */
.feature:not(.boxed) {
  margin-bottom: 60px;
}
.feature h5 {
  margin: 0;
}
.feature h4 {
  margin-bottom: 0.342105263157895em;
}
.feature h4 + p {
  max-width: 22.28571429em;
}
.feature i + h5 {
  margin-top: 1.85714286em;
}
.feature i + h4 {
  margin-top: 0.68421052631579em;
}
.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}
a.feature {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #666666;
}
a.feature img:first-child:not(:last-child) {
  margin-bottom: 0.92857143em;
}
@media all and (max-width: 767px) {
  a.feature {
    margin-bottom: 0.92857143em !important;
  }
}
@media all and (max-width: 767px) {
  .feature .feature__body form .row {
    margin-left: 0;
    margin-right: 0;
  }
}
section.text-center .feature-6 h4 + p {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .row div[class*='col-']:nth-child(1):nth-last-child(3) .feature,
  .row div[class*='col-']:nth-child(2):nth-last-child(2) .feature,
  .row div[class*='col-']:nth-child(3):last-child .feature {
    margin-bottom: 0;
  }
}
.feature-2 {
  overflow: hidden;
}
.feature-2 .feature__body {
  width: 85%;
  float: right;
}
.feature-2 h5 {
  margin-bottom: 0.46428571em;
}
.feature-2 p:last-child {
  margin: 0;
}
.feature-2 i {
  width: 25%;
  float: left;
}
.feature-large .feature-2 + .feature-2:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .feature-2 .feature__body,
  .feature-2 i {
    width: 100%;
    float: none;
  }
  .feature-2 p:first-of-type {
    margin-top: 0.92857143em;
  }
}
.feature-6 p {
  min-height: 9.28571429em;
}
.feature-6 p:last-child {
  margin: 0;
}
.feature-8 {
  padding: 2.78571429em 0 3.71428571em 0;
}
.feature-8:not(.boxed) {
  margin-bottom: 0;
}
.feature-8 .feature__body {
  max-width: 70%;
  margin: 0 auto;
}
.feature-8 p {
  min-height: 5.57142857em;
}
@media all and (max-width: 990px) {
  .feature-8 .feature__body {
    max-width: 85%;
  }
}
@media all and (max-width: 767px) {
  .feature p {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .feature.boxed {
    margin-bottom: 15px;
  }
  .feature:not(.boxed) {
    margin-bottom: 30px;
  }
  .feature.feature-8 {
    margin-bottom: 0;
  }
}
.feature-8 img {
  max-height: 14.85714286em;
}
/*! -- Stack Features Large -- */
.feature-large h4:first-child {
  margin-bottom: 0.68421052631579em;
}
.feature-large .feature:not(.boxed) {
  margin-bottom: 30px;
}
/*! -- Stack Accordions -- */
.accordion .accordion__title {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  margin-top: 10px;
}
.accordion .accordion__title:hover {
  opacity: 1;
}
.accordion .accordion__title:after {
  font-family: "stack-interface";
  content: '+';
  color: var(--secondary-orange);
  right: 30px;
  position: absolute;
  font-weight: 900;
  font-size: 20px;
}
.accordion .accordion__title span {
  display: inline-block;
}
.accordion li.active {
  margin-bottom: 0.92857143em;
}
.accordion li.active .accordion__title {
  opacity: 1;
}
.accordion li.active .accordion__title:after {
  content: '-';
  color: #FFF;
  right: 0;
  text-align: right;
  position: absolute;
  right: 30px;
  font-weight: 900;
  font-size: 20px;
}
.accordion li.active .accordion__content {
  animation: fadeUp .5s ease forwards;
  -webkit-animation: fadeUp .5s ease forwards;
  background: #FFF;
  padding: 10px;
}
.accordion-1 li.active .accordion__title {
  border-color: #083A74;
}
.accordion-1 li.active .accordion__title:not(.line-accordion) span {
  color: #FFF;
}
.accordion-1 li .accordion__title {
  border-radius: 6px;
  border-bottom: 1px solid #ECECEC;
  background: #FFF
}

.bg--primary .accordion-1 li .accordion__title:before {
  color: #fff;
}

.bg--primary .accordion li .accordion__title {
  border-color: rgba(255, 255, 255, 0.3);
}
/*! -- Stack Tabs -- */
.tabs-container.tabs--vertical {
  overflow: hidden;
}
.tabs-container.tabs--vertical .tabs {
  /* width: 25%; */
  float: left;
}
.tabs-container.tabs--vertical .tabs li {
  display: block;
  border: 1px solid #000000;
  border-radius: 6px;
}
@media all and (max-width: 767px) {
  .tabs-container.tabs--vertical .tabs {
    width: 100%;
    float: none;
  }
  .tabs-container.tabs--vertical .tabs {
    margin-bottom: 1.85714286em;
  }
}
.tabs {
  /* display: inline-block; */
  border-radius: 6px;
  margin-bottom: 1.85714286em;
}
.tabs li {
  /* padding: 0.92857143em 1.85714286em; */
  /* margin-right: 0.3em;
  width: 15rem;
  height: 4rem;
  padding-top: 0.92857143em;
  text-align: center; */
}
.tabs li:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
.tabs li.active {
  opacity: 1;
  background: #083A74;
}
.tabs li.active .tab__title {
  color: #fff;
}
/* .tabs li.active .tab__title span {
  color: var(--secondary);
} */
.tabs li:not(.active) {
  opacity: 1;
  color: #083A74
}
.tabs li:hover {
  opacity: 1;
  cursor: pointer;
  background: #083A74;
  color: #fff;
}
.tabs li:hover .tab-icon path {
  fill: var(--secondary-orange);
}
.tabs .tab__title {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.tabs .tab__title:not(.btn) {
  padding-right: 0;
  padding-left: 0;
}
.tabs .tab__title i + span {
  margin-top: 0.46428571em;
  display: inline-block;
  margin-bottom: 0;
}
.bg--primary .tabs {
  border-color: #fff;
}
.bg--primary .tabs li.active .tab__title {
  color: #fff;
}
.bg--primary .tabs li.active .tab__title span {
  color: #fff;
}
.bg--primary .tabs li:not(:last-child) {
  border-color: #fff;
}
@media all and (max-width: 767px) {
  .tabs li {
    display: block;
  }
  .tabs li:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    border-right: none;
  }
}
/*! -- Stack Switchable Sections -- */
@media all and (min-width: 768px) {
  .switchable .container > .row {
    flex-flow: row-reverse;
  }
}
.switchable .switchable__text {
  margin-top: 1.85714286em;
}
.switchable [class*='col-']:first-child .switchable__text {
  margin-bottom: 2.78571429em;
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .switchable .switchable__text {
    margin-top: 1.85714286em;
  }
  .switchable .row > div[class*='col-'] {
    float: none !important;
  }
  .switchable .row > div[class*='col-']:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
/*! -- Stack CTA -- */
.cta .btn:first-child:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.cta.boxed:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .cta-3 .switchable__text {
    margin-top: 5.57142857em;
  }
}
/*! -- Stack Videos -- */
/*! -- Stack Modals -- */
/*! -- Stack Notifications -- */
/*! -- Stack Loader -- */
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*! -- Stack Lightboxes -- */
/*! -- Stack Covers -- */
/*! -- Stack Processes -- */
/*! -- Stack Typed Text -- */
/*! -- Stack Forms -- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  input {
    font-size: 16px;
  }
}
form:before,
form:after {
  content: '';
}
form {
  position: relative;
}
form > div[class*='col-']:not(:last-child),
form > .row > div[class*='col-']:not(:last-child) {
  margin-bottom: 0.92857143em;
}
form .boxed:last-child {
  margin: 0;
}
@media all and (min-width: 768px) {
  div[class*='col-'] > form div[class*='col-']:last-child:nth-child(2) {
    padding-right: 0;
  }
  div[class*='col-'] > form div[class*='col-']:first-child:nth-last-child(2) {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .row form > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
h2 + form,
.h2 + form {
  margin-top: 2.78571429em;
}
h3 + form,
.h3 + form {
  margin-top: 2.78571429em;
}
form + span.type--fine-print {
  margin-top: 1.08333333333334em;
  display: inline-block;
}
input,
select {
  height: 2.78571429em;
}
input[type] + input[type] {
  margin-top: 0.92857143em;
}
input,
select {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
input:not([class*='col-']),
select:not([class*='col-']) {
  width: 100%;
}
input[type],
select {
  padding-left: 0.92857143em;
}
input[type]:focus,
select:focus {
  border-color: #fea627;
}
input[type="image"] {
  border: none;
  padding: none;
  width: auto;
}
input[type="image"] {
  padding: 0;
  width: auto;
  border: none;
}
/*! -- Stack Subscribe Forms -- */
/*! -- Stack Elaborate Forms -- */
/* Stack Boxed Forms */
/* Stack Datepicker Form */
/* Stack Horizontal Forms */
/*! -- Stack Sliders -- */
.slider.border--round .slides li {
  border-radius: 6px;
  overflow: hidden;
}
.slider.boxed--border .slides li {
  border: 1px solid #ececec;
}
.slider .slides li .feature:not(.feature-9) {
  margin-bottom: 0;
}
.slide .boxed:last-child {
  margin-bottom: 0;
}
.slide:not([class*='col-']) > img:only-child {
  width: 100%;
}
@media all and (min-width: 768px) {
  h2 + .slider,
  .h2 + .slider {
    margin-top: 3.71428571em;
  }
}
/*! -- Stack Pricing -- */
.pricing {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: relative;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing .h2 {
  margin-bottom: 0.3939393939394em;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.46428571em;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .h1 {
  font-size: 4.21428571428571em;
  line-height: 1.10169491525424em;
  margin-bottom: 0.22033898305085em;
}
.pricing .feature-6 p {
  min-height: 5.57142857em;
}
/*! -- Stack Progress Horizontal -- */
/*! -- Stack Maps -- */
/*! -- Stack Testimonials -- */
/*! -- Stack Masonry -- */
/*! -- Stack Blog -- */
/*! -- Stack Portfolio -- */
/*! -- Stack Shop -- */
.product {
  margin-bottom: 0.92857143em;
}
.product img {
  margin-bottom: 0.92857143em;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  backface-visibility: hidden;
}
.product a:hover img {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
.product h5 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.46428571em;
}
.product .h4 {
  margin-bottom: 0;
}
.product .h4:first-child {
  clear: left;
}
.col-sm-6:not(.col-md-3) .product {
  text-align: center;
}
/*! -- Stack Wizard -- */
/*! -- Stack Footers -- */
footer .type--fine-print:not(p) {
  opacity: .5;
}
footer a {
  font-weight: normal;
}
footer:not(.bg--primary):not(.bg--dark) a {
  color: #666666;
}
footer a.type--fine-print:not(:first-child) {
  margin-left: 1.85714286em;
}
footer .logo {
  max-height: 1.67142857em;
}
footer ul:not(.list-inline):not(.slides) > li {
  line-height: 2.32142857em !important;
}
footer.footer-2 .row:last-child {
  margin-top: 3.71428571em;
}
@media all and (min-width: 768px) {
  footer .list-inline + .btn {
    position: relative;
    bottom: 4px;
  }
  footer .logo {
    margin: 0;
  }
  footer .logo:not(:last-child) {
    margin-right: 1.85714286em;
  }
}

/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 550px;
    height: 550px!important;
  }
  
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  /* ---- previous/next buttons ---- */
  /* right to left */
  
  /* ---- page dots ---- */

  /*custom*/

  h1 .highlighted-word {
    color: var(--secondary-orange);
  }
  h1 .bold {
    font-weight: 900;
    font-size: 60px;
  }
  .bold {
    font-weight: 900;
  }
  .muted {
    opacity: .6;
  }
/*   
  .btn--outline {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
  }
  
  .btn--orange, .btn--orange:hover {
    color: #FFF;
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange)!important;
  } */
  
  .hosted {
    margin-top: 50px;
  }
  .hosted span {
    font-size: 10px;
    color: #8A8A8A;
  }
  
  .edge-image img {
    transform: translateX(30%);
  }
  .edge-image-left img {
    transform: translateX(-30%);
  }
  
  @media only screen and (min-width: 1600px) {
    .edge-image img {
      transform: translateX(49%);
    }
    .edge-image-left img {
      transform: translateX(-56%);
    }
  }

  @media only screen and (min-width: 2400px){
    .edge-image img {
        transform: translateX(97%);
    }
    .edge-image-left img {
        transform: translateX(-110%);
    }
  }
  
  .bg--primary.boxed h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  .text--orange {
    color: var(--secondary-orange)!important;
  }
  .boxed--border--dashed {
    border: 1px dashed #FFF;
  }
  #home-categories h3 {
    /* margin-top: 100px; */
  }
  #home-categories h3, #home-categories a {
    /* margin-left: 100px; */
  }
  .feature-tabs .feature-2 {
    margin-bottom: 0!important;
  }
  .feature-tabs h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .feature-tabs p {
    font-size: 13px;
  }
  .feature-tabs svg:not(:root) {
    vertical-align: text-top;
    margin-left: 12px;
    margin-top: -6px;
  }
  .feature-tabs .boxed:not(:last-child) {
    margin-bottom: 15px;
    padding: .9em
  }
  
  .bg-white p {
    color: #000!important;
    font-size: 13px;
    line-height: 24px;
  }
  
  .gradient-bg {
    background: linear-gradient(180deg, #083A74 0%, #041C38 100%);
  }
  
  .tab-icon {
    height: 20px;
    /* margin-right: 10px; */
  }
  .tabs li.active .tab-icon path {
    fill: var(--secondary-orange);
  }
  .services-search {
    background: var(--light)!important;
    color: #A3A3A3;
  }
  .services-search::before {
    content: url(../img/icons/search.svg);
    color: var(--secondary-orange);
    width: 24px;
    height: 24px;
  }
  .product-info-icon {
    position: absolute;
    right: 15px;
  }
  /* Tooltip container */
  
  /* Tooltip text */
  .product-tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: fixed;
    z-index: 1;
    left: 0;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .product-tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .product-card, .product-card-database, .product-card-development, .product-card-application, .product-card-hosting {
    display: none;
  }
  .null-data {
    display: none;
  }
  
  .line-accordion {
    border: none!important;
    border-bottom: 1px solid #ECECEC!important;
    color: #333!important;
  }
  .accordion li.active .line-accordion {
    border-bottom: 2px solid var(--secondary-orange);
    color: var(--secondary-orange)!important;
    background-color: transparent!important;
  }
  .accordion .line-accordion:after {
    color: #333!important;
  }
  .accordion li.active .line-accordion:after {
    color: var(--secondary-orange)!important;
  }
  
  .changelog-item {
   border-bottom: 1px solid #E9E9E9!important;
   width: 100%;
   display: block;
   font-size: 12px;
  }
  @media (min-width:1700px) {
    .header-animation {
      right: 5%!important;
    }
  }
  @media (max-width: 1100px) {
    .header-animation {
      right: -35%!important;
    }
    .bottom-cta {
      background-position: 250% -50%!important;
    }
    .list-inline--images li:not(:last-child) {
      margin-right: 60px;
    }
    .cta-3 .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (max-width: 600px) {
    html, body {
      overflow-x: hidden;
      }
    .header-animation {
      display: none;
    }
    .btn {
      width: 100%;
      padding: 10px;
    }
    .hosted {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 30px;
    }
    .switchable {
      margin-top: 0px!important;
    }
    .boxed.boxed--lg {
      padding: 30px;
      background-image: none!important;
    }
    .boxed.boxed--lg .boxed {
      margin: 20px 15px 10px;
    }

    .offering {
      margin-left: 15px;
      margin-right: 15px;
    }
    #home-categories h3, #home-categories a {
      text-align: center;
      margin: 0px;
      margin-bottom: 20px;
    }
    .feature-tabs {
      text-align: center;
    }
    .open-source-section svg {
      margin-top: 30px;
    }
    .bottom-cta {
      background-image: none!important;
      text-align: center;
    }
    .feature-6 {
      text-align: center;
    }
    .product-tooltip .tooltiptext {
      left: 0;
    }
    .list-inline--images li:not(:last-child) {
      width: 100%;
      margin-bottom: 70px;
    }
  }



  /* Navigation */
  .header {
    position: relative;
    z-index: 1;  

  }
  
  /* Hamburger Open Styles */
  .header.open .header__toggle > span:first-child {
      transform: rotate(45deg);
  }
    
  .header.open .header__toggle > span:nth-child(2) {
    opacity: 0;
  }
    
  .header.open .header__toggle > span:last-child {
    transform: rotate(-45deg);
  }
  
    
  
  .overlay {
      opacity: 0;
      position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-image: linear-gradient(#2d314d, transparent);
  }
  nav {
      position: relative;
      background-color: #fff;
      padding-top: 1.0625rem;
      padding-bottom: 1.0625rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .header__toggle > span {
      display: block;
      width: 26px;
      height: 2px;
      background-color: #2d314d;
      transition: all 300ms ease-in-out;
      transform-origin: 3px 1px;
  }
  .header__toggle > span:not(:last-child) {
      margin-bottom: 5px;

  }

  .header__right {
      display: flex;
      align-items: center;
  }
  
  .header__menu {
      position: absolute;
      width: calc(100% - 3rem);
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      margin-top: 1.5rem;
      padding: 1.625rem;
      border-radius: 5px;
  }

  .header__menu a {
      display: block;
      padding: 0.625rem;
      color: hsl(233, 26%, 24%);
      text-align: center;
      opacity: 0.8;
  }

  .header__menu a:hover {
      opacity: 1;
  }

  .header__links {
    margin-right: 60px;
  }
  
  .header__links a {
      position: relative;
      font-size: 14px;
      transition: color 300ms ease-in-out;
      color: var(--dark-light);
      opacity: 0.8;
      line-height: 2.166666666666667em;
      font-weight: 500;
  }


  .header__links a:not(:last-child){
        margin-right: 32px!important;
  }
  
  .header__links a::before {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      left: 0;
      right: 0;
      bottom: -20px;
      background: linear-gradient(to right, var(--primary-blue), #1474d9);
      opacity: 0;
      transition: opacity 300ms ease-in-out;
  }

  .header__links a:hover {
    opacity: 1;
    color: var(--dark-light);
  } 

  .header__links a:hover::before {
    opacity: 1;
  }
  
  .has-fade {
    visibility: hidden;
  }
  
  @keyframes fade-in {
    from {
      visibility: hidden;
      opacity: 0;
    }
    1% {
      visibility: visible;
      opacity: 0;
    }
    to {
      visibility: visible;
      opacity: 1;
    }
  }
  
  @keyframes fade-out {
    from {
      visibility: visible;
      opacity: 1;
    }
    99% {
      visibility: visible;
      opacity: 0;
    }
    to {
      visibility: hidden;
      opacity: 0;
    }
  }


  @media screen and (max-width: 1023px) {
    .hide-for-mobile {
      display: none;
    }
  }    

  @media screen and (min-width: 1022px) {
    .hide-for-desktop {
      display: none;
    }
  }






/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 550px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          /* tap-highlight-color: transparent; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


.product-card, .product-card-database, .product-card-development, .product-card-application, .product-card-hosting {
  display: none;
}


.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 200ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 200ms ease-in-out forwards;
}


@media screen and (max-width: 1023px) {
  .hide-for-mobile {
    display: none;
  }
}    

@media screen and (min-width: 1022px) {
  .hide-for-desktop {
    display: none;
  }
}


a,
a:visited,
a:hover {
  text-decoration: none;
}

.btn--primary, .btn--primary:visited {
  background: #083468;
  border-color: #083468;
  color: #FFF;
}

.btn--primary:hover {
  background: #fe9c0e;
  color: #FFF;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}

.btn:not([class*='primary']):hover {
  border-color: #F68B39;
}

.btn .btn__text,
.btn i {
  color: #083468;
  border-color: #083468;
  font-weight: 500;
  font-size: 13px;
}

.btn--sm {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
  /* width: 125px; */
  display: inline-block;
  text-align: center;
}

.bg--primary div:not([class*='feature']) .btn--primary {
  background: #F68B39;
  border-color: #F68B39;
}


.simplest-underligne {
    right: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    max-width: 100%;
}


.softDescriptionSection .edge-image img{
  transform: translateX(10%);
}

.softDescriptionSection .edge-image-left img{
  transform: translateX(-10%);
}

.slide.is-selected {
  height: 100%
}

.bg--primary.boxed.boxed--border.boxed--lg {
  height: 100%
}

.slide {
  height: 100%
}

.btn__main {
  background: #073468;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 32px;
  text-overflow: ellipsis;
  transition: color .2s ease, background .2s ease,box-shadow .2s ease;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.btn__main:hover {
  background: #144276;
}


.btn__transparent {
  background: transparent;
  border: 1px solid #073468;
}

.btn__transparent:hover {
  background: transparent;
  border: 1px solid #073468;
}

.btn__color {
  background: #F68B39;
  border: 1px solid #F68B39;
}

.btn__color:hover {
  background: #f39f60;
  border: 1px solid #f39f60;
}

/* .navigation-menu {
  margin: 10px 20px!important;
} */

.header__title {
  margin-bottom: 8px;
   font-size: 50px;
   margin-bottom: 0.59090909090909em;
}

.main-container {
  background: #f9fafe!important;
}


.free-credits {
  padding: 2.78571429em!important;
}

.carrousel-lg {
  padding: 2.78571429em!important;
}

@media (max-width: 1024px) { 


  .offering {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .bullet-point {
    width: 30px;
  }
  .flickity-viewport {
    height: 700px!important;
  }

  .carrousel-lg {
    height: 100%;
  }
  .hide-mobile {
    display: none!important;
  }

  .elestio-openSource {
    text-align: text;
  }

  .first-section {
    margin-top: 0px!important;
    
  }

  .space--sm {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
  }

  .switchable__text {
    display: flex;
    flex-direction: column;
    margin: 20px;
  }

  .boxed.bg-white {
    text-align: center;
  }

  .edge-image img {
    transform: translateX(0%);
  }

  .container {
    /* margin: 0px; */
    margin-bottom: 0px!important;
  }

  .header__title {
    font-size: 50px;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }

  .hosted-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .provider__logo {
    margin: 20px!important;
  }


  .slide.is-selected {
    width: 100%
  }

  .card-benef {
    background: white;
    margin:10px;
    border-radius: 5px;
  }

  .card-benef__title {
    margin: 0px!important
  }


  .faq-section {
    padding: 20px!important;
  }

  section {
    padding: 0px!important;
    margin: 40px 0px!important;
  }
  .boxed {
    margin-bottom: 0px!important;
  }

  .footer {
    padding: 20px;
  }

  .footer-mobile-row {
    grid-column-gap: 30px;
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
  }

  nav {
    background-color: transparent!important;
    padding: 15px!important;

  }

  .header__toggle > span {
    background-color: black;
  }

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

  .accordion__title--text {
    width: 99%;
  }
}