@charset "UTF-8";
/*
Theme Name: Twin Valley
Author: Cassandra Bryan Design
Author URI: https://cassandrabryan.com
Version: 2
Description: At Twin Valley, our mission is to establish reliable connections. From residential internet and Managed WiFi to streaming TV, landline phone and home security, we can help Kansans connect with people and content quickly, easily and affordably. We focus on consistent service delivery, local customer service and fair prices.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: 
Theme URI:https://cassandrabryan.com
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?4kr3r7") format("truetype"), url("fonts/icomoon.woff?4kr3r7") format("woff"), url("fonts/icomoon.svg?4kr3r7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'],
.btn.lg:after, .nice-select .current:before, .menu-left > li > a.opener:after, .get-started-form .nice-select .current:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-ig:before {
  content: "";
}

.icon-li:before {
  content: "";
}

.icon-tw:before {
  content: "";
}

.icon-yt:before {
  content: "";
}

.icon-slide-right:before {
  content: "\e902";
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.list, .menu-left, .menu-left ul, .menu-right, .contact-list, .social, .footer-nav, .footer-links, .impact-list, .faq-accordion, .listing-list, .get-started-form .list, .accordion-general, .callouts-list, .video-list, .list-img-small {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li, .menu-left li, .menu-right li, .contact-list li, .social li, .footer-nav li, .footer-links li, .impact-list li, .faq-accordion li, .listing-list li, .get-started-form .list li, .accordion-general li, .callouts-list li, .video-list li, .list-img-small li {
  list-style-type: none;
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}


.slick-prev, .slick-next {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  bottom: -40px;
  z-index: 1;
}

.slick-prev {
  right: 40px;
}

.slick-prev .icon-slide-right, .slick-next .icon-slide-right {
  color: #00BBC0;
  display: block;
}

.slick-prev .icon-slide-right {
 transform: rotateY(180deg);
 
}

.slick-disabled .icon-slide-right {
  opacity: .5;
}

.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
  bottom: auto;
  top: 235px;
  right: 10px;
}

.slick-testimonials .slick-prev {
  right: 50px;
}

@media(min-width: 768px){
	.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
	  top: 145px;
	  right: 30px;
	}
	.slick-testimonials .slick-prev {
	  right: 60px;
	}
}

.slick-testimonials .slick-prev .icon-slide-right, .slick-testimonials  .slick-next .icon-slide-right {
  color: #FFF;
  display: block;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #5b5b5f;
  background: #fff;
  font: 17px/1.58824 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.58824em;
}

blockquote {
  border-left: 4px solid #9a9a9a;
  padding-left: .5em;
  margin-left: 1.58824em;
}

th, td {
  border: 1px solid #9a9a9a;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9a9a9a;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #9a9a9a;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

.highlight {
	background: yellow;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.widget {
  margin-bottom: 1.58824em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #2f2d2c;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.58824em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.58824em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.58824em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.58824em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #2f2d2c;
  padding: .4em;
  text-decoration: none;
}

@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em;
  }
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.58824em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #2f2d2c;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  margin-bottom: 1.58824em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 1em;
font-size: 70%;
font-style: italic;
}

div.aligncenter {
  margin: 0 auto 1.58824em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.58824em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.58824em;
}

.mejs-container {
  margin-bottom: 1.58824em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #9a9a9a;
}


a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #2e2f36;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.2189999999999999;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 1.218913043478261;
  }
}

h2,
.h2 {
  font-size: 35px;
  line-height: 1.38;
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 1.3499999999999999;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.3678571428571427;
}

h4,
.h4 {
  font-size: 23px;
  line-height: 1.3652173913043477;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.34;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.4444444444444444;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px;
}

a {
  color: #39f;
}

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

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  z-index: 99;
}

.swiper-pagination .swiper-pagination-bullet {
  transition: background-color 0.3s ease-in-out;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 36px;
  height: 2px;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
  margin: 0 8px;
  display: block;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #adadad;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.swiper-button-next,
.swiper-button-prev {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  border: none;
  font-size: 18px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.swiper-button-prev .icon-slide-right, .swiper-button-next .icon-slide-right {
  color: #00BBC0;
  display: block;
}

.swiper-button-prev .icon-slide-right {
 transform: rotateY(180deg) translateX(-50%);
 
}

@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    transform: none;
    left: auto;
    right: 0;
    bottom: 12px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background-color: transparent;
  color: #2f2d2c;
  outline: none;
}

.swiper-button-prev {
  margin-left: -36px;
}

@media (min-width: 768px) {
  .swiper-button-prev {
    margin-left: 0;
    margin-right: 40px;
  }
}

.swiper-button-next {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .swiper-button-next {
    margin-left: 0;
  }
}

body {
  background: #f3f5f8;
  min-width: 360px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.container {
  padding: 0 20px;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.container.sm {
  max-width: 1000px;
}

.container.md {
  max-width: 1000px;
}

.container.lg {
  max-width: 1385px;
}

.italic, .italic p {
  font-style: italic;
}

.text-lg, .text-lg p {
  font-size: 19px;
  line-height: 1.5789473684210527;
  margin-bottom: 39px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .intro-section .text-block .text-lg p {
    font-size: 16px;
  }
}

.text-sm, .text-sm p {
  font-size: 15px;
  line-height: 1.6;
}

.font-normal, .font-normal p {
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: #ff6700;
}

a:hover {
  color: #ff932b;
}

body .is-layout-flex {
display: flex;
flex-wrap: wrap;
}
figure {
margin: 0 0 1rem;
}
figure.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
align-items: normal;
gap: 16px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
display: flex;
flex-grow: 1;
justify-content: center;
position: relative;
flex-direction: column;
max-width: 100%;
box-sizing: border-box;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
align-self: inherit;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667);
}

figure.wp-block-image img {
width: 100%;
flex: 1 0 0%;
height: 100%;
object-fit: cover;
}

.btn,
.get-started-form input[type='submit'] {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.25;
  padding: 17px 35px;
  font-weight: 600;
  color: #2f2d2c;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  transition: .3s all;
}

.text-holder .btn {
  margin-bottom: 10px;
}

button.btn {
  background: transparent;
  border: none;
}

form[name="billpay"] input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.25;
  padding: 17px 35px;
  font-weight: 600;
  color: #2f2d2c;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  background-color: transparent;
  border:2px solid #ff6700;
  font: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  padding: 12px 30px;
  border-radius: 15px;
  transition: .3s all;
}

form[name="billpay"] input[type="submit"]:hover {
  color: #ff6700;
}

.btn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(to left, #ff9e00, #ff6700);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn:hover {
  color: #ff6700;
}

.btn:hover .fake-overlay {
  min-width: 500px;
  width: 500%;
}

.btn:hover:before {
  background: linear-gradient(to right, #ff9e00, #ff6700);
}

.btn.sm {
  font-size: 13px;
  padding: 14px 30px;
  border-radius: 15px;
}

.btn.sm:before {
  border-radius: 15px;
}

.btn.sm:after {
  border-radius: 13px;
}

.btn.lg,
.get-started-form input[type='submit'] {
  padding: 20px 72px 20px 30px;
  font-size: 19px;
  color: #fff;
}

.btn.lg:before {
  -webkit-mask: none;
  -webkit-mask-composite: none;
  mask-composite: none;
  z-index: -1;
}

.btn.lg:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  left: auto;
  bottom: auto;
  background: transparent;
  font-size: 22px;
}

.btn.lg.alt,
.get-started-form input[type='submit'] {
  padding: 20px 57px 20px 48px;
  text-align: center;
  background: #ff6801;
}

@media screen and (min-width: 1024px) {
  .btn.lg.alt,
  .get-started-form input[type='submit'] {
    padding: 20px 57px 20px 30px;
    text-align: left;
  }
}

.btn.lg.alt:hover,
.get-started-form input[type='submit']:hover {
  background: #ffb92b;
  box-shadow: 0px 10px 20px #ee7828;
}

.btn.lg.alt:before {
  content: none;
}

.btn.lg .fake-overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding-top: 100%;
  background: radial-gradient(circle closest-side, #ff6700, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: -1;
}

.btn.lg:hover:before {
  background: linear-gradient(to left, #ff9e00, #ff6700);
}

.text-btn {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2142857142857142;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 125, 0, 0.2);
  color: #ff6700;
}

.text-btn:hover {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.text-btn.xsm {
  font-size: 12px;
  padding-bottom: 1px;
}

.text-btn.white {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.main-content {
  padding: 10px 0 0;
}

.back-to {
  position: relative;
  top: -40px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .main-content {
    padding: 70px 0 0;
  }
  
  .back-to {
    top: -70px;
  }
}

.main-content h1 {
  font-size: 44px;
  line-height: 1.218913043478261;
}

.main-content.news-article h1 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .main-content h3 {
    margin-bottom: 11px;
  }
}

.main-content .img-holder {
  margin-bottom: 20px;
  position: relative;
}

.main-content.news-article .img-holder {
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  .main-content .img-holder {
    margin-bottom: 40px;
  }
  
  .main-content.news-article .img-holder {
	  margin-bottom: 0px;
	}
}

.main-content .img-holder .orb-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 586px;
  height: 202px;
  background: #95eff2;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.main-content .img-holder .orb-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 443px;
  height: 202px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.main-content .img-holder img {
  min-height: 269px;
  object-fit: cover;
}

/*
.main-content .block {
  margin-bottom: 60px;
}
*/

@media screen and (min-width: 1024px) {
  .main-content .block {
    max-width: 920px;
  }
}

.main-content p + ul,
.main-content p + ol {
  margin-top: -10px;
}



.tax-help_center_categories section.main-content + section.related-block {
	padding-top: 0px;
}
section.main-content + section.main-content {
	padding-top: 40px;
}

.single-cbd_help_center section.inner-banner + section.main-content + section.main-content {
  padding-top: 0px;
}


.heading-wrap {
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  .heading-wrap {
    margin-bottom: 70px;
  }
}

.heading-block {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .heading-block.dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -10px;
  }
}

.nice-select .current {
  border: 1px solid rgba(225, 225, 225, 0.5);
  width: 100%;
  height: 52px;
  background: #fff;
  font-size: 18px;
  font-style: italic;
  padding: 10px 15px;
  color: #9a9a9a;
}

.nice-select {
  position: relative;
}

.nice-select .current {
  width: 100%;
  display: block;
  padding-right: 50px;
  position: relative;
}

.nice-select .current:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  color: #ff6700;
  font-size: 10px;
}

