@charset "UTF-8";
.image-responsive, .image-full {
  height: auto; }

.image-full {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .clear-fix:after, dl.data-list:after, .row:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after {
    clear: both; }

.fade {
  opacity: 0;
  display: block; }
  .fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

body {
  font-family: "Basement Grotesque", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 2rem ;
  line-height: 1.1;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 5.125rem ; }

h2, .h2 {
  font-size: 3.25rem ; }

h3, .h3 {
  font-size: 2.75rem ; }

h4, .h4 {
  font-size: 1.75rem ; }

h5, .h5 {
  font-size: 1.375rem ; }

h6, .h6 {
  font-size: 1.25rem ; }

p {
  font-family: "Basement Grotesque", sans-serif;
  line-height: inherit;
  margin-bottom: 2rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 2rem ;
  margin-left: 2em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.8; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 2rem ; }
  dl dt, dl dd {
    line-height: 1.8; }
  dl dd {
    line-height: 1.8; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

hr, .hr {
  margin: 0;
  margin-bottom: 2rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: 400; }

ul.unstyled, ol.unstyled {
  list-style: none;
  margin-left: 0; }

ul.inline li, ol.inline li {
  display: inline-block;
  vertical-align: top; }

.strike-out {
  text-decoration: line-through; }

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

.truncate-text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000; }

div[class*="offset-pad-"], div[class*="offset-pad-"] .row div[class*="col-"], .offset-pad-1.ctc-col-parent .row div[class*="col-"], * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 2rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 1rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

.hide {
  display: none !important; }

.transparent {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.\+i3TODO {
  outline: 2px dashed #ff0000; }

html, body {
  font-size: 16px;
  color: #0F0F0F;
  line-height: 1.8; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 2rem ;
  margin-right: 2rem ;
  margin-left: 2rem ; }
  .image-content.pull-left {
    margin-left: 0; }

.grid-table {
  display: table;
  width: 100%; }
  .grid-table .grid-table-row {
    display: table-row; }
  .grid-table .grid-table-cell {
    display: table-cell; }
  .grid-table.two-blocks .grid-table-cell {
    width: 50%; }
  .grid-table.three-blocks .grid-table-cell {
    width: 33%; }
  .grid-table.four-blocks .grid-table-cell {
    width: 25%; }
  .grid-table.five-blocks .grid-table-cell {
    width: 20%; }

.ctc-col-parent {
  float: none !important; }
  .ctc-col-parent .col-33 {
    width: 33.33% !important; }

div[class*="offset-pad-"].offset-bottom-1 .row div[class*="col-"] {
  margin-bottom: 10px; }

div[class*="offset-pad-"].offset-bottom-2 .row div[class*="col-"] {
  margin-bottom: 20px; }

div[class*="offset-pad-"].offset-bottom-3 .row div[class*="col-"] {
  margin-bottom: 30px; }

div[class*="offset-pad-"].offset-bottom-4 .row div[class*="col-"] {
  margin-bottom: 40px; }

div[class*="offset-pad-"].offset-bottom-5 .row div[class*="col-"] {
  margin-bottom: 50px; }

div[class*="offset-pad-"].offset-bottom-6 .row div[class*="col-"] {
  margin-bottom: 60px; }

div[class*="offset-pad-"].offset-bottom-7 .row div[class*="col-"] {
  margin-bottom: 70px; }

div[class*="offset-pad-"].offset-bottom-8 .row div[class*="col-"] {
  margin-bottom: 80px; }

div[class*="offset-pad-"].offset-bottom-9 .row div[class*="col-"] {
  margin-bottom: 90px; }

div[class*="offset-pad-"].offset-bottom-10 .row div[class*="col-"] {
  margin-bottom: 100px; }

.offset-pad-1 {
  padding-left: 5px;
  padding-right: 5px; }
  .offset-pad-1.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -5px;
    margin-right: -5px; }
    .offset-pad-1.ctc-col-parent .row div[class*="col-"] {
      padding: 0px 5px; }

.offset-pad-2 {
  padding-left: 10px;
  padding-right: 10px; }
  .offset-pad-2.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px; }
    .offset-pad-2.ctc-col-parent .row div[class*="col"] {
      padding: 0px 10px; }

.offset-pad-3 {
  padding-left: 15px;
  padding-right: 15px; }
  .offset-pad-3.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .offset-pad-3.ctc-col-parent .row div[class*="col"] {
      padding: 0px 15px; }

.offset-pad-4 {
  padding-left: 20px;
  padding-right: 20px; }
  .offset-pad-4.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px; }
    .offset-pad-4.ctc-col-parent .row div[class*="col"] {
      padding: 0px 20px; }

.offset-pad-5 {
  padding-left: 25px;
  padding-right: 25px; }
  .offset-pad-5.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
    .offset-pad-5.ctc-col-parent .row div[class*="col"] {
      padding: 0px 25px; }

.offset-pad-6 {
  padding-left: 30px;
  padding-right: 30px; }
  .offset-pad-6.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -30px;
    margin-right: -30px; }
    .offset-pad-6.ctc-col-parent .row div[class*="col"] {
      padding: 0px 30px; }

.offset-pad-7 {
  padding-left: 35px;
  padding-right: 35px; }
  .offset-pad-7.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -35px;
    margin-right: -35px; }
    .offset-pad-7.ctc-col-parent .row div[class*="col"] {
      padding: 0px 35px; }

.offset-pad-8 {
  padding-left: 40px;
  padding-right: 40px; }
  .offset-pad-8.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -40px;
    margin-right: -40px; }
    .offset-pad-8.ctc-col-parent .row div[class*="col"] {
      padding: 0px 40px; }

.offset-pad-9 {
  padding-left: 45px;
  padding-right: 45px; }
  .offset-pad-9.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -45px;
    margin-right: -45px; }
    .offset-pad-9.ctc-col-parent .row div[class*="col"] {
      padding: 0px 45px; }

.offset-pad-10 {
  padding-left: 50px;
  padding-right: 50px; }
  .offset-pad-10.ctc-col-parent {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -50px;
    margin-right: -50px; }
    .offset-pad-10.ctc-col-parent .row div[class*="col"] {
      padding: 0px 50px; }

.ctc-entity-banners {
  position: relative; }
  .ctc-entity-banners img {
    display: block;
    margin: 0 auto; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

table.table-core {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 2rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.8;
    text-align: left; }
  table.table-core th {
    padding-top: 9px;
    font-weight: bold;
    vertical-align: middle; }
  table.table-core td {
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-core tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }

table.table-core.table-condensed th,
table.table-core.table-condensed td {
  padding: 4px 5px; }

table.table-core.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */ }
  table.table-core.table-bordered th + th,
  table.table-core.table-bordered td + td,
  table.table-core.table-bordered th + td {
    border-left: 1px solid #ddd; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-striped tbody tr td,
.table-striped tbody tr th {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
  background-color: #f5f5f5; }

table.table-core .header {
  cursor: pointer; }
  table.table-core .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden; }

table.table-core .headerSortUp,
table.table-core .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

table.table-core .header:hover:after {
  visibility: visible; }

table.table-core .headerSortDown:after,
table.table-core .headerSortDown:hover:after {
  visibility: visible;
  opacity: 60; }

table.table-core .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top; }

audio:not([controls]) {
  display: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: #0F0F0F; }

a:hover,
a:active {
  outline: 0;
  color: #BDF8B1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'default';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/default.ttf?qanpxa") format("truetype"), url("/wp-content/themes/neoteric/_ui/media/fonts/default.woff?qanpxa") format("woff"), url("/wp-content/themes/neoteric/_ui/media/fonts/default.svg?qanpxa#default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Power Grotesk';
  src: url("../media/fonts/PowerGrotesk-Regular.woff2") format("woff2"), url("../media/fonts/PowerGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-building:before {
  content: "\e920"; }

.icon-puzzle:before {
  content: "\e906"; }

.icon-blocks:before {
  content: "\e908"; }

.icon-leave-circle:before {
  content: "\e91b"; }

.icon-sun-rise:before {
  content: "\e91c"; }

.icon-arrow-left:before {
  content: "\e91d"; }

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

.icon-heart:before {
  content: "\e914"; }

.icon-bulb-leave:before {
  content: "\e912"; }

.icon-winning-cup:before {
  content: "\e913"; }

.icon-leaves:before {
  content: "\e915"; }

.icon-home:before {
  content: "\e917"; }

.icon-people:before {
  content: "\e91a"; }

.icon-chevron-left:before {
  content: "\e90b"; }

.icon-chevron-right:before {
  content: "\e90c"; }

.icon-left-right-arrow:before {
  content: "\e909"; }

.icon-cog:before {
  content: "\e90a"; }

.icon-world:before {
  content: "\e904"; }

.icon-bulb:before {
  content: "\e905"; }

.icon-chevron-up:before {
  content: "\e903"; }

.icon-chevron-down:before {
  content: "\e91f"; }

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

.icon-check:before {
  content: "\e907"; }

.icon-arrow-right-cross:before {
  content: "\e910"; }

.icon-close:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e900"; }

.icon-menu:before {
  content: "\e90e"; }

.icon-minus:before {
  content: "\e919"; }

.icon-instagram:before {
  content: "\e911"; }

.icon-linkedin:before {
  content: "\e916"; }

.icon-facebook:before {
  content: "\e918"; }

.icon-share:before {
  content: "\e90f"; }

.icon-play:before {
  content: "\e90d"; }

.icon-player:before {
  content: "\e90d"; }

#i3-neoteric .\+ff {
  font-family: "Basement Grotesque", sans-serif; }

#i3-neoteric .\+fw-ebold {
  font-weight: 800; }

#i3-neoteric .\+fw-bold {
  font-weight: 700; }

#i3-neoteric .\+fw-normal {
  font-weight: 400; }

#i3-neoteric .\+c-white {
  color: #fff; }

#i3-neoteric .\+c-brand {
  color: #0F0F0F; }

#i3-neoteric .\+c-green {
  color: #1d3922; }

#i3-neoteric .\+c-l-green {
  color: #7fb931; }

#i3-neoteric .\+c-red {
  color: #d51051; }

#i3-neoteric .\+c-teal {
  color: #2a665e; }

#i3-neoteric .\+ls--1 {
  letter-spacing: -1px; }

#i3-neoteric .\+ls-1 {
  letter-spacing: 1px; }

#i3-neoteric .\+ls-2 {
  letter-spacing: 2px; }

#i3-neoteric .\+ls-3 {
  letter-spacing: 3px; }

#i3-neoteric .\+lh-1 {
  line-height: 1rem; }

#i3-neoteric .\+lh-12 {
  line-height: 1.2rem; }

#i3-neoteric .\+lh-13 {
  line-height: 1.3rem; }

#i3-neoteric .\+lh-14 {
  line-height: 1.4rem; }

#i3-neoteric .\+lh-15 {
  line-height: 1.5rem; }

#i3-neoteric .\+lh-16 {
  line-height: 1.6rem; }

#i3-neoteric .\+lh-18 {
  line-height: 1.8rem; }

#i3-neoteric .\+lh-20 {
  line-height: 2.0rem; }

#i3-neoteric .\+lh-22 {
  line-height: 2.2rem; }

#i3-neoteric .\+lh-23 {
  line-height: 2.3rem; }

#i3-neoteric .\+lh-24 {
  line-height: 2.4rem; }

#i3-neoteric .\+lh-25 {
  line-height: 2.5rem; }

#i3-neoteric .\+lh-26 {
  line-height: 2.6rem; }

#i3-neoteric .\+lh-28 {
  line-height: 2.8rem; }

#i3-neoteric .\+lh-30 {
  line-height: 3.0rem; }

#i3-neoteric .\+lh-32 {
  line-height: 3.2rem; }

#i3-neoteric .\+lh-34 {
  line-height: 3.4rem; }

#i3-neoteric .\+lh-36 {
  line-height: 2.8rem; }
  @media (min-width: 1024px) {
    #i3-neoteric .\+lh-36 {
      line-height: 3.6rem; } }

#i3-neoteric .\+lh-38 {
  line-height: 3.8rem; }

#i3-neoteric .\+tt-uppercase {
  text-transform: uppercase; }

#i3-neoteric .\+td-none {
  text-decoration: none; }

#i3-neoteric .\+td-underline {
  text-decoration: underline; }

#i3-neoteric .\+fs-large {
  font-size: 20px;
  line-height: 1.6; }

#i3-neoteric .\+fs-30 {
  font-size: 30px; }

#i3-neoteric .\+fs-24 {
  font-size: 24px; }

#i3-neoteric .\+fs-16 {
  font-size: 16px; }

#i3-neoteric .\+fs-13 {
  font-size: 13px; }

#i3-neoteric .\+fs-medium {
  font-size: 18px; }
  #i3-neoteric .\+fs-medium > .icon {
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px; }

#i3-neoteric .\+ta-left {
  text-align: left !important; }
  @media (min-width: 768px) {
    #i3-neoteric .\+ta-left {
      text-align: center !important; } }

#i3-neoteric .\+ta-center {
  text-align: center; }

#i3-neoteric .\+ta-right {
  text-align: right; }

#i3-neoteric .\+m-auto {
  margin-left: auto;
  margin-right: auto; }

#i3-neoteric .\+br-4 {
  border-radius: 4px; }

#i3-neoteric .\+pad-l-4 {
  padding-left: 40px; }

#i3-neoteric .\+pad-r-4 {
  padding-right: 40px; }

#i3-neoteric .\+pad-b-35 {
  padding-bottom: 35px; }

#i3-neoteric .\+d-block {
  display: block; }

#i3-neoteric .\+bdr-lg-left {
  border-left: 1px solid #D7E3CA; }

#i3-neoteric .\+hr-l-g {
  border-color: #D7E3CA; }

#i3-neoteric .\+d-inline-block {
  display: inline-block;
  vertical-align: middle; }

#i3-neoteric .\+h-small {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0F0F0F; }

#i3-neoteric .\+disabled {
  opacity: 0.8;
  cursor: not-allowed; }

#i3-neoteric .\+hide-on-desktop {
  display: none; }
  @media (max-width: 768px) {
    #i3-neoteric .\+hide-on-desktop {
      display: block; } }

#i3-neoteric .\+hide {
  display: none; }

html {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

body {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth; }
  body.\--show-menu {
    overflow: hidden; }
  body .body-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative; }

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

