@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, .grid-block, .w-gallery__primary, .w-gallery__secondary, .page-sitemap__categories, .page-sitemap__pagination__grid-items, .page-sitemap__links__grid-items, .page-sitemap__products ul, .ui-datepicker .ui-datepicker-buttonpane {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, .grid-block:before, .w-gallery__primary:before, .w-gallery__secondary:before, .page-sitemap__categories:before, .page-sitemap__pagination__grid-items:before, .page-sitemap__links__grid-items:before, .page-sitemap__products ul:before, .ui-datepicker .ui-datepicker-buttonpane:before, .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after, .w-gallery__primary:after, .w-gallery__secondary:after, .page-sitemap__categories:after, .page-sitemap__pagination__grid-items:after, .page-sitemap__links__grid-items:after, .page-sitemap__products ul:after, .ui-datepicker .ui-datepicker-buttonpane:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, .grid-block:after, .w-gallery__primary:after, .w-gallery__secondary:after, .page-sitemap__categories:after, .page-sitemap__pagination__grid-items:after, .page-sitemap__links__grid-items:after, .page-sitemap__products ul:after, .ui-datepicker .ui-datepicker-buttonpane: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: "Special Gothic", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 1rem ;
  line-height: 0.84;
  font-family: "Rockids Softed", sans-serif;
  font-weight: 500; }

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

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

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

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

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

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

p {
  font-family: "Special Gothic", sans-serif;
  line-height: inherit;
  margin-bottom: 1rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 1rem ;
  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.4; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 1rem ; }
  dl dt, dl dd {
    line-height: 1.4; }
  dl dd {
    line-height: 1.4; }

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: 1rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

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

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

ul.unstyled, ul.slides__controls, ul.list-nav, ul.list-default, ol.unstyled, ol.slides__controls, ol.list-nav, ol.list-default {
  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: 1rem !important; }

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

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

.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: 18px;
  color: rgba(10, 10, 10, 0.7);
  line-height: 1.4; }

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

.image-full {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 1rem ;
  margin-right: 1rem ;
  margin-left: 1rem ; }
  .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: 1rem ;
  font-size: 1em;
  border-collapse: collapse; }
  table.table-core th,
  table.table-core td {
    padding: 10px 10px 9px;
    line-height: 1.4;
    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: #290000; }

a:hover,
a:active {
  outline: 0;
  color: black; }

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/hrf-campaign/_ui/media/fonts/default.eot?32gdwb");
  src: url("/wp-content/themes/hrf-campaign/_ui/media/fonts/default.eot?32gdwb#iefix") format("embedded-opentype"), url("/wp-content/themes/hrf-campaign/_ui/media/fonts/default.ttf?32gdwb") format("truetype"), url("/wp-content/themes/hrf-campaign/_ui/media/fonts/default.woff?32gdwb") format("woff"), url("/wp-content/themes/hrf-campaign/_ui/media/fonts/default.svg?32gdwb#default") format("svg");
  font-weight: normal;
  font-style: normal; }

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;
  vertical-align: unset;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-2-num:before {
  content: "\e954"; }

.icon-1-num:before {
  content: "\e955"; }

.icon-hospital:before {
  content: "\e947"; }

.icon-food-box:before {
  content: "\e948"; }

.icon-raise:before {
  content: "\e94c"; }

.icon-bank1:before {
  content: "\e94d"; }

.icon-loved-ones-1:before {
  content: "\e953"; }

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

.icon-moon:before {
  content: "\e92b"; }

.icon-moon-star:before {
  content: "\e944"; }

.icon-calendar-time:before {
  content: "\e945"; }

.icon-basket:before {
  content: "\e92f"; }

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

.icon-back:before {
  content: "\e93f"; }

.icon-star-giving:before {
  content: "\e940"; }

.icon-minar:before {
  content: "\e941"; }

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

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

.icon-add-solid:before {
  content: "\e946"; }

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

.icon-direct-debit-2:before {
  content: "\e92e"; }

.icon-direct-debit:before {
  content: "\e92c"; }

.icon-sms:before {
  content: "\e92d"; }

.icon-masjid-nabawi:before {
  content: "\e951"; }

.icon-kaba:before {
  content: "\e952"; }

.icon-time:before {
  content: "\e950"; }

.icon-crown:before {
  content: "\e94f"; }

.icon-check:before, .control-checkbox__checkbox > i:before, .control-radio.\--style-checkbox .control-radio__radio > i:before {
  content: "\e90a"; }

.icon-crescent-moon-star:before {
  content: "\e922"; }

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

.icon-arrow-down-alt:before {
  content: "\e94b"; }

.icon-hamburger-icon:before {
  content: "\e949"; }

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

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

.icon-new-tab:before {
  content: "\e939"; }

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

.icon-info:before {
  content: "\e938"; }

.icon-cut-arrow:before {
  content: "\e935"; }

.icon-envelope:before {
  content: "\e934"; }

.icon-tel:before {
  content: "\e933"; }

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

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

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

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

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

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

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

.icon-arrow-up:before {
  content: "\e913"; }

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

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

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

.icon-chain:before {
  content: "\e921"; }

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

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

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

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

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

.icon-aid-box:before {
  content: "\e93c"; }

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

.icon-quote:before {
  content: "\e92a"; }

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

.icon-file:before {
  content: "\e93a"; }

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

.icon-arrow-down-curved:before {
  content: "\e932"; }

.icon-zoom:before {
  content: "\e931"; }

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

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

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

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

.icon-giftaid-it:before {
  content: "\e925"; }

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

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

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

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

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

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

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

.icon-edit:before {
  content: "\e924"; }

.icon-close:before, .ui-dialog.\--alert .dialog-close i:before, .ui-dialog.\--alert .notify__close .i3-dialog-close i:before {
  content: "\e910"; }

.icon-currency:before {
  content: "\e928"; }

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

.icon-notepad1:before {
  content: "\e929"; }

.icon-book-cost:before {
  content: "\e91c"; }

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

.icon-tution-fee:before {
  content: "\e91f"; }

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

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

#i3-HRF-CAMP .\+ff {
  font-family: "Special Gothic", sans-serif; }

#i3-HRF-CAMP .\+fw-ebold {
  font-weight: 700; }

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

#i3-HRF-CAMP .\+fw-sbold {
  font-weight: 500; }

#i3-HRF-CAMP .\+fw-mbold {
  font-weight: 600; }

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

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

#i3-HRF-CAMP .\+c-pink {
  color: #290000; }

#i3-HRF-CAMP .\+c-blue {
  color: #D51051; }

#i3-HRF-CAMP .\+c-l-blue {
  color: #D51051; }

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

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

#i3-HRF-CAMP .\+ls-0 {
  letter-spacing: normal; }

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

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

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

#i3-HRF-CAMP .\+ls--4 {
  letter-spacing: -4px; }

#i3-HRF-CAMP .\+ls--5 {
  letter-spacing: -5px; }

#i3-HRF-CAMP .\+ls--6 {
  letter-spacing: -6px; }

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

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

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

#i3-HRF-CAMP .\+lh-09 {
  line-height: 0.9; }

#i3-HRF-CAMP .\+lh-11 {
  line-height: 1.1; }

#i3-HRF-CAMP .\+lh-12 {
  line-height: 1.2; }

#i3-HRF-CAMP .\+lh-14 {
  line-height: 1.4; }

#i3-HRF-CAMP .\+lh-16 {
  line-height: 1.6; }

#i3-HRF-CAMP .\+lh-18 {
  line-height: 1.8; }

#i3-HRF-CAMP .\+lh-20 {
  line-height: 2; }

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

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

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

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

#i3-HRF-CAMP .\+fs-20 {
  font-size: 20px; }

#i3-HRF-CAMP .\+fs-21 {
  font-size: 21px; }

#i3-HRF-CAMP .\+fs-22 {
  font-size: 22px; }

#i3-HRF-CAMP .\+fs-23 {
  font-size: 23px; }

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

#i3-HRF-CAMP .\+fs-25 {
  font-size: 25px; }

#i3-HRF-CAMP .\+fs-26 {
  font-size: 26px; }

#i3-HRF-CAMP .\+fs-27 {
  font-size: 27px; }

#i3-HRF-CAMP .\+fs-28 {
  font-size: 28px; }

#i3-HRF-CAMP .\+fs-29 {
  font-size: 29px; }

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

#i3-HRF-CAMP .\+ta-left {
  text-align: left; }

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

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

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

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

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

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

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

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

#i3-HRF-CAMP .\+d-none {
  display: none; }

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

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

#i3-HRF-CAMP .\+o-hidden {
  overflow: hidden; }

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

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

@media (min-width: 1024px) {
  #i3-HRF-CAMP .\+hide-on-desktop {
    display: none; } }

@media (max-width: 1023px) {
  #i3-HRF-CAMP .\+hide-on-mobile {
    display: none; } }

#i3-HRF-CAMP .\+p-relative {
  position: relative; }

#i3-HRF-CAMP .\+bc-one {
  position: relative; }
  #i3-HRF-CAMP .\+bc-one:after {
    content: '';
    width: 120%;
    height: 135%;
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/uploads/border-circle.png");
    position: absolute;
    top: -12px;
    left: -12px;
    background-size: 100% 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; }

#i3-HRF-CAMP .\+tag {
  color: #290000;
  padding: 0.33333rem 0.88889rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  border-radius: 28.304px;
  background: rgba(219, 213, 178, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #i3-HRF-CAMP .\+tag.theme-light-green {
    background: rgba(217, 245, 222, 0.8); }

.slides {
  background-color: #fff; }
  .slides__video {
    background-size: cover;
    background-repeat: no-repeat; }
  .slides__container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 115px 34px 50px;
    height: 100%;
    position: relative; }
    @media (max-height: 900px) {
      #i3-MA .slides__container .\+fs-large {
        font-size: 16px; }
      #i3-MA .slides__container .\+fs-x-large {
        font-size: 40px;
        margin-bottom: 5px; } }
  .slides__text-wrapper {
    margin-bottom: 25px;
    width: 980px;
    position: absolute;
    left: 0;
    top: 115px; }
    @media (max-height: 800px) {
      .slides__text-wrapper {
        margin-bottom: 0px; } }
    .slides__text-wrapper > * {
      font-family: 'brownregular'; }
  .slides__controls {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slides__controls a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #273524;
      -webkit-transition: background-color 0.2s;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
    .slides__controls li {
      margin-bottom: 20px;
      display: block;
      cursor: pointer; }
      .slides__controls li:last-child {
        margin-bottom: 0; }
      .slides__controls li.active a {
        background-color: #8ec543; }
  .slides__hash {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    bottom: 30px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .slides__slide {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: none; }
    .slides__slide.\--zakat {
      background-image: url("/wp-content/themes/hrf-campaign/_ui/media/ramadan_donate_2017/zakat-bg.jpg"); }
    .slides__slide.\--paid {
      background-image: url("/wp-content/themes/hrf-campaign/_ui/media/ramadan_donate_2017/paid-bg.jpg"); }
    .slides__slide.slide-2.active .box-page, .slides__slide.slide-2.active .qpb__band-cell, .slides__slide.active .box-page, .slides__slide.active .qpb__band-cell {
      opacity: 1; }
  .slides__left-fixed {
    position: fixed;
    top: 0px;
    bottom: 0px;
    padding-bottom: 50px;
    padding-top: 115px;
    text-align: left;
    /* @include option(white) {
            .\+fs-large, .slides__hash {
                color:#fff;
            }
        } */ }
    .slides__left-fixed .\+fs-x-large {
      opacity: 0; }
      .slides__left-fixed .\+fs-x-large:first-child {
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .slides__left-fixed .\+fs-x-large:first-child + .\+fs-x-large {
          -webkit-transition: opacity 0.2s 0.2s;
          -moz-transition: opacity 0.2s 0.2s;
          -o-transition: opacity 0.2s 0.2s;
          transition: opacity 0.2s 0.2s; }
          .slides__left-fixed .\+fs-x-large:first-child + .\+fs-x-large + .\+fs-x-large {
            -webkit-transition: opacity 0.2s 0.4s;
            -moz-transition: opacity 0.2s 0.4s;
            -o-transition: opacity 0.2s 0.4s;
            transition: opacity 0.2s 0.4s; }
            .slides__left-fixed .\+fs-x-large:first-child + .\+fs-x-large + .\+fs-x-large + .\+fs-x-large {
              -webkit-transition: opacity 0.2s 0.6s;
              -moz-transition: opacity 0.2s 0.6s;
              -o-transition: opacity 0.2s 0.6s;
              transition: opacity 0.2s 0.6s; }
    .slides__left-fixed .\+fs-large {
      opacity: 0; }
    .slides__left-fixed.\--active .\+fs-x-large {
      opacity: 1; }
      .slides__left-fixed.\--active .\+fs-x-large:first-child {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s; }
        .slides__left-fixed.\--active .\+fs-x-large:first-child + .\+fs-x-large {
          -webkit-transition: opacity 0.4s 0.3s;
          -moz-transition: opacity 0.4s 0.3s;
          -o-transition: opacity 0.4s 0.3s;
          transition: opacity 0.4s 0.3s; }
          .slides__left-fixed.\--active .\+fs-x-large:first-child + .\+fs-x-large + .\+fs-x-large {
            -webkit-transition: opacity 0.4s 0.6s;
            -moz-transition: opacity 0.4s 0.6s;
            -o-transition: opacity 0.4s 0.6s;
            transition: opacity 0.4s 0.6s; }
            .slides__left-fixed.\--active .\+fs-x-large:first-child + .\+fs-x-large + .\+fs-x-large + .\+fs-x-large {
              -webkit-transition: opacity 0.4s 0.9s;
              -moz-transition: opacity 0.4s 0.9s;
              -o-transition: opacity 0.4s 0.9s;
              transition: opacity 0.4s 0.9s; }
    .slides__left-fixed.\--active .\+fs-large {
      opacity: 1;
      -webkit-transition: opacity 0.4s 0.8s;
      -moz-transition: opacity 0.4s 0.8s;
      -o-transition: opacity 0.4s 0.8s;
      transition: opacity 0.4s 0.8s; }
  .slides .ctc-banner-background-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .slides .ctc-banner-background-video .video-js {
    width: 100% !important;
    height: 100% !important; }
    .slides .ctc-banner-background-video .video-js > iframe, .slides .ctc-banner-background-video .video-js > video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .slides .ctc-banner-background-video .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  .slides .ctc-banner-background-video .vjs-playing .vjs-control-bar {
    position: fixed; }

html {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }

html.show-pfd {
  overflow-y: hidden !important; }

body {
  max-width: 1920px;
  margin: 0 auto;
  background: #EDE5C4;
  padding: 0 1.11111rem 1.33333rem; }
  body.\--show-mobile-menu {
    overflow: hidden;
    position: fixed; }

img {
  max-width: 100%; }

.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-3 {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

.offset-bottom-rem-11 {
  margin-bottom: 5.5rem; }

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

.offset-bottom-rem-13 {
  margin-bottom: 6.5rem; }

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

.offset-bottom-rem-15 {
  margin-bottom: 7.5rem; }

.offset-bottom-rem-5, .offset-bottom-5 {
  margin-bottom: 2.5rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-5, .offset-bottom-5 {
      margin-bottom: 40px !important; } }

.offset-bottom-rem-6, .offset-bottom-6 {
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-6, .offset-bottom-6 {
      margin-bottom: 40px !important; } }

.offset-bottom-rem-7, .offset-bottom-7 {
  margin-bottom: 3.5rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-7, .offset-bottom-7 {
      margin-bottom: 40px !important; } }

.offset-bottom-rem-8, .offset-bottom-8 {
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-8, .offset-bottom-8 {
      margin-bottom: 40px !important; } }

.offset-bottom-rem-9, .offset-bottom-9 {
  margin-bottom: 4.5rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-9, .offset-bottom-9 {
      margin-bottom: 40px !important; } }

.offset-bottom-rem-10, .offset-bottom-10 {
  margin-bottom: 5rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-10, .offset-bottom-10 {
      margin-bottom: 40px !important; } }

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

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

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

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

.offset-bottom-rem-5, .offset-bottom-5 {
  margin-bottom: 2.5rem; }
  @media (max-width: 768px) {
    .offset-bottom-rem-5, .offset-bottom-5 {
      margin-bottom: 20px !important; } }

.i3d-w-loader {
  background-color: #290000; }

.--show-df {
  position: fixed;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 1023px) {
    .--show-df .df {
      width: 100vw; } }

@media (min-width: 768px) {
  .\--style-so-stretch .panel-grid-cell > div, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"], .\--style-so-stretch .panel-grid-cell [class*="widget_so-"], .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style {
    height: 100%; }
    .\--style-so-stretch .panel-grid-cell > div .w-image, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery, .\--style-so-stretch .panel-grid-cell > div .w-content-box, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box {
      height: 100%; }
      .\--style-so-stretch .panel-grid-cell > div .w-image > .clear-fix, .\--style-so-stretch .panel-grid-cell > div .w-image > dl.data-list, .\--style-so-stretch .panel-grid-cell > div .w-image > .row, .\--style-so-stretch .panel-grid-cell > div .w-image > .grid-block, .\--style-so-stretch .panel-grid-cell > div .w-image > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell > div .w-image > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-image > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-image > ul, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-image > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-image > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .clear-fix, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > dl.data-list, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .row, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .grid-block, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-image-gallery > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > ul, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .clear-fix, .\--style-so-stretch .panel-grid-cell > div .w-content-box > dl.data-list, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .row, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .grid-block, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-content-box > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-content-box > ul, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-content-box > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-content-box > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .row, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-image > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > ul, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-image > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .row, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-image-gallery > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > ul, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .row, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-content-box > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > ul, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-content-box > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .row, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-image > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > ul, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-image > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .row, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-image-gallery > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > ul, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .clear-fix, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > dl.data-list, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .row, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .grid-block, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-content-box > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > ul, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-content-box > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .clear-fix, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > dl.data-list, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .row, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .grid-block, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-image > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > ul, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-image > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .clear-fix, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > dl.data-list, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .row, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .grid-block, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-image-gallery > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > ul, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .ui-datepicker-buttonpane, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .clear-fix, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > dl.data-list, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .row, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .grid-block, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .w-gallery__primary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .w-gallery__secondary, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__categories, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__pagination__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__links__grid-items, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-content-box > ul, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > ul, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-content-box > .ui-datepicker-buttonpane, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .ui-datepicker-buttonpane {
        height: 100%; }
        .\--style-so-stretch .panel-grid-cell > div .w-image > .clear-fix img, .\--style-so-stretch .panel-grid-cell > div .w-image > dl.data-list img, .\--style-so-stretch .panel-grid-cell > div .w-image > .row img, .\--style-so-stretch .panel-grid-cell > div .w-image > .grid-block img, .\--style-so-stretch .panel-grid-cell > div .w-image > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell > div .w-image > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell > div .w-image > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-image > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-image > ul img, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-image > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-image > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .clear-fix img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > dl.data-list img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .row img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .grid-block img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-image-gallery > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > ul img, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-image-gallery > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .clear-fix img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > dl.data-list img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .row img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .grid-block img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell > div .w-content-box > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell > div .page-sitemap__products .w-content-box > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell > div .w-content-box > ul img, .\--style-so-stretch .panel-grid-cell > div .ui-datepicker .w-content-box > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell > div .w-content-box > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .row img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-image > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > ul img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-image > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .row img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-image-gallery > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > ul img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-image-gallery > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .row img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .page-sitemap__products .w-content-box > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > ul img, .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .ui-datepicker .w-content-box > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="so-widget-"] .w-content-box > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .row img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-image > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > ul img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-image > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .row img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-image-gallery > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > ul img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-image-gallery > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .clear-fix img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > dl.data-list img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .row img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .grid-block img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .page-sitemap__products .w-content-box > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > ul img, .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .ui-datepicker .w-content-box > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell [class*="widget_so-"] .w-content-box > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .clear-fix img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > dl.data-list img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .row img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .grid-block img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-image > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > ul img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-image > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .clear-fix img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > dl.data-list img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .row img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .grid-block img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-image-gallery > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > ul img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-image-gallery > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-image-gallery > .ui-datepicker-buttonpane img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .clear-fix img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > dl.data-list img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .row img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .grid-block img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .w-gallery__primary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .w-gallery__secondary img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__categories img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__pagination__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .page-sitemap__links__grid-items img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .page-sitemap__products .w-content-box > ul img, .page-sitemap__products .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > ul img, .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .ui-datepicker .w-content-box > .ui-datepicker-buttonpane img, .ui-datepicker .\--style-so-stretch .panel-grid-cell .so-rounded.panel-widget-style .w-content-box > .ui-datepicker-buttonpane img {
          height: 100%; } }

@media (max-width: 768px) {
  .--hide-on-small {
    display: none !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 15px"], .cms-content span[style*="font-size: 15px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 16px"], .cms-content span[style*="font-size: 16px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 17px"], .cms-content span[style*="font-size: 17px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 18px"], .cms-content span[style*="font-size: 18px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 19px"], .cms-content span[style*="font-size: 19px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 20px"], .cms-content span[style*="font-size: 20px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 21px"], .cms-content span[style*="font-size: 21px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 22px"], .cms-content span[style*="font-size: 22px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 23px"], .cms-content span[style*="font-size: 23px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 24px"], .cms-content span[style*="font-size: 24px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 25px"], .cms-content span[style*="font-size: 25px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 26px"], .cms-content span[style*="font-size: 26px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 27px"], .cms-content span[style*="font-size: 27px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 28px"], .cms-content span[style*="font-size: 28px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 29px"], .cms-content span[style*="font-size: 29px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 30px"], .cms-content span[style*="font-size: 30px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 31px"], .cms-content span[style*="font-size: 31px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 32px"], .cms-content span[style*="font-size: 32px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 33px"], .cms-content span[style*="font-size: 33px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 34px"], .cms-content span[style*="font-size: 34px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 35px"], .cms-content span[style*="font-size: 35px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 36px"], .cms-content span[style*="font-size: 36px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 37px"], .cms-content span[style*="font-size: 37px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 38px"], .cms-content span[style*="font-size: 38px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 39px"], .cms-content span[style*="font-size: 39px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 40px"], .cms-content span[style*="font-size: 40px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 41px"], .cms-content span[style*="font-size: 41px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 42px"], .cms-content span[style*="font-size: 42px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 43px"], .cms-content span[style*="font-size: 43px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 44px"], .cms-content span[style*="font-size: 44px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 45px"], .cms-content span[style*="font-size: 45px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 46px"], .cms-content span[style*="font-size: 46px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 47px"], .cms-content span[style*="font-size: 47px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 48px"], .cms-content span[style*="font-size: 48px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 49px"], .cms-content span[style*="font-size: 49px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content p[style*="font-size: 50px"], .cms-content span[style*="font-size: 50px"] {
    font-size: unset !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 21px"], .cms-content p[style*="margin-bottom: 21px"], .cms-content h1[style*="margin-bottom: 21px"], .cms-content h2[style*="margin-bottom: 21px"], .cms-content h3[style*="margin-bottom: 21px"], .cms-content h4[style*="margin-bottom: 21px"], .cms-content h5[style*="margin-bottom: 21px"], .cms-content h6[style*="margin-bottom: 21px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 22px"], .cms-content p[style*="margin-bottom: 22px"], .cms-content h1[style*="margin-bottom: 22px"], .cms-content h2[style*="margin-bottom: 22px"], .cms-content h3[style*="margin-bottom: 22px"], .cms-content h4[style*="margin-bottom: 22px"], .cms-content h5[style*="margin-bottom: 22px"], .cms-content h6[style*="margin-bottom: 22px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 23px"], .cms-content p[style*="margin-bottom: 23px"], .cms-content h1[style*="margin-bottom: 23px"], .cms-content h2[style*="margin-bottom: 23px"], .cms-content h3[style*="margin-bottom: 23px"], .cms-content h4[style*="margin-bottom: 23px"], .cms-content h5[style*="margin-bottom: 23px"], .cms-content h6[style*="margin-bottom: 23px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 24px"], .cms-content p[style*="margin-bottom: 24px"], .cms-content h1[style*="margin-bottom: 24px"], .cms-content h2[style*="margin-bottom: 24px"], .cms-content h3[style*="margin-bottom: 24px"], .cms-content h4[style*="margin-bottom: 24px"], .cms-content h5[style*="margin-bottom: 24px"], .cms-content h6[style*="margin-bottom: 24px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 25px"], .cms-content p[style*="margin-bottom: 25px"], .cms-content h1[style*="margin-bottom: 25px"], .cms-content h2[style*="margin-bottom: 25px"], .cms-content h3[style*="margin-bottom: 25px"], .cms-content h4[style*="margin-bottom: 25px"], .cms-content h5[style*="margin-bottom: 25px"], .cms-content h6[style*="margin-bottom: 25px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 26px"], .cms-content p[style*="margin-bottom: 26px"], .cms-content h1[style*="margin-bottom: 26px"], .cms-content h2[style*="margin-bottom: 26px"], .cms-content h3[style*="margin-bottom: 26px"], .cms-content h4[style*="margin-bottom: 26px"], .cms-content h5[style*="margin-bottom: 26px"], .cms-content h6[style*="margin-bottom: 26px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 27px"], .cms-content p[style*="margin-bottom: 27px"], .cms-content h1[style*="margin-bottom: 27px"], .cms-content h2[style*="margin-bottom: 27px"], .cms-content h3[style*="margin-bottom: 27px"], .cms-content h4[style*="margin-bottom: 27px"], .cms-content h5[style*="margin-bottom: 27px"], .cms-content h6[style*="margin-bottom: 27px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 28px"], .cms-content p[style*="margin-bottom: 28px"], .cms-content h1[style*="margin-bottom: 28px"], .cms-content h2[style*="margin-bottom: 28px"], .cms-content h3[style*="margin-bottom: 28px"], .cms-content h4[style*="margin-bottom: 28px"], .cms-content h5[style*="margin-bottom: 28px"], .cms-content h6[style*="margin-bottom: 28px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 29px"], .cms-content p[style*="margin-bottom: 29px"], .cms-content h1[style*="margin-bottom: 29px"], .cms-content h2[style*="margin-bottom: 29px"], .cms-content h3[style*="margin-bottom: 29px"], .cms-content h4[style*="margin-bottom: 29px"], .cms-content h5[style*="margin-bottom: 29px"], .cms-content h6[style*="margin-bottom: 29px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 30px"], .cms-content p[style*="margin-bottom: 30px"], .cms-content h1[style*="margin-bottom: 30px"], .cms-content h2[style*="margin-bottom: 30px"], .cms-content h3[style*="margin-bottom: 30px"], .cms-content h4[style*="margin-bottom: 30px"], .cms-content h5[style*="margin-bottom: 30px"], .cms-content h6[style*="margin-bottom: 30px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 31px"], .cms-content p[style*="margin-bottom: 31px"], .cms-content h1[style*="margin-bottom: 31px"], .cms-content h2[style*="margin-bottom: 31px"], .cms-content h3[style*="margin-bottom: 31px"], .cms-content h4[style*="margin-bottom: 31px"], .cms-content h5[style*="margin-bottom: 31px"], .cms-content h6[style*="margin-bottom: 31px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 32px"], .cms-content p[style*="margin-bottom: 32px"], .cms-content h1[style*="margin-bottom: 32px"], .cms-content h2[style*="margin-bottom: 32px"], .cms-content h3[style*="margin-bottom: 32px"], .cms-content h4[style*="margin-bottom: 32px"], .cms-content h5[style*="margin-bottom: 32px"], .cms-content h6[style*="margin-bottom: 32px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 33px"], .cms-content p[style*="margin-bottom: 33px"], .cms-content h1[style*="margin-bottom: 33px"], .cms-content h2[style*="margin-bottom: 33px"], .cms-content h3[style*="margin-bottom: 33px"], .cms-content h4[style*="margin-bottom: 33px"], .cms-content h5[style*="margin-bottom: 33px"], .cms-content h6[style*="margin-bottom: 33px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 34px"], .cms-content p[style*="margin-bottom: 34px"], .cms-content h1[style*="margin-bottom: 34px"], .cms-content h2[style*="margin-bottom: 34px"], .cms-content h3[style*="margin-bottom: 34px"], .cms-content h4[style*="margin-bottom: 34px"], .cms-content h5[style*="margin-bottom: 34px"], .cms-content h6[style*="margin-bottom: 34px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 35px"], .cms-content p[style*="margin-bottom: 35px"], .cms-content h1[style*="margin-bottom: 35px"], .cms-content h2[style*="margin-bottom: 35px"], .cms-content h3[style*="margin-bottom: 35px"], .cms-content h4[style*="margin-bottom: 35px"], .cms-content h5[style*="margin-bottom: 35px"], .cms-content h6[style*="margin-bottom: 35px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 36px"], .cms-content p[style*="margin-bottom: 36px"], .cms-content h1[style*="margin-bottom: 36px"], .cms-content h2[style*="margin-bottom: 36px"], .cms-content h3[style*="margin-bottom: 36px"], .cms-content h4[style*="margin-bottom: 36px"], .cms-content h5[style*="margin-bottom: 36px"], .cms-content h6[style*="margin-bottom: 36px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 37px"], .cms-content p[style*="margin-bottom: 37px"], .cms-content h1[style*="margin-bottom: 37px"], .cms-content h2[style*="margin-bottom: 37px"], .cms-content h3[style*="margin-bottom: 37px"], .cms-content h4[style*="margin-bottom: 37px"], .cms-content h5[style*="margin-bottom: 37px"], .cms-content h6[style*="margin-bottom: 37px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 38px"], .cms-content p[style*="margin-bottom: 38px"], .cms-content h1[style*="margin-bottom: 38px"], .cms-content h2[style*="margin-bottom: 38px"], .cms-content h3[style*="margin-bottom: 38px"], .cms-content h4[style*="margin-bottom: 38px"], .cms-content h5[style*="margin-bottom: 38px"], .cms-content h6[style*="margin-bottom: 38px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 39px"], .cms-content p[style*="margin-bottom: 39px"], .cms-content h1[style*="margin-bottom: 39px"], .cms-content h2[style*="margin-bottom: 39px"], .cms-content h3[style*="margin-bottom: 39px"], .cms-content h4[style*="margin-bottom: 39px"], .cms-content h5[style*="margin-bottom: 39px"], .cms-content h6[style*="margin-bottom: 39px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 40px"], .cms-content p[style*="margin-bottom: 40px"], .cms-content h1[style*="margin-bottom: 40px"], .cms-content h2[style*="margin-bottom: 40px"], .cms-content h3[style*="margin-bottom: 40px"], .cms-content h4[style*="margin-bottom: 40px"], .cms-content h5[style*="margin-bottom: 40px"], .cms-content h6[style*="margin-bottom: 40px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 41px"], .cms-content p[style*="margin-bottom: 41px"], .cms-content h1[style*="margin-bottom: 41px"], .cms-content h2[style*="margin-bottom: 41px"], .cms-content h3[style*="margin-bottom: 41px"], .cms-content h4[style*="margin-bottom: 41px"], .cms-content h5[style*="margin-bottom: 41px"], .cms-content h6[style*="margin-bottom: 41px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 42px"], .cms-content p[style*="margin-bottom: 42px"], .cms-content h1[style*="margin-bottom: 42px"], .cms-content h2[style*="margin-bottom: 42px"], .cms-content h3[style*="margin-bottom: 42px"], .cms-content h4[style*="margin-bottom: 42px"], .cms-content h5[style*="margin-bottom: 42px"], .cms-content h6[style*="margin-bottom: 42px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 43px"], .cms-content p[style*="margin-bottom: 43px"], .cms-content h1[style*="margin-bottom: 43px"], .cms-content h2[style*="margin-bottom: 43px"], .cms-content h3[style*="margin-bottom: 43px"], .cms-content h4[style*="margin-bottom: 43px"], .cms-content h5[style*="margin-bottom: 43px"], .cms-content h6[style*="margin-bottom: 43px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 44px"], .cms-content p[style*="margin-bottom: 44px"], .cms-content h1[style*="margin-bottom: 44px"], .cms-content h2[style*="margin-bottom: 44px"], .cms-content h3[style*="margin-bottom: 44px"], .cms-content h4[style*="margin-bottom: 44px"], .cms-content h5[style*="margin-bottom: 44px"], .cms-content h6[style*="margin-bottom: 44px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 45px"], .cms-content p[style*="margin-bottom: 45px"], .cms-content h1[style*="margin-bottom: 45px"], .cms-content h2[style*="margin-bottom: 45px"], .cms-content h3[style*="margin-bottom: 45px"], .cms-content h4[style*="margin-bottom: 45px"], .cms-content h5[style*="margin-bottom: 45px"], .cms-content h6[style*="margin-bottom: 45px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 46px"], .cms-content p[style*="margin-bottom: 46px"], .cms-content h1[style*="margin-bottom: 46px"], .cms-content h2[style*="margin-bottom: 46px"], .cms-content h3[style*="margin-bottom: 46px"], .cms-content h4[style*="margin-bottom: 46px"], .cms-content h5[style*="margin-bottom: 46px"], .cms-content h6[style*="margin-bottom: 46px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 47px"], .cms-content p[style*="margin-bottom: 47px"], .cms-content h1[style*="margin-bottom: 47px"], .cms-content h2[style*="margin-bottom: 47px"], .cms-content h3[style*="margin-bottom: 47px"], .cms-content h4[style*="margin-bottom: 47px"], .cms-content h5[style*="margin-bottom: 47px"], .cms-content h6[style*="margin-bottom: 47px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 48px"], .cms-content p[style*="margin-bottom: 48px"], .cms-content h1[style*="margin-bottom: 48px"], .cms-content h2[style*="margin-bottom: 48px"], .cms-content h3[style*="margin-bottom: 48px"], .cms-content h4[style*="margin-bottom: 48px"], .cms-content h5[style*="margin-bottom: 48px"], .cms-content h6[style*="margin-bottom: 48px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 49px"], .cms-content p[style*="margin-bottom: 49px"], .cms-content h1[style*="margin-bottom: 49px"], .cms-content h2[style*="margin-bottom: 49px"], .cms-content h3[style*="margin-bottom: 49px"], .cms-content h4[style*="margin-bottom: 49px"], .cms-content h5[style*="margin-bottom: 49px"], .cms-content h6[style*="margin-bottom: 49px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 50px"], .cms-content p[style*="margin-bottom: 50px"], .cms-content h1[style*="margin-bottom: 50px"], .cms-content h2[style*="margin-bottom: 50px"], .cms-content h3[style*="margin-bottom: 50px"], .cms-content h4[style*="margin-bottom: 50px"], .cms-content h5[style*="margin-bottom: 50px"], .cms-content h6[style*="margin-bottom: 50px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 51px"], .cms-content p[style*="margin-bottom: 51px"], .cms-content h1[style*="margin-bottom: 51px"], .cms-content h2[style*="margin-bottom: 51px"], .cms-content h3[style*="margin-bottom: 51px"], .cms-content h4[style*="margin-bottom: 51px"], .cms-content h5[style*="margin-bottom: 51px"], .cms-content h6[style*="margin-bottom: 51px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 52px"], .cms-content p[style*="margin-bottom: 52px"], .cms-content h1[style*="margin-bottom: 52px"], .cms-content h2[style*="margin-bottom: 52px"], .cms-content h3[style*="margin-bottom: 52px"], .cms-content h4[style*="margin-bottom: 52px"], .cms-content h5[style*="margin-bottom: 52px"], .cms-content h6[style*="margin-bottom: 52px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 53px"], .cms-content p[style*="margin-bottom: 53px"], .cms-content h1[style*="margin-bottom: 53px"], .cms-content h2[style*="margin-bottom: 53px"], .cms-content h3[style*="margin-bottom: 53px"], .cms-content h4[style*="margin-bottom: 53px"], .cms-content h5[style*="margin-bottom: 53px"], .cms-content h6[style*="margin-bottom: 53px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 54px"], .cms-content p[style*="margin-bottom: 54px"], .cms-content h1[style*="margin-bottom: 54px"], .cms-content h2[style*="margin-bottom: 54px"], .cms-content h3[style*="margin-bottom: 54px"], .cms-content h4[style*="margin-bottom: 54px"], .cms-content h5[style*="margin-bottom: 54px"], .cms-content h6[style*="margin-bottom: 54px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 55px"], .cms-content p[style*="margin-bottom: 55px"], .cms-content h1[style*="margin-bottom: 55px"], .cms-content h2[style*="margin-bottom: 55px"], .cms-content h3[style*="margin-bottom: 55px"], .cms-content h4[style*="margin-bottom: 55px"], .cms-content h5[style*="margin-bottom: 55px"], .cms-content h6[style*="margin-bottom: 55px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 56px"], .cms-content p[style*="margin-bottom: 56px"], .cms-content h1[style*="margin-bottom: 56px"], .cms-content h2[style*="margin-bottom: 56px"], .cms-content h3[style*="margin-bottom: 56px"], .cms-content h4[style*="margin-bottom: 56px"], .cms-content h5[style*="margin-bottom: 56px"], .cms-content h6[style*="margin-bottom: 56px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 57px"], .cms-content p[style*="margin-bottom: 57px"], .cms-content h1[style*="margin-bottom: 57px"], .cms-content h2[style*="margin-bottom: 57px"], .cms-content h3[style*="margin-bottom: 57px"], .cms-content h4[style*="margin-bottom: 57px"], .cms-content h5[style*="margin-bottom: 57px"], .cms-content h6[style*="margin-bottom: 57px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 58px"], .cms-content p[style*="margin-bottom: 58px"], .cms-content h1[style*="margin-bottom: 58px"], .cms-content h2[style*="margin-bottom: 58px"], .cms-content h3[style*="margin-bottom: 58px"], .cms-content h4[style*="margin-bottom: 58px"], .cms-content h5[style*="margin-bottom: 58px"], .cms-content h6[style*="margin-bottom: 58px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 59px"], .cms-content p[style*="margin-bottom: 59px"], .cms-content h1[style*="margin-bottom: 59px"], .cms-content h2[style*="margin-bottom: 59px"], .cms-content h3[style*="margin-bottom: 59px"], .cms-content h4[style*="margin-bottom: 59px"], .cms-content h5[style*="margin-bottom: 59px"], .cms-content h6[style*="margin-bottom: 59px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 1279px) {
  .cms-content div[style*="margin-bottom: 60px"], .cms-content p[style*="margin-bottom: 60px"], .cms-content h1[style*="margin-bottom: 60px"], .cms-content h2[style*="margin-bottom: 60px"], .cms-content h3[style*="margin-bottom: 60px"], .cms-content h4[style*="margin-bottom: 60px"], .cms-content h5[style*="margin-bottom: 60px"], .cms-content h6[style*="margin-bottom: 60px"] {
    margin-bottom: 25px !important; } }

@media (max-width: 991px) {
  .cms-content > .panel-layout > .container {
    padding: 0; } }

@media (max-width: 767px) {
  .cms-content > .panel-layout > .container > .panel-grid .panel-row-style {
    border-radius: 20px !important; } }

.cms-content > .acf-page-builder-field > div > .container.--style-standard {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 768px) {
  .cms-content span[style*="font-size: 5rem"] {
    font-size: 36px !important; } }

.cms-content__wrapper {
  z-index: 1;
  position: relative; }
  .cms-content__wrapper__payment {
    background: #EDE5C4;
    padding: 15px 0 18px;
    border-radius: 12px;
    margin-bottom: 28px; }
    .cms-content__wrapper__payment span:not(.cms-content__wrapper__payment__ref) {
      margin-bottom: 8px;
      display: block;
      color: #290000;
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.36px; }
    .cms-content__wrapper__payment__ref {
      display: inline-block;
      padding: 7px 22px;
      background: #6F0131;
      font-size: 1.33333rem;
      font-weight: 600;
      color: #fff;
      line-height: normal;
      letter-spacing: 2.88px;
      text-transform: uppercase;
      border-radius: 10px; }
    .cms-content__wrapper__payment__failed {
      color: #290000;
      letter-spacing: normal !important;
      text-transform: none !important; }

@media (max-width: 779px) {
  .hide-on-mobile {
    display: none; } }

.i3d-page-payment {
  border-radius: 12px;
  background: #fdfbf0;
  max-width: 760px;
  padding: 30px 20px;
  margin-bottom: 2.66667rem; }
  @media (min-width: 768px) {
    .i3d-page-payment {
      padding: 2.77778rem 5.22222rem;
      border-radius: 24px; } }
  .i3d-page-payment .i3d-page-payment__title {
    text-align: center;
    line-height: 1;
    margin-bottom: 8px; }
  .i3d-page-payment .i3d-page-payment__media {
    width: unset;
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.66667rem; }
  .i3d-page-payment p {
    font-size: 1.05556rem;
    color: rgba(41, 0, 0, 0.9);
    letter-spacing: -0.19px;
    line-height: 1.6; }

.control-checkbox__text {
  color: #fff; }

.dropzone {
  border-color: #fff !important; }

.pillar-accounts-account, .pillar-fundraiser {
  padding-top: 0;
  background: none; }

.az-letters > ul.az-links > li a {
  color: #D51051; }

div.letter-section > ul.az-columns > li a,
div.letter-section div.back-to-top a {
  color: #290000; }
  div.letter-section > ul.az-columns > li a:hover,
  div.letter-section div.back-to-top a:hover {
    color: #290000; }

.gform_confirmation_message {
  font-size: 1.11111rem;
  font-weight: normal; }

@media (max-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex span {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100%; } }

.gform_wrapper.gravity-theme .gfield_description {
  color: #D51051; }

.pillar-accounts-account__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.pillar-fundraisers__cart-add-message:hover {
  text-decoration: none; }

.pillar-account-badge {
  font-size: 0.77778rem;
  padding: 7px 19px;
  letter-spacing: -0.14px;
  line-height: normal;
  border-radius: 50px; }
  .pillar-account-badge.--style-success {
    background: #D7EBAD;
    color: rgba(29, 57, 34, 0.8); }
  .pillar-account-badge + * {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important; }

.pillar-accounts-login__header__title {
  font-size: 2.4rem; }

.pillar-accounts-control-group__rememberme input#rememberme {
  accent-color: #132F18;
  width: 17px;
  height: 17px; }

.pillar-accounts-control-group__control input[type=email],
.pillar-accounts-control-group__control input[type=number],
.pillar-accounts-control-group__control input[type=text],
.pillar-accounts-control-group__control input[type=tel],
.pillar-accounts-control-group__control input[type=password],
.pillar-accounts-control-group__control input[type=date],
.pillar-accounts-control-group__control textarea {
  font-family: "Special Gothic", sans-serif;
  font-size: 0.88889rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.2;
  color: rgba(41, 0, 0, 0.8);
  border-radius: 6.897px;
  border: 1.032px solid rgba(29, 57, 34, 0.4);
  background: rgba(238, 238, 238, 0.25); }
  .pillar-accounts-control-group__control input[type=email]:active, .pillar-accounts-control-group__control input[type=email]:focus,
  .pillar-accounts-control-group__control input[type=number]:active,
  .pillar-accounts-control-group__control input[type=number]:focus,
  .pillar-accounts-control-group__control input[type=text]:active,
  .pillar-accounts-control-group__control input[type=text]:focus,
  .pillar-accounts-control-group__control input[type=tel]:active,
  .pillar-accounts-control-group__control input[type=tel]:focus,
  .pillar-accounts-control-group__control input[type=password]:active,
  .pillar-accounts-control-group__control input[type=password]:focus,
  .pillar-accounts-control-group__control input[type=date]:active,
  .pillar-accounts-control-group__control input[type=date]:focus,
  .pillar-accounts-control-group__control textarea:active,
  .pillar-accounts-control-group__control textarea:focus {
    border-color: #290000;
    -webkit-box-shadow: none;
    box-shadow: none; }

#edit-fundraiser-update-form .grid-flex {
  gap: 1.8%; }

.container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .container.\--container-large, .container.\--style-large {
    max-width: 1740px; }
  .container.\--container-medium-2, .container.\--style-medium-2 {
    max-width: 1540px; }
  .container.\--container-medium, .container.\--style-medium {
    max-width: 1480px; }
  .container.\--container-small, .container.\--style-small {
    max-width: 1035px; }
  .container.\--container-full, .container.\--style-full {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0; }
  .container.\--style-full-edge {
    max-width: 100%;
    margin-left: -20px;
    margin-right: -20px; }
  .container > .panel-grid {
    margin-bottom: 0 !important; }
  .container.\--style-pad {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 1024px) {
      .container.\--style-pad {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .container.\--style-donate-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
    @media (max-width: 991px) {
      .container.\--style-donate-summary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    @media (min-width: 992px) {
      .container.\--style-donate-summary .container__content {
        padding: 0 20px; } }
    .container.\--style-donate-summary .container__toggle:after {
      content: "\e927";
      font-family: 'default';
      margin-left: 10px; }
    @media (min-width: 992px) {
      .container.\--style-donate-summary .container__toggle {
        display: none !important; } }
    .container.\--style-donate-summary .container__sidebar {
      width: 100%; }
      @media (min-width: 992px) {
        .container.\--style-donate-summary .container__sidebar {
          max-width: 190px; } }
      @media (min-width: 992px) {
        .container.\--style-donate-summary .container__sidebar {
          max-width: 29.72222rem; } }
      @media (max-width: 991px) {
        .container.\--style-donate-summary .container__sidebar .w-donation-summary {
          display: none; } }
    .container.\--style-donate-summary .container__content {
      width: 100%; }
      .container.\--style-donate-summary .container__content .w-50.\+m-auto {
        max-width: 100%;
        width: 100%; }
        @media (min-width: 992px) {
          .container.\--style-donate-summary .container__content .w-50.\+m-auto {
            max-width: 466.875px; } }
    .container.\--style-donate-summary .container__payment-info .w-donation-summary__toggle, .container.\--style-donate-summary .container__sidebar .w-donation-summary__toggle {
      display: block; }
    .container.\--style-donate-summary .container__payment-info #donation-summary-toggle, .container.\--style-donate-summary .container__sidebar #donation-summary-toggle {
      padding: 1.55556rem 1.44444rem; }
    .container.\--style-donate-summary .container__payment-info .df__donation__remove, .container.\--style-donate-summary .container__sidebar .df__donation__remove {
      display: none; }
    .container.\--style-donate-summary .container__payment-info .w-donation-summary__title a, .container.\--style-donate-summary .container__sidebar .w-donation-summary__title a {
      pointer-events: none; }
      .container.\--style-donate-summary .container__payment-info .w-donation-summary__title a i, .container.\--style-donate-summary .container__sidebar .w-donation-summary__title a i {
        display: none; }
  .container__payment-info {
    width: 100%; }
    @media (min-width: 992px) {
      .container__payment-info {
        max-width: 190px; } }
    @media (min-width: 992px) {
      .container__payment-info {
        max-width: 20.83333rem; } }
    @media (max-width: 991px) {
      .container__payment-info {
        margin-bottom: 20px; } }
    .container__payment-info__title {
      color: #290000;
      font-family: "Rockids Softed", sans-serif;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1;
      margin-bottom: 20px; }
      .container__payment-info__title span {
        letter-spacing: -0.35px; }
      .container__payment-info__title i {
        color: #290000; }
    .container__payment-info p:not(.container__payment-info__hadith) {
      font-size: 1.05556rem;
      font-weight: normal;
      line-height: 1.6;
      color: rgba(41, 0, 0, 0.9);
      margin-bottom: 1.11111rem; }
      .container__payment-info p:not(.container__payment-info__hadith) a {
        color: #290000; }
    .container__payment-info__hadith {
      color: #290000;
      line-height: normal;
      font-size: 1.11111rem;
      font-weight: 600; }

.ph {
  position: fixed;
  left: 10px;
  right: 10px;
  top: 15px;
  z-index: 100;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  @media (min-width: 768px) {
    .ph {
      left: 1.11111rem;
      right: 1.11111rem;
      top: 1.66667rem; } }
  .ph__inner {
    position: relative;
    z-index: 2;
    padding: 8px 24px 8px 10px;
    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;
    border-radius: 12px;
    border: 1.2px solid #1D3922;
    background: rgba(255, 255, 255, 0.98); }
    @media (min-width: 992px) {
      .ph__inner {
        padding: 0.84889rem 1.33333rem; } }
  .ph__logo {
    position: relative;
    z-index: 100; }
    .ph__logo a {
      display: block; }
      .ph__logo a img {
        display: block; }
    @media (max-width: 767px) {
      .ph__logo {
        width: 129.569px; } }
  .ph__toggle {
    width: 40px;
    height: 40px;
    color: #290000;
    font-size: 16px;
    background: #EEE;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    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;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .ph__toggle i:before {
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
    @media (min-width: 768px) {
      .ph__toggle {
        display: none; } }
    .ph__toggle:hover {
      text-decoration: none; }
    body.--show-mobile-menu .ph__toggle {
      font-size: 24px; }
      body.--show-mobile-menu .ph__toggle i:before {
        content: "\e910"; }
  .ph__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .ph__nav {
        display: none; } }
    .ph__nav > ul > li {
      line-height: normal;
      margin: 0 0.55556rem; }
      .ph__nav > ul > li > a {
        font-size: 0.98767rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.18px;
        color: #290000; }
      .ph__nav > ul > li.current-menu-item > a {
        color: #290000;
        text-decoration: none; }
      .ph__nav > ul > li:hover > a {
        color: #290000;
        text-decoration: none; }
      .ph__nav > ul > li .sub-menu {
        display: none;
        width: 11.75rem;
        background: #290000;
        border-radius: 8px;
        padding: 17px 7px;
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 100;
        margin: 0; }
        .ph__nav > ul > li .sub-menu li {
          display: block;
          position: relative;
          padding: 6px 1.5rem 6px 0.88889rem;
          border-bottom: 1px solid #C2DAC9; }
          .ph__nav > ul > li .sub-menu li:after {
            content: "\e94b";
            font-family: 'default';
            width: 21px;
            height: 21px;
            font-size: 10px;
            position: absolute;
            top: 50%;
            right: 12px;
            background-color: #290000;
            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%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
            border-radius: 50px;
            visibility: hidden; }
          .ph__nav > ul > li .sub-menu li:last-child {
            border-bottom: 0; }
          .ph__nav > ul > li .sub-menu li:hover:after {
            visibility: visible; }
          .ph__nav > ul > li .sub-menu li a {
            font-size: 1rem;
            line-height: 1.3;
            font-weight: 500;
            color: #FFF;
            text-decoration: none; }
            .ph__nav > ul > li .sub-menu li a:hover {
              color: #290000; }
      .ph__nav > ul > li.menu-item-has-children {
        position: relative; }
      .ph__nav > ul > li.menu-item-has-children > a, .ph__nav > ul > li.menu-item-has-mega-menu > a {
        position: relative; }
        .ph__nav > ul > li.menu-item-has-children > a:after, .ph__nav > ul > li.menu-item-has-mega-menu > a:after {
          position: relative;
          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;
          vertical-align: unset;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: rgba(255, 255, 255, 0.64);
          font-size: 0.875rem;
          padding-left: 5px; }
      .ph__nav > ul > li.menu-item-has-children:hover > a, .ph__nav > ul > li.menu-item-has-children.--active > a, .ph__nav > ul > li.menu-item-has-mega-menu:hover > a, .ph__nav > ul > li.menu-item-has-mega-menu.--active > a {
        background: #290000;
        color: #fff;
        text-decoration: none; }
      .ph__nav > ul > li.menu-item-has-children:hover .sub-menu, .ph__nav > ul > li.menu-item-has-children.--active .sub-menu, .ph__nav > ul > li.menu-item-has-mega-menu:hover .sub-menu, .ph__nav > ul > li.menu-item-has-mega-menu.--active .sub-menu {
        display: block; }
  .ph__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .ph__nav-container {
        display: none; } }
  @media (max-width: 767px) {
    .ph__cta {
      display: none; } }
  @media (max-width: 767px) {
    .ph__account {
      display: none; } }
  .ph__account a {
    background: #EEE;
    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;
    width: 39.557px;
    height: 39.557px;
    color: rgba(10, 10, 10, 0.7);
    margin-right: 0.33333rem; }
    .ph__account a i {
      font-size: 19px; }
    .ph__account a:hover {
      background-color: #290000;
      color: #fff;
      text-decoration: none; }
  .ph__cart {
    position: relative; }
    @media (min-width: 768px) {
      .ph__cart {
        margin-left: 6px; } }
    .ph__cart__count {
      position: absolute;
      width: 1.16667rem;
      height: 1.16667rem;
      background: #D51051;
      color: #fff;
      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;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      border-radius: 50px;
      top: -3px;
      right: -12px; }
    .ph__cart a {
      background: #EEE;
      border-radius: 4px;
      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: 2.19761rem;
      height: 2.19761rem;
      color: #290000;
      cursor: pointer;
      text-decoration: none;
      border-radius: 50px; }
      .ph__cart a i {
        font-size: 1.16667rem; }
      .ph__cart a:hover {
        background-color: #290000;
        color: #fff;
        text-decoration: none; }
    @media (max-width: 1023px) {
      .ph__cart {
        display: unset !important; } }
  .ph__btn-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .ph__back {
    position: relative;
    top: 0;
    z-index: 0;
    border-radius: 0 0 42px 42px;
    background: #FFDC66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 5px;
    max-width: 257px;
    margin: 0 auto;
    -webkit-transition: top linear 0.3s;
    -o-transition: top linear 0.3s;
    transition: top linear 0.3s; }
    @media (min-width: 768px) {
      .ph__back {
        padding: 0.55556rem 5px;
        max-width: 365px; } }
    body.--to-none .ph__back {
      position: relative;
      top: -56px;
      z-index: -9; }
    body.--to-none.--style-fixed .ph__back {
      top: 0; }
    .ph__back a {
      color: rgba(10, 10, 10, 0.7);
      font-size: 0.88889rem;
      letter-spacing: -0.16px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ph__back a i {
        width: 1.22222rem;
        height: 1.22222rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: rgba(255, 255, 255, 0.64);
        color: #D51051;
        border-radius: 50px;
        margin-right: 0.77778rem;
        font-size: 0.38889rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .ph__back a:hover {
        text-decoration: none; }

.pf {
  position: relative;
  background-color: #290000;
  border-radius: 18px;
  padding: 0 1.11111rem;
  padding-bottom: 18px;
  padding-top: 129px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pf {
      padding-bottom: 4.44444rem;
      padding-top: 7.05556rem;
      border-radius: 30px; } }
  .pf__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .pf__inner {
    position: relative;
    max-width: 1162px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .pf__inner {
        border-radius: 24px; } }
    .pf__inner > div {
      padding: 20px 20px;
      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: 10px; }
      @media (min-width: 992px) {
        .pf__inner > div {
          padding: 1.44444rem 2.11111rem 1.55556rem 1.55556rem; } }
      @media (max-width: 767px) {
        .pf__inner > div {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center; } }
      @media (max-width: 767px) {
        .pf__inner > div > * {
          width: 100%; } }
      @media (max-width: 767px) {
        .pf__inner > div > *:not(:last-child) {
          margin-bottom: 10px; } }
  .pf__info {
    position: relative;
    max-width: 601.44px;
    margin: 0 auto;
    margin-bottom: 3rem;
    text-align: center; }
    .pf__info__title {
      font-size: 45px;
      letter-spacing: 2.28px;
      color: #FFF;
      margin-bottom: 1.66667rem; }
      @media (min-width: 768px) {
        .pf__info__title {
          font-size: 4.22222rem; } }
    .pf__info .btn, .pf__info .control-uploader .action, .control-uploader .pf__info .action, .pf__info .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .pf__info .btn {
      font-size: 1.11111rem;
      padding: 0.66667rem 4.5rem; }
  .pf__top {
    border-bottom: 1px solid rgba(54, 20, 31, 0.4); }
  .pf__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pf__menu ul > li {
      line-height: normal;
      margin: 0 0.55556rem; }
      .pf__menu ul > li > a {
        font-size: 0.88889rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.18px;
        color: #290000; }
      .pf__menu ul > li.current-menu-item > a, .pf__menu ul > li:hover > a {
        color: #290000;
        text-decoration: none; }
  .pf__bottom {
    padding-bottom: 1.55556rem; }
    .pf__bottom p {
      font-size: 0.88889rem;
      color: #36141F;
      letter-spacing: -0.14px;
      margin-bottom: 0; }
      .pf__bottom p a {
        color: #D51051;
        text-decoration: underline; }
      .pf__bottom p span {
        opacity: 0.3; }
  .pf__social .w-social__share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.55556rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pf__social .w-social__share ul li {
      margin: 0; }
  .pf__by {
    color: rgba(10, 10, 10, 0.8); }
    @media (min-width: 768px) {
      .pf__by {
        text-align: right; } }

.pm {
  background: #290000;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
  overflow-y: auto;
  height: 100dvh;
  width: 100%;
  padding: 191px 27px 40px;
  z-index: 99;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1280px) {
    .pm {
      display: none; } }
  body.\--show-mobile-menu .pm {
    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 #290000;
    padding-bottom: 20px; }
  .pm__logo {
    max-width: 250px; }
    .pm__logo img {
      height: 50px; }
    .pm__logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right; }
  .pm__toggle {
    width: 36px;
    height: 36px;
    color: #FFF;
    font-size: 15px;
    margin-right: 10px;
    background-color: #D51051;
    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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .pm__menu {
    padding-left: 13px;
    margin-bottom: 20px; }
    .pm__menu > ul {
      margin: 0; }
      .pm__menu > ul > li {
        margin-bottom: 28px;
        line-height: 1; }
        .pm__menu > ul > li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-family: "Rockids Softed", sans-serif;
          font-size: 56px;
          line-height: 1;
          color: #FFF;
          font-weight: 400; }
          .pm__menu > ul > li > a:before {
            content: "\e90c";
            /* 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;
            vertical-align: unset;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background: #290000;
            width: 38.184px;
            height: 38.184px;
            border: 0.8px solid rgba(255, 255, 255, 0.12);
            border-radius: 50px;
            font-size: 17px;
            margin-right: 16px; }
        .pm__menu > ul > li.current-menu-item > a, .pm__menu > ul > li:hover > a {
          text-decoration: none; }
          .pm__menu > ul > li.current-menu-item > a:before, .pm__menu > ul > li:hover > a:before {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
    .pm__menu .sub-menu {
      display: none; }
  .pm .ph__cta {
    display: block;
    margin-bottom: 13px; }
  .pm__buttons {
    margin-top: auto; }
    .pm__buttons a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.32px;
      padding: 12px 10px; }
      .pm__buttons a .icon {
        padding-right: 5px;
        font-size: 15px; }

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

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

.btn, .control-uploader .action, .ui-dialog .i3-dialog-footer .btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 10px 1.11111rem;
  background-color: #D51051;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  letter-spacing: -0.3px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none; }
  .btn:hover, .control-uploader .action:hover, .ui-dialog .i3-dialog-footer .btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn .icon, .control-uploader .action .icon, .ui-dialog .i3-dialog-footer .btn .icon {
    font-size: 10px;
    margin-left: 12px; }
  .btn.\--disabled, .control-uploader .\--disabled.action, .ui-dialog .i3-dialog-footer .\--disabled.btn {
    opacity: .5;
    pointer-events: none; }
  @media (min-width: 992px) {
    .btn__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; } }
  .btn__wrapper br {
    display: none; }
  .btn__wrapper.\--center-both {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 1024px) {
    .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: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .btn.\--style-block, .control-uploader .\--style-block.action, .ui-dialog .i3-dialog-footer .\--style-block.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn.\--style-block .icon, .control-uploader .\--style-block.action .icon {
      margin-left: 5px; }
  .btn.\--arrow, .control-uploader .\--arrow.action, .ui-dialog .i3-dialog-footer .\--arrow.btn {
    padding: 6px 4px;
    padding-left: 1rem; }
    .btn.\--arrow .icon, .control-uploader .\--arrow.action .icon {
      font-size: 0.83333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.22222rem;
      height: 2.22222rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #002A26;
      border-radius: 50px;
      color: #F5EFCC;
      margin-left: 1.11111rem; }
    .btn.\--arrow.--style-block, .control-uploader .\--arrow.--style-block.action {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .btn.\--theme-primary, .control-uploader .\--theme-primary.action, .ui-dialog .i3-dialog-footer .\--theme-primary.btn {
    background-color: #D51051; }
    .btn.\--theme-primary:hover, .control-uploader .\--theme-primary.action:hover {
      background-color: #af0d43; }
  .btn.\--theme-secondary, .control-uploader .\--theme-secondary.action, .ui-dialog .i3-dialog-footer .\--theme-secondary.btn {
    background-color: #FFDC66;
    color: rgba(1, 12, 26, 0.8); }
    .btn.\--theme-secondary:hover, .control-uploader .\--theme-secondary.action:hover {
      background-color: #290000;
      color: #fff; }
  .btn.\--theme-primary-dark, .control-uploader .\--theme-primary-dark.action, .ui-dialog .i3-dialog-footer .\--theme-primary-dark.btn {
    background-color: #290000;
    color: #fff; }
    .btn.\--theme-primary-dark:hover, .control-uploader .\--theme-primary-dark.action:hover {
      background-color: #D51051; }
  .btn.\--theme-tertiary, .control-uploader .\--theme-tertiary.action, .ui-dialog .i3-dialog-footer .\--theme-tertiary.btn {
    background-color: #138B5B;
    color: #fff; }
    .btn.\--theme-tertiary:hover, .control-uploader .\--theme-tertiary.action:hover {
      background-color: #290000;
      color: #fff; }
  .btn.\--theme-transparent, .control-uploader .\--theme-transparent.action, .ui-dialog .i3-dialog-footer .\--theme-transparent.btn {
    background-color: rgba(255, 255, 255, 0.1); }
    .btn.\--theme-transparent:hover, .control-uploader .\--theme-transparent.action:hover {
      background-color: #af0d43; }
  .btn.\--theme-white, .control-uploader .\--theme-white.action, .ui-dialog .i3-dialog-footer .\--theme-white.btn {
    background-color: #FFF;
    border: 0; }
    .btn.\--theme-white:hover, .control-uploader .\--theme-white.action:hover {
      background-color: #D51051; }
  .btn.\--theme-white-secondary, .control-uploader .\--theme-white-secondary.action, .ui-dialog .i3-dialog-footer .\--theme-white-secondary.btn {
    background-color: #fff;
    border: 1px solid #290000;
    color: #290000; }
    .btn.\--theme-white-secondary:hover, .control-uploader .\--theme-white-secondary.action:hover {
      background-color: #D51051;
      border-color: #D51051;
      color: #fff; }
  .btn.\--theme-grey, .control-uploader .\--theme-grey.action, .ui-dialog .i3-dialog-footer .\--theme-grey.btn {
    background-color: #EEEEEE;
    color: #290000;
    border: 0; }
    .btn.\--theme-grey:hover, .control-uploader .\--theme-grey.action:hover {
      background-color: #D51051;
      color: #fff; }
  .btn.\--theme-green, .control-uploader .\--theme-green.action, .ui-dialog .i3-dialog-footer .\--theme-green.btn {
    background-color: #290000;
    border: 0; }
    .btn.\--theme-green:hover, .control-uploader .\--theme-green.action:hover {
      background-color: #D51051; }
  .btn.\--theme-light-green, .control-uploader .\--theme-light-green.action, .ui-dialog .i3-dialog-footer .\--theme-light-green.btn {
    background-color: #D51051;
    border: 0; }
    .btn.\--theme-light-green:hover, .control-uploader .\--theme-light-green.action:hover {
      background-color: #FFDC66; }
  .btn.\--cart-add-message, .control-uploader .\--cart-add-message.action, .ui-dialog .i3-dialog-footer .\--cart-add-message.btn {
    font-size: 0.88889rem;
    font-weight: 500;
    letter-spacing: unset; }
    .btn.\--cart-add-message .icon, .control-uploader .\--cart-add-message.action .icon {
      width: 1.11111rem;
      height: 1.11111rem;
      font-size: 0.5rem; }
  .btn.\--fund-donate, .control-uploader .\--fund-donate.action, .ui-dialog .i3-dialog-footer .\--fund-donate.btn {
    background: #0B9444;
    font-weight: 500;
    letter-spacing: unset;
    color: #fff;
    padding-left: 20px;
    padding-right: 6px; }
    .btn.\--fund-donate:hover, .control-uploader .\--fund-donate.action:hover {
      background-color: #086e33; }
  .btn.\--icon-left, .control-uploader .\--icon-left.action, .ui-dialog .i3-dialog-footer .\--icon-left.btn {
    padding: 6px 16px;
    padding-left: 0; }
    .btn.\--icon-left .icon, .control-uploader .\--icon-left.action .icon {
      margin-left: 5px; }
  .btn.\--style-center span, .control-uploader .\--style-center.action span, .ui-dialog .i3-dialog-footer .\--style-center.btn span {
    width: 100%;
    text-align: center; }
  .btn.\--style-large, .control-uploader .\--style-large.action, .ui-dialog .i3-dialog-footer .\--style-large.btn {
    padding: 0.69444rem 1.11111rem; }
    .btn.\--style-large .icon, .control-uploader .\--style-large.action .icon {
      font-size: 1rem; }
  .btn.\--style-cart, .control-uploader .\--style-cart.action, .ui-dialog .i3-dialog-footer .\--style-cart.btn {
    padding: 0.88889rem 1.11111rem;
    font-size: 1.22222rem; }
    .btn.\--style-cart .icon, .control-uploader .\--style-cart.action .icon {
      font-size: 1rem; }
  .btn.\--style-rounded, .control-uploader .\--style-rounded.action, .ui-dialog .i3-dialog-footer .\--style-rounded.btn {
    border-radius: 4px; }
  .btn.\--email, .control-uploader .\--email.action, .ui-dialog .i3-dialog-footer .\--email.btn {
    padding: 0.72222rem 1.27778rem; }
    .btn.\--email span, .control-uploader .\--email.action span, .ui-dialog .i3-dialog-footer .\--email.btn span {
      text-decoration: underline;
      padding-left: 0.66667rem; }
    .btn.\--email .icon, .control-uploader .\--email.action .icon {
      color: #FFDC66;
      font-size: 0.88889rem;
      margin-left: 0.55556rem; }

@font-face {
  font-family: 'Rockids Softed';
  src: url("/wp-content/themes/hrf-campaign/_ui/media/fonts/RockidsSofted-Regular.woff2") format("woff2"), url("/wp-content/themes/hrf-campaign/_ui/media/fonts/RockidsSofted-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  font-size: 14px; }
  @media (min-width: 1024px) {
    html, body {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    html, body {
      font-size: 18px; } }

html {
  overflow-x: hidden; }

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

a {
  text-decoration: none;
  outline: none;
  color: #290000;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  a:hover {
    outline: none;
    text-decoration: underline; }
  a:focus {
    outline: none; }

body.mce-content-body h1, body.mce-content-body h2, body.mce-content-body h3, body.mce-content-body h4, body.mce-content-body h5, body.mce-content-body h6, body.mce-content-body p {
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #290000;
  margin-bottom: 1rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: black; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #D51051; }

p {
  color: #0a0a0a;
  font-weight: 400;
  line-height: 1.3; }
  p a {
    color: #290000;
    font-weight: 500; }
  p:last-child {
    margin-bottom: 0; }

hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(197, 203, 196, 0.8);
  opacity: 50%; }

blockquote {
  border-left: 1px solid #000;
  padding: 11px 0;
  padding-left: 18px; }
  blockquote p {
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.61111rem;
    color: #290000;
    letter-spacing: -0.589px;
    text-transform: uppercase; }
    blockquote p:last-child {
      margin-bottom: 0; }

@media (max-width: 1600px) {
  .so-widget-so-text-editor-widget h1 br, .so-widget-so-text-editor-widget h2 br, .so-widget-so-text-editor-widget h3 br, .so-widget-so-text-editor-widget h4 br, .so-widget-so-text-editor-widget h5 br, .so-widget-so-text-editor-widget h6 br, .so-widget-so-text-editor-widget p br, .so-widget-so-text-editor-widget ul li br, .so-widget-so-text-editor-widget span br {
    display: none; } }

@media (max-width: 768px) {
  h1 {
    font-size: 44px; }
  h2 {
    font-size: 34px; } }

table {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  margin-bottom: 1rem ;
  font-size: 1em;
  border-collapse: collapse;
  border: 1px solid #e1e1e1; }
  table th,
  table td {
    padding: 30px;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle; }
    table th p,
    table td p {
      margin: 0; }
  table tr:last-child td {
    border-bottom: 0; }
  table thead tr th, table thead tr td {
    background: #f9f9f9; }
  table thead + tbody tr:first-child td, table thead + tbody tr:first-child th {
    background: #fff; }
  table tbody tr:first-child td, table tbody tr:first-child th {
    background: #f9f9f9; }
  table.\--style-pattern-top th {
    padding-top: 65px;
    background-position: top left;
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/bg-pattern-white-top-small.jpg");
    background-repeat: repeat-x;
    vertical-align: middle; }
  table.\--type-publications th, table.\--type-publications td {
    padding-left: 20px;
    padding-right: 20px; }
    table.\--type-publications th:first-child, table.\--type-publications td:first-child {
      padding-left: 30px; }
    table.\--type-publications th:last-child, table.\--type-publications td:last-child {
      padding-right: 30px; }
  table.\--type-publications th {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #193526;
    font-weight: 700;
    border-bottom: 0; }
    table.\--type-publications th:last-child {
      text-align: right; }
  table.\--type-publications tr td {
    color: #656565; }
    table.\--type-publications tr td:first-child {
      font-weight: 700;
      color: #193526;
      width: 45%; }
    table.\--type-publications tr td:last-child {
      width: 20%;
      text-align: right; }

@media (max-width: 767px) {
  .layout__aside.\--filter {
    display: none;
    margin-top: 20px; } }

.layout__aside__title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.layout__toggle .btn:after, .layout__toggle .control-uploader .action:after, .control-uploader .layout__toggle .action:after, .layout__toggle .ui-dialog .i3-dialog-footer .btn:after, .ui-dialog .i3-dialog-footer .layout__toggle .btn:after {
  content: "\e927";
  font-family: 'default';
  margin-left: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body.--show-side-menu .layout__toggle .btn:after, body.--show-side-menu .layout__toggle .control-uploader .action:after, .control-uploader body.--show-side-menu .layout__toggle .action:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .layout__toggle {
    display: none !important;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .layout__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.55556rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.layout__grid__item {
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .layout__grid__item {
      width: 50%;
      padding-left: 1.55556rem; } }
  @media (min-width: 992px) {
    .layout__grid__item {
      width: 25%; } }
  @media (min-width: 1024px) {
    .layout__grid__item > div {
      height: 100%; } }

.layout__grid.\--style-blocks > * {
  margin-bottom: 2rem; }

.layout__grid.\--style-donate {
  margin-left: -1.33333rem;
  margin-bottom: 2rem; }
  .layout__grid.\--style-donate > * {
    padding-left: 1.33333rem;
    margin-bottom: 1.11111rem; }
    @media (min-width: 1280px) {
      .layout__grid.\--style-donate > * {
        width: 25%; } }

@media (min-width: 768px) {
  .layout.\--type-columns {
    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; } }

.layout.\--type-columns > div {
  max-width: 100%;
  width: 100%; }

.layout.\--type-columns .layout__aside {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .layout.\--type-columns .layout__aside {
      max-width: clamp(215px, 50vw, 29.72222rem);
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 0; } }

.layout.\--type-columns .layout__content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .layout.\--type-columns .layout__content {
      max-width: 50.66667rem;
      margin-left: 20px;
      margin-right: 20px; } }
  .layout.\--type-columns .layout__content > .panel-layout > .container {
    padding: 0; }

.layout.\--type-columns .layout__share {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .layout.\--type-columns .layout__share {
      max-width: 44px; } }

.layout.\--type-default-page .layout__aside__inner {
  position: relative;
  background-color: #290000;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/summary-bg.png");
  background-size: cover;
  background-position: bottom right;
  padding: 20px;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .layout.\--type-default-page .layout__aside__inner {
      padding: 2.77778rem 1.94444rem 1.94444rem; } }
  @media (max-width: 767px) {
    .layout.\--type-default-page .layout__aside__inner {
      display: none; } }
  body.--show-side-menu .layout.\--type-default-page .layout__aside__inner {
    display: block; }

.layout.\--type-default-page .layout__aside__menu__title {
  color: #FFF;
  font-weight: 400;
  line-height: normal;
  font-size: 2.11111rem;
  margin-bottom: 0.83333rem; }
  @media (min-width: 768px) {
    .layout.\--type-default-page .layout__aside__menu__title {
      padding: 0 1.33333rem; } }

.layout.\--type-default-page .layout__aside__menu ul {
  margin: 0;
  list-style: none; }
  .layout.\--type-default-page .layout__aside__menu ul li {
    position: relative; }
    .layout.\--type-default-page .layout__aside__menu ul li a {
      color: #FFF;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: -0.4px;
      display: block;
      font-size: 1.11111rem;
      font-weight: 500;
      padding: 0.55556rem 1.55556rem;
      min-height: 2.77778rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 28px;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .layout.\--type-default-page .layout__aside__menu ul li a:before {
        position: absolute;
        content: "\e90c";
        /* 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;
        vertical-align: unset;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.77778rem;
        top: 50%;
        left: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s;
        width: 1.94444rem;
        height: 1.94444rem;
        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: #290000;
        color: #FFF;
        border-radius: 50px; }
    .layout.\--type-default-page .layout__aside__menu ul li.current_page_item a, .layout.\--type-default-page .layout__aside__menu ul li:hover a {
      text-decoration: none;
      background: #FFDC66;
      color: #290000;
      padding-left: 3.33333rem; }
      @media (min-width: 992px) {
        .layout.\--type-default-page .layout__aside__menu ul li.current_page_item a, .layout.\--type-default-page .layout__aside__menu ul li:hover a {
          padding-left: 2.77778rem; } }
      .layout.\--type-default-page .layout__aside__menu ul li.current_page_item a:before, .layout.\--type-default-page .layout__aside__menu ul li:hover a:before {
        opacity: 1; }
    .layout.\--type-default-page .layout__aside__menu ul li + li {
      margin-top: 5px; }
    .layout.\--type-default-page .layout__aside__menu ul li .ph__mega-menu {
      display: none !important; }

.layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h1, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h2, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h3, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h4, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h5, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget h6, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget p, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget ul li, .layout.\--type-default-page .layout__content .so-widget-so-text-editor-widget span {
  color: #290000; }

.layout.\--type-default-page .layout__content p {
  letter-spacing: -0.2px; }

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=password],
input[type=date],
textarea {
  width: 100%;
  padding: 0.66667rem 0.83333rem;
  font-family: "Special Gothic", sans-serif;
  font-size: 0.88889rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.2;
  color: #290000;
  border-radius: 6.897px;
  border: 1.032px solid rgba(41, 0, 0, 0.4);
  background: rgba(238, 238, 238, 0.25);
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  input[type=email]:active, input[type=email]:focus,
  input[type=number]:active,
  input[type=number]:focus,
  input[type=text]:active,
  input[type=text]:focus,
  input[type=tel]:active,
  input[type=tel]:focus,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=date]:active,
  input[type=date]:focus,
  textarea:active,
  textarea:focus {
    border-color: #290000; }

input[type=date] {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

textarea {
  height: 144px;
  background: #EDE5D8;
  border-color: #EDE5D8;
  border-radius: 9.714px; }

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

::-webkit-input-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: rgba(41, 0, 0, 0.8); }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

form p {
  line-height: 1.4; }
  form p.small {
    font-size: 0.83333rem; }

form fieldset {
  margin-bottom: 1.66667rem; }
  form fieldset p {
    font-size: 0.88889rem;
    font-weight: 400; }
  form fieldset > .control-group:last-child {
    margin-bottom: 0; }
  form fieldset.\--theme-mild {
    padding: 2.5rem 2.22222rem 2.22222rem;
    border-bottom: 0 none;
    background: #FFFFFF;
    border: 2px solid #62267E;
    border-radius: 25px 25px 0px 0px; }
    @media (max-width: 767px) {
      form fieldset.\--theme-mild {
        padding: 20px; } }
    form fieldset.\--theme-mild .box-gdpr-consent {
      background: rgba(151, 78, 185, 0.07);
      border-radius: 8px;
      padding: 1.66667rem;
      font-size: 0.83333rem;
      font-weight: 400;
      color: #565656;
      line-height: 160%; }
      form fieldset.\--theme-mild .box-gdpr-consent a {
        color: #62267E;
        font-weight: 500; }
  form fieldset.\--theme-address {
    padding: 2.5rem 2.22222rem 2.22222rem;
    border-bottom: 0 none;
    background: #FFFFFF;
    border: 2px solid #ADAFAF;
    border-radius: 25px 25px 0px 0px; }
    @media (max-width: 767px) {
      form fieldset.\--theme-address {
        padding: 20px; } }

label.error {
  font-size: 12px;
  color: red;
  padding: 4px 0 0 0;
  margin-bottom: 0;
  display: block; }

.grecaptcha-badge {
  z-index: 999; }

.gform_wrapper.gravity-theme .gform_heading {
  display: none; }

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gform-field-label {
  display: block;
  font-size: 1.02017rem !important;
  font-weight: 500 !important;
  line-height: 1.4;
  color: #290000;
  margin-bottom: 0.55556rem !important; }

.gform_wrapper.gravity-theme .gfield_required {
  padding-left: 3px !important;
  color: #290000 !important; }

@media (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2%;
    grid-row-gap: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%; } }

.gform_wrapper.gravity-theme .gform_fields .gfield {
  grid-column: 1/-1;
  min-width: 0;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gform_fields .gfield {
      margin-bottom: 0.27778rem; } }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half {
      -ms-grid-column-span: 6;
      grid-column: span 6; } }
  .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12; }
  .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_date {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address {
    margin: 0 -4px; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address > span {
      margin: 0 4px;
      margin-bottom: 20px; }
  .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex .ginput_container_date {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      max-width: 20%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex .ginput_container_date + * {
        margin-left: 10px; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex span.ginput_full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 1%; }
    .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
      padding-left: 1%;
      padding-right: 0; }

.gform_wrapper.gravity-theme .gfield_checkbox > .gchoice, .gform_wrapper.gravity-theme .gfield_radio > .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px; }
  .gform_wrapper.gravity-theme .gfield_checkbox > .gchoice .gform-field-label, .gform_wrapper.gravity-theme .gfield_radio > .gchoice .gform-field-label {
    margin-left: 10px;
    margin-bottom: 0; }

.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme textarea {
  padding: 0.5rem 1.33333rem !important;
  font-size: 1rem !important; }

.gform_wrapper.gravity-theme ::-webkit-input-placeholder {
  font-size: 1rem;
  color: rgba(59, 61, 60, 0.4);
  font-weight: 600; }

.gform_wrapper.gravity-theme :-moz-placeholder {
  font-size: 1rem;
  color: rgba(59, 61, 60, 0.4);
  font-weight: 600; }

.gform_wrapper.gravity-theme :-ms-input-placeholder {
  font-size: 1rem;
  color: rgba(59, 61, 60, 0.4);
  font-weight: 600; }

.gform_wrapper.gravity-theme :-moz-placeholder {
  font-size: 1rem;
  color: rgba(59, 61, 60, 0.4);
  font-weight: 600; }

.gform_wrapper.gravity-theme input[type="submit"] {
  background-color: #290000;
  border: 0;
  padding: 0.72222rem 0;
  font-size: 1.11111rem;
  line-height: normal;
  color: #FFF;
  border-radius: 50px;
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-height: unset !important;
  line-height: normal !important;
  margin: 0 !important; }
  .gform_wrapper.gravity-theme input[type="submit"]:hover {
    background-color: #290000;
    color: #FFF; }

.gform_wrapper.gravity-theme textarea {
  height: 232px !important;
  resize: none; }

.gform_wrapper.gravity-theme .gfield--type-consent legend {
  display: none; }

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 1023px) {
    .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
      margin-bottom: 0.83333rem; } }
  .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"] {
    -webkit-appearance: none;
    border: 0 !important;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 2; }
    .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:before {
      content: "";
      width: 12px;
      height: 12px;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1.5px solid #c5c9d2;
      border-radius: 2px; }
      @media (min-width: 1024px) {
        .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:before {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1280px) {
        .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:before {
          margin-top: 0; } }
    .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:checked:before {
      content: "\e90a";
      font-family: 'default';
      background-color: #D51051;
      font-size: 0.66667rem;
      color: #fff;
      border-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 4px; }
    .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:checked ~ label {
      border: 2px solid #D51051; }
    .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent input[type="checkbox"]:focus {
      -webkit-box-shadow: unset !important;
      box-shadow: unset !important;
      outline: 0; }
  .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent label {
    width: 100%;
    font-size: 1rem !important;
    color: #290000;
    font-weight: 600;
    letter-spacing: -0.36px;
    background-color: #FFFCF6;
    border-radius: 8px;
    border: 1.197px solid #CFD5CE;
    padding: 0.63889rem 1.94444rem 0.63889rem 3.27778rem;
    margin: 0 !important;
    cursor: pointer;
    max-width: 100%; }
    @media (min-width: 1023px) {
      .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent label {
        margin-bottom: 0; } }

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important; }

.gform_validation_errors {
  padding: 15px 15px 12px !important; }

.gform_submission_error {
  font-size: 1rem !important;
  color: red;
  outline: none !important; }

.gfield_validation_message {
  color: red;
  font-weight: 500;
  font-size: 0.72222rem;
  margin-top: 0.72222rem; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: "Special Gothic", sans-serif; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  position: unset !important; }

.control-checkbox {
  line-height: 1; }
  .control-checkbox > label {
    display: block;
    cursor: pointer;
    min-width: 24px;
    min-height: 24px;
    position: relative; }
  .control-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox {
      background-color: #290000;
      border-color: #290000; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__checkbox > i {
        opacity: 1;
        color: #fff; }
    .control-checkbox input[type=checkbox]:checked + .control-checkbox__content {
      border: 1.675px solid rgba(0, 0, 0, 0.3);
      background: #6F0131; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__text {
        color: #fff; }
      .control-checkbox input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__checkbox {
        background-color: #D51051;
        border-color: #D51051; }
        .control-checkbox input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__checkbox > i {
          opacity: 1;
          color: #fff; }
  .control-checkbox__checkbox {
    display: inline-block;
    width: 1.07778rem;
    height: 1.07778rem;
    border-radius: 3.886px;
    border: 1.395px solid #C5C9D2;
    background: #FFF;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    font-size: 0.66667rem;
    text-align: center;
    left: 0px; }
    .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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      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;
      height: 100%; }
      .control-checkbox__checkbox > i:before {
        position: relative;
        top: 1px; }
  .control-checkbox__text {
    display: inline-block;
    font-family: "Special Gothic", sans-serif;
    font-size: 0.8635rem;
    font-weight: 600;
    letter-spacing: -0.311px;
    color: #290000;
    line-height: 1.2;
    margin: 0;
    padding-left: 12px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
  .control-checkbox__content {
    position: relative;
    padding: 11px 11px;
    border-radius: 12px;
    border: 1.002px solid rgba(41, 0, 0, 0.4);
    background: rgba(238, 238, 238, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .control-checkbox__content .control-checkbox__checkbox {
      left: 20px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
  .control-checkbox.\--simple .control-checkbox__content {
    padding: 0;
    border: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important; }
  .control-checkbox.\--simple .control-checkbox__checkbox {
    left: 0; }
  .control-checkbox.\--style-green .control-checkbox__content {
    border-radius: 8px;
    border: 1px solid #290000;
    background: rgba(215, 235, 173, 0.5);
    padding: 13px 15px;
    color: #290000; }
  .control-checkbox.\--style-green .control-checkbox__text {
    color: #290000; }
  .control-checkbox.\--fancy .control-checkbox__content {
    border-radius: 50px;
    background: rgba(41, 0, 0, 0.6);
    border-color: rgba(154, 202, 60, 0.4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .control-checkbox.\--fancy .control-checkbox__content:hover {
      background-color: #D51051;
      border-color: #D51051; }
  .control-checkbox.\--fancy .control-checkbox__text {
    font-size: 1rem;
    letter-spacing: -0.36px;
    color: #fff;
    margin: 0;
    margin-right: 0.55556rem; }
  .control-checkbox.\--fancy .control-checkbox__checkbox {
    width: 1.27778rem;
    height: 1.27778rem;
    font-size: 0.88889rem;
    border-color: #fff;
    border-radius: 50px; }
  .control-checkbox.\--fancy input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    .control-checkbox.\--fancy input[type=checkbox]:checked + .control-checkbox__content {
      border-color: #FFDC66;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFDC66), to(#FFDC66)), #D51051;
      background: -webkit-linear-gradient(bottom, #FFDC66 0%, #FFDC66 100%), #D51051;
      background: -o-linear-gradient(bottom, #FFDC66 0%, #FFDC66 100%), #D51051;
      background: linear-gradient(0deg, #FFDC66 0%, #FFDC66 100%), #D51051; }
      .control-checkbox.\--fancy input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__text {
        color: #36141f; }
      .control-checkbox.\--fancy input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__checkbox {
        background-color: #FFF;
        border-color: #FFF; }
        .control-checkbox.\--fancy input[type=checkbox]:checked + .control-checkbox__content .control-checkbox__checkbox > i {
          opacity: 1;
          color: #D51051; }

.control-group {
  margin-bottom: 20px; }
  .control-group__label {
    font-family: "Special Gothic", sans-serif;
    font-size: 0.88889rem;
    color: #290000;
    letter-spacing: -0.32px;
    font-weight: 500;
    margin-bottom: 10px; }
    .control-group__label i {
      display: inline-block;
      vertical-align: top;
      font-size: 1em;
      margin-right: 10px; }
    .control-group__label label {
      display: inline-block; }
    .control-group__label span {
      color: #290000; }
  .control-group span.optional {
    display: none;
    float: right;
    font-size: 0.88889rem;
    color: #290000; }
  .control-group span.required {
    color: #290000; }
  .control-group__message {
    font-size: 14px;
    padding: 10px 0; }
  .control-group__control {
    position: relative; }
    .control-group__control .iti {
      display: block;
      color: #290000; }
  .control-group__stars {
    padding: 14px;
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block; }
    .control-group__stars .control-radio {
      display: none; }
    .control-group__stars a {
      text-decoration: none;
      color: #CCC;
      margin-right: 3px;
      font-size: 26px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .control-group__stars a.cancel {
        margin-right: 10px;
        font-size: 16px;
        margin-top: 3px;
        color: red; }
        .control-group__stars a.cancel i:before {
          content: "\e910"; }
      .control-group__stars a.rating {
        color: #000000; }
      .control-group__stars a.rating-over {
        color: #000000; }
      .control-group__stars a 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;
        vertical-align: unset;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .control-group__stars a i:before {
          content: "\e91e"; }
  .control-group.\--type-calculator {
    border: 2px solid #CCC;
    position: relative; }
    .control-group.\--type-calculator:after {
      content: "";
      display: block;
      position: absolute;
      right: 200px;
      top: 0;
      bottom: 0;
      border-left: 2px solid #CCC; }
    .control-group.\--type-calculator ::-webkit-input-placeholder {
      color: #333; }
    .control-group.\--type-calculator :-moz-placeholder {
      color: #333; }
    .control-group.\--type-calculator :-ms-input-placeholder {
      color: #333; }
    .control-group.\--type-calculator :-moz-placeholder {
      color: #333; }
    .control-group.\--type-calculator input[type=email],
    .control-group.\--type-calculator input[type=number],
    .control-group.\--type-calculator input[type=text],
    .control-group.\--type-calculator input[type=password],
    .control-group.\--type-calculator .control-select {
      border: 0;
      color: #333;
      font-weight: 700; }
    .control-group.\--type-calculator .control-group__label {
      font-size: 17px;
      font-weight: 700;
      color: #666666;
      margin-bottom: 0;
      padding: 20px 250px 20px 20px; }
    .control-group.\--type-calculator .control-group__control {
      position: absolute;
      top: 0;
      right: 0;
      width: 200px; }
    .control-group.\--type-calculator .control-group__control__prefix {
      position: absolute;
      left: -30px;
      top: 50%;
      margin-top: -10px;
      font-size: 19px;
      font-weight: 700;
      color: #666; }
  .control-group.\--type-creditcard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-left: 50px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .control-group.\--type-creditcard {
        display: block; } }
    .control-group.\--type-creditcard img {
      position: absolute;
      width: 18px;
      height: 12px;
      top: 50%;
      left: 20px;
      margin-top: -6px; }
    .control-group.\--type-creditcard input[type="text"], .control-group.\--type-creditcard input[type="number"] {
      border: 0;
      padding: 18px 15px; }
    .control-group.\--type-creditcard > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
      .control-group.\--type-creditcard > div:first-child {
        width: 45%; }
        @media (max-width: 767px) {
          .control-group.\--type-creditcard > div:first-child {
            width: auto; } }
    .control-group.\--type-creditcard .control-group__label {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0;
      min-width: 75px; }
      .control-group.\--type-creditcard .control-group__label label {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        display: inline; }
    @media (max-width: 767px) {
      .control-group.\--type-creditcard .control-group__control {
        width: auto !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
  .control-group.\--type-prefix input[type=email],
  .control-group.\--type-prefix input[type=number],
  .control-group.\--type-prefix input[type=text],
  .control-group.\--type-prefix input[type=password] {
    padding-left: 50px; }
  .control-group.\--type-prefix .control-group__control__prefix {
    position: absolute;
    left: 20px;
    top: 21px; }
  .control-group.\--type-newsletter {
    position: relative; }
    .control-group.\--type-newsletter input[type=email], .control-group.\--type-newsletter input[type=text] {
      border: 1px solid #FFFFFF;
      border-radius: 100px;
      font-family: "Rockids Softed", sans-serif;
      font-size: 1rem;
      font-weight: 460;
      background-color: transparent;
      letter-spacing: -0.01em;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.1;
      padding: 23px 65px 27px 35px !important; }
      .control-group.\--type-newsletter input[type=email]:active, .control-group.\--type-newsletter input[type=email]:focus, .control-group.\--type-newsletter input[type=text]:active, .control-group.\--type-newsletter input[type=text]:focus {
        border-color: #290000; }
      .control-group.\--type-newsletter input[type=email]::-webkit-input-placeholder, .control-group.\--type-newsletter input[type=text]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .control-group.\--type-newsletter input[type=email]:-moz-placeholder, .control-group.\--type-newsletter input[type=text]:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .control-group.\--type-newsletter input[type=email]:-ms-input-placeholder, .control-group.\--type-newsletter input[type=text]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .control-group.\--type-newsletter input[type=email]:-moz-placeholder, .control-group.\--type-newsletter input[type=text]:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
    .control-group.\--type-newsletter .control-group__submit {
      width: 55px;
      height: 55px;
      position: absolute;
      top: 6px;
      right: 6px; }
      @media (min-width: 1280px) {
        .control-group.\--type-newsletter .control-group__submit {
          width: 58px;
          height: 58px;
          top: 5px;
          right: 5px; } }
      .control-group.\--type-newsletter .control-group__submit button {
        width: 100%;
        height: 100%;
        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;
        font-size: 22px;
        border-radius: 50px; }
    .control-group.\--type-newsletter .wpcf7-form-control-wrap {
      position: relative;
      display: block; }
    @media (min-width: 1024px) {
      .control-group.\--type-newsletter .wpcf7-not-valid-tip {
        position: absolute; } }
  .control-group.\--type-price {
    position: relative; }
    .control-group.\--type-price ::-webkit-input-placeholder {
      color: #CCC; }
    .control-group.\--type-price :-moz-placeholder {
      color: #CCC; }
    .control-group.\--type-price :-ms-input-placeholder {
      color: #CCC; }
    .control-group.\--type-price :-moz-placeholder {
      color: #CCC; }
    .control-group.\--type-price input[type=text],
    .control-group.\--type-price input[type=number],
    .control-group.\--type-price input[type=email],
    .control-group.\--type-price input[type=password] {
      font-size: 24px;
      line-height: 1;
      color: #333;
      letter-spacing: -1px;
      padding: 3px 0;
      border: 0;
      border-bottom: 3px solid #333;
      background-color: transparent;
      text-indent: 17px;
      font-size: 36px; }
    .control-group.\--type-price .control-group__control > span {
      position: absolute;
      top: 17px;
      left: 0;
      font-size: 24px;
      color: #333; }
    .control-group.\--type-price button {
      position: absolute;
      top: 11px;
      right: 8px;
      background-color: transparent;
      color: #666; }
  .control-group.\--type-search-page {
    position: relative; }
    .control-group.\--type-search-page .control-group__control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .control-group.\--type-search-page .control-group__control input[type="text"] {
        border-color: #D9D9D9;
        margin-right: 0.83333rem; }
  .control-group.\--type-search input[type=text] {
    padding-right: 42px; }
  .control-group.\--type-search .icon {
    font-size: 0.88889rem;
    position: absolute;
    right: 0.88889rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #290000; }
  .control-group.\--style-small input[type=email],
  .control-group.\--style-small input[type=number],
  .control-group.\--style-small input[type=text],
  .control-group.\--style-small input[type=password],
  .control-group.\--style-small textarea {
    padding: 10px; }
  .control-group.\--style-small .control-select {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-check {
    padding: 12px;
    font-size: 14px;
    font-weight: 400; }
  .control-group.\--style-small .control-checkbox__checkbox {
    width: 20px;
    height: 20px; }
  .control-group.\--style-small .control-group__label, .control-group.\--style-small .control-checkbox__text {
    font-size: 14px; }
  .control-group.\--style-xsmall input[type=email],
  .control-group.\--style-xsmall input[type=number],
  .control-group.\--style-xsmall input[type=text],
  .control-group.\--style-xsmall input[type=password],
  .control-group.\--style-xsmall textarea {
    padding: 10px; }
  .control-group.\--style-xsmall .control-select {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-check {
    padding: 12px;
    font-size: 13px;
    font-weight: 400; }
  .control-group.\--style-xsmall .control-checkbox__checkbox {
    width: 12px;
    height: 12px; }
    .control-group.\--style-xsmall .control-checkbox__checkbox > i {
      font-size: 8px;
      margin-top: -15px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1px; }
  .control-group.\--style-xsmall .control-group__label, .control-group.\--style-xsmall .control-checkbox__text {
    font-size: 13px; }
  .control-group.\--style-xsmall .control-checkbox__text {
    margin: 0 0 0 2px; }
  .control-group.\--type-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .control-group.\--type-horizontal.\--long-labels .control-group__label {
      width: 50%; }
    .control-group.\--type-horizontal .control-group__label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: top;
      font-size: 18px;
      font-weight: 700;
      padding-top: 10px; }
      .control-group.\--type-horizontal .control-group__label label {
        display: inline-block; }
    .control-group.\--type-horizontal .control-group__control {
      display: block;
      width: 100%; }
  .control-group.\--style-postcode .control-group__label {
    padding-right: 25px; }
  .control-group.\--style-postcode .control-group__control {
    position: relative; }
    .control-group.\--style-postcode .control-group__control .icon {
      position: absolute;
      top: 11px;
      right: 12px;
      font-size: 20px;
      color: #000000; }
  .control-group.\--type-range input[type="text"] {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 5px; }
  .control-group.\--type-range .to {
    margin-top: 7px;
    font-size: 11px;
    color: #222;
    display: inline-block; }
  .control-group.\--type-range .slider-range {
    height: 5px;
    background-color: #666666;
    margin: 0 5px;
    border-radius: 5px; }
    .control-group.\--type-range .slider-range .ui-slider-range {
      background-color: #333; }
    .control-group.\--type-range .slider-range .ui-slider-handle {
      width: 12px;
      height: 12px;
      border: 0;
      top: -4px;
      margin-left: -7px;
      background-color: #333;
      border-radius: 50%;
      border: 2px solid #333; }
  .control-group.\--type-header-search {
    margin-bottom: 0;
    background-color: #fff; }
    .control-group.\--type-header-search .control-group__control {
      position: relative; }
      .control-group.\--type-header-search .control-group__control input[type="text"] {
        padding-right: 35px;
        padding-left: 0;
        padding-top: 0px;
        padding-bottom: 0;
        line-height: 78px;
        font-family: "Rockids Softed", sans-serif;
        border: 0;
        font-size: 32px;
        color: #1D3922; }
        .control-group.\--type-header-search .control-group__control input[type="text"]:-moz-placeholder {
          color: #999; }
        .control-group.\--type-header-search .control-group__control input[type="text"]::-moz-placeholder {
          color: #999; }
        .control-group.\--type-header-search .control-group__control input[type="text"]:-ms-input-placeholder {
          color: #999; }
        .control-group.\--type-header-search .control-group__control input[type="text"]::-webkit-input-placeholder {
          color: #999; }
        .ph.\--style-small .control-group.\--type-header-search .control-group__control input[type="text"] {
          line-height: 58px; }
      .control-group.\--type-header-search .control-group__control button {
        position: absolute;
        right: 10px;
        top: 50%;
        font-size: 22px;
        color: #999;
        margin-top: -11px;
        background: none;
        line-height: 1; }
  .control-group.\--style-quick-donate input[type="text"],
  .control-group.\--style-quick-donate input[type="number"],
  .control-group.\--style-quick-donate .control-select {
    font-size: 1.07339rem;
    font-weight: 600; }
  .control-group.\--style-quick-donate.\--style-currency {
    position: relative; }
    .control-group.\--style-quick-donate.\--style-currency input[type="text"],
    .control-group.\--style-quick-donate.\--style-currency input[type="number"],
    .control-group.\--style-quick-donate.\--style-currency .control-select {
      padding-left: 1.66667rem; }
  .control-group.\--style-quick-donate .control-group__currency {
    position: absolute;
    top: 50%;
    left: 1.44444rem;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    font-size: 1.07339rem;
    font-weight: 600;
    color: #D51051; }
  .control-group.\--style-quick-donate.\--submit > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .control-group.\--style-custom-donation-amount {
    position: relative; }
    .control-group.\--style-custom-donation-amount input[type="radio"] {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .control-group.\--style-custom-donation-amount input[type="radio"]:checked {
        pointer-events: none; }
        .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="text"], .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="number"] {
          border-color: #FFDC66; }
          .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="text"]::-webkit-input-placeholder, .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="number"]::-webkit-input-placeholder {
            color: rgba(245, 239, 204, 0.6) !important; }
          .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="text"]:-moz-placeholder, .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="number"]:-moz-placeholder {
            color: rgba(245, 239, 204, 0.6) !important; }
          .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="text"]:-ms-input-placeholder, .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="number"]:-ms-input-placeholder {
            color: rgba(245, 239, 204, 0.6) !important; }
          .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="text"]:-moz-placeholder, .control-group.\--style-custom-donation-amount input[type="radio"]:checked ~ .control-group__control input[type="number"]:-moz-placeholder {
            color: rgba(245, 239, 204, 0.6) !important; }
    .control-group.\--style-custom-donation-amount .control-group__border {
      position: absolute;
      border: 1px solid #ccc;
      pointer-events: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .control-group.\--style-custom-donation-amount .control-group__currency {
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      font-size: 1rem;
      text-transform: uppercase;
      color: #ffdc66;
      z-index: 1; }
    .control-group.\--style-custom-donation-amount input[type="text"], .control-group.\--style-custom-donation-amount input[type="number"] {
      border: 0;
      text-align: left;
      padding: 0.52778rem 20px;
      padding-left: 35px;
      color: white;
      font-size: 1.05556rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.36px;
      font-weight: 400;
      border-radius: 8px;
      border: 2px solid rgba(251, 249, 235, 0.08);
      background: rgba(0, 0, 0, 0.15);
      -webkit-backdrop-filter: blur(13.26295px);
      backdrop-filter: blur(13.26295px); }
    .control-group.\--style-custom-donation-amount ::-webkit-input-placeholder {
      color: rgba(245, 239, 204, 0.6) !important; }
    .control-group.\--style-custom-donation-amount :-moz-placeholder {
      color: rgba(245, 239, 204, 0.6) !important; }
    .control-group.\--style-custom-donation-amount :-ms-input-placeholder {
      color: rgba(245, 239, 204, 0.6) !important; }
    .control-group.\--style-custom-donation-amount :-moz-placeholder {
      color: rgba(245, 239, 204, 0.6) !important; }
    .control-group.\--style-custom-donation-amount input[type=number]::-webkit-inner-spin-button,
    .control-group.\--style-custom-donation-amount input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .control-group.\--style-cause-select {
    margin-bottom: 0; }
    .control-group.\--style-cause-select .control-select, .control-group.\--style-cause-select input[type=text] {
      padding: 0.56667rem 1.2rem;
      font-weight: 600;
      border-radius: 8px; }
  .control-group.\--style-picker [class^="icon-"] {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .control-group.\--style-picker .hidden-field {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }
  .control-group.\--style-picker .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .control-group.\--style-picker .row [class^="col-"] {
      float: none;
      margin-right: 10px; }
    .control-group.\--style-picker .row > *:first-child {
      border: 1px solid #ccc; }
    .control-group.\--style-picker .row > *:last-child {
      margin-right: 0; }
  .control-group.\--style-currency-holder .control-group__label {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .control-group.\--style-currency-holder .control-group__currency {
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 16px;
    color: #D51051; }
    @media (min-width: 960px) {
      .control-group.\--style-currency-holder .control-group__currency {
        top: 14px; } }
  .control-group.\--style-currency-holder input {
    padding-left: 25px; }
  .control-group.\--style-currency-holder.\--style-appeals input {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-color: #ebebeb; }
    .control-group.\--style-currency-holder.\--style-appeals input:focus, .control-group.\--style-currency-holder.\--style-appeals input:active {
      border-color: #8ec63d; }
  .control-group.\--style-currency-holder.\--style-appeals input[type=number]::-webkit-inner-spin-button,
  .control-group.\--style-currency-holder.\--style-appeals input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .control-group.\--style-currency-holder.\--style-appeals .control-group__currency {
    font-size: 24px;
    left: 15px;
    color: #333;
    top: 11px;
    font-weight: 500; }
  .control-group.\--style-currency-holder.\--style-donation-small input {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 30px;
    margin-top: 0px;
    width: 100px;
    text-align: right;
    padding-right: 0;
    border-color: #000000; }
  .control-group.\--style-currency-holder.\--style-donation-small input[type=number]::-webkit-inner-spin-button,
  .control-group.\--style-currency-holder.\--style-donation-small input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .control-group.\--style-currency-holder.\--style-donation-small .control-group__currency {
    font-size: 15px;
    left: 15px;
    color: #000000;
    top: 3px;
    font-weight: 700; }
  .control-group.\--type-select {
    padding: 0.94444rem 1.22222rem 0.61111rem;
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(251, 249, 235, 0.08);
    border-radius: 8.967px;
    -webkit-box-shadow: 0 1.287px 2.574px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.287px 2.574px 0 rgba(0, 0, 0, 0.05); }
    .control-group.\--type-select .control-group__label {
      text-align: left;
      color: #DFF7C9;
      font-size: 0.63889rem;
      font-weight: 500;
      margin-bottom: 2px;
      letter-spacing: 1px; }
    .control-group.\--type-select .control-select {
      border: 0;
      padding: 0;
      background: transparent;
      color: #FFF;
      letter-spacing: 1px; }
      .control-group.\--type-select .control-select > span:after {
        font-size: 1.5rem;
        right: 0;
        top: -8px;
        color: #FFF;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset; }

.control-radio {
  line-height: 1; }
  .control-radio > label {
    display: block;
    cursor: pointer;
    padding-left: 32px;
    min-width: 32px;
    min-height: 32px;
    position: relative; }
  .control-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio input[type=radio]:checked + .control-radio__radio {
      border-color: #000; }
      .control-radio input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1;
        background-color: #fff; }
      .control-radio input[type=radio]:checked + .control-radio__radio + .control-radio__text {
        color: #333; }
  .control-radio__radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0; }
    .control-radio__radio > i {
      display: block;
      width: 14px;
      height: 14px;
      border: 2px solid #FFF;
      border-radius: 50%;
      margin: 8px auto 0 auto;
      opacity: 0; }
  .control-radio__text {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    color: #666;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    line-height: 1.3;
    margin: 8px 0px 8px 13px;
    font-size: 18px; }
  .control-radio.\--style-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .control-radio.\--style-payment > label {
      padding-left: 0;
      min-height: 0;
      min-width: 100%;
      width: 100%; }
    .control-radio.\--style-payment input[type=radio] {
      opacity: 0;
      position: absolute; }
      .control-radio.\--style-payment input[type=radio]:checked ~ .control-radio__text {
        border: 1px solid rgba(251, 249, 235, 0.08);
        background: rgba(44, 88, 70, 0.4);
        -webkit-backdrop-filter: blur(23.05805px);
        backdrop-filter: blur(23.05805px); }
    .control-radio.\--style-payment .control-radio__text {
      text-align: center;
      width: 100%;
      font-size: 0.88889rem;
      line-height: 1;
      padding: 0.55556rem 0.83333rem;
      color: #FFF;
      border-radius: 32px;
      border: 1px solid transparent;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s;
      margin: 0; }
  .w-donate-form .control-radio.\--style-amount {
    height: 100%; }
  .control-radio.\--style-amount > label {
    padding: 0;
    min-width: 0;
    min-height: 0; }
    .w-donate-form .control-radio.\--style-amount > label {
      height: 100%; }
  .control-radio.\--style-amount input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio.\--style-amount input[type=radio]:checked ~ .control-radio__radio {
      opacity: 1; }
    .control-radio.\--style-amount input[type=radio]:checked ~ .control-radio__text {
      border-color: #FFDC66; }
  .control-radio.\--style-amount .control-radio__text {
    display: block;
    position: relative;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid rgba(251, 249, 235, 0.08);
    background: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(13.26295px);
    backdrop-filter: blur(13.26295px);
    font-weight: 500;
    font-size: 1.05556rem;
    color: #FFF;
    line-height: 1.1;
    padding: 0.77778rem 0.11111rem 0.72222rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    text-align: center; }
    .control-radio.\--style-amount .control-radio__text:hover {
      border-color: #FFDC66; }
    .w-donate-form .control-radio.\--style-amount .control-radio__text {
      height: 100%; }
    .control-radio.\--style-amount .control-radio__text em {
      font-style: normal;
      padding-right: 1px; }
  .control-radio.\--style-checkbox input[type=radio] {
    opacity: 0;
    position: absolute; }
    .control-radio.\--style-checkbox input[type=radio]:checked + .control-radio__radio {
      border-color: #000;
      background-color: #000; }
      .control-radio.\--style-checkbox input[type=radio]:checked + .control-radio__radio > i {
        opacity: 1;
        color: #fff; }
  .control-radio.\--style-checkbox .control-radio__radio {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #cccccc;
    vertical-align: top;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    border-radius: 3px; }
    .control-radio.\--style-checkbox .control-radio__radio > 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0;
      width: 0;
      height: 0;
      border: 0 none;
      margin: 0; }
      .control-radio.\--style-checkbox .control-radio__radio > i:before {
        line-height: 32px;
        margin-left: 9px; }
  .control-radio.\--style-checkbox .control-radio__text {
    display: inline-block;
    vertical-align: top;
    color: #666;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    line-height: 1.3;
    margin: 8px 0px 8px 13px;
    font-size: 18px; }
  .control-radio.\--style-payment-method img {
    max-width: 100px; }
  .control-radio.\--style-payment-method p {
    font-size: 16px; }
  .control-radio.\--style-payment-method .control-radio__radio {
    border-width: 2px;
    top: 0;
    margin-top: 6px; }
    .control-radio.\--style-payment-method .control-radio__radio i {
      border: 0;
      margin-top: 7px; }
  .control-radio.\--style-payment-method input[type=radio]:checked ~ .control-radio__radio {
    border-color: #D51051; }
    .control-radio.\--style-payment-method input[type=radio]:checked ~ .control-radio__radio i {
      background-color: #D51051; }
  .control-radio.\--style-amount-schedule {
    position: relative; }
    .w-donate-form .control-radio.\--style-amount-schedule {
      height: 100%; }
    .control-radio.\--style-amount-schedule > label {
      padding: 0;
      min-width: 0;
      min-height: 0;
      height: 100%; }
      .w-donate-form .control-radio.\--style-amount-schedule > label {
        height: 100%; }
    .control-radio.\--style-amount-schedule input[type=radio] {
      opacity: 0;
      position: absolute; }
      .control-radio.\--style-amount-schedule input[type=radio]:checked ~ .control-radio__radio {
        opacity: 1; }
      .control-radio.\--style-amount-schedule input[type=radio]:checked ~ .control-radio__text-content {
        background: #290000;
        border-color: rgba(255, 255, 255, 0.12); }
    .control-radio.\--style-amount-schedule .control-radio__text-content {
      height: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 10, 10, 0.7)), to(rgba(10, 10, 10, 0.7))), -webkit-gradient(linear, left bottom, left top, from(#121915), to(#121915)), -webkit-gradient(linear, left bottom, left top, from(rgba(29, 36, 32, 0.2)), to(rgba(29, 36, 32, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#121915), to(#121915)), #F2F5F3;
      background: -webkit-linear-gradient(bottom, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%), -webkit-linear-gradient(bottom, #121915 0%, #121915 100%), -webkit-linear-gradient(bottom, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), -webkit-linear-gradient(bottom, #121915 0%, #121915 100%), #F2F5F3;
      background: -o-linear-gradient(bottom, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%), -o-linear-gradient(bottom, #121915 0%, #121915 100%), -o-linear-gradient(bottom, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), -o-linear-gradient(bottom, #121915 0%, #121915 100%), #F2F5F3;
      background: linear-gradient(0deg, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.7) 100%), linear-gradient(0deg, #121915 0%, #121915 100%), linear-gradient(0deg, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), linear-gradient(0deg, #121915 0%, #121915 100%), #F2F5F3;
      -webkit-box-shadow: 7.575px 7.575px 18.937px 0 rgba(212, 243, 154, 0.02);
      box-shadow: 7.575px 7.575px 18.937px 0 rgba(212, 243, 154, 0.02);
      padding: 2.44444rem 2rem;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .control-radio.\--style-amount-schedule .control-radio__text-content:hover {
        background: #290000;
        border-color: rgba(255, 255, 255, 0.12); }
    .control-radio.\--style-amount-schedule .control-radio__text {
      display: block;
      position: relative;
      text-transform: uppercase;
      font-size: 4.33333rem;
      letter-spacing: 3.12px;
      font-family: "Rockids Softed", sans-serif;
      line-height: 1;
      text-align: center;
      color: #FFF;
      margin: 0;
      margin-bottom: 15px; }
      .w-donate-form .control-radio.\--style-amount-schedule .control-radio__text {
        height: 100%; }
      .control-radio.\--style-amount-schedule .control-radio__text em {
        font-size: 3.33333rem;
        padding-right: 1px;
        font-style: normal; }
    .control-radio.\--style-amount-schedule .control-radio__title {
      display: block;
      font-size: 1.11111rem;
      font-weight: 500;
      letter-spacing: -0.4px;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.92);
      text-align: center; }

.control-select {
  position: relative;
  width: 100%;
  padding: 0.66667rem 0.83333rem;
  padding-right: 2.33333rem;
  font-family: "Special Gothic", sans-serif;
  font-size: 0.88889rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.2;
  color: #290000;
  border-radius: 6.897px;
  border: 1.032px solid rgba(41, 0, 0, 0.4);
  background: rgba(238, 238, 238, 0.25);
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .control-select.--focus {
    border-color: #290000; }
  .control-select select {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .control-select > span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    min-height: 15px;
    vertical-align: middle;
    text-align: left; }
    .control-select > span:after {
      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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .control-select > span:after {
      position: absolute;
      font-size: 1.11111rem;
      /* 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 50%;
      right: 1.11111rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 600;
      color: rgba(41, 0, 0, 0.44); }

.control-uploader {
  font-family: "Rockids Softed", sans-serif;
  font-size: 16px;
  background: #FFF;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 50px 16px 15px;
  border: 1px solid #ccc;
  line-height: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (max-width: 768px) {
    .control-uploader {
      padding: 10px 50px 8px 15px; } }
  .control-uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .control-uploader__filename {
    display: block;
    width: 100%;
    padding-right: 80px;
    white-space: nowrap;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .control-uploader .action {
    background-color: #D51051;
    color: #fff;
    font-size: 0.94444rem;
    letter-spacing: 0.17px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px 20px 16px; }
    .control-uploader .action:hover {
      background-color: #af0d43;
      color: #fff; }
    @media (max-width: 768px) {
      .control-uploader .action {
        padding: 7px 15px; } }

.grid-block {
  overflow: hidden; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid-block.\--type-inline-blocks {
    overflow: visible; }
    .grid-block.\--type-inline-blocks > * {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: -4px; }
  .grid-block.\--type-one-block > *, .grid-block.\--type-one-blocks > * {
    width: 100%; }
  .grid-block.\--type-two-blocks > * {
    width: 50%; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333%; }
  .grid-block.\--type-three-blocks > .\--style-two-third {
    width: 66.666%; }
  .grid-block.\--type-four-blocks > * {
    width: 25%; }
  .grid-block.\--type-two-to-four-blocks > * {
    width: 50%; }
    @media (min-width: 1300px) {
      .grid-block.\--type-two-to-four-blocks > * {
        width: 25%; } }
  .grid-block.\--type-five-blocks > * {
    width: 20%; }
  .grid-block.\--style-offsets-1 {
    margin-left: -10px; }
    .grid-block.\--style-offsets-1 > * {
      padding-left: 10px; }
    .grid-block.\--style-offsets-1.\--style-blocks > * {
      padding-bottom: 10px; }
  .grid-block.\--style-offsets-2 {
    margin-left: -20px; }
    .grid-block.\--style-offsets-2 > * {
      padding-left: 20px; }
    .grid-block.\--style-offsets-2.\--style-blocks > * {
      padding-bottom: 20px; }
  .grid-block.\--style-offsets-3 {
    margin-left: -30px; }
    .grid-block.\--style-offsets-3 > * {
      padding-left: 30px; }
    .grid-block.\--style-offsets-3.\--style-blocks > * {
      padding-bottom: 30px; }
  .grid-block.\--style-offsets-4 {
    margin-left: -40px; }
    .grid-block.\--style-offsets-4 > * {
      padding-left: 40px; }
    .grid-block.\--style-offsets-4.\--style-blocks > * {
      padding-bottom: 40px; }
  .grid-block.\--style-offsets-5 {
    margin-left: -50px; }
    .grid-block.\--style-offsets-5 > * {
      padding-left: 50px; }
    .grid-block.\--style-offsets-5.\--style-blocks > * {
      padding-bottom: 50px; }
  .grid-block.\--style-offsets-6 {
    margin-left: -60px; }
    .grid-block.\--style-offsets-6 > * {
      padding-left: 60px; }
    .grid-block.\--style-offsets-6.\--style-blocks > * {
      padding-bottom: 60px; }
  .grid-block.\--style-offsets-7 {
    margin-left: -70px; }
    .grid-block.\--style-offsets-7 > * {
      padding-left: 70px; }
    .grid-block.\--style-offsets-7.\--style-blocks > * {
      padding-bottom: 70px; }
  .grid-block.\--style-offsets-8 {
    margin-left: -80px; }
    .grid-block.\--style-offsets-8 > * {
      padding-left: 80px; }
    .grid-block.\--style-offsets-8.\--style-blocks > * {
      padding-bottom: 80px; }
  .grid-block.\--style-offsets-9 {
    margin-left: -90px; }
    .grid-block.\--style-offsets-9 > * {
      padding-left: 90px; }
    .grid-block.\--style-offsets-9.\--style-blocks > * {
      padding-bottom: 90px; }
  .grid-block.\--style-offsets-10 {
    margin-left: -100px; }
    .grid-block.\--style-offsets-10 > * {
      padding-left: 100px; }
    .grid-block.\--style-offsets-10.\--style-blocks > * {
      padding-bottom: 100px; }
  .grid-block.\--style-offsets-11 {
    margin-left: -110px; }
    .grid-block.\--style-offsets-11 > * {
      padding-left: 110px; }
    .grid-block.\--style-offsets-11.\--style-blocks > * {
      padding-bottom: 110px; }
  .grid-block.\--style-offsets-12 {
    margin-left: -120px; }
    .grid-block.\--style-offsets-12 > * {
      padding-left: 120px; }
    .grid-block.\--style-offsets-12.\--style-blocks > * {
      padding-bottom: 120px; }
  .grid-block.\--style-offsets-13 {
    margin-left: -130px; }
    .grid-block.\--style-offsets-13 > * {
      padding-left: 130px; }
    .grid-block.\--style-offsets-13.\--style-blocks > * {
      padding-bottom: 130px; }
  .grid-block.\--style-offsets-14 {
    margin-left: -140px; }
    .grid-block.\--style-offsets-14 > * {
      padding-left: 140px; }
    .grid-block.\--style-offsets-14.\--style-blocks > * {
      padding-bottom: 140px; }
  .grid-block.\--style-offsets-15 {
    margin-left: -150px; }
    .grid-block.\--style-offsets-15 > * {
      padding-left: 150px; }
    .grid-block.\--style-offsets-15.\--style-blocks > * {
      padding-bottom: 150px; }
  .grid-block.\--style-offset-blocks-small {
    margin-left: -12px; }
    .grid-block.\--style-offset-blocks-small > * {
      padding-left: 12px;
      padding-bottom: 12px; }
  .grid-block p ~ p:last-child {
    margin-bottom: 0; }

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

.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.\--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: 100%; }
    @media (min-width: 1024px) {
      .grid-flex.\--type-two-blocks > * {
        width: 50%; } }
  .grid-flex.\--type-two-three-blocks > * {
    width: 100%; }
    @media (min-width: 1024px) {
      .grid-flex.\--type-two-three-blocks > * {
        width: 39%; } }
    .grid-flex.\--type-two-three-blocks > *:first-child {
      width: 100%; }
      @media (min-width: 1024px) {
        .grid-flex.\--type-two-three-blocks > *:first-child {
          width: 22%; } }
  .grid-flex.\--type-three-blocks > * {
    width: 100%; }
    @media (min-width: 768px) {
      .grid-flex.\--type-three-blocks > * {
        width: 50%; } }
    @media (min-width: 1280px) {
      .grid-flex.\--type-three-blocks > * {
        width: 33.333%; } }
  .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: 33.33%; } }
    @media (min-width: 1280px) {
      .grid-flex.\--type-four-blocks > * {
        width: 25%; } }
  .grid-flex.\--type-five-blocks > * {
    width: 100%; }
    @media (min-width: 1280px) {
      .grid-flex.\--type-five-blocks > * {
        width: 20%; } }
  .grid-flex.\--style-offsets-1 {
    margin-left: -0.55556rem; }
    .grid-flex.\--style-offsets-1 > * {
      padding-left: 0.55556rem; }
    .grid-flex.\--style-offsets-1.\--style-blocks > * {
      margin-bottom: 0.55556rem; }
  .grid-flex.\--style-offsets-2 {
    margin-left: -1.11111rem; }
    .grid-flex.\--style-offsets-2 > * {
      padding-left: 1.11111rem; }
    .grid-flex.\--style-offsets-2.\--style-blocks > * {
      margin-bottom: 1.11111rem; }
  .grid-flex.\--style-offsets-3 {
    margin-left: -1.66667rem; }
    .grid-flex.\--style-offsets-3 > * {
      padding-left: 1.66667rem; }
    .grid-flex.\--style-offsets-3.\--style-blocks > * {
      margin-bottom: 1.66667rem; }
  .grid-flex.\--style-offsets-4 {
    margin-left: -2.22222rem; }
    .grid-flex.\--style-offsets-4 > * {
      padding-left: 2.22222rem; }
    .grid-flex.\--style-offsets-4.\--style-blocks > * {
      margin-bottom: 2.22222rem; }
  .grid-flex.\--style-offsets-5 {
    margin-left: -2.77778rem; }
    .grid-flex.\--style-offsets-5 > * {
      padding-left: 2.77778rem; }
    .grid-flex.\--style-offsets-5.\--style-blocks > * {
      margin-bottom: 2.77778rem; }
  .grid-flex.\--style-offsets-6 {
    margin-left: -3.33333rem; }
    .grid-flex.\--style-offsets-6 > * {
      padding-left: 3.33333rem; }
    .grid-flex.\--style-offsets-6.\--style-blocks > * {
      margin-bottom: 3.33333rem; }
  .grid-flex.\--style-offsets-7 {
    margin-left: -3.88889rem; }
    .grid-flex.\--style-offsets-7 > * {
      padding-left: 3.88889rem; }
    .grid-flex.\--style-offsets-7.\--style-blocks > * {
      margin-bottom: 3.88889rem; }
  .grid-flex.\--style-offsets-8 {
    margin-left: -4.44444rem; }
    .grid-flex.\--style-offsets-8 > * {
      padding-left: 4.44444rem; }
    .grid-flex.\--style-offsets-8.\--style-blocks > * {
      margin-bottom: 4.44444rem; }
  .grid-flex.\--style-offsets-9 {
    margin-left: -5rem; }
    .grid-flex.\--style-offsets-9 > * {
      padding-left: 5rem; }
    .grid-flex.\--style-offsets-9.\--style-blocks > * {
      margin-bottom: 5rem; }
  .grid-flex.\--style-offsets-10 {
    margin-left: -5.55556rem; }
    .grid-flex.\--style-offsets-10 > * {
      padding-left: 5.55556rem; }
    .grid-flex.\--style-offsets-10.\--style-blocks > * {
      margin-bottom: 5.55556rem; }
  .grid-flex.\--style-offsets-11 {
    margin-left: -6.11111rem; }
    .grid-flex.\--style-offsets-11 > * {
      padding-left: 6.11111rem; }
    .grid-flex.\--style-offsets-11.\--style-blocks > * {
      margin-bottom: 6.11111rem; }
  .grid-flex.\--style-offsets-12 {
    margin-left: -6.66667rem; }
    .grid-flex.\--style-offsets-12 > * {
      padding-left: 6.66667rem; }
    .grid-flex.\--style-offsets-12.\--style-blocks > * {
      margin-bottom: 6.66667rem; }
  .grid-flex.\--style-offsets-13 {
    margin-left: -7.22222rem; }
    .grid-flex.\--style-offsets-13 > * {
      padding-left: 7.22222rem; }
    .grid-flex.\--style-offsets-13.\--style-blocks > * {
      margin-bottom: 7.22222rem; }
  .grid-flex.\--style-offsets-14 {
    margin-left: -7.77778rem; }
    .grid-flex.\--style-offsets-14 > * {
      padding-left: 7.77778rem; }
    .grid-flex.\--style-offsets-14.\--style-blocks > * {
      margin-bottom: 7.77778rem; }
  .grid-flex.\--style-offsets-15 {
    margin-left: -8.33333rem; }
    .grid-flex.\--style-offsets-15 > * {
      padding-left: 8.33333rem; }
    .grid-flex.\--style-offsets-15.\--style-blocks > * {
      margin-bottom: 8.33333rem; }
  .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; }
      .grid-flex:not(.--type-one-blocks) .grid-flex.\--style-offset-blocks-medium > * {
        padding-bottom: 30px; }
  @media (max-width: 768px) {
    .grid-flex.\--offset-m-0 {
      margin-bottom: 0; } }

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

@media (min-width: 768px) {
  .grid-table {
    display: table;
    width: 100%; } }

.grid-table.\--style-fixed {
  table-layout: fixed; }

.grid-table.\--style-align-middle .grid-table__cell {
  vertical-align: middle; }

.grid-table.\--style-align-top .grid-table__cell {
  vertical-align: top; }

.grid-table.\--style-fixed-height {
  height: 100%; }
  .grid-table.\--style-fixed-height .grid-table__cell, .grid-table.\--style-fixed-height .grid-table__row, .grid-table.\--style-fixed-height .grid-table__cell__item {
    height: 100%; }
  .grid-table.\--style-fixed-height .grid-table__cell > * {
    height: 100%; }

@media (min-width: 768px) {
  .grid-table__row {
    display: table-row; } }

@media (min-width: 768px) {
  .grid-table__cell {
    display: table-cell;
    vertical-align: top; } }

.grid-table.\--type-two-blocks .grid-table__cell {
  width: 50%; }

.grid-table.\--type-three-blocks .grid-table__cell {
  width: 33%; }

.grid-table.\--type-four-blocks .grid-table__cell {
  width: 25%; }

.grid-table.\--type-five-blocks .grid-table__cell {
  width: 20%; }

.grid-table.\--style-offsets .grid-table__cell {
  padding-left: 30px; }

.grid-table.\--style-offset-blocks .grid-table__cell {
  padding-left: 25px;
  padding-bottom: 25px; }

.grid-table.\--style-offset .grid-table__cell {
  padding-left: 25px; }

.grid-table.\--style-offset-large .grid-table__cell {
  padding-left: 80px; }

.grid-table__wrapper {
  margin-left: -25px; }

.grid-table__wrapper-normal {
  margin-left: -30px; }

.grid-table__wrapper-large {
  margin-left: -80px; }

.grid-table.\--type-two-blocks-checkout .grid-table__cell {
  width: 100%;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .grid-table.\--type-two-blocks-checkout .grid-table__cell {
      margin-top: 0px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .grid-table.\--type-two-blocks-checkout .grid-table__cell {
      margin-top: 0px;
      width: 50%; } }
  @media (min-width: 1500px) {
    .grid-table.\--type-two-blocks-checkout .grid-table__cell {
      margin-top: 0px;
      width: 50%; } }

@media (max-width: 767px) {
  .grid-table__cell.w-33 {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px; }
    .grid-table__cell.w-33 img {
      display: block; } }

@media (max-width: 767px) {
  .grid-table__cell.w-55 {
    display: block;
    width: 100%; } }

.list-comma > li:after {
  content: ",";
  display: inline-block; }

.list-comma > li:last-child:after {
  display: none; }

.list-nav {
  font-size: 1.05556rem;
  letter-spacing: -0.01em;
  color: #6A6A6A; }
  .list-nav > li {
    line-height: normal;
    border-bottom: 1.4px solid #E4E4E4;
    padding-bottom: 0.16667rem;
    margin-bottom: 0.27778rem; }
    .list-nav > li:last-child {
      border-bottom: 0px; }
    .list-nav > li span {
      padding-right: 1.38889rem;
      font-size: 1.33333rem;
      font-weight: 400;
      color: #0F8CA1; }

.list-default {
  margin: 0; }
  .list-default > li {
    padding-left: 1.83333rem;
    position: relative;
    line-height: 1.4;
    font-size: 1.11111rem;
    padding-bottom: 0.66667rem;
    color: rgba(10, 10, 10, 0.8);
    border-bottom: 2px solid #CFC7A6;
    margin-bottom: 0.66667rem; }
    .list-default > li:before {
      /* 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e943";
      font-size: 1.22222rem;
      position: absolute;
      top: 4px;
      left: 0;
      color: #D51051; }
  .list-default.\--pink > li {
    font-size: 1.33333rem;
    font-weight: 600; }
    .list-default.\--pink > li:before {
      color: #D51051; }

.df {
  position: fixed;
  top: 0;
  right: 0;
  width: 536px;
  bottom: 0;
  -webkit-transform: translateX(536px);
  -moz-transform: translateX(536px);
  -o-transform: translateX(536px);
  -ms-transform: translateX(536px);
  transform: translateX(536px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 102;
  overflow: hidden;
  background: #fff; }
  @media (min-width: 768px) {
    .df {
      border-radius: 16px 0 0 16px; } }
  .df__column-wrapper {
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: auto; }
    .df__column-wrapper > * {
      white-space: normal; }
    body.\--show-df-col-1 .df__column-wrapper {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    body.\--show-df-col-2 .df__column-wrapper {
      -webkit-transform: translateX(-536px);
      -moz-transform: translateX(-536px);
      -o-transform: translateX(-536px);
      -ms-transform: translateX(-536px);
      transform: translateX(-536px); }
      @media (max-width: 1023px) {
        body.\--show-df-col-2 .df__column-wrapper {
          -webkit-transform: translateX(-99vw);
          -moz-transform: translateX(-99vw);
          -o-transform: translateX(-99vw);
          -ms-transform: translateX(-99vw);
          transform: translateX(-99vw); } }
    body.\--show-df-col-3 .df__column-wrapper {
      -webkit-transform: translateX(-1072px);
      -moz-transform: translateX(-1072px);
      -o-transform: translateX(-1072px);
      -ms-transform: translateX(-1072px);
      transform: translateX(-1072px); }
      @media (max-width: 1023px) {
        body.\--show-df-col-3 .df__column-wrapper {
          -webkit-transform: translateX(-200vw);
          -moz-transform: translateX(-200vw);
          -o-transform: translateX(-200vw);
          -ms-transform: translateX(-200vw);
          transform: translateX(-200vw); } }
  .df__column {
    width: 536px;
    height: 100vh;
    position: relative;
    display: inline-block; }
    @media (max-width: 767px) {
      .df__column {
        height: 100%; } }
    @media (max-width: 1023px) {
      .df__column {
        width: 100vw; } }
  body.\--show-df .df {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .df__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 101;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    body.\--show-df .df__overlay {
      opacity: 1;
      pointer-events: auto; }

#df-overlay-banner {
  margin-right: 630px;
  margin-left: 80px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    #df-overlay-banner {
      display: none; } }

.df__add {
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0; }
  .df__add__content {
    padding: 15px;
    overflow: auto;
    height: 100%; }
    @media (min-width: 768px) {
      .df__add__content {
        padding: 2.22222rem 2.55556rem; } }
  .df__add__media {
    background-size: cover;
    height: 11.61111rem;
    border-radius: 17.62px; }
  .df__add__cause {
    background-color: #D51051;
    border-radius: 17.62px;
    overflow: hidden; }
    .df__add__cause .w-donate-form {
      background-color: #D51051;
      border-radius: 0;
      padding-top: 20px; }

.df__qurbani {
  height: 100vh;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  background-color: #fff; }
  .df__qurbani__header {
    background-color: #8ec63d;
    padding: 30px 50px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .df__qurbani__header__title {
      font-size: 16px;
      color: #669933;
      font-family: "Rockids Softed", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      margin-bottom: 0px;
      color: #fff; }
      .df__qurbani__header__title .icon {
        font-size: 14px;
        margin-right: 10px;
        vertical-align: baseline; }
    .df__qurbani__header__close {
      color: #fff;
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 30px; }
      .df__qurbani__header__close:hover {
        color: #FFDC66; }
  .df__qurbani__content {
    padding: 35px 60px 30px;
    overflow: auto;
    height: calc(100vh);
    position: relative; }
    .df__qurbani__content__close {
      color: #FFDC66;
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 30px; }
      .df__qurbani__content__close:hover {
        color: #FFDC66; }
  .df__qurbani__title {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: -1px;
    text-align: center;
    color: #1d3922; }
  .df__qurbani__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-align: center;
    color: #1d3922; }

@-webkit-keyframes flash {
  0%, 49% {
    background-color: #d51051; }
  50%, 100% {
    background-color: #bd0e48; } }

.df__cart {
  padding-bottom: 185px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0; }
  .df__cart textarea {
    height: 155px; }
  .df__cart__header {
    background-color: #999;
    padding: 30px 50px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .df__cart__header__title {
      font-size: 16px;
      color: #669933;
      font-family: "Rockids Softed", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 700;
      margin-bottom: 0px;
      color: #fff; }
      .df__cart__header__title .icon {
        font-size: 14px;
        margin-right: 10px;
        vertical-align: baseline; }
    .df__cart__header__close {
      color: #fff;
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 30px; }
      .df__cart__header__close:hover {
        color: #FFDC66; }
  .df__cart__content {
    position: relative;
    padding: 2.33333rem 1.72222rem 2.11111rem;
    overflow: auto;
    height: calc(100vh - 335px); }
    html.tabletwide .df__cart__content, html.tablet .df__cart__content {
      height: calc(100vh - 365px); }
    @media (max-width: 767px) {
      .df__cart__content {
        padding: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .df__cart__content__close {
      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: #290000;
      width: 43.333px;
      height: 43.333px;
      font-size: 1.55556rem;
      color: #fff;
      border-radius: 50px; }
      .df__cart__content__close:hover {
        background: #D51051;
        color: #fff;
        text-decoration: none; }
  .df__cart__title {
    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: 2.55556rem;
    color: #290000;
    letter-spacing: 1.38px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.22222rem; }
  .df__cart__subtitle {
    font-size: 1.22222rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 2.5rem; }
  .df__cart__actions {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 3.88889rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 1.72222rem; }
    .df__cart__actions > dl {
      border-top: 1px solid rgba(44, 37, 26, 0.4);
      padding-top: 1.55556rem;
      margin-top: 1.55556rem; }
    .df__cart__actions dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 1.33333rem; }
      .df__cart__actions dl dt, .df__cart__actions dl dd {
        font-weight: 600;
        line-height: 1; }
      .df__cart__actions dl dt {
        width: 50%;
        font-family: "Special Gothic", sans-serif;
        font-size: 1.22222rem;
        color: #290000;
        letter-spacing: -0.4px; }
      .df__cart__actions dl dd {
        width: 50%;
        text-align: right;
        font-size: 1rem;
        text-transform: uppercase;
        color: #D51051; }
        .df__cart__actions dl dd em {
          font-size: 0.88889rem;
          font-style: normal; }
    .df__cart__actions__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .df__cart__actions__buttons > * {
        width: 100%;
        text-align: center; }
    .df__cart__actions__totals__title {
      font-family: "Special Gothic", sans-serif;
      font-size: 1.22222rem;
      font-weight: 600;
      letter-spacing: -0.44px;
      color: #290000;
      text-transform: unset;
      margin-bottom: 1rem; }
    .df__cart__actions__totals dl {
      margin-bottom: 0.88889rem; }
      .df__cart__actions__totals dl dt, .df__cart__actions__totals dl dd {
        font-size: 1rem;
        letter-spacing: -0.36px;
        font-weight: normal;
        color: rgba(41, 0, 0, 0.8); }
  .df__cart__desc {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.16px;
    border-top: 1px solid #C6BC85;
    padding-top: 1.55556rem;
    margin-top: 1.77778rem; }

@-webkit-keyframes flash {
  0%, 49% {
    background-color: #000; }
  50%, 100% {
    background-color: #000; } }

.df__donations__tear {
  text-align: center;
  position: relative;
  font-size: 21px;
  line-height: 1;
  margin: 30px 0px 15px 0px; }
  .df__donations__tear .icon {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 3px;
    position: relative;
    color: #8ec63d;
    z-index: 1; }
  .df__donations__tear:after {
    content: "";
    display: block;
    border-top: 1px solid #e2e2e2;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0; }

.df__donations .schedule-donation-item {
  padding: 0;
  border: 0; }
  .df__donations .schedule-donation-item .df__donation {
    border: 0;
    margin-bottom: 8px;
    padding-bottom: 0; }
    .w-donation-summary .df__donations .schedule-donation-item .df__donation {
      border: 0;
      margin-bottom: 8px;
      padding-bottom: 0; }
  .df__donations .schedule-donation-item:not(:last-child) {
    border-bottom: 1px solid rgba(44, 37, 26, 0.4);
    margin-bottom: 1.55556rem;
    padding-bottom: 1.55556rem; }
    .w-donation-summary .df__donations .schedule-donation-item:not(:last-child) {
      border-bottom: 1px solid #D1CBBA;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
  .df__donations .schedule-donation-item__title {
    font-size: 1rem;
    letter-spacing: 0.16px; }
  .df__donations .schedule-donation-item__items {
    font-size: 0.77778rem;
    color: #290000;
    line-height: 1.5;
    margin-bottom: 8px; }
    .df__donations .schedule-donation-item__items em {
      font-style: normal; }
    .df__donations .schedule-donation-item__items span {
      color: #290000;
      font-weight: 500; }
  .df__donations .schedule-donation-item__toggle {
    position: relative;
    width: 100%;
    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;
    outline: none;
    background: rgba(237, 229, 196, 0.5);
    padding: 0.55556rem;
    color: rgba(10, 10, 10, 0.8);
    font-size: 0.88889rem;
    font-weight: normal;
    letter-spacing: -0.16px;
    border-radius: 50px; }
    .df__donations .schedule-donation-item__toggle i {
      color: #290000;
      font-size: 0.88889rem;
      margin-right: 8px; }
    .df__donations .schedule-donation-item__toggle:after {
      content: '\e907';
      font-family: 'default';
      position: absolute;
      right: 1.11111rem;
      background-color: #D51051;
      border-radius: 50%;
      color: #FFF;
      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: 14px;
      height: 14px;
      font-size: 12px;
      line-height: normal; }
    .df__donations .schedule-donation-item__toggle:hover {
      text-decoration: none; }
    .w-donation-summary .df__donations .schedule-donation-item__toggle {
      font-size: 0.66667rem; }
      .w-donation-summary .df__donations .schedule-donation-item__toggle i {
        font-size: 0.66667rem;
        margin-right: 5px; }
      .w-donation-summary .df__donations .schedule-donation-item__toggle:after {
        right: 5px;
        width: 12px;
        height: 12px;
        font-size: 8px; }
  .df__donations .schedule-donation-item__instalments {
    margin-top: 0.55556rem;
    display: none; }
    .df__donations .schedule-donation-item__instalments.\--active {
      display: block; }
    .df__donations .schedule-donation-item__instalments table {
      margin-bottom: 0;
      background: transparent;
      border: none; }
      .df__donations .schedule-donation-item__instalments table tr td {
        font-size: 13px;
        padding: 10px 0px;
        line-height: 1;
        background-color: transparent !important;
        border-color: rgba(44, 37, 26, 0.4);
        color: #290000; }
        .df__donations .schedule-donation-item__instalments table tr td:last-child {
          text-align: right;
          color: #290000; }
        .df__donations .schedule-donation-item__instalments table tr td span {
          color: #D51051;
          font-weight: 500; }
        .df__donations .schedule-donation-item__instalments table tr td em {
          font-style: normal;
          font-weight: 500; }
        .df__donations .schedule-donation-item__instalments table tr td:last-child span {
          color: #290000; }
        .w-donation-summary .df__donations .schedule-donation-item__instalments table tr td {
          font-size: 11px;
          padding: 8px 0px; }

.df__donations .i3dq-donation-item {
  padding: 0;
  border: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 16px; }
  .df__donations .i3dq-donation-item .df__donation {
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 0; }
  .df__donations .i3dq-donation-item .i3dq-donation-item__add, .df__donations .i3dq-donation-item .i3dq-donation-item__edit {
    font-family: "Special Gothic", sans-serif;
    color: #D51051; }
    .df__donations .i3dq-donation-item .i3dq-donation-item__add .icon-dq, .df__donations .i3dq-donation-item .i3dq-donation-item__edit .icon-dq {
      font-size: unset;
      color: unset;
      margin-right: 5px;
      vertical-align: unset;
      margin-top: unset; }
  .df__donations .i3dq-donation-item .i3dq-donation-item__names label {
    font-family: "Rockids Softed", sans-serif;
    color: #D51051;
    font-weight: 500;
    margin-bottom: 10px; }

.df__donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .df__donation:not(:last-child) {
    border-bottom: 1px solid rgba(44, 37, 26, 0.4);
    margin-bottom: 1.55556rem;
    padding-bottom: 1.55556rem; }
    .w-donation-summary .df__donation:not(:last-child) {
      border-bottom: 1px solid #D1CBBA;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
  .df__donation > div {
    width: 100%; }
  .df__donation.\--style-no-flex {
    display: block; }
  .df__donation dl {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .df__donation dl ~ dl:last-child {
      margin-bottom: 0; }
    .df__donation dl dt {
      font-size: 14px;
      padding-left: 10px;
      color: #666; }
    .df__donation dl dd {
      font-size: 16px !important;
      margin-top: 0 !important; }
      .df__donation dl dd em {
        font-size: 13px !important; }
    .df__donation dl.\--style-disabled dt, .df__donation dl.\--style-disabled dd {
      color: #CCC; }
  .df__donation__media {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 12px; }
  .df__donation__content {
    margin-right: 10px; }
  .df__donation__left {
    max-width: 7.05556rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .df__donation__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .df__donation__right > div {
      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; }
  .df__donation__title {
    display: block;
    font-family: "Special Gothic", sans-serif;
    font-size: 1.22222rem;
    font-weight: 600;
    color: #290000;
    margin-bottom: 6px;
    letter-spacing: unset;
    pointer-events: none; }
    .w-donation-summary .df__donation__title {
      font-size: 1rem;
      margin-bottom: 0.55556rem; }
    .df__donation__title small {
      font-size: 1rem;
      font-family: "Special Gothic", sans-serif;
      letter-spacing: 1px;
      margin-left: 1px; }
    .df__donation__title:hover {
      color: #290000; }
  .df__donation__category {
    display: block;
    font-size: 0.88889rem;
    line-height: 1;
    color: rgba(41, 0, 0, 0.8);
    letter-spacing: -0.16px;
    margin-bottom: 6px; }
    .w-donation-summary .df__donation__category {
      font-size: 0.83333rem;
      margin-bottom: 0; }
  .df__donation .w-increment-decrement + .df__donation__total, .df__donation dl .w-increment-decrement + dd {
    margin-top: 15px; }
  .df__donation__total, .df__donation dl dd {
    display: block;
    font-size: 1rem;
    color: #d51051;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.18px;
    text-transform: uppercase; }
    .df__donation__total em, .df__donation dl dd em {
      font-size: 0.88889rem;
      letter-spacing: -0.16px;
      font-style: inherit; }
    .w-donation-summary .df__donation__total, .w-donation-summary .df__donation dl dd, .df__donation dl .w-donation-summary dd {
      display: none;
      color: #d51051; }
    .df__donation__total.\--summary, .df__donation dl dd.\--summary {
      display: none; }
      .w-donation-summary .df__donation__total.\--summary, .w-donation-summary .df__donation dl dd.\--summary, .df__donation dl .w-donation-summary dd.\--summary {
        display: unset;
        margin-bottom: 0.55556rem; }
  .df__donation__attach {
    margin-top: -11px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-right: 35px; }
    .df__donation__attach + .df__donation {
      margin-top: -1px; }
    .w-donation-summary .df__donation__attach {
      border-left: 0;
      border-right: 0;
      padding-left: 30px;
      padding-right: 30px;
      margin-top: -22px; }
  .df__donation__remove {
    display: block;
    font-size: 0.77778rem;
    font-weight: 400;
    color: #290000;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    letter-spacing: -0.14px;
    text-align: right;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .df__donation__remove {
        margin-top: 0; } }
    .df__donation__remove:hover {
      color: #290000; }
    .df__donation__remove.remove-98 {
      display: none; }
  .df__donation__add-names {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
  .df__donation__names {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px; }
    .df__donation__names .icon {
      vertical-align: baseline;
      margin-right: 7px; }
  .w-donation-summary .df__donation__cart-message {
    margin-top: 16px; }
  .df__donation__cart-message + hr {
    border-color: #C6BC85;
    margin-top: 12px; }
  .df__donation.\--style-small .df__donation__title {
    font-size: 15px !important; }
  .df__donation.\--style-small .df__donation__total, .df__donation.\--style-small dl dd {
    font-size: 16px !important; }
    .df__donation.\--style-small .df__donation__total em, .df__donation.\--style-small dl dd em {
      font-size: 13px !important; }
  .df__donation.\--style-disabled .df__donation__title, .df__donation.\--style-disabled .df__donation__total, .df__donation.\--style-disabled dl dd, .df__donation.\--style-disabled dt, .df__donation.\--style-disabled dd {
    color: #CCC; }
  .df__donation__promotion {
    position: relative;
    border-radius: 12px;
    border: 1.083px solid rgba(29, 57, 34, 0.2);
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 23px;
    overflow: hidden; }
    .df__donation__promotion__btn {
      padding: 0.66667rem 1.66667rem;
      font-size: 0.77778rem; }
      .df__donation__promotion__btn.\--remove {
        display: none; }
    .df__donation__promotion__title {
      font-family: "Special Gothic", sans-serif;
      font-size: 1.22222rem;
      font-style: normal;
      line-height: 1;
      color: #290000;
      font-weight: 500;
      letter-spacing: unset;
      text-transform: unset;
      margin-bottom: 8px; }
    .df__donation__promotion__content {
      width: 100%;
      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: 4px; }
      .df__donation__promotion__content p {
        font-size: 0.88889rem;
        line-height: 1;
        color: rgba(29, 57, 34, 0.8); }
    .df__donation__promotion__price {
      font-weight: 700;
      color: #D51051; }
      .df__donation__promotion__price em {
        font-size: 1.11111rem;
        font-style: normal; }
  .df__donation.\--style-support {
    position: relative;
    display: block;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .df__donation.\--style-support + .df__donation.\--style-support {
      margin-top: 12px; }
    .df__donation.\--style-support input[type="checkbox"] {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 9; }
      .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content {
        background: transparent;
        border-color: #1E8EA1;
        color: #fff; }
        .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .icon-check, .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .control-checkbox__checkbox > i:before {
          background-color: #290000;
          border-color: #290000;
          color: #fff; }
          .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .icon-check:before, .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .control-checkbox__checkbox > i:before, .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .control-radio.\--style-checkbox .control-radio__radio > i:before, .control-radio.\--style-checkbox .df__donation.\--style-support input[type="checkbox"]:checked + .df__donation__content .control-radio__radio > i:before {
            opacity: 1; }
    .df__donation.\--style-support .df__donation__content {
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 1rem 1.22222rem 1.05556rem;
      background: #F0F3F4;
      border-radius: 12px;
      border: 1.5px solid rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .df__donation.\--style-support .icon-check, .df__donation.\--style-support .control-checkbox__checkbox > i:before {
      font-size: 0.66667rem;
      color: #999999;
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      background: #FFFFFF;
      border: 1.26px solid #C5C9D2;
      border-radius: 3.6px;
      margin-top: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .df__donation.\--style-support .icon-check:before, .df__donation.\--style-support .control-checkbox__checkbox > i:before, .df__donation.\--style-support .control-radio.\--style-checkbox .control-radio__radio > i:before, .control-radio.\--style-checkbox .df__donation.\--style-support .control-radio__radio > i:before {
        line-height: 18px;
        opacity: 0; }
    .df__donation.\--style-support .df__donation__left {
      padding: 0;
      padding-left: 1.77778rem;
      position: relative;
      width: auto;
      margin-bottom: 0 !important; }
    .df__donation.\--style-support .df__donation__right {
      font-family: "Rockids Softed", sans-serif;
      font-weight: 700;
      font-size: 1.11111rem;
      letter-spacing: -0.01em;
      color: #D51051;
      line-height: 1.1;
      padding: 0;
      width: auto;
      text-align: right; }
      .df__donation.\--style-support .df__donation__right em {
        font-style: inherit;
        padding-right: 2px; }
    .df__donation.\--style-support .df__donation__subtitle {
      display: block;
      font-family: "Rockids Softed", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.72px;
      color: rgba(213, 16, 81, 0.7);
      text-transform: uppercase;
      margin-bottom: 5px; }
    .df__donation.\--style-support .df__donation__title {
      font-size: 0.88889rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      color: #290000;
      line-height: 1.11;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-bottom: 0px; }
    .df__donation.\--style-support .df__donation__category {
      display: block;
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: -0.01em;
      line-height: 1.11;
      font-style: italic;
      color: #D51051;
      text-transform: uppercase;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-bottom: 4px; }
    .df__donation.\--style-support .df__donation__total, .df__donation.\--style-support dl dd {
      display: block;
      text-align: right;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      text-transform: uppercase;
      color: #290000;
      line-height: 1.11;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .df__donation.\--style-support .df__donation__total em, .df__donation.\--style-support dl dd em {
        font-style: normal;
        font-size: 18px;
        display: inline-block;
        vertical-align: baseline;
        margin-right: 2px; }
  .df__donation.\--style-support-detail {
    background: transparent;
    position: relative;
    border: 0;
    padding: 0;
    margin-bottom: 1rem; }
    .df__donation.\--style-support-detail input[type="checkbox"] {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 9; }
      .df__donation.\--style-support-detail input[type="checkbox"]:checked + .df__donation__promotion .df__donation__promotion__btn.--add {
        display: none; }
      .df__donation.\--style-support-detail input[type="checkbox"]:checked + .df__donation__promotion .df__donation__promotion__btn.--remove {
        display: inline-block; }

.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;
  border-radius: 16px;
  border: 2px solid rgba(219, 213, 178, 0.6);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.77778rem;
  padding-bottom: 2.22222rem; }
  body.single .box-post {
    background: white; }
  .box-post__media {
    width: 100%;
    min-height: 160px;
    background-position: center;
    background-size: cover;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .box-post__media {
        min-height: 290px; } }
  .box-post__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 2rem;
    color: #290000;
    font-weight: 500;
    margin-bottom: 1rem; }
    .box-post__title a {
      color: #290000; }
      .box-post__title a:hover {
        color: #290000; }
  .box-post__content {
    padding: 2rem 10px 0;
    -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;
    font-size: 1rem;
    letter-spacing: -0.18px;
    color: rgba(41, 0, 0, 0.8);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .box-post__content p {
      margin-bottom: 10px; }
  .box-post__cta {
    text-decoration: underline; }
  .box-post.\--style-list {
    background-color: #FFF;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border: 0;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 1.22222rem; }
    .box-post.\--style-list:last-child {
      margin-bottom: 0; }
    .box-post.\--style-list .box-post__media {
      border-radius: 4px;
      max-width: 7.22222rem;
      min-height: 100px;
      margin-right: 1.11111rem;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
    .box-post.\--style-list .box-post__title {
      font-size: 1.22222rem;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 0.55556rem; }
      .box-post.\--style-list .box-post__title a {
        font-weight: 700; }
    .box-post.\--style-list .box-post__content {
      padding: 0.83333rem 0; }
      .box-post.\--style-list .box-post__content p {
        display: none; }
  .box-post.\--page {
    background: #290000;
    -webkit-backdrop-filter: blur(23.05805px);
    backdrop-filter: blur(23.05805px);
    border: 0; }
    @media (min-width: 768px) {
      .box-post.\--page .box-post__media {
        min-height: 266px; } }
    .box-post.\--page .box-post__title {
      color: #FFF; }
      .box-post.\--page .box-post__title a {
        color: #FFF; }
        .box-post.\--page .box-post__title a:hover {
          color: #FFF; }
    .box-post.\--page .box-post__content {
      padding: 2rem 1.11111rem 0; }
      .box-post.\--page .box-post__content p {
        font-size: 1.22222rem;
        color: #FFF;
        margin-bottom: 1.77778rem; }
      .box-post.\--page .box-post__content .btn, .box-post.\--page .box-post__content .control-uploader .action, .control-uploader .box-post.\--page .box-post__content .action {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
  .box-post.\--cause {
    background: #290000;
    -webkit-backdrop-filter: blur(23.05805px);
    backdrop-filter: blur(23.05805px);
    border: 0; }
    @media (min-width: 768px) {
      .box-post.\--cause .box-post__media {
        min-height: 266px; } }
    .box-post.\--cause .box-post__title {
      color: #FFF; }
      .box-post.\--cause .box-post__title a {
        color: #FFF; }
        .box-post.\--cause .box-post__title a:hover {
          color: #FFF; }
    .box-post.\--cause .box-post__content {
      padding: 2rem 1.11111rem 0; }
      .box-post.\--cause .box-post__content p {
        font-size: 1.22222rem;
        color: #FFF;
        margin-bottom: 1.77778rem; }

.box-appeal {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(23.05805px);
  backdrop-filter: blur(23.05805px);
  padding: 11px;
  border-radius: 16px; }
  @media (min-width: 1024px) {
    .box-appeal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .box-appeal > div {
    width: 100%; }
  .box-appeal__media {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    min-height: 202px;
    border-radius: 8px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .box-appeal__media {
        max-width: 260px;
        height: 100%;
        margin-bottom: 0px;
        margin-right: 2.05556rem; } }
  .box-appeal__title {
    font-size: 1.77778rem;
    margin-bottom: 0.55556rem; }
    .box-appeal__title a {
      color: #FFF; }
  .box-appeal__content {
    font-size: 1.11111rem;
    color: #FFF; }
    .box-appeal__content p {
      font-size: 1rem;
      font-weight: 300;
      color: #FFF;
      margin-bottom: 0.88889rem; }
      .box-appeal__content p a {
        color: #FFDC66;
        text-decoration: underline; }
    .box-appeal__content__type {
      position: absolute;
      right: 20px;
      top: 20px; }
      @media (min-width: 1024px) {
        .box-appeal__content__type {
          right: 7px;
          top: 10px; } }
  @media (min-width: 992px) {
    .box-appeal__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 4px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end; } }
  @media (max-width: 991px) {
    .box-appeal__actions .w-donate-form__grid__prices {
      margin-bottom: 10px; } }
  .box-appeal__actions .control-radio.\--style-amount .control-radio__text {
    padding: 0.77778rem 0.77778rem 0.72222rem; }
  .box-appeal__actions .btn, .box-appeal__actions .control-uploader .action, .control-uploader .box-appeal__actions .action, .box-appeal__actions .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .box-appeal__actions .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media (min-width: 1024px) {
    .box-appeal__actions .w-donate-form__grid__prices > div {
      margin-bottom: 0; } }
  .box-appeal__actions .control-group.\--style-custom-donation-amount {
    margin-bottom: 0 !important; }
  .box-appeal__actions .w-donate-form__grid__prices > div {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: unset; }
  .box-appeal__actions .w-donate-form__grid__prices__custom {
    max-width: 9.83333rem; }
  .box-appeal__actions .control-radio.\--style-payment .control-radio__text {
    padding: 8px 11px;
    font-size: 0.72222rem; }
  .box-appeal input[readonly="readonly"] {
    display: none; }

.box-checkbox {
  position: relative;
  color: #1d3922;
  font-size: 16px;
  border: 1px solid #ebebeb;
  padding: 35px 45px; }
  .box-checkbox__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    cursor: pointer;
    display: none; }
  .box-checkbox__wrap {
    position: relative;
    z-index: 1; }
  .box-checkbox p {
    margin-bottom: 25px; }
  .box-checkbox__check {
    width: 50px;
    height: 50px;
    background: #ebebeb;
    top: 30px;
    left: -25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3; }
    .box-checkbox__check i.icon {
      display: none;
      color: #7fb931;
      position: absolute;
      font-size: 50px; }
  .box-checkbox__title {
    letter-spacing: -1px;
    color: #1d3922;
    font-size: 32px;
    min-height: 60px;
    margin-bottom: 10px; }
  .box-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0; }
  .box-checkbox.\--style-active .box-checkbox__overlay {
    display: block; }
  .box-checkbox.\--style-active .box-checkbox__check {
    background-color: #fff; }
    .box-checkbox.\--style-active .box-checkbox__check i.icon {
      display: block; }
  .box-checkbox.\--style-active .box-checkbox__wrap {
    border-color: #8ec63d; }
  .box-checkbox.\--type-form {
    padding: 15px 40px 15px 60px;
    border: 1px solid #7fb931;
    background-color: #fff; }
    .box-checkbox.\--type-form.\--style-active, .box-checkbox.\--type-form.\--style-show-popup {
      background: #7fb931;
      color: #fff; }
      .box-checkbox.\--type-form.\--style-active .box-checkbox__title, .box-checkbox.\--type-form.\--style-show-popup .box-checkbox__title {
        color: #fff; }
      .box-checkbox.\--type-form.\--style-active .box-checkbox__check, .box-checkbox.\--type-form.\--style-show-popup .box-checkbox__check {
        background: #7fb931; }
    .box-checkbox.\--type-form .box-checkbox__title {
      min-height: 0px;
      margin: 0;
      font-size: 26px; }
    .box-checkbox.\--type-form .box-checkbox__check {
      top: 50%;
      left: 16px;
      margin-top: -16px;
      width: 30px;
      height: 30px;
      background: #ebebeb; }
      .box-checkbox.\--type-form .box-checkbox__check i.icon {
        font-size: 30px;
        color: #fff; }
  .box-checkbox.\--has-options:after {
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 15px;
    /* 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;
    vertical-align: unset;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903"; }
  .box-checkbox__toggle-cta {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 0;
    text-indent: -9999px; }
  .box-checkbox__popup {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    z-index: 10;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    display: none; }
    .box-checkbox__popup .box-checkbox {
      border: 1px solid #8ec63d;
      background: #7fb931;
      color: #fff;
      padding: 14px 39px 14px 59px; }
      .box-checkbox__popup .box-checkbox.\--has-options:after {
        top: 26px;
        right: 20px; }
      .box-checkbox__popup .box-checkbox .box-checkbox__check {
        left: 16px;
        background: #ebebeb; }
      .box-checkbox__popup .box-checkbox .box-checkbox__wrap {
        border: 0; }
        .box-checkbox__popup .box-checkbox .box-checkbox__wrap .box-checkbox__toggle-cta {
          top: -27px;
          left: -39px;
          right: -76px;
          bottom: -27px; }
      .box-checkbox__popup .box-checkbox + .box-checkbox__list {
        border: 1px solid #8ec63d;
        border-top: 0; }
    .\--style-show-popup .box-checkbox__popup {
      display: block; }
      .\--style-show-popup .box-checkbox__popup .box-checkbox__check {
        background: #ebebeb !important; }
  .box-checkbox__list {
    background: #fff; }
    .box-checkbox__list > li {
      position: relative;
      border-bottom: 1px solid #8ec63d;
      padding: 10px 40px;
      font-weight: 500;
      color: #333;
      font-size: 22px;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .box-checkbox__list > li.\--style-active {
        color: #8ec63d; }
      .box-checkbox__list > li:hover {
        color: #8ec63d; }
  .grid-flex .box-checkbox:before {
    content: '';
    height: 100%;
    margin-right: -.35em;
    display: inline-block;
    vertical-align: middle; }
  .grid-flex .box-checkbox .box-checkbox__wrap {
    display: inline-block;
    vertical-align: middle; }
  .box-checkbox.\--style-ten-nights {
    position: relative;
    color: #1d3922;
    font-size: 14px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 260px;
    height: 100%;
    padding: 0; }
    .box-checkbox.\--style-ten-nights:before {
      display: none; }
    .box-checkbox.\--style-ten-nights .box-checkbox__media {
      position: relative;
      background-size: cover;
      background-position: center center;
      height: auto;
      width: 42%; }
    .box-checkbox.\--style-ten-nights .box-checkbox__content {
      padding: 20px;
      position: relative;
      width: 59%; }
    .box-checkbox.\--style-ten-nights .box-checkbox__detail {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .box-checkbox.\--style-ten-nights .box-checkbox__title {
      min-height: auto;
      padding-left: 38px; }
    .box-checkbox.\--style-ten-nights .box-checkbox__desc {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .box-checkbox.\--style-ten-nights .box-checkbox__check {
      width: 26px;
      height: 26px;
      background: transparent;
      top: 9px;
      left: 0;
      position: absolute;
      border-radius: 50%;
      overflow: hidden;
      z-index: 3;
      border: 3px solid #ebebeb; }
      .box-checkbox.\--style-ten-nights .box-checkbox__check i.icon {
        display: none;
        color: #7fb931;
        position: absolute;
        font-size: 26px;
        margin-left: 2px; }
    .box-checkbox.\--style-ten-nights.\--style-active .box-checkbox__check {
      background-color: #fff;
      border: 3px solid #7fb931;
      border: 0 none;
      width: 30px;
      height: 30px; }
      .box-checkbox.\--style-ten-nights.\--style-active .box-checkbox__check i.icon {
        display: block; }

.box-social {
  position: relative;
  background-color: #1DA1F2;
  color: #FFF;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .box-social p a {
    line-height: 1.3; }
  .box-social a {
    color: #FFF;
    display: block; }
  .box-social__date {
    font-size: 2.05556rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem; }
  .box-social__name {
    font-size: 1rem;
    margin-bottom: .2rem;
    font-weight: 700; }
  .box-social__footer {
    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; }

.box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s; }
  .box-content__media {
    position: relative;
    height: 297px;
    background-size: cover;
    border-radius: 30px; }
    .box-content__media__cta {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .box-content__content {
    position: relative;
    background: #CDE2E7;
    padding: 1.38889rem 2.11111rem 2.22222rem;
    -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;
    text-align: center;
    font-size: 1rem;
    color: rgba(0, 47, 71, 0.9);
    border-radius: 30px;
    margin-top: -55px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .box-content__content p {
      line-height: 1.3;
      letter-spacing: -0.02em; }
  .box-content__title {
    font-size: 1.22222rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    .box-content__title a {
      font-weight: bold;
      color: #002F47;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
  .box-content .btn, .box-content .control-uploader .action, .control-uploader .box-content .action, .box-content .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .box-content .btn {
    padding: 0.61111rem 1.94444rem 0.94444rem; }
  .box-content:hover .box-content__title a {
    color: #fff; }
  .box-content:hover .box-content__content {
    background: #D51051;
    color: #fff; }
  .box-content:hover .btn, .box-content:hover .control-uploader .action, .control-uploader .box-content:hover .action {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #290000; }

.box-image > a {
  display: block; }

.box-image__bg {
  min-height: 200px;
  background-size: cover;
  background-position: center; }

@media (min-width: 1024px) {
  .box-image__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 1024px) {
  .box-image__grid__item {
    padding-left: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16.666%;
    min-width: 200px; } }

.box-image__title {
  color: #2a2a2a;
  font-size: 1rem; }

.box-image__content {
  padding: .5rem; }
  .box-image__content > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .box-image__content > a:hover {
      color: #000; }
  .box-image__content i.icon {
    margin-top: .45rem;
    margin-left: 1rem;
    color: #D51051;
    font-size: .7rem; }

.box-result {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #D9D9D9;
  padding: 2rem 0; }
  .box-result__content p {
    margin-bottom: 0; }
  .box-result__title {
    font-size: 1.44444rem;
    line-height: 1;
    margin-bottom: 1rem; }
    .box-result__title a {
      color: #290000; }
  .box-result__type {
    font-size: .6rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: .4rem .5rem .3rem .5rem;
    margin-bottom: 1rem;
    background-color: #290000;
    line-height: 1; }

.box-page {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.66667rem; }
  .box-page__media {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.66667rem; }
    .box-page__media img {
      width: 100%;
      display: block;
      max-height: 230px;
      -o-object-fit: cover;
      object-fit: cover; }
  .box-page__content {
    font-size: 0.83333rem;
    letter-spacing: -0.15px;
    line-height: 1.4;
    color: rgba(213, 16, 81, 0.9); }
    .box-page__content p {
      color: rgba(213, 16, 81, 0.9); }
  .box-page__cta {
    font-family: "Rockids Softed", sans-serif;
    font-size: 0.88889rem;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    line-height: 1.15;
    color: #D51051;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .box-page__cta i {
      background: #2360B1;
      width: 20px;
      height: 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 8px;
      color: #fff;
      border-radius: 50px;
      margin-left: 12px; }
    .box-page__cta:hover {
      color: #290000;
      text-decoration: none; }

.box-report.\--style-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px; }
  .box-report.\--style-detail .box-report__media {
    background: #290000;
    width: 160px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .box-report.\--style-detail .box-report__content {
    background: #E9ECF3;
    padding: 1.22222rem 1.11111rem 1.22222rem 1.66667rem;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .box-report.\--style-detail .box-report__content p {
      font-size: 0.77778rem;
      color: rgba(0, 6, 87, 0.8);
      margin-bottom: 12px; }
  .box-report.\--style-detail .box-report__title {
    font-size: 1.22222rem;
    margin-bottom: 10px; }
  .box-report.\--style-detail .box-report__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 23px;
    font-size: 0.94444rem; }
    .box-report.\--style-detail .box-report__btn span {
      font-family: "Special Gothic", sans-serif;
      font-size: 0.72222rem;
      font-weight: 400;
      letter-spacing: -0.26px;
      color: rgba(255, 255, 255, 0.84);
      padding-left: 10px; }
    .box-report.\--style-detail .box-report__btn:hover {
      text-decoration: none; }

.box-report.\--style-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #C4CDE3;
  padding-bottom: 12px;
  margin-bottom: 14px; }
  .box-report.\--style-list p {
    font-size: 13px;
    letter-spacing: -0.26px;
    margin-bottom: 0; }
  .box-report.\--style-list .box-report__title {
    font-size: 1.05556rem;
    margin-bottom: 5px; }
  .box-report.\--style-list .box-report__cta {
    font-family: "Rockids Softed", sans-serif;
    font-size: 0.88889rem;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    color: #D51051;
    text-align: right; }
    .box-report.\--style-list .box-report__cta span {
      display: block;
      padding-top: 7px;
      font-family: "Special Gothic", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: -0.24px; }
    .box-report.\--style-list .box-report__cta i {
      background: #290000;
      width: 16px;
      height: 16px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 6px;
      color: #fff;
      border-radius: 50px;
      font-weight: 400;
      position: relative;
      top: -3px;
      margin-right: 5px; }
    .box-report.\--style-list .box-report__cta:hover {
      text-decoration: none; }
  .box-report.\--style-list:last-child {
    margin-bottom: 0;
    border: 0; }

.box-service {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #CCC; }
  .box-service__media img {
    width: 100%;
    height: 100%;
    min-height: 7.77778rem;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  .box-service__content {
    padding: 0.55556rem 1.38889rem 1.55556rem; }
    .box-service__content ul {
      margin: 0; }
      .box-service__content ul li {
        background: rgba(241, 239, 235, 0.64);
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 10px 12px 10px 16px;
        margin-bottom: 6px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .box-service__content ul li:last-child {
          margin-bottom: 0; }
        .box-service__content ul li:hover {
          border-color: #D51051; }
          .box-service__content ul li:hover a > span {
            text-decoration: underline; }
          .box-service__content ul li:hover a i {
            background-color: #290000;
            color: #fff; }
        .box-service__content ul li a {
          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;
          text-decoration: none; }
          .box-service__content ul li a span {
            font-size: 1.22222rem;
            font-family: "Rockids Softed", sans-serif;
            line-height: 1.33333rem;
            color: #D51051; }
          .box-service__content ul li a i {
            border: 1px solid #D51051;
            color: #fff;
            width: 100%;
            max-width: 1.55556rem;
            height: 1.55556rem;
            line-height: 1.55556rem;
            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;
            font-size: 10px;
            margin-left: 10px;
            background-color: #D51051; }
  .box-service__title {
    margin-bottom: 10px; }
  .box-service .w-section-header__subtitle-wrap {
    margin-bottom: 10px; }
    .box-service .w-section-header__subtitle-wrap span {
      color: #fff; }

.box-fundraiser {
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff; }
  .box-fundraiser__media {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 1.22222rem; }
    body.home .box-fundraiser__media {
      height: 282px; }
    .box-fundraiser__media__bg {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .box-fundraiser__media__cta {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .box-fundraiser__media__status {
      display: block;
      background: rgba(0, 0, 0, 0.15);
      border: 1px solid #fff;
      position: absolute;
      left: 10px;
      top: 12px;
      padding: 0.33333rem 0.83333rem;
      font-size: 1.11111rem;
      color: #fff;
      line-height: 1;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      border-radius: 60px; }
  .box-fundraiser__content {
    -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-flow: column;
    flex-flow: column;
    padding: 0 1.22222rem 1.11111rem; }
    .box-fundraiser__content .btn, .box-fundraiser__content .control-uploader .action, .control-uploader .box-fundraiser__content .action, .box-fundraiser__content .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .box-fundraiser__content .btn {
      font-size: 1.11111rem; }
      @media (max-width: 1600px) {
        .box-fundraiser__content .btn, .box-fundraiser__content .control-uploader .action, .control-uploader .box-fundraiser__content .action, .box-fundraiser__content .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .box-fundraiser__content .btn {
          font-size: 0.88889rem; } }
  .box-fundraiser__title {
    text-align: center;
    font-size: 1.55556rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1.66667rem; }
  .box-fundraiser__progress {
    margin-bottom: 0.88889rem; }
    .box-fundraiser__progress__bar {
      border-radius: 21.868px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FBF9EB), to(#FBF9EB)), -webkit-gradient(linear, left bottom, left top, from(#D9F5DE), to(#D9F5DE)), -webkit-gradient(linear, left bottom, left top, from(#F5EFCC), to(#F5EFCC)), -webkit-gradient(linear, left bottom, left top, from(#EBEBEB), to(#EBEBEB)), #F1F0E7;
      background: -webkit-linear-gradient(bottom, #FBF9EB 0%, #FBF9EB 100%), -webkit-linear-gradient(bottom, #D9F5DE 0%, #D9F5DE 100%), -webkit-linear-gradient(bottom, #F5EFCC 0%, #F5EFCC 100%), -webkit-linear-gradient(bottom, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
      background: -o-linear-gradient(bottom, #FBF9EB 0%, #FBF9EB 100%), -o-linear-gradient(bottom, #D9F5DE 0%, #D9F5DE 100%), -o-linear-gradient(bottom, #F5EFCC 0%, #F5EFCC 100%), -o-linear-gradient(bottom, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
      background: linear-gradient(0deg, #FBF9EB 0%, #FBF9EB 100%), linear-gradient(0deg, #D9F5DE 0%, #D9F5DE 100%), linear-gradient(0deg, #F5EFCC 0%, #F5EFCC 100%), linear-gradient(0deg, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
      height: 14px;
      cursor: pointer; }
      .box-fundraiser__progress__bar > span {
        position: relative;
        display: block;
        height: 100%;
        border-radius: 4px;
        background-color: #FFDC66;
        max-width: 100%; }
      .box-fundraiser__progress__bar div {
        display: none;
        background: #290000;
        font-size: 1.16444rem;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        letter-spacing: 0.419px;
        border-radius: 3.221px;
        text-align: center;
        position: absolute;
        padding: 4px 6px 2px;
        top: -30px;
        right: -18px;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        transition: ease 0.2s; }
        .box-fundraiser__progress__bar div:after {
          content: '';
          width: 0px;
          height: 0px;
          position: absolute;
          bottom: -3px;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transform: rotate(47deg);
          -ms-transform: rotate(47deg);
          transform: rotate(47deg);
          border-width: 3px;
          border-color: transparent #290000 #290000 transparent;
          border-style: solid; }
      .box-fundraiser__progress__bar:hover div {
        display: block; }
    .box-fundraiser__progress__metas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 0.96861rem;
      font-weight: 600;
      line-height: 1;
      color: #D51051;
      padding-bottom: 6px; }
      body.home .box-fundraiser__progress__metas {
        font-size: 1.11111rem; }
      .box-fundraiser__progress__metas > div {
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .box-fundraiser__progress__metas span {
        font-weight: 600; }
  .box-fundraiser__metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.76606rem;
    font-weight: 500;
    color: #D51051;
    border-radius: 13789.1px;
    background: rgba(0, 159, 227, 0.1);
    margin-top: 16px;
    padding: 8px 22px; }
    .box-fundraiser__metas > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .3rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .box-fundraiser__metas i {
      font-size: 1rem;
      color: #D51051; }

.box-fundraiser-fancy {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border: 2px solid rgba(219, 213, 178, 0.5);
  border-radius: 12px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .box-fundraiser-fancy {
      border-radius: 16px;
      padding-right: 1.77778rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .box-fundraiser-fancy__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .box-fundraiser-fancy__media {
        width: 177px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.33333rem; } }
    .box-fundraiser-fancy__media img {
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (min-width: 768px) {
        .box-fundraiser-fancy__media img {
          height: 203px; } }
    .box-fundraiser-fancy__media__cta {
      position: absolute;
      inset: 0; }
  .box-fundraiser-fancy__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #290000;
    margin-bottom: 0.5rem; }
    .box-fundraiser-fancy__title a {
      color: #290000; }
  .box-fundraiser-fancy__content {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .box-fundraiser-fancy__content {
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.55556rem 0;
        margin-top: 0; } }
    .box-fundraiser-fancy__content p {
      font-size: 1.11111rem;
      color: rgba(41, 0, 0, 0.8);
      margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .box-fundraiser-fancy__content .btn, .box-fundraiser-fancy__content .control-uploader .action, .control-uploader .box-fundraiser-fancy__content .action, .box-fundraiser-fancy__content .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .box-fundraiser-fancy__content .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 1rem; } }
  .box-fundraiser-fancy__progress {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .box-fundraiser-fancy__progress {
        margin-bottom: 0; } }
    .box-fundraiser-fancy__progress__bar {
      border-radius: 22.7px;
      background: rgba(219, 213, 178, 0.4);
      width: 100%;
      height: 14px;
      overflow: hidden; }
      .box-fundraiser-fancy__progress__bar span {
        display: block;
        height: 100%;
        border-radius: 21.868px;
        background: -webkit-gradient(linear, left bottom, left top, from(#D6DF20), to(#D6DF20)), #B7FF00;
        background: -webkit-linear-gradient(bottom, #D6DF20 0%, #D6DF20 100%), #B7FF00;
        background: -o-linear-gradient(bottom, #D6DF20 0%, #D6DF20 100%), #B7FF00;
        background: linear-gradient(0deg, #D6DF20 0%, #D6DF20 100%), #B7FF00; }
  .box-fundraiser-fancy__metas {
    margin-bottom: 0.66667rem; }
    .box-fundraiser-fancy__metas__price {
      font-size: 1.33333rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      text-transform: lowercase;
      color: rgba(41, 0, 0, 0.8);
      word-wrap: break-word; }
      .box-fundraiser-fancy__metas__price span {
        font-weight: normal;
        margin-left: 1px; }

.box-fundraiser-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(41, 0, 0, 0.94);
  border: 0.88px solid #52525B;
  -webkit-box-shadow: 0px 0.88px 1.761px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.88px 1.761px 0px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  height: 100%;
  color: rgba(255, 255, 255, 0.9); }
  .box-fundraiser-featured__subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    border: 0.88px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto 14px auto; }
    .box-fundraiser-featured__subtitle a {
      display: inline-block;
      font-size: 11px;
      font-family: "Special Gothic", sans-serif;
      font-weight: 500;
      letter-spacing: 0.48px;
      text-transform: capitalize;
      padding: 7px 0.83333rem;
      color: #FFF; }
  .box-fundraiser-featured__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.5px;
    margin-bottom: 1.66667rem; }
    .box-fundraiser-featured__tags li {
      color: #FFF;
      border-radius: 100px;
      border: 1.2px solid rgba(255, 255, 255, 0.4);
      padding: 0.66667rem 1.11111rem;
      line-height: 1;
      text-transform: uppercase;
      font-size: 0.77778rem;
      font-weight: 500;
      letter-spacing: 0.6px; }
  .box-fundraiser-featured__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: unset;
    color: #FFF;
    margin-bottom: 1.66667rem; }
    .box-fundraiser-featured__title a {
      color: #FFF; }
  .box-fundraiser-featured__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative; }
    .box-fundraiser-featured__media img {
      width: 100%;
      height: 100%;
      border-radius: 0px;
      -o-object-fit: cover;
      object-fit: cover; }
    @media (min-width: 1280px) {
      .box-fundraiser-featured__media {
        width: 55%; } }
    .box-fundraiser-featured__media__cta {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .box-fundraiser-featured__content {
    padding: 1.66667rem 1.66667rem;
    width: 100%; }
    .box-fundraiser-featured__content p {
      font-size: 1.16667rem;
      font-weight: 300;
      color: #FFF;
      margin-bottom: 2.77778rem; }
    @media (min-width: 1280px) {
      .box-fundraiser-featured__content {
        padding: 3.11111rem 3.44444rem;
        width: 45%; } }
  .box-fundraiser-featured__metas {
    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-bottom: 15px; }
    .box-fundraiser-featured__metas > span {
      width: 48%;
      font-size: 1.11111rem; }
    .box-fundraiser-featured__metas__price {
      font-size: 1.22222rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      text-transform: lowercase;
      color: #FFF;
      word-wrap: break-word; }
      .box-fundraiser-featured__metas__price span {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
        margin-left: 2px; }
    .box-fundraiser-featured__metas__progress-title {
      font-size: 14px;
      line-height: 1;
      color: #FFF;
      text-align: right; }
  .box-fundraiser-featured__progress__bar {
    border-radius: 14.94px;
    background: #F1F0E7;
    width: 100%;
    height: 11px;
    margin-bottom: 1.11111rem; }
    .box-fundraiser-featured__progress__bar span {
      display: block;
      height: 100%;
      border-radius: 5px;
      background: #290000; }

.w-section-header {
  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;
  margin-left: -20px; }
  .w-section-header > div {
    padding-left: 20px; }
  .w-section-header__subtitle {
    background: #290000;
    display: inline-block;
    padding: 9px 9px 3px;
    font-size: 1.61522rem;
    letter-spacing: -0.581px;
    line-height: 0.8;
    color: #fff;
    border-radius: 3.207px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .w-section-header__title {
    line-height: 0.9;
    margin-bottom: 10px; }
    .w-section-header__title span {
      background: #290000;
      color: #fff;
      font-size: 2.77778rem;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      display: inline-block;
      line-height: 0.8;
      padding: 0.55556rem 0.66667rem 0.22222rem;
      letter-spacing: -1.007px;
      border-radius: 4.909px;
      margin: 0 5px;
      position: relative;
      top: -4px; }
  .w-section-header.\--large .w-section-header__title {
    font-size: 3.11111rem; }
  .w-section-header.\--center > div {
    width: 100%; }
  .w-section-header.\--center .w-section-header__title {
    text-align: center; }
  .w-section-header.\--light .w-section-header__title {
    color: #fff; }
    .w-section-header.\--light .w-section-header__title span {
      color: #fff; }
  .w-section-header.\--map .w-section-header__title {
    color: #fff; }
    .w-section-header.\--map .w-section-header__title span {
      background: #D51051;
      color: #fff; }

.w-page-header {
  background: #290000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 30px;
  min-height: 230px;
  margin: 0 -1.11111rem;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .w-page-header {
      border-radius: 0 0 32px 32px; } }
  @media (min-width: 992px) {
    .w-page-header {
      padding-top: 11.66667rem;
      padding-bottom: 3.88889rem;
      margin-bottom: 2.77778rem;
      min-height: 330px; } }
  .w-page-header .container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .w-page-header__content {
    position: relative;
    width: 100%;
    text-align: center; }
    .w-page-header__content p {
      color: #FFF;
      font-weight: 400; }
      @media (min-width: 992px) {
        .w-page-header__content p {
          font-size: 1.44444rem;
          line-height: 1.4; } }
  .w-page-header__media {
    position: absolute;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-position: center; }
  .w-page-header__title {
    letter-spacing: 0.85px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0; }
  .w-page-header.\--style-post .w-page-header__title {
    margin-bottom: 0; }
  .w-page-header.\--style-payment .w-page-header__media {
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/uploads/payment-process-header.png") !important; }
  .w-page-header.\--style-payment-status .w-page-header__media {
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/uploads/payment-status-header.png") !important; }
  .w-page-header.\--style-sidebar .container {
    padding-top: 8.33333rem;
    padding-bottom: 8.33333rem; }
    @media (min-width: 768px) {
      .w-page-header.\--style-sidebar .container {
        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; } }

.w-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .w-image img {
    display: block;
    width: 100%; }
    .w-image img.\--style-default {
      width: auto; }
  .w-image.\--style-full {
    width: 100%; }
    .w-image.\--style-full img {
      width: 100%; }
  .w-image.\--style-align-center img {
    margin: 0 auto; }
  .w-image__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    position: absolute;
    right: 14px;
    bottom: 20px;
    border-radius: 40px;
    background: #FFF;
    padding: 8px 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
    .w-image__caption p {
      font-size: 0.77778rem;
      letter-spacing: -0.28px; }

.w-image-gallery__slider {
  margin-bottom: 0.83333rem; }
  .w-image-gallery__slider .w-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.w-image-gallery .slick-current {
  outline: none !important; }

.w-image-gallery__thumbnail {
  outline: none !important; }
  .w-image-gallery__thumbnail > img {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 7.38889rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    border: 4px solid #FFF; }
  .w-image-gallery__thumbnail .slick-slide:not(.slick-current) {
    opacity: 0.5; }
  .slick-current .w-image-gallery__thumbnail {
    pointer-events: none; }
    .slick-current .w-image-gallery__thumbnail img {
      border-color: #D51051; }

.w-image-gallery .w-image.--marquee {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 11px;
  margin: 0 9px;
  max-height: 395px; }
  .w-image-gallery .w-image.--marquee a {
    position: relative;
    display: block; }
    .w-image-gallery .w-image.--marquee a:before {
      content: '';
      background: rgba(41, 0, 0, 0.5);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .w-image-gallery .w-image.--marquee a:after {
      content: "\e931";
      /* 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 2.2rem;
      opacity: 0;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .w-image-gallery .w-image.--marquee a:hover:before, .w-image-gallery .w-image.--marquee a:hover:after {
      opacity: 1; }
  .w-image-gallery .w-image.--marquee img {
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .w-image-gallery .w-image.--marquee img {
        height: 395px;
        width: auto; } }

@media (min-width: 1280px) {
  .w-image-gallery__default .slick-list {
    height: 100%; }
    .w-image-gallery__default .slick-list .w-image {
      max-height: 923px;
      min-height: 100%; } }

@media (min-width: 1024px) {
  .w-image-gallery__default {
    height: 100%;
    margin-bottom: 0; }
    .w-image-gallery__default .slick-list {
      height: 100% !important; }
      .w-image-gallery__default .slick-list .slick-track {
        height: 100%; }
        .w-image-gallery__default .slick-list .slick-track .w-image {
          max-height: 90dvh; } }

.w-gallery {
  margin-bottom: 18px; }
  .w-gallery__title {
    font-size: 34px;
    color: #248981;
    letter-spacing: -1px;
    text-align: center; }
    .container__content .w-gallery__title {
      text-align: left;
      margin-bottom: 20px; }
  .container__content .w-gallery {
    background-color: #ebfcfb;
    padding: 40px 30px 30px; }
  .w-gallery .w-image {
    margin-bottom: 0; }
  .container__content .w-gallery__primary .i3-slider.slick-slider .slick-arrow {
    width: 60px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    margin-top: -35px; }
    .container__content .w-gallery__primary .i3-slider.slick-slider .slick-arrow:before {
      font-size: 30px; }
  .container__content .w-gallery__primary .i3-slider.slick-slider .slick-prev {
    left: 0; }
  .container__content .w-gallery__primary .i3-slider.slick-slider .slick-next {
    right: 0; }
  .w-gallery__primary .i3-slider.slick-slider .slick-arrow:before {
    color: #248981; }
  .w-gallery__secondary {
    background-color: #fff;
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/secondary-slider-bg.jpg");
    background-position: top center;
    background-repeat: repeat-x;
    padding: 28px 116px; }
    .container__content .w-gallery__secondary {
      padding: 28px 20px; }
    .w-gallery__secondary .i3-slider.slick-slider {
      /* the parent */ }
      .w-gallery__secondary .i3-slider.slick-slider .slick-slide {
        margin: 0 10px; }
      .w-gallery__secondary .i3-slider.slick-slider .slick-list {
        margin: 0 -10px !important; }
      .container__content .w-gallery__secondary .i3-slider.slick-slider {
        /* the parent */ }
        .container__content .w-gallery__secondary .i3-slider.slick-slider .slick-slide {
          margin: 0 4px; }
        .container__content .w-gallery__secondary .i3-slider.slick-slider .slick-list {
          margin: 0 -4px !important; }
      .w-gallery__secondary .i3-slider.slick-slider .slick-slide.slick-current .w-image {
        background-color: #000; }
        .w-gallery__secondary .i3-slider.slick-slider .slick-slide.slick-current .w-image img {
          opacity: 0.5; }

.w-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.w-tabs__title {
  font-size: 3rem;
  color: #fff;
  letter-spacing: -2.16px;
  margin-bottom: 0; }

.w-tabs__btns {
  background: #D51051;
  margin-bottom: 0;
  border: 3px solid #FFF;
  border-radius: 942.222px;
  padding: 7px 8px; }
  .w-tabs__btns li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .w-tabs__btns li a {
      color: #FFF;
      text-align: center;
      font-size: 1.34606rem;
      font-weight: 600;
      line-height: normal;
      /* 22.775px */
      letter-spacing: -0.969px;
      background: transparent;
      border-radius: 50px;
      padding: 2.5px 15px;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .w-tabs__btns li a.active {
        padding: 2.5px 30px;
        background: #D51051; }
      .w-tabs__btns li a:hover {
        text-decoration: underline; }

.w-tabs__donate {
  color: #FFF;
  font-size: 1.37406rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.742px;
  font-family: "Rockids Softed", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px; }
  .w-tabs__donate span {
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.73861rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: lowercase;
    text-align: center;
    -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;
    padding-left: 6px; }

.w-tabs__content.in {
  margin-top: -40px; }

.w-tabs__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D4F2FF;
  font-size: 1.66667rem;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -1.2px;
  margin-bottom: 30px; }
  .w-tabs__content__title img {
    margin-right: 10px; }

.w-tabs__content .panel-layout > .container {
  padding: 0; }

.w-accordion__link {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(10, 10, 10, 0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #F6FDEB;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
  margin-bottom: 0.66667rem; }
  .w-accordion__link a {
    display: block;
    position: relative;
    font-size: 1.22222rem;
    color: #36141F;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.88px;
    padding: 1.16667rem 3.88889rem 1.16667rem 1.55556rem; }
    @media (max-width: 767px) {
      .w-accordion__link a span {
        margin-right: 30px;
        display: block; } }
    .w-accordion__link a:focus {
      outline: 0; }
    .w-accordion__link a.active i.w-accordion__link__icon:before {
      content: "\e908"; }
  .w-accordion__link__icon {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #290000;
    width: 2.22222rem;
    height: 2.22222rem;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.05556rem;
    color: #fff;
    border-radius: 50px; }
    .w-accordion__link__icon:before {
      content: "\e902"; }

.w-accordion__content {
  color: #290000; }
  .w-accordion__content p {
    color: #290000; }
    .w-accordion__content p:last-child {
      margin-bottom: 0; }
  .w-accordion__content > div {
    border-radius: 18px;
    border: 1px solid rgba(10, 10, 10, 0.2);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #F6FDEB;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #F6FDEB;
    padding: 1.55556rem 1.33333rem; }

.w-quick-donate {
  padding: 20px 20px;
  background-color: #D51051; }
  @media (min-width: 1024px) {
    .w-quick-donate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.55556rem 2.77778rem;
      border-radius: 20px;
      -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2); } }
  .w-quick-donate__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 12px; }
    @media (min-width: 1280px) {
      .w-quick-donate__title {
        margin-right: 2.22222rem; } }
    @media (min-width: 768px) {
      .w-quick-donate__title {
        text-align: left;
        margin-bottom: 0; } }
  .w-quick-donate__child-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;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media (max-width: 767px) {
      .w-quick-donate__child-grid {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        width: unset;
        margin-left: -12px; } }
    .w-quick-donate__child-grid > * {
      padding-left: 12px;
      width: 100%; }
      @media (max-width: 767px) {
        .w-quick-donate__child-grid > * {
          width: 50%;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%;
          margin-bottom: 12px !important; } }
  .w-quick-donate__grid {
    margin-bottom: 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .w-quick-donate__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; } }
  .w-quick-donate__submit {
    font-size: 1.11111rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .w-quick-donate__submit {
        margin-left: 0.94444rem;
        max-width: 236px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .w-quick-donate__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .w-quick-donate__policy {
        margin-left: 10px;
        margin-top: 0; } }
    @media (min-width: 1280px) {
      .w-quick-donate__policy {
        max-width: 430px;
        border-left: 2px solid #D51051;
        padding-left: 2.33333rem;
        margin-left: 2rem; } }
    .w-quick-donate__policy p {
      font-size: 0.94444rem;
      line-height: 1;
      margin-left: 1.22222rem; }
    .w-quick-donate__policy__title {
      font-size: 2.94211rem;
      font-weight: 900;
      text-transform: capitalize;
      color: #FFF;
      line-height: 1;
      margin-bottom: 0; }
      .w-quick-donate__policy__title span {
        display: block;
        font-size: 0.79456rem;
        text-transform: uppercase; }

.w-donate-form {
  position: relative;
  border-radius: 20px;
  padding: 2.27778rem 1.77778rem;
  text-align: center;
  overflow: hidden; }
  .page-cause__donate-shelf .w-donate-form, .page-feedback__donate-shelf .w-donate-form {
    background: #290000; }
    @media (min-width: 1600px) {
      .page-cause__donate-shelf .w-donate-form, .page-feedback__donate-shelf .w-donate-form {
        padding: 1.55556rem 2rem 3rem; } }
    @media (min-width: 992px) {
      .page-cause__donate-shelf .w-donate-form, .page-feedback__donate-shelf .w-donate-form {
        position: -webkit-sticky;
        position: sticky;
        top: 50px; } }
  @media (min-width: 1600px) {
    .page-feedback__donate-shelf .w-donate-form {
      padding: 3.22222rem 2.88889rem 3.55556rem; } }
  .slick-slider .w-donate-form, .\--style-equal-heights .w-donate-form {
    height: 100%; }
  .container__widget .w-donate-form {
    padding: 0; }
  .content-snippet .w-donate-form {
    max-width: 500px;
    margin: 0 auto; }
  .w-donate-form__container > p {
    font-size: 1.001rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.11111rem; }
  .w-donate-form__price-blurb {
    border-radius: 8px;
    background: #D51051;
    color: #E6FCFF;
    text-align: center;
    font-size: 0.88889rem;
    line-height: 1.3;
    letter-spacing: -0.16px;
    padding: 0.88889rem 2.66667rem;
    margin-bottom: 1.11111rem; }
    .page-cause__donate-shelf .w-donate-form__price-blurb {
      background: #D51051; }
    .w-donate-form__price-blurb > strong {
      font-weight: 400; }
  .w-donate-form__grid__prices {
    margin-left: -0.55556rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .w-donate-form__grid__prices > div {
      width: 100%;
      padding-left: 0.55556rem;
      margin-bottom: 0.55556rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
      .ie .w-donate-form__grid__prices > div {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      .w-donate-form__grid__prices > div .control-radio label {
        width: 100%; }
  .container__widget .w-donate-form form .control-radio.\--style-payment .control-radio__text {
    font-size: 22px; }
  .slick-slider .w-donate-form form button {
    position: absolute;
    bottom: 30px;
    left: 35px;
    right: 35px;
    width: calc(100% - 70px); }
  .w-donate-form__title {
    color: #290000;
    font-size: 2.66667rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.83333rem; }
  .w-donate-form__blurb {
    font-size: 0.88889rem;
    font-weight: 500;
    color: #004455;
    line-height: 1.3; }
  .w-donate-form__media {
    float: left;
    width: 41px;
    height: 41px;
    margin-right: 20px; }
  .w-donate-form__payment-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1.27778rem; }
  .w-donate-form__price-grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px; }
    .w-donate-form__price-grid > div > * {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      padding-left: 8px;
      margin-bottom: 8px; }
  .w-donate-form__text {
    overflow: hidden; }
    .w-donate-form__text p {
      font-size: 0.72222rem;
      color: #666;
      margin-bottom: 0;
      line-height: 1.3; }
  .w-donate-form input[readonly="readonly"] {
    display: none; }
  .w-donate-form__progress {
    margin-bottom: 0.88889rem;
    background: rgba(18, 49, 43, 0.8);
    border-radius: 8px;
    padding: 1rem 1.44444rem 0.88889rem;
    margin-top: 1.38889rem; }
    .w-donate-form__progress__bar {
      border-radius: 4px;
      background: #290000;
      height: 14px;
      cursor: pointer;
      margin-top: 0.55556rem; }
      .w-donate-form__progress__bar > span {
        position: relative;
        display: block;
        height: 100%;
        border-radius: 4px;
        background-color: #290000;
        max-width: 100%; }
      .w-donate-form__progress__bar div {
        background: #D51051;
        font-size: 1.16444rem;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        letter-spacing: 0.419px;
        border-radius: 12px;
        text-align: center;
        position: absolute;
        padding: 4px 10px 2px;
        top: -35px;
        right: -18px;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        transition: ease 0.2s; }
        .w-donate-form__progress__bar div:after {
          content: '';
          width: 0px;
          height: 0px;
          position: absolute;
          bottom: -3px;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transform: rotate(47deg);
          -ms-transform: rotate(47deg);
          transform: rotate(47deg);
          border-width: 3px;
          border-color: transparent #D51051 #D51051 transparent;
          border-style: solid; }
    .w-donate-form__progress__metas > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .w-donate-form__progress__metas span h5 {
      color: rgba(255, 239, 209, 0.8);
      font-family: "Special Gothic", sans-serif;
      font-size: 11px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.328px;
      margin-bottom: 0; }
    .w-donate-form__progress__metas span span {
      color: #290000;
      font-family: "Rockids Softed", sans-serif;
      font-size: 2.06794rem;
      font-weight: 400;
      line-height: 1.2; }
    .w-donate-form__progress__metas i {
      font-size: 1rem;
      color: #D51051; }

.w-increment-decrement {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  width: 73px;
  background: #EEE;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.55556rem; }
  @media (max-width: 499px) {
    .w-increment-decrement {
      margin-bottom: 0; } }
  .w-increment-decrement__increment {
    right: 0; }
  .w-increment-decrement__decrement {
    left: 0; }
  .w-increment-decrement input {
    background: transparent;
    height: 31px;
    font-size: 0.88889rem;
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 0 !important;
    text-transform: uppercase;
    color: #290000; }
  .w-increment-decrement button {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: transparent;
    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: 24px;
    font-size: 0.44444rem;
    color: #290000; }
    .w-increment-decrement button:hover {
      background-color: #ECECEC; }
  .w-increment-decrement.\--single {
    width: 100%;
    padding: 0 20px;
    background: #290000;
    margin-bottom: 1.33333rem; }
    .w-increment-decrement.\--single button {
      width: 48px; }
    .w-increment-decrement.\--single input {
      height: 2.22222rem; }

.w-donation-summary {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  padding: 1.33333rem; }
  @media (max-width: 992px) {
    .page-checkout__sidebar .w-donation-summary {
      margin-bottom: 20px; } }
  .w-donation-summary__title {
    display: inline-block;
    border-radius: 77.576px;
    border: 0.97px solid #290000;
    background: #FFF;
    padding: 9px 15px;
    text-align: center;
    font-family: "Special Gothic", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #290000;
    margin-bottom: 1.66667rem; }
    .w-donation-summary__title a {
      color: #290000; }
  .w-donation-summary .df__support-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 10px; }
    .w-donation-summary .df__support-wraper > div {
      max-width: 50%;
      width: 100%;
      padding-left: 15px; }
  .w-donation-summary__totals__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 0.66667rem;
    font-weight: 600;
    letter-spacing: 0.12px;
    color: #290000;
    margin-bottom: 1.22222rem; }
  .w-donation-summary__totals dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 0.66667rem; }
    .w-donation-summary__totals dl dt, .w-donation-summary__totals dl dd {
      font-weight: 400;
      line-height: 1;
      font-size: 0.88889rem; }
    .w-donation-summary__totals dl dt {
      width: 50%;
      font-family: "Special Gothic", sans-serif;
      color: rgba(41, 0, 0, 0.72);
      letter-spacing: -0.32px; }
    .w-donation-summary__totals dl dd {
      width: 50%;
      text-align: right;
      text-transform: uppercase;
      color: #290000; }
      .w-donation-summary__totals dl dd em {
        font-style: normal; }
    .w-donation-summary__totals dl.--style-total {
      border-top: 1px solid #290000;
      padding-top: 1rem;
      margin-top: 1rem;
      margin-bottom: 0; }
      .w-donation-summary__totals dl.--style-total dt, .w-donation-summary__totals dl.--style-total dd {
        font-size: 1rem;
        font-weight: 600;
        color: #290000;
        letter-spacing: -0.36px; }
      .w-donation-summary__totals dl.--style-total dd {
        color: #d51051; }
  .w-donation-summary .pillar-account-badge + * {
    border: 0;
    padding: 0;
    margin-bottom: 0; }
  .w-donation-summary .df__donations hr {
    display: none; }

.w-gift-aid {
  padding: 20px;
  border-radius: 22px;
  border: 2px solid #D51051;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #F1F8E1;
  background: -webkit-linear-gradient(bottom, #FFF 0%, #FFF 100%), #F1F8E1;
  background: -o-linear-gradient(bottom, #FFF 0%, #FFF 100%), #F1F8E1;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F1F8E1;
  margin-bottom: 0.88889rem; }
  @media (min-width: 992px) {
    .w-gift-aid {
      padding: 2.44444rem 2.44444rem 1.94444rem;
      border-radius: 32px; } }
  @media (min-width: 768px) {
    .w-gift-aid__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .w-gift-aid__title {
    font-family: "Special Gothic", sans-serif;
    letter-spacing: 0.248px;
    font-weight: 500;
    font-size: 1.264rem;
    line-height: 1.3;
    overflow: hidden;
    text-transform: unset; }
    @media (max-width: 991px) {
      .w-gift-aid__title br {
        display: none; } }
  .w-gift-aid__media {
    width: 157px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px; }
  .w-gift-aid p {
    font-size: 0.90556rem;
    font-weight: 500;
    color: #290000;
    margin-bottom: 1rem; }
  .w-gift-aid__consent {
    border-radius: 8.375px;
    background: rgba(209, 211, 204, 0.3);
    padding: 0.88889rem 1rem;
    margin-bottom: 12px; }
    .w-gift-aid__consent p {
      font-size: 0.75556rem;
      font-weight: 400;
      color: #290000;
      letter-spacing: -0.272px;
      margin-bottom: 0px; }

.w-wp-pagination {
  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-top: 1px solid #C5C9D2;
  padding-top: 28px;
  margin-bottom: 2.44444rem; }
  .w-wp-pagination > * {
    font-size: 0.94444rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(213, 16, 81, 0.7);
    text-decoration: underline;
    letter-spacing: 0.02em;
    padding: 0;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 50px; }
    .w-wp-pagination > *.current, .w-wp-pagination > *:hover {
      background-color: #EDF1FA;
      color: #290000;
      text-decoration: underline; }
  .w-wp-pagination .next, .w-wp-pagination .prev {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 6, 87, 0.3);
    width: 44px;
    height: 44px;
    font-size: 0; }
    .w-wp-pagination .next i, .w-wp-pagination .prev i {
      font-size: 12px; }
    .w-wp-pagination .next:hover, .w-wp-pagination .prev:hover {
      background-color: #290000;
      border-color: #290000;
      color: #fff;
      text-decoration: none; }
  .w-wp-pagination .prev {
    margin-right: 2.77778rem; }
  .w-wp-pagination .next {
    margin-left: 2.77778rem; }

.w-payment-table {
  border: 1px solid #ebebeb;
  padding: 50px 40px 25px;
  background-color: #fff; }
  .w-payment-table > .grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-bottom: 25px;
    padding-right: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #91bf84; }
  .w-payment-table__payment-number {
    color: #7fb931;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1; }
    .w-payment-table__payment-number .icon {
      font-size: 24px;
      margin-top: -10px; }
  .w-payment-table__amount {
    color: #1d3922;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px; }
  .w-payment-table__due-date {
    font-size: 13px;
    color: #1d3922;
    line-height: 1; }

.w-zakat-calculator {
  position: relative; }
  .w-zakat-calculator__main-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #290000;
    font-size: 2.77778rem; }
  .w-zakat-calculator__title {
    color: #290000;
    font-size: 2.22222rem; }
  .w-zakat-calculator__values li {
    color: #290000; }
    @media (min-width: 1024px) {
      .w-zakat-calculator__values li {
        display: inline-block;
        vertical-align: middle; }
        .w-zakat-calculator__values li:before {
          content: "|";
          padding-right: 10px;
          margin-left: 10px; }
        .w-zakat-calculator__values li:first-child:before {
          display: none; } }
  .w-zakat-calculator form fieldset {
    padding: 20px 0 20px;
    border-bottom: 1px solid #290000;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .w-zakat-calculator form fieldset {
        padding-top: 40px;
        padding-right: 30px; } }
    .w-zakat-calculator form fieldset:first-child {
      padding-top: 0; }
    .w-zakat-calculator form fieldset:last-child {
      border-bottom: 0; }
  .w-zakat-calculator form p {
    color: #290000; }
  .w-zakat-calculator__total {
    font-size: 32px;
    font-weight: 700;
    color: #290000; }
    .w-zakat-calculator__total em {
      font-size: 24px;
      font-style: normal;
      padding-right: 5px; }
  .w-zakat-calculator__grid > div {
    margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .w-zakat-calculator__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px; }
      .w-zakat-calculator__grid > div {
        width: 50%;
        padding-left: 20px;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .w-zakat-calculator .control-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .w-zakat-calculator .control-group:last-child {
        margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .w-zakat-calculator .control-group .control-group__control {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  .w-zakat-calculator .control-group .control-group__label {
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #290000; }
    @media (min-width: 1024px) {
      .w-zakat-calculator .control-group .control-group__label {
        width: 100%;
        max-width: 25rem;
        margin-bottom: 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: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        font-weight: normal;
        padding-right: 20px; } }
  .w-zakat-calculator .control-group .control-group__currency {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: normal;
    font-size: 1.17711rem; }

.w-video {
  position: relative;
  border-radius: 13.815px;
  overflow: hidden; }
  .w-video a, .w-video img {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .w-video img {
      max-height: 542.258px; } }
  .w-video__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .w-video__icon i {
      background: #D51051;
      border-radius: 100%;
      width: clamp(50px, 10vw, 7.16361rem);
      height: clamp(50px, 10vw, 7.16361rem);
      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;
      font-size: clamp(20px, 6vw, 3.83333rem);
      padding-left: clamp(5px, 1vw, 0.88889rem);
      color: #fff;
      margin: 0 auto; }
  .w-video__title {
    font-size: 1.22222rem;
    letter-spacing: -0.44px;
    color: #fff;
    margin-bottom: 0; }

.w-cause__quick-donate {
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-12.35%, rgba(148, 85, 153, 0.64)), color-stop(112.49%, rgba(148, 85, 153, 0))), #E2146F;
  background: -webkit-linear-gradient(right, rgba(148, 85, 153, 0.64) -12.35%, rgba(148, 85, 153, 0) 112.49%), #E2146F;
  background: -o-linear-gradient(right, rgba(148, 85, 153, 0.64) -12.35%, rgba(148, 85, 153, 0) 112.49%), #E2146F;
  background: linear-gradient(270deg, rgba(148, 85, 153, 0.64) -12.35%, rgba(148, 85, 153, 0) 112.49%), #E2146F;
  background-blend-mode: color, normal;
  padding: 30px 0;
  margin-bottom: 70px; }
  .w-cause__quick-donate__item {
    position: relative;
    border-radius: 11.62px;
    border: 3px solid #FFF;
    background: rgba(0, 25, 109, 0.92);
    padding: 14px 16px;
    margin-right: 12px; }
    .w-cause__quick-donate__item label {
      display: block;
      letter-spacing: 0.13px;
      text-transform: uppercase;
      color: rgba(202, 232, 245, 0.7);
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 10px; }
    .w-cause__quick-donate__item .control-group.\--style-cause-select .control-select, .w-cause__quick-donate__item .control-group.\--style-cause-select input[type=text], .w-cause__quick-donate__item .control-select, .w-cause__quick-donate__item input[type="number"] {
      color: #FFF;
      font-size: 1.08661rem;
      font-weight: 500;
      letter-spacing: -0.587px;
      background: transparent;
      border: 0;
      padding: 0; }
      .w-cause__quick-donate__item .control-group.\--style-cause-select .control-select > span:after, .w-cause__quick-donate__item .control-group.\--style-cause-select input[type=text] > span:after, .w-cause__quick-donate__item .control-select > span:after, .w-cause__quick-donate__item input[type="number"] > span:after {
        background: transparent;
        width: unset;
        height: unset;
        right: 0;
        color: rgba(255, 255, 255, 0.44); }
    .w-cause__quick-donate__item input[type="number"], .w-cause__quick-donate__item input[type="text"] {
      max-height: 18px;
      padding-left: 13px;
      font-size: 1.32778rem; }
    .w-cause__quick-donate__item ::-webkit-input-placeholder {
      color: white; }
    .w-cause__quick-donate__item :-moz-placeholder {
      color: white; }
    .w-cause__quick-donate__item :-ms-input-placeholder {
      color: white; }
    .w-cause__quick-donate__item :-moz-placeholder {
      color: white; }
    .w-cause__quick-donate__item .i3-donation-price-block > div:not(.control-select) {
      position: relative;
      line-height: 0; }
  .w-cause__quick-donate .control-group.--style-cause-select {
    margin-bottom: 0; }
  .w-cause__quick-donate .control-group__control {
    line-height: 0.72rem; }
    .w-cause__quick-donate .control-group__control > div {
      margin-bottom: 0 !important; }
  .w-cause__quick-donate__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .w-cause__quick-donate__fields {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .w-cause__quick-donate__fields form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .w-cause__quick-donate__fields form > * {
        width: 100%; }
    .w-cause__quick-donate__fields .btn.--style-donate, .w-cause__quick-donate__fields .control-uploader .--style-donate.action, .control-uploader .w-cause__quick-donate__fields .--style-donate.action {
      max-width: 210px;
      margin-left: 1.5rem;
      font-size: 1.38667rem;
      line-height: 1;
      letter-spacing: -1.248px;
      padding: 7.7px 8px;
      padding-left: 1rem;
      text-align: center;
      border: 0;
      background: #fff;
      color: #290000; }
      .w-cause__quick-donate__fields .btn.--style-donate .icon, .w-cause__quick-donate__fields .control-uploader .--style-donate.action .icon, .control-uploader .w-cause__quick-donate__fields .--style-donate.action .icon {
        background: #290000;
        color: #fff;
        width: 36.5px;
        height: 36.5px;
        font-size: 14px; }
  .w-cause__quick-donate .control-group__currency {
    color: #fff;
    position: absolute;
    bottom: -2px;
    font-size: 1.08661rem;
    line-height: 0.96;
    font-weight: 600; }

.w-box-icon__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-top: 1px solid #CFD5CE;
  border-bottom: 1px solid #CFD5CE;
  padding: 16px 0; }

.w-box-icon__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 2.22222rem;
  padding-right: 2.22222rem;
  margin-bottom: 1rem; }
  .w-box-icon__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .w-box-icon__item {
      width: 33.33%;
      margin-bottom: 0; } }
  .w-box-icon__item + .w-box-icon__item {
    border-left: 1px solid #CFD5CE;
    padding-left: 2.22222rem; }

.w-box-icon__media {
  margin-right: 15px; }

.w-box-icon__title {
  font-size: 1.47222rem;
  line-height: 0.8;
  letter-spacing: -0.265px;
  margin-bottom: 6px; }

.w-social__title {
  font-size: 1.11111rem;
  letter-spacing: 0.8px;
  color: #FFF;
  margin: 0; }

.w-social li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.66667rem;
  height: 2.66667rem;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-right: 0.55556rem; }
  .w-social li:last-child {
    margin-right: 0; }
  .w-social li a, .w-social li span {
    width: 100%;
    height: 100%;
    border-radius: 92.308px;
    border: 1.4px solid rgba(54, 20, 31, 0.5);
    background: rgba(213, 16, 81, 0.05);
    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: rgba(54, 20, 31, 0.5);
    font-size: 1.33333rem;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    border-radius: 50px; }
    .w-social li a i, .w-social li span i {
      text-align: center; }
    .w-social li a:hover, .w-social li span:hover {
      background: #fff;
      border-color: #D51051;
      color: #D51051;
      text-decoration: none !important; }

.w-social.\--style-list .w-social__title {
  display: none; }

.w-social.\--style-list li {
  margin-bottom: 12px; }

.w-social.\--style-contact {
  margin-top: 1.94444rem; }
  .w-social.\--style-contact .w-social__title {
    display: none; }

@media (min-width: 768px) {
  .w-social.\--style-post {
    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; } }

@media (max-width: 767px) {
  .w-social.\--style-post .w-social__title {
    margin-bottom: 15px; } }

.w-social.\--style-post li:hover a, .w-social.\--style-post li:hover span {
  text-decoration: none !important; }

.w-filter {
  background: #fff;
  padding: 1.77778rem 1.66667rem 1.94444rem;
  border-radius: 10px; }
  .w-filter__title {
    font-size: 1.44444rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #D51051;
    margin-bottom: 22px; }
  .w-filter__inner-grid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 768px) {
      .w-filter__inner-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .w-filter__inner-grid > div {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .w-filter__inner-grid > div:not(.--results) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 0.66667rem; } }
    .w-filter__inner-grid > div:first-child {
      margin-left: 0; }
    @media (min-width: 768px) {
      .w-filter__inner-grid > div.--type-category {
        max-width: 276px; } }
    @media (min-width: 768px) {
      .w-filter__inner-grid > div.--type-sort {
        max-width: 216px; } }
  .w-filter__results {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .w-filter__results {
        width: 16rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 1.66667rem; } }

.w-donors__box-donors {
  border-radius: 5px;
  border: 1px solid #1956a7;
  background-color: #fff; }
  .w-donors__box-donors__content {
    padding: 1rem 1.5rem; }
  .w-donors__box-donors__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1956a7;
    color: #FFF;
    padding: .5rem; }
    .w-donors__box-donors__header__title {
      font-size: 1.5rem;
      color: #FFF;
      margin-bottom: 0;
      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;
      gap: 0.5rem; }
      .w-donors__box-donors__header__title i {
        font-size: 1.8rem; }

.w-donors__pagination {
  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;
  gap: 2rem; }
  .w-donors__pagination > .prev,
  .w-donors__pagination > .next {
    border-radius: 5px;
    border: 1px solid #EAECF0;
    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: .5rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    font-size: .8rem; }
    .w-donors__pagination > .prev:hover,
    .w-donors__pagination > .next:hover {
      background-color: #1956a7;
      color: #FFF; }
    .w-donors__pagination > .prev.disabled,
    .w-donors__pagination > .next.disabled {
      opacity: .5;
      pointer-events: none; }
  .w-donors__pagination > span {
    color: rgba(25, 86, 167, 0.8);
    font-size: .8rem; }

.w-donors__box-donor {
  position: relative;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(25, 86, 167, 0.1);
  padding-bottom: 18px; }
  .w-donors__box-donor:last-child {
    border: 0;
    padding: 0;
    margin: 0; }
  .w-donors__box-donor__meta__head {
    margin-bottom: 8px;
    border: 0;
    padding: 0; }
    .w-donors__box-donor__meta__head dt {
      font-size: 1.1rem; }
    .w-donors__box-donor__meta__head dd {
      font-size: 1.5rem;
      letter-spacing: -1px;
      color: #1956a7; }
  .w-donors__box-donor__meta__footer dt {
    font-size: .8rem;
    color: rgba(25, 86, 167, 0.5); }
  .w-donors__box-donor__meta__footer dd {
    font-size: .8rem; }

.w-donors-wall__header {
  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;
  border-radius: 8px 8px 0px 0px;
  background: #002475;
  color: #FFF;
  padding: 1.2rem; }
  .w-donors-wall__header__title {
    font-size: 1.5rem;
    color: #FFF;
    margin-bottom: 0; }
  .w-donors-wall__header__subtitle {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0; }
  .w-donors-wall__header__filters {
    font-size: 0.9rem;
    color: #FFF;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem; }
    .w-donors-wall__header__filters a {
      color: #FFF;
      display: block;
      padding: .6rem 1rem;
      border-radius: 50px; }
      .w-donors-wall__header__filters a.active {
        background: #1956A7; }

.w-donors-wall__content {
  border-radius: 0 0 8px 8px;
  border: 1px solid #C5C9D2;
  background: #FFF;
  padding: 1rem 1.5rem;
  color: rgba(0, 6, 87, 0.74);
  font-size: .8rem; }

.w-donors-wall__box {
  padding-bottom: .5rem;
  padding-top: .5rem;
  border-bottom: 1px solid rgba(208, 213, 221, 0.5); }
  .w-donors-wall__box__header {
    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; }
    .w-donors-wall__box__header__title {
      color: #000657;
      font-size: 1.2rem;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .6rem; }
    .w-donors-wall__box__header__revenue {
      color: #1956A7;
      font-size: 1.2rem;
      margin-bottom: 0; }
  .w-donors-wall__box__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    gap: .2rem;
    padding: .1rem .3rem;
    font-size: .7rem; }
  .w-donors-wall__box__content {
    border-radius: 4px;
    background: rgba(233, 236, 243, 0.7);
    padding: .6rem .8rem;
    margin-top: .8rem; }
    .w-donors-wall__box__content > p {
      margin-bottom: .3rem; }

.w-donors-wall__pagination {
  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;
  margin-top: 1rem; }
  .w-donors-wall__pagination > a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    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;
    text-decoration: none;
    background-color: #1956A7;
    color: #FFF;
    opacity: .8; }
    .w-donors-wall__pagination > a i.icon {
      font-size: .8rem; }
    .w-donors-wall__pagination > a:hover {
      opacity: 1; }
  .w-donors-wall__pagination > a.disabled {
    opacity: 1;
    pointer-events: none;
    background-color: #E9ECF3; }

.w-menu-cta__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.22222rem; }

.w-menu-cta__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  .w-menu-cta__item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .w-menu-cta__item:hover .w-menu-cta__media i {
    color: #FFF;
    background-color: #290000; }
  .w-menu-cta__item:hover .w-menu-cta__content {
    background-color: #290000; }
    .w-menu-cta__item:hover .w-menu-cta__content__title {
      color: #FFF; }
  .w-menu-cta__item.\--style-mini {
    width: 100%; }
    .w-menu-cta__item.\--style-mini .w-menu-cta__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #F5F5F5;
      padding: 5px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .w-menu-cta__item.\--style-mini .w-menu-cta__media {
      border-radius: 4px;
      overflow: hidden;
      width: 30%; }
    .w-menu-cta__item.\--style-mini .w-menu-cta__content {
      background: transparent;
      width: 100%;
      padding: 0 10px;
      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; }
      .w-menu-cta__item.\--style-mini .w-menu-cta__content i {
        font-size: 0.66667rem;
        color: #000;
        background-color: #FFF;
        border-radius: 5px;
        width: 1.55556rem;
        height: 1.55556rem;
        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-menu-cta__item.\--style-mini:hover .w-menu-cta__content__title {
      color: #290000; }

.w-menu-cta__media {
  position: relative;
  z-index: 1;
  width: 100%; }
  .w-menu-cta__media img {
    width: 100%; }
  .w-menu-cta__media i {
    position: absolute;
    font-size: 0.66667rem;
    color: #D51051;
    background-color: #FFF;
    border-radius: 5px;
    width: 1.55556rem;
    height: 1.55556rem;
    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;
    right: 0;
    top: 0;
    margin: 8px 8px 0 0; }

.w-menu-cta__wrap {
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

.w-menu-cta__content {
  background: #fff;
  padding: 1rem 15px;
  margin-top: -1px; }
  .w-menu-cta__content__title {
    letter-spacing: -0.165px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500; }

.w-menu-cta__title {
  font-size: 1.33333rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.83333rem;
  padding-bottom: 0.83333rem;
  border-bottom: 1px solid #290000; }

.w-cta-box {
  position: relative;
  background: #CEECF9;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 12px; }
  .w-cta-box > div {
    width: 100%; }
  .w-cta-box__media {
    max-width: 388px; }
    .w-cta-box__media img {
      width: 100%;
      display: block;
      height: 100%; }
  .w-cta-box__title {
    font-size: 1.88889rem;
    letter-spacing: -1.36px;
    margin-bottom: 0.83333rem; }
    .w-cta-box__title span {
      font-family: "Rockids Softed", sans-serif;
      font-size: 2.52406rem;
      color: #290000; }
  .w-cta-box__info {
    max-width: 330px;
    margin-right: 10px;
    padding: 1.83333rem 0; }
    .w-cta-box__info img {
      margin-bottom: 1.11111rem; }
    .w-cta-box__info p {
      color: #1C5687;
      font-size: 1.22222rem;
      line-height: 1.1;
      letter-spacing: -0.44px; }
      .w-cta-box__info p a {
        color: #D51051;
        text-decoration: none; }

.w-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.66667rem; }
  .w-list-box:last-child {
    margin-bottom: 0; }
  .w-list-box__title {
    font-size: 1.22222rem;
    line-height: 1.1;
    margin-bottom: 1.38889rem; }
    .w-list-box__title span {
      background: #007F9D;
      width: 1.55556rem;
      height: 1.55556rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      padding-top: 5px;
      position: relative;
      top: -4px;
      font-size: 0.77778rem;
      border-radius: 50px;
      margin-right: 9px; }
  .w-list-box__media {
    max-width: 110px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1.66667rem; }
    .w-list-box__media img {
      display: block;
      width: 100%; }
  .w-list-box__content {
    letter-spacing: -0.02em;
    line-height: 1.3; }
    .w-list-box__content p:last-child {
      margin-bottom: 0; }

.w-content-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.55556rem !important;
  margin-left: -1rem; }
  @media (min-width: 1280px) {
    .w-content-tabs ul {
      margin-left: -4.44444rem; } }
  .w-content-tabs ul li {
    padding-left: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 769px) {
      .w-content-tabs ul li {
        padding-left: 2.22222rem; } }
    @media (min-width: 1024px) {
      .w-content-tabs ul li {
        padding-left: 4.44444rem; } }
    .w-content-tabs ul li a {
      text-align: center;
      text-decoration: none; }
      .w-content-tabs ul li a i {
        position: relative;
        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: 50px;
        height: 50px;
        font-size: 20px;
        color: #290000;
        text-align: center;
        background-color: #fff;
        border: 1.5px solid #D2D5D6;
        border-radius: 50px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s;
        margin: 0 auto;
        margin-bottom: 0.83333rem; }
        @media (min-width: 768px) {
          .w-content-tabs ul li a i {
            width: 90px;
            height: 90px;
            font-size: 1.88889rem; } }
        .w-content-tabs ul li a i:after {
          content: unset;
          position: absolute;
          width: 2.5rem;
          height: 0px;
          right: -3.6rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border: 2px dashed #D2D5D6; }
          @media (min-width: 1024px) {
            .w-content-tabs ul li a i:after {
              content: "";
              width: 3.05556rem; } }
      .w-content-tabs ul li a.active i, .w-content-tabs ul li a:hover i {
        background-color: #290000;
        border-color: #290000;
        color: #fff; }
      .w-content-tabs ul li a span {
        display: block;
        font-size: 1rem;
        font-family: "Rockids Softed", sans-serif;
        font-weight: 400;
        line-height: 1.1; }
    .w-content-tabs ul li:last-child i:after {
      content: unset; }

.w-content-tabs__content {
  position: relative;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/uploads/tab-back-img.png");
  text-align: center;
  border-radius: 30px;
  padding: 1rem; }
  @media (min-width: 1280px) {
    .w-content-tabs__content {
      padding-top: 2.72222rem; } }
  .w-content-tabs__content:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #e0edf1;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1; }
  .w-content-tabs__content__title {
    font-family: "Rockids Softed", sans-serif;
    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;
    font-size: 1.55556rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #290000;
    margin-bottom: 1.55556rem; }
    .w-content-tabs__content__title i {
      font-size: 1.83333rem;
      color: #D51051;
      margin-right: 0.83333rem; }
  .w-content-tabs__content p {
    font-size: 1.22222rem;
    line-height: 130%;
    font-weight: 400;
    color: #314247; }

.w-content-box {
  background: rgba(237, 229, 196, 0.52);
  padding: 0.55556rem;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .w-content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 28.667px; } }
  @media (min-width: 768px) {
    .w-content-box > div {
      width: 50%; } }
  .w-content-box__logo {
    margin-bottom: 2.11111rem; }
    .w-content-box__logo img {
      display: block; }
  .w-content-box__content {
    padding: 30px 20px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    margin-bottom: 0.55556rem; }
    @media (min-width: 768px) {
      .w-content-box__content {
        padding: 2.22222rem 1.55556rem;
        border-radius: 21.5px;
        margin-right: 5px;
        margin-bottom: 0; } }
    .w-content-box__content p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.05556rem;
      letter-spacing: -0.19px; }
    .w-content-box__content.\--theme-secondary {
      background: #07316B; }
    .w-content-box__content.\--theme-primary {
      background: #FEC849; }
      .w-content-box__content.\--theme-primary .w-content-box__title {
        color: #36141F; }
      .w-content-box__content.\--theme-primary p {
        color: rgba(10, 10, 10, 0.8); }
    .w-content-box__content.\--theme-light-green {
      background: #D51051; }
  .w-content-box__title {
    font-size: 1.88889rem;
    color: #fff;
    letter-spacing: 0.34px;
    margin-bottom: 10px; }
  .w-content-box__media {
    position: relative;
    overflow: hidden;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .w-content-box__media {
        border-radius: 21.5px; } }
    .w-content-box__media__link {
      position: absolute;
      inset: 0; }
    .w-content-box__media img {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .w-content-box__media img {
          height: 100%; } }

.w-raw-facts {
  position: relative; }
  .w-raw-facts__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.33333rem; }
    .w-raw-facts__grid > div {
      padding-left: 2.33333rem; }
  .w-raw-facts__icon {
    position: relative;
    width: 2.61111rem;
    height: 2.61111rem;
    background-color: #D51051;
    border-radius: 50px;
    color: #FFF;
    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;
    font-size: 1.88889rem;
    margin-bottom: 1.33333rem; }
  .w-raw-facts__title {
    letter-spacing: -1px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 1.11111rem; }
  .w-raw-facts__desc {
    font-size: 1rem;
    color: #FFF; }

.w-cta-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden; }
  .w-cta-banner:hover .w-cta-banner__title {
    text-decoration: underline; }
  .w-cta-banner:hover .w-cta-banner__cta i {
    background: #D51051;
    color: #fff; }
  .w-cta-banner__media {
    overflow: hidden; }
    .w-cta-banner__media img {
      width: 100%;
      display: block; }
  .w-cta-banner__title {
    font-size: 1.42567rem;
    letter-spacing: -0.257px;
    color: #FFF;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
  .w-cta-banner__cta {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .w-cta-banner__cta i {
      background: #FCFDFC;
      width: 28px;
      height: 28px;
      font-size: 10px;
      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: 4px;
      color: #D51051;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
  .w-cta-banner__link {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0; }

.w-price-point {
  padding: 12px 12px;
  border-radius: 16px;
  background: #D51051;
  overflow: hidden;
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .w-price-point {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .w-price-point:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .w-price-point > div {
      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;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 1.38889rem 1.94444rem; } }
  .w-price-point p {
    max-width: 407px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .w-price-point p {
        margin-bottom: 0; } }
  .w-price-point span:not(.w-price-point__price) {
    display: block; }
  .w-price-point__price {
    font-family: "Rockids Softed", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 9px 24px;
    background: #D51051;
    border-radius: 50px;
    display: inline-block;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .w-price-point__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.12417rem;
        line-height: 1.3;
        max-width: 140px;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        margin-bottom: 0px;
        border-radius: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .w-price-point__add {
    font-size: 1.11111rem;
    padding: 0.77778rem 1.77778rem; }
    .w-price-point__add:after {
      display: none; }

.w-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .w-quote__title {
    font-size: 1.99206rem;
    font-family: "Rockids Softed", sans-serif;
    font-weight: 700;
    color: #D51051;
    line-height: 1;
    margin-bottom: 3px; }
  .w-quote__author {
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.17778rem;
    text-transform: uppercase;
    color: #566B56; }
  .w-quote > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.33333rem;
    color: #D51051;
    margin-right: 24px; }

.w-logo__wrapper__title {
  font-size: 1.11111rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #1956A7;
  margin-bottom: 1.38889rem; }

.w-logo__media {
  position: relative;
  text-align: center;
  margin-bottom: 0.77778rem; }
  .w-logo__media a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.w-logo__title {
  background: rgba(237, 240, 245, 0.8);
  padding: 7px 0;
  text-align: center;
  font-size: 0.83333rem;
  font-family: "Special Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: -0.42px;
  border-radius: 3px;
  text-transform: none;
  margin-bottom: 0; }
  .w-logo__title a {
    display: block; }

.w-report.\--style-list {
  background: #E9ECF3;
  padding: 1.38889rem 1.38889rem;
  border-radius: 8px; }

.w-report__cta {
  text-align: center; }
  .w-report__cta a {
    font-family: "Rockids Softed", sans-serif;
    font-size: 0.88889rem;
    font-weight: 700;
    color: #D51051;
    letter-spacing: 0.16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase; }

.w-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .w-menu__icon {
    margin-right: 0.55556rem;
    background-color: #290000;
    border-radius: 50px;
    width: 2.77778rem;
    height: 2.77778rem;
    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-menu__icon i {
      font-size: 1.55556rem;
      color: #fff; }
      .w-menu__icon i.icon-wave {
        font-size: 1.05556rem; }
  .w-menu__list {
    padding-top: 0.55556rem; }
    .w-menu__list__title {
      font-size: 1.22222rem;
      font-weight: 700;
      line-height: 1.1;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 1.16667rem; }
      .w-menu__list__title a {
        color: #fff;
        text-decoration: none; }
    .w-menu__list .menu {
      margin: 0; }
      .w-menu__list .menu li {
        display: block !important;
        line-height: 1;
        margin-bottom: 10px; }
        .w-menu__list .menu li a {
          position: relative;
          font-size: 1.11111rem;
          font-weight: 500;
          text-transform: capitalize;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          line-height: 1.1;
          color: rgba(255, 255, 255, 0.9);
          font-weight: 500; }
        .w-menu__list .menu li:last-child {
          margin-bottom: 0px; }
  @media (max-width: 1024px) {
    .w-menu a {
      padding: 0 !important; } }

.w-site-info {
  border-radius: 8px;
  border: 1.2px solid rgba(207, 213, 206, 0.5);
  background: rgba(225, 234, 223, 0.2);
  padding: 21px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .w-site-info__title {
    font-size: 1.44444rem;
    line-height: 0.8;
    letter-spacing: -0.26px;
    margin-bottom: 10px; }
  .w-site-info p {
    font-size: 0.88889rem; }
  .w-site-info__cta {
    display: block;
    text-align: right;
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: rgba(86, 107, 86, 0.8); }
  .w-site-info__media {
    text-align: right;
    max-width: 125px;
    width: 100%;
    margin-left: 3.61111rem; }
    .w-site-info__media img {
      margin-bottom: 18px; }

.w-box-list {
  position: relative;
  border-radius: 16.302px;
  border: 1.426px solid #290000;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 0px 6.113px rgba(197, 203, 196, 0.12);
  box-shadow: 0px 0px 0px 6.113px rgba(197, 203, 196, 0.12);
  padding: 52px 21px 30px; }
  .w-box-list__items {
    margin-bottom: 25px; }
  .w-box-list__title {
    background: #290000;
    display: inline-block;
    padding: 10px 10px 3px;
    font-size: 1.82472rem;
    letter-spacing: -0.657px;
    line-height: 0.8;
    border-radius: 4.075px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .w-box-list__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10.189px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(225, 234, 223, 0.6)), to(rgba(225, 234, 223, 0.6))), #F5F5F5;
    background: -webkit-linear-gradient(bottom, rgba(225, 234, 223, 0.6) 0%, rgba(225, 234, 223, 0.6) 100%), #F5F5F5;
    background: -o-linear-gradient(bottom, rgba(225, 234, 223, 0.6) 0%, rgba(225, 234, 223, 0.6) 100%), #F5F5F5;
    background: linear-gradient(0deg, rgba(225, 234, 223, 0.6) 0%, rgba(225, 234, 223, 0.6) 100%), #F5F5F5;
    padding: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 10px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .w-box-list__box__media {
      width: 122.264px;
      height: 95.774px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-radius: 8.151px;
      background-size: cover;
      margin-right: 20px; }
    .w-box-list__box__content {
      font-size: 0.90567rem; }
    .w-box-list__box__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 1.47172rem;
      line-height: 0.8;
      letter-spacing: -0.265px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 6px;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      .w-box-list__box__title i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 26.491px;
        height: 26.491px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000;
        background-color: #fff;
        font-size: 10px;
        border-radius: 5px;
        margin-left: 10px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        transition: ease 0.3s; }
    .w-box-list__box__cta {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .w-box-list__box:hover {
      background: #290000; }
      .w-box-list__box:hover .w-box-list__box__title {
        color: #fff; }
        .w-box-list__box:hover .w-box-list__box__title i {
          background-color: #D51051;
          color: #fff; }
      .w-box-list__box:hover p {
        color: #fff; }
  .w-box-list__cta {
    text-align: center; }

.w-map {
  position: relative;
  background-color: #290000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .w-map > div {
    width: 100%; }
  .w-map__content {
    padding: 4.77778rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 509px;
    margin-left: 20px;
    margin-right: 50px; }
    @media (min-width: 1340px) and (max-width: 1920px) {
      .w-map__content {
        margin-left: calc(1 * (100vw - 1300px) / 2); } }
    @media (min-width: 1920px) {
      .w-map__content {
        margin-left: calc(1 * (1920px - 1280px) / 2); } }
    .w-map__content p {
      color: #fff; }
  .w-map__map {
    position: relative; }
  .w-map__cloud {
    position: absolute;
    z-index: 2;
    pointer-events: none; }
    .w-map__cloud img {
      max-width: none; }
    .w-map__cloud.\--type-one {
      top: 11%;
      right: 0;
      -webkit-animation: cloud-one 20s linear 2s forwards infinite;
      animation: cloud-one 20s linear 2s forwards infinite; }
    .w-map__cloud.\--type-two {
      opacity: 0;
      top: 29%;
      right: 0;
      -webkit-animation: cloud-one 30s linear 5s forwards infinite;
      animation: cloud-one 30s linear 5s forwards infinite; }
    .w-map__cloud.\--type-three {
      opacity: 0;
      bottom: 20%;
      right: 0;
      -webkit-animation: cloud-one 40s linear 10s forwards infinite;
      animation: cloud-one 40s linear 10s forwards infinite; }
  .w-map__svg {
    position: relative; }
    .w-map__svg img {
      display: block;
      width: 100%; }
  .w-map__link {
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: 4px 6px 0px;
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.27778rem;
    color: #290000;
    text-transform: uppercase;
    letter-spacing: -0.46px;
    border-radius: 2.736px;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    position: absolute; }
    .w-map__link:before {
      content: '';
      display: block;
      background: #fff;
      width: 7.794px;
      height: 7.794px;
      bottom: -3px;
      position: absolute;
      left: 50%;
      border-radius: 0.817px;
      -webkit-transform: translateX(-50%) rotate(-43deg);
      -ms-transform: translateX(-50%) rotate(-43deg);
      transform: translateX(-50%) rotate(-43deg);
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
    .w-map__link.england {
      top: 27.5%;
      left: 14%; }
    .w-map__link.türkiye {
      top: 46%;
      left: 42%;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    .w-map__link.morocco {
      top: 51.5%;
      left: 10.5%; }
    .w-map__link.syria {
      top: 51%;
      right: 39.5%;
      -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      transform: rotate(4deg); }
    .w-map__link.lebanon {
      top: 54%;
      left: 46.5%;
      -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      transform: rotate(4deg); }
    .w-map__link.gaza {
      bottom: 36%;
      left: 44.5%;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .w-map__link.afghanistan {
      bottom: 43%;
      right: 28%; }
    .w-map__link.pakistan {
      bottom: 33%;
      right: 23%;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    .w-map__link.gambia {
      bottom: 18%;
      left: 3%; }
    .w-map__link.sierra-leone {
      bottom: 13%;
      left: 6%; }
    .w-map__link.zambia {
      bottom: 1%;
      left: 41%; }
    .w-map__link.bangladesh {
      bottom: 30%;
      right: 6%; }
    .w-map__link.tanzania {
      bottom: 5%;
      right: 45%; }
    .w-map__link.uganda {
      bottom: 9%;
      right: 51%; }
    .w-map__link.somalia {
      bottom: 13%;
      right: 39.5%; }
    .w-map__link.yemen {
      bottom: 20%;
      right: 43.5%; }
    .w-map__link.india {
      bottom: 20%;
      right: 18%;
      -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); }
    .w-map__link.libya {
      bottom: 35%;
      left: 30%;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    .w-map__link.chad {
      bottom: 14%;
      left: 24%;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    .w-map__link:hover {
      background: #290000;
      padding: 5px 9px 0;
      font-size: 1.86094rem;
      color: #fff;
      text-decoration: none;
      border-radius: 3.695px;
      z-index: 9; }
      .w-map__link:hover:before {
        background: #290000;
        width: 10.525px;
        height: 10.525px;
        border-radius: 1.104px; }

@-webkit-keyframes cloud-one {
  0% {
    opacity: 1;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes cloud-one {
  0% {
    opacity: 1;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.w-schedule__header {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .w-schedule__header {
      margin-bottom: 2.22222rem; } }

.w-schedule__content p {
  color: #290000; }

.w-schedule__start-dates ul {
  margin-bottom: 1.72222rem; }
  .w-schedule__start-dates ul li {
    width: 50%; }
    .w-schedule__start-dates ul li .control-radio {
      background-color: unset; }
      .w-schedule__start-dates ul li .control-radio .control-radio__text {
        width: 100%;
        padding: 11px 16px 11px 2.55556rem;
        border-radius: 6px;
        border: 1.4px solid #025602;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(212, 243, 154, 0.1)), to(rgba(212, 243, 154, 0.1))), -webkit-gradient(linear, left bottom, left top, from(#F6FDEB), to(#F6FDEB)), #FFF;
        background: -webkit-linear-gradient(bottom, rgba(212, 243, 154, 0.1) 0%, rgba(212, 243, 154, 0.1) 100%), -webkit-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #FFF;
        background: -o-linear-gradient(bottom, rgba(212, 243, 154, 0.1) 0%, rgba(212, 243, 154, 0.1) 100%), -o-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #FFF;
        background: linear-gradient(0deg, rgba(212, 243, 154, 0.1) 0%, rgba(212, 243, 154, 0.1) 100%), linear-gradient(0deg, #F6FDEB 0%, #F6FDEB 100%), #FFF;
        font-size: 1rem;
        font-weight: 500;
        color: rgba(1, 12, 26, 0.8); }
        .w-schedule__start-dates ul li .control-radio .control-radio__text:hover {
          background: #FEC849;
          color: rgba(1, 12, 26, 0.8); }
      .w-schedule__start-dates ul li .control-radio .control-radio__radio {
        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;
        left: 0.88889rem;
        margin-top: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1.33333rem;
        height: 1.33333rem;
        background-color: #fff;
        border: 1px solid rgba(111, 1, 49, 0.4); }
        .w-schedule__start-dates ul li .control-radio .control-radio__radio i {
          display: none;
          margin: 0px;
          border: none;
          width: 0.66667rem;
          height: 0.66667rem; }
      .w-schedule__start-dates ul li .control-radio input:checked ~ .control-radio__radio {
        border-color: rgba(111, 1, 49, 0.4); }
        .w-schedule__start-dates ul li .control-radio input:checked ~ .control-radio__radio i {
          display: block;
          background-color: #D51051; }
        .w-schedule__start-dates ul li .control-radio input:checked ~ .control-radio__radio + .control-radio__text {
          background: #FEC849;
          color: rgba(1, 12, 26, 0.8); }
    .w-schedule__start-dates ul li + li {
      margin-left: 0.88889rem; }

.w-schedule__tabs {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.11111rem; }
  .w-schedule__tabs li {
    border: 0 !important;
    width: unset; }
    .w-schedule__tabs li a {
      text-transform: unset;
      padding: 0 5px;
      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;
      font-family: "Special Gothic", sans-serif;
      font-size: 0.77778rem;
      color: #fff;
      font-weight: 400;
      outline: none;
      border: 0; }
      @media (min-width: 768px) {
        .w-schedule__tabs li a {
          padding: 0 0.61111rem;
          font-size: 1.22222rem; } }
      .w-schedule__tabs li a span {
        width: 1.38889rem;
        height: 1.38889rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-family: "Special Gothic", sans-serif;
        border: 0;
        border-radius: 50%;
        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: transparent;
        border: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 12px;
        color: #fff;
        margin-right: 6px;
        line-height: 1.5; }
        @media (min-width: 992px) {
          .w-schedule__tabs li a span {
            font-size: 1.22222rem;
            width: 43.244px;
            height: 43.244px;
            margin-right: 13px; } }
      .w-schedule__tabs li a.active, .w-schedule__tabs li a:hover {
        color: #fff; }
        .w-schedule__tabs li a.active span, .w-schedule__tabs li a:hover span {
          font-weight: 600;
          background-color: #D51051;
          border-color: #D51051;
          color: #fff; }
      .w-schedule__tabs li a:after {
        content: "";
        border-radius: 4px;
        background: #D51051;
        width: 1.11111rem;
        height: 4px;
        margin-left: 0.5rem; }
        @media (min-width: 768px) {
          .w-schedule__tabs li a:after {
            width: 3.83333rem;
            margin-left: 1.22222rem; } }
    .w-schedule__tabs li:last-child a:after {
      display: none; }

.w-schedule__section-header {
  margin-bottom: 1.33333rem; }
  .w-schedule__section-header__title {
    font-size: 2.44444rem;
    letter-spacing: 0.88px;
    color: #fff;
    margin-bottom: 15px; }
  .w-schedule__section-header p {
    color: #fff; }
    .w-schedule__section-header p:last-child {
      margin-bottom: 0px; }

.w-schedule__cart {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 992px) {
    .w-schedule__cart {
      margin-left: 20px;
      max-width: 22rem;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  @media (max-width: 1100px) {
    .w-schedule__cart {
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      -ms-flex-negative: unset;
      flex-shrink: unset; } }
  .w-schedule__cart em {
    font-style: normal; }
  .w-schedule__cart__wrapper {
    overflow: hidden;
    border-radius: 22.76px;
    background: #EDE5C4;
    padding: 27px 16px 16px; }
  .w-schedule__cart__title {
    font-size: 1.88889rem;
    font-weight: 500;
    margin-bottom: 0.77778rem;
    letter-spacing: 0.68px; }
  .w-schedule__cart__content {
    border-radius: 11.38px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), -webkit-gradient(linear, left bottom, left top, from(#FEC849), to(#FEC849)), #D4F39A;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), -webkit-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), #D4F39A;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), -o-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), #D4F39A;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(0deg, #FEC849 0%, #FEC849 100%), #D4F39A;
    padding: 26px 1.22222rem;
    margin-bottom: 8px; }
    .w-schedule__cart__content.\--split {
      display: none; }
      .split-cart .w-schedule__cart__content.\--split {
        display: block; }
  .w-schedule__cart__items {
    margin-bottom: 0px; }
    .w-schedule__cart__items__title {
      font-family: "Special Gothic", sans-serif;
      font-size: 0.66667rem;
      font-weight: 700;
      color: #010C1ACC;
      margin-bottom: 12px;
      letter-spacing: 1px;
      margin-bottom: 1.22222rem; }
    .w-schedule__cart__items > div:not(:last-child) .w-schedule__cart__item {
      border-bottom: 1px #C7D2C5 solid;
      padding-bottom: 12px; }
    .w-schedule__cart__items.\--split {
      display: none; }
      .split-cart .w-schedule__cart__items.\--split {
        display: block; }
  .w-schedule__cart__item {
    padding: 0px;
    background: transparent;
    border-bottom: 1.138px solid #DCDDDB;
    padding-bottom: 12px;
    margin-bottom: 14px; }
    .w-schedule__cart__item.\--full {
      display: block; }
    .w-schedule__cart__item:last-child {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .w-schedule__cart__item__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .w-schedule__cart__item__title {
      font-family: "Special Gothic", sans-serif;
      font-size: 1.11111rem;
      color: rgba(1, 12, 26, 0.8);
      font-weight: 500;
      text-transform: unset;
      letter-spacing: unset;
      line-height: 1; }
    .w-schedule__cart__item__total {
      font-family: "Special Gothic", sans-serif;
      font-size: 1.11111rem;
      font-weight: 500;
      color: rgba(1, 12, 26, 0.8);
      letter-spacing: unset; }
      .w-schedule__cart__item__total em {
        margin-right: 0px; }
    .w-schedule__cart__item__remove {
      font-size: 0.72222rem;
      color: rgba(172, 175, 167, 0.8);
      text-decoration: none;
      margin: 0;
      margin-right: 0.5rem; }
      .w-schedule__cart__item__remove:hover {
        text-decoration: none; }
  .w-schedule__cart__categories {
    background: #290000;
    border-radius: 10px;
    padding: 5px 5px;
    text-align: center;
    font-size: 1.05556rem;
    font-weight: 500;
    color: #fff;
    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;
    gap: 10px;
    margin: 0; }
    .w-schedule__cart__categories span {
      border-radius: 8px;
      background: #007747;
      padding: 3px 8px;
      font-size: 1rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
      .w-schedule__cart__categories span i {
        color: #9ACA3C; }
    .w-schedule__cart:not(.split-cart) .w-schedule__cart__categories {
      display: none; }
  .w-schedule__cart__totals {
    display: block !important;
    border-radius: 11.38px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(#FEC849), to(#FEC849)), -webkit-gradient(linear, left bottom, left top, from(#F6FDEB), to(#F6FDEB)), #D4F39A;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), -webkit-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), -webkit-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #D4F39A;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), -o-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), -o-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #D4F39A;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(0deg, #FEC849 0%, #FEC849 100%), linear-gradient(0deg, #F6FDEB 0%, #F6FDEB 100%), #D4F39A;
    padding: 9px 22px;
    margin-bottom: 16px; }
    .w-schedule__cart__totals dl dt {
      color: #010C1ACC;
      font-weight: 500;
      letter-spacing: -0.18px;
      font-family: "Special Gothic", sans-serif; }
    .w-schedule__cart__totals dl dd {
      font-size: 1.16667rem;
      font-weight: 500;
      color: #D51051; }
      .w-schedule__cart__totals dl dd em {
        margin-right: 0px; }
  .w-schedule__cart .btn.i3-add-schedule-to-cart, .w-schedule__cart .control-uploader .i3-add-schedule-to-cart.action, .control-uploader .w-schedule__cart .i3-add-schedule-to-cart.action {
    display: none; }
  .w-schedule__cart.split-cart .btn.i3-add-schedule-to-cart, .w-schedule__cart.split-cart .control-uploader .i3-add-schedule-to-cart.action, .control-uploader .w-schedule__cart.split-cart .i3-add-schedule-to-cart.action {
    display: block; }
  .w-schedule__cart.split-cart .btn.i3-split-payment-show, .w-schedule__cart.split-cart .control-uploader .i3-split-payment-show.action, .control-uploader .w-schedule__cart.split-cart .i3-split-payment-show.action {
    display: none; }

.w-schedule__total-wrapper__cta a {
  padding: 15px 20px; }
  .w-schedule__total-wrapper__cta a.\--theme-primary-dark {
    background: #6F0031 !important; }

.w-schedule__tab__cause {
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: -webkit-gradient(linear, left bottom, left top, from(#3D0000), to(#3D0000)), -webkit-gradient(linear, left bottom, left top, from(#121915), to(#121915)), -webkit-gradient(linear, left bottom, left top, from(rgba(29, 36, 32, 0.2)), to(rgba(29, 36, 32, 0.2))), -webkit-gradient(linear, left bottom, left top, from(#121915), to(#121915)), #F2F5F3;
  background: -webkit-linear-gradient(bottom, #3D0000 0%, #3D0000 100%), -webkit-linear-gradient(bottom, #121915 0%, #121915 100%), -webkit-linear-gradient(bottom, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), -webkit-linear-gradient(bottom, #121915 0%, #121915 100%), #F2F5F3;
  background: -o-linear-gradient(bottom, #3D0000 0%, #3D0000 100%), -o-linear-gradient(bottom, #121915 0%, #121915 100%), -o-linear-gradient(bottom, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), -o-linear-gradient(bottom, #121915 0%, #121915 100%), #F2F5F3;
  background: linear-gradient(0deg, #3D0000 0%, #3D0000 100%), linear-gradient(0deg, #121915 0%, #121915 100%), linear-gradient(0deg, rgba(29, 36, 32, 0.2) 0%, rgba(29, 36, 32, 0.2) 100%), linear-gradient(0deg, #121915 0%, #121915 100%), #F2F5F3;
  margin-bottom: 12px; }
  @media (max-width: 575px) {
    .w-schedule__tab__cause {
      display: block;
      border-radius: 12px; } }
  .w-schedule__tab__cause__media {
    width: 100%;
    max-width: 10.35261rem;
    min-height: 10.88889rem;
    border-radius: 16px;
    background-color: #e0f1fe;
    position: relative;
    overflow: hidden;
    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-size: cover;
    background-position: center; }
    .w-schedule__tab__cause__media > i {
      font-size: 4.16667rem;
      color: #290000; }
    .w-schedule__tab__cause__media__overlay {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%;
      background: -webkit-radial-gradient(-27.21% -20.96%, 90.32% 90.32%, rgba(0, 6, 87, 0.12) 0%, rgba(0, 6, 87, 0) 100%);
      background: -o-radial-gradient(-27.21% -20.96%, 90.32% 90.32%, rgba(0, 6, 87, 0.12) 0%, rgba(0, 6, 87, 0) 100%);
      background: radial-gradient(90.32% 90.32% at -27.21% -20.96%, rgba(0, 6, 87, 0.12) 0%, rgba(0, 6, 87, 0) 100%);
      z-index: 1; }
    .w-schedule__tab__cause__media__check {
      display: none;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), #290000;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #290000;
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #290000;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #290000;
      -webkit-backdrop-filter: blur(13.4px);
      backdrop-filter: blur(13.4px);
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1rem;
      color: #FFF; }
    @media (max-width: 575px) {
      .w-schedule__tab__cause__media {
        max-width: 100%;
        border-radius: 6px;
        margin-bottom: 18px; } }
  .w-schedule__tab__cause.\--added .w-schedule__tab__cause__media__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .w-schedule__tab__cause__content {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0; }
    @media (min-width: 576px) {
      .w-schedule__tab__cause__content {
        margin-left: 15px;
        margin-right: 8px; } }
    .w-schedule__tab__cause__content p {
      font-size: 1.11111rem;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 400; }
    @media (min-width: 768px) {
      .w-schedule__tab__cause__content {
        margin-left: 1.77778rem;
        margin-right: 1.66667rem; } }
  .w-schedule__tab__cause__donate {
    padding-left: 0px;
    margin-top: 1.11111rem; }
  .w-schedule__tab__cause__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.55556rem;
    color: #fff;
    letter-spacing: -0.28px;
    text-transform: unset;
    margin-bottom: 14px; }

@media (min-width: 992px) {
  .w-schedule__tab__content {
    max-width: 772px; } }

.w-schedule__tab__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .w-schedule__tab__wrapper {
      display: block; } }

.w-schedule__control-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .w-schedule__control-group__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .w-schedule__control-group__currency {
    position: relative;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    line-height: unset;
    color: #FFF;
    border-radius: 8px;
    border: 0.358px solid rgba(0, 0, 0, 0.2);
    background: #6F0131;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.22222rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    inset: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: 8px;
    font-size: 1.11111rem;
    font-weight: 500; }
  .w-schedule__control-group__action {
    max-width: 96px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1100px) {
      .w-schedule__control-group__action {
        margin-left: 3.33333rem; } }
  .w-schedule__control-group input[type="number"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 249, 216, 0.12);
    font-size: 1.11111rem;
    font-weight: 500;
    padding: 7px 15px; }
    .w-schedule__control-group input[type="number"]:active, .w-schedule__control-group input[type="number"]:focus {
      border-color: #FFF9D8;
      background: #FFF9D8; }
  .w-schedule__control-group > * {
    width: 50%; }

.w-schedule__schedules {
  margin-bottom: 2.77778rem; }

.w-schedule__groups {
  margin-left: -16px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .w-schedule__groups {
      display: block;
      margin-left: 0; } }
  .w-schedule__groups > div {
    width: 100%; }
    @media (min-width: 768px) {
      .w-schedule__groups > div {
        padding-left: 0.88889rem;
        width: 33.33%; } }
    @media (max-width: 767px) {
      .w-schedule__groups > div {
        padding-left: 0;
        margin-bottom: 10px; } }

.w-schedule__group__checkbox__toggle-cta {
  outline: none; }

.w-schedule__group__checkbox__wrap {
  border-radius: 10px;
  border: 1.4px solid #025602;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF9D8), to(#FFF9D8)), -webkit-gradient(linear, left bottom, left top, from(#EAF6D1), to(#EAF6D1)), -webkit-gradient(linear, left bottom, left top, from(#F6FDEB), to(#F6FDEB)), #FFF;
  background: -webkit-linear-gradient(bottom, #FFF9D8 0%, #FFF9D8 100%), -webkit-linear-gradient(bottom, #EAF6D1 0%, #EAF6D1 100%), -webkit-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #FFF;
  background: -o-linear-gradient(bottom, #FFF9D8 0%, #FFF9D8 100%), -o-linear-gradient(bottom, #EAF6D1 0%, #EAF6D1 100%), -o-linear-gradient(bottom, #F6FDEB 0%, #F6FDEB 100%), #FFF;
  background: linear-gradient(0deg, #FFF9D8 0%, #FFF9D8 100%), linear-gradient(0deg, #EAF6D1 0%, #EAF6D1 100%), linear-gradient(0deg, #F6FDEB 0%, #F6FDEB 100%), #FFF;
  padding: 11px 16px 11px 2.55556rem; }

.w-schedule__group__checkbox__title {
  font-family: "Special Gothic", sans-serif;
  text-transform: unset;
  font-size: 1.11111rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: rgba(10, 10, 10, 0.9); }

.w-schedule__group__checkbox__check {
  background-color: #FFF;
  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;
  left: 0.88889rem;
  width: 1.33333rem;
  height: 1.33333rem;
  border: 1px solid rgba(111, 1, 49, 0.4);
  z-index: 2; }
  .w-schedule__group__checkbox__check:before {
    width: 0.66667rem;
    height: 0.66667rem;
    background-color: #fff; }

.w-schedule__group__checkbox.\--style-active .w-schedule__group__checkbox__wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#FEC849), to(#FEC849)), #138B5B;
  background: -webkit-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), #138B5B;
  background: -o-linear-gradient(bottom, #FEC849 0%, #FEC849 100%), #138B5B;
  background: linear-gradient(0deg, #FEC849 0%, #FEC849 100%), #138B5B; }

.w-schedule__group__checkbox.\--style-active .w-schedule__group__checkbox__check:before {
  background-color: #D51051; }

.w-schedule__group__checkbox.\--style-active .w-schedule__group__checkbox__x {
  color: rgba(10, 10, 10, 0.9); }

.w-schedule__group__checkbox__popup {
  border-color: #290000;
  z-index: 9; }
  .w-schedule__group__checkbox__popup ul li {
    border-color: #290000; }
    .w-schedule__group__checkbox__popup ul li:hover span {
      color: #290000; }
  .w-schedule__group__checkbox__popup .w-schedule__group__checkbox__wrap {
    border-radius: 4px;
    border: 1.4px solid;
    border-color: #C7D2C5 !important;
    padding: 12px 16px 12px 2.55556rem;
    background-color: #290000;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 3px rgba(25, 86, 167, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 3px rgba(25, 86, 167, 0.1); }
  .w-schedule__group__checkbox__popup .w-schedule__group__checkbox .w-schedule__group__checkbox__title {
    color: rgba(10, 10, 10, 0.9); }
  .w-schedule__group__checkbox__popup .w-schedule__group__checkbox .w-schedule__group__checkbox__check {
    border-color: rgba(111, 1, 49, 0.4); }
    .w-schedule__group__checkbox__popup .w-schedule__group__checkbox .w-schedule__group__checkbox__check:before {
      background-color: #D51051; }

.w-schedule__instalments {
  margin-left: -0.83333rem; }
  .w-schedule__instalments > div {
    width: 50%;
    padding-left: 0.83333rem;
    padding-bottom: 0.83333rem;
    margin-bottom: 0px;
    border-bottom: none; }
    .w-schedule__instalments > div:first-child {
      width: 100%;
      padding-bottom: 1.66667rem; }
    @media (min-width: 768px) {
      .w-schedule__instalments > div {
        width: 20%; } }
  .w-schedule__instalments__first-payment {
    width: 100% !important;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    background: #9d1441; }
    .w-schedule__instalments__first-payment p {
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.1;
      margin-bottom: 0px; }
      .w-schedule__instalments__first-payment p span {
        font-weight: 500;
        color: #FFF; }

.w-schedule__instalment {
  border-radius: 5px;
  border: 1px solid rgba(207, 209, 223, 0.6);
  background: #EDE5C4;
  padding: 1.11111rem 0.83333rem 0px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  height: 100%; }
  .w-schedule__instalment__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 0.88889rem;
    color: #36141F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.15;
    margin-bottom: 5px; }
  .w-schedule__instalment__date {
    color: #D51051;
    margin-bottom: 0px;
    font-size: 0.83333rem;
    font-weight: 500;
    letter-spacing: -0.15px; }
  .w-schedule__instalment__price {
    font-size: 30px;
    width: 85px;
    height: 85px;
    background-color: #D51051;
    border-radius: 50%;
    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: #FFF;
    position: relative;
    bottom: -15px;
    letter-spacing: -0.68px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .w-schedule__instalment__price {
        width: 5.22222rem;
        height: 5.22222rem;
        font-size: 1.88889rem; } }
    .w-schedule__instalment__price span {
      position: relative;
      z-index: 2;
      font-family: "Rockids Softed", sans-serif;
      font-weight: 400;
      line-height: 1.33333rem; }
    .w-schedule__instalment__price__overlay {
      z-index: 1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background-image: url(/wp-content/themes/hrf-campaign/_ui/media/moon-overlay.png);
      background-size: cover; }

.i3dq-default {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px; }
  .i3dq-default__title {
    background: #30911F;
    display: inline-block;
    padding: 8px 12px 0px;
    font-size: 2.33333rem;
    letter-spacing: -0.848px;
    line-height: 0.8;
    border-radius: 4.075px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
    .i3dq-default__title span {
      color: #2D5B2D; }
  .i3dq-default__item__animal .i3dq-table-cause {
    font-family: "Rockids Softed", sans-serif;
    line-height: 23px;
    letter-spacing: 0.2px;
    padding: 5px 10px 3px 10px;
    font-weight: 300; }
  .i3dq-default__item__animal__label {
    letter-spacing: -0.14px; }
  .i3dq-default__item__animal > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .i3dq-default__item__animal i {
    width: 32px; }
  .i3dq-default__item__title {
    letter-spacing: -0.44px;
    line-height: 24px;
    padding: 5px 12px 2px 12px; }

.w-banner-sticker {
  position: relative;
  background: #CAE8F5;
  padding: 2.77778rem 2.44444rem 2.22222rem;
  border: 8.544px solid #FFF;
  border-radius: 25.631px; }
  .w-banner-sticker__title {
    font-size: 3.32256rem;
    letter-spacing: -1.794px;
    color: #D51051;
    line-height: .9;
    margin-bottom: 1.66667rem; }
  .w-banner-sticker__subtitle {
    font-family: "Rockids Softed", sans-serif;
    font-weight: 400;
    letter-spacing: -1.564px;
    font-size: 4.34511rem;
    line-height: 1;
    display: -ms-inline-grid;
    display: inline-grid;
    margin-bottom: 1.44444rem; }
    .w-banner-sticker__subtitle svg {
      margin-top: 3px; }
  .w-banner-sticker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.61111rem; }
    .w-banner-sticker__item:last-child {
      margin-bottom: 1.22222rem; }
    .w-banner-sticker__item img {
      margin-right: 0.77778rem; }
    .w-banner-sticker__item p {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: "Rockids Softed", sans-serif;
      font-size: 1.79972rem;
      font-weight: 700;
      letter-spacing: -1.296px;
      color: #D51051; }
      .w-banner-sticker__item p span {
        font-family: "Rockids Softed", sans-serif;
        font-size: 2.41156rem;
        font-weight: 400;
        padding-right: 7px;
        color: #290000; }
  .w-banner-sticker__strip {
    position: absolute;
    bottom: -45px;
    left: -46px; }
  .w-banner-sticker__pin {
    position: absolute;
    top: -36px;
    right: -43px; }

.w-icon__title {
  font-size: 2.22222rem;
  font-weight: 600;
  letter-spacing: -1.6px;
  color: #FFF;
  text-align: center;
  margin-bottom: 1.94444rem; }

.w-icon__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1.11111rem; }

.w-icon__box {
  position: relative;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  width: 100%;
  padding: 25px 5px 15px;
  border-radius: 17.171px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-left: 1.11111rem; }
  .w-icon__box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 1.43367rem;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    letter-spacing: -1.032px;
    margin-top: 12px; }
    .w-icon__box__title span {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline; }
    .w-icon__box__title i {
      border-radius: 963.165px;
      background: rgba(255, 255, 255, 0.2);
      width: 30.832px;
      height: 30.832px;
      font-size: 11px;
      font-weight: 600;
      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-left: 8px; }
  .w-icon__box__cta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .w-icon__box.\--view-all {
    border-radius: 17.171px;
    border: 3px solid #FFF;
    background: #D51051;
    margin-left: 2.44444rem; }
    .w-icon__box.\--view-all .w-icon__box__title {
      display: contents;
      margin: 0; }
      .w-icon__box.\--view-all .w-icon__box__title i {
        font-size: 1.22222rem;
        width: 72px;
        height: 72px;
        margin: 0;
        margin-bottom: 14px; }
  .w-icon__box:hover {
    background: #D51051; }

.w-giftaid {
  position: relative;
  background-color: #D51051;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/w-ga-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: 100% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  border-radius: 24px; }
  .w-giftaid__title {
    font-size: 1.32rem;
    font-weight: 600;
    letter-spacing: -1.32px;
    color: #fff;
    margin-bottom: 0.72rem; }
  .w-giftaid__price {
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #D51051;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-left: 1.32rem;
    margin-right: 1.28rem;
    border-radius: 50px; }
  .w-giftaid__subprice {
    width: 2.6rem;
    height: 2.6rem;
    background: #290000;
    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;
    font-size: 0.76rem;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50px;
    color: #fff;
    margin-right: 0;
    position: absolute;
    right: -1px;
    bottom: -19px; }
  .w-giftaid p {
    font-size: 0.88rem;
    letter-spacing: -0.44px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0; }
  .w-giftaid__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .w-giftaid__box p {
      color: #fff;
      line-height: 1.1; }
  .w-giftaid__info {
    max-width: 285px;
    width: 100%; }
    .w-giftaid__info img {
      margin-bottom: 1rem; }
  .w-giftaid__box {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .w-giftaid__box:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-top: 2.8rem; }
      .w-giftaid__box:nth-child(odd):before {
        content: "\e932";
        /* 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;
        vertical-align: unset;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #D51051;
        font-size: 1.8rem;
        font-weight: 500;
        position: absolute;
        top: 20px;
        right: 0;
        left: 2.4rem;
        text-align: center; }
  .w-giftaid__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 2rem; }
    .w-giftaid__tag span {
      color: #D51051;
      font-family: "Rockids Softed", sans-serif;
      font-size: 0.8408rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      /* 179.005% */
      letter-spacing: -0.841px;
      background: #fff;
      border-radius: 11.111px;
      padding: 10px 11px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .w-giftaid__cta {
    padding-top: 0.96rem; }
  .w-giftaid__detail {
    max-width: 325px;
    width: 100%;
    margin-left: 20px; }

.w-steps {
  border-radius: 20px;
  border: 8px solid #fff;
  background: #d51051;
  padding: 2.22222rem 2.66667rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .w-steps > div {
    padding-left: 2.66667rem; }
  .w-steps__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .w-steps__icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #290000;
    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: #fff;
    border-radius: 50px;
    margin-right: 1.33333rem; }
    .w-steps__icon i {
      font-size: 1.55556rem; }
  .w-steps__count {
    display: block;
    text-transform: uppercase;
    color: #290000;
    font-weight: 500;
    margin-bottom: 5px; }
  .w-steps__title {
    font-size: 1.22222rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.36px;
    margin-bottom: 12px; }
  .w-steps__info p {
    font-size: 1.11111rem;
    color: #fff;
    letter-spacing: 0.15px;
    margin-bottom: 0; }

.w-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  height: 100%;
  background: transparent;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  border: 1px solid #290000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .w-icon-box__grid__item {
    padding-bottom: 1rem;
    padding-left: 1rem; }
  .w-icon-box__icon {
    font-size: 2.77778rem;
    color: #290000; }
  .w-icon-box__title {
    font-size: 1.22222rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #290000; }
  .w-icon-box__hr {
    width: 100%;
    height: 3px;
    background-color: #290000; }
  .w-icon-box__cta {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .w-icon-box.\--has-cta:hover {
    background-color: #290000;
    border-color: #290000; }
    .w-icon-box.\--has-cta:hover .w-icon-box__icon {
      color: #fff; }
    .w-icon-box.\--has-cta:hover .w-icon-box__content {
      color: #fff; }
    .w-icon-box.\--has-cta:hover .w-icon-box__title {
      color: #fff; }
    .w-icon-box.\--has-cta:hover .w-icon-box__hr {
      background-color: #fff; }
  .w-icon-box.\--enhanced {
    padding: 0.83333rem;
    border-radius: 8px;
    border: 0.5px solid #D8DCE0;
    text-align: left;
    background-color: #D51051; }
    .w-icon-box.\--enhanced .box-icon__media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.33333rem;
      width: 100%; }
      .w-icon-box.\--enhanced .box-icon__media i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 2.77778rem;
        height: 2.77778rem;
        -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: 0.5px solid #D8DCE0;
        font-size: 1.88889rem; }
      .w-icon-box.\--enhanced .box-icon__media .box-icon__title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1rem;
        line-height: 1.3;
        letter-spacing: -0.9px;
        margin: 0 0 0 0.55556rem; }
    .w-icon-box.\--enhanced .box-icon__content {
      width: 100%; }

.w-stats__container {
  text-align: center;
  border-radius: 20px;
  padding: 3.88889rem 2.77778rem; }
  .w-stats__container__number {
    color: #FFF;
    font-family: "Rockids Softed", sans-serif;
    font-size: 8.66667rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1.561px;
    text-transform: capitalize;
    margin-bottom: 0.55556rem;
    word-wrap: break-word; }
    @media (max-width: 768px) {
      .w-stats__container__number {
        font-size: 4rem; } }
  .w-stats__container__title {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Special Gothic", sans-serif;
    font-size: 1.55556rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0; }

.w-box {
  background: rgba(0, 42, 38, 0.4);
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 2.77778rem 3.33333rem 3.33333rem; }
  .w-box__media {
    margin-bottom: 1rem; }
  .w-box__title {
    font-size: 1.77778rem;
    color: #FFF;
    margin-bottom: 0.66667rem; }
  .w-box__content p {
    font-size: 1.22222rem;
    color: white; }

.w-wos__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 19.11111rem; }

.w-wos__price {
  display: block;
  font-size: 2.56628rem;
  letter-spacing: -0.924px;
  font-weight: 700;
  color: #290000;
  line-height: 1;
  margin-bottom: 0.66667rem; }

.w-wos__title {
  text-align: center;
  font-size: 3.33333rem;
  letter-spacing: -0.6px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 2.11111rem; }

.w-wos__name {
  font-size: 1.21561rem;
  font-weight: 600;
  color: #290000; }

.w-wos__time {
  font-size: 1.11111rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(0, 42, 38, 0.8); }

.w-wos__content {
  background: #FFF;
  padding: 2.33333rem 1.94444rem 2.94444rem;
  border: 2px solid rgba(28, 95, 62, 0.6);
  -webkit-backdrop-filter: blur(28.02928px);
  backdrop-filter: blur(28.02928px);
  border-radius: 20px; }
  .w-wos__content p {
    font-size: 1.22222rem;
    letter-spacing: -0.44px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2;
    color: rgba(41, 0, 0, 0.8); }

.w-wos .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.77778rem; }

.w-fundraiser-content-tabs a:hover {
  text-decoration: none; }

.w-fundraiser-content-tabs__title {
  font-size: 1.94444rem;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 2.22222rem;
  color: #290000;
  text-align: center; }
  @media (min-width: 768px) {
    .w-fundraiser-content-tabs__title {
      font-size: 3rem;
      margin-bottom: 3.33333rem; } }
  @media (min-width: 1280px) {
    .w-fundraiser-content-tabs__title {
      font-size: 3.55556rem; } }

.w-fundraiser-content-tabs__description p {
  font-size: 1rem;
  line-height: 1.4;
  color: #290000;
  margin: 0; }
  @media (min-width: 1280px) {
    .w-fundraiser-content-tabs__description p {
      font-size: 1.22222rem; } }

.w-fundraiser-content-tabs__grid {
  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; }

.w-fundraiser-content-tabs__content {
  border-bottom: 1.5px solid #290000;
  margin-bottom: 1.11111rem;
  padding-bottom: 1.11111rem; }
  .w-fundraiser-content-tabs__content__title {
    font-size: 1.44444rem;
    font-family: "Special Gothic", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: rgba(0, 41, 32, 0.6);
    text-transform: unset;
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      .w-fundraiser-content-tabs__content__title {
        font-size: 1.66667rem; } }
  .w-fundraiser-content-tabs__content__desc {
    display: none;
    font-size: 1.11111rem;
    line-height: 1.4;
    color: #290000;
    margin: 0; }

.w-fundraiser-content-tabs__tab-area {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem; }
  @media (min-width: 992px) {
    .w-fundraiser-content-tabs__tab-area {
      width: 40%; } }
  .w-fundraiser-content-tabs__tab-area ul li a.active .w-fundraiser-content-tabs__content__title {
    font-weight: 500;
    color: #290000;
    margin-bottom: 0.83333rem; }
  .w-fundraiser-content-tabs__tab-area ul li a.active .w-fundraiser-content-tabs__content__desc {
    display: block; }

.w-fundraiser-content-tabs__image-area {
  width: 100%; }
  @media (min-width: 992px) {
    .w-fundraiser-content-tabs__image-area {
      width: 52%; } }
  .w-fundraiser-content-tabs__image-area > div {
    position: relative; }

.w-fundraiser-content-tabs__image img {
  width: 100%;
  min-height: 27.77778rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px; }
  @media (min-width: 768px) {
    .w-fundraiser-content-tabs__image img {
      min-height: 33.33333rem; } }

.w-fundraiser-content-tabs__box {
  position: absolute;
  width: 19.66667rem;
  left: 15px;
  bottom: 20px;
  background-color: #290000;
  -webkit-box-shadow: 0px 0px 160px 0px rgba(18, 18, 18, 0.08);
  box-shadow: 0px 0px 160px 0px rgba(18, 18, 18, 0.08);
  border-radius: 16px;
  padding: 1.77778rem 1.22222rem 1.11111rem 1.22222rem; }
  @media (min-width: 768px) {
    .w-fundraiser-content-tabs__box {
      left: 34px;
      bottom: 30px; } }
  .w-fundraiser-content-tabs__box__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-transform: unset;
    margin-bottom: 1.11111rem; }
  .w-fundraiser-content-tabs__box__content {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.33333rem; }

.w-fundraiser-step {
  border-radius: 24px;
  padding: 1.38889rem; }
  @media (min-width: 1024px) {
    .w-fundraiser-step {
      padding: 1.94444rem 1.83333rem 1.33333rem; } }
  @media (min-width: 1300px) {
    .w-fundraiser-step {
      padding: 3.05556rem 2.94444rem 1.88889rem; } }
  .w-fundraiser-step__main-title {
    font-size: 2.88889rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #FFF; }
  .w-fundraiser-step__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .w-fundraiser-step__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .w-fundraiser-step__step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .w-fundraiser-step__step-item {
        width: 50%; } }
    @media (min-width: 1024px) {
      .w-fundraiser-step__step-item {
        width: 31%; } }
    .w-fundraiser-step__step-item__icon {
      min-width: 5rem;
      height: 5rem;
      background-color: #0ca74c;
      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;
      margin-right: 1.11111rem; }
      .w-fundraiser-step__step-item__icon i {
        font-size: 2.38889rem;
        color: #FFF; }
    .w-fundraiser-step__step-item__title {
      font-size: 1.44444rem;
      color: #FFF;
      font-family: "Special Gothic", sans-serif;
      text-transform: unset;
      margin-bottom: 0.83333rem; }
    .w-fundraiser-step__step-item__subtitle {
      font-family: "Special Gothic", sans-serif;
      font-size: 0.88889rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 1rem;
      color: #FFDC66; }
    .w-fundraiser-step__step-item__desc {
      font-size: 1rem;
      line-height: 1.3;
      color: #FFF;
      margin-bottom: 0; }
    .w-fundraiser-step__step-item__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.w-price-banner {
  position: relative;
  border-radius: 22px;
  background: rgba(237, 229, 196, 0.6);
  overflow: hidden;
  padding: 11px; }
  @media (min-width: 768px) {
    .w-price-banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 31.373px; } }
  .w-price-banner > div {
    overflow: hidden;
    border-radius: 18px; }
    @media (min-width: 768px) {
      .w-price-banner > div {
        width: 50%;
        border-radius: 28px; } }
  .w-price-banner__media img {
    display: block;
    width: 100%;
    height: 100%; }
  .w-price-banner__inner {
    max-width: 573px;
    margin-bottom: 1.38889rem; }
  .w-price-banner__main-title {
    color: #FFF;
    margin-bottom: 0.44444rem; }
  .w-price-banner__main-description {
    font-size: 1.11111rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.22222rem; }
  .w-price-banner__content {
    background: -webkit-gradient(linear, left bottom, left top, from(#6F0031), to(#6F0031)), #1D3922;
    background: -webkit-linear-gradient(bottom, #6F0031 0%, #6F0031 100%), #1D3922;
    background: -o-linear-gradient(bottom, #6F0031 0%, #6F0031 100%), #1D3922;
    background: linear-gradient(0deg, #6F0031 0%, #6F0031 100%), #1D3922;
    position: relative;
    z-index: 11;
    padding: 35px 10px 10px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .w-price-banner__content {
        margin-right: 8px;
        margin-bottom: 0px;
        padding: 3.61111rem 2.77778rem; } }
  .w-price-banner__price-point {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .w-price-banner__price-point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px; } }
    .w-price-banner__price-point__content {
      background: -webkit-gradient(linear, left bottom, left top, from(#FFF9D8), to(#FFF9D8)), #FFDC66;
      background: -webkit-linear-gradient(bottom, #FFF9D8 0%, #FFF9D8 100%), #FFDC66;
      background: -o-linear-gradient(bottom, #FFF9D8 0%, #FFF9D8 100%), #FFDC66;
      background: linear-gradient(0deg, #FFF9D8 0%, #FFF9D8 100%), #FFDC66;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      padding: 8px;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .w-price-banner__price-point__content {
          padding: 1rem;
          border-radius: 18.4px; } }
    .w-price-banner__price-point__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.16667rem;
      font-weight: 600;
      letter-spacing: -0.44px;
      color: #290000;
      line-height: normal;
      margin-bottom: 0.55556rem; }
      .w-price-banner__price-point__title span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: #D51051;
        padding: 0.44444rem 0.38889rem 1px;
        font-family: "Rockids Softed", sans-serif;
        font-size: 1.74444rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.997px;
        line-height: normal;
        border-radius: 7.82px;
        margin-right: 0.44444rem; }
    .w-price-banner__price-point__cta {
      width: 100%;
      background: #290000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Rockids Softed", sans-serif;
      font-size: 1.74444rem;
      letter-spacing: 0.332px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s; }
      @media (min-width: 768px) {
        .w-price-banner__price-point__cta {
          width: 117px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 0.27778rem;
          border-radius: 18.4px; } }
      @media (max-width: 767px) {
        .w-price-banner__price-point__cta {
          padding: 6px 0;
          margin-top: 5px; } }
      .w-price-banner__price-point__cta:hover {
        background: #D51051;
        color: #fff;
        text-decoration: underline;
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.7);
        text-decoration-color: rgba(255, 255, 255, 0.7); }
    .w-price-banner__price-point__desc {
      color: rgba(10, 10, 10, 0.8);
      font-size: 0.99444rem;
      letter-spacing: -0.19px; }
  @media (max-width: 991px) {
    .w-price-banner__btns > * {
      margin-bottom: 8px; } }

.w-take-action__main-title {
  text-align: center;
  color: #290000;
  letter-spacing: 0.88px;
  margin-bottom: 1.66667rem; }

@media (min-width: 768px) {
  .w-take-action__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.16667rem; } }

.w-take-action__inner > div {
  width: 100%; }

.w-take-action__step-item {
  padding: 10px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border: 1.085px solid rgba(255, 255, 255, 0.08);
  background: #EDE5C4;
  -webkit-box-shadow: 8.68px 8.68px 21.699px 0 rgba(212, 243, 154, 0.02);
  box-shadow: 8.68px 8.68px 21.699px 0 rgba(212, 243, 154, 0.02);
  -webkit-backdrop-filter: blur(22.78424px);
  backdrop-filter: blur(22.78424px); }
  @media (min-width: 768px) {
    .w-take-action__step-item {
      padding: 0.77778rem 1.11111rem;
      border-radius: 17.359px;
      margin-bottom: 0; } }
  .w-take-action__step-item__icon {
    width: 68.353px;
    height: 68.353px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FFF;
    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-right: 1.11111rem;
    font-size: 1.88889rem;
    color: #D51051;
    border: 1.4px solid #D51051; }
  .w-take-action__step-item__title {
    color: #290000;
    letter-spacing: -0.72px;
    font-size: 1.33333rem;
    text-transform: capitalize;
    font-family: "Special Gothic", sans-serif;
    font-weight: 600;
    margin-bottom: 0.55556rem; }
  .w-take-action__step-item__desc {
    font-size: 1.05556rem;
    color: rgba(10, 10, 10, 0.7);
    letter-spacing: -0.19px; }

.w-stories__main-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1.77778rem; }

.w-stories__story {
  border: 1px solid rgba(215, 235, 173, 0.2);
  background: #290000;
  padding: 10px;
  border-radius: 12px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20%; }
  @media (min-width: 768px) {
    .w-stories__story {
      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;
      padding-right: 5%;
      border-radius: 20px; } }
  .w-stories__story:first-child {
    width: 85%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 57, 34, 0.8)), to(rgba(29, 57, 34, 0.8))), -webkit-gradient(linear, left bottom, left top, from(#D7EBAD), to(#D7EBAD)), rgba(235, 255, 193, 0.2);
    background: -webkit-linear-gradient(bottom, rgba(29, 57, 34, 0.8) 0%, rgba(29, 57, 34, 0.8) 100%), -webkit-linear-gradient(bottom, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2);
    background: -o-linear-gradient(bottom, rgba(29, 57, 34, 0.8) 0%, rgba(29, 57, 34, 0.8) 100%), -o-linear-gradient(bottom, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2);
    background: linear-gradient(0deg, rgba(29, 57, 34, 0.8) 0%, rgba(29, 57, 34, 0.8) 100%), linear-gradient(0deg, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2); }
  .w-stories__story:nth-child(2) {
    width: 90%;
    -webkit-transform: translateY(4%);
    -ms-transform: translateY(4%);
    transform: translateY(4%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 57, 34, 0.9)), to(rgba(29, 57, 34, 0.9))), -webkit-gradient(linear, left bottom, left top, from(#D7EBAD), to(#D7EBAD)), rgba(235, 255, 193, 0.2);
    background: -webkit-linear-gradient(bottom, rgba(29, 57, 34, 0.9) 0%, rgba(29, 57, 34, 0.9) 100%), -webkit-linear-gradient(bottom, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2);
    background: -o-linear-gradient(bottom, rgba(29, 57, 34, 0.9) 0%, rgba(29, 57, 34, 0.9) 100%), -o-linear-gradient(bottom, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2);
    background: linear-gradient(0deg, rgba(29, 57, 34, 0.9) 0%, rgba(29, 57, 34, 0.9) 100%), linear-gradient(0deg, #D7EBAD 0%, #D7EBAD 100%), rgba(235, 255, 193, 0.2); }
  .w-stories__story:nth-child(3) {
    width: 95%;
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%); }
  .w-stories__story:nth-child(4) {
    width: 100%;
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%); }
  .w-stories__story:nth-child(5) {
    -webkit-transform: translateY(7%);
    -ms-transform: translateY(7%);
    transform: translateY(7%); }
  .w-stories__story__media {
    border-radius: 12px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .w-stories__story__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
        flex: 0 0 51%;
        margin-right: 3.4%; } }
    .w-stories__story__media img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (min-width: 768px) {
        .w-stories__story__media img {
          min-height: 30rem; } }
  .w-stories__story__title {
    color: #FFF; }
    @media (min-width: 768px) {
      .w-stories__story__title {
        margin-bottom: 3rem; } }
  .w-stories__story__subtitle {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.22222rem;
    font-weight: 600;
    color: #D4F39A;
    text-transform: unset;
    letter-spacing: -0.48px; }
  .w-stories__story__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .w-stories__story__content p {
      font-weight: 300;
      line-height: 1.3;
      letter-spacing: -0.18px;
      color: rgba(255, 255, 255, 0.88); }
    .w-stories__story__content .btn, .w-stories__story__content .control-uploader .action, .control-uploader .w-stories__story__content .action, .w-stories__story__content .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .w-stories__story__content .btn {
      margin-bottom: 10px; }
      .w-stories__story__content .btn.--theme-transparent, .w-stories__story__content .control-uploader .--theme-transparent.action, .control-uploader .w-stories__story__content .--theme-transparent.action {
        font-weight: 400;
        cursor: auto; }
        .w-stories__story__content .btn.--theme-transparent:hover, .w-stories__story__content .control-uploader .--theme-transparent.action:hover, .control-uploader .w-stories__story__content .--theme-transparent.action:hover {
          background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 767px) {
      .w-stories__story__content {
        padding: 30px 0 0; } }

.w-fundraiser-content-strip {
  border-radius: 20px;
  padding: 1.33333rem; }
  @media (min-width: 768px) {
    .w-fundraiser-content-strip {
      padding: 1.33333rem 0.55556rem 0.83333rem; } }
  .w-fundraiser-content-strip__inner {
    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;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto; }
  .w-fundraiser-content-strip__list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 800px) {
      .w-fundraiser-content-strip__list-item {
        width: 33%;
        padding: 0 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .w-fundraiser-content-strip__list-item p {
      font-size: 0.88889rem;
      font-style: normal;
      line-height: 1;
      color: #FFF;
      margin: 0; }
      @media (min-width: 768px) {
        .w-fundraiser-content-strip__list-item p {
          font-size: 1rem; } }
      @media (min-width: 1024px) {
        .w-fundraiser-content-strip__list-item p {
          font-size: 1.22222rem; } }
    .w-fundraiser-content-strip__list-item i {
      min-width: 1.77778rem;
      font-size: 1.66667rem;
      margin-right: 10px;
      color: #0ca74c; }

.w-fundraiser-support {
  padding: 2.11111rem 0 3.33333rem;
  border-radius: 20px; }
  .w-fundraiser-support__content {
    width: 100%;
    max-width: 211px;
    margin: 0 2.22222rem; }
    .w-fundraiser-support__content__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 10px; }
  .w-fundraiser-support__title {
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #FFF;
    margin-bottom: 1.66667rem; }
    @media (min-width: 768px) {
      .w-fundraiser-support__title {
        font-size: 3.125rem;
        margin-bottom: 3.33333rem; } }
  .w-fundraiser-support__duration {
    font-size: 0.88889rem;
    font-weight: 400;
    line-height: 0.9;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0; }
  .w-fundraiser-support__price {
    font-size: 2.11111rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 10px; }
  .w-fundraiser-support__subtitle {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    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-bottom: 0.83333rem;
    color: #F6F6F6; }
    @media (min-width: 768px) {
      .w-fundraiser-support__subtitle {
        font-size: 1.5rem; } }
    .w-fundraiser-support__subtitle svg {
      margin-right: 9px; }
  .w-fundraiser-support__desc {
    font-size: 1rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px; }
  .w-fundraiser-support__name {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.05556rem;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0; }
  .w-fundraiser-support .i3-marquee {
    overflow: hidden; }
  .w-fundraiser-support .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important; }

.w-fundraiser-category__title {
  font-size: 3.55556rem;
  text-align: center;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 35px;
  color: #290000; }

.w-fundraiser-category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .w-fundraiser-category__wrap {
      margin-left: -1.38889rem; } }
  .w-fundraiser-category__wrap > div {
    width: 100%;
    padding-bottom: 1.38889rem; }
    @media (min-width: 768px) {
      .w-fundraiser-category__wrap > div {
        width: 50%;
        padding-left: 1.44444rem; } }
    @media (min-width: 992px) {
      .w-fundraiser-category__wrap > div {
        width: 33%; } }
    @media (min-width: 1366px) {
      .w-fundraiser-category__wrap > div {
        width: 25%; } }

.w-fundraiser-category__box {
  position: relative;
  border: 1.4px solid rgba(18, 85, 52, 0.08);
  background: rgba(241, 240, 231, 0.76);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  padding: 1.55556rem 1.22222rem; }
  .w-fundraiser-category__box__media {
    margin-right: 1.33333rem; }
    .w-fundraiser-category__box__media img {
      width: 100%;
      min-width: 3.55556rem;
      height: 3.55556rem; }
    .w-fundraiser-category__box__media i {
      width: 100%;
      min-width: 3.55556rem;
      font-size: 3.55556rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .w-fundraiser-category__box__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .w-fundraiser-category__box__content {
    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;
    margin-right: 7px; }
  .w-fundraiser-category__box__title {
    width: 100%;
    font-size: 1.22222rem;
    color: #290000;
    margin: 0; }
    @media (min-width: 768px) {
      .w-fundraiser-category__box__title {
        font-size: 1.33333rem; } }
  .w-fundraiser-category__box__subtitle {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    color: rgba(18, 85, 52, 0.8);
    font-weight: 500; }
  .w-fundraiser-category__box__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .w-fundraiser-category__box__arrow i {
      width: 2.61111rem;
      height: 2.61111rem;
      background-color: #290000;
      color: #ffff;
      border: 1.5px solid #969696;
      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;
      visibility: hidden;
      opacity: 0; }
  .w-fundraiser-category__box:hover {
    border-radius: 16px;
    border: 1.4px solid #3BB44A;
    background: rgba(255, 255, 251, 0.76);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(59, 180, 74, 0.12);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(59, 180, 74, 0.12); }
    .w-fundraiser-category__box:hover > .w-fundraiser-category__box__arrow i {
      visibility: visible;
      opacity: 1; }

.page-sitemap {
  margin: 40px 0; }
  .page-sitemap__categories {
    overflow: hidden;
    margin-left: -30px;
    list-style: none; }
    .page-sitemap__categories li {
      width: 50%;
      padding-left: 30px;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .page-sitemap__categories li a {
        color: #333;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 18px 20px;
        font-size: 18px;
        display: block;
        border: 1px solid #ccc;
        font-weight: 700;
        background: #f4f4f4; }
        .page-sitemap__categories li a:hover {
          background: #fff; }
  .page-sitemap__pagination {
    overflow: hidden;
    margin-left: -30px; }
    .page-sitemap__pagination__grid-items {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .page-sitemap__pagination.\--type-filters {
      list-style: none;
      text-align: center;
      margin: 0;
      padding-left: 30px; }
      .page-sitemap__pagination.\--type-filters li {
        color: #333;
        font-size: 18px;
        margin: 0px 6px; }
      .page-sitemap__pagination.\--type-filters a {
        font-weight: 700; }
      .page-sitemap__pagination.\--type-filters.\--type-page {
        padding-left: 0; }
  .page-sitemap__links {
    overflow: hidden;
    margin-left: -30px; }
    .page-sitemap__links__grid-items {
      width: 50%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .page-sitemap__links__title {
      letter-spacing: 2px;
      text-transform: uppercase;
      padding-left: 30px; }
    .page-sitemap__links__sub-title {
      padding-left: 30px;
      font-size: 12px; }
    .page-sitemap__links ul {
      list-style: none;
      margin: 0;
      padding-left: 30px; }
    .page-sitemap__links li {
      position: relative;
      padding-left: 30px; }
      .page-sitemap__links li a {
        padding: 0;
        margin-bottom: 10px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        line-height: 1.2;
        font-size: 16px; }
        .page-sitemap__links li a:hover {
          text-decoration: underline; }
      .page-sitemap__links li:before {
        content: '\2192';
        position: absolute;
        top: -4px;
        left: 0;
        font-weight: 700;
        font-size: 18px; }
    .page-sitemap__links__filter-icon {
      background: url("/_ui/media/std/components/sitemap/filter-icon.png");
      width: 12px;
      height: 12px;
      vertical-align: middle;
      display: inline-block; }
  .page-sitemap__products .page-sitemap__links {
    margin-left: 0; }
  .page-sitemap__products ul {
    padding-left: 0px; }
    .page-sitemap__products ul > * {
      width: 33%;
      display: inline-block;
      vertical-align: top;
      padding-left: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 30px; }

.page-cause__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-cause__grid > div {
    width: 100%; }

.page-cause__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .page-cause__content {
      margin-bottom: 4.44444rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .page-cause__content > div {
    width: 100%; }
  .page-cause__content.\--full-width .page-cause__content__default {
    max-width: unset;
    background-color: unset;
    padding: unset; }
  @media (max-width: 767px) {
    .page-cause__content__default {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .page-cause__content__default {
      max-width: 61.5%; } }
  .page-cause__content__default > .panel-layout > .container {
    padding: 0; }

.page-cause__donate-shelf {
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .page-cause__donate-shelf {
      max-width: 33.45%; } }
  .page-cause__donate-shelf .w-donate-form__title {
    color: #FFF; }
  .page-cause__donate-shelf .w-donate-form__exc {
    color: #FFF; }

.page-cause__related {
  background-color: #D51051;
  padding: clamp(25px, 10vw, 4.2rem) clamp(20px, 5vw, 3.75rem) clamp(25px, 5vw, 3.63rem);
  border-radius: 20px; }
  .page-cause__related__cta {
    text-align: center; }

@media (max-width: 768px) {
  .page-cause__content-wrapper > .container {
    padding: 0 8px; } }

.page-cause__progress {
  position: relative;
  margin-bottom: 2.77778rem;
  top: -20px; }
  .page-cause__progress__metas {
    text-align: right;
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px; }
  .page-cause__progress__bar {
    border-radius: 21px;
    background: #9d9d9d40;
    height: 14px;
    cursor: pointer; }
    .page-cause__progress__bar > span {
      position: relative;
      display: block;
      height: 100%;
      border-radius: 4px;
      background-color: #FFDC66;
      max-width: 100%; }
      .page-cause__progress__bar > span div {
        background: #290000;
        font-size: 1.11111rem;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        letter-spacing: 0.419px;
        border-radius: 3.221px;
        text-align: center;
        position: absolute;
        padding: 4px 6px 2px;
        top: -40px;
        right: -18px;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transition: ease 0.2s;
        -o-transition: ease 0.2s;
        transition: ease 0.2s; }
        .page-cause__progress__bar > span div:after {
          content: '';
          width: 0px;
          height: 0px;
          position: absolute;
          bottom: -3px;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transform: rotate(47deg);
          -ms-transform: rotate(47deg);
          transform: rotate(47deg);
          border-width: 3px;
          border-color: transparent #290000 #290000 transparent;
          border-style: solid; }

.page-checkout {
  position: relative;
  margin-bottom: 2.22222rem; }
  .page-checkout .container {
    max-width: 1200px; }
    @media (max-width: 991px) {
      .page-checkout .container {
        padding: 0; } }
  .page-checkout__title {
    font-size: 2.77778rem;
    text-align: center;
    margin-bottom: 2.22222rem; }
    .page-checkout__title span {
      background: #290000;
      color: #fff;
      font-size: 2.44444rem;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      display: inline-block;
      line-height: 0.8;
      padding: 0.55556rem 0.66667rem 0.22222rem;
      letter-spacing: -0.89px;
      border-radius: 4.909px;
      margin: 0 5px;
      position: relative;
      top: -4px; }
  .page-checkout__fieldset__title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.72px;
    line-height: 1;
    margin-bottom: 1rem; }
  .page-checkout__fieldset p {
    font-size: 0.88889rem;
    font-weight: 400;
    letter-spacing: -0.16px;
    color: rgba(41, 0, 0, 0.8); }
  .page-checkout__toggle {
    padding: 14px 10px; }
    .page-checkout__toggle:after {
      font-size: 12px; }
  .page-checkout__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .page-checkout__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    .page-checkout__grid > div {
      width: 100%; }
    .page-checkout__grid > div:not(.page-checkout__sidebar) {
      margin-bottom: 20px; }
  .page-checkout__payment {
    margin-bottom: 1.11111rem; }
  .page-checkout__form {
    position: relative; }
    @media (min-width: 992px) {
      .page-checkout__form {
        max-width: 760px; } }
    .page-checkout__form__content {
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFF5), to(#FFFFF5)), #F1F8E1;
      background: -webkit-linear-gradient(bottom, #FFFFF5 0%, #FFFFF5 100%), #F1F8E1;
      background: -o-linear-gradient(bottom, #FFFFF5 0%, #FFFFF5 100%), #F1F8E1;
      background: linear-gradient(0deg, #FFFFF5 0%, #FFFFF5 100%), #F1F8E1;
      padding: 30px 20px;
      border-radius: 22px; }
      @media (min-width: 992px) {
        .page-checkout__form__content {
          padding: 2.44444rem 2.44444rem 2.88889rem;
          border-radius: 32px; } }
  .page-checkout__toggle:after {
    content: "\e927";
    font-family: 'default';
    margin-left: 10px; }
  @media (min-width: 992px) {
    .page-checkout__toggle {
      display: none !important; } }
  @media (min-width: 992px) {
    .page-checkout__sidebar {
      max-width: 342px;
      margin-left: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  @media (max-width: 991px) {
    .page-checkout__sidebar .w-donation-summary {
      display: none; } }
  .page-checkout .box-gdpr-consent {
    border: 1.2px solid #6F0031;
    background: #FFF;
    border-radius: 10.05px;
    padding: 1.22222rem 1.11111rem;
    font-size: 0.77778rem;
    font-weight: 400;
    color: rgba(41, 0, 0, 0.8);
    letter-spacing: -0.42px;
    line-height: 1.4; }
    .page-checkout .box-gdpr-consent p, .page-checkout .box-gdpr-consent a {
      color: #290000; }
  .page-checkout .df__cart__subtitle {
    text-align: left;
    margin-bottom: 14px; }
  .page-checkout .df__donations {
    margin-bottom: 1.38889rem; }
  .page-checkout .container__content {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .page-checkout .container__content {
        margin-bottom: 0; } }
  .page-checkout.\--style-payment {
    margin-top: 11.66667rem;
    margin-bottom: 3.88889rem; }
  .page-checkout.\--empty {
    margin-bottom: 5.55556rem; }

.page-search__title {
  font-size: 1.88889rem; }

@media (min-width: 768px) {
  .page-contact__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.page-contact__grid > div {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-contact__grid > div {
      margin-bottom: 5.55556rem; } }

@media (min-width: 768px) {
  .page-contact__form {
    max-width: 50.66667rem; } }

.page-contact__form__title {
  color: #290000;
  font-size: 4.44444rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 2.22222rem; }

.page-contact__form > p {
  color: #290000;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.48px; }

.page-contact__form .gform_confirmation_wrapper, .page-contact__form .gform_confirmation_wrapper {
  border: 1px solid #290000;
  background: #290000;
  padding: 8px 15px;
  color: #fff;
  border-radius: 5px; }

@media (min-width: 768px) {
  .page-contact__content {
    max-width: 32.94444rem;
    margin-left: clamp(20px, 3vw, 2.77778rem); } }

.page-contact__subtitle {
  color: #FFF;
  font-weight: 400;
  line-height: normal;
  font-size: 2.66667rem;
  margin-bottom: 1.11111rem; }

.page-contact__meta-info {
  padding: 20px;
  border-radius: 20px;
  background: #290000;
  margin-bottom: 2.33333rem; }
  @media (min-width: 768px) {
    .page-contact__meta-info {
      padding: 2.77778rem; } }

.page-contact__meta > div {
  max-width: 250px;
  width: 100%; }

.page-contact__meta p, .page-contact__meta span {
  color: #FFF;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.44444rem; }

.page-contact__meta a {
  color: #FFF;
  text-decoration: none; }

.page-contact__meta p {
  margin-bottom: 1.11111rem; }

.page-contact__meta span {
  display: block;
  margin-bottom: 5px; }

@media (max-width: 768px) {
  .page-contact .cms-content__wrapper > div > .container {
    padding: 0 8px; } }

.page-default__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 688px;
  margin: 0 -1.11111rem; }
  @media (min-width: 768px) {
    .page-default__hero {
      min-height: 50rem; } }
  .page-default__hero__media {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    @media (max-width: 767px) {
      .page-default__hero__media.\--desktop {
        display: none; } }
    @media (min-width: 768px) {
      .page-default__hero__media.\--mobile {
        display: none; } }
  .page-default__hero a {
    position: absolute;
    inset: 0; }

.page-default__content {
  position: relative;
  margin-top: -380px; }
  @media (min-width: 1280px) {
    .page-default__content {
      margin-top: -26.33333rem; } }
  @media (min-width: 1480px) {
    .page-default__content {
      margin-top: -30.33333rem; } }
  @media (min-width: 1600px) {
    .page-default__content {
      margin-top: -39.22222rem; } }

.page-news-listing .cms-content {
  padding-top: 2.22222rem !important; }

.page-news-listing__filter {
  margin-bottom: 3.05556rem; }

.page-news-listing__content {
  margin-bottom: 2.22222rem; }

.page-news-listing__news {
  background: #D51051;
  padding: clamp(20px, 2.5vw, 2.22222rem) clamp(20px, 2.5vw, 3.61111rem);
  border-radius: 20px; }

.page-news .cms-content__wrapper {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .page-news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.page-news__grid > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-news__content {
    max-width: 54.66667rem;
    width: 50%; } }

.page-news__content > .panel-layout > .container {
  padding: 0 0; }

.page-news__aside {
  width: 100%; }
  @media (min-width: 768px) {
    .page-news__aside {
      max-width: 29.72222rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 20px; } }
  .page-news__aside__recent {
    padding: 2.33333rem 1.88889rem;
    border-radius: 20px;
    background: #290000; }
    .page-news__aside__recent__title {
      font-size: 2.22222rem;
      color: #FFF;
      margin-bottom: 1.55556rem; }

.page-news__share {
  background: #290000;
  border-radius: 8px;
  padding: 1.22222rem 1.66667rem;
  margin-top: 1.66667rem; }

.page-news__related {
  background-color: #e1eadf;
  padding: 5.22222rem 0 5.55556rem; }
  .page-news__related .w-section-header {
    margin-bottom: 2.22222rem; }

.page-appeal-listing__section {
  text-align: center;
  margin-bottom: 2.77778rem; }
  .page-appeal-listing__section p {
    font-size: 1.5rem;
    letter-spacing: -0.56px;
    line-height: 1.1; }

.page-appeal-listing__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.90828rem;
  letter-spacing: -2.11px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.55556rem; }
  .page-appeal-listing__title span {
    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;
    font-size: 4.94522rem;
    font-family: "Rockids Softed", sans-serif;
    font-weight: 400;
    padding-left: 10px; }

.page-appeal-listing__cta-list {
  background: #D51051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 9px;
  max-width: 29.05822rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid #FFF;
  list-style: none;
  border-radius: 50px;
  margin-bottom: 70px; }
  .page-appeal-listing__cta-list li {
    width: 100%; }
    .page-appeal-listing__cta-list li a {
      background: transparent;
      color: #fff;
      text-align: center;
      font-size: 1.66667rem;
      font-weight: 700;
      line-height: 0.94;
      letter-spacing: -1.2px;
      padding: 12px 12px;
      display: block;
      border-radius: 50px; }
      .page-appeal-listing__cta-list li a.active {
        background: #290000; }

.page-appeal-listing__subtitle {
  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;
  font-size: 2.56767rem;
  font-weight: 700;
  color: #D51051;
  line-height: 107%;
  letter-spacing: -1.849px;
  margin-bottom: 30px; }
  .page-appeal-listing__subtitle img {
    padding-right: 12px; }

.page-appeal-listing__appeals {
  background-color: #D51051;
  padding: 20px;
  border-radius: 20px 20px 20px 20px; }
  @media (min-width: 1024px) {
    .page-appeal-listing__appeals {
      padding: 4.2rem 3.63rem 3.75rem 3.63rem; } }

.page-home__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 688px;
  margin: 0 -1.11111rem; }
  @media (min-width: 768px) {
    .page-home__hero {
      min-height: 50rem; } }
  .page-home__hero__media {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    @media (max-width: 767px) {
      .page-home__hero__media.\--desktop {
        display: none; } }
    @media (min-width: 768px) {
      .page-home__hero__media.\--mobile {
        display: none; } }
  .page-home__hero a {
    position: absolute;
    inset: 0; }

.page-home__content {
  position: relative;
  margin-top: -380px; }
  @media (min-width: 1280px) {
    .page-home__content {
      margin-top: -26.33333rem; } }
  @media (min-width: 1480px) {
    .page-home__content {
      margin-top: -30.33333rem; } }
  @media (min-width: 1600px) {
    .page-home__content {
      margin-top: -39.22222rem; } }

.page-donate__header {
  position: relative;
  padding: 4.44444rem 0 6.44444rem 0; }
  .page-donate__header__grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-donate__header__title {
    font-size: 3.55556rem;
    line-height: 0.9;
    color: #fff; }

.page-donate__content {
  max-width: 501px;
  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; }
  .page-donate__content p {
    font-size: 0.94444rem;
    letter-spacing: -0.17px;
    color: #FFF;
    margin-bottom: 1.66667rem; }

.page-donate__media {
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .page-donate__media:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(27.2%, #1956A7), color-stop(30.7%, rgba(25, 86, 167, 0.95)), color-stop(39.17%, rgba(25, 86, 167, 0.71)), color-stop(49.24%, rgba(25, 86, 167, 0)));
    background: -webkit-linear-gradient(left, #1956A7 27.2%, rgba(25, 86, 167, 0.95) 30.7%, rgba(25, 86, 167, 0.71) 39.17%, rgba(25, 86, 167, 0) 49.24%);
    background: -o-linear-gradient(left, #1956A7 27.2%, rgba(25, 86, 167, 0.95) 30.7%, rgba(25, 86, 167, 0.71) 39.17%, rgba(25, 86, 167, 0) 49.24%);
    background: linear-gradient(90deg, #1956A7 27.2%, rgba(25, 86, 167, 0.95) 30.7%, rgba(25, 86, 167, 0.71) 39.17%, rgba(25, 86, 167, 0) 49.24%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.page-donate__featured-appeal {
  max-width: 311px; }

.page-donate__raw-facts {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1rem 1.11111rem 0.55556rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }
  .page-donate__raw-facts > div {
    width: 33.33%;
    border-right: 1.299px solid rgba(255, 255, 255, 0.6);
    padding: 0px 16px;
    margin-bottom: 10px; }
    .page-donate__raw-facts > div:nth-child(3n) {
      border: 0;
      padding-right: 0; }
    .page-donate__raw-facts > div:nth-child(3n+1) {
      padding-left: 0; }
  .page-donate__raw-facts p {
    font-size: 0.83333rem;
    letter-spacing: -0.16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0; }
  .page-donate__raw-facts__title {
    font-size: 1.66667rem;
    letter-spacing: -0.3px;
    color: #290000;
    margin-bottom: 8px; }

.page-404 {
  border-radius: 24px;
  background: #f7fde2;
  padding: 2.44444rem 3.05556rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.55556rem; }
  .page-404 p {
    font-size: 1.05556rem;
    color: rgba(41, 0, 0, 0.9);
    letter-spacing: -0.19px;
    line-height: 1.6; }
  .page-404__content {
    text-align: center; }
    @media (max-width: 768px) {
      .page-404__content .btn__wrapper {
        display: block; }
        .page-404__content .btn__wrapper a + a {
          margin-top: 10px; } }
  .page-404__title {
    font-size: 2.88889rem;
    font-weight: 400;
    letter-spacing: 1.04px;
    margin-bottom: 14px; }
  .page-404__desc {
    border-top: 1px solid rgba(197, 201, 210, 0.6);
    padding-top: 1.11111rem; }
    .page-404__desc a {
      display: block; }

.page-default-bg {
  border-radius: 20px;
  background: #FFF;
  padding: clamp(25px, 5vw, 2.77778rem) clamp(20px, 5vw, 2.5rem) clamp(0px, 1vw, 1.94444rem); }
  .page-default-bg h1, .page-default-bg h2, .page-default-bg h3, .page-default-bg h4, .page-default-bg h5, .page-default-bg h6, .page-default-bg p, .page-default-bg ul li, .page-default-bg span {
    color: #D51051; }
  .page-default-bg > .panel-layout > .container {
    padding: 0; }

.page-campaign__hero {
  position: relative;
  background: #290000;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/campaign-hero-bg.png");
  background-size: cover;
  background-position: bottom;
  padding-top: 100px;
  padding-bottom: 1.11111rem;
  margin-bottom: 1.11111rem;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .page-campaign__hero {
      padding-top: 15.61111rem; } }
  @media (max-width: 1023px) {
    .page-campaign__hero br {
      display: none; } }
  .page-campaign__hero__title {
    color: #FFF;
    margin-bottom: 1.11111rem; }
    .page-campaign__hero__title span {
      font-family: 'Vignetta';
      font-size: 6.5rem; }
  .page-campaign__hero__description {
    color: #FFF;
    margin-bottom: 1.11111rem; }

.pillar-fundraiser a:hover {
  text-decoration: none; }

.pillar-fundraiser .container:not(.--style-full) {
  max-width: 1210px; }

.pillar-fundraiser__main-header {
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/fund-header-default.png");
  background-size: cover;
  padding-top: 11.16667rem;
  padding-bottom: 27.05556rem;
  border-radius: 0 0 32px 32px;
  margin: 0 -1.11111rem; }

.pillar-fundraiser__header {
  margin: 0; }

.pillar-fundraiser__main-content {
  border-radius: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F9FDE5), to(#F9FDE5)), #F9FDE5;
  background: -webkit-linear-gradient(bottom, #F9FDE5 0%, #F9FDE5 100%), #F9FDE5;
  background: -o-linear-gradient(bottom, #F9FDE5 0%, #F9FDE5 100%), #F9FDE5;
  background: linear-gradient(0deg, #F9FDE5 0%, #F9FDE5 100%), #F9FDE5;
  padding: 2.94444rem 0;
  margin-bottom: 1.11111rem;
  margin-top: -22.77778rem;
  margin-bottom: 1.77778rem; }

.pillar-fundraiser__content__grid {
  margin-bottom: 0; }

.pillar-fundraiser__secure {
  background: #290000;
  border-radius: 32px;
  margin: 0;
  margin-bottom: 0.17778rem; }

.pillar-fundraiser__id {
  border-radius: 50px;
  border: 0.906px solid #3B4766;
  background: rgba(238, 238, 238, 0.08);
  -webkit-box-shadow: 0 3.626px 3.626px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3.626px 3.626px 0 rgba(0, 0, 0, 0.25) inset; }
  .pillar-fundraiser__id p {
    font-size: 0.77067rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.139px; }
    .pillar-fundraiser__id p strong {
      color: #FFF; }
  .pillar-fundraiser__id__avatar {
    background: #99C93C;
    min-width: 1.54139rem;
    min-height: 1.54139rem;
    font-size: 0.66667rem;
    color: #290000; }

.pillar-fundraiser__title {
  font-size: 4.72222rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1.7px;
  line-height: 0.9;
  max-width: 858px;
  margin: 1.55556rem auto 18px; }

.pillar-fundraiser__meta {
  margin-bottom: 0; }
  .pillar-fundraiser__meta li p {
    font-size: 0.96822rem;
    letter-spacing: 0.349px;
    color: #fff; }
  .pillar-fundraiser__meta li i {
    color: #fff; }

.pillar-fundraiser__info {
  margin-bottom: 1.44444rem; }
  .pillar-fundraiser__info__raised {
    margin-bottom: 0; }
    .pillar-fundraiser__info__raised__progress {
      border: 1.05px solid #1C5F3E; }
      .pillar-fundraiser__info__raised__progress__bar {
        background: #D51051;
        height: 16px; }
    .pillar-fundraiser__info__raised .tippy-box {
      background: #290000; }
      .pillar-fundraiser__info__raised .tippy-box .tippy-arrow::before {
        border-top-color: #290000 !important;
        border-bottom-color: #290000 !important; }
    .pillar-fundraiser__info__raised__grid {
      margin-bottom: 0.88889rem; }
      .pillar-fundraiser__info__raised__grid li {
        font-size: 0.83333rem; }
        .pillar-fundraiser__info__raised__grid li span {
          font-size: 0.91667rem; }
          .pillar-fundraiser__info__raised__grid li span em {
            font-size: 0.83333rem; }
  .pillar-fundraiser__info__milestone__grid {
    font-size: 0.81222rem;
    margin-bottom: 0.83333rem; }
    .pillar-fundraiser__info__milestone__grid li {
      font-size: 0.8125rem; }
  .pillar-fundraiser__info__milestone__amount p {
    font-size: 0.78889rem;
    color: #290000; }
    .pillar-fundraiser__info__milestone__amount p span {
      font-size: 1.77778rem;
      letter-spacing: 0.64px;
      font-family: "Rockids Softed", sans-serif;
      font-weight: 400;
      color: #1C5F3E;
      margin-right: 10px; }
      .pillar-fundraiser__info__milestone__amount p span em {
        font-size: 0.83333rem;
        letter-spacing: -0.48px; }
  .pillar-fundraiser__info__milestone__cta .btn, .pillar-fundraiser__info__milestone__cta .control-uploader .action, .control-uploader .pillar-fundraiser__info__milestone__cta .action, .pillar-fundraiser__info__milestone__cta .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .pillar-fundraiser__info__milestone__cta .btn {
    padding: 0.83333rem 1.11111rem;
    font-size: 0.875rem;
    font-weight: 600; }
    .pillar-fundraiser__info__milestone__cta .btn i, .pillar-fundraiser__info__milestone__cta .control-uploader .action i, .control-uploader .pillar-fundraiser__info__milestone__cta .action i, .pillar-fundraiser__info__milestone__cta .ui-dialog .i3-dialog-footer .btn i, .ui-dialog .i3-dialog-footer .pillar-fundraiser__info__milestone__cta .btn i {
      font-size: 0.72222rem; }

.pillar-fundraiser__donate-box {
  padding: 2.77778rem 2rem; }
  .pillar-fundraiser__donate-box .w-donate-form form {
    margin-bottom: 1rem; }
  .pillar-fundraiser__donate-box .w-donate-form .w-donate-form__title {
    font-size: 1.88889rem;
    letter-spacing: 0.68px;
    line-height: normal;
    margin-bottom: 0.72222rem; }
  .pillar-fundraiser__donate-box .w-donate-form .control-radio.\--style-amount .control-radio__text {
    border-radius: 6.029px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1C3D22;
    font-size: 0.88889rem;
    font-weight: 500;
    padding: 8px 5px; }
    .pillar-fundraiser__donate-box .w-donate-form .control-radio.\--style-amount .control-radio__text em {
      font-size: unset;
      padding: 0; }
  .pillar-fundraiser__donate-box .w-donate-form .control-radio.\--style-amount input[type=radio]:checked ~ .control-radio__text {
    background: #290000;
    border: 1px solid #290000; }
  .pillar-fundraiser__donate-box .w-donate-form .control-radio.\--style-amount:hover .control-radio__text {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(19, 139, 91, 0.5); }
  .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount input[type="number"] {
    border-radius: 6.029px;
    border: 1.03px solid rgba(4, 58, 44, 0.6);
    background: #F1F8E1;
    padding: 8px 10px;
    font-size: 0.77661rem;
    color: #290000; }
    .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount input[type="number"]::-webkit-input-placeholder {
      color: #290000 !important; }
    .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount input[type="number"]:-ms-input-placeholder {
      color: #290000 !important; }
    .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount input[type="number"]::-ms-input-placeholder {
      color: #290000 !important; }
    .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount input[type="number"]::placeholder {
      color: #290000 !important; }
  .pillar-fundraiser__donate-box .w-donate-form .control-group.\--style-custom-donation-amount .control-group__currency {
    font-size: 0.77661rem; }
  .pillar-fundraiser__donate-box__donors {
    background: #F1F8E1; }
    .pillar-fundraiser__donate-box__donors ul li {
      width: 31px;
      height: 31px;
      font-size: 0.55556rem;
      color: #95FF00;
      border-width: 2px; }
    .pillar-fundraiser__donate-box__donors p {
      font-size: 0.82167rem; }

.pillar-fundraiser__media__slider > div, .pillar-fundraiser__media__slider .slick-list, .pillar-fundraiser__media__slider .slick-track {
  height: 100%; }

.pillar-fundraiser__media__slider .i3-slider.slick-slider {
  height: 100%; }
  .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-slide img {
    height: 100%; }
  .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-next, .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-prev {
    width: 39px;
    height: 39px; }
    .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-next:before, .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-prev:before {
      font-size: 0.72222rem;
      color: #290000; }
  .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-disabled {
    background: rgba(255, 255, 255, 0.3); }
    .pillar-fundraiser__media__slider .i3-slider.slick-slider .slick-disabled:before {
      color: #fff; }

.pillar-fundraiser__donate-grid {
  margin-bottom: 1.77778rem; }

.pillar-fundraiser__donate-bar {
  padding: 0.83333rem 0.94444rem;
  margin-bottom: 1.77778rem; }
  .pillar-fundraiser__donate-bar__content {
    gap: 1rem; }
  .pillar-fundraiser__donate-bar__media {
    width: 7.38889rem;
    min-height: 4.22222rem; }
  .pillar-fundraiser__donate-bar__sub-title {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.315px;
    color: #290000; }
  .pillar-fundraiser__donate-bar__title {
    font-size: 1.16667rem; }
    .pillar-fundraiser__donate-bar__title i {
      font-size: 0.61111rem; }
  .pillar-fundraiser__donate-bar__details p {
    font-family: "Rockids Softed", sans-serif;
    font-size: 1.66667rem;
    text-align: right;
    letter-spacing: 0.6px; }
  .pillar-fundraiser__donate-bar__details span {
    font-size: 0.875rem;
    color: #290000;
    letter-spacing: 0.315px; }

.pillar-fundraiser__navigation > .container {
  padding: 0; }

.pillar-fundraiser__navigation ul li a {
  padding: 0.77778rem 0;
  font-size: 0.83333rem;
  color: rgba(0, 51, 42, 0.8); }
  .pillar-fundraiser__navigation ul li a:after {
    border-radius: 1.5px 1.5px 0 0;
    background: #3BB44A; }
  .pillar-fundraiser__navigation ul li a:hover, .pillar-fundraiser__navigation ul li a.active, .pillar-fundraiser__navigation ul li a:focus {
    color: #290000; }

.pillar-fundraiser__donate__title {
  font-size: 1.88889rem;
  font-weight: 400;
  letter-spacing: 0.34px;
  line-height: 1; }

@media (min-width: 992px) {
  .pillar-fundraiser__content__content {
    max-width: 61%; } }

.pillar-fundraiser__content__grid {
  gap: 3.72222rem; }

.pillar-fundraiser__content__main {
  margin-bottom: 3.16667rem; }
  .pillar-fundraiser__content__main img {
    width: 100%;
    border-radius: 16px; }

@media (min-width: 992px) {
  .pillar-fundraiser__sidebar {
    width: 33%; } }

.pillar-fundraiser__sidebar__donate__inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.22222rem;
  border: 1.5px solid rgba(231, 230, 221, 0.72);
  border-radius: 12px; }
  .pillar-fundraiser__sidebar__donate__inner:hover {
    border-color: #290000;
    background: #FFF;
    -webkit-box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.04), 0 9px 9px 0 rgba(59, 180, 74, 0.12);
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.04), 0 9px 9px 0 rgba(59, 180, 74, 0.12); }

.pillar-fundraiser__sidebar__donate__amount {
  font-family: "Rockids Softed", sans-serif;
  font-size: 1.77778rem;
  color: #290000;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.55556rem; }
  .pillar-fundraiser__sidebar__donate__amount em {
    font-size: 1.38889rem;
    line-height: 1.83333rem; }

.pillar-fundraiser__sidebar__donate__title {
  font-size: 1.16667rem;
  font-family: "Special Gothic", sans-serif;
  text-transform: unset;
  margin-bottom: 0.55556rem; }

.pillar-fundraiser__sidebar__donate__check {
  font-size: 1.5rem;
  color: #99C93C;
  right: 0.88889rem;
  top: 0.88889rem; }

.pillar-fundraiser__sidebar__donate__desc {
  font-size: 0.91667rem;
  margin-bottom: 1.11111rem; }

.pillar-fundraiser__sidebar__social-share {
  padding: 2rem 2.11111rem 1.66667rem;
  background: #FFF;
  border: 1.5px solid #125534;
  border-radius: 16px; }
  .pillar-fundraiser__sidebar__social-share__title {
    font-size: 1.33333rem;
    letter-spacing: -0.48px;
    font-family: "Special Gothic", sans-serif;
    text-transform: unset;
    margin-bottom: 0.61111rem; }
  .pillar-fundraiser__sidebar__social-share p {
    font-size: 1.05883rem;
    font-weight: 500;
    letter-spacing: 0.381px;
    color: #139349;
    margin-bottom: 0.83333rem; }
  .pillar-fundraiser__sidebar__social-share .w-social__share ul li span {
    color: #fff; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="facebook"] {
      background-color: #425893;
      border-color: #425893; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="linkedin"] {
      background-color: #0A66C2;
      border-color: #0A66C2; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="twitter"] {
      background-color: #4D9FEB;
      border-color: #4D9FEB; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="whatsapp"] {
      background-color: #65D072;
      border-color: #65D072; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="email"] {
      font-size: 0.88889rem;
      background: #290000;
      border-color: #290000; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="sharethis"] {
      font-size: 1.11111rem;
      color: #290000;
      border-color: #290000; }
      .pillar-fundraiser__sidebar__social-share .w-social__share ul li span[data-network="sharethis"]:hover {
        color: #290000; }
    .pillar-fundraiser__sidebar__social-share .w-social__share ul li span:hover {
      color: #fff; }
  .pillar-fundraiser__sidebar__social-share__copy input[type="text"] {
    background: #F4F4ED;
    font-size: 0.83333rem;
    color: #290000;
    border: 1.12px solid #E0E0E0;
    border-radius: 11.199px; }
  .pillar-fundraiser__sidebar__social-share__copy a {
    font-size: 0.83333rem; }

.pillar-fundraiser__leaderboard {
  background: #99C93C;
  padding: 1.94444rem 2.11111rem;
  border: 1.5px solid #125534;
  border-radius: 16px; }
  .pillar-fundraiser__leaderboard__tabs {
    padding: 3.5px;
    margin-bottom: 20px !important; }
    .pillar-fundraiser__leaderboard__tabs li a {
      font-size: 0.91667rem;
      padding: 6px 0.77778rem;
      color: #fff; }
  .pillar-fundraiser__leaderboard__donor {
    border-radius: 10.758px;
    padding: 7px 1.11111rem;
    margin-bottom: 6px; }
    .pillar-fundraiser__leaderboard__donor__position {
      font-size: 13.5px; }
    .pillar-fundraiser__leaderboard__donor__name {
      font-size: 13.5px; }
    .pillar-fundraiser__leaderboard__donor__donation {
      font-size: 0.83333rem; }
  .pillar-fundraiser__leaderboard__donors {
    gap: 8px; }
  .pillar-fundraiser__leaderboard__top-donor {
    margin-top: 1.5rem; }
    .pillar-fundraiser__leaderboard__top-donor.\--first .pillar-fundraiser__leaderboard__top-donor__media {
      width: 79px;
      height: 79px; }
    .pillar-fundraiser__leaderboard__top-donor__position {
      background: #125534;
      width: 26.33px;
      height: 26.33px;
      font-size: 0.72222rem; }
    .pillar-fundraiser__leaderboard__top-donor__name {
      font-size: 0.83333rem;
      font-weight: 500;
      letter-spacing: -0.15px; }
      .pillar-fundraiser__leaderboard__top-donor__name__name {
        font-size: 1.55556rem; }
    .pillar-fundraiser__leaderboard__top-donor__media {
      border-radius: 50px;
      border: 2.821px solid #125534;
      background: #266948;
      width: 70px;
      height: 70px; }
    .pillar-fundraiser__leaderboard__top-donor__donation {
      font-size: 0.83333rem;
      font-weight: 500; }
    .pillar-fundraiser__leaderboard__top-donor__clown svg {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .pillar-fundraiser__leaderboard__top-donor__clown svg path {
        fill: #F7F71F; }
  .pillar-fundraiser__leaderboard.\--style-popup .pillar-fundraiser__leaderboard__title {
    letter-spacing: 0.72px;
    font-size: 36px; }

.pillar-fundraiser__profile__column {
  max-width: 530px;
  padding: 2.27778rem 1.72222rem; }

.pillar-fundraiser__profile__campaigns__title {
  color: #290000;
  font-size: 2rem;
  letter-spacing: 0.72px; }

.pillar-fundraiser__profile__info {
  gap: 1.11111rem; }
  .pillar-fundraiser__profile__info__media {
    width: 79px;
    height: 79px;
    font-size: 1.5rem; }
  .pillar-fundraiser__profile__info__name {
    margin-bottom: 0.44444rem; }
  .pillar-fundraiser__profile__info__since {
    color: #290000; }

.pillar-fundraiser__profile__campaign {
  background: #290000; }
  .pillar-fundraiser__profile__campaign__title {
    font-family: "Special Gothic", sans-serif;
    color: #fff;
    letter-spacing: -0.52px;
    text-transform: unset; }
  .pillar-fundraiser__profile__campaign__progress {
    background: #F1F8E1; }
    .pillar-fundraiser__profile__campaign__progress span {
      background: #290000; }
  .pillar-fundraiser__profile__campaign__raised li span {
    color: #fff; }

.pillar-fundraiser__profile__raised {
  padding: 0.88889rem; }
  .pillar-fundraiser__profile__raised ul {
    gap: 0.83333rem; }
    .pillar-fundraiser__profile__raised ul li span {
      font-size: 0.875rem;
      color: #290000; }
    .pillar-fundraiser__profile__raised ul li p {
      font-family: "Rockids Softed", sans-serif;
      font-size: 1.66667rem;
      font-weight: 400;
      letter-spacing: 0.6px; }

.pillar-fundraiser__profile__close {
  right: 540px; }

.pillar-fundraiser__testimonials__title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.72px; }

.pillar-fundraiser__testimonials__header {
  margin-bottom: 1.22222rem; }

.pillar-fundraiser__testimonials__slider {
  background: #FFF;
  padding: 2.66667rem 1.66667rem 2.5rem;
  border: 1.5px solid rgba(231, 230, 221, 0.72);
  border-radius: 16px;
  margin-bottom: 3.33333rem; }

.pillar-fundraiser__testimonials__controls a {
  width: 39px;
  height: 39px;
  font-size: 0.72222rem;
  background: #290000;
  color: #fff; }
  .pillar-fundraiser__testimonials__controls a.slick-disabled {
    background: #fff;
    color: #290000; }

.pillar-fundraiser__testimonials__box__text {
  font-size: 0.91667rem;
  color: #290000;
  line-height: 1.3;
  margin-bottom: 1rem; }

.pillar-fundraiser__testimonials__box__name, .pillar-fundraiser__testimonials__box__amount {
  font-size: 0.88889rem;
  color: #002920;
  font-weight: 500; }

.pillar-fundraiser__testimonials__box__amount {
  font-size: 0.75rem; }

.pillar-fundraiser__testimonials__box__top {
  margin-bottom: 0.83333rem; }
  .pillar-fundraiser__testimonials__box__top p {
    font-size: 0.75rem; }

.pillar-fundraiser__campaign__title {
  letter-spacing: 0.72px;
  margin-bottom: 2rem; }

.pillar-fundraiser__campaign__profile {
  width: 66.125px;
  height: 66.125px;
  background: #1C5F3E; }
  .pillar-fundraiser__campaign__profile span {
    font-size: 1.22222rem;
    color: #C9F7DE; }

.pillar-fundraiser__campaign__item:not(:last-child):after {
  left: 33px;
  background: #D9D9D9; }

.pillar-fundraiser__campaign__item__name {
  font-family: "Special Gothic", sans-serif;
  font-size: 1.27778rem;
  font-weight: 500;
  text-transform: unset;
  margin-bottom: 0.55556rem; }

.pillar-fundraiser__campaign__item__title {
  font-family: "Special Gothic", sans-serif;
  font-size: 1.27778rem;
  text-transform: unset;
  font-weight: 500;
  margin-bottom: 0.77778rem; }

.pillar-fundraiser__campaign__item__content p {
  font-size: 0.91667rem;
  color: #290000;
  margin-bottom: 1.11111rem; }

.pillar-fundraiser__campaign__item__time {
  font-size: 0.91667rem; }

.pillar-fundraiser__campaign__cta-grid .btn, .pillar-fundraiser__campaign__cta-grid .control-uploader .action, .control-uploader .pillar-fundraiser__campaign__cta-grid .action, .pillar-fundraiser__campaign__cta-grid .ui-dialog .i3-dialog-footer .btn, .ui-dialog .i3-dialog-footer .pillar-fundraiser__campaign__cta-grid .btn {
  padding: 0.75rem 0.55556rem; }
  .pillar-fundraiser__campaign__cta-grid .btn .icon-comment, .pillar-fundraiser__campaign__cta-grid .control-uploader .action .icon-comment, .control-uploader .pillar-fundraiser__campaign__cta-grid .action .icon-comment {
    font-size: 14px;
    padding-right: 7px;
    color: #D4F39A; }

.pillar-fundraiser__box-report {
  background: #fff; }
  @media (max-width: 991px) {
    .pillar-fundraiser__box-report__header {
      display: block; } }
  @media (max-width: 991px) {
    .pillar-fundraiser__box-report__header > a {
      margin: 15px 0 0; } }

.pillar-fundraiser__secure {
  padding: 3.05556rem 0 3.61111rem;
  margin-bottom: 1.77778rem; }
  .pillar-fundraiser__secure__top {
    margin-bottom: 2.77778rem; }
    .pillar-fundraiser__secure__top p:not(.pillar-fundraiser__secure__sub-title) {
      font-size: 1.27472rem;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.3; }
  .pillar-fundraiser__secure__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 2rem;
    color: #FFF;
    letter-spacing: -0.36px;
    text-transform: unset;
    margin-bottom: 7px; }
  .pillar-fundraiser__secure__sub-title {
    font-size: 1.22583rem;
    color: #D4F39A;
    letter-spacing: 0.441px;
    margin-bottom: 0.77778rem; }
  .pillar-fundraiser__secure__item__media img {
    max-width: unset;
    min-width: unset; }
  .pillar-fundraiser__secure__item__title {
    font-family: "Special Gothic", sans-serif;
    font-size: 1.33333rem;
    font-weight: 500;
    color: #fff;
    text-transform: unset;
    margin-bottom: 8px; }
  .pillar-fundraiser__secure__item__desc {
    font-size: 0.88889rem;
    color: rgba(255, 255, 255, 0.8); }
  .pillar-fundraiser__secure__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.pillar-fundraiser__related {
  background: -webkit-gradient(linear, left bottom, left top, from(#F1F8E1), to(#F1F8E1)), #C7F064;
  background: -webkit-linear-gradient(bottom, #F1F8E1 0%, #F1F8E1 100%), #C7F064;
  background: -o-linear-gradient(bottom, #F1F8E1 0%, #F1F8E1 100%), #C7F064;
  background: linear-gradient(0deg, #F1F8E1 0%, #F1F8E1 100%), #C7F064;
  padding: 3.88889rem 0 3.33333rem;
  border-radius: 32px;
  margin: 0;
  margin-bottom: 1.77778rem; }
  .pillar-fundraiser__related__title {
    font-size: 3.22222rem;
    letter-spacing: 0.58px;
    line-height: 1;
    max-width: 440px;
    margin-bottom: 1.66667rem; }
  .pillar-fundraiser__related .carousel-scroll__wrapper::-webkit-scrollbar-track {
    background: #D4DDBF; }

.pillar-fundraiser .carousel-scroll__item {
  width: 372px; }

.pillar-fundraiser__box {
  background: rgba(19, 47, 24, 0.94);
  padding: 1.33333rem 1rem;
  border: 0.905px solid #52525B;
  border-radius: 14.48px;
  -webkit-box-shadow: 0 0.905px 1.81px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.905px 1.81px 0 rgba(0, 0, 0, 0.05); }
  .pillar-fundraiser__box__title {
    padding: 0 1.11111rem;
    font-family: "Special Gothic", sans-serif;
    text-transform: unset;
    margin-bottom: 1.22222rem; }
    .pillar-fundraiser__box__title a {
      font-family: "Special Gothic", sans-serif; }
      .pillar-fundraiser__box__title a:hover {
        color: #fff; }
  .pillar-fundraiser__box__subtitle {
    font-family: "Special Gothic", sans-serif;
    border-radius: 50px;
    background: #344E37;
    line-height: 0; }
    .pillar-fundraiser__box__subtitle a {
      display: block;
      font-family: "Special Gothic", sans-serif;
      font-size: 0.61111rem;
      font-weight: 600;
      letter-spacing: 0.237px;
      line-height: normal;
      padding: 6px 10px;
      text-transform: uppercase;
      pointer-events: none; }
  .pillar-fundraiser__box__media img {
    border-radius: 0; }
  .pillar-fundraiser__box__metas {
    margin-bottom: 10px; }
    .pillar-fundraiser__box__metas__price {
      font-size: 0.88889rem;
      font-weight: 600;
      letter-spacing: -0.32px; }
      .pillar-fundraiser__box__metas__price span {
        color: #fff;
        margin: 0; }
  .pillar-fundraiser__box__progress__bar {
    margin-bottom: 18px; }

.pillar-fundraisers a:hover {
  text-decoration: none; }

.pillar-fundraisers__cart-add-message {
  background: #EEE;
  padding: 9px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.88889rem;
  color: rgba(41, 0, 0, 0.8);
  letter-spacing: -0.16px;
  border-radius: 50px;
  margin-top: 0.83333rem; }
  .pillar-fundraisers__cart-add-message i {
    color: #290000; }

.icon-quotes:before {
  content: "\e92a"; }

.icon-cut-arrow-left-mini:before {
  content: ""; }

.icon-cut-arrow-right-mini:before {
  content: ""; }

.icon-calendar:before {
  content: "\e945"; }

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

.icon.icon-comment:before {
  content: "\e93e"; }

.page-feedback__hero {
  position: relative;
  background: #290000;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/feeback-hero-bg2.png");
  background-position: left center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding-top: 111px;
  padding-bottom: 50px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .page-feedback__hero {
      border-radius: 20px; } }
  @media (min-width: 769px) {
    .page-feedback__hero {
      padding-top: 190px;
      padding-bottom: 2.88889rem;
      margin-bottom: 3.88889rem; } }
  @media (min-width: 1024px) {
    .page-feedback__hero {
      background-image: url("/wp-content/themes/hrf-campaign/_ui/media/feeback-hero-bg.png");
      background-position: left center; } }
  .page-feedback__hero .container {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .page-feedback__hero .container {
        padding: 0;
        margin-left: 168px; } }
    @media (min-width: 1280px) {
      .page-feedback__hero .container {
        margin-left: 200px; } }
    @media (min-width: 1280px) {
      .page-feedback__hero .container {
        margin-left: 11.66667rem; } }
    @media (min-width: 1500px) {
      .page-feedback__hero .container {
        margin-left: 15rem; } }
  .page-feedback__hero__title, .page-feedback__hero__main-title {
    font-size: 2.88261rem;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.519px;
    text-align: center;
    margin-bottom: 1.77778rem; }
    @media (max-width: 991px) {
      .page-feedback__hero__title, .page-feedback__hero__main-title {
        display: none; } }
  .page-feedback__hero__main-title {
    display: block;
    font-size: 28px;
    margin-bottom: 34px; }
    @media (min-width: 992px) {
      .page-feedback__hero__main-title {
        display: none; } }
  .page-feedback__hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-feedback__hero__content__points {
      width: 100%; }
      @media (max-width: 991px) {
        .page-feedback__hero__content__points {
          height: 369px;
          overflow-x: hidden;
          overflow-y: auto;
          padding-right: 11px; }
          html.ff .page-feedback__hero__content__points {
            scroll-behavior: smooth;
            scrollbar-color: #D51051 rgba(0, 42, 38, 0.4);
            scrollbar-width: thin; }
          .page-feedback__hero__content__points::-webkit-scrollbar {
            background-color: transparent; }
          .page-feedback__hero__content__points::-webkit-scrollbar, .page-feedback__hero__content__points::-webkit-scrollbar-track {
            border-radius: 5px;
            width: 3px; }
          .page-feedback__hero__content__points::-webkit-scrollbar-track {
            background-color: rgba(0, 42, 38, 0.4); }
          .page-feedback__hero__content__points::-webkit-scrollbar-thumb {
            background-color: #D51051;
            border-radius: 5x; } }
      @media (min-width: 1024px) {
        .page-feedback__hero__content__points {
          margin-top: 3.11111rem;
          max-width: 39.39561rem; } }
  @media (max-width: 991px) {
    .page-feedback__hero__steps {
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  @media (max-width: 1023px) {
    .page-feedback__hero__steps {
      margin-right: 1.11111rem; } }
  @media (min-width: 1600px) {
    .page-feedback__hero__steps {
      margin-right: 2.77778rem; } }
  .page-feedback__hero__steps img {
    display: block; }
    @media (max-width: 991px) {
      .page-feedback__hero__steps img {
        height: 369px; } }

@media (max-width: 1023px) {
  .page-feedback > .container {
    padding: 0; } }

.page-feedback__point {
  position: relative;
  background: rgba(0, 42, 38, 0.4);
  padding: 0.27778rem 1.16667rem;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 14.002px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-feedback__point:not(:last-child) {
    margin-bottom: 0.44444rem; }
  @media (max-width: 991px) {
    .page-feedback__point {
      padding: 8px 10px 10px;
      border-radius: 7.207px; } }
  .page-feedback__point__distance {
    font-weight: 600;
    font-size: 1.56139rem;
    color: #FFF; }
    @media (max-width: 991px) {
      .page-feedback__point__distance {
        display: none; } }
  .page-feedback__point__title {
    font-size: 1.32117rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #FFF; }
    @media (max-width: 991px) {
      .page-feedback__point__title {
        font-size: 0.9375rem;
        margin-top: 7px; } }
  .page-feedback__point__media {
    width: 7.09844rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.33333rem; }
    @media (max-width: 991px) {
      .page-feedback__point__media {
        width: 48px;
        margin-right: 5px; } }
    .page-feedback__point__media img {
      display: block; }
    .page-feedback__point__media span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1.44111rem;
      height: 1.44111rem;
      border-radius: 50px;
      background: #FFF;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 0.75494rem;
      font-weight: 600;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 9px; }
      @media (max-width: 991px) {
        .page-feedback__point__media span {
          display: none; } }
  .page-feedback__point__content {
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .page-feedback__point__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgba(44, 88, 70, 0.4);
    border: 0.875px solid rgba(251, 249, 235, 0.08);
    -webkit-backdrop-filter: blur(20.17923px);
    backdrop-filter: blur(20.17923px);
    font-size: 12.252px;
    padding: 3px 14px;
    font-weight: 400;
    color: #FFF;
    border-radius: 50px;
    margin-bottom: 0.77778rem;
    line-height: normal; }
    @media (max-width: 991px) {
      .page-feedback__point__tag {
        font-size: 8px;
        padding: 1px 7px;
        margin-bottom: 0; } }
    .page-feedback__point__tag.\--completed {
      color: #290000;
      background: #FFDC66; }
  .page-feedback__point.\--completed {
    border-color: #FFDC66; }
    .page-feedback__point.\--completed .page-feedback__point__media span {
      background: #FFDC66; }

.page-feedback__progress {
  border: 2px solid rgba(245, 239, 204, 0.08);
  background: -webkit-gradient(linear, left bottom, left top, from(#1A4131), to(#1A4131)), rgba(0, 0, 0, 0.32);
  background: -webkit-linear-gradient(bottom, #1A4131 0%, #1A4131 100%), rgba(0, 0, 0, 0.32);
  background: -o-linear-gradient(bottom, #1A4131 0%, #1A4131 100%), rgba(0, 0, 0, 0.32);
  background: linear-gradient(0deg, #1A4131 0%, #1A4131 100%), rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(23.05805px);
  backdrop-filter: blur(23.05805px);
  border-radius: 12px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .page-feedback__progress {
      padding: 1.94444rem 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .page-feedback__progress {
      margin-bottom: 5.16667rem;
      border-radius: 20px; } }
  .page-feedback__progress > div:not(.page-feedback__progress__bar) > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #F5EFCC;
    letter-spacing: -0.553px;
    line-height: 0.9;
    font-weight: 600; }
    @media (min-width: 992px) {
      .page-feedback__progress > div:not(.page-feedback__progress__bar) > span {
        font-size: 1.53556rem; } }
    .page-feedback__progress > div:not(.page-feedback__progress__bar) > span small {
      font-size: 12px;
      letter-spacing: -0.461px;
      font-weight: 400;
      padding-left: 4px; }
      @media (min-width: 992px) {
        .page-feedback__progress > div:not(.page-feedback__progress__bar) > span small {
          padding-left: 8px;
          font-size: 1.28222rem; } }
  .page-feedback__progress > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .page-feedback__progress > div:first-child > span:last-child {
        display: none; } }
  @media (max-width: 991px) {
    .page-feedback__progress > div:last-child {
      display: none; } }
  .page-feedback__progress__bar {
    border-radius: 22.7px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FBF9EB), to(#FBF9EB)), -webkit-gradient(linear, left bottom, left top, from(#D9F5DE), to(#D9F5DE)), -webkit-gradient(linear, left bottom, left top, from(#F5EFCC), to(#F5EFCC)), -webkit-gradient(linear, left bottom, left top, from(#EBEBEB), to(#EBEBEB)), #F1F0E7;
    background: -webkit-linear-gradient(bottom, #FBF9EB 0%, #FBF9EB 100%), -webkit-linear-gradient(bottom, #D9F5DE 0%, #D9F5DE 100%), -webkit-linear-gradient(bottom, #F5EFCC 0%, #F5EFCC 100%), -webkit-linear-gradient(bottom, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
    background: -o-linear-gradient(bottom, #FBF9EB 0%, #FBF9EB 100%), -o-linear-gradient(bottom, #D9F5DE 0%, #D9F5DE 100%), -o-linear-gradient(bottom, #F5EFCC 0%, #F5EFCC 100%), -o-linear-gradient(bottom, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
    background: linear-gradient(0deg, #FBF9EB 0%, #FBF9EB 100%), linear-gradient(0deg, #D9F5DE 0%, #D9F5DE 100%), linear-gradient(0deg, #F5EFCC 0%, #F5EFCC 100%), linear-gradient(0deg, #EBEBEB 0%, #EBEBEB 100%), #F1F0E7;
    height: 8px;
    cursor: pointer;
    width: 100%;
    margin: 10px 0 0; }
    @media (min-width: 992px) {
      .page-feedback__progress__bar {
        height: 14px;
        margin: 10px 1.11111rem; } }
    .page-feedback__progress__bar > span {
      position: relative;
      display: block;
      height: 100%;
      border-radius: 21.8px;
      background-color: #FFDC66;
      max-width: 100%; }
    .page-feedback__progress__bar div {
      display: none;
      background: #290000;
      font-size: 1.16444rem;
      font-weight: 600;
      color: #FFF;
      line-height: 1;
      letter-spacing: 0.419px;
      border-radius: 3.221px;
      text-align: center;
      position: absolute;
      padding: 4px 6px 2px;
      top: -30px;
      right: -18px;
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
      -webkit-transition: ease 0.2s;
      -o-transition: ease 0.2s;
      transition: ease 0.2s; }
      .page-feedback__progress__bar div:after {
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
        transform: rotate(47deg);
        border-width: 3px;
        border-color: transparent #290000 #290000 transparent;
        border-style: solid; }
    .page-feedback__progress__bar:hover div {
      display: block; }

.page-feedback__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .page-feedback__content {
      margin-bottom: 4.44444rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .page-feedback__content > div {
    width: 100%; }
  @media (max-width: 767px) {
    .page-feedback__content__default {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .page-feedback__content__default {
      max-width: 61.5%; } }
  .page-feedback__content__default > .panel-layout > .container {
    padding: 0; }

@media (max-width: 1023px) {
  .page-feedback__additional-content > .acf-page-builder-field > div > .container {
    padding: 0; } }

.page-feedback__donate-shelf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }
  .page-feedback__donate-shelf__title {
    letter-spacing: -0.376px;
    color: #FFF;
    font-size: 2.08678rem; }
  @media (min-width: 992px) {
    .page-feedback__donate-shelf {
      max-width: 33.45%; } }
  .page-feedback__donate-shelf .w-donate-form__title {
    color: #FFF; }
  .page-feedback__donate-shelf .w-donate-form__exc {
    color: #FFF; }

.page-fundraiser-listing {
  margin-top: 120px; }
  @media (min-width: 1024px) {
    .page-fundraiser-listing {
      margin-top: 12.22222rem; } }
  @media (max-width: 1279px) {
    .page-fundraiser-listing .container {
      padding: 0; } }
  .page-fundraiser-listing__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.11111rem;
    background: #290000;
    margin-bottom: 1.66667rem;
    gap: 1.11111rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 768px) {
      .page-fundraiser-listing__filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 1.11111rem 1.11111rem 1.11111rem 1.77778rem; } }
    .page-fundraiser-listing__filter__form {
      display: none; }
      @media (min-width: 768px) {
        .page-fundraiser-listing__filter__form {
          display: block !important; } }
    .page-fundraiser-listing__filter__toggle {
      margin-bottom: 1.11111rem;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .page-fundraiser-listing__filter__toggle {
          display: none; } }
    .page-fundraiser-listing__filter__title {
      font-family: "Special Gothic", sans-serif;
      font-size: 1.38889rem;
      color: #FFF;
      text-transform: unset;
      margin: 0px; }
    .page-fundraiser-listing__filter__fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.11111rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 100%; }
      @media (min-width: 768px) {
        .page-fundraiser-listing__filter__fields {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          width: auto; } }
      .page-fundraiser-listing__filter__fields .control-select {
        width: 100%;
        background: #fff; }
        @media (min-width: 768px) {
          .page-fundraiser-listing__filter__fields .control-select {
            width: 9.44444rem; } }
        @media (min-width: 992px) {
          .page-fundraiser-listing__filter__fields .control-select {
            width: 16.66667rem; } }
        .page-fundraiser-listing__filter__fields .control-select > span:after {
          color: #290000; }
    .page-fundraiser-listing__filter__search {
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .page-fundraiser-listing__filter__search {
          width: 300px; } }
      .page-fundraiser-listing__filter__search input {
        background: #fff;
        padding: 0.5rem 0.88889rem;
        font-size: 1.11111rem;
        border-radius: 30px; }
      .page-fundraiser-listing__filter__search button {
        position: absolute;
        right: 0.55556rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1.94444rem;
        height: 1.94444rem;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        background: #290000;
        color: #FFF;
        line-height: 1; }
        .page-fundraiser-listing__filter__search button i {
          line-height: 1;
          font-size: 1rem;
          margin-top: -3px; }
  .page-fundraiser-listing__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.38889rem;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 2.77778rem; }
    .page-fundraiser-listing__listing > div {
      width: 100%;
      padding-left: 1.38889rem;
      margin-bottom: 1.38889rem; }
      @media (min-width: 768px) {
        .page-fundraiser-listing__listing > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
      @media (min-width: 1024px) {
        .page-fundraiser-listing__listing > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%; } }
  .page-fundraiser-listing__featured {
    border-radius: 17px;
    overflow: hidden;
    margin: 2.77778rem 0; }

.i3-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; }
  .i3-slider.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .i3-slider.slick-slider .slick-list:focus {
      outline: none; }
    .i3-slider.slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .i3-slider.slick-slider .slick-track, .i3-slider.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .i3-slider.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .i3-slider.slick-slider .slick-track:before, .i3-slider.slick-slider .slick-track:after {
      content: "";
      display: table; }
    .i3-slider.slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .i3-slider.slick-slider .slick-track {
      visibility: hidden; }
  .i3-slider.slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .i3-slider.slick-slider .slick-slide {
      float: right; }
    .i3-slider.slick-slider .slick-slide > img {
      display: block; }
    .i3-slider.slick-slider .slick-slide.dragging {
      pointer-events: none; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    display: none; }
  .i3-slider.slick-slider.slick-initialized .slick-slide {
    display: block; }
  .i3-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden; }
  .i3-slider.slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .i3-slider.slick-slider .slick-arrow.slick-hidden {
    display: none; }
  .i3-slider.slick-slider .slick-arrow {
    position: absolute;
    display: block !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 3.77778rem;
    height: 3.77778rem;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #D51051;
    color: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
    border-radius: 50px; }
    .i3-slider.slick-slider .slick-arrow:hover, .i3-slider.slick-slider .slick-arrow:focus {
      outline: none;
      background: #290000; }
    .i3-slider.slick-slider .slick-arrow.slick-disabled {
      outline: none;
      background: rgba(1, 32, 29, 0.2); }
    .i3-slider.slick-slider .slick-arrow:before {
      /* 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1; }
  .i3-slider.slick-slider .slick-prev {
    left: 1.88889rem; }
    [dir="rtl"] .i3-slider.slick-slider .slick-prev {
      left: auto;
      right: 0px; }
    .i3-slider.slick-slider .slick-prev:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-prev:before {
        content: ""; }
  .i3-slider.slick-slider .slick-next {
    right: 1.88889rem; }
    [dir="rtl"] .i3-slider.slick-slider .slick-next {
      left: 0px;
      right: auto; }
    .i3-slider.slick-slider .slick-next:before {
      content: ""; }
      [dir="rtl"] .i3-slider.slick-slider .slick-next:before {
        content: ""; }
  .i3-slider.slick-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 18px 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider .slick-dots {
        margin: 35px 0 0 0; } }
    .i3-slider.slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      padding: 0;
      cursor: pointer;
      width: 12px;
      height: 12px;
      margin: 0 5px; }
      .i3-slider.slick-slider .slick-dots li button {
        border: 0;
        background-color: #FFF;
        display: block;
        outline: none;
        color: transparent;
        cursor: pointer;
        line-height: 1;
        width: 100%;
        height: 100%;
        border-radius: 50px; }
      .i3-slider.slick-slider .slick-dots li.slick-active button {
        background-color: #290000;
        border-color: #290000; }
  .i3-slider.slick-slider.\--arrow-small .slick-arrow {
    width: 2.88889rem;
    height: 2.88889rem; }
  .i3-slider.slick-slider.\--style-equal-height-slides .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-flex; }
    .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      height: auto; }
      .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
        width: 100%;
        height: 100%; }
        .ipad .i3-slider.slick-slider.\--style-equal-height-slides .slick-track .slick-slide > div {
          height: auto; }
  .i3-slider.slick-slider.\--style-arrows-outside .slick-prev {
    left: -75px; }
    @media (min-width: 1920px) {
      .i3-slider.slick-slider.\--style-arrows-outside .slick-prev {
        left: calc(-1 * (1920px - 1680px) / 2); } }
  .i3-slider.slick-slider.\--style-arrows-outside .slick-next {
    right: -75px; }
    @media (min-width: 1920px) {
      .i3-slider.slick-slider.\--style-arrows-outside .slick-next {
        right: calc(-1 * (1920px - 1680px) / 2); } }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev.slick-disabled,
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next.slick-disabled {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-prev {
    left: 2.22222rem; }
  .i3-slider.slick-slider.\--style-arrows-inset .slick-next {
    right: 2.22222rem; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-list {
    margin-left: -0.27778rem;
    margin-right: -0.27778rem; }
  .i3-slider.slick-slider.\--style-offsets-1 .slick-slide {
    margin-left: 0.27778rem;
    margin-right: 0.27778rem; }
  .i3-slider.slick-slider.\--style-offsets-1.\--style-blocks .slick-slide {
    margin-bottom: 0.27778rem; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-list {
    margin-left: -0.55556rem;
    margin-right: -0.55556rem; }
  .i3-slider.slick-slider.\--style-offsets-2 .slick-slide {
    margin-left: 0.55556rem;
    margin-right: 0.55556rem; }
  .i3-slider.slick-slider.\--style-offsets-2.\--style-blocks .slick-slide {
    margin-bottom: 0.55556rem; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-list {
    margin-left: -0.83333rem;
    margin-right: -0.83333rem; }
  .i3-slider.slick-slider.\--style-offsets-3 .slick-slide {
    margin-left: 0.83333rem;
    margin-right: 0.83333rem; }
  .i3-slider.slick-slider.\--style-offsets-3.\--style-blocks .slick-slide {
    margin-bottom: 0.83333rem; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-list {
    margin-left: -1.11111rem;
    margin-right: -1.11111rem; }
  .i3-slider.slick-slider.\--style-offsets-4 .slick-slide {
    margin-left: 1.11111rem;
    margin-right: 1.11111rem; }
  .i3-slider.slick-slider.\--style-offsets-4.\--style-blocks .slick-slide {
    margin-bottom: 1.11111rem; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-list {
    margin-left: -1.38889rem;
    margin-right: -1.38889rem; }
  .i3-slider.slick-slider.\--style-offsets-5 .slick-slide {
    margin-left: 1.38889rem;
    margin-right: 1.38889rem; }
  .i3-slider.slick-slider.\--style-offsets-5.\--style-blocks .slick-slide {
    margin-bottom: 1.38889rem; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-list {
    margin-left: -1.66667rem;
    margin-right: -1.66667rem; }
  .i3-slider.slick-slider.\--style-offsets-6 .slick-slide {
    margin-left: 1.66667rem;
    margin-right: 1.66667rem; }
  .i3-slider.slick-slider.\--style-offsets-6.\--style-blocks .slick-slide {
    margin-bottom: 1.66667rem; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-list {
    margin-left: -1.94444rem;
    margin-right: -1.94444rem; }
  .i3-slider.slick-slider.\--style-offsets-7 .slick-slide {
    margin-left: 1.94444rem;
    margin-right: 1.94444rem; }
  .i3-slider.slick-slider.\--style-offsets-7.\--style-blocks .slick-slide {
    margin-bottom: 1.94444rem; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-list {
    margin-left: -2.22222rem;
    margin-right: -2.22222rem; }
  .i3-slider.slick-slider.\--style-offsets-8 .slick-slide {
    margin-left: 2.22222rem;
    margin-right: 2.22222rem; }
  .i3-slider.slick-slider.\--style-offsets-8.\--style-blocks .slick-slide {
    margin-bottom: 2.22222rem; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-list {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .i3-slider.slick-slider.\--style-offsets-9 .slick-slide {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .i3-slider.slick-slider.\--style-offsets-9.\--style-blocks .slick-slide {
    margin-bottom: 2.5rem; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-list {
    margin-left: -2.77778rem;
    margin-right: -2.77778rem; }
  .i3-slider.slick-slider.\--style-offsets-10 .slick-slide {
    margin-left: 2.77778rem;
    margin-right: 2.77778rem; }
  .i3-slider.slick-slider.\--style-offsets-10.\--style-blocks .slick-slide {
    margin-bottom: 2.77778rem; }
  @media (max-width: 767px) {
    .i3-slider.slick-slider.\--slider-nav .slick-list {
      margin-left: -6px;
      margin-right: -6px; }
    .i3-slider.slick-slider.\--slider-nav .slick-slide {
      margin-left: 6px;
      margin-right: 6px; } }
  .i3-slider.slick-slider.\--style-gallery .slick-prev {
    left: 18px; }
  .i3-slider.slick-slider.\--style-gallery .slick-next {
    right: 18px; }
  .i3-slider.slick-slider.\--style-gallery .slick-prev, .i3-slider.slick-slider.\--style-gallery .slick-next {
    width: 35px;
    height: 35px; }
    @media (min-width: 768px) {
      .i3-slider.slick-slider.\--style-gallery .slick-prev, .i3-slider.slick-slider.\--style-gallery .slick-next {
        width: 57px;
        height: 57px; } }
    .i3-slider.slick-slider.\--style-gallery .slick-prev:before, .i3-slider.slick-slider.\--style-gallery .slick-next:before {
      font-size: 16px; }
      @media (min-width: 768px) {
        .i3-slider.slick-slider.\--style-gallery .slick-prev:before, .i3-slider.slick-slider.\--style-gallery .slick-next:before {
          font-size: 22px; } }
  .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-prev, .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-next {
    background: #FFF;
    color: #D51051; }
    .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-prev:hover, .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-prev:focus, .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-next:hover, .i3-slider.slick-slider.\--style-gallery-thumbnails .slick-next:focus {
      background: #290000;
      color: #FFF; }
  .i3-slider.slick-slider.\--style-dots-inset .slick-dots {
    position: absolute;
    bottom: 10px;
    margin-top: 0;
    width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 1280px) {
      .i3-slider.slick-slider.\--style-dots-inset .slick-dots {
        bottom: 40px; } }
  .i3-slider.slick-slider.\--style-w-raw-facts .slick-dots {
    line-height: 0;
    margin: 0; }
  .i3-slider.slick-slider.\--style-hero .slick-prev,
  .i3-slider.slick-slider.\--style-hero .slick-next {
    background: transparent;
    color: #fff; }
    .i3-slider.slick-slider.\--style-hero .slick-prev:hover, .i3-slider.slick-slider.\--style-hero .slick-prev:focus,
    .i3-slider.slick-slider.\--style-hero .slick-next:hover,
    .i3-slider.slick-slider.\--style-hero .slick-next:focus {
      outline: none;
      background: transparent;
      color: #fff; }
    .i3-slider.slick-slider.\--style-hero .slick-prev.slick-disabled,
    .i3-slider.slick-slider.\--style-hero .slick-next.slick-disabled {
      outline: none;
      color: rgba(255, 255, 255, 0.3); }
    .i3-slider.slick-slider.\--style-hero .slick-prev:before,
    .i3-slider.slick-slider.\--style-hero .slick-next:before {
      font-size: 3.88889rem;
      font-weight: 500; }
  .i3-slider.slick-slider.\--style-hero .slick-prev {
    left: 0; }
    .i3-slider.slick-slider.\--style-hero .slick-prev:before {
      content: "\e906"; }
  .i3-slider.slick-slider.\--style-hero .slick-next {
    right: 0; }
    .i3-slider.slick-slider.\--style-hero .slick-next:before {
      content: "\e905"; }
  .i3-slider.slick-slider.\--style-arrows-down .slick-arrow {
    bottom: -110px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #290000;
    color: #290000; }
    .i3-slider.slick-slider.\--style-arrows-down .slick-arrow:hover {
      background-color: #D51051;
      color: #290000; }
  .i3-slider.slick-slider.\--style-arrows-down .slick-prev {
    left: -100px; }
  .i3-slider.slick-slider.\--style-arrows-down .slick-next {
    right: -100px; }
  .i3-slider.slick-slider.\--style-arrows-top .slick-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .i3-slider.slick-slider.\--style-arrows-top .slick-arrow {
        top: -112px; } }
  @media (min-width: 992px) {
    .i3-slider.slick-slider.\--style-arrows-top .slick-prev {
      left: unset;
      right: 62px; } }
  .i3-slider.slick-slider.\--style-arrows-top .slick-next {
    right: 0;
    left: unset; }
  .i3-slider.slick-slider.\--style-overflow-visible .slick-list {
    overflow: visible; }

.ui-dialog {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  min-width: 400px;
  outline: 0;
  border-radius: 3px;
  z-index: 10000;
  background-color: #fff;
  position: absolute;
  border: 1px solid #c2d9e1; }
  .ui-dialog .ui-dialog-content {
    padding: 60px 45px 45px; }
    .ui-dialog .ui-dialog-content .i3-dialog-body {
      padding-top: 0; }
  .ui-dialog .i3-confirm-body, .ui-dialog .notify__content {
    text-align: center; }
  .ui-dialog .i3-dialog-body {
    padding: 20px 0; }
  .ui-dialog .i3-dialog-footer .control-uploader .action, .control-uploader .ui-dialog .i3-dialog-footer .action, .ui-dialog .i3-dialog-footer .btn {
    background-color: #D51051;
    color: #fff; }
    .ui-dialog .i3-dialog-footer .control-uploader .action:hover, .control-uploader .ui-dialog .i3-dialog-footer .action:hover, .ui-dialog .i3-dialog-footer .btn:hover {
      background-color: #af0d43;
      color: #fff; }
    .ui-dialog .i3-dialog-footer .control-uploader .action + .action, .control-uploader .ui-dialog .i3-dialog-footer .action + .action, .ui-dialog .i3-dialog-footer .control-uploader .btn + .action, .control-uploader .ui-dialog .i3-dialog-footer .btn + .action, .ui-dialog .i3-dialog-footer .control-uploader .action + .btn, .control-uploader .ui-dialog .i3-dialog-footer .action + .btn, .ui-dialog .i3-dialog-footer .btn + .btn {
      background-color: #FFDC66;
      color: #D51051;
      margin-left: 10px; }
      .ui-dialog .i3-dialog-footer .control-uploader .action + .action:hover, .control-uploader .ui-dialog .i3-dialog-footer .action + .action:hover, .ui-dialog .i3-dialog-footer .control-uploader .btn + .action:hover, .control-uploader .ui-dialog .i3-dialog-footer .btn + .action:hover, .ui-dialog .i3-dialog-footer .control-uploader .action + .btn:hover, .control-uploader .ui-dialog .i3-dialog-footer .action + .btn:hover, .ui-dialog .i3-dialog-footer .btn + .btn:hover {
        background-color: #ffd64d;
        color: #D51051; }
  .ui-dialog.\--style-bleed .ui-dialog-content {
    padding: 0; }
    .ui-dialog.\--style-bleed .ui-dialog-content .i3-dialog-body {
      padding-top: 0; }
  .ui-dialog hr {
    border-color: #e2e2e2; }
  .ui-dialog .dialog-close, .ui-dialog .notify__close .i3-dialog-close {
    text-align: center;
    color: #D51051;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    z-index: 100;
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 0px; }
    .ui-dialog .dialog-close:after, .ui-dialog .notify__close .i3-dialog-close: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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
  .ui-dialog.\--alert .dialog-close, .ui-dialog.\--alert .notify__close .i3-dialog-close {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #FFF;
    right: -10px;
    top: -10px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    background-color: #D51051;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    z-index: 100; }
    .ui-dialog.\--alert .dialog-close:hover, .ui-dialog.\--alert .notify__close .i3-dialog-close:hover {
      background-color: #a60c3f; }
    .ui-dialog.\--alert .dialog-close i, .ui-dialog.\--alert .notify__close .i3-dialog-close 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;
      vertical-align: unset;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .ui-dialog.\--alert .dialog-close i:before, .ui-dialog.\--alert .notify__close .i3-dialog-close i:before {
        font-size: 16px;
        position: relative;
        top: -2px;
        display: inline-block; }

.ui-widget-overlay {
  z-index: 99;
  background: #edf8fb;
  background: rgba(237, 248, 251, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header {
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-bottom: 0;
  table-layout: fixed; }
  .fc-header td {
    padding: 55px 30px 40px;
    background-position: top left;
    background-image: url("/wp-content/themes/hrf-campaign/_ui/media/bg-pattern-white-top-small.jpg");
    background-repeat: repeat-x;
    vertical-align: middle; }

.fc-header-left {
  text-align: right; }

.fc-header-center {
  width: 260px;
  text-align: center; }

.fc-header-right {
  text-align: left; }

.fc-header-title {
  display: block; }

.fc-header-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-family: "Rockids Softed", sans-serif;
  color: #393f2b;
  text-transform: uppercase;
  letter-spacing: 2px; }

.fc-header .fc-button {
  text-align: center;
  border: 1px solid #cccccc;
  background-color: rgba(234, 234, 234, 0);
  padding: 10px 20px; }

/* buttons edges butting together */
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  clear: both;
  background-color: #FFF; }

.fc-view {
  width: 100%;
  /* needed for view switching (when view is absolute) */
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #efefef; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: rgba(234, 234, 234, 0);
  padding: 10px 20px;
  line-height: 1; }

.fc-state-default {
  /* non-theme */ }

.fc-state-default.fc-corner-left {
  /* non-theme */ }

.fc-button-prev {
  border-right: 1px solid #efefef; }

.fc-button-next {
  border-left: 1px solid #efefef; }

.fc-header .fc-button.fc-button-next {
  width: 75px; }

.fc-state-default.fc-corner-right {
  /* non-theme */ }

/*
  Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  and we'll try to make them look good cross-browser.
*/
.fc-header .fc-button span {
  display: none; }

.fc-header .fc-button:before {
  color: #248981;
  font-size: 12px; }

.fc-header .fc-button.fc-button-prev:before {
  /* 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;
  vertical-align: unset;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906"; }

.fc-header .fc-button.fc-button-next:before {
  /* 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;
  vertical-align: unset;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907"; }

/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%; }

.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  background-color: #f7f7f7; }

.fc-state-down,
.fc-state-active {
  background-color: #efefef;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event {
  border: 1px solid transparent;
  /* default BORDER color */
  background-color: #669e3d;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: 10px;
  cursor: default;
  /* centering the event */
  margin-left: 9px; }
  .fc-event:hover {
    cursor: pointer; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  padding: 5px;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate;
  border: 1px solid #cccccc;
  border-top: 0; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-first,
.fc-border-separate td.fc-first {
  border-left-width: 0; }

.fc-border-separate th {
  border-bottom: 1px solid #b7b7b7;
  border-left: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  font-family: "Rockids Softed", sans-serif;
  color: #8ec63d;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
  width: auto !important; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 8px;
  font-size: 11px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-other-month {
  background-color: #fff;
  background-image: url("/wp-content/themes/hrf-campaign/_ui/media/stripes.jpg"); }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold;
  display: none; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

.fc__popup {
  display: none;
  position: absolute;
  z-index: 10;
  width: 260px;
  font-size: 11px; }

.ui-datepicker {
  width: 20em;
  z-index: 999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  font-size: .8em;
  background-color: #8ec63d;
  color: #d51051;
  border: 3px solid #393f2b;
  display: none; }
  .ui-datepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ui-datepicker a {
    text-decoration: none;
    color: #d51051; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em;
    border: 1px solid #393f2b;
    border-bottom: 0;
    background-color: #8ec63d; }
    .ui-datepicker .ui-datepicker-header a {
      color: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      top: 0;
      bottom: 0;
      left: 0;
      padding: 0.55em 0.55em 0;
      border-right: 1px solid #393f2b; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      top: 0;
      bottom: 0;
      right: 0;
      padding: 0.55em 0.55em 0;
      border-left: 1px solid #393f2b; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
      background: #bd0e48;
      color: #fff; }
  .ui-datepicker .ui-timepicker-div {
    padding: 1em;
    border: 1px solid #393f2b;
    background: #fff; }
    .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
      top: -.3em;
      background: #ccc;
      width: 1em;
      height: 1em;
      display: block;
      position: relative;
      margin-left: -.1em; }
  .ui-datepicker .ui-datepicker-buttonpane {
    padding: 1em;
    background: #f1f1f1;
    border: 1px solid #2b4762;
    border-top: 0; }
  .ui-datepicker .ui-priority-primary {
    float: right;
    background-color: #d51051;
    color: #FFF;
    padding: 5px 10px; }
  .ui-datepicker .ui-priority-secondary {
    float: left;
    background-color: #d51051;
    color: #FFF;
    padding: 5px 10px; }
  .ui-datepicker dl:last-child {
    margin-bottom: 0; }
  .ui-datepicker .ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
    margin: -1em;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #2b4762;
    text-transform: uppercase;
    font-weight: 700; }
  .ui-datepicker table.ui-datepicker-calendar {
    margin-bottom: 0;
    font-size: 1em;
    width: 100%; }
    .ui-datepicker table.ui-datepicker-calendar th, .ui-datepicker table.ui-datepicker-calendar td {
      text-align: center;
      padding: 10px;
      border-top: 1px solid #2b4762; }
    .ui-datepicker table.ui-datepicker-calendar th {
      border-color: #2b4762 !important; }
    .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day {
      background-color: #d51051; }
      .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a {
        color: #fff; }
    .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today {
      background-color: #d51051; }
      .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
        color: #fff; }

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: #000;
  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: rgba(30, 30, 30, 0.6);
  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: #ccc; }

.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: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 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); } }

/*! Copyright © 2009-2020 Postcode Anywhere (Holdings) Ltd. (http://www.postcodeanywhere.co.uk)
 *
 * Address v3.91
 * Styles for the address control.
 *
 * web-2-5 01/07/2020 15:00:12
 */
.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; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-container.select2 {
    width: 100% !important; }

.select2-dropdown {
  background: #d51051;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  font-family: "Special Gothic", sans-serif;
  color: #fff;
  font-size: 1.05556rem;
  font-weight: 600; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    font-size: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    color: #fff;
    outline: none !important; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
    .select2-search--dropdown .select2-search__field:focus-visible {
      outline: none !important; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-selection {
  position: relative; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-selection__rendered {
  color: #FFF;
  font-size: 1.08661rem;
  font-weight: 500;
  letter-spacing: -0.587px;
  padding-right: 1.66667rem; }

.select2-selection__arrow:before {
  content: "\e907";
  position: absolute;
  font-size: 0.88889rem;
  /* 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;
  vertical-align: unset;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.44);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.44); }

.select2-selection__arrow b {
  display: none; }

.carousel-scroll {
  position: relative;
  padding-bottom: 15px; }
  .carousel-scroll__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 55px; }
    html.ff .carousel-scroll__wrapper {
      scroll-behavior: smooth;
      scrollbar-color: #290000 rgba(0, 0, 0, 0.3);
      scrollbar-width: thin; }
    .carousel-scroll__wrapper::-webkit-scrollbar {
      background-color: transparent; }
    .carousel-scroll__wrapper::-webkit-scrollbar, .carousel-scroll__wrapper::-webkit-scrollbar-track {
      border-radius: 50px;
      height: 8px;
      margin: 0 50px; }
      @media (min-width: 768px) {
        .carousel-scroll__wrapper::-webkit-scrollbar, .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 100px; } }
      @media (min-width: 992px) {
        .carousel-scroll__wrapper::-webkit-scrollbar, .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 200px; } }
      @media (min-width: 1100px) {
        .carousel-scroll__wrapper::-webkit-scrollbar, .carousel-scroll__wrapper::-webkit-scrollbar-track {
          margin: 0 300px; } }
    .carousel-scroll__wrapper::-webkit-scrollbar-track {
      background-color: #fff; }
    .carousel-scroll__wrapper::-webkit-scrollbar-thumb {
      background-color: #290000;
      border-radius: 50px; }
  .carousel-scroll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.27778rem; }
  .carousel-scroll__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22.76111rem;
    height: 100%; }
  html.ff .carousel-scroll__controls {
    text-align: center;
    margin-top: 13px; }
  .carousel-scroll__controls button {
    background: #290000;
    width: 2.66667rem;
    height: 2.66667rem;
    font-size: 0.88889rem;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    border: 0.687px solid #290000;
    -webkit-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s; }
    html:not(.ff) .carousel-scroll__controls button {
      position: absolute;
      bottom: 0; }
    .carousel-scroll__controls button.\--left {
      left: 0px; }
    .carousel-scroll__controls button.\--right {
      right: 0px; }
    .carousel-scroll__controls button:hover, .carousel-scroll__controls button:focus {
      border-color: rgba(29, 57, 34, 0.4);
      background: rgba(255, 255, 255, 0.5);
      color: #290000; }

.cookies-page {
  position: relative;
  margin-top: 30px; }
  .cookies-page__list > ul > li {
    position: relative;
    padding-right: 250px;
    border-bottom: 1px solid #CCC;
    padding-top: 40px;
    padding-bottom: 40px; }
    .cookies-page__list > ul > li:last-child {
      border-bottom: 0; }
  .cookies-page__title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .cookies-page__item-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .cookies-page__controller {
    position: absolute;
    right: 0;
    top: 60px;
    width: 150px; }
  .cookies-page__immitate-control label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    height: 50px;
    width: 150px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    cursor: default !important;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden; }
    .cookies-page__immitate-control label.\--disable {
      background-color: #efefef; }
      .cookies-page__immitate-control label.\--disable span {
        margin-left: -100px; }
        .cookies-page__immitate-control label.\--disable span i {
          border-radius: 5px 0 0 5px; }
          .cookies-page__immitate-control label.\--disable span i:after {
            opacity: .2;
            content: "";
            color: #000; }
    .cookies-page__immitate-control label.\--enable {
      color: #FFF;
      background-color: #7ebe4e; }
      .cookies-page__immitate-control label.\--enable i {
        background-color: #598c33;
        position: relative; }
        .cookies-page__immitate-control label.\--enable i:after {
          content: ""; }
    .cookies-page__immitate-control label span {
      display: block;
      height: 20px;
      width: 250px;
      -webkit-transition: margin-left 0.2s ease-in-out;
      -moz-transition: margin-left 0.2s ease-in-out;
      -o-transition: margin-left 0.2s ease-in-out;
      transition: margin-left 0.2s ease-in-out; }
    .cookies-page__immitate-control label em {
      display: block;
      font-style: normal;
      width: 100px;
      float: left;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      padding-top: 18px;
      text-transform: uppercase; }
    .cookies-page__immitate-control label i {
      display: block;
      height: 50px;
      width: 50px;
      float: left;
      background-color: #efefef;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      border-radius: 0 5px 5px 0;
      -webkit-box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2); }
      .cookies-page__immitate-control label i:after {
        content: "";
        /* 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;
        vertical-align: unset;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        color: #fff;
        position: absolute;
        left: 18px;
        top: 17px; }
  .cookies-page input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }

.cookies-popover {
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #7ebe4e;
  padding: 12px 0 0;
  text-align: center;
  height: 34px;
  width: 90px;
  overflow: hidden;
  z-index: 10001;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cookies-popover a, .cookies-popover a:hover {
    color: inherit; }
  .cookies-popover__title {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 700; }
    .cookies-popover__title:hover {
      text-decoration: underline; }
    .cookies-popover__title.\--disposable {
      display: block; }
  .cookies-popover__wrap {
    padding: 15px 25px 0 25px;
    position: absolute;
    left: -999px;
    width: 310px;
    text-align: left; }
  .cookies-popover p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .cookies-popover__close {
    position: absolute;
    top: 12px;
    right: -35px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    /* 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;
    vertical-align: unset;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .cookies-popover__close:before {
      content: ""; }
  .cookies-popover__links {
    padding: 0;
    margin: 0 -72px 0 0; }
    .cookies-popover__links li {
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      padding: 5px 7px 5px 0;
      margin-right: 2px;
      border-right: 1px solid #fff; }
      .cookies-popover__links li:last-child {
        border: none; }
  .cookies-popover.\--expanded {
    width: 375px;
    height: 295px; }
    .cookies-popover.\--expanded .cookies-popover__wrap {
      left: 0px; }
    .cookies-popover.\--expanded .cookies-popover__close {
      opacity: 1; }
    .cookies-popover.\--expanded .cookies-popover__title.\--disposable {
      display: none; }

.social-share > .icon, .social-share > span {
  cursor: pointer; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.page-tour-detail__aside {
  width: 100%; }
  .page-tour-detail__aside header {
    display: none; }

@media (max-width: 768px) {
  .container.\--style-donate-summary .w-50 {
    width: 100%; } }