.nice-select.open .list {
  display: block;
}

.list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 18px;
  line-height: 1.25;
  padding: 15px 0;
  z-index: 9999;
}

.list li {
  list-style-type: none;
  color: #4a4a4a;
  padding: 0 23px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.list li:last-child {
  margin-bottom: 0;
}

.list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 46px;
  background: #ff7a00;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
  content: '';
  opacity: 0;
}

.list li:hover {
  color: #ff6700;
}

.list li:hover:before {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .heading-block .left {
    width: calc(100% - 380px);
  }
}

@media screen and (min-width: 1024px) {
  .heading-block .right {
    width: 380px;
    padding-bottom: 20px;
  }
}

.sub-headline {
  display: block;
  color: #ff7a00;
  font-size: 15px;
  line-height: 1.2193333333333334;
  font-weight: 400;
  margin-bottom: 10px;
}

.fc-icon-listing {
  margin-top: 145px;
}

.fc-icon-listing + .fc-icon-listing {
  margin-top: 45px;
}

ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

ul.list-check {
  padding-top: 18px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  ul.list-check.three-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

ul.list-check.three-cols li {
  padding-left: 35px;
  margin-bottom: 29px;
}

@media screen and (min-width: 768px) {
  ul.list-check.three-cols li {
    width: 50%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  ul.list-check.three-cols li {
    width: 33.33%;
    padding-left: 35px;
    margin-bottom: 39px;
  }
}

/*
.checkmark-section ul.list-check.three-cols li:before {
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
*/

.checkmark-section ul.list-check.three-cols li .svg-icon {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .checkmark-section ul.list-check.three-cols li:before,
  .checkmark-section ul.list-check.three-cols li .svg-icon {
    left: 0;
  }
}

ul.list-check li {
  padding-left: 55px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  ul.list-check li {
    padding-left: 80px;
  }
}


/*
.checkmark-section ul.list-check li:before {
  position: absolute;
  background: url(images/icon-check.svg);
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  border-radius: 0;
  top: -2px;
  left: 11px;
}*/
ul.list-check li:before,
.checkmark-section ul.list-check li:before
 {
  content: none;
}



.checkmark-section ul.list-check li .svg-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 0;
  top: -2px;
  left: 11px;
}
/*
.checkmark-section ul.list-check li:before {
  content: '';
}
*/



ul.list-check li .svg-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -3px;
  left: 11px;
}

@media screen and (min-width: 1024px) {
  .checkmark-section ul.list-check li:before,
  .checkmark-section ul.list-check li .svg-icon {
    left: 30px;
  }
  ul.list-check li .svg-icon {
    left: 11px;
  }
  
  .content-section ul.list-check li .svg-icon {
    left: 30px;
  }
}

ul.list-check p {
  margin-bottom: 2px;
}

ul li {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

ul > li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 25px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f1a72e;
}

ol {
  margin: 0 0 20px 0;
  padding: 0 0 2px;
  list-style: none;
  counter-reset: item;
}

ol li {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 15px;
  color: #f1a72e;
}

/* .slide ol li:before {
  content: none;
} */

blockquote {
  border-left: 0;
  margin: 0;
  padding: 0 50px 60px;
  max-width: 900px;
}

blockquote p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.6;
  font-style: italic;
  color: #ff7a00;
}

.mxw {
  max-width: 980px;
}

.announcement {
  background: linear-gradient(270.07deg, #ff7a00 0%, #ffab00 100%);
  color: #fff;
  padding: 14px 0;
  font-size: 13px;
  line-height: 1.5384615384615385;
  text-align: center;
}

.announcement.red {
  background: linear-gradient(270.07deg, #C01000 0%, #D23700 100%);
}

.announcement.blue {
  background: linear-gradient(270.07deg, #01C5B9 0%, #0193BF 100%);
}

.announcement .headline {
  font-weight: 500;
}

.announcement .text {
  padding-left: 10px;
  padding-right: 20px;
}

.announcement .text-btn {
  position: relative;
  top: -2px;
}

.announcement-fixed {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 122, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: calc(100% - 40px);
  max-width: 431px;
  color: #fff;
  padding: 40px 20px;
}

@media screen and (min-width: 500px) {
  .announcement-fixed {
    padding: 40px;
  }
}

.announcement-fixed .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.announcement-fixed .close:hover {
  opacity: 0.8;
}

.announcement-fixed h5 {
  color: #fff;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.orb {
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .two-columns .container {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .two-columns #content {
    width: 70%;
    padding-right: 40px;
  }
  .two-columns #content:only-child {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .two-columns #sidebar {
    width: 30%;
  }
}

.custom-select {
  z-index: 5;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 0;
  z-index: 999;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 0;
  }
}

.nav-active .header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.fixed-position {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.admin-bar .header.fixed-position {
  top: 32px !important;
}

.header.fixed-position .logo .white {
  display: none;
}

.header.fixed-position .logo .default {
  display: block;
}

.header .container {
  position: relative;
  padding: 0 15px;
  max-width: 1370px;
}

@media screen and (min-width: 1024px) {
  .header .container {
    display: flex;
    flex-wrap: wrap;
  }
}

.header .logo {
  width: 207px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header .logo {
    padding: 25px 0;
  }
}

@media screen and (min-width: 1366px) {
  .header .logo {
    width: 268px;
    padding: 18px 0;
  }
}

.header .logo a {
  display: block;
}

.header .logo .white {
  display: block;
}

.nav-active .header .logo .white {
  display: none;
}

.header .logo .default {
  display: none;
}

.nav-active .header .logo .default {
  display: block;
}

.nav-opener {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 27px;
  height: 21px;
}

@media screen and (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 0%;
  right: 0%;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
  background: #ffab00;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  transition: all 0.3s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 0;
}

.nav-opener:after {
  top: calc(100% - 3px);
}

.nav-opener span {
  transform: translateY(-50%);
}

.nav-drop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  height: calc(100vh - 64px);
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .nav-drop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
    flex-grow: 1;
    padding-left: 19px;
    overflow: visible;
    width: calc(100% - 207px);
  }
}

@media screen and (min-width: 1366px) {
  .nav-drop {
    width: calc(100% - 268px);
    padding-left: 49px;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1095px;
  height: 1023px;
  background: url(images/bg-watermark.svg);
}

@media screen and (min-width: 1024px) {
  .nav-drop:before {
    content: none;
  }
}

.nav-drop .nav-holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .nav-drop .nav-holder {
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
  }
}

.menu-left {
  padding: 39px 31px 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .menu-left {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    max-width: calc(100% - 180px);
  }
}

@media screen and (min-width: 1366px) {
  .menu-left {
    max-width: calc(100% - 190px);
  }
}

.menu-left > li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 59px;
}

@media screen and (min-width: 1024px) {
  .menu-left > li {
    margin-bottom: 0;
    position: relative;
  }
}

.menu-left > li:before {
  content: none;
}

.menu-left > li.active > a {
  color: #ff6700 !important;
}

.menu-left > li:hover {
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .menu-left > li:hover > a {
    color: #fff;
  }
  .fixed-position .menu-left > li:hover > a {
    color: #fff;
  }
  .menu-left > li:hover > a:before {
    opacity: 1;
  }
}

.menu-left > li:hover ul {
  display: block;
}

.menu-left > li > a {
  text-decoration: none;
  color: #3f3d3c;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .menu-left > li > a {
    color: #fff;
    padding: 35px 7px;
  }
}

@media screen and (min-width: 1366px) {
  .menu-left > li > a {
    padding: 35px 22px;
  }
}

.menu-left > li > a:hover {
  color: #ff6700;
}

@media screen and (min-width: 1024px) {
  .menu-left > li > a:hover {
    color: #fff;
  }
  .menu-left > li > a:hover:before {
    opacity: 1;
  }
}

.menu-left > li > a.opener {
  padding-right: 20px;
}

@media screen and (min-width: 1024px) {
  .menu-left > li > a.opener {
    padding: 35px 18px 35px 7px;
  }
}

@media screen and (min-width: 1366px) {
  .menu-left > li > a.opener {
    padding: 35px 33px 35px 22px;
  }
}

.menu-left > li > a.opener:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-size: 6px;
  color: #ffab00;
}

@media screen and (min-width: 1366px) {
  .menu-left > li > a.opener:after {
    right: 21px;
    font-size: 5px;
  }
}

.menu-left > li > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 122, 0, 0.9);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .menu-left > li > a:before {
    content: '';
    opacity: 0;
  }
}

.fixed-position .menu-left > li > a {
  color: #2e2f36;
}

@media screen and (min-width: 1024px) {
  .fixed-position .menu-left > li > a:hover {
    color: #fff;
  }
}

.menu-left ul {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 24px 20px 19px;
}

@media screen and (min-width: 1024px) {
  .menu-left ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 191px;
    background: #fff;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.menu-left ul > li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 38px;
}

@media screen and (min-width: 1024px) {
  .menu-left ul > li {
    margin-bottom: 30px;
  }
}

.menu-left ul > li:last-child {
  margin-bottom: 0;
}

.menu-left ul > li.active > a {
  color: #ff6700;
}

.menu-left ul > li:before {
  content: none;
}

.menu-left ul a {
  display: block;
  text-decoration: none;
  color: #3f3d3c;
  position: relative;
}

.menu-left ul a:hover {
  color: #ff6700;
}

@media screen and (min-width: 1024px) {
  .menu-left ul a:hover:before {
    opacity: 1;
  }
}

.menu-left ul a:before {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 2px solid #ff7a00;
  height: 46px;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .menu-left ul a:before {
    content: '';
    opacity: 0;
  }
}

.menu-right {
  text-transform: uppercase;
  padding: 0 31px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .menu-right {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.2191666666666667;
    flex-grow: 0;
    padding: 0;
    max-width: 190px;
  }
}

@media screen and (min-width: 1366px) {
  .menu-right {
    max-width: 250px;
  }
}

.menu-right > li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .menu-right > li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .menu-right > li + li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1366px) {
  .menu-right > li + li {
    margin-left: 40px;
  }
}

.menu-right > li:before {
  content: none;
}

.menu-right a {
  text-decoration: none;
  color: #73716e;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .menu-right a {
    color: #fff;
    padding: 37px 0;
  }
}

.menu-right a:hover {
  color: #ff6700;
}

@media screen and (min-width: 1024px) {
  .menu-right a:hover {
    color: #fff;
  }
  .menu-right a:hover:before {
    opacity: 1;
  }
}

