.service-section-two {
  margin-top: 80px;
  padding-bottom:50px;
}
.w-tabs {
    margin-left:45px ! IMPORTANT;
}
a {
    text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
h5.service-detail-title {
  margin-top: 30px;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

 /* .dropdown:hover .dropbtn {
  background-color: red;
} */
.w-layout-grid.grid-value-inner {
  margin-top: -75px !important;
}
div#w-node-b540d2fd-f707-e379-071a-645b42c91778-063f6d0c {
  margin-top: 150px !important;
}
.surya {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* background-color: var(--firebrick); */
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin: -20px auto 100px;
  padding: 30px;
  display: inline-block;
  position: relative;
  transform: rotate(11deg);
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media only screen and (max-width: 600px) {
  h1.sha{
  font-size: 17px;
 }
}
h4.value-title.value-title-right {
  font-family: emoji;
  font-size: 25px;
}
h4.value-title.value-title-left {
  font-family: emoji;
  font-size: 25px;
}
h2.our-mission-title {
  font-size: 45px;
}
.grid-about-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
}
#w-node-_03458cf5-ccbd-4127-c315-2550bac07392-063f6d0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}
h1.heading1 {
  text-align: center;
  z-index: 100;
  margin-left: 450px;
  font-size: 45px;
}
h1 {
  color: var(--black);
  margin-top: 30;
  margin-bottom: 20px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}
.sha {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  color:#fff;
}
h1.sha {
    margin-top: 30px;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  
  audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
  }
  
  audio:not([controls]) {
    height: 0;
    display: none;
  }
  
  [hidden], template {
    display: none;
  }
  
  a {
    background-color: rgba(0, 0, 0, 0);
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td, th {
    padding: 0;
  }
  
  @font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="w-icon-"], [class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
  }
  
  .w-icon-slider-right:before {
    content: "î˜€";
  }
  
  .w-icon-slider-left:before {
    content: "î˜";
  }
  
  .w-icon-nav-menu:before {
    content: "î˜‚";
  }
  
  .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "î˜ƒ";
  }
  
  .w-icon-file-upload-remove:before {
    content: "î¤€";
  }
  
  .w-icon-file-upload-icon:before {
    content: "î¤ƒ";
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  
  .w-block {
    display: block;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .w-clearfix:before, .w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  input.w-button {
    -webkit-appearance: button;
  }
  
  html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
  }
  
  .w-webflow-badge, .w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
  }
  
  .w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
  }
  
  .w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe, .w-video object, .w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button, [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  
  .w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999;
  }
  
  .w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999;
  }
  
  .w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  
  .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
  }
  
  .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input, textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before, .w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
    display: none;
  }
  
  .w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  
  .w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row, .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, .4);
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
  }
  
  .w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
    outline: 0;
  }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  
  .w-icon-slider-left, .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .w-dropdown-link.w--current {
    color: #0082f3;
  }
  
  .w-dropdown-link:focus {
    outline: 0;
  }
  
  @media screen and (max-width: 767px) {
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame, .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
  }
  
  .w-lightbox-hide {
    display: none;
  }
  
  .w-lightbox-noscroll {
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left, .w-lightbox-right {
      opacity: .5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: .8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol, .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
  }
  
  .w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-normal {
    clear: both;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-nav-overlay [data-nav-menu-open] {
    top: 0;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
  
  .w-nav-button:focus {
    outline: 0;
  }
  
  .w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
  }
  
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  
  .w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
    display: block;
  }
  
  .w--nav-dropdown-list-open {
    position: static;
  }
  
  @media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="small"] .w-nav-button {
      display: block;
    }
  
    .w-nav-brand {
      padding-left: 10px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none;
    }
  
    .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block;
    }
  }
  
  .w-tabs {
    position: relative;
  }
  
  .w-tabs:before, .w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .w--tab-active {
    display: block;
  }
  
  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  
  .w-ix-emptyfix:after {
    content: "";
  }
  .section-spacing-bottom {
    padding-bottom: 120px;
}
.section-spacing {
    padding-top: 120px;
    padding-bottom: 120px;
}
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  :root {
    --white-smoke: #ededed;
    --black: #210502;
    --firebrick: #b1453b;
    --white: white;
    --orange: #f2a20c;
    --black-2: black;
    --light-pink: #feb0a9;
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
  }
  
  .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  
  .w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
  }
  
  .w-pagination-previous-icon {
    margin-right: 4px;
  }
  
  .w-page-count {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  .w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
  }
  
  .w-pagination-next-icon {
    margin-left: 4px;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  body {
    background-color: var(--white-smoke);
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }
  
  h1 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  h2 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  h3 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  h4 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
  }
  
  h6 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  a {
    color: var(--black);

  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  
  li {
    margin-bottom: 10px;
  }
  
  img {
    max-width: 100%;
    display: inline-block;
  }
  
  label {
    margin-bottom: 10px;
    font-weight: 400;
    display: block;
  }
  
  strong {
    font-weight: bold;
  }
  
  em {
    font-style: italic;
  }
  
  blockquote {
    border-left: 5px solid var(--firebrick);
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin-bottom: 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  .no-margin {
    margin-bottom: 0;
  }
  
  .color-box-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .success-message {
    color: #fff;
    text-align: center;
    background-color: #03cd69;
    padding: 15px;
  }
  
  .style-guide-spacing-box {
    background-color: var(--white);
    color: var(--firebrick);
    text-align: center;
  }
  
  .styled-guide-heading-wrap {
    width: 100%;
    flex-direction: column;
    display: flex;
  }
  
  .margin-class-box {
    width: 100%;
    background-color: var(--white);
    display: flex;
  }
  
  .style-guide-alignment {
    width: 100%;
  }
  
  .margin-bottom-8 {
    margin-bottom: 8px;
  }
  
  .heading-h3 {
    color: var(--black);
    margin-bottom: 15px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  .checkbox-field {
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
  
  .radio-button-label {
    padding-left: 6px;
  }
  
  .text-underline {
    text-decoration: underline;
  }
  
  .heading-h5 {
    color: var(--black);
    margin-bottom: 10px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
  }
  
  .container-box {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    padding: 15px 20px;
  }
  
  .container-box.inner-container.left {
    margin-left: 0;
  }
  
  .style-guide-wrapper {
    margin-bottom: 60px;
  }
  
  .style-guide-wrapper.last {
    margin-bottom: 0;
  }
  
  .margin-bottom-54 {
    margin-bottom: 54px;
  }
  
  .margin-bottom-44 {
    margin-bottom: 44px;
  }
  
  .heading-h6 {
    color: var(--black);
    margin-bottom: 10px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
  }
  
  .radio-button {
    width: auto;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    border-color: var(--firebrick);
    margin-top: 0;
    transition: border .3s ease-in-out;
  }
  
  .radio-button.w--redirected-checked {
    border-width: 5px;
    border-color: var(--firebrick);
    background-color: var(--orange);
  }
  
  .radio-button.w--redirected-focus {
    border-color: var(--firebrick);
    box-shadow: none;
  }
  
  .margin-bottom-12 {
    margin-bottom: 12px;
  }
  
  .button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    position: relative;
  }
  
  .button.pricing-button {
    width: 100%;
    margin-top: auto;
  }
  
  .guide-item {
    text-align: center;
  }
  
  .margin-bottom-4 {
    margin-bottom: 4px;
  }
  
  .styled-guide-heading-badge {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
  
  .styled-guide-heading-badge.right {
    justify-content: flex-end;
  }
  
  .styled-guide-heading-badge.center {
    justify-content: center;
  }
  
  .margin-bottom-24 {
    margin-bottom: 24px;
  }
  
  .margin-bottom-48 {
    margin-bottom: 48px;
  }
  
  .text-mark {
    background-color: var(--orange);
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .heading-h1 {
    color: var(--black);
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  .text-lead {
    font-size: 22px;
    line-height: 1.5em;
  }
  
  .margin-bottom-36 {
    margin-bottom: 36px;
  }
  
  .style-guide-box {
    border: 1px solid var(--black-2);
    padding: 10px 10px 20px;
  }
  
  .form-input {
    height: 70px;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--firebrick);
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease-in-out;
  }
  
  .form-input:focus {
    border-color: var(--white);
    background-color: var(--white-smoke);
  }
  
  .form-input::-ms-input-placeholder {
    color: var(--firebrick);
    font-size: 16px;
  }
  
  .form-input::placeholder {
    color: var(--firebrick);
    font-size: 16px;
  }
  
  .form-input.form-textarea {
    height: 200px;
  }
  
  .form-input.footer-form-input {
    width: 100%;
    color: rgba(237, 237, 237, .5);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, .5);
    margin-bottom: 0;
    padding-right: 125px;
  }
  
  .form-input.footer-form-input:focus {
    border-color: var(--white);
  }
  
  .form-input.footer-form-input::-ms-input-placeholder {
    color: rgba(237, 237, 237, .5);
  }
  
  .form-input.footer-form-input::placeholder {
    color: rgba(237, 237, 237, .5);
  }
  
  .form-select {
    height: 70px;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--firebrick);
    border-radius: 0;
    margin-bottom: 20px;
    padding: 10px 30px;
    font-size: 16px;
    transition: all .3s ease-in-out;
  }
  
  .form-select:focus {
    border-color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }
  
  .style-guide-header {
    background-color: var(--orange);
    color: var(--black);
    margin-bottom: 30px;
    padding: 20px;
  }
  
  .color-box {
    width: 150px;
    height: 150px;
    border: 1px solid var(--black);
  }
  
  .checkbox {
    width: auto;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    border-style: solid;
    border-color: var(--firebrick);
    border-radius: 0;
    margin-top: 3px;
  }
  
  .checkbox.w--redirected-checked {
    border-color: var(--firebrick);
    background-color: var(--firebrick);
    background-position: 50%;
    background-size: auto;
    border-radius: 0;
  }
  
  .checkbox.w--redirected-focus {
    border-color: var(--firebrick);
    box-shadow: none;
    border-radius: 0;
    transition: background-color .3s ease-in-out;
  }
  
  .margin-bottom-28 {
    margin-bottom: 28px;
  }
  
  .text-right {
    text-align: right;
  }
  
  .heading-class-badge {
    color: #fff;
    background-color: #0073e6;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 12px;
  }
  
  .text-italic {
    font-style: italic;
  }
  
  .text-bold {
    font-weight: 600;
  }
  
  .text-left {
    text-align: left;
  }
  
  .style-guide-title {
    color: var(--black-2);
  }
  
  .text-small {
    font-size: 14px;
    line-height: 1.3em;
  }
  
  .style-guide-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
  
  .style-guide-content.form {
    display: block;
  }
  
  .style-guide-content.list-style {
    grid-column-gap: 20px;
  }
  
  .styled-guide-heading {
    border-bottom: 1px solid #f2eaff;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .styled-guide-heading.last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .rich-text ul, .rich-text ol, .rich-text blockquote, .rich-text figure {
    margin-bottom: 40px;
  }
  
  .rich-text figcaption {
    margin-top: 15px;
  }
  
  .rich-text p {
    margin-bottom: 40px;
  }
  
  .input-group {
    align-items: center;
    margin-bottom: 20px;
  }
  
  .error-message {
    color: var(--white);
    text-align: center;
    background-color: #e92222;
    padding: 15px 20px;
  }
  
  .text-delete {
    text-decoration: line-through;
  }
  
  .margin-bottom-70 {
    margin-bottom: 70px;
  }
  
  .heading-h2 {
    color: var(--black);
    margin-bottom: 20px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
  }
  
  .heading-badge {
    color: #fff;
    background-color: #be4aa5;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 12px;
  }
  
  .style-guide-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .heading-h4 {
    color: var(--black);
    margin-bottom: 15px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
  }
  
  .heading-h4.font-crushed.no-margin {
    margin-bottom: 0;
  }
  
  .margin-bottom-16px {
    margin-bottom: 16px;
  }
  
  .radio-button-field {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
  
  .margin-bottom-40 {
    margin-bottom: 40px;
  }
  
  .margin-bottom-32 {
    margin-bottom: 32px;
  }
  
  .container-medium {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .margin-bottom-80 {
    margin-bottom: 80px;
  }
  
  .checkbox-label {
    padding-left: 6px;
  }
  
  .margin-bottom-20 {
    margin-bottom: 20px;
  }
  
  .nav-menu {
    align-items: center;
  }
  
  .navbar-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    display: flex;
  }
  
  .grid-navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .navbar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .nav-link {
    color: var(--black);
    margin: 10px 25px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease-in-out;
  }
  
  .nav-link:hover, .nav-link.w--current {
    color: var(--firebrick);
  }
  
  .nav-link.first {
    margin-left: 0;
  }
  
  .bg-primary-1 {
    background-color: var(--orange);
  }
  
  .bg-primary-2 {
    background-color: var(--firebrick);
  }
  section#bg-secondary-2 {
    background: #F2A20C !important;
}
  .bg-secondary-2 {
    background-color: 
  }
  
  .bg-secondary-3 {
    background-color: var(--light-pink);
  }
  
  .bg-secondary-4 {
    background-color: var(--white-smoke);
  }
  
  .bg-white {
    background-color: var(--white);
  }
  
  .bg-secondary-1 {
    background-color: var(--black);
  }
  
  .button-decoration {
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
  
  .button-decoration.border-primary-1 {
    width: 80%;
  }
  
  .button-text {
    z-index: 1;
    padding: 15px 30px;
    position: relative;
  }
  
  .button-dark {
    background-color: var(--black-2);
    color: var(--white);
    text-align: center;
    border: 0 solid #000;
    padding: 15px 30px;
    transition: background-color .3s ease-in-out;
  }
  
  .button-dark:hover {
    background-color: var(--black);
  }
  
  .container-small {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .inner-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .inner-container-small {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .section-spacing {
    
   
  }
  .section-spacing {
    
}
  .section-spacing-top {
  }
  
  
  
  .grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    display: grid;
  }
  
  .grid-footer.bottom {
    grid-template-columns: 1fr;
    background-color: #000;
  }
  
  .footer-form {
    width: 100%;
    align-items: center;
    position: relative;
    background-color: #000;
  }
  
  .footer-form-wrap {
    width: 75%;
    margin: 50px auto 0;
    background-color: #000;
  }
  
  .footer-link-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }
  .section-spacing {
    padding-top: 120px;
    padding-bottom: 120px !important;
}
  .footer-link-title {
    color: var(--orange);
    margin-bottom: 30px;
    font-size: 20px;
  }
  
  .footer-copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
  }
  
  .footer-newsletter-title {
    z-index: 1;
    color: var(--white);
    text-align: right;
    text-transform: uppercase;
    font-size: 44px;
    display: inline;
    position: relative;
  }
  
  .footer-newsletter-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .grid-footer-link-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 2fr;
  }
  
  .footer-link {
    color: var(--white);
    text-decoration: none;
    transition: color .3s ease-in-out;
  }
  
  .footer-link:hover, .footer-link.w--current {
    color: var(--firebrick);
  }
  
  .copyright-text {
    color: #fff;
    margin-bottom: 0;
  }
  
  .footer {
    background-color: var(--black-2);
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  
  .button-light {
    background-color: var(--white-smoke);
    color: var(--black);
    border: 0 solid #000;
    padding: 15px 30px;
    transition: background-color .3s ease-in-out;
  }
  
  .button-light:hover {
    background-color: var(--white);
  }
  
  .button-light.footer-form-button {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
  
  .footer-copyright-link {
    color: var(--orange);
  }
  
  .footer-logo-wrap {
    background-color: var(--white);
    margin-left: -30px;
    padding: 50px 40px 50px 60px;
    transition: transform .3s ease-in-out;
    transform: rotate(10deg);
  }
  
  .footer-logo-wrap:hover {
    transform: rotate(0);
  }
  
  .footer-social-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-right: -30px;
    display: flex;
  }
  
  .footer-social-link {
    width: 270px;
    height: 70px;
        margin-bottom: 22px;
    background-color: var(--firebrick);
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    transition: transform .3s ease-in-out;
    display: flex;
    transform: rotate(-10deg);
  }
  
  .footer-social-link:hover {
    transform: rotate(0);
  }
  
  .footer-social-icon {
    height: 40px;
  }
  
  .grid-footer-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
  
  .contact-item-inline {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: var(--white);
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
  }
  
  .footer-contact-link {
    color: var(--white);
    text-decoration: none;
    transition: color .3s ease-in-out;
  }
  
  .footer-contact-link:hover {
    color: var(--firebrick);
  }
  
  .hero-inner {
    background-color: var(--firebrick);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  
  .hero-inner-content {
    color: var(--white);
    text-align: center;
  }
  
  .hero-inner-content.left {
    text-align: left;
  }
  
  .hero-inner-title {
    color: var(--white);
    font-size: 60px;
  }
  
  .more-templates {
    z-index: 1000;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 1px 10px 1px 2px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  
  .utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .utility-page-content {
    width: 650px;
    background-color: var(--orange);
    text-align: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
  }
  
  .utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  
  .error-title {
    font-size: 120px;
    line-height: 1em;
  }
  
  .error-description {
    margin-bottom: 30px;
  }
  
  .link-in-bio-icon-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }
  
  .link-in-bio-icon {
    height: 100px;
  }
  
  .social-link-icon {
    height: 22px;
  }
  
  .social-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }
  
  .social-item-wrap.left {
    justify-content: flex-start;
  }
  
  .link-in-bio-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
  }
  
  .link-in-bio-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }
  
  .link-in-bio {
    width: 650px;
    background-color: var(--orange);
    color: #000;
    text-align: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
  }
  
  .social-link-item {
    width: 50px;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .coming-soon-icon {
    height: 150px;
    margin-bottom: 20px;
  }
  
  .utility-page-coming-soon {
    width: 800px;
    background-color: var(--orange);
    text-align: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
  }
  
  .subscribe-form {
    max-width: 80%;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .grid-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }
  
  .hero-cta-wrap {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px 30px;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .hero-cta-title {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--firebrick);
    text-transform: uppercase;
    flex: none;
    margin-bottom: 0;
  }
  
  .hero-cta-title.one {
    color: var(--firebrick);
    -webkit-text-stroke-width: 0px;
  }
  .shashank{
    font-size: 26px;
    text-align: center;
    padding-top: 28px;
    margin-bottom: -20px;
   font-family: Arial, Helvetica, sans-serif;
  }
  
  .hero-cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -30%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .hero-services-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--orange);
    grid-template-rows: auto;
    grid-template-columns: 35px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 40px 20px;
    display: grid;
  }
  
  .grid-hero-sm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    margin-top: 100px;
    position: relative;
  }
  
  .hero-service-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }
  
  .hero-service-link {
    border: 1px solid var(--white-smoke);
    color: var(--white-smoke);
    text-align: center;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
  img {
    margin-top: -10px;
}
  .hero-service-link:hover {
    background-color: var(--firebrick);
  }
  
  .hero-title {
    z-index: 1;
    font-size: 3.4vw;
    position: relative;
  }
  
  .grid-hero-sm-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: end;
  }
  
  .grid-about-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--firebrick);
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr;
    padding: 40px;
    overflow: hidden;
  }
  
  .about-content-split {
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .about-title {
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
  }
  
  .text-secondary-2 {
    color: var(--light-pink);
  }
  
  .border-primary-1 {
    border: 1px solid var(--orange);
  }
  
  .border-primary-2 {
    border: 1px solid var(--firebrick);
  }
  
  .about-title-split-wrap {
    background-color: var(--white);
    text-align: center;
    margin-top: 70px;
    margin-left: -50px;
    padding: 30px;
    position: relative;
    transform: rotate(-8deg);
  }
  
  .font-crushed {
    font-family: Crushed, sans-serif;
    font-weight: 400;
  }
  
  .text-primary-2 {
    color: var(--firebrick);
  }
  
  .text-primary-2.no-margin {
    align-self: flex-end;
  }
  
  .element-image-03 {
    position: absolute;
    top: -50px;
    bottom: auto;
    left: auto;
    right: -15px;
  }
  
  .text-white {
    color: var(--white);
  }
  
  .about-counter-number {
    color: var(--black);
    font-size: 28px;
    font-weight: 700;
  }
  
  .about-split-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-counter-icon {
    height: 30px;
    margin-bottom: 10px;
  }
  
  .our-mission-section {
    overflow: hidden;
  }
  
  .our-mission-title {
    z-index: 1;
    flex: none;
    margin-bottom: 0;
    line-height: 1.4em;
    display: inline;
    position: relative;
  }
  
  .our-mission-title-wrap {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .our-mission-decoration-02 {
    margin-top: -30px;
    display: inline-block;
  }
  
  .our-mission-decoration-01 {
    height: 100px;
    margin-top: -40px;
    margin-left: 30px;
    padding-right: 10px;
    display: inline;
    position: relative;
    transform: rotate(30deg);
  }
  
  .our-mission-button {
    position: absolute;
    top: 20%;
    bottom: auto;
    left: -115px;
    right: auto;
  }
  
  .service-section {
    overflow: hidden;
  }
  
  .grid-service-title {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    align-items: center;
    margin-top: -116px;
  }
  
  .service-title-split-wrap {
    background-color: var(--white);
    text-align: center;
    padding: 30px;
    position: relative;
    transform: rotate(11deg);
  }
  
  .element-image-04 {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: -30px;
    right: auto;
  }
  
  .service-item-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    margin-top: 100px;
    display: flex;
  }
  
  .grid-service-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--light-pink);
    border-top: 1px solid rgba(237, 237, 237, .3);
    border-bottom: 1px solid rgba(237, 237, 237, .3);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .75fr .5fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
    position: relative;
  }
  
  .service-sub-category {
    color: var(--white-smoke);
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(237, 237, 237, .3);
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: block;
  }
  
  .service-sub-category:hover {
    background-color: var(--firebrick);
  }
  
  .service-sub-category-wrap {
    width: 33%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .service-title {
    color: var(--white);
    text-transform: uppercase;
  }
  
  .service-hover-icon-wrap {
    z-index: 1;
    width: 200px;
    height: 200px;
    background-color: var(--orange);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .service-decoration {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: -30px;
    right: auto;
  }
  
  .service-hover-button-wrap {
    width: auto;
    display: none;
  }
  
  .service-hover-wrap {
    width: 20%;
    height: 100%;
    margin-top: -120px;
    display: none;
    position: relative;
  }
  
  .blog-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--firebrick);
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin: -20px auto 100px;
    padding: 30px;
    display: inline-block;
    position: relative;
    transform: rotate(11deg);
  }
  
  .empty-state {
    border: 1px solid var(--white);
    background-color: var(--firebrick);
    color: var(--white);
    text-align: center;
  }
  
  .grid-blog {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    perspective: 1000px;
    object-fit: cover;
  }
  
  .blog-image.blog-image-sm {
    height: 400px;
    min-height: 100%;
  }
  
  .blog-hover-content {
    width: 100%;
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--orange);
    perspective: 1000px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    display: none;
  }
  
  .blog-category {
    background-color: var(--firebrick);
    color: var(--white-smoke);
    border-radius: 50px;
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.4em;
    display: inline-block;
  }
  
  .blog-item {
    height: 100%;
    perspective: 1000px;
    text-decoration: none;
    display: flex;
  }
  
  .blog-button {
    margin-top: auto;
    text-decoration: underline;
  }
  
  .blog-image-wrap {
    width: 100%;
    height: 100%;
    perspective: 1000px;
  }
  
  .work-section {
    position: relative;
    overflow: hidden;
  }
  
  .grid-work-inline {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .work-list {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .work-list.two {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
    margin-top: 80px;
  }
  
  .work-list.three {
    grid-column-gap: 600px;
    grid-row-gap: 600px;
  }
  
  .work-list.one {
    margin-top: 250px;
  }
  
  .work-image-wrap {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  
  .work-image-wrap.last {
    order: 1;
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  .work-meta-inline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-transform: uppercase;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
  }
  
  .work-item {
    color: var(--orange);
    flex-direction: column;
    text-decoration: none;
    display: flex;
  }
  
  .work-meta-inline-image {
    height: 20px;
  }
  
  .work-title {
    color: #000;
    margin-bottom: 0;
  }
  
  .work-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .grid-about-hero {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    align-items: center;
  }
  
  .about-hero-title {
    color: var(--white);
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.3em;
    display: inline;
    position: relative;
  }
  
  .grid-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
  
  .about-image-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }
  .ft-description{
    color: var(--firebrick);
    text-transform: math-auto !important;
    margin-bottom: 20px;
    font-size: 20px;
        line-height: 1.4em;
}
   
 .about-description {
    color: var(--firebrick);
    text-transform: math-auto !important;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4em;
}
  
  .grid-about-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin-top: auto;
  }
  
  .feature-item {
    border: 1px solid var(--black);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
  }
  
  .feature-item-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .about-content-wrap {
    flex-direction: column;
    padding-top: 30px;
    display: flex;
  }
  
  .contact-section {
    background-color: var(--orange);
  }
  
  .grid-contact-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }
  
  .grid-contact-info-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
  }
  
  .contact-type {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
  }
  
  .contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
  }
  
  .contact-info-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .grid-testimonial {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  }
  
  .grid-testimonial.two {
    width: 80%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .testimonial-item-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    display: grid;
  }
  
  .testimonial-item-wrap.two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: start;
  }
  
  .testimonial-avatar-wrap {
    width: 50px;
    height: 50px;
    background-color: var(--orange);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }
  
  .testimonial-item {
    background-color: var(--white);
    padding: 30px;
  }
  
  .testimonial-item.rotate-right {
    transform: rotate(10deg);
  }
  
  .testimonial-item.rotate-left {
    transform: rotate(-10deg);
  }
  
  .testimonial-info-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .testimonial-info-wrap.one {
    margin-bottom: -30px;
  }
  
  .testimonial-info-wrap.two {
    margin-top: -30px;
  }
  
  .team-section {
    overflow: hidden;
  }
  
  .team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .grid-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }
  
  .team-item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .team-hover-content {
    width: 100%;
    height: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--firebrick);
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .job-title {
    color: var(--orange);
    text-transform: uppercase;
  }
  
  .team-social-inline {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    display: flex;
  }
  
  .team-social-icon {
    height: 30px;
  }
  
  .team-name-wrap {
    margin-bottom: 10px;
    text-decoration: none;
  }
  
  .team-name {
    margin-bottom: 0;
    font-size: 26px;
  }
  
  .section-title {
    margin-bottom: 70px;
  }
  
  .section-title.section-title-inline {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  
  .grid-team-center {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
  }
  
  .grid-team-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .team-item-empty {
    width: 100%;
    height: 100%;
  }
  
  .grid-value {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .8fr 1.2fr;
    justify-content: space-between;
  }
  
  .grid-value-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
  }
  
  .value-title {
    border-bottom: 1px solid var(--firebrick);
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 26px;
  }
  
  .value-title.value-title-left {
    padding-right: 30px;
  }
  
  .value-title.value-title-right {
    padding-left: 30px;
  }
  
  .value-inner-divider {
    width: 1px;
    background-color: var(--firebrick);
  }
  
  .value-item.one {
    padding-top: 100px;
  }
  
  .value-item.three {
    padding-bottom: 100px;
  }
  
  .value-item.two {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .value-item-empty {
    width: 100%;
    height: 100%;
  }
  
  .value-description {
    margin-bottom: 0;
  }
  
  .value-description.value-description-left {
    padding-right: 30px;
  }
  
  .value-description.value-description-right {
    padding-left: 30px;
  }
  
  .our-mission-image {
    margin-top: auto;
  }
  
  .our-mission-content-wrap {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .hero-title-wrap {
    position: relative;
  }
  
  .element-image-01 {
    z-index: 1;
    position: absolute;
    top: -70px;
    bottom: auto;
    left: -40px;
    right: auto;
    transform: rotate(-12deg);
  }
  
  .hero-item-inner-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: end;
    display: grid;
  }
  
  .hero-social-inline-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }
  
  .hero-social-inline {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }
  
  .hero-social-icon {
    height: 30px;
  }
  
  .hero-title-inline-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 10px;
    display: flex;
    position: relative;
  }
  
  .hero-counter {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--firebrick);
    margin-right: 3px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 22px;
  }
  
  .hero-counter-wrap {
    width: 33%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 15px;
    display: flex;
    overflow: hidden;
  }
  
  .element-image-02 {
    position: absolute;
    top: -70px;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .work-hover-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(242, 162, 12, .5);
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .service-title-vertical {
    color: var(--firebrick);
    text-align: center;
    text-transform: uppercase;
    white-space: break-spaces;
    word-break: break-all;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1em;
  }
  
  .hero-content-left {
    position: relative;
  }
  
  .hero-button-round {
    position: absolute;
    top: 90px;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  .hero-image-right-sm {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  
  .work-title-wrap {
    background-color: var(--white);
    text-align: center;
    /*margin-top: auto;*/
     margin-top: 100px;
    margin-bottom: auto;
    /*margin-right: -20px;*/
    padding: 30px;
    position: absolute;
    /*top: 50%;*/
    top: 0;
    /*bottom: auto;*/
    left: auto;
    /*right: 0%;*/
    /*transform: rotate(8deg);*/
    transform: rotate(-8deg);
  }
  
  
  .element-image-06 {
    position: absolute;
    top: -50px;
    bottom: auto;
    /*left: -20px;*/
    left: 300px;
    /*right: auto;*/
    transform: rotate(-22deg);
  }
  

  .blog-title-center {
    display: flex;
  }
  
  .element-image-07 {
    position: absolute;
    top: -30px;
    bottom: auto;
    left: -20px;
    right: auto;
  }
  
  .footer-newsletter-title-wrap {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  
  .footer-decoration-01 {
    height: 80px;
    margin-top: -50px;
    margin-left: -20px;
  }
  
  .footer-decoration-02 {
    height: 115px;
    position: absolute;
    top: auto;
    bottom: -10px;
    left: auto;
    right: -21%;
  }
  
  .cta-content-wrap {
    background-color: var(--white);
    text-align: center;
    margin-top: -45px;
    padding: 50px 100px;
    position: relative;
  }
  
  .cta-pre-title {
    color: var(--firebrick);
    text-transform: uppercase;
    font-size: 20px;
  }
  
  .cta-title {
    margin-bottom: 50px;
  }
  
  .cta-image-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .cta-image-left {
    z-index: 1;
    margin-bottom: 20px;
    margin-right: -30px;
    position: relative;
  }
  
  .cta-image-right {
    z-index: 1;
    margin-bottom: 20px;
    margin-left: -30px;
    position: relative;
  }
  
  .grid-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .pricing-item {
    flex-direction: column;
    padding: 25px;
    display: flex;
  }
  
  .pricing-header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .pricing-pre-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
  }
  
  .pricing-duration {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }
  
  .pricing-number {
    margin-bottom: 0;
    font-size: 44px;
  }
  
  .pricing-divider {
    width: 100%;
    height: 1px;
  }
  
  .pricing-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 80px;
    display: flex;
  }
  
  .feature-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-transform: uppercase;
    align-items: flex-start;
    display: flex;
  }
  
  .feature-list-icon {
    height: 26px;
    flex: none;
  }
  
  .custom-pricing-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .custom-pricing-description {
    color: var(--white-smoke);
    margin-bottom: 30px;
  }
  
  .custom-pricing-tile {
    color: var(--white);
    margin-top: auto;
    font-size: 30px;
  }
  
  .grid-service {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .service-item {
    border-right: 1px solid var(--firebrick);
    text-align: center;
    padding: 100px 20px;
    text-decoration: none;
    position: relative;
  }
  
  .service-item.first {
    border-left: 1px solid var(--firebrick);
  }
  
  .service-icon {
    height: 80px;
    margin-bottom: 30px;
  }
  
  .service-title-center {
    margin-bottom: 0;
    font-size: 26px;
  }
  
  .client-section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  
  .client-marquee-inline-wrap {
    background-color: var(--white);
    padding: 30px;
    overflow: hidden;
    transform: rotate(3deg);
  }
  
  .client-marquee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }
  
  .client-marquee-inline {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    display: flex;
  }
  
  .grid-about-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  
  .feature-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
  }
  
  .counter-number {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--firebrick);
    font-size: 40px;
  }
  
  .counter-description {
    color: var(--firebrick);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }
  
  .counter-info-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .counter-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 30px;
    display: flex;
  }
  
  .about-title-inline {
    width: 100%;
    font-size: 40px;
    position: relative;
  }
  
  .grid-work-split {
    z-index: 1;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    align-items: start;
    position: relative;
  }
  
  .work-item-inline {
    width: 100%;
    text-decoration: none;
  }
  
  .work-image-inline {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  
  .work-image-inline.one {
    height: 350px;
  }
  
  .work-image-inline.three {
    height: 250px;
  }
  
  .work-image-inline.four {
    height: 400px;
  }
  
  .work-image-inline-wrap {
    width: 100%;
    height: 600px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  
  .work-image-inline-wrap.one {
    height: 350px;
  }
  
  .work-image-inline-wrap.three {
    height: 250px;
  }
  
  .work-image-inline-wrap.five {
    height: 400px;
  }
  
  .work-info-badge {
    background-color: var(--orange);
    color: var(--white);
    border-radius: 50px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.2em;
  }
  
  .work-title-inline {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
  }
  
  .grid-work-split-bottom {
    z-index: 1;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr .75fr;
    align-items: start;
    margin-top: 30px;
    position: relative;
  }
  
  .work-button {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: -175px;
    right: auto;
  }
  
  .hero-title-inline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
  }
  
  .hero-title-left {
    z-index: 1;
    text-transform: uppercase;
    font-size: 5vw;
    position: relative;
  }
  
  .hero-description {
    width: 50%;
    text-transform: uppercase;
  }
  
  .grid-hero-inline {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1fr;
    margin-top: 20px;
    position: relative;
  }
  
  .author-name {
    color: var(--firebrick);
    margin-bottom: 50px;
    font-family: Dela Gothic One, sans-serif;
    font-size: 14px;
  }
  
  .hero-image {
    margin-bottom: 20px;
  }
  
  .hero-feature-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: grid;
  }
  
  .hero-feature-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .hero-feature-list-item {
    border: 1px solid var(--black);
    background-color: var(--white-smoke);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
  }
  
  .hero-button {
    text-decoration: none;
    position: relative;
  }
  
  .hero-button-decoration {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 50px;
  }
  
  .hero-social-title {
    color: var(--firebrick);
    font-family: Dela Gothic One, sans-serif;
  }
  
  .hero-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }
  
  .hero-social-item {
    width: 75%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }
  
  .hero-social-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }
  
  .text-title-lg {
    color: var(--orange);
    margin-top: -50px;
    font-family: Crushed, sans-serif;
    font-size: 18.5vw;
  }
  
  .text-title-lg-inner {
    position: relative;
  }
  
  .work-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .grid-more-image {
    height: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    display: grid;
  }
  
  .work-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .lightbox-link {
    width: 100%;
    height: 100%;
    cursor: zoom-in;
  }
  
  .grid-work, .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-item-inline {
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    display: flex;
  }
  
  .blog-image-inline-wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
  }
  
  .pagination {
    width: 60%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
  
  .page-count {
    margin-top: 0;
  }
  
  .blog-category-detail {
    background-color: var(--black);
    color: var(--white-smoke);
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 5px 15px;
    display: inline-block;
  }
  
  .grid-service-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    align-items: start;
  }
  
  .service-approach-list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .service-detail-title {
    font-size: 60px;
  }
  
  .about-service-item {
    background-color: var(--black);
    color: var(--firebrick);
    padding: 30px;
  }
  
  .about-service-item.two {
    background-color: var(--firebrick);
    color: var(--black);
    border-color: #b7dafb;
  }
  
  .about-service-item.three {
    background-color: var(--orange);
  }
  
  .service-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }
  
  .service-approach-content {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  
  .service-approach-item {
    margin-bottom: 15px;
  }
  
  .grid-approach {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  
  .service-detail-section {
    padding-top: 70px;
  }
  
  .service-page-info-title {
    margin-bottom: 20px;
  }
  
  .service-detail-image-wrap {
    margin-bottom: 50px;
  }
  h1.sha {
    margin-top: 30px;
    margin-left: 50px;
}
  .service-detail-description {
    margin-bottom: 40px;
  }
  a.button.w-inline-block {
    margin-top: 20px;
}
  .tab-link {
    background-color: var(--black);
    color: white;
    text-align: center;
    border-radius: 0;
    padding: 15px 40px;
  }
  
  .tab-link.w--current {
    background-color: var(--orange);
    color: var(--black);
  }
  
  .service-feature-icon {
    height: 20px;
    flex: none;
  }
  
  .grid-service-list-icon {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }
  
  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
    display: flex;
  }
  
  .service-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    display: flex;
  }
  
  .service-list-item-wrap {
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .grid-capabilities {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .capabilities-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }
  
  .accordion-heading {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .accordion-icon {
    width: 14px;
  }
  
  .job-info-title {
    margin-bottom: 5px;
  }
  
  .job-description {
    margin-bottom: 30px;
  }
  
  .accordion-item-wrap {
    border-bottom: 1px solid var(--firebrick);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .job-list-title {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 26px;
    font-weight: 600;
  }
  
  .accordion-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }
  
  .job-item-wrap {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .3fr .3fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 20px;
    display: grid;
  }
  
  .grid-counter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .counter-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right: 1px solid var(--firebrick);
    text-align: center;
    flex-direction: column;
    padding: 30px;
    display: flex;
  }
  
  .counter-item.first {
    border-left: 1px solid var(--firebrick);
  }
  
  .grid-career-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }
  
  .career-feature-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .grid-career-hero-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    margin-top: 30px;
    margin-bottom: auto;
    padding-bottom: 20px;
  }
  
  .career-hero-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .grid-open-positions {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    align-items: start;
  }
  
  .career-title-wrap {
    margin-top: -130px;
    padding-top: 10px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  
  .career-title-inline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--firebrick);
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 30px;
    display: inline-block;
    position: relative;
    transform: rotate(10deg);
  }
  
  .blog-detail-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 50% 0%;
    margin-top: -120px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .blog-detail-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  
  .job-category {
    background-color: var(--white);
    margin-bottom: 15px;
    padding: 5px 20px;
    display: inline-block;
  }
  
  .team-info-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
  
  .grid-team-detail {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    align-items: start;
  }
  
  .team-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-title-right {
    text-align: right;
    line-height: 1.4em;
    display: inline;
  }
  
  .about-title-wrap {
    width: 90%;
    text-align: right;
    margin-bottom: 20px;
    margin-left: auto;
  }
  
  .element-image-05 {
    margin-top: -90px;
  }
  
  .work-detail {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    padding: 30px;
    display: grid;
  }
  
  .work-info-title {
    margin-bottom: 5px;
  }
  
  .service-description {
    opacity: 0;
    color: var(--white);
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 20px;
    right: 20px;
  }
  
  .element-image-08 {
    margin-top: -60px;
    margin-left: -30px;
    transform: rotate(20deg);
  }
  
  .element-image-09 {
    margin-top: -40px;
  }
  
  .element-image-11 {
    z-index: -1;
    margin-top: -60px;
  }
  
  .about-hero-description {
    width: 75%;
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .grid-counter-inline {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }
  
  .counter-item-inline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right: 1px solid var(--firebrick);
    flex-direction: column;
    display: flex;
  }
  
  .mission-title {
    line-height: 1.4em;
    display: inline;
  }
  
  .element-image-12 {
    margin-top: -30px;
    margin-left: 20px;
  }
  
  .mission-title-wrap {
    width: 82%;
    margin-bottom: 50px;
  }
  
  .nav-call-item {
    width: 40px;
    height: 40px;
    background-color: var(--black);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .nav-call-icon {
    height: 20px;
  }
  
  .border-secondary-1 {
    border: 1px solid var(--black);
  }
  
  .button-round {
    position: relative;
  }
  
  .button-round-icon {
    margin: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .blog-date {
    color: var(--firebrick);
    font-size: 12px;
  }
  
  .service-info {
    width: 33%;
  }
  
  .newsletter-title-wrap {
    position: relative;
  }
  
  .career-hero-image {
    width: 100%;
  }
  
  .hero-line {
    width: 10px;
    height: 24px;
    background-color: var(--firebrick);
    transform: skew(-30deg);
  }
  
  .hero-line-inline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    justify-content: flex-start;
    display: flex;
  }
  
  .hero-line-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-left: 10px;
    display: flex;
    overflow: hidden;
  }
  
  .footer-item-empty {
    display: none;
  }
  
  .team-section-title {
    color: var(--white);
    align-self: flex-end;
    margin-bottom: 0;
  }
  
  .about-title-left {
    margin-left: 200px;
  }
  
 
  
  .hero-description-sm {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  @media screen and (min-width: 1280px) {
    .grid-footer {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-footer.bottom {
      grid-template-columns: .3fr 1fr .3fr;
    }
  
    .footer-newsletter-title {
      font-size: 50px;
    }
  
    .grid-footer-link {
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .grid-hero {
      grid-template-columns: .75fr 1fr;
    }
  
    .hero-services-wrap {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .grid-hero-sm {
      grid-template-columns: 1fr 1fr;
      margin-top: 150px;
    }
  
    .hero-service-link-wrap {
      flex-direction: column;
    }
  
    .grid-hero-sm-split {
      grid-template-columns: 1fr .5fr;
    }
  
    .grid-about-split {
      padding: 80px;
    }
  
    .about-title {
      font-size: 36px;
    }
  
    .about-title-split-wrap {
      margin-left: -100px;
    }
  
    .grid-blog, .grid-work-inline {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-about {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      grid-template-columns: 1fr .9fr;
    }
  
    .grid-about-inner {
      grid-template-columns: 1fr .9fr;
    }
  
    .grid-contact-info {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
    }
  
    .grid-contact-info-inner {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-testimonial {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: center;
    }
  
    .grid-testimonial.two {
      grid-column-gap: 200px;
      grid-row-gap: 200px;
      margin-top: 200px;
    }
  
    .testimonial-item-wrap {
      grid-template-columns: 1fr auto;
    }
  
    .testimonial-item-wrap.two {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .grid-team {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin-top: 50px;
    }
  
    .team-hover-content {
      padding: 50px;
    }
  
    .team-social-inline {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .team-social-icon {
      height: 36px;
    }
  
    .team-name {
      font-size: 24px;
    }
  
    .grid-team-center {
      margin-top: 50px;
    }
  
    .grid-team-inner {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-value {
      grid-column-gap: 150px;
      grid-row-gap: 150px;
    }
  
    .value-title {
      font-size: 30px;
    }
  
    .value-title.value-title-left {
      padding-right: 50px;
    }
  
    .value-title.value-title-right {
      padding-left: 50px;
    }
  
    .value-description.value-description-left {
      padding-right: 50px;
    }
  
    .value-description.value-description-right {
      padding-left: 50px;
    }
  
    .element-image-01 {
      top: -60px;
    }
  
    .hero-social-inline-wrap {
      flex-wrap: nowrap;
    }
  
    .service-title-vertical {
      letter-spacing: 2px;
      line-height: 1em;
    }
  
    .hero-button-round {
      top: 170px;
    }
  
    .hero-image-right-sm {
      height: auto;
    }
  
    .footer-newsletter-title-wrap {
      align-self: flex-end;
    }
  
    .footer-decoration-02 {
      height: 140px;
      bottom: -15px;
    }
  
    .cta-content-wrap {
      padding-left: 180px;
      padding-right: 180px;
    }
  
    .grid-pricing {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .pricing-item {
      padding: 40px;
    }
  
    .pricing-number {
      font-size: 50px;
    }
  
    .service-item {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .service-title-center {
      font-size: 30px;
    }
  
    .client-marquee {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .grid-about-counter {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      grid-template-columns: 1fr 1fr .75fr;
    }
  
    .about-title-inline {
      width: 150%;
    }
  
    .grid-work-split {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-work-split-bottom {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      grid-template-columns: .75fr 1fr .5fr;
      margin-top: 120px;
    }
  
    .hero-description {
      width: 33%;
    }
  
    .grid-hero-inline {
      grid-template-columns: .5fr .75fr 1fr;
    }
  
    .author-name {
      margin-bottom: 80px;
    }
  
    .hero-social-item {
      padding: 30px;
    }
  
    .grid-more-image, .grid-work, .blog-list {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-career-hero {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
    }
  
    .grid-open-positions {
      grid-template-columns: 1fr .75fr;
    }
  
    .grid-team-detail {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .about-title-wrap {
      width: 65%;
    }
  
    .work-detail {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      margin-top: 50px;
      padding: 50px;
    }
  
    .mission-title-wrap {
      width: 68%;
    }
  
    .footer-item-empty {
      display: block;
    }
  }
  
  @media screen and (min-width: 1440px) {
    .element-image-01 {
      top: -50px;
    }
  
    .footer-decoration-02 {
      right: -18%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .style-guide-section {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  
    .nav-menu {
      z-index: 1;
      border: 1px solid var(--black);
      background-color: var(--firebrick);
      border-radius: 0;
      margin-left: 30px;
      margin-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px;
      overflow: hidden;
    }
  
    .grid-navbar {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: .5fr 1fr auto;
    }
  
    .menu-button {
      border: 1px solid var(--black-2);
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border-radius: 50px;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      font-size: 16px;
      line-height: 1em;
    }
  
    .menu-button.w--open {
      border-color: var(--black);
      background-color: var(--firebrick);
      color: #fff;
    }
  
    .navbar {
      padding-top: 30px;
      padding-bottom: 10px;
    }
  
    .nav-link {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .nav-link:hover, .nav-link.w--current {
      color: var(--orange);
    }
  
    .nav-link.first {
      margin-left: 20px;
    }
  
    .section-spacing {
      padding-top: 90px;
      padding-bottom: 90px;
    }
  
    .section-spacing-top {
      padding-top: 90px;
    }
  
    .section-spacing-bottom {
      padding-bottom: 90px;
    }
  
    .grid-footer {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .footer-logo-wrap {
      justify-content: center;
      align-items: center;
      margin-left: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 40px;
      display: flex;
      transform: none;
    }
  
    .footer-social-wrap {
      flex-flow: wrap;
      justify-content: center;
      margin-top: 30px;
      margin-right: 0;
    }
  
    .footer-social-link {
      padding-right: 0;
    }
  
    .footer-logo {
      height: 100px;
    }
  
    .hero-inner {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .hero-inner-title {
      font-size: 54px;
    }
  
    .utility-page-coming-soon {
      width: 100%;
      margin: 20px;
    }
  
    .grid-hero {
      grid-template-columns: 1fr;
    }
  
    .hero-services-wrap {
      grid-template-columns: 1fr;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .hero-service-link-wrap {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      justify-content: center;
    }
  
    .hero-service-link {
      font-size: 12px;
    }
  
    .hero-title {
      font-size: 8vw;
    }
  
    .grid-hero-sm-split {
      grid-template-columns: 1fr .4fr;
    }
  
    .grid-about-split {
      grid-template-columns: 1fr;
      padding: 30px;
    }
  
    .about-title-split-wrap, .service-title-split-wrap {
      margin-left: 0;
    }
  
    .service-item-wrap {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .service-sub-category-wrap {
      width: 25%;
    }
  
    .service-title {
      font-size: 26px;
    }
  
    .service-hover-icon-wrap {
      width: 120px;
      height: 120px;
      padding: 25px;
    }
  
    .service-hover-wrap {
      margin-top: -50px;
    }
  
    .grid-blog {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  
    .blog-image {
      min-height: 100%;
      object-position: 50% 0%;
    }
  
    .blog-hover-content {
      padding: 20px;
      display: flex;
    }
  
    .blog-item {
      flex-direction: column;
    }
  
    .blog-image-wrap {
      height: 250px;
    }
  
    .grid-work-inline {
      grid-template-columns: 1fr 1fr;
    }
  
    .work-list.two {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 0;
    }
  
    .work-list.three {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  
    .work-list.one {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 0;
    }
  
    .work-image-wrap.last {
      order: -1;
      margin-top: 0;
      margin-bottom: 15px;
    }
  
    .grid-about-hero {
      grid-template-columns: 1fr 1fr;
      align-items: start;
    }
  
    .about-hero-title {
      font-size: 40px;
    }
  
    .grid-about {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
      align-items: start;
    }
  
    .about-image-wrap {
      position: -webkit-sticky;
      position: sticky;
      top: 50px;
    }
  
    .grid-about-inner {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
    }
  
    .about-content-wrap {
      padding-top: 0;
    }
  
    .grid-contact-info {
      grid-column-gap: 30px;
    }
  
    .grid-contact-info-inner {
      grid-column-gap: 30px;
      grid-row-gap: 15px;
      grid-template-columns: 1fr;
    }
  
    .grid-testimonial {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
      grid-template-columns: 1fr;
    }
  
    .grid-testimonial.two {
      width: 100%;
      grid-column-gap: 100px;
      grid-row-gap: 100px;
      grid-template-columns: 1fr;
      margin-top: 110px;
    }
  
    .testimonial-item.rotate-right {
      transform: rotate(5deg);
    }
  
    .testimonial-item.rotate-left {
      transform: rotate(-5deg);
    }
  
    .team-image {
      height: 350px;
    }
  
    .grid-team {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
      margin-top: 30px;
    }
  
    .team-hover-content {
      padding: 40px;
    }
  
    .section-title {
      margin-bottom: 50px;
    }
  
    .grid-team-center {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
      margin-top: 30px;
    }
  
    .grid-team-inner {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .team-item-empty {
      display: none;
    }
  
    .grid-value {
      grid-template-columns: 1fr;
    }
  
    .value-title {
      font-size: 24px;
    }
  
    .element-image-01 {
      top: -60px;
      left: -10px;
    }
  
    .hero-item-inner-wrap {
      grid-template-columns: 1fr 1fr;
    }
  
    .service-title-vertical {
      white-space: normal;
      word-break: normal;
      line-height: 1.2em;
    }
  
    .work-title-wrap {
      display: none;
    }
  
    .footer-newsletter-title-wrap {
      margin-top: 30px;
    }
  
    .footer-decoration-02 {
      display: none;
    }
  
    .cta-content-wrap {
      padding: 30px;
    }
  
    .grid-pricing {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  
    .pricing-item {
      padding: 20px;
    }
  
    .pricing-number {
      font-size: 44px;
    }
  
    .custom-pricing-description {
      margin-bottom: 20px;
    }
  
    .grid-service {
      border-bottom: 1px solid var(--firebrick);
      grid-template-columns: 1fr 1fr;
    }
  
    .service-item {
      border-top: 1px solid var(--firebrick);
    }
  
    .service-item.three {
      border-left: 1px solid var(--firebrick);
    }
  
    .client-marquee {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      display: flex;
    }
  
    .grid-about-counter {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  
    .feature-list {
      padding-bottom: 30px;
    }
  
    .about-title-inline {
      width: 100%;
    }
  
    .work-image-inline {
      height: 400px;
    }
  
    .work-image-inline.one {
      height: 250px;
    }
  
    .work-image-inline-wrap {
      height: 400px;
    }
  
    .work-image-inline-wrap.one {
      height: 250px;
    }
  
    .grid-work-split-bottom {
      grid-template-columns: 1fr 1fr;
      margin-top: 60px;
    }
  
    .work-button {
      display: none;
    }
  
    .hero-title-left {
      font-size: 8vw;
    }
  
    .hero-description {
      width: 100%;
    }
  
    .grid-hero-inline {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: .75fr 1fr;
    }
  
    .hero-social-item {
      width: 100%;
      margin-top: 30px;
    }
  
    .text-title-lg {
      font-size: 24vw;
    }
  
    .hero-button-wrap {
      display: none;
    }
  
    .grid-more-image {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 30px;
    }
  
    .grid-work {
      grid-template-columns: 1fr 1fr;
    }
  
    .blog-item-inline {
      flex-direction: column;
    }
  
    .blog-image-inline-wrap {
      height: 250px;
    }
  
    .pagination {
      width: 75%;
    }
  
    .grid-service-approach {
      grid-template-columns: 1fr;
    }
  
    .service-approach-content {
      position: static;
    }
  
    .service-detail-section {
      padding-top: 60px;
    }
  
    .service-page-info-title {
      font-size: 36px;
    }
  
    .grid-service-list-icon {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .grid-capabilities {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .grid-counter {
      border-top: 1px solid var(--firebrick);
      grid-template-columns: 1fr 1fr;
    }
  
    .counter-item {
      border-bottom: 1px solid var(--firebrick);
      padding: 30px;
    }
  
    .counter-item.three {
      border-left: 1px solid var(--firebrick);
    }
  
    .grid-career-hero {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .grid-open-positions {
      grid-template-columns: 1fr;
    }
  
    .career-title-wrap {
      position: static;
    }
  
    .career-title-inline {
      margin-left: 0;
    }
  
    .blog-detail-section {
      margin-top: 70px;
    }
  
    .grid-team-detail {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
    }
  
    .about-title-wrap {
      width: 100%;
    }
  
    .element-image-05 {
      display: none;
    }
  
    .work-detail {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  
    .element-image-11 {
      display: none;
    }
  
    .grid-counter-inline {
      border-top: 1px solid var(--firebrick);
      grid-template-columns: 1fr 1fr;
    }
  
    .counter-item-inline {
      border-bottom: 1px solid var(--firebrick);
    }
  
    .element-image-12 {
      display: none;
    }
  
    .mission-title-wrap {
      width: 100%;
    }
  
    .about-title-left {
      margin-left: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 56px;
    }
  
    h2 {
      font-size: 42px;
    }
  
    h3 {
      font-size: 30px;
    }
  
    h4 {
      font-size: 26px;
    }
  
    h5 {
      font-size: 20px;
    }
  
    h6 {
      font-size: 18px;
    }
  
    .heading-h3 {
      font-size: 30px;
    }
  
    .heading-h5 {
      font-size: 20px;
    }
  
    .heading-h6 {
      font-size: 18px;
    }
  
    .heading-h1 {
      font-size: 56px;
    }
  
    .rich-text ul, .rich-text ol, .rich-text blockquote, .rich-text figure {
      margin-bottom: 30px;
    }
  
    .rich-text figcaption {
      margin-top: 10px;
    }
  
    .rich-text p {
      margin-bottom: 30px;
    }
  
    .heading-h2 {
      font-size: 42px;
    }
  
    .style-guide-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .heading-h4 {
      font-size: 26px;
    }
  
    .container-medium {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .nav-menu {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .navbar-right.nav-right-hide {
      display: none;
    }
  
    .brand {
      padding-left: 0;
    }
  
    .grid-navbar {
      grid-template-columns: 1fr 1fr;
    }
  
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .navbar {
      padding-top: 20px;
    }
  
    .container-small, .inner-container, .inner-container-small {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .section-spacing {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  
    .section-spacing-top {
      padding-top: 70px;
    }
  
    .section-spacing-bottom {
      padding-bottom: 70px;
    }
  
    .grid-footer {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .grid-footer.bottom {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .footer-form-wrap {
      width: 100%;
    }
  
    .footer-link-title {
      margin-bottom: 15px;
    }
  
    .footer-newsletter-title {
      font-size: 24px;
    }
  
    .footer {
      padding-top: 60px;
    }
  
    .footer-social-wrap {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 15px;
    }
  
    .footer-social-link {
      width: 60px;
      height: 60px;
    }
  
    .footer-social-icon {
      height: 30px;
    }
  
    .grid-footer-link {
      grid-template-columns: 1fr;
    }
  
    .footer-logo {
      height: 80px;
    }
  
    .hero-inner {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .hero-inner-title {
      font-size: 46px;
    }
  
    .more-templates {
      bottom: 10px;
      right: 10px;
    }
  
    .utility-page-wrap {
      height: auto;
    }
  
    .utility-page-content {
      width: 100%;
      margin: 20px;
      padding: 30px;
    }
  
    .error-title {
      font-size: 100px;
    }
  
    .link-in-bio-wrap {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .link-in-bio {
      border-width: 0;
      border-radius: 0;
      padding: 40px;
    }
  
    .coming-soon-icon {
      height: 120px;
    }
  
    .utility-page-coming-soon {
      margin: 15px;
      padding: 40px;
    }
  
    .subscribe-form {
      max-width: 100%;
    }
  
    .hero-services-wrap {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .grid-hero-sm {
      grid-template-columns: 1fr;
      margin-top: 50px;
    }
  
    .hero-title {
      margin-bottom: 0;
      font-size: 10vw;
    }
  
    .grid-hero-sm-split {
      grid-template-columns: 1fr;
    }
  
    .grid-about-split {
      padding: 20px;
    }
  
    .about-content-split {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
    }
  
    .about-title-split-wrap {
      margin-bottom: 20px;
    }
  
    .our-mission-decoration-02 {
      display: none;
    }
  
    .our-mission-decoration-01 {
      height: 60px;
      margin-top: -25px;
      display: none;
    }
  
    .our-mission-button {
      display: none;
      left: -20px;
    }
  
    .grid-service-title {
      grid-template-columns: 1fr;
      margin-top: -70px;
    }
  
    .service-title-split-wrap {
      margin-bottom: 20px;
      margin-left: 40px;
    }
  
    .grid-service-item {
      flex-direction: column;
    }
  
    .service-sub-category-wrap {
      width: 100%;
    }
  
    .blog-title-wrap {
      margin-bottom: 20px;
      transform: rotate(5deg);
    }
  
    .grid-blog {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
    }
  
    .blog-image-wrap {
      height: 300px;
    }
  
    .grid-work-inline, .work-list.three {
      grid-template-columns: 1fr;
    }
  
    .work-image {
      height: 400px;
    }
  
    .grid-about-hero {
      grid-template-columns: 1fr;
    }
  
    .about-hero-title {
      font-size: 36px;
    }
  
    .grid-about {
      grid-template-columns: 1fr;
    }
  
    .about-image-wrap {
      position: static;
    }
  
    .grid-contact-info {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .testimonial-item {
      padding: 20px;
    }
  
    .testimonial-info-wrap.one {
      margin-bottom: -20px;
    }
  
    .testimonial-info-wrap.two {
      margin-top: -16px;
    }
  
    .team-image {
      height: 100%;
    }
  
    .grid-team {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .team-hover-content {
      text-align: left;
      background-color: rgba(0, 0, 0, 0);
      align-items: flex-start;
      padding: 15px 0 0;
      position: static;
    }
  
    .team-social-inline {
      justify-content: center;
    }
  
    .team-social-icon {
      height: 30px;
    }
  
    .team-name-wrap {
      margin-bottom: 0;
    }
  
    .team-name {
      color: var(--white);
      font-size: 20px;
    }
  
    .section-title {
      margin-bottom: 30px;
    }
  
    .grid-team-inner {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .grid-value-inner {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .value-title {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
  
    .value-title.value-title-left {
      padding-right: 0;
    }
  
    .value-title.value-title-right {
      padding-left: 0;
    }
  
    .value-inner-divider {
      display: none;
    }
  
    .value-item.one {
      padding-top: 0;
    }
  
    .value-item.three {
      padding-bottom: 0;
    }
  
    .value-item.two {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .value-item-empty {
      display: none;
    }
  
    .value-description.value-description-left {
      padding-right: 0;
    }
  
    .value-description.value-description-right {
      padding-left: 0;
    }
  
    .hero-title-wrap {
      margin-bottom: 10px;
    }
  
    .element-image-01 {
      display: none;
    }
  
    .hero-item-inner-wrap {
      grid-template-columns: 1fr;
    }
  
    .hero-title-inline-wrap {
      justify-content: flex-end;
      margin-top: 10px;
    }
  
    .hero-counter-wrap {
      width: auto;
      padding-bottom: 0;
    }
  
    .element-image-02, .hero-button-round, .hero-image-right-sm {
      display: none;
    }
  
    .blog-title-center {
      margin-bottom: 30px;
    }
  
    .cta-content-wrap {
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .grid-pricing {
      grid-template-columns: 1fr;
    }
  
    .pricing-item {
      padding: 20px;
    }
  
    .pricing-header {
      margin-bottom: 20px;
    }
  
    .pricing-list {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .grid-service {
      grid-template-columns: 1fr;
    }
  
    .service-item {
      border-left: 1px solid var(--firebrick);
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .feature-list {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .counter-info-wrap {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .counter-item-wrap {
      padding-top: 0;
    }
  
    .grid-work-split {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .grid-work-split-bottom {
      grid-template-columns: 1fr;
    }
  
    .hero-title-left {
      margin-bottom: 0;
      font-size: 10vw;
    }
  
    .grid-hero-inline {
      grid-template-columns: 1fr;
    }
  
    .author-name {
      margin-bottom: 0;
    }
  
    .hero-feature-wrap {
      grid-template-columns: 1fr;
      margin-top: 15px;
    }
  
    .hero-feature-list {
      width: 100%;
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      flex-flow: wrap;
    }
  
    .hero-social-title {
      width: 100%;
    }
  
    .hero-social {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      flex-wrap: wrap;
    }
  
    .hero-social-item {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .hero-social-wrap {
      margin-top: 10px;
    }
  
    .text-title-lg {
      margin-top: 0;
      font-size: 16vw;
    }
  
    .text-title-lg-inner {
      position: static;
    }
  
    .grid-more-image {
      grid-template-columns: 1fr 1fr;
    }
  
    .grid-work {
      grid-template-columns: 1fr;
    }
  
    .blog-list {
      grid-template-columns: 1fr 1fr;
    }
  
    .blog-image-inline-wrap {
      height: 300px;
    }
  
    .pagination {
      width: 100%;
    }
  
    .service-detail-title {
      font-size: 40px;
    }
  
    .about-service-item {
      padding: 20px;
    }
  
    .service-detail-section {
      padding-top: 50px;
    }
  
    .service-page-info-title {
      margin-bottom: 20px;
      font-size: 28px;
    }
  
    .service-detail-image-wrap {
      margin-bottom: 30px;
    }
  
    .grid-service-list-icon {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      grid-template-columns: 1fr;
    }
  
    .tabs-menu {
      flex-wrap: wrap;
    }
  
    .service-list-item-wrap {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
    .grid-capabilities {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      grid-template-columns: 1fr;
    }
  
    .job-description {
      margin-bottom: 20px;
    }
  
    .job-list-title {
      font-size: 20px;
    }
  
    .job-item-wrap {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      grid-template-columns: 1fr 1fr;
    }
  
    .counter-item {
      padding: 20px;
    }
  
    .grid-career-hero-inner {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .career-title-wrap {
      margin-top: 0;
      padding-top: 0;
    }
  
    .career-title-inline {
      margin-bottom: 20px;
    }
  
    .blog-detail-image {
      height: 400px;
      margin-top: -100px;
    }
  
    .blog-detail-section {
      margin-top: 60px;
    }
  
    .team-info-sticky {
      position: static;
    }
  
    .grid-team-detail {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
    }
  
    .element-image-05 {
      display: none;
    }
  
    .grid-counter-inline {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .service-info {
      width: 100%;
    }
  
    .hero-line-wrap, .element-image-13 {
      display: none;
    }
  }
  
  @media screen and (max-width: 479px) {
    h1 {
      font-size: 42px;
    }
  
    h2 {
      font-size: 34px;
    }
  
    h3 {
      font-size: 28px;
    }
  
    h4 {
      font-size: 24px;
    }
  
    .heading-h3 {
      font-size: 28px;
    }
  
    .style-guide-wrapper {
      margin-bottom: 50px;
    }
  
    .heading-h1 {
      font-size: 42px;
    }
  
    .form-input.footer-form-input {
      padding-left: 20px;
    }
  
    .rich-text ul, .rich-text ol, .rich-text blockquote, .rich-text figure {
      margin-bottom: 20px;
    }
  
    .rich-text figcaption {
      margin-top: 5px;
    }
  
    .rich-text p {
      margin-bottom: 20px;
    }
  
    .input-group {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .heading-h2 {
      font-size: 32px;
    }
  
    .style-guide-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .heading-h4 {
      font-size: 24px;
    }
  
    .container-medium {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .nav-menu {
      margin-left: 15px;
      margin-right: 15px;
    }
  
    .grid-navbar {
      grid-template-columns: 1fr auto;
    }
  
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .navbar {
      padding-top: 10px;
    }
  
    .nav-link {
      margin: 10px 15px;
    }
  
    .nav-link.first {
      margin-left: 15px;
    }
  
    .container-small, .inner-container, .inner-container-small {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .section-spacing {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .section-spacing-top {
      padding-top: 50px;
    }
  
    .section-spacing-bottom {
      padding-bottom: 50px;
    }
  
    .grid-footer, .grid-footer.bottom {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .footer-form {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-direction: column;
    }
  
    .footer-form-wrap {
      width: 100%;
    }
  
    .footer-copyright {
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      flex-wrap: wrap;
    }
  
    .grid-footer-link-inner {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: 1fr;
    }
  
    .footer {
      padding-top: 40px;
    }
  
    .footer-logo-wrap {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .footer-social-wrap {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .footer-social-link {
      width: 50px;
      height: 50px;
    }
  
    .footer-social-icon {
      height: 24px;
    }
  
    .hero-inner {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .hero-inner-title {
      font-size: 34px;
    }
  
    .utility-page-content {
      margin: 15px;
      padding: 20px;
    }
  
    .error-title {
      font-size: 60px;
    }
  
    .error-description {
      margin-bottom: 20px;
    }
  
    .social-link-icon {
      height: 18px;
    }
  
    .social-item-wrap {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      margin-top: 15px;
    }
  
    .link-in-bio-button-wrap {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .link-in-bio {
      padding: 15px;
    }
  
    .social-link-item {
      width: 40px;
      height: 40px;
    }
  
    .coming-soon-icon {
      height: 100px;
    }
  
    .utility-page-coming-soon {
      padding: 15px;
    }
  
    .subscribe-form {
      margin-top: 20px;
    }
  
    .grid-hero {
      margin-top: 50px;
    }
  
    .grid-hero-sm {
      margin-top: 30px;
    }
  
    .hero-service-link-wrap {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
    }
  
    .about-title {
      font-size: 22px;
    }
  
    .service-item-wrap {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .grid-service-item {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    .service-sub-category {
      font-size: 14px;
    }
  
    .service-sub-category-wrap {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      flex-flow: wrap;
    }
  
    .service-title {
      margin-bottom: 10px;
      font-size: 20px;
    }
  
    .grid-blog {
      grid-template-columns: 1fr;
    }
  
    .blog-image-wrap {
      height: 250px;
    }
  
    .work-image {
      height: 300px;
    }
  
    .about-hero-title {
      font-size: 28px;
    }
  
    .grid-contact-info-inner {
      grid-row-gap: 5px;
      grid-template-columns: 1fr;
    }
  
    .grid-testimonial {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-testimonial.two {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      margin-top: 40px;
    }
  
    .testimonial-item-wrap {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: auto;
    }
  
    .testimonial-item-wrap.two {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      align-items: start;
    }
  
    .testimonial-item.rotate-right {
      transform: rotate(3deg);
    }
  
    .testimonial-item.rotate-left {
      transform: rotate(-3deg);
    }
  
    .testimonial-info-wrap.one {
      margin-bottom: 0;
    }
  
    .testimonial-info-wrap.two {
      margin-top: 0;
    }
  
    .grid-team {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .section-title {
      margin-bottom: 20px;
    }
  
    .grid-team-inner {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .value-title {
      font-size: 20px;
    }
  
    .hero-item-inner-wrap {
      grid-template-columns: 1fr;
    }
  
    .hero-title-inline-wrap {
      justify-content: flex-start;
    }
  
    .hero-counter-wrap {
      align-items: flex-start;
    }
  
    .blog-title-center {
      margin-bottom: 20px;
    }
  
    .element-image-07 {
      left: 0;
    }
  
    .footer-decoration-01 {
      height: 60px;
    }
  
    .footer-decoration-02 {
      display: none;
    }
  
    .cta-image-left, .cta-image-right {
      width: 50px;
    }
  
    .cta-image-center {
      width: 200px;
    }
  
    .pricing-number {
      font-size: 32px;
    }
  
    .pricing-list {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .service-item {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .service-title-center {
      font-size: 24px;
    }
  
    .client-marquee {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .grid-about-counter {
      grid-template-columns: 1fr;
    }
  
    .feature-list {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .counter-number {
      margin-bottom: 10px;
    }
  
    .counter-info-wrap {
      grid-template-columns: 1fr;
    }
  
    .about-title-inline {
      font-size: 34px;
    }
  
    .work-image-inline, .work-image-inline.four, .work-image-inline-wrap, .work-image-inline-wrap.five {
      height: 300px;
    }
  
    .work-title-inline {
      font-size: 22px;
    }
  
    .grid-work-split-bottom {
      margin-top: 30px;
    }
  
    .hero-title-inline {
      margin-top: 10px;
    }
  
    .grid-hero-inline {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      margin-top: 20px;
    }
  
    .hero-social-item {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      grid-template-columns: 1fr;
    }
  
    .hero-social-wrap {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .text-title-lg {
      display: none;
    }
  
    .work-detail-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .grid-more-image {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      margin-top: 20px;
    }
  
    .blog-list {
      grid-template-columns: 1fr;
    }
  
    .blog-image-inline-wrap {
      height: 250px;
    }
  
    .pagination {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: 1fr;
    }
  
    .service-detail-title {
      font-size: 34px;
    }
  
    .about-service-item {
      padding: 15px;
    }
  
    .service-detail-section {
      padding-top: 40px;
    }
  
    .service-page-info-title {
      margin-bottom: 10px;
      font-size: 22px;
    }
  
    .service-detail-image-wrap {
      margin-bottom: 20px;
    }
  
    .tab-link {
      width: 100%;
    }
  
    .job-description {
      margin-bottom: 15px;
      font-size: 18px;
    }
  
    .job-item-wrap {
      grid-template-columns: 1fr;
      margin-top: 20px;
    }
  
    .grid-counter {
      grid-template-columns: 1fr;
    }
  
    .counter-item {
      border-left: 1px solid var(--firebrick);
    }
  
    .grid-career-hero-inner {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
    }
  
    .career-title-inline {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .blog-detail-image {
      height: 100%;
      margin-top: -80px;
    }
  
    .job-category {
      margin-bottom: 10px;
    }
  
    .work-detail {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: 1fr;
      padding: 20px;
    }
  
    .element-image-09 {
      display: none;
    }
  
    .grid-counter-inline {
      grid-template-columns: 1fr;
    }
  
    .counter-item-inline {
      border-left: 1px solid var(--firebrick);
    }
  
    .element-image-12 {
      display: none;
    }
  
    .about-title-left {
      margin-bottom: 0;
    }
  }
  
  #w-node-edd3bdee-9233-250c-1c5d-32f8029a24aa-94843d22, #w-node-_131f6500-7f13-9ae8-1de6-2c0e07eb493f-94843d22, #w-node-_1dc74e9b-5d3a-1871-9d87-8add6d5b5974-94843d22, #w-node-_811be7a3-17ad-1b74-ab19-c943e939b875-94843d22, #w-node-c803f537-b49b-8094-9102-9dfe2f3b3490-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_07feb5b0-475f-90d4-094f-325fdce3d0fa-94843d22, #w-node-b5020f3c-e2f4-330a-0cc9-e895884bc427-94843d22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_27f251f0-ceaa-07f2-8f3d-cbd1593d54e9-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_7fd7c553-c4fb-2052-3137-776198323252-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }
  
  #w-node-_70495856-1f98-5bef-f97e-c1a2145f5e77-94843d22, #w-node-_3d2f6ff5-67c3-a87f-b9bf-112c4d9e7bbc-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_75fe1d13-8f84-d50a-b4d7-7fbad1a11a48-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_1cbffae5-b645-a56e-77cd-34dc87fe38c5-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8fe1-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8fee-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ff3-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ff8-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ff9-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ffa-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ffc-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8ffd-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f596-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f59b-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f5a0-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f5a1-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f5a2-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f5a4-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_871405bb-025e-c496-9df2-66d21e25f5a5-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c48-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c4d-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c52-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c53-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c54-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c56-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_65d8bf62-4714-c263-e905-b82d6b0c2c57-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1479-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f147e-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1483-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1484-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1485-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1487-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_15c17828-39be-a081-83d2-16c8585f1488-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542af9f-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afa0-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afa6-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afab-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afac-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afaf-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afb4-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afb5-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afb8-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afbe-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afbf-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afc2-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afc7-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afc8-94843d22, #w-node-fa71b95c-b4e8-327f-cf44-4ab1b542afcb-94843d22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_7b4786b4-3e70-2992-2a22-e48e494cbb10-494cbb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_7b4786b4-3e70-2992-2a22-e48e494cbb13-494cbb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_7b4786b4-3e70-2992-2a22-e48e494cbb67-494cbb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_41844d36-48c8-f55b-7555-c6afae358def-494cbb0e, #w-node-_41844d36-48c8-f55b-7555-c6afae358e09-494cbb0e, #w-node-_41844d36-48c8-f55b-7555-c6afae358e0d-494cbb0e, #w-node-_41844d36-48c8-f55b-7555-c6afae358e18-494cbb0e, #w-node-_41844d36-48c8-f55b-7555-c6afae358e1f-494cbb0e, #w-node-_41844d36-48c8-f55b-7555-c6afae358e22-494cbb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_41844d36-48c8-f55b-7555-c6afae358e33-494cbb0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_41844d36-48c8-f55b-7555-c6afae358e4a-494cbb0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-_510cc21b-ccc6-b542-1d75-6bc50072941b-0072940f {
    justify-self: end;
  }
  
  #w-node-ad99066b-6f4f-d4c5-c979-99bc6765fa9c-7798cfa7, #w-node-_4e72df11-2e8b-527f-cede-b63fa738891d-7798cfa7, #w-node-_8fedd70d-64ce-fa7a-9508-e312232e694b-063f6d0c, #w-node-_6d3a77c7-1f38-662c-732c-e7348515951a-063f6d0c, #w-node-_6d3a77c7-1f38-662c-732c-e7348515951f-063f6d0c, #w-node-_6d3a77c7-1f38-662c-732c-e73485159524-063f6d0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_03458cf5-ccbd-4127-c315-2550bac07392-063f6d0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
  
  #w-node-e0fc1c42-2295-4d68-393d-c67a42c6a362-063f6d0c, #w-node-_0df05fbb-ed5d-b29e-dcfa-f88d01483c2a-063f6d0c, #w-node-_3a16cc92-b5f1-8b11-fca9-336a4202299f-063f6d0c, #w-node-b540d2fd-f707-e379-071a-645b42c91778-063f6d0c, #w-node-c0449826-2afc-8a63-525f-567951a3bf43-063f6d0c, #w-node-fee42261-93a4-cc5b-c3a0-7b2ccc1dc7e2-063f6d0c, #w-node-_852893b4-fc41-25b8-4ae9-03c1954fe559-063f6d0c, #w-node-_09799d40-e658-114b-e59a-2f236f97ced2-063f6d0c, #w-node-b1894df6-c34a-ffd6-d6b5-aa2df6d29497-063f6d0c, #w-node-_1430ad5c-a01f-5729-7ae3-1883c4ab3ad5-063f6d0c, #w-node-f6646079-3d3e-9596-8a4c-aa51722fefcc-063f6d0c, #w-node-a46f4002-a607-5087-ae2a-73e9d7532117-063f6d0c, #w-node-_2e64fff8-a107-3b53-e363-a5c30e513e27-063f6d0c, #w-node-_44220a28-de1c-0308-bb6f-670691f3424d-063f6d0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9df3d128-707b-4e9a-56d1-b06d6ba49912-063f6d0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_52b58d9d-2e6c-d1ec-76fd-7e170bd169d8-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66760-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66761-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66767-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd6676c-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd6676d-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66770-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66775-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66776-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66779-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd6677f-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66780-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66783-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66788-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd66789-063f6d0c, #w-node-_4e6222e1-b1d1-c141-dd9a-56439bd6678c-063f6d0c, #w-node-b1214166-ec47-9e26-6f62-9fe600f9d492-063f6d0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #name.w-node-_7b186bfd-a499-a0db-4faf-db646caf7abe-063f6d0c, #Message.w-node-_69421159-d39b-552a-f2d7-ff3088362f36-063f6d0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-de40b2ea-34c5-8b8d-6f3c-0096be001b48-3f0338b4, #w-node-_7cafc29e-6e1d-5313-f78c-403b92416596-3f0338b4, #w-node-_7cafc29e-6e1d-5313-f78c-403b92416598-3f0338b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_2229c57e-d9ba-f632-5792-c4b5a36a6b44-5082dbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
  
  #w-node-f62be707-536d-f8dd-f509-d0b0f803f1e3-5082dbc4, #w-node-_508ae329-8f48-c1d1-eb85-260e0015c621-5082dbc4, #w-node-abfbe59e-afed-7673-8537-614e44408747-5082dbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_8c13bf47-cc64-ee12-b094-99271b7dbc98-5082dbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
  
  #w-node-_26007fc0-85b1-6ac0-0e3d-e3a7e8fd3420-5082dbc4 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_4ec55b2c-ffb0-2a63-6df7-130fa4cc6083-5082dbc4 {
    justify-self: end;
  }
  
  #w-node-d9b475c9-e991-5f67-e80d-9ac0af0e5578-5082dbc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_78e99afc-f38a-9f86-8e70-398f5aab8693-5082dbc4, #w-node-_78e99afc-f38a-9f86-8e70-398f5aab86a2-5082dbc4, #w-node-_78e99afc-f38a-9f86-8e70-398f5aab86c0-5082dbc4, #w-node-_7fee7759-76e8-b0d9-a448-b09a52678584-a6f31fac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #name.w-node-_7fee7759-76e8-b0d9-a448-b09a52678588-a6f31fac, #Message.w-node-_7fee7759-76e8-b0d9-a448-b09a5267858b-a6f31fac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-ba89fb20-8d77-75f4-020c-66d78b24c905-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c906-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c90a-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c913-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c915-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c91a-4a908e7f, #w-node-ba89fb20-8d77-75f4-020c-66d78b24c91f-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9d6-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9d7-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9dd-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9e2-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9e3-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9e6-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9eb-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9ec-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9ef-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9f5-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9f6-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9f9-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9fe-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7f9ff-4a908e7f, #w-node-_47997f82-c9e9-659e-6f58-54e7b1a7fa02-4a908e7f, #w-node-bc255103-2844-318f-3595-57edcb6bde18-4a908e7f, #w-node-bc255103-2844-318f-3595-57edcb6bde24-4a908e7f, #w-node-bc255103-2844-318f-3595-57edcb6bde32-4a908e7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_848cf57b-209b-5fab-79f7-ddd684791e6c-df9fd4e7 {
    justify-self: start;
  }
  
  #w-node-_194dd737-2d90-4c99-e1dd-e20991cb5203-df9fd4e7 {
    justify-self: end;
  }
  
  #w-node-_2a781787-333a-6bc9-eae5-a2236d06fa02-3c5c3a2f, #w-node-_80d5b53e-46c6-dba0-9654-c0235750365a-3c5c3a2f, #w-node-c76d76ae-a822-5da0-4555-726fb4855ec4-3c5c3a2f, #w-node-c76d76ae-a822-5da0-4555-726fb4855ec9-3c5c3a2f, #w-node-c76d76ae-a822-5da0-4555-726fb4855ece-3c5c3a2f, #w-node-c76d76ae-a822-5da0-4555-726fb4855ed3-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c2675-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c267a-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c2691-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c2696-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26ad-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26b2-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26c9-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26ce-3c5c3a2f, #w-node-_8f10bf4c-b6fc-3cda-b1f6-fda7ef9c6182-3c5c3a2f, #w-node-_8f10bf4c-b6fc-3cda-b1f6-fda7ef9c6187-3c5c3a2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (min-width: 1440px) {
    #w-node-_510cc21b-ccc6-b542-1d75-6bc500729412-0072940f {
      justify-self: start;
    }
  }
  
  @media screen and (min-width: 1280px) {
    #w-node-_28217ee5-a239-83c8-ced2-8eeaea87f3f2-94843d22 {
      align-self: center;
    }
  
    #w-node-d6283ee5-7bf4-28d5-11bc-166cb2175b2e-94843d22 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_41844d36-48c8-f55b-7555-c6afae358e33-494cbb0e {
      grid-column: span 1 / span 1;
    }
  
    #w-node-d62c4cfd-f4f1-367a-d5a6-d90f103b7776-063f6d0c {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-_2229c57e-d9ba-f632-5792-c4b5a36a6b44-5082dbc4 {
      align-self: end;
    }
  
    #w-node-_8c13bf47-cc64-ee12-b094-99271b7dbc98-5082dbc4 {
      order: -9999;
    }
  
    #w-node-_26007fc0-85b1-6ac0-0e3d-e3a7e8fd3420-5082dbc4 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-d9b475c9-e991-5f67-e80d-9ac0af0e5578-5082dbc4 {
      justify-self: start;
    }
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_7fd7c553-c4fb-2052-3137-776198323252-94843d22, #w-node-_70495856-1f98-5bef-f97e-c1a2145f5e77-94843d22 {
      grid-column: span 2 / span 2;
    }
  
    #w-node-_4617999e-b0de-e95f-f043-e061db86406b-94843d22 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  
    #w-node-_7b4786b4-3e70-2992-2a22-e48e494cbb10-494cbb0e {
      justify-self: center;
    }
  
    #w-node-_7b4786b4-3e70-2992-2a22-e48e494cbb67-494cbb0e {
      justify-self: auto;
    }
  
    #w-node-_41844d36-48c8-f55b-7555-c6afae358dec-494cbb0e {
      justify-self: center;
    }
  
    #w-node-_41844d36-48c8-f55b-7555-c6afae358e4a-494cbb0e, #w-node-_510cc21b-ccc6-b542-1d75-6bc500729414-0072940f {
      justify-self: auto;
    }
  
    #w-node-_510cc21b-ccc6-b542-1d75-6bc50072941e-0072940f {
      grid-area: span 1 / span 1 / span 1 / span 1;
      justify-self: end;
    }
  
    #w-node-e0fc1c42-2295-4d68-393d-c67a42c6a362-063f6d0c {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #name.w-node-_7b186bfd-a499-a0db-4faf-db646caf7abe-063f6d0c, #Message.w-node-_69421159-d39b-552a-f2d7-ff3088362f36-063f6d0c {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_508ae329-8f48-c1d1-eb85-260e0015c621-5082dbc4 {
      grid-column: span 2 / span 2;
    }
  
    #w-node-f140b96a-2578-9234-86ea-711000381d4c-5082dbc4 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  
    #w-node-_26007fc0-85b1-6ac0-0e3d-e3a7e8fd3420-5082dbc4 {
      order: -9999;
      grid-column: span 2 / span 2;
    }
  
    #w-node-_78e99afc-f38a-9f86-8e70-398f5aab8693-5082dbc4 {
      grid-column: span 2 / span 2;
    }
  
    #name.w-node-_7fee7759-76e8-b0d9-a448-b09a52678588-a6f31fac, #Message.w-node-_7fee7759-76e8-b0d9-a448-b09a5267858b-a6f31fac {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_7a428668-686e-bab7-2c62-f674dafc7a9d-3c5c3a2f {
      order: -9999;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_7fd7c553-c4fb-2052-3137-776198323252-94843d22, #w-node-_70495856-1f98-5bef-f97e-c1a2145f5e77-94843d22 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_75fe1d13-8f84-d50a-b4d7-7fbad1a11a48-94843d22 {
      justify-self: auto;
    }
  
    #w-node-_4617999e-b0de-e95f-f043-e061db86406b-94843d22, #w-node-_34c76fcd-6e40-894c-ddc6-0d3d6eba8fe1-94843d22, #w-node-_508ae329-8f48-c1d1-eb85-260e0015c621-5082dbc4 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_4ae08435-596b-94da-782a-67ad5a64abc4-5082dbc4 {
      align-self: center;
    }
  
    #w-node-f140b96a-2578-9234-86ea-711000381d4c-5082dbc4, #w-node-_78e99afc-f38a-9f86-8e70-398f5aab8693-5082dbc4 {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c2670-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c268c-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26a8-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26c4-3c5c3a2f, #w-node-_8f10bf4c-b6fc-3cda-b1f6-fda7ef9c617d-3c5c3a2f {
      order: 9999;
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_07feb5b0-475f-90d4-094f-325fdce3d0fa-94843d22, #name.w-node-_7b186bfd-a499-a0db-4faf-db646caf7abe-063f6d0c, #Message.w-node-_69421159-d39b-552a-f2d7-ff3088362f36-063f6d0c, #w-node-_26007fc0-85b1-6ac0-0e3d-e3a7e8fd3420-5082dbc4, #name.w-node-_7fee7759-76e8-b0d9-a448-b09a52678588-a6f31fac, #Message.w-node-_7fee7759-76e8-b0d9-a448-b09a5267858b-a6f31fac {
      grid-column: span 1 / span 1;
    }
  
    #w-node-_848cf57b-209b-5fab-79f7-ddd684791e6c-df9fd4e7, #w-node-_194dd737-2d90-4c99-e1dd-e20991cb5203-df9fd4e7 {
      justify-self: auto;
    }
  
    #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c2670-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c268c-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26a8-3c5c3a2f, #w-node-_89eaf04f-2c73-f0b0-7a00-5d2e403c26c4-3c5c3a2f, #w-node-_8f10bf4c-b6fc-3cda-b1f6-fda7ef9c617d-3c5c3a2f {
      grid-column: span 1 / span 1;
    }
  }

  .button-text.bg-secondary-2 {
    background: #f2a20c;
}
a.nav-call-item.w-inline-block {
  margin-top: 20px;
}
img.nav-call-icon {
  margin-top: 0px;
}