.global-double-donation-message {
  font-weight: 700;
  font-size: 12px;
  color: #d51051;
  border: 1px solid #CCC;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); }
  .global-double-donation-message i {
    margin-top: 3px; }

.offset-bottom-rem-0 {
  margin-bottom: 0rem; }

.offset-bottom-rem-1 {
  margin-bottom: 0.625rem; }

.offset-bottom-rem-2 {
  margin-bottom: 1.25rem; }

.offset-bottom-rem-3 {
  margin-bottom: 1.875rem; }

.offset-bottom-rem-4 {
  margin-bottom: 2.5rem; }

.offset-bottom-rem-5 {
  margin-bottom: 3.125rem; }

.offset-bottom-rem-6 {
  margin-bottom: 3.75rem; }

.offset-bottom-rem-7 {
  margin-bottom: 4.375rem; }

.offset-bottom-rem-8 {
  margin-bottom: 5rem; }

.offset-bottom-rem-9 {
  margin-bottom: 5.625rem; }

.offset-bottom-rem-10 {
  margin-bottom: 6.25rem; }

@media (max-width: 992px) {
  .offset-bottom-4 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-5 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-6 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-7 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-8 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-9 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-10 {
    margin-bottom: 30px !important; } }

@media (max-width: 992px) {
  .offset-bottom-1 {
    margin-bottom: 20px !important; } }

@media (max-width: 992px) {
  .offset-bottom-2 {
    margin-bottom: 20px !important; } }

@media (max-width: 992px) {
  .offset-bottom-3 {
    margin-bottom: 20px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 19px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 20px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 21px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 22px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 23px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 24px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 25px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 26px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 27px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 28px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 29px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 30px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 31px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  p span[style*="font-size: 32px"] {
    font-size: 18px !important; } }

@media (max-width: 992px) {
  .offset-bottom-0 {
    margin-bottom: 0px !important; } }

.i3d-w-loader {
  background-color: #000; }
  .i3d-w-loader .i3d-w-loader__mark__svg {
    stroke: #999; }

.panel-grid {
  margin-bottom: 0 !important; }

.panel-row-style {
  background-repeat: no-repeat; }
  @media (min-width: 993) {
    .panel-row-style.\--hide-bg-small {
      background: unset; } }

@media (min-width: 1367px) {
  .\--style-so-stretch .panel-grid-cell > div, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] {
    height: 100%; } }

@media (min-width: 1367px) {
  .i3-overlap-row {
    margin-top: -555px; } }

@media (min-width: 767px) {
  .grid-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px; } }

@media (min-width: 767px) {
  .grid-contact__cell {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    width: 50%; } }

.grid-contact__cell > * {
  width: 100%;
  display: block; }

i.icon {
  vertical-align: text-bottom; }

.member-info {
  background-size: 100%;
  background-position: 100% 103%; }

@media (max-width: 767px) {
  div [style*="font-size: 19px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 20px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 21px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 22px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 23px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 24px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 25px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 26px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 27px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 28px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 29px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 30px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 31px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

@media (max-width: 767px) {
  div [style*="font-size: 32px"] {
    font-size: 18px !important;
    line-height: 1.5; } }

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_required {
  display: none !important; }

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important; }

.gform_wrapper.gravity-theme .gfield_error.gfield--type-consent input {
  border: 0 !important; }

.gform_widget h3.widget-title {
  display: none; }

.container {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-large {
    max-width: 1340px; }
  .container.\--style-medium {
    max-width: 1050px; }
  .container.\--style-small {
    max-width: 1000px; }
  .container.\--style-x-small {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .container.\--style-x-small {
        max-width: 820px; } }
  .container.\--style-full {
    max-width: 100%;
    padding: 0;
    position: relative; }
    .container.\--style-full .container {
      padding-left: 20px;
      padding-right: 20px; }

.ph.\--style-fixed.\--none {
  visibility: hidden;
  opacity: 0; }

.ph.\--style-fixed.\--show {
  visibility: visible;
  opacity: 1; }

.ph__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .ph__grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.ph__toggle {
  font-size: 1.7rem;
  margin-right: 30px;
  color: #BDF8B1; }
  @media (min-width: 1025px) {
    .ph__toggle {
      display: none; } }
  @media (max-width: 1024px) {
    .ph__toggle {
      width: 50%;
      text-align: right;
      margin-right: 0; } }
  .ph__toggle:hover {
    color: #BDF8B1; }
  .ph__toggle > i.icon {
    font-size: 28px; }
    .ph__toggle > i.icon:before {
      content: "\e90e"; }
      body.\--show-mobile-menu .ph__toggle > i.icon:before {
        content: "\e90e"; }

.ph__logo__image {
  display: block;
  line-height: 0; }

@media (max-width: 1099px) and (min-width: 670px) {
  .ph__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (max-width: 1024px) {
  .ph__logo {
    width: 50%; } }

.ph__bottom {
  background-color: #0F0F0F;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.25rem 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media (min-width: 1025px) {
    .ph__bottom {
      padding: 0.3125rem 0; } }
  .ph.--style-fixed .ph__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }

.ph__nav {
  display: none; }
  @media (min-width: 1025px) {
    .ph__nav {
      display: unset; } }
  .ph__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0; }
    .ph__nav > ul > li {
      margin-right: 0.8125rem;
      padding: 1.25rem 0; }
      .ph__nav > ul > li:last-child {
        margin-right: 0; }
      .ph__nav > ul > li > a {
        font-family: "Neue Haas Grotesk Display Pro", sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.3;
        color: #fff;
        border-radius: 50px;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0.375rem 0.875rem 0.375rem;
        letter-spacing: 0.5px; }
        .ph__nav > ul > li > a:hover {
          background-color: #3F3F3F;
          color: #fff; }
      .ph__nav > ul > li .sub-menu {
        display: none;
        width: 15rem;
        background: #292929;
        border-radius: 3px;
        color: #fff;
        margin-left: 0px;
        padding: 12px;
        position: absolute;
        top: 70px;
        z-index: 100; }
        .ph__nav > ul > li .sub-menu:before {
          content: "";
          width: 12px;
          height: 12px;
          position: absolute;
          top: -7px;
          left: 20px;
          margin: 0 auto;
          background-color: #292929;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .ph__nav > ul > li .sub-menu li {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-item: center;
          margin-bottom: 6px; }
          .ph__nav > ul > li .sub-menu li a {
            display: block;
            width: 100%;
            background-color: #323232;
            padding: 11px 12px 11px 12px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 400;
            color: #fff; }
            .ph__nav > ul > li .sub-menu li a:after {
              content: "\e91e";
              font-family: 'default';
              width: 20px;
              height: 20px;
              font-size: 12px;
              line-height: normal;
              color: #989898;
              position: absolute;
              top: 50%;
              right: 12px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              border-radius: 50px; }
            .ph__nav > ul > li .sub-menu li a:hover {
              background-color: #434343; }
              .ph__nav > ul > li .sub-menu li a:hover:after {
                background-color: #fff;
                color: #0F0F0F; }
          .ph__nav > ul > li .sub-menu li:last-child {
            border-bottom: 0; }
      .ph__nav > ul > li.menu-item-has-children:hover > a {
        background: #3F3F3F; }
      .ph__nav > ul > li.menu-item-has-children:hover .sub-menu {
        display: block; }
      .ph__nav > ul > li.current-menu-item a {
        background-color: #3F3F3F;
        color: #fff; }

@media (max-width: 1024px) {
  .ph__cta {
    display: none; } }

.ph__cta .btn.\--theme-primary {
  padding: 0.6875rem 1.3125rem 0.5625rem; }
  .ph__cta .btn.\--theme-primary i {
    font-size: 0.6875rem; }

body.home .ph__bottom {
  border-radius: 0px 0px 20px 20px;
  border-bottom: 1px solid rgba(242, 244, 247, 0.1); }

.pf {
  position: relative;
  background: #0F0F0F;
  padding: 40px 0 20px; }
  @media (min-width: 1366px) {
    .pf {
      padding: 5rem 0 5.3125rem; } }
  .pf__top {
    padding-bottom: 1.25rem; }
    @media (min-width: 1366px) {
      .pf__top {
        padding-bottom: 3.75rem; } }
  @media (min-width: 767px) {
    .pf__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: -1.25rem; } }
  @media (min-width: 1280px) {
    .pf__grid {
      margin-left: -2.5rem; } }
  .pf__grid > div {
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .pf__grid > div {
        padding-left: 1.25rem; } }
    @media (min-width: 1280px) {
      .pf__grid > div {
        padding-left: 1.875rem; } }
  .pf__grid p {
    font-size: 13px;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 1366px) {
      .pf__grid p {
        font-size: 15px; } }
  .pf__site_brief {
    width: 100%; }
    @media (min-width: 768px) {
      .pf__site_brief {
        max-width: 13.75rem;
        margin-right: 1.25rem; } }
    @media (min-width: 1366px) {
      .pf__site_brief {
        max-width: 17.5rem;
        margin-right: 1.25rem; } }
    @media (min-width: 1024px) {
      .pf__site_brief {
        max-width: 19.0625rem;
        margin-right: 5.625rem; } }
    .pf__site_brief h3 {
      font-size: 2.4375rem; }
  .pf__logo {
    display: block;
    max-width: 9.375rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 1366px) {
      .pf__logo {
        margin-bottom: 2.1875rem;
        max-width: 11.5625rem; } }
  .pf__menu__title {
    font-size: 1.1875rem;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.39px;
    margin-bottom: 1.25rem; }
    @media (min-width: 1366px) {
      .pf__menu__title {
        margin-bottom: 1.5625rem; } }
  .pf__menu-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 0px !important; }
    .pf__menu-grid > div {
      padding-left: 30px;
      width: 100%;
      margin-bottom: 30px; }
  .pf__links ul li {
    line-height: normal;
    margin-bottom: 0.3125rem; }
    .pf__links ul li:last-child {
      margin-bottom: 0; }
    .pf__links ul li a {
      font-size: 0.9375rem;
      font-weight: 500;
      line-height: 1.875rem;
      color: rgba(255, 255, 255, 0.85);
      padding-bottom: 5px; }
      .pf__links ul li a:hover {
        color: #fff;
        border-bottom: 1.5px solid #BDF8B1; }
    .pf__links ul li.current_page_item > a {
      color: #fff;
      text-decoration: none; }
  .pf__contact {
    width: 100%; }
    @media (min-width: 768px) {
      .pf__contact {
        max-width: 13.75rem; } }
    @media (min-width: 1366px) {
      .pf__contact {
        max-width: 19.6875rem; } }
    .pf__contact p {
      margin-bottom: 1.5625rem; }
      .pf__contact p a {
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: -0.04em;
        color: #FFFFFF; }
        .pf__contact p a:hover {
          color: #0F0F0F; }
    .pf__contact span {
      display: block;
      margin-bottom: 0.625rem; }
  .pf__bottom__inner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 3.125rem; }
    @media (min-width: 767px) {
      .pf__bottom__inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .pf__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .pf__menu ul {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pf__menu ul li {
        margin-bottom: 0;
        position: relative;
        padding-right: 15px;
        margin-right: 15px; }
        .pf__menu ul li:after {
          content: "";
          position: absolute;
          width: 2px;
          height: 70%;
          background: #fff;
          top: 2px;
          bottom: 0;
          margin: auto;
          right: 0; }
        .pf__menu ul li a {
          font-size: 15px;
          font-family: 'Rubik', sans-serif;
          line-height: 1.4;
          color: #fff;
          letter-spacing: -0.45px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .pf__menu ul li a:hover {
            color: #BDF8B1; }
    .pf__menu p a {
      font-size: 13px;
      font-family: 'Rubik', sans-serif;
      line-height: 1.4;
      color: #fff;
      letter-spacing: -0.45px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      @media (min-width: 1366px) {
        .pf__menu p a {
          font-size: 15px; } }
      .pf__menu p a:hover {
        color: #BDF8B1; }
  .pf__back-to-btn a {
    font-size: 13px;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 1366px) {
      .pf__back-to-btn a {
        font-size: 15px; } }
    .pf__back-to-btn a i {
      font-size: 6px;
      color: #BDF8B1;
      margin-bottom: 3px;
      margin-left: 5px; }
      @media (min-width: 1366px) {
        .pf__back-to-btn a i {
          margin-left: 10px;
          font-size: 10px; } }
  .pf__website-by p {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.875rem;
    color: #FFF;
    letter-spacing: -0.45px; }

.pm {
  background: #0F0F0F;
  position: fixed;
  top: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
  overflow: hidden;
  height: 100%;
  width: 50%;
  padding: 16px 25px;
  z-index: 999;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (max-width: 767px) {
    .pm {
      width: 100%; } }
  body.\--show-mobile-menu .pm {
    visibility: visible;
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .pm__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative; }
  .pm__logo {
    width: 100%;
    text-align: center; }
    .pm__logo img {
      max-width: 9.375rem; }
  .pm__toggle {
    position: absolute;
    font-size: 30px;
    color: #fff; }
    .pm__toggle:hover {
      color: #fff; }
  .pm__menu {
    margin-bottom: 20px; }
    .pm__menu ul {
      margin: 0; }
      .pm__menu ul li a {
        display: inline-block;
        padding: 12px 0;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .pm__menu ul li.menu-item-has-children > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e91f";
        font-size: 8px;
        padding-left: 0.58824rem;
        position: relative;
        top: -2px; }
      .pm__menu ul li:hover .sub-menu {
        display: block; }
    .pm__menu .sub-menu {
      display: none;
      list-style: none; }
      .pm__menu .sub-menu li a {
        padding: 10px 10px; }
  .pm__cta {
    border-top: 1px solid #fff;
    padding-top: 1.875rem; }
    .pm__cta__btn {
      display: block;
      text-align: center; }
      .pm__cta__btn:hover {
        background-color: #0F0F0F; }
  .pm__copyright {
    text-align: center;
    margin-bottom: 30px; }
    .pm__copyright a {
      color: #fff; }

@-webkit-keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

@keyframes menu {
  0% {
    left: -200px; }
  100% {
    left: 0px; } }

.btn {
  background-color: #0F0F0F;
  border-radius: 50px;
  vertical-align: baseline;
  padding: 0.875rem 1.875rem;
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.42px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1366px) {
    .btn {
      padding: 0.875rem 2.8125rem; } }
  .btn:hover {
    background-color: #0F0F0F;
    color: #fff; }
  .btn .icon {
    font-size: 0.8125rem;
    margin-left: 0.5rem;
    line-height: 1rem;
    color: #0F0F0F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn:disabled {
    opacity: .5;
    pointer-events: none; }
  .btn.\--disabled {
    opacity: .5;
    pointer-events: none; }
  .btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .btn__wrapper.\--left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .btn__wrapper.\--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .btn__wrapper.\--right {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1025px) {
        .btn__wrapper.\--right {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .btn__wrapper .btn {
      margin: 0 0 1.25rem; }
      @media (min-width: 462px) {
        .btn__wrapper .btn {
          margin: 0 2rem 0 0; } }
      .btn__wrapper .btn:last-child {
        margin: 0; }
  .btn.\--theme-primary {
    background-color: #BDF8B1;
    color: #0F0F0F;
    border: 1.5px solid transparent; }
    .btn.\--theme-primary:hover {
      color: #0F0F0F;
      background-color: #fff;
      border-color: #fff; }
      .btn.\--theme-primary:hover i {
        color: #0F0F0F; }
  .btn.\--theme-secondary {
    background-color: #0F0F0F;
    color: #fff; }
    .btn.\--theme-secondary i {
      color: #fff; }
    .btn.\--theme-secondary:hover {
      background-color: #BDF8B1;
      color: #0F0F0F; }
      .btn.\--theme-secondary:hover i {
        color: #0F0F0F; }
  .btn.\--theme-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0F0F0F; }
    .btn.\--theme-white i {
      color: #0F0F0F; }
    .btn.\--theme-white:hover {
      color: #0F0F0F;
      background-color: #BDF8B1;
      border-color: #BDF8B1; }
      .btn.\--theme-white:hover i {
        color: #0F0F0F; }
  .btn.\--theme-transparent {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff; }
    .btn.\--theme-transparent i {
      color: rgba(187, 205, 251, 0.6);
      margin-left: 15px; }
    .btn.\--theme-transparent:hover {
      color: #0F0F0F;
      background-color: #fff;
      border-color: #fff; }
      .btn.\--theme-transparent:hover i {
        color: #0F0F0F; }
  .btn.\--theme-white-radius {
    background-color: #fff;
    color: #0F0F0F;
    border-radius: 6px;
    padding: 0.9375rem 1.25rem 0.8125rem 1.5625rem; }
    .btn.\--theme-white-radius i {
      color: #0F0F0F;
      margin-left: 3.25rem; }
    .btn.\--theme-white-radius:hover {
      background-color: #0F0F0F;
      color: #fff; }
      .btn.\--theme-white-radius:hover i {
        color: #fff; }
  .btn.\--style-medium {
    padding: 0.8125rem 1.1875rem 0.75rem; }
    .btn.\--style-medium i {
      margin-left: 1.25rem; }
      @media (min-width: 768px) {
        .btn.\--style-medium i {
          margin-left: 2.8125rem; } }
  .btn.\--style-large {
    padding: 0.75rem 1.9375rem 0.8125rem 2rem;
    line-height: 1.3125rem; }
    .btn.\--style-large i {
      margin-left: 0.75rem; }
  .btn.\--style-xl {
    padding: 0.5rem 2.5rem 0.5rem 2.375rem; }
    .btn.\--style-xl i {
      margin-left: 0.75rem; }
  .btn.\--style-loadmore {
    padding: 0.75rem 2.5625rem 0.8125rem 2.75rem;
    text-align: center;
    font-size: 1.125rem;
    text-transform: capitalize; }
  .btn.\--style-block {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important; }

a.btn {
  text-decoration: none;
  display: inline-block; }
  a.btn:active, a.btn:focus {
    outline: none; }

@font-face {
  font-family: 'Basement Grotesque';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/BasementGrotesque-Regular.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/BasementGrotesque-Regular.woff?qanpxa") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Basement Grotesque';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/BasementGrotesque-Medium.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/BasementGrotesque-Medium.woff?qanpxa") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Thin.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Thin.woff?qanpxa") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Light.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Light.woff?qanpxa") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Mediu.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Mediu.woff?qanpxa") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Roman.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Roman.woff?qanpxa") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Bold.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Bold.woff?qanpxa") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Black.woff2?qanpxa") format("woff2"), url("/wp-content/themes/neoteric/_ui/media/fonts/NeueHaasDisplay-Black.woff?qanpxa") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

html, body {
  font-size: 14px; }
  @media (min-width: 1366px) {
    html, body {
      font-size: 16px; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.bold, strong, dl dt, strong, dl dt {
  font-weight: 700; }

table:not(.ui-datepicker-calendar) {
  width: 100%;
  font-size: 15px; }
  table:not(.ui-datepicker-calendar) th {
    background-color: #0074c3;
    color: #FFF;
    font-size: 15px;
    padding: 15px;
    text-align: left;
    line-height: 20px;
    font-weight: 700; }
  table:not(.ui-datepicker-calendar) td {
    padding: 15px;
    text-align: left; }
  table:not(.ui-datepicker-calendar) tr {
    border-bottom: 1px solid #cccccc; }

a {
  text-decoration: none;
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  color: #0F0F0F;
  margin-bottom: 1rem; }
  @media (min-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 1.2rem; } }
  @media (max-width: 766px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.2; } }

h1 {
  letter-spacing: -1.64px;
  line-height: 1; }
  @media (max-width: 1025px) {
    h1 {
      font-size: 3.75rem; } }
  @media (max-width: 766px) {
    h1 {
      font-size: 2.375rem;
      line-height: 2.5rem; } }

h2 {
  letter-spacing: -1.16px;
  line-height: 3.625rem; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 1.75rem;
      letter-spacing: -0.5px;
      line-height: 2.5rem; } }

h3 {
  letter-spacing: 0.3px; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 2.0625rem;
      line-height: 2.25rem; } }

h4 {
  letter-spacing: 0.3px; }
  @media (max-width: 766px) {
    h4 {
      font-size: 1.6875rem; } }

h5 {
  letter-spacing: 0.3px; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 1.3125rem; } }
  @media (max-width: 766px) {
    h5 {
      font-size: 1.3125rem; } }

h6 {
  letter-spacing: 0.3px; }
  @media (max-width: 766px) {
    h6 {
      font-size: 1.125rem; } }

hr {
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #E4E4E4; }

@media (max-width: 1279px) {
  br {
    display: none; } }

.cms-content ul:not(.unstyled) {
  margin-left: 0em;
  margin-bottom: 1rem; }
  .cms-content ul:not(.unstyled) li {
    color: #0F0F0F;
    margin-bottom: 0.6rem; }
    .cms-content ul:not(.unstyled) li::marker {
      font-size: 12px; }

@media (max-width: 1023px) {
  h2 span[style*="font-size: 6rem"] {
    font-size: unset !important; } }

@media (max-width: 1023px) {
  h2 span[style*="font-size: 2.7rem"] {
    font-size: unset !important; } }

p {
  color: #0F0F0F;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  border-left: 3px solid #111111;
  padding: 0.75rem 0;
  padding-left: 2.5rem;
  margin-bottom: 0.625rem; }
  @media (max-width: 767px) {
    blockquote {
      padding-left: 20px;
      margin-bottom: 0px; } }
  blockquote h6 {
    font-weight: 500; }
    @media (max-width: 767px) {
      blockquote h6 {
        font-size: 1.25rem; } }

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .layout__content {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 2.5rem; }
    @media (min-width: 1024px) {
      .layout__content {
        max-width: 36.25rem;
        margin-left: 1.5625rem;
        padding-right: 0;
        margin-top: 0; } }
    @media (min-width: 1280px) {
      .layout__content {
        max-width: 50rem;
        margin-left: 2.9375rem;
        padding-right: 4.4375rem; } }
  .layout__aside {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .layout__aside {
        max-width: 21.875rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .layout__aside__inner {
      border-radius: 12px;
      border: 1.4px solid #0F0F0F;
      background: #FFF;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
      padding: 1.6875rem 0; }
    .layout__aside__page-title {
      font-family: "Basement Grotesque", sans-serif;
      font-size: 15px;
      color: #0F0F0F;
      font-weight: 500;
      line-height: 1rem;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 0 1.5rem;
      margin-bottom: 0.9375rem; }
    .layout__aside__menu ul {
      margin: 0;
      list-style: none;
      padding-left: 0 !important; }
      .layout__aside__menu ul li {
        padding: 0.75rem 1.5rem;
        margin-bottom: 5px !important; }
        .layout__aside__menu ul li:hover {
          background: #EBF0FD; }
          .layout__aside__menu ul li:hover a {
            color: #0F0F0F; }
        .layout__aside__menu ul li a {
          display: block;
          color: #0F0F0F;
          font-family: "Basement Grotesque", sans-serif;
          font-size: 1rem;
          line-height: 0.9375rem;
          outline: 0; }
    .layout__aside__buttton {
      border-top: 1px solid rgba(187, 187, 187, 0.4);
      padding-top: 1.5625rem;
      margin: 1.375rem 1.5rem 0; }
      .layout__aside__buttton a {
        display: block;
        text-align: center;
        padding: 0.875rem 1.375rem 0.9375rem; }
  .layout__related {
    margin-bottom: 3.125rem; }
    @media (min-width: 1280px) {
      .layout__related {
        margin-bottom: 6.25rem; } }
    .layout__related__title {
      font-size: 1.6875rem;
      line-height: 1.875rem;
      margin-bottom: 2rem;
      width: 70%; }
      @media (min-width: 768px) {
        .layout__related__title {
          margin-bottom: 4.375rem;
          font-size: 2.1875rem; } }
      @media (min-width: 1024px) {
        .layout__related__title {
          width: 100%;
          margin-bottom: 4.6875rem;
          font-size: 2.5rem; } }
      @media (min-width: 1280px) {
        .layout__related__title {
          font-size: 3.625rem; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! Copyright © 2009-2020 Postcode Anywhere (Holdings) Ltd. (http://www.postcodeanywhere.co.uk)
 *
 * Address v3.91
 * Styles for the address control.
 *
 * web-1-5 14/10/2020 13:25:44
 */
.pca {
  margin: 0;
  padding: 0;
  position: static;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pca .pcatext {
  font: 9pt arial;
  color: #333; }

.pca .pcalist {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fafafa; }

.pca .pcaitem {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 9px 10px 9px 10px;
  padding: 7px 10px;
  line-height: 15px;
  text-align: left;
  white-space: nowrap;
  border: solid 1px transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  padding-right: 22px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #000; }

.pca .pcaselected {
  color: #333;
  background-color: #e5f0ff;
  background-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000; }

.pca .pcalastitem {
  border-bottom: none; }

.pca .pcadisableselect {
  -moz-user-select: none;
  -webkit-user-select: none; }

.pca .pcaautocomplete {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-bottom: 0;
  background: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  width: inherit;
  position: absolute;
  z-index: 9999999999; }

.pca .pcaanchor {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0; }

.pca .pcaanchor .pcachain {
  position: relative; }

.pca .pcaautocomplete .pcaheader {
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  color: #969696; }

.pca .pcaautocomplete .pcamessage {
  padding: 8px 10px;
  line-height: 18px; }

.pca .pcaautocomplete .pcalist {
  height: 244px;
  width: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.pca .pcaautocomplete .pcafooter {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: #fafafa;
  height: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 138px;
  overflow: hidden; }

.pca .pcanotification {
  background-color: #fafafa;
  padding: 8px 10px 8px 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  position: absolute;
  z-index: 100000;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 1;
  display: none; }

.pca .pcanotification.pcavisible {
  display: block; }

.pca .pcanotification.pcafade {
  opacity: 0; }

.pca .pcanotification.pcaerror {
  background-color: #db7f83;
  color: #fff; }

.pca .pcaautocomplete .pcafooter .pcamessage {
  font: bold 9pt arial;
  color: #969696;
  margin: 9px 0 0 5px;
  padding: 0;
  position: relative;
  float: right; }

.pca .pcamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000; }

.pca .pcamodal .pcalist {
  height: 244px;
  width: auto;
  min-width: 200px;
  min-height: 100px; }

.pca .pcamodal .pcaborder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 0px;
  opacity: .20;
  filter: alpha(opacity=20); }

.pca .pcamodal .pcaframe {
  position: relative;
  margin: 12px;
  background-color: #f5f7f9;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #c8cacc; }

.pca .pcamodal .pcacontent {
  position: relative;
  padding: 15px; }

.pca .pcamodal .pcacontent .pcainputrow {
  width: 450px;
  text-align: right; }

.pca .pcamodal .pcacontent .pcainputrow input {
  width: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 8px;
  margin: 15px;
  background: #fff; }

.pca .pcamodal .pcacontent .pcainputrow input:invalid {
  -webkit-box-shadow: 0 0 1.5px 1px #ff0000;
  -moz-box-shadow: 0 0 1.5px 1px #ff0000;
  box-shadow: 0 0 1.5px 1px #ff0000; }

.pca .pcamodal .pcacontent .pcainputrow .pcahalf {
  width: 126px; }

.pca .pcamodal .pcacontent .pcainputrow label {
  font: bold 14px arial;
  color: #444444; }

.pca .pcamodal .pcaheader {
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #e1e3e5;
  border-bottom: 1px solid  #c8cacc;
  border-radius: 0px 0px 0 0;
  background: #e1e3e5;
  background: -moz-linear-gradient(top, #e1e3e5 0%, #e1e3e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e3e5), color-stop(100%, #e1e3e5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e3e5',endColorstr='#e1e3e5',GradientType=0); }

.pca .pcamodal .pcaheader .pcatitle {
  font: bold 18px arial;
  color: #005db9;
  margin: 15px; }

.pca .pcamodal .pcafooter {
  position: relative;
  bottom: 0;
  left: 0;
  border-top: 1px solid  #c8cacc;
  background: #fff; }

.pca .pcamodal .pcafooter .pcabutton {
  width: 150px;
  margin: 15px; }

.pca .pcafullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.pca .pcamask {
  background-color: #000;
  opacity: .40;
  filter: alpha(opacity=40);
  z-index: 100000; }

.pca .pcabutton {
  font: bold 14px arial;
  color: #444444;
  border: 1px solid  #d4d4d4;
  border-radius: 0px;
  padding: 8px;
  cursor: pointer;
  background: #f5f7f9;
  background: -moz-linear-gradient(top, #f5f7f9 0%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #f5f7f9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f9',endColorstr='#f5f7f9',GradientType=0); }

.pca .pcatooltip {
  position: absolute;
  z-index: 100000; }

.pca .pcatooltip .pcabackground {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  opacity: .60;
  filter: alpha(opacity=60); }

.pca .pcatooltip .pcamessage {
  position: relative;
  padding: 5px;
  font: 9pt arial;
  color: #fff; }

.pca .pcabutton:hover {
  color: #444444; }

.pca .pcalink {
  font: bold 9pt arial;
  cursor: pointer; }

.pca .pcaclear {
  clear: both; }

.pcaflag {
  width: 14px;
  height: 12px;
  position: absolute;
  font-size: 0;
  background-image: url(//services.postcodeanywhere.co.uk/images/flags16x16.png);
  -moz-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3);
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.3); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton {
  width: 31px;
  height: 21px;
  position: relative;
  float: right;
  padding: 5px 6px;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down.png);
  background-position: 5px 5px;
  background-repeat: no-repeat; }

.pca .pcaautocomplete .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_down_hover.png); }

.pca .pcaautocomplete .pcafooter .pcaflagbutton .pcaflag {
  top: 9px;
  left: 9px; }

.pca .pcaautocomplete .pcaflaglabel {
  position: relative;
  left: 26px; }

.pca .pcacountrylist .pcafooter .pcaflagbutton {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up.png); }

.pca .pcacountrylist .pcafooter .pcaflagbutton:hover {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/flag_clear_up_hover.png); }

.pca .pcaexpandable {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/chevron.png);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-position: right 7px center; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon {
  width: 21px;
  height: 21px;
  font-size: 0;
  margin: 0px 5px 0px 0px;
  padding: 5px 0px 5px 5px;
  position: relative;
  float: right;
  cursor: pointer;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/geolocationicon.svg);
  background-position: right;
  background-repeat: no-repeat;
  color: #7E8593;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .geoLocationIcon.working {
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loader.gif); }

.pca .pcaautocomplete .pcafooter .geoLocationMessage {
  color: #7E8593;
  padding: 9px 0px;
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 11px;
  visibility: hidden; }

.pca .pcaautocomplete .pcafooter .geoLocationMessage.active {
  visibility: visible; }

.pca .pcaautocomplete .pcafooter .pcalogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .adsylogo {
  width: 68px;
  height: 16px;
  margin: 7px 0px 0px 7px;
  font-size: 0;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/loqatelogoinverted.svg); }

.pca .pcaautocomplete .pcafooter .aclogo {
  width: 112px;
  height: 15px;
  font-size: 0;
  margin: 8px 5px 8px 11px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_en.png); }

.pca .pcaautocomplete .pcafooter .aclogo.pcalogofr {
  width: 118px;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_complete_logo_fr.png); }

.pca .pcaautocomplete .pcafooter .dtlogo {
  width: 100px;
  height: 14px;
  font-size: 0;
  margin: 9px 5px 6px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/dt_express_capture_logo.png); }

.pca .pcaautocomplete .pcafooter .anlogo {
  width: 129px;
  height: 11px;
  font-size: 0;
  margin: 10px 5px 9px 9px;
  position: relative;
  float: left;
  background-image: url(//services.postcodeanywhere.co.uk/images/icons/captureplus/address_now_logo.png); }

.pca .pcaitem .pcadescription {
  color: #888;
  margin-left: 8px; }

.pca .pcaitem .pcautilitytype {
  padding-right: 8px;
  font-style: italic; }

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=date],
input[type=password],
textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D4D6D9;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: rgba(0, 14, 61, 0.6);
  font-size: 16px;
  font-family: "Basement Grotesque", sans-serif;
  line-height: 1.5rem;
  outline: 0;
  padding: 0.5rem 0.875rem !important;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (min-width: 768px) {
    input[type=email],
    input[type=number],
    input[type=tel],
    input[type=text],
    input[type=date],
    input[type=password],
    textarea {
      padding: 0.75rem 1rem !important;
      padding: 1rem 1.5625rem; } }
  input[type=email].wpcf7-not-valid,
  input[type=number].wpcf7-not-valid,
  input[type=tel].wpcf7-not-valid,
  input[type=text].wpcf7-not-valid,
  input[type=date].wpcf7-not-valid,
  input[type=password].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #F53131; }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=date]:focus,
  input[type=password]:focus,
  textarea:focus {
    border: 1px solid #0F0F0F;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(15, 15, 15, 0.1), 0px 1px 2px 0px rgba(15, 15, 15, 0.05);
    box-shadow: 0px 0px 0px 4px rgba(15, 15, 15, 0.1), 0px 1px 2px 0px rgba(15, 15, 15, 0.05); }
  input[type=email]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(0, 14, 61, 0.6); }
  input[type=email]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(0, 14, 61, 0.6); }
  input[type=email]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=text]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: rgba(0, 14, 61, 0.6); }
  input[type=email]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=text]::placeholder,
  input[type=date]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    color: rgba(0, 14, 61, 0.6); }

input[type="checkbox"] {
  border: 2px solid #002A3A;
  border-radius: 1px;
  width: 26px;
  height: 26px; }

span.wpcf7-list-item {
  margin-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  span.wpcf7-list-item span.wpcf7-list-item-label {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    letter-spacing: -0.025em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #676868; }

.wpcf7-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

textarea {
  height: 150px;
  resize: vertical; }
  @media (min-width: 768px) {
    textarea {
      height: 220px; } }

input[type=date] {
  display: block;
  padding: 12px 14px;
  font-size: 15px;
  height: 46px; }

fieldset {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #8D9EA4; }
  fieldset legend {
    color: #0F0F0F;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 2rem; }

[readonly], [disabled] {
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #0A4552; }

:-moz-placeholder {
  color: #0A4552; }

:-ms-input-placeholder {
  color: #0A4552; }

:-moz-placeholder {
  color: #0A4552; }

.form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem; }
  .form__grid__item {
    padding-left: 1rem;
    width: 50%; }

.form__toggle {
  display: none;
  -webkit-animation: fade-in 1s;
  animation: fade-in 1s; }
  .\--show-hidden-form .form__toggle {
    display: block; }

form p {
  line-height: 1.8;
  font-weight: 700;
  font-size: 16px; }

form.form-filters-horizontal .control-group {
  padding-right: 10px; }

div.wpcf7-response-output {
  margin: 10px 0 40px 0;
  padding: 10px;
  line-height: 1.5;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    color: #ee8426;
    border-color: #ee8426; }

span.wpcf7-not-valid-tip {
  font-size: 16px;
  padding: 10px 0 0 0; }

input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #d1446f; }

div.wpcf7-validation-errors {
  color: #0F0F0F;
  border: 2px solid #0F0F0F;
  border-radius: 0;
  padding-left: 20px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450; }

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 0px; }
  .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: 14px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    color: #0F0F0F;
    text-shadow: 0px 0px 0px #F4EBFF, 0px 1px 2px rgba(16, 24, 40, 0.05);
    margin-bottom: 13px; }
    .gform_wrapper.gravity-theme .gfield .gfield_label span.gfield_required {
      display: none; }
  .gform_wrapper.gravity-theme .gfield input {
    font-size: 0.9375rem !important; }
  .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 0.9375rem;
    height: 140px !important;
    resize: none; }
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .gform_wrapper.gravity-theme .gfield .ginput_container_consent label {
      margin-left: 10px;
      font-size: 14px;
      line-height: 1.5rem;
      color: #667085; }
      .gform_wrapper.gravity-theme .gfield .ginput_container_consent label a {
        color: #667085;
        text-decoration: underline; }
    .gform_wrapper.gravity-theme .gfield .ginput_container_consent input[type="checkbox"] {
      background-color: #F1F4F9;
      width: 20px;
      height: 20px;
      border-radius: 6px;
      margin-top: 0; }

.gform_wrapper.gravity-theme .gform_button, .gform_wrapper.gravity-theme .gform-theme-button {
  width: 100%;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  line-height: 1rem;
  border-radius: 50px;
  color: #fff;
  background: #0F0F0F;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.48px;
  outline: 0;
  border: 0;
  padding: 0.375rem 0 0.5rem; }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gform_button, .gform_wrapper.gravity-theme .gform-theme-button {
      padding: 0.875rem 0 0.8125rem; } }
  .gform_wrapper.gravity-theme .gform_button:hover, .gform_wrapper.gravity-theme .gform-theme-button:hover {
    background-color: #0F0F0F; }

.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0; }
  .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gf_left_half {
    margin-right: 10px; } }

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gf_right_half {
    margin-left: 10px; } }

.gform_wrapper.gravity-theme .dark-theme .gform-body .gfield legend {
  display: none !important; }

.gform_wrapper.gravity-theme .dark-theme .gform-body .gfield label, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield a {
  color: #fff; }

.gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea {
  background: #242424;
  border: 1px solid #6B6B6B;
  color: #fff; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input::-webkit-input-placeholder, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea::-webkit-input-placeholder {
    color: #fff; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input:-ms-input-placeholder, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea:-ms-input-placeholder {
    color: #fff; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input::-ms-input-placeholder, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea::-ms-input-placeholder {
    color: #fff; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input::placeholder, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea::placeholder {
    color: #fff; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield input:focus, .gform_wrapper.gravity-theme .dark-theme .gform-body .gfield textarea:focus {
    border: 1px solid #BDF8B1;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(189, 248, 177, 0.2), 0px 1px 2px 0px rgba(189, 248, 177, 0.05);
    box-shadow: 0px 0px 0px 4px rgba(189, 248, 177, 0.2), 0px 1px 2px 0px rgba(189, 248, 177, 0.05); }

.gform_wrapper.gravity-theme .dark-theme .gform-body .ginput_container_consent input[type="checkbox"] {
  border: 1px solid #BDF8B1;
  background: #302F2F;
  -webkit-box-shadow: unset;
  box-shadow: unset; }
  .gform_wrapper.gravity-theme .dark-theme .gform-body .ginput_container_consent input[type="checkbox"]:before {
    width: 20px;
    height: 20px;
    font-size: 9px;
    color: #BDF8B1;
    border: 0;
    margin-top: -1px; }

.gform_wrapper.gravity-theme .dark-theme .gform_footer .gform_button, .gform_wrapper.gravity-theme .dark-theme .gform_footer .gform-theme-button {
  background-color: #BDF8B1;
  color: #0F0F0F; }

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  font-size: 1rem;
  margin-left: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
      margin-bottom: 0;
      margin-right: 10px; } }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
      content: '\e90c';
      border-color: #C5D4D6;
      background-color: #fff;
      color: #0F0F0F; }
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px; }
    .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label:before {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 2px solid #C5D4D6;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      color: #FFF;
      text-align: center;
      background-color: #FFF;
      content: "";
      margin-top: 6px;
      margin-right: 1rem;
      border-radius: 2px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      text-align: center;
      font-size: 12px;
      line-height: 1.8;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.control-checkbox {
  line-height: 1;
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer; }
  .control-checkbox > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .control-checkbox input[type=checkbox] {
    position: absolute;
    top: 1px;
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      border-color: #0F0F0F;
      background-color: #0F0F0F; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #FFF; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox + .control-checkbox__text {
        color: #0F0F0F; }
  .control-checkbox__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 2px solid #0F0F0F;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    background-color: #FFF; }
    .control-checkbox__checkbox > i {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .control-checkbox__checkbox > i:before {
        content: '\e902'; }
  .control-checkbox__text {
    display: block;
    margin-left: .5rem;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }

.control-checkbox + .control-checkbox {
  margin-top: 10px; }

.gform_wrapper .gfield input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  z-index: 2; }
  .gform_wrapper .gfield input[type="checkbox"]:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 6px;
    border: 1.5px solid #0F0F0F;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0F0F0F; }
  .gform_wrapper .gfield input[type="checkbox"]:checked:before {
    content: "\e907";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0F0F0F;
    font-size: 10px;
    z-index: -1; }

.gform_wrapper .gfield .gchoice {
  margin-bottom: 5px; }
  .gform_wrapper .gfield .gchoice .gfield-choice-input + label {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #667085;
    font-family: "Basement Grotesque", sans-serif;
    margin-top: -3px;
    margin-left: 3px; }
    .gform_wrapper .gfield .gchoice .gfield-choice-input + label a {
      color: #667085;
      text-decoration: underline; }

.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0.9375rem; }
  .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice:hover {
    border: 1px solid #0F0F0F;
    background: #F5FAFF; }
  .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice:last-child {
    margin-bottom: 0 !important; }
  .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input {
    visibility: hidden;
    z-index: 2;
    width: 5%; }
    .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input:before {
      content: "";
      width: 1rem;
      height: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 6px;
      border: 1px solid #D0D5DD;
      background-color: #fff;
      visibility: visible;
      z-index: -1;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input:before {
          width: 1.25rem;
          height: 1.25rem; } }
    .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input:checked:before {
      content: "\e907";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 7px;
      line-height: 8px;
      color: #fff;
      background-color: #0F0F0F;
      border-color: #0F0F0F;
      z-index: -1; }
      @media (min-width: 768px) {
        .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input:checked:before {
          font-size: 10px;
          line-height: 12px; } }
    .gchoice .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input:checked {
      border: 1px solid #0F0F0F;
      background: #F5FAFF; }
    .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input + label {
      font-size: 14px;
      font-family: "Basement Grotesque", sans-serif;
      font-weight: 600;
      max-width: 95%;
      margin: 0;
      text-shadow: 0px 0px 0px #F4EBFF, 0px 1px 2px rgba(16, 24, 40, 0.05);
      line-height: 1.25rem;
      color: #344054;
      position: relative;
      padding-left: 3.4375rem; }
      .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input + label:before {
        content: "\e91b";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 28px;
        border: 4px solid #EAF2FF;
        background: #CBDAFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #0F0F0F; }
      .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice .gfield-choice-input + label small {
        display: block;
        font-size: 14px;
        font-family: "Basement Grotesque", sans-serif;
        font-weight: 400;
        color: rgba(0, 14, 61, 0.6);
        margin-top: 0px;
        line-height: 1.5rem; }

.control-group {
  margin-bottom: 1.25rem; }
  @media (min-width: 769px) {
    .control-group {
      margin-bottom: 1.875rem; } }
  .control-group__label {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    line-height: normal;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(93, 94, 94, 0.95);
    margin-bottom: 0.75rem; }
    .control-group__label label {
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      display: inline-block;
      line-height: normal;
      letter-spacing: -0.03em;
      font-weight: 500;
      font-size: 1rem;
      color: rgba(93, 94, 94, 0.95); }
      .control-group__label label span {
        color: #0F0F0F; }
  .control-group .asterix {
    color: #DFA33C; }
  .control-group__control {
    position: relative; }
    @media (max-width: 768px) {
      .control-group__control.\--check-privacy {
        margin-bottom: 1.875rem; } }
    .control-group__control.\--check-privacy p {
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      letter-spacing: -0.025em;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #676868;
      margin-top: -0.1875rem;
      margin-left: 2.625rem; }
      .control-group__control.\--check-privacy p span {
        display: block;
        margin-bottom: 1.25rem; }
        .control-group__control.\--check-privacy p span a {
          font-family: "Neue Haas Grotesk Display Pro", sans-serif;
          font-size: 1rem;
          font-weight: 600;
          letter-spacing: -0.03em;
          color: #3F4040;
          text-decoration: underline; }
    .control-group__control.\--check-privacy .wpcf7-form-control-wrap {
      position: unset; }
    .control-group__control.\--check-privacy .wpcf7-not-valid-tip {
      position: absolute;
      left: 0;
      right: 0;
      white-space: nowrap;
      bottom: -20px;
      left: 2.625rem; }
  @media (min-width: 768px) {
    .control-group.\--type-search .control-group__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .control-group.\--type-search .control-group__control input:active, .control-group.\--type-search .control-group__control input:focus {
    border-color: #000; }
  .control-group.\--type-search .control-group__control i.icon {
    margin: 0px 10px 0 0 !important;
    font-size: 1.25rem; }
  .control-group.\--type-search .control-group__control button {
    padding: 16px 10px;
    width: 100%; }
    @media (min-width: 768px) {
      .control-group.\--type-search .control-group__control button {
        margin-left: 1rem;
        max-width: 170px; } }
    @media (max-width: 767px) {
      .control-group.\--type-search .control-group__control button {
        margin-top: 20px; } }
  .control-group.\--type-search-filter .control-group__control input {
    border: 2px solid #8D9EA4;
    padding: 1rem;
    padding-left: 3rem; }
    .control-group.\--type-search-filter .control-group__control input::-webkit-input-placeholder {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.03em;
      color: #325C6C; }
    .control-group.\--type-search-filter .control-group__control input:-ms-input-placeholder {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.03em;
      color: #325C6C; }
    .control-group.\--type-search-filter .control-group__control input::-ms-input-placeholder {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.03em;
      color: #325C6C; }
    .control-group.\--type-search-filter .control-group__control input::placeholder {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.03em;
      color: #325C6C; }
  .control-group.\--type-search-filter .control-group__control i.icon {
    left: 1rem; }
  .control-group.\--type-filter-search {
    position: relative; }
    .control-group.\--type-filter-search .control-group__control input {
      padding-right: 3.125rem; }
    .control-group.\--type-filter-search i {
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 600;
      color: #0A4552; }
  @media (min-width: 768px) {
    .control-group.\--type-horizontal {
      display: table;
      width: 100%; } }
  @media (min-width: 768px) {
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; } }
  @media (min-width: 768px) {
    .control-group.\--type-horizontal .control-group__label {
      display: table-cell;
      width: 234px;
      padding-top: 14px;
      vertical-align: top; } }
  .control-group.\--type-horizontal .control-group__label label {
    display: inline-block; }
  @media (min-width: 768px) {
    .control-group.\--type-horizontal .control-group__control {
      display: table-cell; } }
  .control-group label.error {
    display: block;
    color: #0F0F0F;
    font-size: .7rem;
    padding: 1rem 0; }

.gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0.9375rem; }
  .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice:hover {
    border: 1px solid #0F0F0F;
    background: #F5FAFF; }
  .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice:last-child {
    margin-bottom: 0 !important; }
  .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input {
    visibility: hidden;
    z-index: 2;
    width: 5%; }
    .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input:before {
      content: "";
      width: 1rem;
      height: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 6px;
      border: 1px solid #D0D5DD;
      background-color: #fff;
      visibility: visible;
      z-index: -1;
      border-radius: 50px; }
      @media (min-width: 768px) {
        .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input:before {
          width: 1.25rem;
          height: 1.25rem; } }
    .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input:checked:before {
      content: "\e907";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 7px;
      line-height: 8px;
      color: #fff;
      background-color: #0F0F0F;
      border-color: #0F0F0F;
      z-index: -1; }
      @media (min-width: 768px) {
        .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input:checked:before {
          font-size: 10px;
          line-height: 12px; } }
    .gchoice .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input:checked {
      border: 1px solid #0F0F0F;
      background: #F5FAFF; }
    .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input + label {
      font-size: 14px;
      font-family: "Basement Grotesque", sans-serif;
      font-weight: 600;
      max-width: 95%;
      margin: 0;
      text-shadow: 0px 0px 0px #F4EBFF, 0px 1px 2px rgba(16, 24, 40, 0.05);
      line-height: 1.25rem;
      color: #344054;
      position: relative;
      padding-left: 3.4375rem; }
      .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input + label:before {
        content: "\e91b";
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'default' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 28px;
        border: 4px solid #EAF2FF;
        background: #CBDAFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #0F0F0F; }
      .gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice .gfield-choice-input + label small {
        display: block;
        font-size: 14px;
        font-family: "Basement Grotesque", sans-serif;
        font-weight: 400;
        color: rgba(0, 14, 61, 0.6);
        margin-top: 0px;
        line-height: 1.5rem; }

select {
  opacity: 0; }

.control-select {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 16px !important;
  color: rgba(0, 14, 61, 0.6);
  font-size: 16px;
  font-family: "Basement Grotesque", sans-serif;
  line-height: 1.5rem;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding-right: 2.5rem; }
  @media (min-width: 768px) {
    .control-select {
      padding: 1rem 1.5625rem; } }
  .control-select.\--focus {
    border: 1px solid #0F0F0F;
    -webkit-box-shadow: 0px 0px 0px 4px #EBEDFF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 0px 0px 4px #EBEDFF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    width: 100%; }
    .control-select select option {
      color: rgba(0, 14, 61, 0.6); }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 24px;
    line-height: 1.5;
    vertical-align: middle; }
    .control-select > span:after {
      font-size: 0.5rem;
      content: "\e913";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'default' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 12px;
      top: 50%;
      color: #667085;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .control-select > span:after {
          right: 14px; } }

.demo-form .income-field .control-select > span {
  padding-left: 0.875rem; }
  .demo-form .income-field .control-select > span:before {
    content: "\e91a";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'default' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    color: #0F0F0F;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (min-width: 768px) {
  .grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; } }

.grid-flex__spacer {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.grid-flex.\--jc-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right; }

.grid-flex.\--jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.grid-flex.\--style-double > *:last-child {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.grid-flex.\--type-responsive > * {
  width: 100% !important; }
  @media (min-width: 1023px) {
    .grid-flex.\--type-responsive > * {
      width: 33.333% !important; } }

.ipad .grid-flex.\--style-equal-heights > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .ipad .grid-flex.\--style-equal-heights > * > div {
    height: auto;
    width: 100%; }

.grid-flex.\--style-equal-heights > * > * {
  height: 100%; }

.grid-flex.\--style-recurring-option-steps > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media (max-width: 1140px) {
  .grid-flex.\--style-recurring-option-steps > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; } }

.grid-flex.\--style-center-aligned {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.grid-flex.\--style-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.grid-flex.\--style-bottom-aligned {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.grid-flex.\--style-left-aligned {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.grid-flex.\--type-one-block > *, .grid-flex.\--type-one-blocks > * {
  width: 100%; }

.grid-flex.\--type-two-blocks > * {
  width: 50%; }

.grid-flex.\--type-three-blocks > * {
  width: 100%; }
  @media (min-width: 768px) {
    .grid-flex.\--type-three-blocks > * {
      width: 50%; } }
  @media (min-width: 1024px) {
    .grid-flex.\--type-three-blocks > * {
      width: 33.333%; } }

.grid-flex.\--type-three-blocks > .\--style-two-third {
  width: 66.666%; }

.grid-flex.\--type-four-blocks > * {
  width: 100%; }
  @media (min-width: 768px) {
    .grid-flex.\--type-four-blocks > * {
      width: 50%; } }
  @media (min-width: 1024px) {
    .grid-flex.\--type-four-blocks > * {
      width: 25%; } }

.grid-flex.\--type-five-blocks > * {
  width: 20%; }

@media (min-width: 1024px) {
  .grid-flex.\--style-blog-offset {
    margin-left: -25px; }
    .grid-flex.\--style-blog-offset > * {
      padding-left: 25px; } }

.grid-flex.\--style-offsets-1 {
  margin-left: -5px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-1 {
      margin-left: -10px; } }
  .grid-flex.\--style-offsets-1 > * {
    padding-left: 5px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-1 > * {
        padding-left: 10px; } }
  .grid-flex.\--style-offsets-1.\--style-blocks > * {
    padding-bottom: 5px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-1.\--style-blocks > * {
        padding-bottom: 10px; } }

.grid-flex.\--style-offsets-2 {
  margin-left: -10px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-2 {
      margin-left: -20px; } }
  .grid-flex.\--style-offsets-2 > * {
    padding-left: 10px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-2 > * {
        padding-left: 20px; } }
  .grid-flex.\--style-offsets-2.\--style-blocks > * {
    padding-bottom: 10px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-2.\--style-blocks > * {
        padding-bottom: 20px; } }

.grid-flex.\--style-offsets-3 {
  margin-left: -15px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-3 {
      margin-left: -30px; } }
  .grid-flex.\--style-offsets-3 > * {
    padding-left: 15px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-3 > * {
        padding-left: 30px; } }
  .grid-flex.\--style-offsets-3.\--style-blocks > * {
    padding-bottom: 15px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-3.\--style-blocks > * {
        padding-bottom: 30px; } }

.grid-flex.\--style-offsets-4 {
  margin-left: -20px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-4 {
      margin-left: -40px; } }
  .grid-flex.\--style-offsets-4 > * {
    padding-left: 20px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-4 > * {
        padding-left: 40px; } }
  .grid-flex.\--style-offsets-4.\--style-blocks > * {
    padding-bottom: 20px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-4.\--style-blocks > * {
        padding-bottom: 40px; } }

.grid-flex.\--style-offsets-5 {
  margin-left: -25px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-5 {
      margin-left: -50px; } }
  .grid-flex.\--style-offsets-5 > * {
    padding-left: 25px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-5 > * {
        padding-left: 50px; } }
  .grid-flex.\--style-offsets-5.\--style-blocks > * {
    padding-bottom: 25px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-5.\--style-blocks > * {
        padding-bottom: 50px; } }

.grid-flex.\--style-offsets-6 {
  margin-left: -30px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-6 {
      margin-left: -60px; } }
  .grid-flex.\--style-offsets-6 > * {
    padding-left: 30px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-6 > * {
        padding-left: 60px; } }
  .grid-flex.\--style-offsets-6.\--style-blocks > * {
    padding-bottom: 30px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-6.\--style-blocks > * {
        padding-bottom: 60px; } }

.grid-flex.\--style-offsets-7 {
  margin-left: -35px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-7 {
      margin-left: -70px; } }
  .grid-flex.\--style-offsets-7 > * {
    padding-left: 35px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-7 > * {
        padding-left: 70px; } }
  .grid-flex.\--style-offsets-7.\--style-blocks > * {
    padding-bottom: 35px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-7.\--style-blocks > * {
        padding-bottom: 70px; } }

.grid-flex.\--style-offsets-8 {
  margin-left: -40px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-8 {
      margin-left: -80px; } }
  .grid-flex.\--style-offsets-8 > * {
    padding-left: 40px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-8 > * {
        padding-left: 80px; } }
  .grid-flex.\--style-offsets-8.\--style-blocks > * {
    padding-bottom: 40px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-8.\--style-blocks > * {
        padding-bottom: 80px; } }

.grid-flex.\--style-offsets-9 {
  margin-left: -45px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-9 {
      margin-left: -90px; } }
  .grid-flex.\--style-offsets-9 > * {
    padding-left: 45px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-9 > * {
        padding-left: 90px; } }
  .grid-flex.\--style-offsets-9.\--style-blocks > * {
    padding-bottom: 45px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-9.\--style-blocks > * {
        padding-bottom: 90px; } }

.grid-flex.\--style-offsets-10 {
  margin-left: -50px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-10 {
      margin-left: -100px; } }
  .grid-flex.\--style-offsets-10 > * {
    padding-left: 50px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-10 > * {
        padding-left: 100px; } }
  .grid-flex.\--style-offsets-10.\--style-blocks > * {
    padding-bottom: 50px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-10.\--style-blocks > * {
        padding-bottom: 100px; } }

.grid-flex.\--style-offsets-11 {
  margin-left: -55px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-11 {
      margin-left: -110px; } }
  .grid-flex.\--style-offsets-11 > * {
    padding-left: 55px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-11 > * {
        padding-left: 110px; } }
  .grid-flex.\--style-offsets-11.\--style-blocks > * {
    padding-bottom: 55px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-11.\--style-blocks > * {
        padding-bottom: 110px; } }

.grid-flex.\--style-offsets-12 {
  margin-left: -60px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-12 {
      margin-left: -120px; } }
  .grid-flex.\--style-offsets-12 > * {
    padding-left: 60px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-12 > * {
        padding-left: 120px; } }
  .grid-flex.\--style-offsets-12.\--style-blocks > * {
    padding-bottom: 60px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-12.\--style-blocks > * {
        padding-bottom: 120px; } }

.grid-flex.\--style-offsets-13 {
  margin-left: -65px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-13 {
      margin-left: -130px; } }
  .grid-flex.\--style-offsets-13 > * {
    padding-left: 65px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-13 > * {
        padding-left: 130px; } }
  .grid-flex.\--style-offsets-13.\--style-blocks > * {
    padding-bottom: 65px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-13.\--style-blocks > * {
        padding-bottom: 130px; } }

.grid-flex.\--style-offsets-14 {
  margin-left: -70px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-14 {
      margin-left: -140px; } }
  .grid-flex.\--style-offsets-14 > * {
    padding-left: 70px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-14 > * {
        padding-left: 140px; } }
  .grid-flex.\--style-offsets-14.\--style-blocks > * {
    padding-bottom: 70px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-14.\--style-blocks > * {
        padding-bottom: 140px; } }

.grid-flex.\--style-offsets-15 {
  margin-left: -75px; }
  @media (min-width: 1281px) {
    .grid-flex.\--style-offsets-15 {
      margin-left: -150px; } }
  .grid-flex.\--style-offsets-15 > * {
    padding-left: 75px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-15 > * {
        padding-left: 150px; } }
  .grid-flex.\--style-offsets-15.\--style-blocks > * {
    padding-bottom: 75px; }
    @media (min-width: 1281px) {
      .grid-flex.\--style-offsets-15.\--style-blocks > * {
        padding-bottom: 150px; } }

.grid-flex.\--style-offset-blocks-small {
  margin-left: -12px; }
  .grid-flex.\--style-offset-blocks-small > * {
    padding-left: 12px;
    padding-bottom: 12px; }

.grid-flex.\--style-offset-blocks-large {
  margin-left: -70px; }
  .grid-flex.\--style-offset-blocks-large > * {
    padding-left: 70px;
    padding-bottom: 70px; }

.grid-flex.\--style-offset-blocks-medium {
  margin-left: -30px; }
  .grid-flex.\--style-offset-blocks-medium > * {
    padding-left: 30px;
    padding-bottom: 30px; }

ul.grid-flex {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.list-default {
  margin-left: 0 !important;
  list-style: none;
  margin-bottom: 1.875rem; }
  .list-default li {
    position: relative;
    padding-left: 40px;
    list-style-type: disc;
    margin-left: 1.125rem; }
    .list-default li:marker {
      color: #000; }

.list-arrow li {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #0F0F0F !important;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-arrow li:before {
    content: "\e915";
    font-family: 'default';
    left: 0;
    margin-right: 15px;
    font-size: 14px;
    color: rgba(0, 14, 61, 0.8); }

.box-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .box-post__category {
    border-bottom: 2px solid #B8B9B0;
    padding-bottom: 1.5625rem;
    margin-bottom: 2.1875rem; }
    .box-post__category span {
      display: inline-block;
      background: #0F0F0F;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: -0.03em;
      color: #FFFFFF;
      border-radius: 2px;
      padding: 0.6875rem 0.9375rem;
      line-height: normal; }
  .box-post__title {
    font-weight: 600;
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #2B2C2C;
    margin-bottom: 0.875rem; }
    .box-post__title a {
      color: #2B2C2C; }
  .box-post__meta {
    margin-bottom: 1.25rem; }
    .box-post__meta span {
      font-family: "Basement Grotesque", sans-serif;
      font-size: 1rem;
      letter-spacing: -0.02em;
      color: #74756A; }
  .box-post__media {
    position: relative;
    border-radius: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .box-post__media img {
      height: 320px;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
      @media (min-width: 769px) {
        .box-post__media img {
          height: 350px; } }
  .box-post__cta {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .box-post__cta a {
      border: 2px solid #FFFFFF;
      border-radius: 50px;
      padding: 0.75rem 0.75rem;
      padding-right: 1.25rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      letter-spacing: -0.02em;
      line-height: normal;
      color: #FFFFFF;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px); }
      .box-post__cta a i {
        margin-right: 1rem;
        font-size: 2.75rem; }
  .box-post:hover .box-post__cta {
    visibility: visible; }
  .box-post.\--style-widget .box-post__title {
    font-size: 1.5625rem; }
    @media (min-width: 767px) {
      .box-post.\--style-widget .box-post__title {
        font-size: 2rem;
        max-width: 75%; } }
  @media (min-width: 767px) {
    .box-post.\--style-widget .box-post__media img {
      height: 440px; } }

.box-service {
  position: relative;
  height: 430px; }
  @media (min-width: 1024px) {
    .box-service {
      height: 630px; } }
  .box-service__bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    bottom: 0;
    z-index: -1; }
    .box-service__bg:after {
      content: ' ';
      background-color: rgba(0, 151, 164, 0.8);
      display: block;
      height: 100%;
      position: relative;
      opacity: 0;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
  .box-service__subtitle {
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin-bottom: 1.25rem; }
  .box-service__title {
    max-width: 100%;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #FFFFFF;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .box-service__title {
        max-width: 78%;
        font-size: 2.75rem; } }
  .box-service__content {
    width: 100%;
    padding: 0 1.875rem 1.875rem;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (min-width: 1024px) {
      .box-service__content {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); } }
    @media (min-width: 992px) {
      .box-service__content {
        padding: 0 3.75rem 3.75rem; } }
    .box-service__content p {
      font-size: 1.25rem;
      letter-spacing: -0.01em;
      color: #E6F5F6;
      margin-bottom: 2.1875rem; }
      @media (min-width: 992px) {
        .box-service__content p {
          max-width: 84%;
          font-size: 1.375rem; } }
    .box-service__content > div {
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .box-service__cta {
    display: block;
    border-top: 2px solid #A6DADF;
    padding-top: 1.75rem;
    line-height: normal;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .box-service__cta a {
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: normal;
      text-transform: uppercase;
      color: #FFFFFF; }
      .box-service__cta a:hover {
        text-decoration: underline; }
      .box-service__cta a i {
        font-size: 1.4375rem;
        padding-left: 0.25rem; }
  @media (min-width: 1024px) {
    .box-service.\--two .box-service__title {
      max-width: 48%; } }
  @media (min-width: 1024px) {
    .box-service.\--two .box-service__content p {
      max-width: 54%; } }
  .box-service.\--three .box-service__cta a {
    display: block;
    background-color: #094e56b0;
    padding: 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-decoration: none; }
  .box-service:hover .box-service__content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .box-service:hover .box-service__content > div {
      opacity: 1; }
  .box-service:hover .box-service__bg::after {
    opacity: 1; }

.box-icon {
  padding: 2rem;
  border-radius: 16px;
  background: -webkit-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative; }
  .box-icon > div {
    width: 100%; }
    .box-icon > div i {
      font-size: 3.125rem;
      color: #fff; }
  .box-icon.\--default:after {
    content: "";
    border-radius: 15px;
    border: 1px solid transparent;
    background: -webkit-linear-gradient(318deg, white, black) border-box;
    background: -o-linear-gradient(318deg, white, black) border-box;
    background: linear-gradient(132deg, white, black) border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 99%; }
  .box-icon__content {
    padding-top: 1.6875rem; }
    @media (min-width: 1280px) {
      .box-icon__content {
        padding-top: 4.0625rem; } }
    .box-icon__content p {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.9);
      letter-spacing: 0.13px;
      line-height: 1.375rem; }
  .box-icon__title {
    font-size: 1.25rem;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: -0.4px;
    margin-bottom: 0.9375rem; }
  .box-icon.\--style-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    padding: 0;
    border: 0; }
    .box-icon.\--style-list:last-child {
      margin-bottom: 0; }
    .box-icon.\--style-list .box-icon__icon {
      width: 100%;
      max-width: 4.0625rem;
      height: 4.0625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #F2F0EF;
      border-radius: 10px; }
      .box-icon.\--style-list .box-icon__icon i {
        font-size: 2.1875rem;
        color: #0F0F0F; }
    .box-icon.\--style-list .box-icon__content {
      padding: 0;
      margin-left: 1.875rem; }
      .box-icon.\--style-list .box-icon__content p {
        color: #0F0F0F;
        letter-spacing: 0.16px; }
    .box-icon.\--style-list .box-icon__title {
      font-size: 1.375rem;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      font-weight: 400;
      color: #0F0F0F;
      line-height: 1.875rem;
      letter-spacing: -0.28px; }
      @media (min-width: 768px) {
        .box-icon.\--style-list .box-icon__title {
          font-size: 1.75rem; } }
  .box-icon.\--theme-white {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 1.75rem; }
    .box-icon.\--theme-white .box-icon__icon i {
      color: #0f0f0f; }
    .box-icon.\--theme-white .box-icon__content {
      padding-top: 1.25rem; }
      .box-icon.\--theme-white .box-icon__content p {
        font-size: 1.0625rem;
        font-weight: 500;
        color: #0F0F0F; }

.box-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .box-team__media {
    margin-bottom: 1.875rem; }
    .box-team__media img {
      width: 100%; }
      @media (min-width: 993px) {
        .box-team__media img {
          height: 280px; } }
  .box-team__title {
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: -0.03em;
    color: #182958;
    margin-bottom: 1rem; }
  .box-team__position {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0073BB;
    margin-bottom: 1rem; }
  .box-team__content {
    font-size: 1.0625rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .box-team__content p {
      margin-bottom: 0; }
    .box-team__content .btn {
      margin-top: 1.875rem;
      padding: 0.9375rem 0; }
      .box-team__content .btn i {
        font-size: 1rem;
        vertical-align: inherit;
        margin-top: 0 !important;
        padding-right: 8px; }

.box-result {
  border: 1px solid #ABBDC8;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  font-size: 16px; }
  .box-result__type {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    background: #0F0F0F;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF; }
  .box-result p {
    margin-bottom: 0; }
  .box-result__title {
    margin-bottom: 14px;
    padding-right: 50px; }
    .box-result__title a {
      text-decoration: none; }

.box-portfolio {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-portfolio__media {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    background: -webkit-radial-gradient(at left 50%, #225CFF66 13%, #225CFF 56%);
    background: -o-radial-gradient(at left 50%, #225CFF66 13%, #225CFF 56%);
    background: radial-gradient(at left 50%, #225CFF66 13%, #225CFF 56%); }
    .box-portfolio__media__image {
      text-align: center;
      padding: 2.5rem 3.75rem 0 4.0625rem;
      z-index: 2; }
      .box-portfolio__media__image img {
        height: 13.125rem;
        -o-object-fit: contain;
        object-fit: contain; }
    .box-portfolio__media__front-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 3.75rem;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      z-index: 0; }
  .box-portfolio__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1025px) {
      .box-portfolio__content {
        padding-bottom: 1.5625rem; } }
    .box-portfolio__content img {
      height: 1.875rem;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(4518%) hue-rotate(215deg) brightness(92%) contrast(111%);
      filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(4518%) hue-rotate(215deg) brightness(92%) contrast(111%); }
  .box-portfolio__description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0F0F0F;
    margin-bottom: 1.25rem; }
  .box-portfolio__cta-link {
    color: #0F0F0F;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.3px;
    outline: none !important; }
    .box-portfolio__cta-link:hover {
      text-decoration: underline; }
    .box-portfolio__cta-link i {
      font-size: 11px;
      margin-left: 0.5rem;
      margin-bottom: 0.25rem; }

.box-story {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  margin-bottom: 1.875rem; }
  .box-story:last-child {
    margin-bottom: 0; }
  .box-story > div {
    width: 100%; }
    @media (min-width: 768px) {
      .box-story > div {
        width: 50%; } }
  .box-story__media {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0px 0;
    min-height: 18.75rem; }
    @media (min-width: 768px) {
      .box-story__media {
        min-height: 29.0625rem;
        border-radius: 12px 0 0 12px; } }
  .box-story__content {
    background-image: url("/wp-content/themes/neoteric/_ui/media/story-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
    padding: 1.5625rem; }
    @media (min-width: 768px) {
      .box-story__content {
        border-radius: 0 12px 12px 0;
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }
    @media (min-width: 1280px) {
      .box-story__content {
        padding-left: 4.375rem;
        padding-right: 4.375rem; } }
    .box-story__content p {
      font-size: 1.125rem;
      line-height: 2.0625rem; }
      @media (min-width: 1280px) {
        .box-story__content p {
          font-size: 1.3125rem; } }
  @media (min-width: 768px) {
    .box-story__logo {
      margin-bottom: 1.25rem; } }
  .box-story__logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(4518%) hue-rotate(215deg) brightness(92%) contrast(111%);
    filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(4518%) hue-rotate(215deg) brightness(92%) contrast(111%);
    max-width: 10.75rem; }
  .box-story__cta {
    padding: 0.875rem 2.25rem 1rem; }
    .box-story__cta i.icon-arrow-right-cross {
      color: #fff;
      font-size: 10px;
      margin-left: 3px; }

.box-testimonial {
  background: -webkit-linear-gradient(156deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 23.5%), -webkit-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(156deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 23.5%), -o-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(294deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 23.5%), linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #FFF;
  border-radius: 25px;
  padding: 1.875rem 1.25rem; }
  @media (min-width: 768px) {
    .box-testimonial {
      padding: 2.5rem; } }
  @media (min-width: 1366px) {
    .box-testimonial {
      padding: 3.75rem; } }
  .box-testimonial__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .box-testimonial__description p {
    font-size: 1.25rem;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2.5rem; }
  .box-testimonial__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .box-testimonial__author {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .box-testimonial__author__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .box-testimonial__author__info {
          margin-top: 0px;
          margin-left: 12px; } }
      .box-testimonial__author__info p {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.13px;
        color: rgba(255, 255, 255, 0.9); }
    .box-testimonial__author__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .box-testimonial__author__image img {
        width: 3.625rem;
        height: 3.625rem;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 50px; }
    .box-testimonial__author__title {
      font-size: 1.125rem;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      line-height: 1.3;
      color: #fff;
      letter-spacing: 0.2px;
      margin-bottom: 3px;
      width: 100%; }

.box-feature {
  border-radius: 7.111px;
  border: 1px solid rgba(217, 217, 217, 0.1);
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 1.875rem;
  position: relative;
  background-image: url("/wp-content/themes/neoteric/_ui/media/power-back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .box-feature__subtitle {
    font-size: 12px;
    color: #0F0F0F;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 1.5625rem;
    line-height: 1.0625rem;
    letter-spacing: 0.56px;
    text-transform: uppercase; }
    @media (min-width: 1280px) {
      .box-feature__subtitle {
        font-size: 0.875rem;
        margin-bottom: 2.1875rem; } }
  .box-feature__title {
    color: #FFF;
    font-size: 1.125rem;
    font-family: "Basement Grotesque", sans-serif;
    font-weight: 500;
    line-height: 1.5625rem;
    letter-spacing: -0.42px;
    margin-bottom: 15px; }
    @media (min-width: 1280px) {
      .box-feature__title {
        font-size: 1.3125rem; } }
  .box-feature p {
    color: #0F0F0F;
    font-size: 15px;
    line-height: 1.3125rem;
    letter-spacing: -0.3px; }

.box-image {
  position: relative; }
  .box-image__content {
    width: 100%;
    max-width: 16.25rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1F1F1F;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1F1F1F;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1F1F1F;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #1F1F1F;
    background-image: url("/wp-content/themes/neoteric/_ui/media/Union.png");
    background-position: top;
    background-repeat: no-repeat;
    border: 2px solid #555555;
    padding: 50px 20px 15px;
    border-radius: 16px;
    position: absolute;
    left: 20px;
    bottom: 20px; }
    @media (min-width: 768px) {
      .box-image__content {
        bottom: 35px;
        left: 24px;
        padding: 7rem 2.1875rem 2rem; } }
    .box-image__content__title {
      font-size: 1.5rem;
      line-height: 1.625rem;
      letter-spacing: 0.24px;
      color: #fff;
      margin-bottom: 15px; }
    .box-image__content__desc {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      letter-spacing: 0.14px;
      color: #fff;
      margin-bottom: 5px; }
    .box-image__content__cta {
      color: #fff;
      font-size: 16px;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      font-weight: 600;
      line-height: 1.0625rem;
      letter-spacing: 0.64px; }
  .box-image img {
    width: 100%;
    border-radius: 20px; }

.box-case-study__wrapper {
  position: relative; }

.box-case-study__media {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 20.875rem;
  border-radius: 15px;
  margin-bottom: 1.5625rem; }

.box-case-study__button a {
  border: 0.5px solid rgba(117, 117, 117, 0.5); }
  .box-case-study__button a i {
    font-size: 12px; }

.box-case-study__content__top {
  width: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 1.875rem 1.5625rem 1.25rem;
  z-index: 1; }

.box-case-study__content__title {
  font-size: 1.5em;
  line-height: 2.0625rem;
  letter-spacing: -0.72px; }
  .box-case-study__content__title a:hover {
    color: #0F0F0F;
    text-decoration: underline;
    -webkit-text-decoration-color: #BDF8B1;
    text-decoration-color: #BDF8B1; }

.box-case-study__cat {
  border: 1px solid rgba(182, 182, 182, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 6px 14px;
  -webkit-backdrop-filter: blur(4.9px);
  backdrop-filter: blur(4.9px); }
  .box-case-study__cat span {
    display: block;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    color: #fff; }

.box-case-study__button {
  width: 100%; }

.box-card img {
  border-radius: 25px 25px 0 0;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 768px) {
    .box-card img {
      min-height: 400px; } }
  @media (min-width: 1280px) {
    .box-card img {
      min-height: 600px; } }

.box-card__content {
  background-image: url("/wp-content/themes/neoteric/_ui/media/card-back.png");
  position: relative;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 4.0625rem 0;
  margin-top: -30px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .box-card__content {
      background-position: left center; } }

.w-page-header {
  position: relative;
  background-color: #0F0F0F;
  margin-bottom: 1.875rem;
  padding: 2.5rem 0 2.5rem 0; }
  @media (min-width: 768px) {
    .w-page-header {
      padding: 5.25rem 0 5rem 0; } }
  @media (min-width: 1024px) {
    .w-page-header {
      margin-bottom: 3.75rem; } }
  .w-page-header__content {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .w-page-header__content {
        max-width: 34.375rem; } }
    @media (min-width: 1280px) {
      .w-page-header__content {
        max-width: 41.875rem; } }
  .w-page-header__media {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover; }
  .w-page-header__title {
    font-size: 2.5rem;
    line-height: 4.125rem;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 400;
    letter-spacing: -1.12px;
    color: #fff; }
    @media (min-width: 768px) {
      .w-page-header__title {
        font-size: 3.5rem;
        line-height: 3.8125rem; } }
  .w-page-header__description p {
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Rubik', sans-serif;
    color: #fff; }

.w-social-links ul li {
  display: inline-block;
  padding-right: 0.75rem; }

.w-social-links .icon {
  vertical-align: middle; }
  .w-social-links .icon.icon-youtube {
    font-size: 1.5625rem;
    color: #FF0000; }
  .w-social-links .icon.icon-twitter {
    color: #1DA1F2; }
  .w-social-links .icon.icon-facebook {
    color: #3B5998; }
  .w-social-links .icon.icon-instagram {
    color: #131415; }

.w-social.\--style-detail {
  margin-top: 1.5rem; }
  .w-social.\--style-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .w-social.\--style-detail ul li {
      margin-right: 11px; }
      .w-social.\--style-detail ul li:last-child {
        margin-right: 0; }
      .w-social.\--style-detail ul li a {
        display: block;
        background-color: #EBF0FD;
        width: 2.25rem;
        height: 2.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50px;
        cursor: pointer; }
        .w-social.\--style-detail ul li a:hover {
          background-color: #0F0F0F; }
          .w-social.\--style-detail ul li a:hover i {
            color: #fff; }

.w-image.\--style-align-right img {
  float: right; }

.w-image.\--style-radius img {
  border-radius: 24px; }

.w-image.\--style-top-radius img {
  border-radius: 24px 24px 0 0; }

.w-image img {
  display: block;
  width: 100%; }

.w-section-header__title {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 3.875rem;
  letter-spacing: -1.04px;
  margin-bottom: 1.5625rem; }

.w-section-header__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  color: #BDF8B1;
  padding: 6px 12px 5px;
  border-radius: 50px;
  margin-bottom: 1.875rem; }

.w-section-header p {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.7;
  opacity: 0.9; }
  @media (min-width: 768px) {
    .w-section-header p {
      font-size: 1.0625rem; } }

.w-section-header.\--center {
  text-align: center; }
  .w-section-header.\--center .w-section-header__subtitle {
    margin: 0 auto 1.5625rem auto; }

.w-section-header__cta {
  margin-top: 2.5rem; }
  .w-section-header__cta a.--theme-secondary i {
    color: #fff; }

.w-section-header.\--light .w-section-header__subtitle {
  background: rgba(177, 177, 177, 0.15);
  color: rgba(15, 15, 15, 0.7); }

.w-section-header.\--white .w-section-header__subtitle {
  color: #fff; }

.w-section-header.\--grey .w-section-header__subtitle {
  background: rgba(177, 177, 177, 0.15);
  color: rgba(15, 15, 15, 0.7); }

.w-logo__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .w-logo__grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44%;
    margin-right: 1.25rem;
    padding-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .w-logo__grid__item {
        width: 22%; } }
    @media (min-width: 1024px) {
      .w-logo__grid__item {
        width: 20%;
        margin-right: 1.5625rem; } }

.w-logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .w-logo__img img {
    max-height: 3.125rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(3493%) hue-rotate(189deg) brightness(89%) contrast(84%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(3493%) hue-rotate(189deg) brightness(89%) contrast(84%); }

.w-testimonial {
  position: relative; }

.w-before-and-after {
  height: 100%;
  position: relative; }
  .w-before-and-after__overlay {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(275deg, rgba(34, 92, 255, 0.8) 3.26%, #000E3D 120.92%);
    background: -o-linear-gradient(275deg, rgba(34, 92, 255, 0.8) 3.26%, #000E3D 120.92%);
    background: linear-gradient(175deg, rgba(34, 92, 255, 0.8) 3.26%, #000E3D 120.92%);
    opacity: 0.8;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    width: 100%;
    height: 100%; }
  .w-before-and-after__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 250px; }
    @media (min-width: 768px) {
      .w-before-and-after__wrapper {
        min-height: 34.375rem; } }
    @media (min-width: 1024px) {
      .w-before-and-after__wrapper {
        min-height: 42.625rem; } }
  .w-before-and-after__image-content {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 5.516px 5.516px 11.031px 11.031px;
    background-repeat: no-repeat; }
  .w-before-and-after__divisor {
    background-size: cover;
    position: absolute;
    height: 100%;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    border-right: 6px solid #0F0F0F;
    background-repeat: no-repeat;
    min-height: 250px; }
    @media (min-width: 768px) {
      .w-before-and-after__divisor {
        min-height: 40rem;
        border-right: 10px solid #0F0F0F; } }
    @media (min-width: 1024px) {
      .w-before-and-after__divisor {
        min-height: 42.625rem; } }
  .w-before-and-after__handle {
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    pointer-events: none; }
    .w-before-and-after__handle:before {
      content: "\e904";
      font-family: 'default';
      font-size: 0.8125rem;
      color: #fff;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .w-before-and-after__handle:before {
          right: 15px; } }
    .w-before-and-after__handle:after {
      content: "\e905";
      font-family: 'default';
      font-size: 0.8125rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 8px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .w-before-and-after__handle:after {
          left: 10px; } }
  .w-before-and-after__toggle input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: -28px;
    -webkit-transform: translate(0%, -52%);
    -ms-transform: translate(0%, -52%);
    transform: translate(0%, -52%);
    width: calc(100% + 50px);
    outline: 0;
    z-index: 1;
    cursor: pointer; }
    .w-before-and-after__toggle input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none;
      height: 50px;
      width: 50px;
      border-radius: 50px;
      background: #0F0F0F;
      z-index: 1; }
    .w-before-and-after__toggle input[type=range]::-moz-range-track {
      -moz-appearance: none;
      height: 15px;
      width: 100%;
      background-color: transparent;
      position: relative;
      outline: none; }

.w-accordion {
  position: relative; }
  .w-accordion__container {
    margin-bottom: 1.5625rem; }
    .w-accordion__container:last-child {
      margin-bottom: 0; }
  .w-accordion__link {
    position: relative;
    font-weight: 500; }
    .w-accordion__link a {
      font-size: 1.125rem;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      line-height: 1.2;
      color: #fff;
      text-decoration: none;
      display: block;
      position: relative;
      margin-bottom: 1.875rem;
      padding-right: 2.1875rem; }
      @media (min-width: 768px) {
        .w-accordion__link a {
          font-size: 1.375rem; } }
      .w-accordion__link a:focus {
        outline: 0; }
      .w-accordion__link a.active i.w-accordion__link__icon {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: #BDF8B1;
        color: #0F0F0F; }
      .w-accordion__link a i.w-accordion__link__icon {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .w-accordion__link__icon {
      font-size: .6em;
      position: absolute;
      right: 0;
      top: .2em;
      border: 1px solid #4A4A4A;
      width: 2.1875rem;
      height: 2.1875rem;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -5px; }
  .w-accordion__content {
    background-color: #313131;
    border-radius: 6px;
    margin-top: 0.9375rem;
    padding: 1.5625rem;
    color: rgba(0, 14, 61, 0.8); }
    .w-accordion__content p {
      font-size: 1rem;
      line-height: 1.6875rem;
      letter-spacing: 0.1px;
      color: #fff; }

@media (max-width: 480px) {
  .w-plan {
    max-width: 450px;
    overflow-x: scroll; } }

@media (max-width: 480px) {
  .w-plan__container {
    width: 450px; } }

.w-plan__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.5625rem;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #0F0F0F;
  letter-spacing: -0.32px;
  padding: 1.5625rem 0 1.8125rem 0.9375rem;
  border-bottom: 1px solid #DFDFDF;
  margin: 0; }
  @media (min-width: 1024px) {
    .w-plan__tab {
      font-size: 2rem; } }
  @media (max-width: 480px) {
    .w-plan__tab {
      width: 450px; } }
  .w-plan__tab:hover {
    color: #0F0F0F; }
  .w-plan__tab.active {
    border: 0; }
    .w-plan__tab.active i.icon-plus:before {
      content: "\e919";
      font-size: 12px; }
  .w-plan__tab__icon {
    width: 2.125rem;
    height: 2.125rem;
    background-color: #EDEDEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px; }
    .w-plan__tab__icon i {
      color: #0F0F0F;
      font-size: 14px; }

.w-plan__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #DFDFDF; }
  @media (max-width: 480px) {
    .w-plan__title-wrap {
      width: 450px; } }
  .w-plan__title-wrap li {
    width: 30%;
    text-align: center;
    padding-left: 0; }
    @media (min-width: 768px) {
      .w-plan__title-wrap li {
        width: 27%; } }
    .w-plan__title-wrap li:first-child {
      padding-left: 13px;
      width: 45%;
      text-align: left; }
      @media (min-width: 768px) {
        .w-plan__title-wrap li:first-child {
          width: 32%; } }
      .w-plan__title-wrap li:first-child h5 {
        color: #757575; }
  .w-plan__title-wrap__title {
    color: #0F0F0F;
    font-size: 1.5rem;
    font-family: "Basement Grotesque", sans-serif;
    font-weight: 500;
    line-height: 1.625rem;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .w-plan__title-wrap__title {
        font-size: 16px;
        letter-spacing: 0.2px; } }

.w-plan__feature-item p {
  font-weight: 500;
  line-height: 1.25rem;
  text-align: left; }
  .w-plan__feature-item p i {
    margin-left: 0.9375rem; }

.w-plan__tooltip {
  position: relative; }
  .w-plan__tooltip i.icon.icon-info-line {
    font-size: 0.875rem;
    margin-left: 0.9375rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .w-plan__tooltip i.icon.icon-info-line {
        margin-left: 7px; } }
    .w-plan__tooltip i.icon.icon-info-line:hover + span {
      visibility: visible;
      opacity: 1; }
  .w-plan__tooltip__text {
    width: 110px;
    visibility: hidden;
    background-color: #0F0F0F;
    color: #fff;
    text-align: center !important;
    border-radius: 6px;
    padding: 4px 5px 6px;
    position: absolute;
    z-index: 1;
    top: -45px;
    right: -43px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 14px;
    opacity: 0; }
    @media (min-width: 1024px) {
      .w-plan__tooltip__text {
        top: -45px;
        right: -43px; } }
    .w-plan__tooltip__text:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: auto;
      border-width: 5px;
      border-style: solid;
      border-color: #0F0F0F transparent transparent transparent; }

.w-plan__table {
  margin-bottom: 0;
  border: 0; }
  .w-plan__table tbody tr {
    border: 0; }
    .w-plan__table tbody tr:nth-child(odd) {
      background-color: #F5F5F5; }
    .w-plan__table tbody tr > td {
      width: 24%;
      text-align: center; }
      .w-plan__table tbody tr > td:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 11.25rem; }
        @media (min-width: 768px) {
          .w-plan__table tbody tr > td:first-child {
            width: 100%; } }
        .w-plan__table tbody tr > td:first-child p {
          color: #0F0F0F;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 0; }
      .w-plan__table tbody tr > td p {
        color: #4E4E4E;
        font-size: 1rem;
        letter-spacing: 0.16px; }
      .w-plan__table tbody tr > td i {
        font-size: 1.25rem;
        color: #0F0F0F; }

.w-power-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 100%; }
  @media (max-width: 769px) {
    .w-power-tabs {
      margin-bottom: 10.625rem; } }
  @media (max-width: 1024px) {
    .w-power-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .w-power-tabs__tab {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 1025px) {
      .w-power-tabs__tab {
        max-width: 18.75rem; } }
    @media (min-width: 1281px) {
      .w-power-tabs__tab {
        max-width: 21.0625rem; } }
  .w-power-tabs__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .w-power-tabs__cats li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      list-style: none;
      width: 100%;
      border-bottom: 1px solid #19295A;
      margin-bottom: 0 !important;
      padding: 0.25rem 1.5625rem;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .w-power-tabs__cats li.active {
        border-radius: 12px;
        border: 1px solid #225CFF;
        background: #FFF;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02), 0px 10px 8px 0px rgba(0, 0, 0, 0.03), 0px 10px 16px 0px rgba(0, 0, 0, 0.08), 0px 40px 32px 0px rgba(0, 0, 0, 0.05), 0px 80px 60px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02), 0px 10px 8px 0px rgba(0, 0, 0, 0.03), 0px 10px 16px 0px rgba(0, 0, 0, 0.08), 0px 40px 32px 0px rgba(0, 0, 0, 0.05), 0px 80px 60px 0px rgba(0, 0, 0, 0.06); }
        .w-power-tabs__cats li.active .w-power-tabs__content__title {
          color: #0F0F0F; }
  .w-power-tabs__content {
    position: relative;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .w-power-tabs__content {
        max-width: 49.6875rem;
        margin-left: 1.875rem; } }
    @media (min-width: 1281px) {
      .w-power-tabs__content {
        margin-left: 3.75rem; } }
    .w-power-tabs__content__title {
      color: #FFF;
      font-size: 1.25rem;
      font-family: "Neue Haas Grotesk Display Pro", sans-serif;
      line-height: 4.125rem;
      letter-spacing: -0.2px;
      margin: 0 0 0 0.9375rem; }
  .w-power-tabs__item {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    margin-bottom: 2rem;
    width: 100%;
    padding: 0; }
    @media (min-width: 481px) {
      .w-power-tabs__item {
        width: 50%;
        padding: 0 0.3125rem; } }
    @media (min-width: 992px) {
      .w-power-tabs__item {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .w-power-tabs__item {
        padding: 0 0.8125rem; } }
  .w-power-tabs__box {
    border-radius: 7.111px;
    border: 1px solid rgba(217, 217, 217, 0.1);
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 1.875rem;
    position: relative;
    background-image: url("/wp-content/themes/neoteric/_ui/media/power-back.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .w-power-tabs__box__subtitle {
      font-size: 12px;
      color: #0F0F0F;
      font-family: 'Rubik', sans-serif;
      margin-bottom: 1.5625rem;
      line-height: 1.0625rem;
      letter-spacing: 0.56px;
      text-transform: uppercase; }
      @media (min-width: 1280px) {
        .w-power-tabs__box__subtitle {
          font-size: 0.875rem;
          margin-bottom: 1.5625rem; } }
    .w-power-tabs__box__title {
      color: #FFF;
      font-size: 1.125rem;
      font-family: "Basement Grotesque", sans-serif;
      font-weight: 500;
      line-height: 1.5625rem;
      letter-spacing: -0.42px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .w-power-tabs__box__title {
          min-height: 3.125rem; } }
      @media (min-width: 1280px) {
        .w-power-tabs__box__title {
          font-size: 1.3125rem; } }
    .w-power-tabs__box__description {
      color: #AFB5D9;
      font-size: 15px;
      line-height: 1.3125rem;
      letter-spacing: -0.3px; }
    .w-power-tabs__box.\--theme-dark {
      background-image: unset; }
      .w-power-tabs__box.\--theme-dark .w-power-tabs__box__subtitle {
        color: #AFB5D9; }
      .w-power-tabs__box.\--theme-dark .w-power-tabs__box__title {
        color: #CCCFD8; }
      .w-power-tabs__box.\--theme-dark .w-power-tabs__box__description {
        color: #8C94BA; }

.w-step__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  @media (min-width: 1024px) {
    .w-step__grid {
      padding: 0 1.25rem; } }
  @media (min-width: 1280px) {
    .w-step__grid {
      padding: 0 4rem; } }
  .w-step__grid > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 1023px) {
      .w-step__grid > div {
        padding-bottom: 3.5625rem; }
        .w-step__grid > div:after {
          content: "";
          position: absolute;
          bottom: 0px;
          border-left: 2px dashed #0F0F0F;
          height: 50px;
          left: 50%; }
        .w-step__grid > div:last-child {
          padding-bottom: 0; }
          .w-step__grid > div:last-child:after {
            content: unset; } }
    .w-step__grid > div:nth-child(even):before {
      content: "";
      position: absolute;
      top: -51%;
      left: 50%;
      width: 100%;
      max-width: 17.5rem;
      height: 50.5%; }
      @media (min-width: 1024px) {
        .w-step__grid > div:nth-child(even):before {
          border-top: 2px dashed #0F0F0F;
          border-right: 2px dashed #0F0F0F;
          border-top-right-radius: 5px; } }
    .w-step__grid > div:nth-child(odd):before {
      content: "";
      position: absolute;
      top: -50%;
      right: 50%;
      width: 100%;
      max-width: 17.5rem;
      height: 49%; }
      @media (min-width: 1024px) {
        .w-step__grid > div:nth-child(odd):before {
          border-top: 2px dashed #0F0F0F;
          border-left: 2px dashed #0F0F0F;
          border-top-left-radius: 5px;
          right: 48.5%; } }
      @media (min-width: 1280px) {
        .w-step__grid > div:nth-child(odd):before {
          right: 47.5%; } }
    .w-step__grid > div:nth-child(even) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (min-width: 1024px) {
        .w-step__grid > div:nth-child(even) {
          padding-left: 1.875rem; } }
      @media (min-width: 1280px) {
        .w-step__grid > div:nth-child(even) {
          padding-left: 4.375rem; } }
    .w-step__grid > div:first-child:before {
      content: unset; }

.w-step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 12px;
  border: 1px solid #0F0F0F;
  padding: 1.5625rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .w-step__box {
      width: 50%; } }
  .w-step__box > div {
    width: 100%; }
    @media (min-width: 768px) {
      .w-step__box > div {
        width: 50%; } }
  @media (min-width: 1280px) {
    .w-step__box {
      padding: 2rem; } }

.w-step__media img {
  width: 100%; }

.w-step__content {
  padding-top: 0.9375rem; }
  @media (min-width: 768px) {
    .w-step__content {
      padding-top: 0;
      padding-left: 1.4375rem; } }
  .w-step__content__title {
    font-size: 1.3125rem;
    font-family: "Basement Grotesque", sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: -0.42px;
    margin-bottom: 0.625rem; }
  .w-step__content__list-item {
    list-style: none;
    margin: 0;
    padding-left: 1.5rem; }
    .w-step__content__list-item li {
      color: rgba(0, 14, 61, 0.8) !important;
      font-size: 1rem;
      font-family: "Basement Grotesque", sans-serif;
      line-height: 1.375rem;
      letter-spacing: -0.32px;
      position: relative; }
      .w-step__content__list-item li::before {
        content: "\e91d";
        font-family: 'default';
        font-size: 11px;
        color: #0F0F0F;
        position: absolute;
        top: 60%;
        left: -22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.w-marquee-banner__content {
  position: relative; }
  .w-marquee-banner__content a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.48px;
    margin: 0 1.0625rem; }
    .w-marquee-banner__content a:hover {
      color: #3F3F3F; }
    .w-marquee-banner__content a i {
      font-size: 14px;
      margin-bottom: 2px;
      margin-left: 15px; }

.w-marquee-banner__content a {
  margin: 0 17px;
  font-family: 'Rubik';
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.48px; }

.w-marquee-banner__content a i {
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 2px; }

.w-content-box__wrapper {
  border-top: 2px solid #BDF8B1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1.25rem; }
  @media (min-width: 1366px) {
    .w-content-box__wrapper {
      padding-top: 2.625rem; } }

.w-content-box__title {
  width: 100%;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: -0.44px;
  color: #FFF;
  margin-bottom: 1.125rem; }

.w-content-box__content {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: #fff; }

.w-content-tabs {
  position: relative; }
  .w-content-tabs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.875rem; }
    .w-content-tabs__grid > div {
      width: 100%;
      padding-left: 1.875rem;
      width: 100%; }
      @media (min-width: 1024px) {
        .w-content-tabs__grid > div {
          width: 50%; } }
  .w-content-tabs__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  @media (min-width: 1023px) {
    .w-content-tabs__tab-area {
      padding-top: 3.25rem; } }
  .w-content-tabs__tab-area ul li {
    width: 100%;
    position: relative; }
    .w-content-tabs__tab-area ul li:last-child > div {
      border: 0; }
    .w-content-tabs__tab-area ul li > div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #bcbcbc;
      padding: 1.875rem 0;
      -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      @media (min-width: 768px) {
        .w-content-tabs__tab-area ul li > div {
          padding: 2.5rem 0; } }
      @media (min-width: 1280px) {
        .w-content-tabs__tab-area ul li > div {
          padding: 3.125rem 0 2.9375rem; } }
    .w-content-tabs__tab-area ul li > a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .w-content-tabs__tab-area ul li > a.active ~ div {
        border-radius: 16px;
        border: 1.4px solid #0F0F0F;
        background: #FFF;
        padding: 1.25rem;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: -12px; }
        @media (min-width: 1280px) {
          .w-content-tabs__tab-area ul li > a.active ~ div {
            -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
            transform: scale(1.07);
            padding: 1.875rem 1.5rem 1.5625rem;
            margin-top: -5px; } }
        .w-content-tabs__tab-area ul li > a.active ~ div .w-content-tabs__content__title {
          color: #0F0F0F; }
        .w-content-tabs__tab-area ul li > a.active ~ div .w-content-tabs__content__subtitle {
          display: none; }
          .w-content-tabs__tab-area ul li > a.active ~ div .w-content-tabs__content__subtitle.active {
            display: block; }
        .w-content-tabs__tab-area ul li > a.active ~ div .w-content-tabs__content p {
          color: #0F0F0F; }
        .w-content-tabs__tab-area ul li > a.active ~ div .w-content-tabs__cta {
          display: block;
          width: 100%;
          margin-top: 1.6875rem; }
  .w-content-tabs__icon {
    width: 100%;
    max-width: 3.5625rem;
    height: 3.5625rem;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .w-content-tabs__icon {
        margin-bottom: 0; } }
    .w-content-tabs__icon i {
      font-size: 57px; }
  .w-content-tabs__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .w-content-tabs__content {
        width: 80%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 2.5rem; } }
    .w-content-tabs__content__title {
      width: 100%;
      font-size: 1.5rem;
      font-family: "Basement Grotesque", sans-serif;
      font-weight: 600;
      line-height: 2.0625rem;
      color: #fff;
      letter-spacing: -0.56px;
      margin-bottom: 15px; }
      @media (min-width: 1280px) {
        .w-content-tabs__content__title {
          font-size: 1.75rem; } }
      @media (min-width: 768px) {
        .w-content-tabs__content__title {
          margin-bottom: 0px;
          width: auto; } }
    .w-content-tabs__content__subtitle {
      border-radius: 17px;
      padding: 6px 14px;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .w-content-tabs__content__subtitle {
          margin-left: 15px;
          margin-bottom: 0; } }
      .w-content-tabs__content__subtitle i {
        margin-right: 10px;
        color: #fff; }
      .w-content-tabs__content__subtitle.active {
        display: none; }
    .w-content-tabs__content p {
      width: 100%;
      color: #fff;
      letter-spacing: 0.16px;
      margin-top: 10px; }
  .w-content-tabs__cta {
    display: none; }
    .w-content-tabs__cta .btn {
      border: 0;
      position: relative;
      z-index: 1; }
  .w-content-tabs__image {
    text-align: center;
    margin-top: 1.25rem; }
    @media (min-width: 1024px) {
      .w-content-tabs__image {
        margin-top: 0;
        text-align: right;
        position: absolute;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 1200px) {
      .w-content-tabs__image {
        left: calc(1920px - 1300px);
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 1440px) {
      .w-content-tabs__image {
        left: calc(1920px - 1200px); } }
    @media (min-width: 1500px) {
      .w-content-tabs__image {
        left: calc(1920px - 1020px); } }
    @media (min-width: 1920px) {
      .w-content-tabs__image {
        left: calc(1920px - 960px); } }

.w-pricing__box {
  border-radius: 12px;
  border: 0.938px solid rgba(255, 255, 255, 0.15);
  background: -webkit-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(343deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(107deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2.1875rem 2.5rem 1.25rem; }
  @media (min-width: 768px) {
    .w-pricing__box {
      padding: 1.25rem 1.875rem 1.25rem; } }
  @media (min-width: 1280px) {
    .w-pricing__box {
      padding: 2.5625rem 3.125rem 1.5rem; } }
  .w-pricing__box:hover {
    cursor: pointer;
    border: 0.938px solid rgba(255, 255, 255, 0.15);
    background: -webkit-linear-gradient(340deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6);
    background: -o-linear-gradient(340deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6);
    background: linear-gradient(110deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6); }
    .w-pricing__box:hover .w-pricing__title {
      color: #fff; }
    .w-pricing__box:hover .w-pricing__description {
      color: #fff; }
    .w-pricing__box:hover .w-pricing__amount__month {
      color: #fff; }
    .w-pricing__box:hover .w-pricing__features li {
      border-top: 0.937px solid rgba(255, 255, 255, 0.2); }
      .w-pricing__box:hover .w-pricing__features li span {
        color: #fff; }
      .w-pricing__box:hover .w-pricing__features li i {
        color: #fff; }
    .w-pricing__box:hover .w-pricing__cta a {
      background-color: #fff;
      color: #0F0F0F; }
      .w-pricing__box:hover .w-pricing__cta a i {
        color: #0F0F0F; }

@media (max-width: 767px) {
  .w-pricing__content {
    width: 100%; } }

@media (max-width: 1023px) {
  .w-pricing__grid > div {
    margin-bottom: 1.25rem; } }

.w-pricing__title {
  font-size: 1.25rem;
  font-family: "Basement Grotesque", sans-serif;
  font-weight: 600;
  line-height: 1.625rem;
  letter-spacing: -0.2px;
  color: #0F0F0F;
  text-align: center;
  text-transform: capitalize; }

.w-pricing__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.625rem; }
  .w-pricing__amount__text {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.337px;
    color: #FFF;
    text-align: center;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    margin: 0; }
    .w-pricing__amount__text > span {
      font-size: 1.75rem;
      padding-right: 5px; }
  .w-pricing__amount__month {
    color: #0F0F0F;
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.125rem;
    margin-left: 5px; }
  .w-pricing__amount__description {
    color: #0F0F0F;
    text-align: center;
    font-family: "Basement Grotesque", sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px; }

.w-pricing__description {
  font-family: "Basement Grotesque", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  max-width: 11.0625rem;
  color: #FFF;
  text-align: center;
  letter-spacing: -0.15px;
  margin: 0 auto; }

.w-pricing__features {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 3.625rem;
  padding-bottom: 0.625rem; }
  .w-pricing__features li {
    padding: 0.75rem 0 0.8125rem;
    border-top: 0.937px solid rgba(255, 255, 255, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0 !important; }
    .w-pricing__features li > span {
      display: inline-block;
      font-family: "Basement Grotesque", sans-serif;
      font-size: 14px;
      line-height: 1rem;
      letter-spacing: 0.14px;
      color: #0F0F0F;
      text-align: left; }
      @media (min-width: 1280px) {
        .w-pricing__features li > span {
          font-size: 16px; } }
      .w-pricing__features li > span strong {
        font-weight: 500; }

.w-pricing__tooltip {
  position: relative; }
  @media (max-width: 1023px) {
    .w-pricing__tooltip {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .w-pricing__tooltip i {
    margin-left: 1.25rem;
    cursor: pointer; }
    .w-pricing__tooltip i:hover + span {
      visibility: visible;
      opacity: 1; }
  .w-pricing__tooltip__text {
    width: 100px;
    visibility: hidden;
    background-color: #fff;
    color: #0F0F0F !important;
    text-align: center !important;
    border-radius: 6px;
    padding: 4px 5px 6px;
    position: absolute;
    z-index: 1;
    top: -60px;
    right: -37px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 14px;
    opacity: 0; }
    @media (min-width: 1024px) {
      .w-pricing__tooltip__text {
        top: -50px;
        right: -35px; } }
    .w-pricing__tooltip__text:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: auto;
      border-width: 5px;
      border-style: solid;
      border-color: #fff transparent transparent transparent; }

.w-pricing__cta a {
  font-size: 0.9375rem;
  background-color: #fff;
  color: #0F0F0F;
  letter-spacing: -0.3px;
  padding: 0.5rem 1.3125rem 0.5rem 1.25rem; }
  .w-pricing__cta a i {
    color: #0F0F0F; }

.w-pricing.\--style-light .w-pricing__grid > div:nth-child(even) .w-pricing__box {
  background: url("/wp-content/themes/neoteric/_ui/media/pricing-right-overlay.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .w-pricing.\--style-light .w-pricing__grid > div:nth-child(even) .w-pricing__box:hover {
    background: -webkit-linear-gradient(337deg, #6b91fb 18%, #2e66fe 52%);
    background: -o-linear-gradient(337deg, #6b91fb 18%, #2e66fe 52%);
    background: linear-gradient(113deg, #6b91fb 18%, #2e66fe 52%); }

.w-pricing.\--style-light .w-pricing__box {
  background: url("/wp-content/themes/neoteric/_ui/media/pricing-left-overlay.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .w-pricing.\--style-light .w-pricing__box:hover {
    background: -webkit-linear-gradient(330deg, #6b91fb 20%, #2e66fe 52%);
    background: -o-linear-gradient(330deg, #6b91fb 20%, #2e66fe 52%);
    background: linear-gradient(120deg, #6b91fb 20%, #2e66fe 52%); }
    .w-pricing.\--style-light .w-pricing__box:hover .w-pricing__amount__text {
      color: #fff; }
    .w-pricing.\--style-light .w-pricing__box:hover .w-pricing__amount__description {
      color: rgba(255, 255, 255, 0.7); }
    .w-pricing.\--style-light .w-pricing__box:hover .w-pricing__features li span {
      color: #EEE; }
    .w-pricing.\--style-light .w-pricing__box:hover .w-pricing__features li i {
      color: #fff; }
    .w-pricing.\--style-light .w-pricing__box:hover .w-pricing__description {
      color: #fff; }

.w-pricing.\--style-light .w-pricing__description {
  color: #0F0F0F; }

.w-pricing.\--style-light .w-pricing__amount__text {
  color: #0F0F0F; }

.w-pricing.\--style-light .w-pricing__amount__description {
  color: #0F0F0F; }

.w-pricing.\--style-light .w-pricing__features li {
  border-top: 0.937px solid rgba(255, 255, 255, 0.4); }
  .w-pricing.\--style-light .w-pricing__features li span {
    color: #0F0F0F; }
  .w-pricing.\--style-light .w-pricing__features li i {
    color: #0F0F0F; }

.w-pricing.\--style-light .w-pricing__cta a {
  font-size: 15px;
  padding: 0.625rem 1.4375rem 0.625rem 1.375rem; }

.w-cta-box__grid {
  margin-top: 0 !important; }
  .w-cta-box__grid .slick-list.draggable {
    overflow: visible; }
  @media (max-width: 1024px) {
    .w-cta-box__grid .slick-slider.slick-slide {
      margin: 0 10px; } }

.w-cta-box__wrap {
  background: #FFF;
  border-radius: 8.061px;
  padding: 2rem 1.5rem 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .w-cta-box__wrap:hover {
    background: -webkit-linear-gradient(340deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6);
    background: -o-linear-gradient(340deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6);
    background: linear-gradient(110deg, rgba(174, 186, 196, 0.5) -3.97%, rgba(34, 92, 255, 0.5) 47.68%, rgba(34, 92, 255, 0.5) 99.32%), rgba(34, 92, 255, 0.6); }
    .w-cta-box__wrap:hover .w-cta-box__title {
      color: #fff; }
    .w-cta-box__wrap:hover .w-cta-box__content {
      color: #fff; }

.w-cta-box__title {
  line-height: 1.6rem;
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px; }

.w-cta-box__content {
  font-size: 18px;
  line-height: 1.4rem; }

.w-cta-box__cta {
  margin-top: 1.875rem; }
  @media (min-width: 1280px) {
    .w-cta-box__cta {
      margin-top: 3.875rem; } }
  .w-cta-box__cta a {
    background-color: #E4EBFD;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px; }
    .w-cta-box__cta a i {
      font-size: 12px;
      color: #0F0F0F; }

@media (max-width: 1024px) {
  .w-cta-box.\--style_image_box {
    margin-top: 3.125rem; } }

.w-cta-box.\--style_image_box .w-cta-box__wrap {
  background-color: transparent;
  padding: 0; }
  .w-cta-box.\--style_image_box .w-cta-box__wrap:hover {
    background: transparent; }
    .w-cta-box.\--style_image_box .w-cta-box__wrap:hover__content {
      color: #0F0F0F; }

.w-cta-box.\--style_image_box .w-cta-box__title {
  font-size: 1.375rem;
  line-height: 1.9375rem;
  padding-top: 1.5625rem;
  margin-bottom: 0.75rem;
  color: #fff; }
  @media (min-width: 1280px) {
    .w-cta-box.\--style_image_box .w-cta-box__title {
      font-size: 1.625rem; } }

.w-cta-box.\--style_image_box .w-cta-box__content {
  color: #0F0F0F;
  line-height: 1.375rem;
  letter-spacing: -0.16px;
  padding-right: 0.9375rem; }

.w-cta-box.\--style_image_box .w-cta-box__image img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px; }

.w-cta-box.\--style_image_box .slick-slider {
  margin: 0 12px; }

.w-cta-box.\--style_image_box .slick-prev,
.w-cta-box.\--style_image_box .slick-next {
  top: -95px; }
  @media (max-width: 1024px) {
    .w-cta-box.\--style_image_box .slick-prev,
    .w-cta-box.\--style_image_box .slick-next {
      top: -65px; } }

.page-without-header {
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .page-without-header {
      padding-top: 4.375rem; } }

.page-contact {
  margin-top: 3.125rem; }
  @media (min-width: 1024px) {
    .page-contact {
      margin-top: 6rem; } }
  @media (min-width: 1024px) {
    .page-contact > .container {
      margin-bottom: 5rem; } }
  .page-contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1.875rem; }
    @media (max-width: 1023px) {
      .page-contact__grid {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    .page-contact__grid > div {
      width: 100%;
      max-width: 100%;
      padding-left: 1.875rem; }
      @media (min-width: 1024px) {
        .page-contact__grid > div {
          max-width: 32.5rem; } }
  @media (max-width: 1024px) {
    .page-contact__form {
      margin-top: 1.25rem; } }
  .page-contact__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.375rem;
    height: 5.375rem;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .page-contact__media {
        margin-bottom: 0.625rem; } }
  .page-contact__content p {
    line-height: 1.6875rem; }
  .page-contact__content__title {
    letter-spacing: -1.16px;
    font-size: 3.5rem;
    line-height: 3.5rem; }
    @media (max-width: 766px) {
      .page-contact__content__title {
        font-size: 2.625rem;
        line-height: 2.8125rem; } }
  .page-contact__icon-box-wrap {
    margin-top: 1.875rem; }
    @media (min-width: 1024px) {
      .page-contact__icon-box-wrap {
        margin-top: 2.8125rem; } }
  .page-contact__icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 1.25rem 0 1.6875rem;
    border-top: 1px solid rgba(208, 213, 221, 0.8); }
    @media (max-width: 767px) {
      .page-contact__icon-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .page-contact__icon-box:last-child {
      border-bottom: 1px solid rgba(208, 213, 221, 0.8); }
    .page-contact__icon-box__title {
      font-size: 1.375rem;
      letter-spacing: -0.22px;
      margin-bottom: 0.625rem; }
    .page-contact__icon-box__description {
      font-size: 1.0625rem;
      color: rgba(0, 14, 61, 0.8);
      line-height: 1.5625rem;
      letter-spacing: -0.17px;
      margin-bottom: 0.625rem; }
    .page-contact__icon-box__cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-contact__icon-box__cta a {
        text-decoration: underline; }
        .page-contact__icon-box__cta a i {
          font-size: 12px;
          margin-bottom: 3px;
          margin-left: 5px; }
    .page-contact__icon-box__phone {
      font-family: "Neue Haas Grotesk Display Pro", sans-serif; }

.page-customer-listing__content {
  margin-bottom: 3.125rem; }
  @media (min-width: 1024px) {
    .page-customer-listing__content {
      margin-bottom: 8.375rem; } }

.page-customer-listing__load {
  text-align: center; }
  @media (min-width: 768px) {
    .page-customer-listing__load {
      margin-top: 2.375rem; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  .fancybox-bg.\--type-content {
    background: rgba(6, 67, 112, 0.3); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: #000;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  text-align: center;
  right: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-slider {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; }
  @media (min-width: 1366px) {
    .slick-slider {
      margin-top: 2.8125rem; } }
  .slick-slider.\--style-bleed {
    padding-left: 0;
    padding-right: 0; }
  .slick-slider.\--type-arrows-home .slick-prev {
    left: 8%; }
  .slick-slider.\--type-arrows-home .slick-next {
    right: 8%; }
  .slick-slider .slick-slide {
    margin: 0 15px; }
  .slick-slider .slick-list {
    margin: 0 -15px; }
  @media (min-width: 768px) {
    .slick-slider.\--style-equal-heights .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      display: -webkit-flex; }
      .slick-slider.\--style-equal-heights .slick-track .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        height: auto; }
        .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
          width: 100%;
          height: 100%; }
          .ipad .slick-slider.\--style-equal-heights .slick-track .slick-slide > div,
          .mobile .slick-slider.\--style-equal-heights .slick-track .slick-slide > div,
          .safari .slick-slider.\--style-equal-heights .slick-track .slick-slide > div {
            height: auto; } }
  @media (max-width: 1280px) {
    .slick-slider.\--style-website-option .slick-list.draggable {
      overflow: hidden !important; } }
  .slick-slider.\--style-website-option .slick-list.draggable .slick-track .slick-slide {
    margin: 0 10px !important;
    border-radius: 8px; }
    @media (min-width: 1280px) {
      .slick-slider.\--style-website-option .slick-list.draggable .slick-track .slick-slide {
        margin: 0 20px !important; } }
  .slick-slider.\--style-inset {
    padding-left: 100px;
    padding-right: 100px; }
    .slick-slider.\--style-inset .slick-next, .slick-slider.\--style-inset .slick-prev {
      width: 50px;
      height: 50px;
      border: 1px solid #666;
      color: #666;
      border-radius: 50%; }
      .slick-slider.\--style-inset .slick-next:hover, .slick-slider.\--style-inset .slick-prev:hover {
        background-color: #f53131;
        border-color: #f53131; }
        .slick-slider.\--style-inset .slick-next:hover:before, .slick-slider.\--style-inset .slick-prev:hover:before {
          color: #FFF; }
    .slick-slider.\--style-inset .slick-next {
      right: 30px; }
    .slick-slider.\--style-inset .slick-prev {
      left: 30px; }
  .slick-slider.\--style-arrows-inset .slick-next {
    right: 8px; }
  .slick-slider.\--style-arrows-inset .slick-prev {
    left: 8px; }
  .slick-slider.\--style-cta-box .slick-prev,
  .slick-slider.\--style-cta-box .slick-next {
    background-color: #fff;
    border: 0; }
    .slick-slider.\--style-cta-box .slick-prev:hover:before,
    .slick-slider.\--style-cta-box .slick-next:hover:before {
      color: #0F0F0F; }
  .slick-slider.\--case-study-slider .slick-slide {
    margin: 0 20px; }
  .slick-slider.\--case-study-slider .slick-list {
    overflow: visible; }
  .slick-slider.\--style-icon-box-dark .slick-prev,
  .slick-slider.\--style-icon-box-dark .slick-next {
    background-color: #fff;
    border: 0; }
    .slick-slider.\--style-icon-box-dark .slick-prev:hover:before,
    .slick-slider.\--style-icon-box-dark .slick-next:hover:before {
      color: #0F0F0F; }
  @media (min-width: 1441px) {
    .slick-slider.\--type-full-width .slick-list {
      overflow: unset; }
    .slick-slider.\--type-full-width .slick-slide {
      margin: 0 60px; }
    .slick-slider.\--type-full-width .slick-list {
      margin: 0 -60px; } }
  .slick-slider.\--type-full-width .slick-prev, .slick-slider.\--type-full-width .slick-next {
    background: #EDE8DE;
    color: #024930;
    height: 100px;
    width: 100px; }
    .slick-slider.\--type-full-width .slick-prev:before, .slick-slider.\--type-full-width .slick-next:before {
      font-size: 32px;
      top: 34px; }
  .slick-slider.\--type-full-width .slick-prev {
    left: -200px; }
    .slick-slider.\--type-full-width .slick-prev:before {
      left: 38px; }
  .slick-slider.\--type-full-width .slick-next {
    right: -200px; }
    .slick-slider.\--type-full-width .slick-next:before {
      left: 44px; }
  @media (max-width: 1023px) {
    .slick-slider.\--style-icon-box-light {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 1.5rem; } }
  @media (max-width: 1023px) {
    .slick-slider.\--style-icon-box-light button {
      position: unset;
      margin-top: 15px; } }
  @media (min-width: 1025px) {
    .slick-slider.\--style-icon-box-light button {
      top: -55px; } }
  .slick-slider.\--style-icon-box-light button.slick-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px; }
  .slick-slider.\--style-icon-box-light button.slick-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .slick-slider.\--style-offsets-0 .slick-list {
    margin: 0 0rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-0 .slick-list {
        margin: 0 0rem; } }
  .slick-slider.\--style-offsets-0 .slick-slide {
    margin: 0 0rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-0 .slick-slide {
        margin: 0 0rem; } }
  .slick-slider.\--style-offsets-1 .slick-list {
    margin: 0 -0.13889rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-1 .slick-list {
        margin: 0 -0.27778rem; } }
  .slick-slider.\--style-offsets-1 .slick-slide {
    margin: 0 0.13889rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-1 .slick-slide {
        margin: 0 0.27778rem; } }
  .slick-slider.\--style-offsets-2 .slick-list {
    margin: 0 -0.27778rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-2 .slick-list {
        margin: 0 -0.55556rem; } }
  .slick-slider.\--style-offsets-2 .slick-slide {
    margin: 0 0.27778rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-2 .slick-slide {
        margin: 0 0.55556rem; } }
  .slick-slider.\--style-offsets-3 .slick-list {
    margin: 0 -0.41667rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-3 .slick-list {
        margin: 0 -0.83333rem; } }
  .slick-slider.\--style-offsets-3 .slick-slide {
    margin: 0 0.41667rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-3 .slick-slide {
        margin: 0 0.83333rem; } }
  .slick-slider.\--style-offsets-4 .slick-list {
    margin: 0 -0.55556rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-4 .slick-list {
        margin: 0 -1.11111rem; } }
  .slick-slider.\--style-offsets-4 .slick-slide {
    margin: 0 0.55556rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-4 .slick-slide {
        margin: 0 1.11111rem; } }
  .slick-slider.\--style-offsets-5 .slick-list {
    margin: 0 -0.69444rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-5 .slick-list {
        margin: 0 -1.38889rem; } }
  .slick-slider.\--style-offsets-5 .slick-slide {
    margin: 0 0.69444rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-5 .slick-slide {
        margin: 0 1.38889rem; } }
  .slick-slider.\--style-offsets-6 .slick-list {
    margin: 0 -0.83333rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-6 .slick-list {
        margin: 0 -1.66667rem; } }
  .slick-slider.\--style-offsets-6 .slick-slide {
    margin: 0 0.83333rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-6 .slick-slide {
        margin: 0 1.66667rem; } }
  .slick-slider.\--style-offsets-7 .slick-list {
    margin: 0 -0.97222rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-7 .slick-list {
        margin: 0 -1.94444rem; } }
  .slick-slider.\--style-offsets-7 .slick-slide {
    margin: 0 0.97222rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-7 .slick-slide {
        margin: 0 1.94444rem; } }
  .slick-slider.\--style-offsets-8 .slick-list {
    margin: 0 -1.11111rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-8 .slick-list {
        margin: 0 -2.22222rem; } }
  .slick-slider.\--style-offsets-8 .slick-slide {
    margin: 0 1.11111rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-8 .slick-slide {
        margin: 0 2.22222rem; } }
  .slick-slider.\--style-offsets-9 .slick-list {
    margin: 0 -1.25rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-9 .slick-list {
        margin: 0 -2.5rem; } }
  .slick-slider.\--style-offsets-9 .slick-slide {
    margin: 0 1.25rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-9 .slick-slide {
        margin: 0 2.5rem; } }
  .slick-slider.\--style-offsets-10 .slick-list {
    margin: 0 -1.38889rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-10 .slick-list {
        margin: 0 -2.77778rem; } }
  .slick-slider.\--style-offsets-10 .slick-slide {
    margin: 0 1.38889rem; }
    @media (min-width: 1024px) {
      .slick-slider.\--style-offsets-10 .slick-slide {
        margin: 0 2.77778rem; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/neoteric/_ui/media/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 2.125rem;
  height: 2.125rem;
  top: -60px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
  padding: 0;
  outline: none;
  z-index: 9;
  border-radius: 50px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .slick-prev,
    .slick-next {
      width: 2.375rem;
      height: 2.375rem;
      top: -60px; } }
  @media (min-width: 1025px) {
    .slick-prev,
    .slick-next {
      top: -110px; } }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    background: #0F0F0F;
    color: #fff; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      font-size: 12px;
      color: #fff; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.7; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "default";
    font-size: 12px;
    line-height: 1.5; }
  .container__bg-pattern-dark .slick-prev:before, .container__bg-pattern-dark
  .slick-next:before {
    color: white; }

.slick-prev {
  right: 45px; }
  @media (min-width: 768px) {
    .slick-prev {
      right: 50px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: '\e90b'; }
    [dir="rtl"] .slick-prev:before {
      content: '\e90b'; }

.slick-next {
  right: 0px; }
  @media (min-width: 1620px) {
    .slick-next {
      right: 0; } }
  [dir="rtl"] .slick-next {
    left: 0;
    right: 0; }
  .slick-next:before {
    content: '\e90c'; }
    [dir="rtl"] .slick-next:before {
      content: '\e90c'; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 1rem 0 0 0;
  margin: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .slick-dots {
      padding-top: 3.125rem; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #646464;
      display: block;
      width: 30px;
      height: 5px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      border-radius: 50px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #BDF8B1; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background-color: #BDF8B1; }