.menu-right a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  background: rgba(255, 122, 0, 0.9);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .menu-right a:before {
    content: '';
    opacity: 0;
  }
}

@media screen and (min-width: 1366px) {
  .menu-right a:before {
    left: -20px;
    right: -20px;
  }
}

.fixed-position .menu-right a {
  color: #2e2f36;
}

.fixed-position .menu-right a:hover {
  color: #fff;
}

.phone-items {
  flex-shrink: 0;
  padding: 30px 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 21px;
  line-height: 1.2083333333333333;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .phone-items {
    display: none;
  }
}

.phone-items a {
  display: block;
  color: #3f3d3c;
  text-decoration: none;
  padding-left: 32px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.phone-items a:hover {
  color: #ff6700;
}

.phone-items a.phone:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/icon-call.svg);
  width: 25px;
  height: 25px;
}

.phone-items a.live-chat:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/icon-chat.svg);
  width: 25px;
  height: 25px;
}

.footer {
  background: #fff;
  padding: 89px 0 30px;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 79px;
  }
}

@media screen and (min-width: 1024px) {
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer .footer-logo {
  display: none;
  font-size: 11px;
  line-height: 1.6363636363636365;
  color: #636363;
}

@media screen and (min-width: 1024px) {
  .footer .footer-logo {
    display: block;
    width: 220px;
  }
}

@media screen and (min-width: 1366px) {
  .footer .footer-logo {
    width: 280px;
  }
}

.footer .footer-logo a {
  display: block;
  margin-bottom: 45px;
}

.footer .title {
  display: block;
  color: #73716e;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 13px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .footer .title {
    margin-bottom: 32px;
  }
}

.footer .title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(135deg, #00c5b9 0%, #0091bf 100%);
  opacity: 0.2;
}

@media screen and (min-width: 1024px) {
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: calc(100% - 250px);
    margin: 0 -10px;
    padding-top: 18px;
  }
}

@media screen and (min-width: 1366px) {
  .footer-content {
    width: calc(100% - 379px);
  }
}

@media screen and (min-width: 1024px) {
  .footer-content .right {
    width: 45%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1366px) {
  .footer-content .right {
    width: 43.5%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-content .left {
    width: 55%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1366px) {
  .footer-content .left {
    width: 48.8%;
  }
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.2083333333333333;
  font-weight: 600;
  margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .contact-list {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .contact-list {
    font-size: 18px;
    margin-bottom: 46px;
  }
}

.contact-list li {
  list-style-type: none;
  padding: 0 10px 0 0;
}

@media screen and (min-width: 768px) {
  .contact-list li {
    padding-right: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-list li {
    padding-right: 0;
  }
  .contact-list li + li {
    margin-left: 40px;
  }
}

.contact-list li:before {
  content: none;
}

.contact-list a {
  display: block;
  color: #3f3d3c;
  text-decoration: none;
  padding-left: 32px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.contact-list a:hover {
  color: #ee7828;
}

.contact-list a.call:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/icon-call.svg);
  width: 25px;
  height: 25px;
}

.contact-list a.chat:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(images/icon-chat.svg);
  width: 25px;
  height: 25px;
}

.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -7px 30px -8px;
}

@media screen and (min-width: 1024px) {
  .social {
    margin-top: -7px;
  }
}

.social li {
  list-style-type: none;
  padding: 0 7px 15px 8px;
}

.social li:before {
  content: none;
}

.social a {
  text-decoration: none;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced1d6;
  border-radius: 50%;
  color: #ced1d6;
  font-size: 16px;
  padding: 4px;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .social a {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
  }
}

.social a:hover {
  border-color: #ee7828;
  color: #ee7828;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -10px 43px;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (min-width: 1024px) {
  .footer-nav {
    font-size: 13px;
    margin-bottom: 49px;
  }
}

.footer-nav li {
  list-style-type: none;
  width: 50%;
  padding: 0 10px 15px;
}

.footer-nav li:before {
  content: none;
}

.footer-nav a {
  font-weight: 600;
  text-decoration: none;
  color: #3f3d3c;
  transition: color 0.3s ease-in-out;
}

.footer-nav a:hover {
  color: #ee7828;
}

.footer-bottom {
  border-top: 1px solid #95eff2;
  padding-top: 53px;
  font-size: 11px;
  line-height: 1.219090909090909;
  color: #868380;
}

@media screen and (min-width: 1024px) {
  .footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 34px;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -3px 13px;
  font-size: 12px;
  line-height: 1.2191666666666667;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .footer-links {
    justify-content: flex-start;
    margin: 0 -10px 13px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-links {
    width: calc(40% + 10px);
    justify-content: flex-end;
    margin: 0 -5px;
  }
}

@media screen and (min-width: 1366px) {
  .footer-links {
    width: calc(40% + 34px);
    margin: 0 -17px;
  }
}

.footer-links li {
  list-style-type: none;
  padding: 0 3px 15px;
}

@media screen and (min-width: 768px) {
  .footer-links li {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-links li {
    padding: 0 5px;
  }
}

@media screen and (min-width: 1366px) {
  .footer-links li {
    padding: 0 17px;
  }
}

.footer-links li:before {
  content: none;
}

.footer-links a {
  color: #aaaaab;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ee7828;
}

@media screen and (min-width: 1024px) {
  .copyright {
    width: 60%;
  }
}

.copyright span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .copyright span {
    display: inline;
  }
  .copyright span + span {
    margin-left: 5px;
  }
}

@media screen and (min-width: 1366px) {
  .copyright span + span {
    margin-left: 20px;
  }
}

.copyright span a {
  text-decoration: none;
  color: inherit;
}

.copyright span a:hover {
  color: #ee7828;
}

.hero-block {
  padding: 134px 0 0;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 202px;
}

@media screen and (min-width: 1024px) {
  .hero-block {
    margin-bottom: 181px;
    min-height: 920px;
  }
}

.hero-block .container {
  position: relative;
  max-width: 1298px;
}

@media screen and (min-width: 1024px) {
  .hero-block .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.hero-block .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -185px;
  width: 1440px;
  height: 1079px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .hero-block .bg {
    bottom: -159px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-block .bg {
    transform: translateX(0);
    left: 0;
    right: 0;
    width: auto;
  }
  .hero-block .bg img {
    width: 100%;
    height: 100%;
  }
}

.hero-block .bg:before {
  content: '';
  position: absolute;
  top: -900px;
  left: 0;
  right: 0;
  bottom: calc(100% - 100px);
  background: linear-gradient(to bottom, #1e276f 0%, #1e276f 90%, rgba(30, 39, 111, 0) 100%);
}

.hero-block .text-block {
  padding-bottom: 90px;
}

@media screen and (min-width: 1024px) {
  .hero-block .text-block {
    width: 44%;
    padding-right: 10px;
    padding-bottom: 85px;
  }
}

.hero-block .sub-headline {
  margin-bottom: 21px;
}

.hero-block h1 {
  color: #fff;
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .hero-block h1 {
    font-size: 46px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-block p {
    margin-bottom: 47px;
  }
}

.hero-block .img-block {
  position: relative;
  z-index: 1;
  padding-left: 0;
  max-width: 428px;
  margin-left: auto;
  margin-right: -20px;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block {
    width: 56%;
    max-width: none;
    margin-left: 0;
    margin-top: -14px;
    padding-left: 45px;
  }
}

.hero-block .img-block .dots {
  position: absolute;
  right: -47px;
  top: -65px;
  z-index: -1;
  max-width: none;
  width: 488px;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .dots {
    right: -93px;
    top: 17px;
    width: 693px;
    display: none;
  }
}

.hero-block .img-block .dots-lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .dots-lg {
    display: block;
    width: 1222px;
    height: 718px;
    position: absolute;
    top: 17px;
    right: -620px;
    max-width: none;
    z-index: -1;
  }
}

.hero-block .img-block .img-main {
  min-width: 100%;
  max-width: none;
  width: 486px;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .img-main {
    max-width: none;
    width: auto;
  }
}

.hero-block .img-block .yellow-bg {
  width: 569px;
  height: 72px;
  position: absolute;
  bottom: -54px;
  right: -176px;
  background: rgba(255, 212, 43, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 100px;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .yellow-bg {
    width: 675px;
    height: 85px;
    bottom: -21px;
    right: -128px;
  }
}

@media screen and (min-width: 1600px) {
  .hero-block .img-block .yellow-bg {
    width: 800px;
    right: -260px;
  }
}


.hero-block .img-block .dec01 {
  position: absolute;
  width: 163px;
  height: 41px;
  right: -145px;
  bottom: 40px;
  border: 4px solid #ff982b;
  border-radius: 100px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .dec01 {
    display: block;
    width: 193px;
    height: 48px;
  }
}

.hero-block .img-block .dec02 {
  position: absolute;
  bottom: -62px;
  right: 140px;
  width: 199px;
  height: 22px;
  border: 4px solid #ffb92b;
  border-radius: 100px;
}

@media screen and (min-width: 1024px) {
  .hero-block .img-block .dec02 {
    width: 236px;
    height: 26px;
    bottom: -31px;
    right: 247px;
  }
}

.content-section {
  margin-top: 162px;
  position: relative;
}

.content-section .heading {
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .content-section {
    margin-bottom: 0px;
  }
}

.content-section .orb-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 178px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.content-section .orb-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 178px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

/* .content-section + .callouts-section {
  margin-top: -68px;
}

@media screen and (min-width: 1024px) {
  .content-section + .callouts-section {
    margin-top: -32px;
  }
} */

@media screen and (min-width: 1024px) {
  .content-section.alt .container {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .content-section.alt .text-holder {
    margin: 0 0 49px 0;
  }
}

@media screen and (min-width: 1366px) {
  .content-section.alt .text-holder {
    margin-left: 3%;
  }
}

@media screen and (min-width: 1024px) {
  .content-section.alt .img-holder:before {
    left: auto;
    right: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .content-section.alt .img-holder:after {
    right: auto;
    left: -8px;
  }
}

.content-section .container {
  max-width: 1360px;
}

@media screen and (min-width: 1024px) {
  .content-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.content-section .img-holder {
  margin: 0 -10px 60px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder {
    width: 50%;
    margin-right: 3%;
  }
}

.content-section .img-holder:before {
  content: '';
  position: absolute;
  top: -39px;
  left: -7px;
  width: 359px;
  height: 335px;
  background: url(images/dots-top.svg);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder:before {
    top: -50px;
    left: -30px;
  }
}

.content-section .img-holder:after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -7px;
  width: 292px;
  height: 146px;
  background: url(images/dots-bottom.svg);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder:after {
    bottom: -42px;
    right: -8px;
  }
}

.content-section .img-holder a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}

.content-section .img-holder a:hover {
  text-decoration: none;
}

.content-section .img-holder a:hover .bg:before {
  background: #17c1c6;
}

.content-section .img-holder a:hover .bg img {
  transform: scale(1.05);
}

.content-section .img-holder a .bg {
  width: 100%;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.content-section .img-holder a .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 126px;
  left: 0;
  right: 0;
  background: rgba(23, 193, 198, 0.6);
  border-radius: 350px 350px 0px 10px/10px 10px 0px 0px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder a .bg:before {
    height: 198px;
  }
}

.content-section .img-holder a .bg img {
  width: 100%;
  max-width: none;
  transition: transform 0.3s ease-in-out;
}

.content-section .img-holder a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 126px;
  display: flex;
  align-items: center;
  padding-top: 7px;
}

.content-section .img-holder a h3 {
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0 20px 0 100px;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder a h3 {
    padding: 0 20px 63px 189px;
  }
}

.content-section .img-holder a h3:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -37px;
  background: url(images/icon-play-lg.svg);
  background-size: 100% 100%;
  width: 76px;
  height: 76px;
}

@media screen and (min-width: 1024px) {
  .content-section .img-holder a h3:before {
    width: 128px;
    height: 128px;
    margin-top: -95px;
    left: 35px;
  }
}

.content-section .text-holder {
  padding-bottom: 28px;
}

@media screen and (min-width: 1024px) {
  .content-section .text-holder {
    width: 41.6%;
    padding-right: 73px;
    padding-bottom: 234px;
  }
}

.services-block {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .services-block {
    margin-top: -234px;
  }
}

.services-block .container {
  max-width: 1223px;
}

.services-slider {
  width: 300px;
  margin: 0 -10px;
  position: initial;
}

@media screen and (min-width: 768px) {
  .services-slider {
    width: 600px;
  }
}

@media screen and (min-width: 1024px) {
  .services-slider {
    width: 900px;
    
  }
}

@media screen and (min-width: 1366px) {
  .services-slider {
    width: 1200px;
    position: relative;
  }
}

.services-slider .slick-list {
  overflow: visible;
}

.services-slider .slick-slide {
  padding: 0 10px;
}

.service-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  height: 265px;
  text-align: center;
  text-decoration: none;
  padding: 20px 30px 26px;
}

a.service-single {
  cursor: pointer;
}

.service-single:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #e4f8f9;
  border-radius: 8px;
  transition: border-color 0.3s ease-in-out;
}

a.service-single:hover:before {
  border: 2px solid #ff6700;
}

a.service-single:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.service-single .icon-holder {
  margin-bottom: 26px;
}

.service-single h3 {
  font-size: 18px;
  line-height: 1.4444444444444444;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.inpage-cta {
  position: relative;
  margin: 190px 0 220px;
}

@media screen and (min-width: 1024px) {
  .inpage-cta {
    margin: 185px 0 240px;
  }
}

.inpage-cta .orb-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 407px;
  height: 150px;
  background: #2cd2f5;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.inpage-cta .orb-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 407px;
  height: 150px;
  background: #2cd2f5;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.inpage-cta .container {
  position: relative;
  z-index: 1;
}

.inpage-cta .decor-top {
  position: absolute;
  top: -22px;
  right: 2px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-top {
    width: 366px;
    height: 85px;
    top: -26px;
    right: -15px;
  }
}

.inpage-cta .decor-top .mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-top .mobile {
    display: none;
  }
}

.inpage-cta .decor-top .desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-top .desktop {
    display: block;
  }
}

.inpage-cta .decor-bottom {
  position: absolute;
  bottom: -30px;
  left: 3px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-bottom {
    left: -21px;
  }
}

.inpage-cta .decor-bottom .mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-bottom .mobile {
    display: none;
  }
}

.inpage-cta .decor-bottom .desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .decor-bottom .desktop {
    display: block;
  }
}

.inpage-cta .cta-wrap {
  padding: 50px 30px 55px;
  background: linear-gradient(258.24deg, #ff9e00 14.77%, #ff6700 82.77%);
  color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 70px 80px 31px;
  }
}

.inpage-cta .cta-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 606px;
  height: 565px;
  background: url(images/bg-watermark.svg);
  background-size: 100% 100%;
  opacity: 0.3;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .cta-wrap:before {
    left: auto;
    top: -114px;
    right: -175px;
  }
}

@media screen and (min-width: 1024px) {
  .inpage-cta .left {
    width: calc(100% - 295px);
    padding-right: 20px;
  }
}

.inpage-cta h2 {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .inpage-cta .right {
    width: 295px;
    padding-bottom: 40px;
  }
}

.inpage-cta .btn {
  width: 100%;
  max-width: 330px;
}

.inpage-cta .btn + .btn {
  margin-top: 10px;
}

.testimonial-section {
  position: relative;
  margin-top: 147px;
  margin-bottom: 183px;
  padding-top: 131px;
}

@media screen and (min-width: 768px) {
  .testimonial-section {
    margin-bottom: 163px;
  }
}

.testimonial-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 594px;
}

@media screen and (min-width: 768px) {
  .testimonial-section .bg {
    height: 495px;
  }
}

.testimonial-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section h2 {
  color: #fff;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .testimonial-section h2 {
    margin-bottom: 60px;
  }
}

.testimonial-section h2:before {
  content: '';
  position: absolute;
  top: -70px;
  left: -70px;
  background: url(images/icon-quote.svg);
  background-size: 100% 100%;
  width: 180px;
  height: 133px;
  z-index: -1;
}

.slick-testimonials {
  width: 383px;
  margin: 0 -5px;
  position: inherit;
}

@media screen and (min-width: 768px) {
  .slick-testimonials {
    width: 600px;
    margin: 0 -10px;
  }
}

@media screen and (min-width: 1366px) {
  .slick-testimonials {
    width: 1200px;
  }
}

.slick-testimonials .slick-list {
  overflow: visible;
}

.slick-testimonials .slick-slide {
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .slick-testimonials .slick-slide {
    padding: 0 10px;
  }
}

.testimonial-single {
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

.testimonial-single:before {
  content: '';
  position: absolute;
  right: -256px;
  bottom: -253px;
  width: 606px;
  height: 565px;
  background: url(images/bg-watermark-dark.svg);
  background-size: 100% 100%;
  z-index: -1;
}

.testimonial-single blockquote {
  padding: 41px 35px;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .testimonial-single blockquote {
    padding: 60px 50px;
  }
  .testimonial-single blockquote.lg {
    padding: 80px 80px 50px;
  }
  .testimonial-single blockquote.lg p {
    margin-bottom: 47px;
  }
  .testimonial-single blockquote.lg cite:before {
    top: -7px;
  }
}

.testimonial-single blockquote p {
  font-size: 19px;
  line-height: 1.8421052631578947;
  font-weight: 400;
  font-style: italic;
  quotes: none;
  color: #1d1f29;
  margin-bottom: 62px;
}

@media screen and (min-width: 768px) {
  .testimonial-single blockquote p {
    margin-bottom: 78px;
  }
}

.testimonial-single cite {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 121px;
}

.testimonial-single cite:before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  background: linear-gradient(148.2deg, #ffd42b 13.2%, #ff932b 86.09%);
  height: 2px;
  width: 70px;
}

@media screen and (min-width: 768px) {
  .testimonial-single cite:before {
    top: -39px;
  }
}

.testimonial-single .text {
  flex-grow: 1;
  text-transform: uppercase;
  color: #a5a29f;
  font-size: 12px;
  line-height: 1.6666666666666667;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .testimonial-single .text {
    font-size: 13px;
  }
}

.testimonial-single .name {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5333333333333334;
  letter-spacing: 0.1em;
  color: #9c9996;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .testimonial-single .name {
    font-size: 16px;
  }
}

.testimonial-single .person-image {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .testimonial-single .person-image {
    width: 85px;
    height: 85px;
  }
  .testimonial-single .person-image.lg {
    width: 121px;
    height: 121px;
    margin: -6px -4px 7px 0;
  }
}

.testimonial-single .person-image img {
  max-width: none;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #95EFF2;
}

/* styles for icon listing section */
.fc-list-icon .swiper-slide {
  padding: 31px 10px 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  width: 100%;
}

@media (min-width: 480px) {
  .fc-list-icon .swiper-slide {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .fc-list-icon .swiper-slide {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 1366px) {
  .fc-list-icon .swiper-slide {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 31px 10px 30px;
  }
}

.fc-list-icon .swiper-slide img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1366px) {
  .fc-list-icon .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .fc-list-icon .swiper-slide h5 {
    margin-bottom: 24px;
  }
}

.fc-list-icon .list-icon-slider {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

@media (min-width: 1024px) {
  .fc-list-icon .list-icon-slider {
    margin: 0 -10px;
  }
}

@media (min-width: 1366px) {
  .fc-list-icon .list-icon-slider {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-list-icon .list-icon-slider {
    padding-right: 0;
  }
}

/* styles for list of icons */
.fc-listing-icon {
  padding: 20px 0;
}

.fc-listing-icon > li > ul {
  padding-left: 0px;
}

@media (min-width: 1366px) {
  .fc-listing-icon {
    padding-left: 15px;
  }
}

.fc-listing-icon > li {
  margin-bottom: 60px;
  max-width: 920px;
  padding-left: 0px;
}

.fc-listing-icon > li:before {
  content: none !important;
}

@media (min-width: 768px) {
  .fc-listing-icon > li {
    padding-left: 40px;
  }
}

@media (min-width: 1366px) {
  .fc-listing-icon > li {
    padding-left: 85px;
    margin-bottom: 80px;
  }
}



@media (max-width: 767px) {
  .fc-listing-icon > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon > li img {
  width: 50px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-listing-icon > li img {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 35px;
    height: 35px;
  }
  
  .fc-listing-icon.two-cols > li img {
	position: absolute;
	top: 2px;
	left: 0px;

  }
}

@media (min-width: 1024px) {
  .fc-listing-icon.two-cols > li img {
  top: -2px;
  
  }
}


@media (min-width: 1366px) {
  .fc-listing-icon > li img {
    width: 50px;
    height: 50px;
    top: -6px;
  }
}

.fc-listing-icon h4 + .btn {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .fc-listing-icon h4 + .btn {
    margin-top: 25px;
  }
}

@media (min-width: 1366px) {
  .fc-listing-icon.small-text {
    padding-left: 45px;
  }
}

.fc-listing-icon.small-text > li {
  margin-bottom: 50px;
}

@media (min-width: 1366px) {
  .fc-listing-icon.small-text > li {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon.small-text > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon.small-text > li img {
  width: 50px;
}

@media (min-width: 768px) {
  .fc-listing-icon.small-text > li img {
    width: 30px;
    height: 30px;
    height: 25px;
    top: 1px;
    left: 5px;
  }
}

@media (min-width: 1366px) {
  .fc-listing-icon.small-text > li img {
    width: 35px;
    height: 35px;
  }
}

.fc-listing-icon.listing-icon-secondary > li {
  padding-left: 0;
}

.fc-listing-icon.listing-icon-secondary > li img {
  position: static;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

@media (min-width: 1366px) {
  .fc-listing-icon.listing-icon-secondary > li img {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols,
  .fc-listing-icon.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols > li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.three-cols > li {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-listing-icon .btn {
    margin-top: 8px;
  }
}

.fc-accordion {
	 margin-top: 100px;
}

/* accordion section styles */
.fc-accordion-wrap {
  padding-top: 15px;
 
}

@media (min-width: 1024px) {
  .fc-accordion-wrap {
    padding-top: 28px;
  }
}

.fc-accordion-wrap li {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  border-radius: 5px;
  margin-bottom: 20px;
}

.fc-accordion-wrap .opener {
  position: relative;
  display: block;
  color: inherit;
  padding: 15px 55px 15px 15px;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener {
    padding: 25px 90px 25px 30px;
  }
}

.fc-accordion-wrap .opener img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: .3s all;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener img {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-accordion-wrap .opener img {
    width: 40px;
    height: 40px;
  }
}

.fc-accordion-wrap .opener h5 {
  margin-bottom: 0;
}

.fc-accordion-wrap .opener:hover,
.fc-accordion-wrap .opener:focus {
  text-decoration: none;
}

.fc-accordion-wrap .active .opener img {
  transform: translateY(-50%) rotateZ(45deg);
}

.fc-accordion-wrap .slide {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .slide {
    padding: 20px 30px;
  }
}

.fc-accordion-wrap.secondary li {
  box-shadow: none;
  border-radius: 0;
}

.fc-accordion-wrap.secondary > li {
  border-bottom: 2px solid #e8e8e8;
}

/* open close styles */
.fc-open-close-wrap {
  padding: 13px 0;
}

@media (min-width: 768px) {
  .fc-open-close-wrap {
    padding: 29px 0;
  }
}

@media (max-width: 767px) {
  .fc-open-close-wrap .opener-holder {
    min-height: 0 !important;
  }
}

.fc-open-close-wrap .opener-wrap {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3px;
}

.fc-open-close-wrap .text {
  padding: 20px 15px;
}

@media (min-width: 1024px) {
  .fc-open-close-wrap .text {
    padding: 20px;
  }
}

.fc-open-close-wrap.active-holder div.open-close:not(.active) {
  opacity: .5;
}

.fc-open-close-wrap .img-wrap {
  overflow: hidden;
}

.fc-open-close-wrap .img-wrap img {
  transition: transform 0.8s ease-in-out;
}

.fc-open-close-wrap .opener {
  padding-right: 15px;
  margin-top: 0;
  z-index: 99;
}

.fc-open-close-wrap .opener:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  font-size: 13px;
}

.fc-open-close-wrap .opener:hover {
  padding-right: 15px;
  color: #2f2d2c;
}

.fc-open-close-wrap .open-close {
  margin-bottom: 30px;
  position: relative;
  transition: .3s all;
}

.fc-open-close-wrap .open-close .fc-bio .close {
  max-width: 40px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotateZ(45deg);
}

.fc-open-close-wrap .open-close .accordion-opener {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.fc-open-close-wrap .open-close .accordion-opener:after {
  display: none;
}

.fc-open-close-wrap .open-close:hover .img-wrap img {
  transform: scale(1.35);
}

.fc-open-close-wrap .open-close.active .opener {
  color: #2f2d2c;
}

.fc-open-close-wrap .open-close.active .opener:after {
  transform: translateY(-50%) rotateX(180deg);
}

.fc-open-close-wrap .open-close.active .img-wrap img {
  transform: scale(1.35);
}

.fc-open-close-wrap .open-close h4 + .btn,
.fc-open-close-wrap .open-close h5 + .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .fc-open-close-wrap.three-cols,
  .fc-open-close-wrap.four-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(33.33% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(25% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(odd) .fc-bio {
    margin-right: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(even) .fc-bio {
    margin-right: 0;
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+3) .fc-bio {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+3) .fc-bio {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+1) .fc-bio {
    margin-right: calc(-300% - 60px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+2) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+3) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-200% - 40px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+4) .fc-bio {
    margin-right: 0;
    margin-left: calc(-300% - 60px);
  }
}

/* styles for bio slide in open close */
.fc-bio {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  padding: 28px 15px;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-bio {
    margin-top: 4px;
    padding: 40px 40px 20px;
  }
}

.fc-bio .bio-heading {
  position: relative;
}

@media (min-width: 768px) {
  .fc-bio .bio-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .fc-bio .bio-heading h2 {
    display: inline-block;
  }
}

.fc-bio .title {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.526;
  font-style: italic;
  display: block;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .title {
    padding-bottom: 0;
    padding-left: 5px;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .fc-bio .title {
    font-size: 22px;
    padding-left: 14px;
  }
}

.fc-bio .bio-blockquote {
  position: relative;
  padding: 47px 0 0 55px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote {
    padding: 80px 0 0 73px;
  }
}

.fc-bio .bio-blockquote img {
  position: absolute;
  top: 41px;
  left: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote img {
    width: 50px;
    height: 50px;
    top: 80px;
  }
}

.fc-bio .bio-blockquote blockquote {
  font-size: 22px;
  line-height: 38px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote blockquote {
    font-size: 28px;
    line-height: 1.607;
  }
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .fc-bio .bio-wrap {
    padding-top: 40px;
  }
}

.fc-bio .bio-wrap h6 {
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap h6 {
    margin-bottom: 8px;
  }
}

.fc-bio .about {
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .fc-bio .about {
    width: 50%;
    padding-right: 10px;
  }
}

.fc-bio .call-out {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-bio .call-out {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .fc-bio .call-out {
    padding-left: 50px;
  }
}

.fc-bio .call-out > li {
  margin-bottom: 30px;
}

@media (min-width: 1366px) {
  .fc-bio .call-out > li {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-bio .callout-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-bio .callout-list {
    padding-top: 34px;
  }
}

.fc-bio .callout-list li {
  margin-bottom: 49px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list li {
    width: 33.33%;
    padding: 0 10px;
  }
}

.fc-bio .callout-list img {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list img {
    margin-bottom: 22px;
  }
}

.fc-form-block {
	margin-top: 100px;
}

/*gravity-forms-start*/

#main .grecaptcha-badge {
  display: none !important;
}


body #main .gform_wrapper .gfield {
  margin-bottom: 40px;
  padding-left: 0px;
}

#main .gform_wrapper {
  margin-top: 80px;
} 

#main .gform_wrapper .gfield_description {
  font-size: 12px;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"], 
.gform_wrapper textarea,
.gform_wrapper input[type='number'] {
  border: 1px solid #e8e8e8;
  background: #fff;
  min-height: 53px;
  border-radius: 5px;
}

.gform_wrapper .gfield_label {
  font-weight: 600 !important;
  font-size: 23px !important;
  margin-bottom: 0px;
  color: #4A4A4A;
}

#main .gform_wrapper.gravity-theme .gfield input.medium,
#main .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}

#main .gform_wrapper .gfield_required {
  color: #F20000;
  font-size: 9px;
  margin-left: 4px;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio .gchoice label {
  padding-left: 35px !important;
  position: relative;
  font-size: 18px !important;
}

.gform_wrapper .gfield_radio .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #FF7A00;
  top: 4px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  top: 10px;
  left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:before {
  border-width: 2px;
  background: #FF7A00;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox .gchoice label {
  padding-left: 35px !important;
  position: relative;
  font-size: 18px !important;
}

.gform_wrapper .gfield_checkbox .gchoice label:before,
.gform_wrapper .ginput_container_consent label:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #FF7A00;
  top: 4px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .ginput_container_consent label:before {
  top: 2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:after,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "\f147";
  font-family: 'Dashicons';
  font-size: 22px;
  width: 14px;
  height: 14px;
  color: #FFF;
  top: -3px;
  left: -2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked label,
.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label {
  font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:before,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked ~ label:before {
  background: #FF7A00;
}

.ginput_card_expiration.jcf-hidden {
  display: none;
}

.ginput_card_expiration_container .jcf-select {
  display: inline-block;
  width: 47%;
}

.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .gchoice {
  margin-bottom: 8px;
}

@media only screen and (min-width: 321px) {
  #main .gform_wrapper .gfield_time_ampm {
    max-width: calc(5.5rem + 1rem);
  }
}

@media screen and (max-width: 1023px) {
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after,
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after {
    top: 8px;
  }
}

#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 9px 1px !important;
  font-size: 12px;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer .btn,
.gform_wrapper .gform_footer .btn {
  float: right;
}

#main .gform_wrapper.gravity-theme .gform_save_link.button,
#main .gform_wrapper.gravity-theme .gform_previous_button.button {
  background-color: initial;
  color: initial;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before {
  content: none;
}

.gform_page h4 {
  margin-top: 40px;
}

.gform_wrapper .gf_progressbar {
  padding: 2px !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 30px !important;
  font-weight: inherit !important;
}

#main .gform_wrapper .gsection {
  border: none;
  margin-top: 70px !important;
  padding-bottom: 0px !important;
}


.gfield + .gfield--type-html {
	margin-top: 40px;
}

.gfield--type-html h3 {
	margin-bottom: 0px;
}
/* Form Upload */
#main .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border-color: #adadad;
}

.gform_wrapper .gform_button_select_files {
  max-width: 200px;
  margin: 15px auto;
  background: transparent;
  border: 1px solid #adadad;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5pt;
}

.gform_wrapper .gform_button_select_files:hover {
  background: #adadad;
}

#main .gform_drop_instructions {
  color: #929292;
  font-size: 17px;
}

#main .gform_wrapper input[type="file"] {
  background: transparent;
  color: #9f9f9f;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
  border: none;
  padding-left: 0;
  letter-spacing: 0;
  font-weight: 400;
}

#main .gform_wrapper .gform_fileupload_rules {
  font-size: 15px;
}

#main .gform_wrapper .gform_delete_file {
  display: inline-block;
  margin-top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  margin-bottom: 3px;
}

#main .gform_wrapper .percentbar_blue {
  background-color: #2f2d2c;
}

#main .gform_wrapper .top_label .gfield.gf_left_half:before {
  content: none;
}

#main .gform_wrapper .gform_footer {
  overflow: hidden;
  margin-bottom: 150px;
  display: flex;
  justify-content: flex-end;
}

#main .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
/* 	padding-right: 50px !important; */
}

.inner-banner {
  padding: 83px 0 68px;
  display: flex;
  align-items: center;
  color: #fff;
  min-height: 310px;
  background: linear-gradient(135deg, #1d2671 0%, #c33764 100%);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .inner-banner {
    min-height: 358px;
    padding-top: calc(var(--header-height) + 56px);
    padding-bottom: 98px;
  }
}

.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.inner-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.inner-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 58px;
  background: url(images/bg-curve.png);
  background-size: 100% 100%;
  background-position: 50% 100%;
}

@media screen and (min-width: 1440px) {
  .inner-banner:before {
    width: auto;
    left: 0;
    right: 0;
    transform: none;
  }
}
.footer-spacer {
  margin-top: 150px;
}
.inner-banner h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.167em;
}

@media screen and (min-width: 1024px) {
  .inner-banner h1 {
    font-size: 28px;
  }
}

.news-articles {
  margin-top: 160px;
  position: relative;
}

.intro-news + .news-articles {
  margin-top: 30px;
}

/* @media screen and (min-width: 1024px) {
  .news-articles {
    margin-top: 73px;
  }
} */

.news-articles .orb-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 586px;
  height: 246px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.news-articles .orb-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 246px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.news-articles .heading-block {
  margin-bottom: 61px;
}

@media screen and (min-width: 1024px) {
  .news-articles .heading-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
  }
}

.news-articles h2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .news-articles .btn {
    margin-bottom: 29px;
  }
}

@media screen and (min-width: 768px) {
  .articles-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
}

.articles-list li {
  padding-left: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .articles-list li {
    padding: 0 10px;
    width: 50%;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .articles-list li {
    width: 33.33%;
  }
}

.articles-list li:before {
  content: none;
}

.article-single {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  width: 100%;
}

.article-single:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.article-single:hover .img-holder img {
  transform: scale(1.1);
}

.article-single .img-holder {
  position: relative;
  padding-top: 65.79%;
  flex-shrink: 0;
  overflow: hidden;
}

.article-single .img-holder .category {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.219090909090909;
  font-weight: 600;
  padding: 10px;
  color: #fff;
  background: rgba(255, 122, 0, 0.8);
  border-radius: 0 0 10px 0;
  z-index: 2;
}

.article-single .img-holder img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s ease-in-out;
}

.article-single .text-holder {
  padding: 20px 20px 27px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.article-single h5 {
  margin-bottom: 13px;
  flex-grow: 1;
}

.article-single .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 9px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .article-single .meta {
    padding-right: 0;
  }
}

.article-single .meta * {
  max-width: 50%;
}

.article-single time {
  color: #939498;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
}



.fc-photo-gallery-slider {
  padding-top: 80px;
  margin-top: 150px;
  position: relative;
}


.fc-photo-gallery-slider:before {
  content: '';
  background-image: url(images/impact-bg.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 38%;
  z-index: -1;
}

.impact-block {
  padding: 80px 0;
  position: relative;
  background-image: url(images/impact-bg.svg);
  background-size: cover;
  margin-top: 140px;
}

.impact-block .orb-top-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 537px;
  height: 150px;
  background: #2cd2f5;
  opacity: 1;
  border-radius: 232px;
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.impact-block .orb-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 537px;
  height: 150px;
  background: #2cd2f5;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.impact-block .decor-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(images/impact-dots.svg);
  width: 1074px;
  height: 645px;
}

.impact-block h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .impact-block h2 {
    margin-bottom: 49px;
  }
}

.impact-block .container {
  position: relative;
}

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

@media screen and (min-width: 1024px) {
  .impact-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}

.impact-list li {
  list-style-type: none;
  padding: 0 20px 58px;
}

@media screen and (min-width: 1024px) {
  .impact-list li {
    width: 33.33%;
    padding: 0 30px 60px;
  }
}

.impact-list li:before {
  content: none;
}



.impact-list .number {
  padding: 62px 15px;
  display: block;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2173913043478262;
  position: relative;
  margin-bottom: 2px;
}

.impact-list li:before {
  content: '';
  position: absolute;
  width: 179px;
  height: 179px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/circle-decor-blue.svg);
}

.impact-list li.blue {
  color: #7a1e79;
}

.impact-list li.blue:before {
  background: url(images/circle-decor-blue.svg);
}

.impact-list li.green {
  color: #ff7a00;
}

.impact-list li.green:before {
  background: url(images/circle-decor-green.svg);
}

.impact-list li.pink {
  color: #19a6aa;
}

.impact-list li.pink:before {
  background: url(images/circle-decor-pink.svg);
}

.impact-list .number:after {
  content: var(--number-label-var);
}

.impact-list .number:before {
  content: var(--number-pre-label-var);
}

.impact-list .number.thousand:after {
  content: 'k';
}

.impact-list .number.percent:after {
  content: '%';
}

.impact-list .detail {
  display: block;
  font-size: 20px;
  line-height: 1.34;
  font-weight: 600;
}

.related-block {
  padding: 112px 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
   .related-block {
    padding: 100px 0;
  }
}

.related-block .orb-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 249px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.related-block .orb-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 391px;
  height: 234px;
  background: #95eff2;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.faq-accordion {
  padding: 38px 0 9px;
}

@media screen and (min-width: 1024px) {
  .faq-accordion {
    padding-top: 29px;
    padding-bottom: 38px;
  }
}

.faq-accordion li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .faq-accordion li {
    margin-bottom: 12px;
  }
}

.faq-accordion li:before {
  content: none;
}

.faq-accordion li.active a {
  border-radius: 10px 10px 0 0;
}

.faq-accordion li:hover .slide {
  background: #fff;
}

.faq-accordion a {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-decoration: none;
  border-radius: 10px;
  padding: 25px 23px 21px;
  transition: border-radius 0.3s ease-in-out, background 0.3s ease-in-out;
}

.faq-accordion a:hover {
  background: #fff;
}

.faq-accordion a:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.faq-accordion .img-holder {
  width: 60px;
  margin-right: 25px;
}

.faq-accordion .text-holder {
  width: calc(100% - 85px);
  padding: 6px 0;
}

.faq-accordion .text-holder:only-child {
  width: 100%;
}

.faq-accordion h5 {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .faq-accordion h5 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .faq-accordion .text-btn {
    font-size: 12px;
    padding-bottom: 2px;
  }
}

.faq-accordion .slide {
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 23px;
  transition: border-radius 0.3s ease-in-out, background 0.3s ease-in-out;
}

.image-listing {
  padding: 0px 0 9px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .image-listing {
    margin-top: 160px;
  }
}

.image-listing .orb-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 586px;
  height: 249px;
  background: #95eff2;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.image-listing .orb-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 391px;
  height: 234px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.listing-list {
  padding: 37px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 1024px) {
  .listing-list {
    margin: 0 -10px;
    padding-top: 39px;
    padding-bottom: 2px;
  }
}

.listing-list.four-columns li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .listing-list.four-columns li {
    width: 25%;
  }
}

.listing-list.four-columns .img-holder {
  margin-bottom: 19px;
}

@media screen and (min-width: 768px) {
  .listing-list.three-columns li {
    width: 33.33%;
  }
}

.listing-list li {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 58px;
}

@media screen and (min-width: 768px) {
  .listing-list li {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .listing-list li {
    padding: 0 10px;
    margin-bottom: 67px;
  }
}

.listing-list li:before {
  content: none;
}

.listing-list a, .listing-list > li > div {
  text-decoration: none;
  text-align: center;
  color: #5b5b5f;
}

.listing-list a:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.listing-list .img-holder {
  margin-bottom: 22px;
}

.listing-list h4 {
  margin-bottom: 8px;
}

.listing-list p {
  margin-bottom: 8px;
}

.cta-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  margin-top: 67px;
  padding: 186px 0 116px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .cta-block {
    margin-top: 119px;
    padding-top: 209px;
    padding-bottom: 158px;
    min-height: 635px;
    display: flex;
    align-items: center;
  }
}

.cta-block .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1440px;
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .cta-block .bg {
    left: 0;
    right: 0;
    transform: none;
    width: auto;
  }
}

.cta-block .bg img {
  width: 100%;
  min-height: 100%;
}

.cta-block h2 {
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin-bottom: 51px;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .cta-block h2 {
    letter-spacing: 0;
    line-height: 1.3499999999999999;
  }
}



.fc-image-listing .row {
  padding: 15px 0;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .fc-image-listing .row {
    padding: 27px 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .fc-image-listing .row .image,
.fc-image-listing .row .video {
    width: 41%;
  }
}
@media (min-width: 768px) {
  .fc-image-listing .row .text {
    width: 59%;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .fc-image-listing .row .text {
    padding-left: 57px;
  }
}
@media (min-width: 768px) {
  .fc-image-listing .reverse .text {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .fc-image-listing .reverse .text {
    padding-right: 57px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .fc-image-listing .btn-wrap {
    padding-top: 7px;
  }
}
@media (min-width: 1024px) {
  .fc-image-listing ul + .btn-wrap {
    padding-top: 0;
  }
}
.fc-image-listing .fc-image-lists {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists {
    padding: 27px 0;
  }
}
.fc-image-listing .fc-image-lists > li {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .fc-image-listing .fc-image-lists > li {
    margin-bottom: 86px;
  }
}
.fc-image-listing .fc-image-lists > li:last-child {
  margin-bottom: 0;
}
.fc-image-listing .fc-image-lists .image {
  max-width: 82%;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .image {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .text {
    width: 68%;
    padding-left: 33px;
  }
}
.fc-image-listing .swiper-slide {
  margin: 0 5px;
  width: 240px;
}
@media (min-width: 768px) {
  .fc-image-listing .swiper-slide {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .fc-image-listing .swiper-slide {
    width: 396px;
  }
}
.fc-image-listing .swiper-slide .image {
  margin-bottom: 20px;
  overflow: hidden;
}

.fc-image-listing .swiper-slide .image img {
  transition: .5s all;
}
.fc-image-listing .swiper-slide .image:hover img {
  transform: scale(1.05);
}

.fc-image-listing .swiper-slide .btn {
  margin-top: 4px;
}
.fc-image-listing .swiper-container {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 40px 0;
}
@media (max-width: 767px) {
  .fc-image-listing .swiper-container {
    padding-right: 90px;
  }
}
@media (min-width: 768px) {
  .fc-image-listing .swiper-container {
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .fc-image-listing .swiper-container {
    padding-top: 29px;
  }
}
@media (min-width: 1400px) {
  .fc-image-listing .swiper-container {
    padding-right: 0;
  }
}
.fc-image-listing .swiper-container .slick-arrow {
  transform: none;
  left: auto;
  right: 5px;
  bottom: 35px;
}
@media (min-width: 768px) {
  .fc-image-listing .swiper-container .slick-arrow {
    bottom: 0;
    right: 10px;
  }
}
.fc-image-listing .swiper-container .slick-arrow.slick-prev {
  margin-left: 0;
  margin-right: 65px;
}
.fc-image-listing .swiper-container .slick-arrow.slick-next {
  margin-left: 0;
}

/* styles for media listing section */
.fc-media-listing .fc-image-list li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fc-media-listing .fc-image-list li {
    margin-bottom: 20px;
  }
}
.fc-media-listing .fc-image-list .image {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fc-media-listing .slick-slider .slick-arrow {
    bottom: 28px;
  }
}



.intro-section {
  margin-top: -79px;
  position: relative;
  z-index: 2;
  margin-bottom: 125px;
}

@media screen and (min-width: 1024px) {
  .intro-section {
    margin-top: -114px;
    margin-bottom: 0;
  }
}

.intro-section .container {
  max-width: 1254px;
}

@media screen and (min-width: 1024px) {
  .intro-section .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.intro-section .img-block {
  margin-right: -20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .intro-section .img-block {
    width: 52.5%;
  }
}

.intro-section .img-block img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .intro-section .img-block img {
    width: 52.5vw;
  }
}

@media screen and (min-width: 1024px) {
  .intro-section .text-block {
    width: 47.5%;
    padding-right: 50px;
    padding-bottom: 60px;
    
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.intro-section .container {
		align-items: flex-start;
	}
  .intro-section .text-block {
    padding-top: 120px;
  }
  
  
}

/* @media screen and (min-width: 1200px) and (max-width: 1365px) {

  .intro-section .text-block {
    padding-top: 120px;
    position: relative;
    top: 50px;
  }
  
  
} */

@media screen and (min-width: 1366px) {
  .intro-section .text-block {
    padding-right: 80px;
    position: relative;
    top: 30px;
  }
}

.intro-section h1 {
  margin-bottom: 21px;
}

.get-started-section.show-mobile,
.get-started-section.show-mobile .form-block:before{
  display: none;
}

.header.fixed-position + .get-started-section.show-mobile{
  position: fixed;
  margin-bottom: 0;
  top: calc(40px + 5.25vh);
  width: 100%;
  display: block;
}

a[id], [id], 
.container [id],
div [id]{
	scroll-behavior: smooth;
  	scroll-padding-top: 175px;
  	scroll-margin-top: 175px;
}

.get-started-section {
  position: relative;
  z-index: 2;
  margin-bottom: 216px;
}

.get-started-section.show-mobile{
  /* display: none; */
  margin-bottom: 0px;
} 

.get-started-section.show-mobile{
  z-index: 25;
}

.get-started-section.show-mobile .form-block{
  padding: 10px 30px;
}

.get-started-section.show-mobile a{
  text-decoration: none;
  border: 0;
}

.get-started-section.show-mobile.scrolled{
  display: block;
  width: 100%;
}

.get-started-section.show-mobile .form-block h4{
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}

.get-started-section.show-mobile .form-block h4::after {
  padding: 0 10px;
}

.get-started-section.show-mobile a .form-block:hover h4::after {
  transition: ease-in-out 3s;
  transform: rotate(45deg);
}


@media screen and (min-width: 1024px) {


  .get-started-section {
    margin-top: -161px;
    margin-bottom: 180px;
  }
  
  .intro-text-only + .get-started-section {
    margin-top: 0px;
  }

  .inner-banner .container:not( .single-cbd_projects .inner-banner .container){
    padding-top: calc(51.4px + 56px);
  }
}

@media (min-width: 1024px) {
  .get-started-section {
    margin-top: -50px;
  }

  .get-started-section.show-mobile{
    display: none;
    visibility: none;
    opacity: 0;
  }
}

.get-started-section .orb-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 180px;
  background: #ffcb00;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.get-started-section .orb-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 180px;
  background: #ffcb00;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.get-started-section .container {
  position: relative;
  max-width: 1340px;
}

.get-started-section .decor-top {
  position: absolute;
  top: -26px;
  left: 10px;
  z-index: -1;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
}

@media screen and (min-width: 1024px) {
  .get-started-section .decor-top {
    left: -40px;
  }
}

.get-started-section .decor-bottom {
  position: absolute;
  bottom: -26px;
  right: 10px;
  z-index: -1;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
}

@media screen and (min-width: 1024px) {
  .get-started-section .decor-bottom {
    right: -40px;
  }
}

.get-started-section .form-block {
  padding: 50px 30px 40px;
  background: linear-gradient(312.39deg, #ff9e00 26.14%, #ff6700 73.86%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .get-started-section .form-block {
    background: linear-gradient(258.24deg, #ff9e00 14.77%, #ff6700 82.77%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 60px 44px;
  }
}

.get-started-section .form-block:before:not(.get-started-section.show-mobile) {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 388px;
  height: 334px;
  background: url(images/bg-watermark-sm.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .get-started-section .form-block:before {
    width: 100%;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/bg-watermark-lg.png);
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    
  }
}

.get-started-section h2 {
  color: #fff;
  margin-bottom: 12px;
}

.get-started-section p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .get-started-form {
    width: calc(100% + 16px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
#locate_address_description {
	display: none;
}
.get-started-form .row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.get-started-form .column:nth-child(3) input {
    min-width: 80px !important;
  }
  
  .get-started-form .column {
	  margin-bottom: 15px;
  }

@media screen and (min-width: 1024px) {
	
	
	.get-started-form .columns {
	  margin: 0 -8px;
	  display: flex;
	  flex-wrap: wrap;
	  position: relative;
	  z-index: 2;
	}
  .get-started-form .row,
  .get-started-form .column {
    margin: 0;
    padding-right: 8px;
  }
  .get-started-form .row.one,
  .get-started-form .column:nth-child(1) {
    width: 28.4%;
  }
  .get-started-form .row.two,
  .get-started-form .column:nth-child(2),
  .get-started-form .column:nth-child(3) {
    width: 11%;
    padding: 0 8px;
  }
  .get-started-form .row.three,
  .get-started-form .column:nth-child(4) {
    width: 27.3%;
    padding: 0 8px;
  }
  .get-started-form .row.btn-holder {
    padding-top: 0;
    flex-grow: 1;
  }
}

@media screen and (min-width: 1366px) {
  .get-started-form .row.one {
    width: 33.4%;
  }
}

.get-started-form .col {
  width: 100%;
  padding: 0 8px 15px;
}

.get-started-form .col.half {
  width: 50%;
}

.get-started-form input[type='text'],
.get-started-form select,
.get-started-form .nice-select .current {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  padding: 19px 20px;
  border: 0;
  border-radius: 3px;
  color: #9a9a9a;
}

.get-started-form input[type='text']::-webkit-input-placeholder,
.get-started-form select::-webkit-input-placeholder,
.get-started-form .nice-select .current::-webkit-input-placeholder {
  color: #9a9a9a;
}

.get-started-form input[type='text']::-moz-placeholder,
.get-started-form select::-moz-placeholder,
.get-started-form .nice-select .current::-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

.get-started-form input[type='text']:-moz-placeholder,
.get-started-form select:-moz-placeholder,
.get-started-form .nice-select .current:-moz-placeholder {
  color: #9a9a9a;
}

.get-started-form input[type='text']:-ms-input-placeholder,
.get-started-form select:-ms-input-placeholder,
.get-started-form .nice-select .current:-ms-input-placeholder {
  color: #9a9a9a;
}

.get-started-form input[type='text'].placeholder,
.get-started-form select.placeholder,
.get-started-form .nice-select .current.placeholder {
  color: #9a9a9a;
}

.get-started-form .nice-select {
  position: relative;
}

.get-started-form .nice-select .current {
  padding-right: 50px;
  position: relative;
  height: auto;
}

.get-started-form .nice-select .current:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  color: #ff6700;
  font-size: 10px;
}

.get-started-form .nice-select.open .list {
  display: block;
}

.get-started-form .list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  font-size: 18px;
  line-height: 1.25;
  padding: 15px 0;
  z-index: 2;
}

.get-started-form .list li {
  list-style-type: none;
  color: #4a4a4a;
  padding: 0 23px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.get-started-form .list li:last-child {
  margin-bottom: 0;
}

.get-started-form .list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 46px;
  background: #ff7a00;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
  content: '';
  opacity: 0;
}

.get-started-form .list li:hover {
  color: #ff6700;
}

.get-started-form .list li:hover:before {
  opacity: 1;
}

.get-started-form .btn-holder {
  padding-top: 27px;
  z-index: 1;
}

.get-started-form button[type='submit'],
.get-started-form input[type='submit'] {
  display: block;
  width: 100%;
  border: 0;
  background: #ff6801;
  margin-left: 8px;
  margin-top: 0px !important;
}

@media(max-width: 1023px) {
	.get-started-form input[type='submit'] {
	  margin-left: 0px;
	}
	
	.get-started-form .column:nth-child(2),
	.get-started-form .column:nth-child(3) {
		width: 49%;
		display: inline-block;
	}
	
	.get-started-form .column:nth-child(2) {
		padding-right: 1%;
	}
	
	.get-started-form .column:nth-child(3) {
		padding-left: 1%;
	}

}

@media(min-width: 600px) and (max-width: 880px) {
	
	.get-started-form .column:nth-child(2),
	.get-started-form .column:nth-child(3) {
		width: 49.5%;
		display: inline-block;
	}

}

@media(min-width: 881px) and (max-width: 1023px) {
	
	.get-started-form .column:nth-child(2),
	.get-started-form .column:nth-child(3) {
		width: 49.7%;
		display: inline-block;
	}

}


.accordion-general {
  padding: 7px 0 9px;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .accordion-general {
    padding-top: 29px;
    padding-bottom: 38px;
  }
}

.accordion-general li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
  max-width: 920px;
}

@media screen and (min-width: 1024px) {
  .accordion-general li {
    margin-bottom: 12px;
  
  }
}

.accordion-general > li:before {
  content: none;
}

.accordion-general  li:before {
  left: -25px;
}

.accordion-general li.active a {
  border-radius: 10px 10px 0 0;
}

.accordion-general li.active a:before {
  transform: rotate(45deg);
}

.accordion-general a.opener {
  position: relative;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 50px 15px 20px;
  color: #5b5b5f;
  transition: border-radius 0.3s ease-in-out, background 0.3s ease-in-out;
}

.accordion-general a.opener:hover {
  background: #fafafa;
}

.accordion-general a:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.accordion-general a.opener:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  background: url(images/icon-open.svg);
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  transition: transform 0.3s ease-in-out;
}

.accordion-general a p {
  margin-bottom: 0;
}

.accordion-general .img-holder {
  width: 60px;
  margin-right: 25px;
}

.accordion-general .text-holder {
  width: calc(100% - 85px);
  padding: 6px 0;
}

.accordion-general .text-holder:only-child {
  width: 100%;
}

.accordion-general h5 {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .accordion-general h5 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .accordion-general .text-btn {
    font-size: 12px;
    padding-bottom: 2px;
  }
}

.accordion-general .slide {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 20px 23px;
}

@keyframes orb-opacity {
  0% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.4;
  }
  25% {
    transform: translate(-50%, 50%) scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: translate(0%, 0%) scale(1.2);
    opacity: 1;
  }
  75% {
    transform: translate(50%, -50%) scale(1.1);
    opacity: 0.6;
  }
  100% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.4;
  }
}

@keyframes orb-opacity-alt {
  0% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.2;
  }
  25% {
    transform: translate(-50%, 50%) scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: translate(0%, 0%) scale(1.2);
    opacity: 0.5;
  }
  75% {
    transform: translate(50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: translate(10%, 10%) scale(1);
    opacity: 0.2;
  }
}

.callouts-section {
  position: relative;
  margin-top: 124px;
}

.callouts-section + .testimonial-section {
  margin-top: 124px;
  margin-bottom: 142px;
}

.intro-text-only + .fc-icon-listing {
  margin-top: 24px;
}

.fc-icon-listing + .content-section {
  margin-top: 62px;
}

@media screen and (min-width: 1024px) {
  .callouts-section + .testimonial-section {
    margin-top: 133px;
    margin-bottom: 158px;
  }
}

.callouts-section .orb-green {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -195px;
  width: 391px;
  height: 249px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.callouts-section .orb-blue {
  position: absolute;
  top: 100px;
  left: 0;
  width: 340px;
  height: 249px;
  border-radius: 232px;
  background: #eba8f3;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.callouts-section .orb-gray {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 391px;
  height: 249px;
  background: #95eff2;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.callouts-section .heading {
  padding-bottom: 40px;
}

.callouts-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.callouts-list li {
  width: 100%;
  list-style-type: none;
  padding: 0 10px 17px;
  margin-bottom: 0;
  display: flex;
  
}

@media screen and (min-width: 768px) {
  .callouts-list li {
    width: 50%;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .callouts-list li {
    width: 33.33%;
  }
}

.callouts-list li:before {
  content: none;
}

.callout-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  /* height: 295px; */
  text-align: center;
  text-decoration: none;
  padding: 45px 30px 26px;
  color: #5b5b5f;
  width: 100%;
}

/* @media screen and (min-width: 768px) {
  .callout-single {
    height: 298px;
  }
} */

a.callout-single {
  cursor: pointer;
}

.callout-single:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #e4f8f9;
  border-radius: 8px;
  transition: border-color 0.3s ease-in-out;
}

a.callout-single:hover {
  color: #5b5b5f;
}

a.callout-single:hover:before {
  border: 2px solid #ff6700;
}

a.callout-single:hover .text-btn {
  color: #ff6700;
  border-bottom: 2px solid #ff6700;
}

.callout-single .icon-holder {
  margin-bottom: 25px;
}

.callout-single h6 + .text-btn {
  margin-top: 12px;
}

.callout-single p {
  margin-bottom: 15px;
}

.listing-section {
  margin-top: 95px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .listing-section {
    margin-top: 103px;
  }
}

.listing-section .orb-green {
  position: absolute;
  left: -150px;
  bottom: 80px;
  width: 391px;
  height: 249px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity-alt 15s ease infinite;
}

.listing-section .orb-blue {
  position: absolute;
  right: -150px;
  top: 80px;
  width: 391px;
  height: 249px;
  background: #3e2a6f;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity-alt 15s ease infinite;
}

.listing-section .heading {
  padding-bottom: 10px;
}

.listing-section h6 {
  margin-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .listing-section ul {
    padding-left: 16px;
    padding-top: 20px;
  }
}

.video-section {
  position: relative;
  height: 700px;
  z-index: 1;
  margin-top: 142px;
}

@media screen and (min-width: 1024px) {
  .video-section {
    margin-top: 159px;
  }
}

.video-section .orb-green.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 176px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.video-section .orb-green.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 340px;
  height: 176px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.video-section .decor-top {
  position: absolute;
  top: -24px;
  right: -122px;
  z-index: -1;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
}

@media screen and (min-width: 1024px) {
  .video-section .decor-top {
    right: 9px;
  }
}

.video-section .decor-bottom {
  position: absolute;
  bottom: -38px;
  left: 9px;
  z-index: -1;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
}

@media screen and (min-width: 1024px) {
  .video-section .decor-bottom {
    bottom: -30px;
    left: 1px;
  }
}

.video-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.video-section .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 282px;
  left: 0;
  right: 0;
  background: rgba(23, 193, 198, 0.6);
  border-radius: 350px 350px 0px 10px/10px 10px 0px 0px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .video-section .bg:before {
    height: 261px;
  }
}

@media screen and (min-width: 1440px) {
  .video-section .bg:before {
    width: 100%;
  }
}

.video-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s ease-in-out;
}

.video-section a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .video-section a {
    justify-content: center;
  }
}

.video-section a:hover {
  text-decoration: none;
}

.video-section a:hover .bg:before {
  background: #17c1c6;
}

.video-section a:hover .bg img {
  transform: scale(1.1);
}

.video-section .icon-play {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 188px;
}

@media screen and (min-width: 1024px) {
  .video-section .icon-play {
    bottom: 160px;
  }
}

.video-section h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 71px;
}

@media screen and (min-width: 1024px) {
  .video-section h2 {
    margin-bottom: 90px;
  }
}

.video-listing-section {
  margin-top: 120px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .video-listing-section {
    margin-top: 141px;
  }
}

.video-listing-section .orb-green.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 176px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.video-listing-section .orb-green.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 340px;
  height: 176px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.video-listing-section .heading {
  padding-bottom: 39px;
}

.video-list {
  position: relative;
  z-index: 1;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.video-list:before {
  content: '';
  position: absolute;
  top: 58px;
  right: -89px;
  z-index: -1;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
  transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .video-list:before {
    top: 51px;
    right: -157px;
  }
}

.video-list:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -65px;
  background: url(images/dots-decor.svg);
  width: 340px;
  height: 170px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .video-list:after {
    bottom: -21px;
    left: -58px;
  }
}

.video-list li {
  position: relative;
  z-index: 1;
  width: 100%;
  list-style-type: none;
  padding: 0 10px 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .video-list li {
    width: 50%;
  }
}

.video-list li:before {
  content: none;
}

.video-list a {
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
  height: 409px;
  text-decoration: none;
  color: #fff;
}

.video-list a:hover {
  text-decoration: none;
}

.video-list a:hover .bg:before {
  background: #17c1c6;
}

.video-list a:hover .bg img {
  transform: scale(1.05);
}

.video-list a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.video-list a .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 154px;
  left: 0;
  right: 0;
  background: rgba(23, 193, 198, 0.6);
  border-radius: 350px 350px 0px 10px/10px 10px 0px 0px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease-in-out;
}

.video-list a .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s ease-in-out;
}

.video-list a .text {
  height: 150px;
  display: flex;
  align-items: center;
  padding-top: 7px;
}

.video-list a h4 {
  color: #fff;
  position: relative;
  padding: 0 20px 0 100px;
}

@media screen and (min-width: 1024px) {
  .video-list a h4 {
    padding: 0 20px 0 150px;
  }
}

.video-list a h4:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -37px;
  background: url(images/icon-play-lg.svg);
  background-size: 100% 100%;
  width: 76px;
  height: 76px;
}

@media screen and (min-width: 1024px) {
  .video-list a h4:before {
    width: 100px;
    height: 100px;
    left: 31px;
    margin-top: -48px;
  }
}

.img-listing-small {
  margin-top: 88px;
}

@media screen and (min-width: 1024px) {
  .img-listing-small {
    margin-top: 97px;
  }
}

.img-listing-small .heading {
  padding-bottom: 39px;
}

.list-img-small > li {
  padding: 0;
  list-style-type: none;
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  .list-img-small > li {
    display: flex;
    align-items: center;
    margin-bottom: 62px;
  }
}

.list-img-small > li:before {
  content: none;
}

.list-img-small .img-block {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .list-img-small .img-block {
    width: 420px;
  }
}

.list-img-small .img-block .orb-green {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 131px;
  height: 123px;
  background: #ffd42b;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

.list-img-small .img-block .orb-gray {
  position: absolute;
  top: 0;
  right: 0;
  width: 131px;
  height: 123px;
  background: #95eff2;
  opacity: 1;
  border-radius: 232px;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  animation: orb-opacity 15s ease infinite;
}

@media screen and (min-width: 1024px) {
  .list-img-small .text-holder {
    width: calc(100% - 420px);
    padding: 0 0 40px 50px;
  }
}

.list-img-small p + ul {
  margin-top: -11px;
}

.list-img-small ul {
  padding-left: 0;
  padding-bottom: 10px;
}
