@charset "UTF-8";
/* infinite animation vertical*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-5px); } }
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-15px); }
  60% {
    -o-transform: translateY(-5px); } }
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-15px); }
  60% {
    -webkit-transform: translateX(-5px); } }
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-15px); }
  60% {
    -moz-transform: translateX(-5px); } }
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0); }
  40% {
    -o-transform: translateX(-15px); }
  60% {
    -o-transform: translateX(-5px); } }
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-15px); }
  60% {
    transform: translateX(-5px); } }
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.has-primary-color {
  color: #164f90 !important; }

.has-primary-background-color {
  background: #164f90 !important; }

.has-primarylight-color {
  color: #b4bdd8 !important; }

.has-primarylight-background-color {
  background: #b4bdd8 !important; }

.has-primarydark-color {
  color: #3b4461 !important; }

.has-primarydark-background-color {
  background: #3b4461 !important; }

.has-secondary-color {
  color: #5ab199 !important; }

.has-secondary-background-color {
  background: #5ab199 !important; }

.has-secondarylight-color {
  color: #70c7af !important; }

.has-secondarylight-background-color {
  background: #70c7af !important; }

.has-secondarydark-color {
  color: #45ac8f !important; }

.has-secondarydark-background-color {
  background: #45ac8f !important; }

.has-tertiary-color {
  color: #ad95cd !important; }

.has-tertiary-background-color {
  background: #ad95cd !important; }

.has-tertiarylight-color {
  color: #d9caec !important; }

.has-tertiarylight-background-color {
  background: #d9caec !important; }

.has-tertiarydark-color {
  color: #6a4998 !important; }

.has-tertiarydark-background-color {
  background: #6a4998 !important; }

.has-quaternary-color {
  color: #f9f7f1 !important; }

.has-quaternary-background-color {
  background: #f9f7f1 !important; }

.has-quaternarylight-color {
  color: white !important; }

.has-quaternarylight-background-color {
  background: white !important; }

.has-quaternarydark-color {
  color: #eae3cd !important; }

.has-quaternarydark-background-color {
  background: #eae3cd !important; }

.has-gray-color {
  color: #e0e0e0 !important; }

.has-gray-background-color {
  background: #e0e0e0 !important; }

.has-graydark-color {
  color: #b2b2b2 !important; }

.has-graydark-background-color {
  background: #b2b2b2 !important; }

.has-graylight-color {
  color: #fafafa !important; }

.has-graylight-background-color {
  background: #fafafa !important; }

.has-white-color {
  color: white !important; }

.has-white-background-color {
  background: white !important; }

.has-black-color {
  color: black !important; }

.has-black-background-color {
  background: black !important; }

/*used Colors*/
/*used Colors*/
/*Others Colors*/
/*START Buttons------------------------------------------*/
a.btn-donate, button.btn-donate, span.btn-donate {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.23px !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #ad95cd;
  border-radius: 20px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 12px 25px;
  position: relative; }
  a.btn-donate:hover, a.btn-donate:focus, a.btn-donate:active, button.btn-donate:hover, button.btn-donate:focus, button.btn-donate:active, span.btn-donate:hover, span.btn-donate:focus, span.btn-donate:active {
    background-color: #d9caec !important;
    color: #6a4998 !important;
    text-decoration: none !important; }
    a.btn-donate:hover::after, a.btn-donate:focus::after, a.btn-donate:active::after, button.btn-donate:hover::after, button.btn-donate:focus::after, button.btn-donate:active::after, span.btn-donate:hover::after, span.btn-donate:focus::after, span.btn-donate:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-donate::after, button.btn-donate::after, span.btn-donate::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-donate-1, button.btn-donate-1, span.btn-donate-1 {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.23px !important;
  color: #164f90 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: white;
  border-radius: 20px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 12px 25px;
  position: relative; }
  a.btn-donate-1:hover, a.btn-donate-1:focus, a.btn-donate-1:active, button.btn-donate-1:hover, button.btn-donate-1:focus, button.btn-donate-1:active, span.btn-donate-1:hover, span.btn-donate-1:focus, span.btn-donate-1:active {
    background-color: #ebe9e9 !important;
    text-decoration: none !important; }
    a.btn-donate-1:hover::after, a.btn-donate-1:focus::after, a.btn-donate-1:active::after, button.btn-donate-1:hover::after, button.btn-donate-1:focus::after, button.btn-donate-1:active::after, span.btn-donate-1:hover::after, span.btn-donate-1:focus::after, span.btn-donate-1:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-donate-1::after, button.btn-donate-1::after, span.btn-donate-1::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-donate-2, button.btn-donate-2, span.btn-donate-2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.23px !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #164f90;
  border-radius: 20px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 12px 25px;
  position: relative; }
  a.btn-donate-2:hover, a.btn-donate-2:focus, a.btn-donate-2:active, button.btn-donate-2:hover, button.btn-donate-2:focus, button.btn-donate-2:active, span.btn-donate-2:hover, span.btn-donate-2:focus, span.btn-donate-2:active {
    background-color: #1a65aa !important;
    text-decoration: none !important; }
    a.btn-donate-2:hover::after, a.btn-donate-2:focus::after, a.btn-donate-2:active::after, button.btn-donate-2:hover::after, button.btn-donate-2:focus::after, button.btn-donate-2:active::after, span.btn-donate-2:hover::after, span.btn-donate-2:focus::after, span.btn-donate-2:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-donate-2::after, button.btn-donate-2::after, span.btn-donate-2::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-1, button.btn-1, span.btn-1 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #70c7af;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
    background-color: #86c8b6  !important;
    text-decoration: none !important; }
    a.btn-1:hover::after, a.btn-1:focus::after, a.btn-1:active::after, button.btn-1:hover::after, button.btn-1:focus::after, button.btn-1:active::after, span.btn-1:hover::after, span.btn-1:focus::after, span.btn-1:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-1::after, button.btn-1::after, span.btn-1::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-2, button.btn-2, span.btn-2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: #3b4461 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: white;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
    background-color: #ebe9e9  !important;
    text-decoration: none !important; }
    a.btn-2:hover::after, a.btn-2:focus::after, a.btn-2:active::after, button.btn-2:hover::after, button.btn-2:focus::after, button.btn-2:active::after, span.btn-2:hover::after, span.btn-2:focus::after, span.btn-2:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-2::after, button.btn-2::after, span.btn-2::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-3, button.btn-3, span.btn-3 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: #f9f7f1 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #3b4461;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
    background-color: #555d77  !important;
    text-decoration: none !important; }
    a.btn-3:hover::after, a.btn-3:focus::after, a.btn-3:active::after, button.btn-3:hover::after, button.btn-3:focus::after, button.btn-3:active::after, span.btn-3:hover::after, span.btn-3:focus::after, span.btn-3:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-3::after, button.btn-3::after, span.btn-3::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-4, button.btn-4, span.btn-4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: #45ac8f !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: white;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active, span.btn-4:hover, span.btn-4:focus, span.btn-4:active {
    background-color: #ebe9e9  !important;
    text-decoration: none !important; }
    a.btn-4:hover::after, a.btn-4:focus::after, a.btn-4:active::after, button.btn-4:hover::after, button.btn-4:focus::after, button.btn-4:active::after, span.btn-4:hover::after, span.btn-4:focus::after, span.btn-4:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-4::after, button.btn-4::after, span.btn-4::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-5, button.btn-5, span.btn-5 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 0.94 !important;
  letter-spacing: -0.53px !important;
  color: white !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative; }
  a.btn-5:hover, a.btn-5:focus, a.btn-5:active, button.btn-5:hover, button.btn-5:focus, button.btn-5:active, span.btn-5:hover, span.btn-5:focus, span.btn-5:active {
    text-decoration: underline !important; }
    a.btn-5:hover::after, a.btn-5:focus::after, a.btn-5:active::after, button.btn-5:hover::after, button.btn-5:focus::after, button.btn-5:active::after, span.btn-5:hover::after, span.btn-5:focus::after, span.btn-5:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23F9F7F1'%3e%3cg%3e%3cpath d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-5::after, button.btn-5::after, span.btn-5::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23F9F7F1' stroke='%23F9F7F1' d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath stroke='%23AD95CD' d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17px;
    height: 17px; }
a.btn-6, button.btn-6, span.btn-6 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 0.94 !important;
  letter-spacing: -0.53px !important;
  color: #5ab199 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative; }
  a.btn-6:hover, a.btn-6:focus, a.btn-6:active, button.btn-6:hover, button.btn-6:focus, button.btn-6:active, span.btn-6:hover, span.btn-6:focus, span.btn-6:active {
    text-decoration: underline !important; }
    a.btn-6:hover::after, a.btn-6:focus::after, a.btn-6:active::after, button.btn-6:hover::after, button.btn-6:focus::after, button.btn-6:active::after, span.btn-6:hover::after, span.btn-6:focus::after, span.btn-6:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%235AB199'%3e%3cg%3e%3cpath d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-6::after, button.btn-6::after, span.btn-6::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%235AB199' stroke='%235AB199' d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath stroke='%23F9F7F1' d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 17px;
    height: 17px; }
a.btn-7, button.btn-7, span.btn-7 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: #f9f7f1 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #164f90;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-7:hover, a.btn-7:focus, a.btn-7:active, button.btn-7:hover, button.btn-7:focus, button.btn-7:active, span.btn-7:hover, span.btn-7:focus, span.btn-7:active {
    background-color: #2d65a5  !important;
    text-decoration: none !important; }
    a.btn-7:hover::after, a.btn-7:focus::after, a.btn-7:active::after, button.btn-7:hover::after, button.btn-7:focus::after, button.btn-7:active::after, span.btn-7:hover::after, span.btn-7:focus::after, span.btn-7:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-7::after, button.btn-7::after, span.btn-7::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-8, button.btn-8, span.btn-8 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.38 !important;
  letter-spacing: -0.5px !important;
  color: #f9f7f1 !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: #ad95cd;
  border-radius: 60px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 14px 27px;
  position: relative; }
  a.btn-8:hover, a.btn-8:focus, a.btn-8:active, button.btn-8:hover, button.btn-8:focus, button.btn-8:active, span.btn-8:hover, span.btn-8:focus, span.btn-8:active {
    background-color: #d9caec !important;
    color: #6a4998 !important;
    text-decoration: none !important; }
    a.btn-8:hover::after, a.btn-8:focus::after, a.btn-8:active::after, button.btn-8:hover::after, button.btn-8:focus::after, button.btn-8:active::after, span.btn-8:hover::after, span.btn-8:focus::after, span.btn-8:active::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2386a63e;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-8::after, button.btn-8::after, span.btn-8::after {
    content: "";
    display: inline-flex;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23401B3E;%7d .st1%7bfill:none;stroke:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-178 -5) translate(178 5)'%3e%3ccircle class='st0' cx='5.5' cy='5.5' r='5.5'/%3e%3cpath class='st1' d='M4.4,3.3l1.9,1.9L4.4,7.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 11px;
    height: 11px;
    display: none; }
a.btn-9, button.btn-9, span.btn-9 {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.28px !important;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: black;
  border-radius: 2px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16.5px 20px;
  position: relative; }
  a.btn-9:hover, a.btn-9:focus, a.btn-9:active, button.btn-9:hover, button.btn-9:focus, button.btn-9:active, span.btn-9:hover, span.btn-9:focus, span.btn-9:active {
    background-color: #b2b2b2 !important;
    text-decoration: none !important; }
  a.btn-9::after, button.btn-9::after, span.btn-9::after {
    content: "";
    display: none;
    position: relative;
    background-image: url("../images/icons/gift-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    width: 18px;
    height: 17px;
    flex-shrink: 0; }
a.btn-video, button.btn-video, span.btn-video {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0px !important;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background: transparent;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  max-width: 100%;
  min-width: 0px;
  overflow-wrap: break-word;
  padding: 0;
  padding-bottom: 8px;
  position: relative;
  text-align: left !important; }
  a.btn-video:hover:before, a.btn-video:focus:before, a.btn-video:active:before, a.btn-video.hover:before, button.btn-video:hover:before, button.btn-video:focus:before, button.btn-video:active:before, button.btn-video.hover:before, span.btn-video:hover:before, span.btn-video:focus:before, span.btn-video:active:before, span.btn-video.hover:before {
    background: #164f90;
    color: white; }
  a.btn-video::before, button.btn-video::before, span.btn-video::before {
    content: "\f04b";
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    margin-right: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    text-rendering: auto;
    transition: 0.4s;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding-left: 3px;
    padding-top: 0px;
    background: white;
    color: #3b4461;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
a.btn-blog, button.btn-blog, span.btn-blog {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0px !important;
  color: black !important;
  text-transform: none;
  text-decoration: underline !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  padding: 0;
  position: relative; }
  a.btn-blog:hover, a.btn-blog:focus, a.btn-blog:active, button.btn-blog:hover, button.btn-blog:focus, button.btn-blog:active, span.btn-blog:hover, span.btn-blog:focus, span.btn-blog:active {
    text-decoration: none !important;
    -webkit-filter: brightness(0%) invert(40%);
    filter: brightness(0%) invert(40%); }
    a.btn-blog:hover::after, a.btn-blog:focus::after, a.btn-blog:active::after, button.btn-blog:hover::after, button.btn-blog:focus::after, button.btn-blog:active::after, span.btn-blog:hover::after, span.btn-blog:focus::after, span.btn-blog:active::after {
      margin-left: 19px; }
  a.btn-blog::after, button.btn-blog::after, span.btn-blog::after {
    content: "";
    display: block;
    position: relative;
    background-image: url("../images/icons/readmore-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 9.8px;
    height: 7.1px;
    transition: all 0.4s ease;
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }
a.btn-read-more, button.btn-read-more, span.btn-read-more {
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  border-radius: none !important;
  border: none;
  box-shadow: none;
  color: #164f90 !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  font-stretch: normal !important;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal !important;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0 25px 0 0;
  padding: 0;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.4s ease; }
  a.btn-read-more:hover, a.btn-read-more:focus, a.btn-read-more:active, button.btn-read-more:hover, button.btn-read-more:focus, button.btn-read-more:active, span.btn-read-more:hover, span.btn-read-more:focus, span.btn-read-more:active {
    text-decoration: none;
    border-bottom: 2px solid #164f90 !important; }
    a.btn-read-more:hover.arrow::after, a.btn-read-more:focus.arrow::after, a.btn-read-more:active.arrow::after, button.btn-read-more:hover.arrow::after, button.btn-read-more:focus.arrow::after, button.btn-read-more:active.arrow::after, span.btn-read-more:hover.arrow::after, span.btn-read-more:focus.arrow::after, span.btn-read-more:active.arrow::after {
      background-image: url("../images/icons/btn-arrow-orange.svg"); }

/*button's Size Variables*/
@media (min-width: 768px) {
  a.btn-video:before, button.btn-video:before, span.btn-video:before {
    width: 115px;
    height: 115px; } }
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  background-color: #3b4461; }
  footer.footer .newsletter-section {
    padding: 58px 0 0px; }
    footer.footer .newsletter-section .container {
      border-bottom: 1px solid rgba(249, 247, 241, 0.5);
      padding-bottom: 54px; }
  footer.footer .footer-top {
    position: relative;
    padding: 63px 0px 0px; }
  footer.footer .container {
    position: relative;
    z-index: 7;
    overflow: hidden; }
  footer.footer .logo-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 26px; }
    footer.footer .logo-box h3 {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: uppercase;
      margin-top: 48px;
      margin-bottom: 35px; }
  footer.footer .logo-footer {
    width: 243px;
    height: 51px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0; }
    footer.footer .logo-footer img {
      object-fit: contain; }
  footer.footer address, footer.footer a {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #f9f7f1; }
    footer.footer address a:hover, footer.footer a a:hover {
      color: #5ab199; }
  footer.footer p {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #f9f7f1; }
  footer.footer address {
    margin: 0;
    margin-bottom: 26px; }
    footer.footer address::before {
      content: '';
      display: none;
      background: url("../images/icons/address.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 15px;
      position: relative;
      margin-right: 12px;
      top: 3px;
      flex-shrink: 0; }
  footer.footer a.email {
    font-family: 'Inter', sans-serif !important;
    position: relative;
    letter-spacing: 1.1px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    footer.footer a.email::before {
      content: '';
      display: block;
      background: url("../images/email-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 15px;
      position: relative;
      margin-right: 12px;
      top: 5px;
      flex-shrink: 0; }
    footer.footer a.email:hover {
      color: #5ab199; }
  footer.footer a.phone {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    footer.footer a.phone::before {
      content: '';
      display: block;
      background: url("../images/phone-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 15px;
      height: 15px;
      position: relative;
      margin-right: 12px;
      top: 5px;
      flex-shrink: 0; }
    footer.footer a.phone:hover {
      color: #5ab199; }
  footer.footer .btn-email {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5ab199; }
  footer.footer h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.96px;
    color: #f9f7f1;
    margin-bottom: 30px;
    text-transform: none; }
  footer.footer .anchor {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    footer.footer .anchor:hover {
      color: #e0e0e0;
      text-decoration: none; }
      footer.footer .anchor:hover::after {
        -webkit-filter: brightness(0%) invert(70%);
        filter: brightness(0%) invert(70%); }
    footer.footer .anchor::after {
      content: "";
      display: block;
      position: relative;
      background-image: url("../images/top-arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 9px;
      width: 8px;
      height: 11px;
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
  footer.footer .address-container .single-box {
    width: 193px;
    margin: 0 auto;
    padding-bottom: 16px;
    border-bottom: 6px solid #fafafa; }
  footer.footer .contact-box .link {
    margin-top: 21px; }
  footer.footer .awards-container {
    display: flex;
    justify-content: flex-start; }
    footer.footer .awards-container .img-wrap {
      width: 107px;
      height: 107px;
      margin-right: 20px; }
      footer.footer .awards-container .img-wrap img {
        object-fit: contain;
        width: 99%;
        height: 99%; }
  footer.footer .menu-footer-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    footer.footer .menu-footer-menu-container > ul > li {
      width: 50%;
      margin-bottom: 19px;
      padding-right: 15px; }
      footer.footer .menu-footer-menu-container > ul > li > a {
        font-family: 'Inter', sans-serif !important;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.93;
        letter-spacing: normal;
        text-align: left;
        color: #f9f7f1;
        margin-bottom: 11px;
        text-transform: none; }
  footer.footer .menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer .menu-footer-menu-container ul a {
      font-family: 'Inter', sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.93;
      letter-spacing: normal;
      color: #f9f7f1;
      margin-bottom: 11px;
      display: block;
      text-decoration: none; }
      footer.footer .menu-footer-menu-container ul a:hover {
        color: #5ab199; }
    footer.footer .menu-footer-menu-container ul .btn-donate {
      display: none; }
      footer.footer .menu-footer-menu-container ul .btn-donate a {
        color: #b4bdd8;
        text-decoration: underline; }
        footer.footer .menu-footer-menu-container ul .btn-donate a::after {
          content: '';
          display: inline-flex;
          background-image: url("../images/hearth-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 12px;
          margin-left: 5px;
          -webkit-filter: brightness(0%) invert(100%);
          filter: brightness(0%) invert(100%);
          opacity: 0.5; }
        footer.footer .menu-footer-menu-container ul .btn-donate a:hover {
          text-decoration: none; }
    footer.footer .menu-footer-menu-container ul .btn-1 {
      display: none; }
      footer.footer .menu-footer-menu-container ul .btn-1 a {
        color: #b4bdd8;
        text-decoration: underline; }
        footer.footer .menu-footer-menu-container ul .btn-1 a:hover {
          text-decoration: none; }
  footer.footer .main-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer.footer .main-links li {
    margin-bottom: 18px;
    position: relative; }
    footer.footer .main-links li:hover::after {
      width: 100%; }
    footer.footer .main-links li::after {
      content: '';
      display: block;
      width: 41px;
      height: 2px;
      background: #e0e0e0;
      position: absolute;
      bottom: -6px;
      left: 0;
      transition: 0.4s;
      display: none; }
    footer.footer .main-links li.donate::after {
      background: #b4bdd8; }
    footer.footer .main-links li.donate a {
      color: #b4bdd8; }
    footer.footer .main-links li a {
      min-width: 164px; }
  footer.footer .main-links a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #e0e0e0;
    text-decoration: none; }
  footer.footer .extra-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    footer.footer .extra-menu ul li {
      width: 50%;
      margin: 18px 0; }
  footer.footer .footer-middle .container {
    border-top: solid 1px rgba(59, 68, 97, 0.25);
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
  footer.footer .footer-middle .link-container {
    display: flex;
    justify-content: space-between; }
    footer.footer .footer-middle .link-container a {
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: black; }
  footer.footer .footer-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 2; }
    footer.footer .footer-bottom .container {
      border-top: solid 1px rgba(249, 247, 241, 0.5);
      position: relative;
      padding-top: 30px; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .created-by, footer.footer .footer-bottom .created-by p, footer.footer .footer-bottom .created-by p a, footer.footer .footer-bottom p {
      font-size: 14px;
      font-weight: 400;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.64;
      letter-spacing: normal;
      margin: 0 1px;
      margin-bottom: 0;
      color: #f9f7f1; }
      footer.footer .footer-bottom .copy-r strong, footer.footer .footer-bottom .copy-r p strong, footer.footer .footer-bottom .copy-r p a strong, footer.footer .footer-bottom .created-by strong, footer.footer .footer-bottom .created-by p strong, footer.footer .footer-bottom .created-by p a strong, footer.footer .footer-bottom p strong {
        color: inherit;
        font-weight: 800; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .copy-r p a a, footer.footer .footer-bottom .created-by a, footer.footer .footer-bottom .created-by p a, footer.footer .footer-bottom .created-by p a a, footer.footer .footer-bottom p a {
        color: inherit;
        text-decoration: none;
        display: inline; }
        footer.footer .footer-bottom .copy-r a:hover, footer.footer .footer-bottom .copy-r p a:hover, footer.footer .footer-bottom .copy-r p a a:hover, footer.footer .footer-bottom .created-by a:hover, footer.footer .footer-bottom .created-by p a:hover, footer.footer .footer-bottom .created-by p a a:hover, footer.footer .footer-bottom p a:hover {
          text-decoration: underline; }
    footer.footer .footer-bottom .copy-r span {
      font-family: 'Inter', sans-serif !important;
      text-transform: uppercase; }
  footer.footer .networks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 32px; }
    footer.footer .networks h3 {
      margin: 0;
      margin-right: 0px;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: uppercase; }
    footer.footer .networks ul.social {
      margin-left: -10px; }
  footer.footer ul.social {
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin-left: 12px; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important;
      margin-bottom: 15px !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: none;
        background: transparent;
        height: 33px;
        margin: 0px;
        position: relative;
        transition: 0.4s;
        width: 33px; }
        footer.footer ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        footer.footer ul.social li a:hover {
          color: #5ab199; }
  footer.footer .img-sponsors {
    width: 104px;
    height: 61px; }
  footer.footer .classic-text-widget {
    display: block !important; }
  footer.footer .go-top {
    width: 0px;
    height: 0px;
    background-image: url("../images/bnt-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 340px;
    right: 15px;
    z-index: 10; }
    footer.footer .go-top.active {
      -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both; }
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    width: 40px;
    height: 40px; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    width: 40px;
    height: 40px; } }
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
    width: 40px;
    height: 40px; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    width: 40px;
    height: 40px; } }
@media (min-width: 768px) {
  footer.footer .logo-footer {
    width: 210px;
    height: 60.5px; }

  footer.footer .border-top-footer {
    margin-bottom: -6px; }

  footer.footer .contact-container {
    display: flex;
    justify-content: space-between; }

  footer.footer a.phone,
  footer.footer a.email {
    flex-direction: row;
    align-items: flex-start; }
    footer.footer a.phone::before,
    footer.footer a.email::before {
      margin-bottom: 0;
      margin-right: 6px; }

  footer.footer .networks {
    margin-top: 0; }

  footer.footer ul.social {
    flex-direction: row; }

  footer.footer .contact-container {
    border-top: solid 1px white;
    position: relative;
    padding-top: 25px; }

  footer.footer h3 {
    font-size: 30px; } }
@media (min-width: 1200px) {
  footer.footer .logo-footer {
    width: 243px;
    height: 51px; }

  footer.footer .extra-text {
    width: 479px; }

  footer.footer .networks {
    flex-direction: row;
    margin-top: -6px; }
    footer.footer .networks h3 {
      margin-right: 21px;
      margin-bottom: 10px; }

  footer.footer .menu-footer-menu-container > ul {
    justify-content: space-between; }

  footer.footer .menu-footer-menu-container > ul > li {
    width: 30%; }

  footer.footer .menu-footer-menu-container ul a {
    margin-bottom: 0; }

  footer.footer .menu-footer-menu-container > ul > li > a {
    margin-bottom: 0; }

  footer.footer .awards-container .img-wrap {
    margin-right: 0; }

  footer.footer .awards-container {
    justify-content: flex-end; }

  footer.footer .menu-footer-menu-container > ul {
    width: 110%; }

  footer.footer .menu-footer-container {
    width: calc(100% + 100px); } }
/*END footer------------------------------------------*/
/* START header-------------*/
.translate-box {
  padding: 15px 30px;
  text-align: center; }
  .translate-box a.switcher-popup {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px; }
    .translate-box a.switcher-popup span {
      color: white !important; }

html[data-useragent*='iPad'] body .header-navigation .container,
html[data-useragent*='ios'] body .header-navigation .container,
html[data-useragent*='Android'] body .header-navigation .container,
html[data-useragent*='Mobile'] body .header-navigation .container,
html.touch body .header-navigation .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0; }
html[data-useragent*='iPad'] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*='ios'] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*='Android'] body .navbar-expand-lg .navbar-toggler,
html[data-useragent*='Mobile'] body .navbar-expand-lg .navbar-toggler,
html.touch body .navbar-expand-lg .navbar-toggler {
  display: block; }
html[data-useragent*='iPad'] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*='ios'] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*='Android'] body .extra-links-bar:not(.extra-links-bar-mobile),
html[data-useragent*='Mobile'] body .extra-links-bar:not(.extra-links-bar-mobile),
html.touch body .extra-links-bar:not(.extra-links-bar-mobile) {
  display: none; }
@media (min-width: 576px) {
  html[data-useragent*='iPad'] body #NavDropdown,
  html[data-useragent*='ios'] body #NavDropdown,
  html[data-useragent*='Android'] body #NavDropdown,
  html[data-useragent*='Mobile'] body #NavDropdown,
  html.touch body #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) {
  html[data-useragent*='iPad'] body .height-wrap,
  html[data-useragent*='ios'] body .height-wrap,
  html[data-useragent*='Android'] body .height-wrap,
  html[data-useragent*='Mobile'] body .height-wrap,
  html.touch body .height-wrap {
    width: 300px; } }
@media (min-width: 768px) {
  html[data-useragent*='iPad'] body .navbar-brand,
  html[data-useragent*='ios'] body .navbar-brand,
  html[data-useragent*='Android'] body .navbar-brand,
  html[data-useragent*='Mobile'] body .navbar-brand,
  html.touch body .navbar-brand {
    width: 140px;
    height: 54.2px; } }

header.header::before {
  content: "";
  background: #3b4461;
  display: block;
  height: 0%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0; }
header.header.active::before {
  height: 100%; }
header.header.active .navbar-toggler {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  header.header.active .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23164f90;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 40%; }

.navbar, .navbar.navbar-expand-xl {
  margin-top: 0px;
  display: block;
  padding: 0 15px; }

.navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 1050;
  padding: 16px 0; }

.navbar-brand {
  width: 161px;
  height: 34px;
  padding: 0 !important; }
  .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.navbar-toggler {
  padding: 0;
  margin-left: 15px;
  margin-right: 0px;
  flex-shrink: 0; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 17' style='enable-background:new 0 0 25 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23164f90;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-286 -28) translate(286 28) matrix(-1 0 0 1 25 0)'%3e%3cpath class='st0' d='M1.4,7h22.2C24.4,7,25,7.6,25,8.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4C0.6,9.8,0,9.2,0,8.4l0,0C0,7.6,0.6,7,1.4,7 z'/%3e%3cpath class='st0' d='M1.4,0h22.2C24.4,0,25,0.6,25,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4C0.6,2.8,0,2.2,0,1.4l0,0C0,0.6,0.6,0,1.4,0 z'/%3e%3cpath class='st0' d='M1.4,14h22.2c0.8,0,1.4,0.6,1.4,1.4l0,0c0,0.8-0.6,1.4-1.4,1.4H1.4c-0.8,0-1.4-0.6-1.4-1.4l0,0 C0,14.6,0.6,14,1.4,14z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    margin: 0;
    padding: 0; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler.active {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .navbar-toggler.active .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23164f90;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
      background-size: 20px; }
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.just-for-mobile {
  margin-left: auto; }
  .just-for-mobile .btn-donate a {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    background-color: #5ab199;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 23px;
    min-width: auto;
    margin: 0 auto;
    padding: 15px 31px; }
    .just-for-mobile .btn-donate a:hover {
      background-color: #70c7af;
      color: #45ac8f;
      text-decoration: none; }

.col-middle {
  display: block; }

#NavDropdown {
  background: transparent;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 70px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block; }
  #NavDropdown .height-wrap {
    flex-direction: column;
    background-color: #3b4461;
    height: calc(100vh - 0px);
    margin-left: auto;
    overflow-y: scroll !important;
    padding: 20px 0px 200px 0px;
    width: 100%;
    top: 0px; }
    #NavDropdown .height-wrap::before {
      content: none; }
    #NavDropdown .height-wrap ul:not(.social) {
      width: 100%;
      display: block; }
      #NavDropdown .height-wrap ul:not(.social) li {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        padding: 0; }
        #NavDropdown .height-wrap ul:not(.social) li a {
          font-family: 'Inter', sans-serif !important;
          font-size: 18px;
          font-weight: 800;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.38;
          letter-spacing: normal;
          text-align: left;
          color: white;
          text-decoration: none;
          text-transform: none;
          padding: 15px 40px 15px 33px;
          display: block; }
          #NavDropdown .height-wrap ul:not(.social) li a::after {
            content: none; }
        #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
          background-color: transparent;
          color: #000;
          border: 1px solid transparent;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          border-radius: 4px;
          height: 40px;
          padding: 0;
          position: absolute;
          right: 18px;
          top: 8px;
          width: 40px; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
            content: none; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
            font-size: 12px; }
            #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span::before {
              content: '\f105';
              color: #b4bdd8; }
            #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open::before {
              content: '\f107'; }
          #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active, #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
            outline: none; }
        #NavDropdown .height-wrap ul:not(.social) li.hidden-item {
          display: none; }
        #NavDropdown .height-wrap ul:not(.social) li.only-mobile {
          display: block; }
          #NavDropdown .height-wrap ul:not(.social) li.only-mobile::after {
            content: '\f015';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /*--adjust as necessary--*/
            color: #ad95cd;
            position: absolute;
            font-size: 16px;
            right: 12px;
            top: 12px; }
        #NavDropdown .height-wrap ul:not(.social) li.active > a {
          background: #ad95cd;
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.active > button.dropdown-btn span::before {
          color: white; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-donate, #NavDropdown .height-wrap ul:not(.social) li.btn-1 {
          margin: 0px 0 0 0;
          padding: 0;
          padding-left: 30px;
          padding-bottom: 32px;
          width: 100%; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-donate a, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
            font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: -0.2px;
            text-align: center;
            text-transform: none;
            color: #ffffff;
            background-color: #5ab199;
            margin-left: auto;
            margin-right: auto;
            display: inline-block;
            border-radius: 40px;
            min-width: auto;
            margin: 0 auto; }
            #NavDropdown .height-wrap ul:not(.social) li.btn-donate a:hover, #NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
              background: #70c7af;
              color: #45ac8f; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-donate.active a, #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a {
            background: #70c7af !important;
            color: #45ac8f !important; }
            #NavDropdown .height-wrap ul:not(.social) li.btn-donate.active a:after, #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a:after {
              display: none; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-1 a {
          background: #164f90; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-1 a:hover {
            background: #cab9c6;
            color: #164f90; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a {
          background: #cab9c6 !important;
          color: #164f90 !important; }
          #NavDropdown .height-wrap ul:not(.social) li.btn-1.active a:after {
            display: none; }
        #NavDropdown .height-wrap ul:not(.social) li.btn-search {
          text-align: center; }
        #NavDropdown .height-wrap ul:not(.social) li ul {
          background-color: #b4bdd8;
          border-radius: 0;
          border-bottom: 0;
          -webkit-transform: translateZ(0);
          position: relative;
          border: 0; }
          #NavDropdown .height-wrap ul:not(.social) li ul li a {
            font-size: 16px;
            font-weight: 500;
            color: #3b4461;
            padding: 10px 15px;
            padding-left: 70px;
            text-transform: none; }
            #NavDropdown .height-wrap ul:not(.social) li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li a:active {
              background: #e5e5e5;
              color: #3b4461 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
            color: #3b4461 !important;
            padding: 10px 15px;
            padding-left: 70px; }
            #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
              background: #e5e5e5;
              color: #3b4461 !important; }
          #NavDropdown .height-wrap ul:not(.social) li ul li.active a {
            color: #3b4461;
            background: #9aa6cc;
            font-weight: 500; }
            #NavDropdown .height-wrap ul:not(.social) li ul li.active a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li.active a:active {
              color: #3b4461 !important; }

#open-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23F9F7F1' stroke-width='2'%3e%3cg transform='translate(-14 -753) translate(14 753)'%3e%3cellipse cx='11' cy='10.5' rx='10' ry='9.5'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 17L24 21'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: center;
  background-color: transparent;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  align-self: center;
  border: none;
  color: white;
  font-size: 1rem;
  width: 47px;
  height: 47px;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
  margin: 0;
  position: relative;
  display: block; }
  #open-search:hover, #open-search:focus, #open-search:active {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    box-shadow: none;
    outline: none !important;
    transition: all 0.4s ease; }
    #open-search:hover::before, #open-search:focus::before, #open-search:active::before {
      font-size: 24px; }

.translate-box {
  padding: 15px 30px;
  text-align: center; }
  .translate-box a.switcher-popup {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .translate-box a.switcher-popup img {
      margin-right: 5px; }
    .translate-box a.switcher-popup span {
      color: white !important; }

.login-box a, .register-box a {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #ad95cd;
  margin-bottom: 36px;
  text-decoration: none; }
  .login-box a i, .register-box a i {
    color: #5ab199;
    font-size: 16px;
    margin-right: 6px;
    -webkit-text-stroke: 0;
    display: none; }

.register-box {
  position: relative; }
  .register-box::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #f9f7f1;
    position: absolute;
    top: 0;
    left: -13px; }

.custom-links {
  display: flex;
  flex-direction: column;
  margin-top: 25px; }
  .custom-links a {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #ad95cd;
    margin-bottom: 36px;
    text-decoration: none; }
    .custom-links a:last-child {
      margin-bottom: 0; }

.extra-links-bar {
  padding: 0 35px;
  margin-bottom: 200px;
  display: block;
  min-height: unset;
  align-items: flex-start;
  flex-direction: column; }
  .extra-links-bar::before {
    display: none; }
  .extra-links-bar.extra-links-bar-mobile .box {
    margin-bottom: 30px; }
  .extra-links-bar.extra-links-bar-mobile .register-box::before {
    display: none; }

.search-box {
  display: flex;
  justify-content: center; }

.networks ul.social {
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .networks ul.social li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 30px;
    height: 30px;
    margin-bottom: 30px; }
    .networks ul.social li:last-child {
      margin-bottom: 0; }
    .networks ul.social li a {
      color: #164f90; }
      .networks ul.social li a:hover {
        color: #5ab199; }

.main-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .main-links a {
    margin-bottom: 15px; }
    .main-links a:last-child {
      margin-bottom: 0px; }

body.fixed header.header::before {
  height: 100%; }

@media (min-width: 576px) {
  #NavDropdown {
    width: 300px; } }
@media (min-width: 576px) and (max-width: 1366px) {
  .height-wrap {
    width: 300px; } }
@media (min-width: 768px) {
  .navbar-brand {
    width: 140px;
    height: 54.2px; } }
@media (max-width: 992px) {
  .header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0; }

  .navbar-expand-lg .navbar-toggler {
    display: block; }

  .extra-links-bar:not(.extra-links-bar-mobile) {
    display: none; } }
@media (min-width: 993px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) body {
    padding-top: 0px !important; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) body.fixed header.header::before {
    height: 100%; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header {
    font-family: 'Inter', sans-serif !important;
    width: 100%;
    z-index: 1030;
    /*START Main Navigation------------------------------------------*/
    /*END Main Navigation------------------------------------------*/ }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .textwidget {
      display: inline-block; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header::before {
      content: "";
      background: #3b4461;
      display: block;
      height: 0%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1;
      transition: 0.4s;
      box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1); }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header p {
      margin-bottom: 0 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .container {
      padding: 0 15px;
      margin: auto; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar {
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
      align-items: center;
      position: relative;
      min-height: 48px;
      transition: 0.6s;
      margin: 0;
      padding: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar .box {
        margin-left: 13px;
        margin-bottom: 0;
        margin-top: 0; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar .box:last-child {
          margin-right: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .custom-links,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .networks,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .login-box,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .main-links,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .search-box,
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .extra-links-bar.extra-links-bar-mobile .search-box {
        display: none; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .custom-links {
      flex-direction: row; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .custom-links a {
        margin-bottom: 0;
        margin-left: 23px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .search-box {
      bottom: 0px;
      position: relative; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #open-search {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23F9F7F1' stroke-width='2'%3e%3cellipse cx='11' cy='10.5' rx='10' ry='9.5'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 17L24 21'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-repeat: no-repeat;
      background-size: 22px 22px;
      background-color: transparent; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .networks ul.social {
      display: flex;
      flex-direction: row; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .networks ul.social li {
        margin: 5px; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .networks ul.social a {
        font-size: 20px;
        width: 20px;
        color: white; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .register-box {
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .register-box::before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background: #f9f7f1;
        position: absolute;
        top: 0;
        left: -13px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .translate-box {
      margin: auto;
      margin-left: 15px;
      right: 0;
      bottom: 0;
      position: fixed;
      background: #164f90; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .main-links {
      flex-direction: row;
      align-items: center;
      margin-left: 0 !important; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .main-links a {
        margin-bottom: 0;
        margin-left: 20px; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .main-links a.btn-donate {
          min-width: 150px; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .header-top {
      padding: 25px 0 0;
      position: relative; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .header-top:before {
        content: '';
        display: none;
        background: #e0e0e0;
        position: absolute;
        width: 100vw;
        height: 1px;
        left: 0;
        bottom: 0;
        opacity: 0.13; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl {
      display: flex;
      justify-content: space-between;
      padding: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header {
        position: relative;
        padding: 10px 0;
        width: auto;
        flex-basis: auto;
        top: -0px; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header::before {
          content: "";
          background: #d0d0d0;
          display: none;
          height: calc(100% + 0.5px);
          position: absolute;
          right: -75px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg);
          -webkit-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
          box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header::after {
          content: "";
          background: black;
          display: none;
          height: calc(100% + 1px);
          position: absolute;
          right: -45px;
          top: 0;
          width: 100vw;
          z-index: -1;
          transition: 0.4s;
          transform: skewX(20deg); }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header .navbar-brand, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
          border-radius: none;
          display: block;
          margin: 0;
          overflow: hidden;
          position: relative;
          padding: 0px !important;
          width: 183px;
          height: 69px;
          max-width: 100%;
          transition: 0.4s; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header .navbar-brand img, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            transition: all 0.4s ease; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header .just-for-mobile, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header .just-for-mobile {
          display: none !important; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar .navbar-header .navbar-toggler, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header .navbar-toggler {
          display: none !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .col-middle {
      position: relative;
      width: calc(100% - 184px); }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .col-middle::before {
        content: "";
        display: none;
        width: 110vw;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        bottom: 0;
        left: calc((110vw - 926px) / -2); }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .header-bottom {
      width: 100%; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      right: auto !important;
      opacity: 1 !important;
      text-align: center;
      align-items: center;
      justify-content: flex-end; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown .height-wrap {
        background: transparent;
        height: auto;
        margin: auto;
        overflow-y: unset !important;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: row wrap;
        width: 100%; }
        html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open {
          display: inline-block;
          float: none;
          padding: 0px;
          width: auto;
          margin: 0 6px; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li button.dropdown-btn, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open button.dropdown-btn {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.only-mobile, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.only-mobile {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.hidden-item, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.hidden-item {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.active > a, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.active > a {
            background: transparent; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.active > a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.active > a::after {
              width: 46px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.active > a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.active > a:active {
              text-decoration: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a {
            font-size: 17px;
            font-weight: 800;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            color: white;
            padding: 23.9px 0 28.9px;
            position: relative;
            text-decoration: none;
            display: block; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a::before {
              content: none; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a::after {
              content: "";
              background-color: #5ab199;
              border: none;
              bottom: 15px;
              left: 0;
              margin: 0 auto;
              position: absolute;
              transition: 0.4s;
              width: 0%;
              height: 4px;
              border-radius: 4px; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:active {
              text-decoration: none; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:hover::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:focus::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li a:active::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:hover::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:focus::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open a:active::after {
                width: 46px; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul {
            background: #3b4461;
            border: none;
            display: none;
            height: unset;
            min-height: 0;
            text-align: left;
            position: absolute;
            left: 0%;
            isolation: isolate;
            padding: 0 !important;
            width: 254px;
            border-bottom: 3px solid #3b4461;
            border-radius: 0; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li {
              display: block;
              margin: 0 !important;
              padding: 0; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li.active > a, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li.active > a {
                background-color: #ad95cd;
                color: white;
                font-weight: 500; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li.active > a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::after {
                  content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li::after {
                content: none !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a {
                padding: 15px;
                color: white;
                font-weight: 500; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a::after {
                  content: none !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li a:active {
                  background-color: #ad95cd;
                  color: white !important; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li:last-child ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
                left: 100%;
                top: 0;
                right: auto; }
              html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li ul {
                background: #b4bdd8 !important; }
                html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li ul li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
                  color: #3b4461 !important; }
                  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li ul li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover {
                    background-color: #9aa6cc; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.menu-hide, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open.menu-hide {
            display: none; }
          html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li:nth-last-child(1), html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(1) {
            margin-right: 0 !important; }
            html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li:nth-last-child(1) ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(1) ul {
              left: auto;
              right: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .display_dropdown {
      border-radius: 0; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .display_dropdown li:first-child::before {
        transition-property: top, opacity;
        transition-duration: .1s, .1s;
        transition-timing-function: ease, ease-out;
        transition-delay: .1s, 0s;
        top: 0 !important;
        opacity: 1 !important; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .dropdown-menu {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      display: block;
      left: 50%;
      margin: 0 auto;
      padding: 0px;
      position: absolute; }
      html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .dropdown-menu .dropdown-menu {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none;
        display: block;
        left: 100% !important;
        top: 0; }
    html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .dropdown-btn {
      display: none; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) .search-box #open-search {
    display: block; } }
@media (min-width: 1200px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl::before {
    left: calc((100vw - 1110px) / -2); }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
    width: 327px;
    height: 69px; }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*='Mobile']):not([data-useragent*='Android']):not([data-useragent*='ios']):not([data-useragent*='iPad']) header.header .col-middle {
    width: calc(100% - 328px); } }
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 82px 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .boxes-interior-footer .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .boxes-interior-footer .border-boxes-footer {
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    background-size: 100% auto;
    position: absolute;
    bottom: -2px;
    left: 0; }
    .boxes-interior-footer .border-boxes-footer::before {
      content: '';
      display: block;
      width: 130%;
      height: 100%;
      background: url("../images/boxes-icon.png") no-repeat;
      background-size: 100vw auto;
      background-position: 50% bottom;
      background-color: #164f90;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      border-radius: 100% 100% 0 0; }
  .boxes-interior-footer .container-boxes {
    position: relative; }
  .boxes-interior-footer .item-col {
    background-color: transparent;
    border: none;
    max-width: 100%;
    position: relative;
    text-decoration: none; }
    .boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
      background-color: black; }
      .boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
        background: black; }
    .boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
      background-color: black; }
      .boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
        background: black; }
    .boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
      background-color: black; }
      .boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
        background: black; }
    .boxes-interior-footer .item-col .box-page-link {
      border-radius: 0px;
      border: none;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      transition: all 0.4s ease; }
      .boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
        text-decoration: none;
        transition: all 0.4s ease; }
        .boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
          opacity: .67;
          background: linear-gradient(to top, #000000, rgba(42, 42, 42, 0)); }
      .boxes-interior-footer .item-col .box-page-link .featured-box-images {
        background-size: cover;
        background-position: center;
        display: block;
        margin: 0 auto !important;
        overflow: hidden;
        position: relative;
        z-index: 0;
        height: 313px;
        background-color: black; }
        .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.4s ease;
          width: 100%;
          opacity: .8; }
      .boxes-interior-footer .item-col .box-page-link .content-box {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: transparent;
        left: 50%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.4s ease;
        width: calc(100% - 40px);
        height: 100%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
          color: white;
          font-family: 'Inter', sans-serif !important;
          font-size: 30px;
          font-weight: 800;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.05;
          letter-spacing: -1.2px;
          z-index: 20;
          position: relative;
          text-transform: none;
          margin-bottom: 38px; }
        .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap {
          position: relative;
          display: none !important; }
          .boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap p {
            font-family: 'Inter', sans-serif !important;
            font-size: 16px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            color: white; }

@media only screen and (max-width: 991px) {
  .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
    font-size: 27px; } }
@media only screen and (max-width: 767px) {
  .boxes-interior-footer .container-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .boxes-interior-footer .item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9; } }
/*START Helper Classes------------------------------------------*/
.carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
  padding-top: 60px !important; }

.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
  max-width: 100vw; }
  .entry-content .alignfull img {
    width: 100%;
    height: auto; }

.button-block.aligncenter {
  text-align: center; }
.button-block.alignright {
  text-align: right; }

.image-fit-cover {
  object-fit: cover; }

.image-fit-contain {
  object-fit: contain; }

.image-fit-top {
  object-position: top; }

.image-fit-center {
  object-position: center; }

.image-fit-bottom {
  object-position: bottom; }

.line-clamp-3, .line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2, .line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-1, .line-clamp-1 p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none; }

.addtoany_content .addtoany_header {
  font-family: 'Inter', sans-serif !important;
  color: #164f90;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a {
  border-bottom: none !important; }
  .addtoany_content .a2a_kit a span {
    background: transparent !important;
    color: #164f90 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #164f90 !important; }

.addtoany_shortcode {
  margin-left: 22px; }
  .addtoany_shortcode a.addtoany_share {
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #fd5d5d !important;
    box-shadow: none;
    color: #fd5d5d !important;
    display: inline-block;
    font-family: 'Quicksand' !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal;
    font-weight: bold !important;
    letter-spacing: 0.72px !important;
    line-height: 1 !important;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 14px 25px 15px;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease;
    width: 130px; }
    .addtoany_shortcode a.addtoany_share::before {
      content: none; }
    .addtoany_shortcode a.addtoany_share span, .addtoany_shortcode a.addtoany_share .a2a_svg, .addtoany_shortcode a.addtoany_share .a2a_s__default, .addtoany_shortcode a.addtoany_share .a2a_s_a2a {
      display: none !important;
      margin: 0 !important; }
    .addtoany_shortcode a.addtoany_share:hover {
      background-color: #fd5d5d;
      color: white !important; }

.col-align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.alignleft {
  margin: 0 15px 15px 0; }

.alignright {
  margin: 0 0 15px 15px; }

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

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 101%;
    left: 50%;
    max-height: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: 101%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    transition: 0.4s; }

.card {
  border-radius: 0;
  border: none; }
  .card.img-bg {
    min-height: 250px; }
    .card.img-bg .img-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0; }
    .card.img-bg .card-body {
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; }

.modal-video .modal-content {
  background: black;
  border-radius: 0; }
  .modal-video .modal-content .modal-header {
    padding: 0;
    border: none;
    z-index: 5; }
    .modal-video .modal-content .modal-header .close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #164f90;
      color: white;
      padding: 0;
      opacity: 1; }
  .modal-video .modal-content .modal-body {
    padding: 0; }

.gray-scale {
  background-color: #000;
  background-blend-mode: luminosity; }

.bg-cin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bg-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-hor-a {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat; }

.bg-ver-a {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.bg-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85; }

.container-full-width {
  width: 100vw;
  left: calc((100vw - 1110px) / -2);
  height: 100%; }

.container-partial-width {
  width: calc(((100vw - 1110px) / 2) + (100% + 15px));
  height: 100%; }
  .container-partial-width.left-side {
    left: calc((100vw - 1110px) / -2); }
  .container-partial-width.right-side {
    left: -15px; }

button, input, textarea, select {
  outline: none !important; }

.bg-positive {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%); }

html[data-useragent*='Android'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='iPad'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body .navbar-expand-xl .navbar-toggler,
html[data-useragent*='Mobile'] body body .navbar-expand-xl .navbar-toggler,
html.touch body .navbar-expand-xl .navbar-toggler,
html.android body .navbar-expand-xl .navbar-toggler,
html.ios body .navbar-expand-xl .navbar-toggler {
  display: flex !important; }
html[data-useragent*='Android'] body .d-xl-none,
html[data-useragent*='iPad'] body .d-xl-none,
html[data-useragent*='Mobile'] body .d-xl-none,
html[data-useragent*='Mobile'] body body .d-xl-none,
html.touch body .d-xl-none,
html.android body .d-xl-none,
html.ios body .d-xl-none {
  display: flex !important; }

/*
.play-effect{
	position: relative;
	.circle {
		height: 95px;
		width: 95px;
		border-radius: 50%;
		background-color: white;
		background-image: url('../images/btn-play.svg');
		background-position: 60% 50%;
		background-repeat: no-repeat;
		background-size: auto;
		box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);

		@include center(-35%,-50%);
		left: 50%;
		position: absolute;
		top: 50%;

		-webkit-transition:height .25s ease, width .25s ease;
		transition:height .25s ease, width .25s ease;
		
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		&:hover{
			height:100px;
			width:100px;
			transition: all .25s ease;
			background-color: transparentize($primary, 0.4);
			box-shadow: none;
			background-image: url('../images/btn-play-white.svg');
			&:before,&:after {
				-webkit-animation: none;
				animation: none;
				border:1px solid transparentize($primary, 0.4);
			}
		}
		&:before,&:after {
			content:'';
			display: block;
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			border-radius: 50%;
			border: 1px solid rgba($color: $primary , $alpha: 0.9);
		}
		&:before {
			-webkit-animation: ripple 2s linear infinite;
			animation: ripple 2s linear infinite;
		}
		&:after {
			-webkit-animation: ripple 2s linear 1s infinite;
			animation: ripple 2s linear 1s infinite;
		}
		// img{
		//   @include center(-35%,-50%);
		//   left: 50%;
		//   position: absolute;
		//   top: 50%;
		// }
	}
	@-webkit-keyframes ripple{
		0% {-webkit-transform:scale(1); }
		75% {-webkit-transform:scale(1.75); opacity:1;}
		100% {-webkit-transform:scale(2); opacity:0;}
	}

	@keyframes ripple{
		0% {transform:scale(1); }
		75% {transform:scale(1.75); opacity:1;}
		100% {transform:scale(2); opacity:0;}
	}
	#link-play{
		@include center(-50%,-50%);
		background: transparent;
		border: none !important;
		cursor: pointer;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 100%;
		&:hover{
			text-decoration: none;
			background: $primary;
		}
		&:focus, &:active{
			outline: inherit;
		}
	}
}
*/
#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    padding: 5px 15px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

@media only screen and (max-width: 1199.98px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 930px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 930px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 991px) {
  .container-full-width {
    width: 100vw;
    left: calc((100vw - 690px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 690px) / 2) + (100% + 15px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 767px) {
  .alignright, .alignleft {
    float: none !important;
    display: block !important;
    margin: 0 auto 20px;
    text-align: center; }

  .container-full-width {
    width: 100vw;
    left: calc((100vw - 510px) / -2);
    height: 100%; }

  .container-partial-width {
    width: calc(((100vw - 510px) / 2) + (100% + 45px));
    height: 100%; }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2); }
    .container-partial-width.right-side {
      left: -15px; } }
@media only screen and (max-width: 576px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    display: block !important;
    text-align: center;
    margin: 0 auto 20px; }

  .container-full-width {
    width: 100vw;
    left: -15px;
    height: 100%; }

  .container-partial-width {
    width: 100vw;
    height: 100%; }
    .container-partial-width.left-side {
      left: -15px; }
    .container-partial-width.right-side {
      left: -15px; } }
/*END Helper Classes-------------------------------------*/
#block-video-banner {
  height: 70vh;
  min-height: 500px;
  position: relative;
  z-index: 0; }
  #block-video-banner .banner-wrapping {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    #block-video-banner .banner-wrapping::before {
      content: none;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    #block-video-banner .banner-wrapping .poster-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      #block-video-banner .banner-wrapping .poster-image img {
        height: 100%;
        object-fit: contain;
        object-position: top center;
        width: 100%;
        position: relative;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          #block-video-banner .banner-wrapping .poster-image img {
            object-position: center; } }
      #block-video-banner .banner-wrapping .poster-image::after {
        content: none;
        width: 100%;
        height: 100%;
        background-color: #000000;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        bottom: unset;
        left: 50%;
        top: 50%;
        z-index: 1; }
      #block-video-banner .banner-wrapping .poster-image::before {
        content: none;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3; }
      #block-video-banner .banner-wrapping .poster-image.active {
        z-index: 4; }
    #block-video-banner .banner-wrapping #block-video {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #block-video-banner .banner-wrapping .container {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      bottom: 0; }
    #block-video-banner .banner-wrapping .caption-container {
      bottom: 0;
      padding: 50px 0;
      position: absolute;
      width: 100%;
      z-index: 20; }
      #block-video-banner .banner-wrapping .caption-container h2, #block-video-banner .banner-wrapping .caption-container h3, #block-video-banner .banner-wrapping .caption-container h4, #block-video-banner .banner-wrapping .caption-container h5, #block-video-banner .banner-wrapping .caption-container h6, #block-video-banner .banner-wrapping .caption-container p, #block-video-banner .banner-wrapping .caption-container a, #block-video-banner .banner-wrapping .caption-container strong, #block-video-banner .banner-wrapping .caption-container span {
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: white !important; }
      #block-video-banner .banner-wrapping .caption-container h2, #block-video-banner .banner-wrapping .caption-container h3, #block-video-banner .banner-wrapping .caption-container h4, #block-video-banner .banner-wrapping .caption-container h5, #block-video-banner .banner-wrapping .caption-container h6 {
        font-weight: bold;
        margin-bottom: 0 !important; }
      #block-video-banner .banner-wrapping .caption-container p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.44;
        text-align: left; }
      #block-video-banner .banner-wrapping .caption-container #button-play-iframe {
        align-items: center;
        background-color: transparent;
        border: none;
        color: #ffffff;
        display: flex;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        justify-content: space-between;
        letter-spacing: 0.72px;
        line-height: 1;
        padding: 5px 0 5px 15px;
        position: relative;
        right: 0;
        text-align: center;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.49);
        text-transform: none;
        z-index: 10; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          content: "";
          cursor: pointer;
          background-color: transparent;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          border-radius: 50%;
          margin: 0 20px 0 0;
          transition: all 0.4s ease;
          width: 50px;
          height: 50px; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play {
          background-image: url("../images/icons/play.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          background-image: url("../images/icons/pause.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe span.play-label {
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.36;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus {
          outline: none; }
          #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .pause, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .play, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .pause {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

.slider-widget {
  position: relative;
  background-color: #3b4461; }
  .slider-widget::before {
    content: '';
    display: none;
    width: 100vw;
    height: 23px;
    background-image: linear-gradient(88deg, #c98fc9 47%, #646c98 89%);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1; }
  .slider-widget::after {
    content: '';
    display: none;
    width: 100vw;
    height: auto;
    padding-bottom: 17.995622263914947%;
    background-image: url("../images/shape-divider.svg");
    background-size: 100% auto;
    background-position: top center;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1; }
  .slider-widget .bg-img {
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0; }
    .slider-widget .bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.6s; }
    .slider-widget .bg-img::before {
      opacity: 0.56;
      background-image: linear-gradient(to bottom, #000000 3%, rgba(42, 42, 42, 0) 52%);
      z-index: 5;
      width: 100%;
      height: 100%;
      display: block;
      top: 0; }
    .slider-widget .bg-img::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.76;
      background-image: linear-gradient(to top, #000000, rgba(42, 42, 42, 0)); }
  .slider-widget .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column; }
  .slider-widget .caption-container {
    position: relative; }
  .slider-widget .slider-caption {
    position: relative;
    width: 100%;
    z-index: 10;
    left: 0 !important;
    text-align: left;
    margin: 50px auto 60px; }
    .slider-widget .slider-caption h2 {
      font-family: 'Inter', sans-serif !important;
      font-size: 45px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.98;
      letter-spacing: -1.61px;
      color: #f9f7f1;
      margin-bottom: 10px;
      text-transform: none; }
    .slider-widget .slider-caption p {
      font-family: 'Inter', sans-serif !important;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: normal;
      color: white;
      text-transform: none;
      width: 538px;
      max-width: 100%;
      margin-left: 0;
      margin-right: auto; }
    .slider-widget .slider-caption .link {
      margin-top: 16px; }
      .slider-widget .slider-caption .link a[class^="btn-"] {
        display: inline-block;
        margin: 5px;
        font-size: 19px; }
  .slider-widget .slider-a {
    height: 100vh; }
  .slider-widget .relative-mobile {
    height: 100%; }
    .slider-widget .relative-mobile .bg-img {
      position: relative;
      height: 347px; }
  .slider-widget .bullets {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 15;
    height: 10px;
    bottom: 30px; }
    .slider-widget .bullets .carousel-indicators {
      bottom: 0px;
      justify-content: center;
      padding-left: 0;
      margin-right: 15px;
      margin-left: 15px; }
      .slider-widget .bullets .carousel-indicators li {
        background: white;
        border-radius: 100%;
        display: inherit;
        margin: 0 7.5px;
        transition: all 0.4s ease;
        width: 8px;
        height: 8px;
        cursor: pointer;
        border: none;
        position: relative;
        opacity: 1; }
        .slider-widget .bullets .carousel-indicators li::before {
          content: '';
          display: none;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          border: 1px solid white;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          opacity: 0.69; }
        .slider-widget .bullets .carousel-indicators li.active {
          opacity: 1; }
          .slider-widget .bullets .carousel-indicators li.active::before {
            display: block; }
  .slider-widget .carousel-control-next, .slider-widget .carousel-control-prev {
    border-radius: 50%;
    bottom: 50px;
    opacity: 1;
    position: absolute;
    top: calc(20% - 1rem);
    transition: all 0.4s ease;
    width: 54px;
    height: 54px;
    display: block;
    z-index: 10; }
    .slider-widget .carousel-control-next .carousel-control-next-icon, .slider-widget .carousel-control-next .carousel-control-prev-icon, .slider-widget .carousel-control-prev .carousel-control-next-icon, .slider-widget .carousel-control-prev .carousel-control-prev-icon {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      height: 100%;
      width: 100%;
      background-image: url("../images/leftt-arrow-banner-home.svg");
      background-size: contain; }
    .slider-widget .carousel-control-next:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-next:hover .carousel-control-next-icon, .slider-widget .carousel-control-prev:hover .carousel-control-prev-icon,
    .slider-widget .carousel-control-prev:hover .carousel-control-next-icon {
      background-image: url("../images/leftt-arrow-banner-home-hover.svg");
      background-size: contain; }
  .slider-widget .carousel-control-next {
    right: 2%;
    left: unset;
    transform: scaleX(-1); }
  .slider-widget .carousel-control-prev {
    left: 2%; }
  .slider-widget .scroll {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: white;
    text-transform: none;
    opacity: 1;
    position: absolute;
    bottom: 130px;
    right: calc((100vw - 1100px)/ 2);
    width: 17px;
    height: 161px;
    z-index: 15;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none !important; }
    .slider-widget .scroll:after {
      content: '';
      display: none;
      align-items: center;
      background-image: url("../images/arrow-icon-scroll.svg");
      background-size: contain;
      width: 43px;
      height: 43px;
      margin-left: 15px;
      top: -3px;
      position: relative; }
    .slider-widget .scroll::after {
      content: '';
      display: block;
      width: 1px;
      height: 103px;
      background: #f9f7f1;
      position: relative;
      margin: 45px auto 0;
      opacity: 0.5; }
    .slider-widget .scroll i {
      display: none; }
    .slider-widget .scroll span {
      transform: rotate(90deg) scale(-1); }
    .slider-widget .scroll:hover {
      text-decoration: none; }
@keyframes scroll_2 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  25% {
    opacity: 1; }
  75% {
    transform: translateY(0.75em);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
    .slider-widget .scroll .example--2 {
      background: cornflowerblue; }
    .slider-widget .scroll .scroll-icon__dot {
      display: block;
      position: absolute;
      left: 50%;
      background: #fff;
      height: 7px;
      width: 7px;
      top: .6em;
      margin-left: -.25em;
      border-radius: 50%;
      transform-origin: top center;
      backface-visibility: hidden;
      animation: scroll_2 2s ease-out infinite; }
    .slider-widget .scroll .scroll-icon {
      display: block;
      position: relative;
      height: 61px;
      width: 38px;
      border: 3px solid #fff;
      border-radius: 38px; }
  .slider-widget .next-box {
    position: absolute;
    bottom: 182px;
    right: 46px;
    z-index: 13; }
    .slider-widget .next-box::after {
      content: '';
      display: block;
      width: 100%;
      height: 8px;
      background-image: linear-gradient(to right, #164f90, #ad95cd 51%, #6a4998 99%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
    .slider-widget .next-box .card {
      border: none;
      border-radius: 0;
      background: white;
      display: flex;
      flex-direction: row; }
    .slider-widget .next-box .big-card-body {
      display: flex;
      flex-direction: column;
      order: 1; }
    .slider-widget .next-box .carousel-control-next {
      right: 0;
      left: unset;
      transform: scaleX(1);
      border-radius: 0;
      bottom: auto;
      position: relative;
      top: auto;
      width: auto;
      height: 100%;
      display: block;
      text-align: left; }
    .slider-widget .next-box .top-title {
      font-family: 'Inter', sans-serif !important;
      font-size: 14px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: 0.28px;
      color: #6a4998;
      margin-bottom: 7px;
      display: block; }
    .slider-widget .next-box .card-title {
      font-family: 'Inter', sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: 0.28px;
      color: #000000;
      margin: 0; }
    .slider-widget .next-box .card-body {
      padding: 26px 31px;
      width: 184px;
      position: relative; }
      .slider-widget .next-box .card-body::after {
        content: '';
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.5;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M10.5,1.5l8.1,8.1l-9,9'/%3e%3cpath class='st0' d='M18.6,9.6l-17.9,0'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-size: 20px  20px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        bottom: 20px; }
    .slider-widget .next-box .card-footer {
      border-radius: 0;
      background: #164f90;
      border-top: solid 0.5px rgba(255, 255, 255, 0.34);
      padding: 23px 31px; }
      .slider-widget .next-box .card-footer:hover {
        background: black; }
    .slider-widget .next-box .img-wrap {
      width: 184px;
      height: auto;
      margin: 0;
      border-radius: 0;
      flex-shrink: 0; }
  .slider-widget .extra-bullets {
    position: absolute;
    z-index: 20;
    bottom: 115px;
    right: 39px;
    align-items: center; }
    .slider-widget .extra-bullets .carousel-indicators {
      margin: 0;
      counter-reset: item;
      width: 161px;
      justify-content: flex-start;
      position: relative; }
      .slider-widget .extra-bullets .carousel-indicators::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: white;
        position: absolute;
        top: calc(50% - .5px);
        opacity: 0.54; }
      .slider-widget .extra-bullets .carousel-indicators li {
        background: transparent;
        height: 20px;
        margin: 0;
        opacity: 1;
        position: static; }
        .slider-widget .extra-bullets .carousel-indicators li::after {
          content: '';
          display: block;
          width: 0%;
          height: 1px;
          background: white;
          position: relative;
          top: calc(50% - .5px);
          transition: 0.4s; }
        .slider-widget .extra-bullets .carousel-indicators li:before {
          counter-increment: item;
          content: "0" counter(item);
          display: table-cell;
          color: white;
          font-family: 'Inter', sans-serif !important;
          font-size: 19px;
          font-weight: 800;
          letter-spacing: 0.38px;
          text-indent: 0;
          position: absolute;
          top: 6px;
          left: -44px;
          opacity: 0; }
        .slider-widget .extra-bullets .carousel-indicators li.active {
          opacity: 1; }
          .slider-widget .extra-bullets .carousel-indicators li.active::after {
            background-color: white;
            width: 100%; }
          .slider-widget .extra-bullets .carousel-indicators li.active::before {
            opacity: 1; }
      .slider-widget .extra-bullets .carousel-indicators .final-bullet {
        font-family: 'Inter', sans-serif !important;
        font-size: 19px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.38px;
        color: white;
        position: absolute;
        right: -45px;
        top: calc(50% - 12px); }
    .slider-widget .extra-bullets .arrow-container {
      display: flex;
      margin-left: 110px; }
    .slider-widget .extra-bullets .carousel-control-next, .slider-widget .extra-bullets .carousel-control-prev {
      display: block;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
      .slider-widget .extra-bullets .carousel-control-next .carousel-control-prev-icon,
      .slider-widget .extra-bullets .carousel-control-next .carousel-control-next-icon, .slider-widget .extra-bullets .carousel-control-prev .carousel-control-prev-icon,
      .slider-widget .extra-bullets .carousel-control-prev .carousel-control-next-icon {
        background-image: url("../images/arrow-extra-bullets-left.svg");
        background-size: 45%; }
  .slider-widget .slider-a, .slider-widget #home-slider, .slider-widget .carousel-inner, .slider-widget .carousel-item, .slider-widget .slider-box {
    height: 100%; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden;
    /* ie edge only gets the following rule */ }
    .slider-widget .slider-a #home-slider-video {
      height: 100%; }
    .slider-widget .slider-a #home-slider, .slider-widget .slider-a #home-slider-video {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider.zoom-effect .carousel-item, .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider.zoom-effect .carousel-item.active .bg-img img, .slider-widget .slider-a #home-slider-video.zoom-effect .carousel-item.active .bg-img img {
          animation: zoominoutsinglefeatured 40s infinite; }
      .slider-widget .slider-a #home-slider .carousel-item, .slider-widget .slider-a #home-slider-video .carousel-item {
        width: 100%; }
        .slider-widget .slider-a #home-slider .carousel-item .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item .slider-caption {
          opacity: 0;
          left: -10%;
          transition: .9s; }
        .slider-widget .slider-a #home-slider .carousel-item.active .slider-caption, .slider-widget .slider-a #home-slider-video .carousel-item.active .slider-caption {
          opacity: 1;
          left: calc(0% + 15px); }
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1, 1); } }
    .slider-widget .slider-a .slider-box {
      position: relative;
      /*.frame-video.hide{
      	visibility: hidden;
      	position: absolute;
      }
      #video-player{
      	position: absolute;
      	z-index: 1;
      	top: 50%;
      	-webkit-transform: translate(0%, -50%);
      	-moz-transform: translate(0%, -50%);
      	-ms-transform: translate(0%, -50%);
      	transform: translate(0%, -50%);
      	left: 0;
      	object-fit: cover;
      	width: 100% !important;
      	height: 100% !important;
      	iframe{
      		
      	}
      	.embed-responsive-item{
      		width: 100% !important;
      		height: 100% !important;
      	}
      } */ }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%; }
    .slider-widget .slider-a #home-video {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1; }
    @supports (object-fit: cover) {
      .slider-widget .slider-a #home-video {
        height: 100%; } }
    @supports (object-fit: cover) and (-ms-ime-align: auto) {
      .slider-widget .slider-a #home-video {
        height: auto; } }

@media (min-width: 768px) {
  .slider-widget .relative-mobile {
    height: 50vh; }
    .slider-widget .relative-mobile .bg-img {
      position: absolute;
      height: 100%; }

  .slider-widget .slider-caption h2 {
    font-size: 54px; }

  .slider-widget .container {
    justify-content: flex-end; } }
@media (min-width: 992px) {
  .slider-widget .slider-caption {
    width: 550px;
    margin-left: 0; } }
@media (min-width: 1200px) {
  .slider-widget .relative-mobile {
    height: 750px; }

  .slider-widget .slider-caption h2 {
    font-size: 84px;
    font-weight: 900; }

  .slider-widget .slider-caption {
    width: 850px; }

  .slider-widget .slider-caption p {
    width: 563px;
    font-size: 21px; }

  .slider-widget .slider-caption .link {
    margin-top: 29px; } }
.section-b {
  padding: 132px 0 102px;
  position: relative;
  margin-top: -70px;
  overflow: hidden;
  z-index: 1; }
  .section-b::before {
    content: '';
    display: block;
    width: 101%;
    height: 100%;
    background-image: url("../images/secction-b-background-mobile.png");
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: -2px; }
  .section-b .container {
    position: relative;
    z-index: 5; }
  .section-b h2 {
    font-size: 21px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: 0.25px;
    color: #70c7af;
    margin-bottom: 12px; }
  .section-b p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #f9f7f1; }

@media (min-width: 768px) {
  .section-b {
    padding: 121px 0 64px;
    margin-top: -90px; }
    .section-b::before {
      background-image: url("../images/section-b-background-tablet.png");
      background-size: 100% 100%;
      background-position: center; } }
@media (min-width: 1200px) {
  .section-b {
    padding: 155px 0 84px;
    margin-top: -120px; }
    .section-b::before {
      background-image: url("../images/section-b-background-desktop.png");
      background-size: 100% 100%;
      background-position: center; }

  .section-b h2 {
    font-size: 25px; }

  .section-b p {
    font-size: 23px; }

  .section-b .link {
    margin-top: 18px; } }
.section-c {
  position: relative;
  padding: 60px 0 40px; }
  .section-c .container {
    position: relative;
    z-index: 5; }
  .section-c h2 {
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -1.45px;
    color: #3b4461;
    margin-bottom: 15px; }
  .section-c p, .section-c li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #3b4461; }
  .section-c li p {
    margin-bottom: 0; }
  .section-c ul {
    padding-left: 15px;
    margin: 0; }
  .section-c .img-wrap {
    height: 234px;
    margin: 0;
    border-radius: 0; }
  .section-c .card.img-bg .card-body {
    align-items: flex-start;
    justify-content: flex-end; }
    .section-c .card.img-bg .card-body button {
      margin-bottom: 0;
      padding-bottom: 0; }
  .section-c .link {
    margin-top: 19px; }

@media (min-width: 768px) {
  .section-c h2 {
    font-size: 45px; }

  .section-c .card.img-bg {
    min-height: 499px; } }
@media (min-width: 1200px) {
  .section-c {
    background-image: url("../images/brain-graphic-background-c.svg");
    background-size: 355px × 296px;
    background-position: left bottom;
    background-repeat: no-repeat; }

  .section-c h2 {
    font-size: 55px;
    margin-bottom: 20px;
    width: 365px; }

  .section-c p, .section-c li {
    font-size: 20px; }

  .section-c h2 + p {
    width: 365px; } }
.section-d {
  position: relative;
  padding: 59px 0 93px;
  z-index: 5; }
  .section-d::before {
    content: '';
    display: block;
    width: 101%;
    height: 100%;
    background-image: url("../images/section-d-background-mobile.png");
    background-size: 100% 100%;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: -1px; }
  .section-d .container {
    position: relative;
    z-index: 5; }
  .section-d h2 {
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -1.6px;
    color: #ffffff;
    margin-bottom: 26px; }
  .section-d p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #f9f7f1; }
  .section-d .card {
    background: transparent; }
  .section-d .img-wrap {
    width: 105px;
    height: 105px;
    margin: 0 auto; }
    .section-d .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .section-d .card-body {
    padding-left: 0;
    padding-right: 0; }
  .section-d .card-title {
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.5px;
    color: #ffffff;
    width: 203px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  .section-d {
    padding-top: 66px; }
    .section-d::before {
      background-image: url("../images/section-d-background-tablet.png");
      background-size: 100% 100%;
      background-position: center bottom; }
    .section-d h2 {
      font-size: 45px;
      margin-bottom: 46px; } }
@media (min-width: 1200px) {
  .section-d {
    padding: 84px 0 113px; }
    .section-d::before {
      background-image: url("../images/section-d-background-desktop.png");
      background-size: 100% 100%;
      background-position: center bottom; }

  .section-d h2 {
    font-size: 50px; }

  .section-d p {
    font-size: 20px; }

  .section-d .link {
    margin-top: 31px; } }
.section-e {
  position: relative;
  padding: 82px 0px 99px;
  margin-top: -30px;
  z-index: 4; }
  .section-e::before {
    content: '';
    display: block;
    width: 101%;
    height: 100%;
    background-image: url("../images/section-e-background-mobile.png");
    background-size: 100% 100%;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: -1px; }
  .section-e.interior-section-e {
    padding: 152px 0px 99px;
    margin-top: -100px; }
    .section-e.interior-section-e::before {
      background-image: url("../images/our-impact-donate-background-mobile.png");
      background-size: 100% 100%;
      background-position: center bottom; }
    @media (min-width: 768px) {
      .section-e.interior-section-e::before {
        background-image: url("../images/our-impact-donate-background-tablet.png");
        background-size: 100% 100%;
        background-position: center bottom; } }
    @media (min-width: 1200px) {
      .section-e.interior-section-e::before {
        background-image: url("../images/our-impact-donate-background-desktop.png");
        background-size: cover;
        background-position: center bottom; } }
  .section-e .container {
    position: relative;
    z-index: 5; }
  .section-e h2 {
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -1.45px;
    color: #f9f7f1;
    margin-bottom: 12px; }
  .section-e p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #f9f7f1; }
  .section-e .card {
    background: transparent;
    flex-direction: row; }
  .section-e .img-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0; }
  .section-e .card-body {
    padding-top: 0;
    padding-right: 0; }
  .section-e .card-title {
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.6px;
    color: #f9f7f1;
    margin-bottom: 0; }
  .section-e .card-text p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    color: #f9f7f1; }

@media (min-width: 768px) {
  .section-e {
    padding: 118px 0 122px;
    margin-top: -70px; }
    .section-e::before {
      background-image: url("../images/section-e-background-tablet.png");
      background-size: 100% 100%;
      background-position: center bottom; }
    .section-e h2 {
      font-size: 45px; } }
@media (min-width: 1200px) {
  .section-e::before {
    background-image: url("../images/section-e-background-desktop.png");
    background-size: 100% 100%;
    background-position: center bottom; }

  .section-e h2 {
    font-size: 55px;
    margin-bottom: 20px; }

  .section-e p {
    font-size: 20px; }

  .section-e .card-title {
    font-size: 50px; }

  .section-e .card-text p {
    font-size: 20px; } }
.section-f {
  position: relative;
  padding: 89px 0 75px;
  margin-top: -60px; }
  .section-f::before {
    content: '';
    display: block;
    width: 101%;
    height: 100%;
    background-image: url("../images/section-f-background-mobile.png");
    background-size: 100% 100%;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: -1px; }
  .section-f .container {
    position: relative;
    z-index: 5; }
  .section-f h2 {
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -1.6px;
    color: #ffffff;
    position: relative;
    margin-bottom: 44px; }
  .section-f .card {
    background: transparent; }
  .section-f .img-wrap {
    height: 173px;
    border-radius: 0;
    margin: 0; }
  .section-f .card-body {
    background-color: #5ab199;
    padding: 58px 19px 19px;
    width: calc(100% - 30px);
    margin: 0 auto; }
  .section-f blockquote {
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.86px;
    color: #f9f7f1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section-f cite {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: -0.53px;
    color: #f9f7f1; }
    .section-f cite span {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: normal;
      color: #f9f7f1;
      display: block; }
  .section-f .link {
    text-align: right;
    margin-top: 31px; }
  .section-f .navigation-container {
    margin-top: 25px;
    display: flex;
    justify-content: space-between; }
  .section-f .swiper-pagination {
    position: relative; }
  .section-f .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #eaeaea;
    margin: 0 4.5px;
    opacity: 1; }
  .section-f .swiper-pagination-bullet-active {
    background: #d3d3d3; }
  .section-f .arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52px; }
  .section-f .swiper-button-next, .section-f .swiper-button-prev {
    width: 53px;
    height: 53px;
    background-image: url("../images/arrow-f.svg");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    position: relative;
    left: auto;
    right: auto;
    margin: 0; }
    .section-f .swiper-button-next::after, .section-f .swiper-button-prev::after {
      display: none; }
    .section-f .swiper-button-next:hover, .section-f .swiper-button-prev:hover {
      opacity: 0.5; }
  .section-f .swiper-button-next {
    transform: scaleX(-1); }
  .section-f .swiper-scrollbar {
    height: 1px;
    margin-top: 25px;
    width: 100%; }
  .section-f .swiper-scrollbar-drag {
    height: 2px;
    background: #3b4461; }

@media (min-width: 768px) {
  .section-f {
    padding: 96px 0 89px; }
    .section-f::before {
      background-image: url("../images/section-f-background-tablet.png");
      background-size: 100% 100%;
      background-position: center bottom; }
    .section-f h2 {
      font-size: 45px; }
    .section-f .swiper-wrapper {
      padding: 50px 0; }
    .section-f .card {
      transform: scale(1);
      transform-origin: center; }
    .section-f .card-body {
      opacity: 0;
      margin-top: -100px;
      margin-right: -50px;
      z-index: 6; }
    .section-f .img-wrap {
      height: 323px; }
      .section-f .img-wrap::before {
        opacity: 0.48;
        background-color: #000000;
        z-index: 2; }
    .section-f blockquote {
      font-size: 21px; }
    .section-f cite {
      padding-left: 34px;
      position: relative;
      display: block; }
      .section-f cite:before {
        content: '';
        display: block;
        width: 22px;
        height: 1px;
        background: #f9f7f1;
        position: absolute;
        top: 50%;
        left: 0; }
    .section-f .swiper-slide-active {
      z-index: 5; }
      .section-f .swiper-slide-active .card {
        transform: scale(1.2);
        margin-top: -50px;
        padding-top: 50px; }
      .section-f .swiper-slide-active .card-body {
        opacity: 1; }
      .section-f .swiper-slide-active .img-wrap {
        height: 323px;
        box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25); }
        .section-f .swiper-slide-active .img-wrap::before {
          opacity: 0; }

  .section-f .swiper-button-next, .section-f .swiper-button-prev {
    position: absolute;
    top: -440px; }

  .section-f .swiper-button-prev {
    left: -70px; }

  .section-f .swiper-button-next {
    right: -70px;
    left: auto; } }
@media (min-width: 1200px) {
  .section-f {
    padding: 137px 0 86px;
    margin-top: -70px; }
    .section-f::before {
      background-image: url("../images/section-f-background-desktop.png");
      background-size: 100% 100%;
      background-position: center bottom; }

  .section-f h2 {
    font-size: 50px;
    margin-bottom: 42px; }

  .section-f .img-wrap {
    height: 276px; }

  .section-f .swiper-slide-active .img-wrap {
    height: 335px; }

  .section-f .card-body {
    padding: 62px 97px 31px;
    margin-right: -15px;
    margin-top: -140px; }

  .section-f blockquote {
    width: 460px; }

  .section-f .link {
    margin-right: -60px; }

  .section-f .swiper-button-next, .section-f .swiper-button-prev {
    top: -410px; }

  .section-f .swiper-button-prev {
    left: 10px; }

  .section-f .swiper-button-next {
    right: 10px;
    left: auto; } }
.section-g {
  padding: 37px 0;
  position: relative; }
  .section-g .container {
    position: relative;
    z-index: 5; }
  .section-g h2 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #ad95cd;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .section-g p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #ad95cd; }
  .section-g .single-box {
    padding: 10px; }
  .section-g .card {
    min-height: 319px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
    border-radius: 0; }
  .section-g .img-wrap {
    border-radius: 0; }
    .section-g .img-wrap::before {
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 1;
      z-index: 2; }
  .section-g .card.img-bg .card-body {
    align-items: flex-start;
    padding: 25px; }
  .section-g .category {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #164f90;
    margin-bottom: 17px; }
  .section-g .card-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 11px; }
  .section-g .card-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff; }
  .section-g .card-footer {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
    background-color: #164f90;
    padding: 23px 25px;
    border-radius: 0; }
  .section-g .topics-container {
    display: flex;
    justify-content: center; }
  .section-g .topic-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ad95cd;
    margin-right: 10px; }
  .section-g ul {
    padding: 0;
    margin: 0; }
    .section-g ul li {
      list-style: none; }
    .section-g ul li, .section-g ul li a {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: #ad95cd; }
  .section-g .navigation-container {
    margin-top: 36px; }
  .section-g .swiper-pagination {
    position: relative; }
  .section-g .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #eaeaea;
    margin: 0 4.5px;
    opacity: 1; }
  .section-g .swiper-pagination-bullet-active {
    background: #d3d3d3; }
  .section-g .arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52px; }
  .section-g .swiper-button-next, .section-g .swiper-button-prev {
    width: 20.6px;
    height: 10px;
    background-image: url("../images/arrow-d.svg");
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    position: relative;
    left: auto;
    right: auto;
    margin: 0; }
    .section-g .swiper-button-next::after, .section-g .swiper-button-prev::after {
      display: none; }
    .section-g .swiper-button-next:hover, .section-g .swiper-button-prev:hover {
      background-image: url("../images/arrow-d-hover.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  .section-g .swiper-button-next {
    transform: scaleX(-1); }

@media (min-width: 768px) {
  .section-g .resources-container {
    width: 100vw;
    margin-left: calc(((100vw - 690px)/ -2)); } }
@media (min-width: 992px) {
  .section-g .resources-container {
    width: 100vw;
    margin-left: calc(((100vw - 930px)/ -2)); } }
@media (min-width: 1200px) {
  .section-g {
    padding-top: 79px;
    padding-bottom: 93px; }
    .section-g .content-top {
      margin-bottom: 48px; }
      .section-g .content-top .link a {
        min-width: 228px; }
    .section-g h2 {
      font-size: 28px; }

  .section-g .card-footer {
    background-color: #fafafa; }
  .section-g .resources-container {
    width: 100vw;
    margin-left: calc(((100vw - 1110px)/ -2)); }
  .section-g .swiper-wrapper {
    padding: 50px 0; }
  .section-g .single-box {
    min-width: 228px; }
    .section-g .single-box:hover .card-footer {
      background-color: #164f90; }
    .section-g .single-box .card.img-bg .card-body {
      justify-content: flex-end; }
  .section-g .card {
    min-height: 239px; }
  .section-g .swiper-slide {
    transform: scale(0.9) !important;
    transform-origin: top !important; }
  .section-g .swiper-slide-active {
    transform: scale(1) !important;
    padding: 10px 20px; }
    .section-g .swiper-slide-active .card {
      min-height: 319px; }
    .section-g .swiper-slide-active .card.img-bg .card-body {
      padding-left: 58px;
      padding-right: 58px; }
    .section-g .swiper-slide-active .card-footer {
      background-color: #164f90; }
  .section-g .navigation-container {
    display: flex;
    justify-content: space-between;
    margin: 0; } }
@media (max-width: 991.98px) {
  .custom_text_image {
    padding: 30px 0 30px; } }
.custom_text_image.padding-vertical {
  padding: 80px 0; }
  @media (max-width: 1199.98px) {
    .custom_text_image.padding-vertical {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .custom_text_image.padding-vertical {
      padding: 30px 0; } }
  @media (max-width: 575.98px) {
    .custom_text_image.padding-vertical {
      padding: 0; } }
.custom_text_image .align-items-stretch .content-block {
  padding-top: 31px; }
.custom_text_image .align-items-start .content-block {
  padding-top: 31px; }
.custom_text_image .align-items-end .content-block {
  padding-bottom: 0; }
.custom_text_image.no-margin {
  margin: 0 !important; }
@media (max-width: 991.98px) {
  .custom_text_image.image_on_left .side-text {
    order: 1;
    padding-bottom: 40px; } }
@media (max-width: 991.98px) {
  .custom_text_image.image_on_left .side-image {
    order: 2;
    margin-bottom: 30px !important; } }
@media (max-width: 575.98px) {
  .custom_text_image.image_on_left .side-image {
    margin-bottom: 0 !important; } }
@media (max-width: 991.98px) {
  .custom_text_image.image_on_right .side-text {
    order: 1;
    padding-bottom: 40px; } }
.custom_text_image.image_on_right .side-image {
  order: 1; }
  @media (max-width: 991.98px) {
    .custom_text_image.image_on_right .side-image {
      order: 2;
      margin-bottom: 30px !important; } }
  @media (max-width: 575.98px) {
    .custom_text_image.image_on_right .side-image {
      margin-bottom: 0 !important; } }
  .custom_text_image.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image.image_on_right .side-image .wp-block-image .image-fit-contain {
    object-position: left center; }
  .custom_text_image.image_on_right .side-image .image-wrapping figcaption, .custom_text_image.image_on_right .side-image .wp-block-image figcaption {
    text-align: left; }
.custom_text_image .side-image {
  display: flex;
  padding-bottom: 50px; }
  .custom_text_image .side-image .wp-block-image {
    padding-top: unset;
    position: relative;
    width: 100%; }
    .custom_text_image .side-image .wp-block-image.center {
      align-self: center; }
    .custom_text_image .side-image .wp-block-image.top {
      align-self: flex-start; }
    .custom_text_image .side-image .wp-block-image.bottom {
      align-self: flex-end; }
    .custom_text_image .side-image .wp-block-image.right img {
      margin-left: auto;
      display: block; }
      @media (max-width: 991.98px) {
        .custom_text_image .side-image .wp-block-image.right img {
          margin: 0 auto; } }
    .custom_text_image .side-image .wp-block-image.center img {
      display: block;
      margin: 0 auto; }
    .custom_text_image .side-image .wp-block-image.left img {
      margin-right: auto;
      display: block; }
      @media (max-width: 991.98px) {
        .custom_text_image .side-image .wp-block-image.left img {
          margin: 0 auto; } }
    .custom_text_image .side-image .wp-block-image figcaption {
      background-color: #ffffff !important;
      color: #000;
      font-size: 12px;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.2;
      margin: 0 0 15px !important;
      padding: 15px 0;
      text-align: left; }
    .custom_text_image .side-image .wp-block-image.is-resized {
      width: unset !important;
      max-width: unset !important;
      margin: 0 !important; }
      .custom_text_image .side-image .wp-block-image.is-resized img {
        width: inherit !important;
        max-width: inherit !important;
        height: inherit !important; }
    .custom_text_image .side-image .wp-block-image img.image-fit-cover {
      object-position: center !important;
      width: 100% !important;
      height: 100% !important; }
    .custom_text_image .side-image .wp-block-image img.image-fit-contain {
      width: auto !important;
      height: auto !important; }
.custom_text_image .content-block h2, .custom_text_image .content-block h3, .custom_text_image .content-block h4, .custom_text_image .content-block h5, .custom_text_image .content-block h6 {
  font-family: 'Inter', sans-serif !important;
  color: #3b4461 !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 1.1;
  margin-bottom: 15px; }
.custom_text_image .content-block p, .custom_text_image .content-block strong, .custom_text_image .content-block em, .custom_text_image .content-block ul, .custom_text_image .content-block ul > li, .custom_text_image .content-block ol, .custom_text_image .content-block ol > li, .custom_text_image .content-block span {
  font-family: 'Inter', sans-serif !important;
  color: #000 !important;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 1.35; }
  .custom_text_image .content-block p strong, .custom_text_image .content-block strong strong, .custom_text_image .content-block em strong, .custom_text_image .content-block ul strong, .custom_text_image .content-block ul > li strong, .custom_text_image .content-block ol strong, .custom_text_image .content-block ol > li strong, .custom_text_image .content-block span strong {
    font-weight: bold; }
.custom_text_image .content-block .btn-container, .custom_text_image .content-block .link {
  margin-top: 50px; }
  .custom_text_image .content-block .btn-container a, .custom_text_image .content-block .link a {
    margin-right: 25px; }

.block-quote {
  background-color: #b4bdd8;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .block-quote {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .block-quote.text-left {
    text-align: left !important; }
    .block-quote.text-left p, .block-quote.text-left strong, .block-quote.text-left h1, .block-quote.text-left h2, .block-quote.text-left h3, .block-quote.text-left h4, .block-quote.text-left h5, .block-quote.text-left span {
      text-align: left !important; }
  .block-quote.text-center {
    text-align: center !important; }
    .block-quote.text-center p, .block-quote.text-center strong, .block-quote.text-center h1, .block-quote.text-center h2, .block-quote.text-center h3, .block-quote.text-center h4, .block-quote.text-center h5, .block-quote.text-center span {
      text-align: center !important; }
  .block-quote.text-right {
    text-align: right !important; }
    .block-quote.text-right p, .block-quote.text-right strong, .block-quote.text-right h1, .block-quote.text-right h2, .block-quote.text-right h3, .block-quote.text-right h4, .block-quote.text-right h5, .block-quote.text-right span {
      text-align: right !important; }

@media only screen and (max-width: 991px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none !important;
    margin: 0 auto; }

  .wp-block-media-text {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 !important; } }
@media only screen and (max-width: 767px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%; }
    .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
      text-align: center; }

  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; }

  .wp-block-media-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; } }
.carousel_block_testimonials {
  position: relative; }
  .carousel_block_testimonials .container {
    position: relative; }
  .carousel_block_testimonials.has-image #carousel__testimonials {
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw; }
    .carousel_block_testimonials.has-image #carousel__testimonials .content-testimonial {
      width: calc(100% + ((100vw - 1100px)/(2))); }
  .carousel_block_testimonials .container-control {
    position: absolute;
    padding-top: 20px;
    right: 0;
    font-size: 0;
    z-index: 5;
    width: 75px; }
    .carousel_block_testimonials .container-control .container {
      position: relative;
      height: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next, .carousel_block_testimonials .container-control .carousel-control-prev {
      bottom: unset;
      display: inline-block;
      height: 13px;
      opacity: 1;
      position: relative;
      transition: all 0.4s ease;
      width: 25px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-icon, .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        width: 100%; }
    .carousel_block_testimonials .container-control .carousel-control-next {
      left: 18px; }
      .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/icons/arrow-long-right-white.svg"); }
    .carousel_block_testimonials .container-control .carousel-control-prev {
      left: 0; }
      .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-long-left-white.svg"); }
    .carousel_block_testimonials .container-control #title-section-fixed {
      margin-top: 25px; }
      .carousel_block_testimonials .container-control #title-section-fixed h3 {
        font-family: 'Inter', sans-serif !important;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.98;
        letter-spacing: -0.89px;
        color: white;
        margin-bottom: 0 !important; }
  .carousel_block_testimonials.bg-green {
    background-color: #164f90; }
  .carousel_block_testimonials.bg-orange {
    background-color: #164f90; }
  .carousel_block_testimonials #carousel__testimonials {
    background-color: transparent;
    padding: 0;
    position: relative; }
    .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
      bottom: 20px;
      counter-reset: none !important;
      left: 0;
      list-style-type: none !important;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: unset; }
      .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid white;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 10px !important;
        margin: 10px 5px;
        opacity: 1;
        padding: 0 !important;
        transition: all 0.4s ease;
        width: 10px;
        height: 10px;
        z-index: 9; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::after, .carousel_block_testimonials #carousel__testimonials .carousel-indicators li::before {
          content: none !important; }
        .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
          opacity: 1;
          background-color: white; }
          .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active::before {
            display: block; }
    .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
      align-items: stretch;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
          flex-direction: column-reverse; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container img, .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          object-fit: cover;
          position: absolute;
          top: 50%;
          width: 100%; }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
        position: relative;
        flex: 1 0 25vw;
        margin-right: 30px; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
          height: 100%;
          left: calc((100vw - 1100px)/(-2));
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
            left: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side {
            flex: 1 0 100%;
            margin: 0; }
            .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .outside-container {
              margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
              margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
              max-width: 100vw;
              width: 100vw;
              height: 400px;
              left: unset;
              position: relative; } }
      .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
        position: relative; }
        .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
          height: 100%;
          left: 0;
          overflow: hidden;
          padding: 0;
          position: absolute;
          right: calc((100vw - 1100px)/(-2));
          top: 0;
          width: calc(100% + ((100vw - 1100px)/(2)));
          z-index: 40; }
        @media (max-width: 1200px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            right: calc((100vw - 940px)/(-2));
            width: calc(100% + ((100vw - 940px)/(2))); } }
        @media (max-width: 991px) {
          .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side .outside-container {
            margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
            margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
            max-width: 100vw;
            width: 100vw;
            height: 400px;
            left: unset;
            position: relative; } }
    .carousel_block_testimonials #carousel__testimonials .content-testimonial {
      padding: 75px 0; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, .carousel_block_testimonials #carousel__testimonials .content-testimonial h5, .carousel_block_testimonials #carousel__testimonials .content-testimonial p, .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, .carousel_block_testimonials #carousel__testimonials .content-testimonial em {
        color: white; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote {
        font-family: 'Inter', sans-serif !important;
        color: #ffffff;
        font-size: 17px;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        letter-spacing: -0.3px;
        line-height: 1.47; }
      .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
        font-family: 'Inter', sans-serif !important;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.4px;
        line-height: 1.67;
        margin-top: 30px;
        padding-left: 36px;
        position: relative;
        text-transform: uppercase; }
        .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
          content: '';
          background-color: #ffffff;
          display: block;
          height: 1px;
          left: 0;
          position: absolute;
          top: 10px;
          width: 26px; }

.wp-block-columns .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wp-block-columns .wp-block-column.column-7 {
    flex-basis: calc(70% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-6 {
    flex-basis: calc(60% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-5 {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column.column-4 {
    flex-basis: calc(40% - 16px);
    flex-grow: 0; }
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto; }
    .wp-block-columns .wp-block-column .wp-block-image img {
      height: 100%;
      width: 100%; }
    .wp-block-columns .wp-block-column .wp-block-image figcaption {
      background-color: #ffffff;
      font-family: 'Inter', sans-serif !important;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.57;
      letter-spacing: normal;
      margin: 0;
      padding: 8px 25px 11px;
      color: #000; }
.wp-block-columns.no-margin {
  margin-bottom: 0 !important; }
.wp-block-columns.has-img-caption {
  padding: 120px 0; }
  @media (max-width: 991px) {
    .wp-block-columns.has-img-caption {
      padding: 50px 0 !important; } }
.wp-block-columns.has-bg-color-neutral {
  position: relative;
  z-index: 0; }
  .wp-block-columns.has-bg-color-neutral::before {
    content: "";
    background-color: #f7f8f9;
    height: 100%;
    width: 100vw;
    margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
    margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
    max-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
@media (max-width: 991px) {
  .wp-block-columns {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start; }
    .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-bottom: 30px;
      width: 100%; }
      .wp-block-columns .wp-block-column .wp-block-image {
        margin-left: unset !important; } }

.interior-page #accordionBlock .card, .interior-page .elevation-accordion .card, .interior-page .accordion .card {
  border-radius: 5px !important;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #164f90;
  margin-bottom: 14px;
  /*.card.heade4r*/ }
  .interior-page #accordionBlock .card:first-child .card-header h2 .btn::before, .interior-page .elevation-accordion .card:first-child .card-header h2 .btn::before, .interior-page .accordion .card:first-child .card-header h2 .btn::before {
    content: "\f078"; }
  .interior-page #accordionBlock .card .card-header, .interior-page .elevation-accordion .card .card-header, .interior-page .accordion .card .card-header {
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    border-radius: 0px !important;
    border-bottom: none; }
    .interior-page #accordionBlock .card .card-header h2, .interior-page #accordionBlock .card .card-header h3, .interior-page #accordionBlock .card .card-header h4, .interior-page #accordionBlock .card .card-header h6, .interior-page .elevation-accordion .card .card-header h2, .interior-page .elevation-accordion .card .card-header h3, .interior-page .elevation-accordion .card .card-header h4, .interior-page .elevation-accordion .card .card-header h6, .interior-page .accordion .card .card-header h2, .interior-page .accordion .card .card-header h3, .interior-page .accordion .card .card-header h4, .interior-page .accordion .card .card-header h6 {
      font-family: 'Inter', sans-serif !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.22;
      letter-spacing: -0.32px;
      color: #3b4461;
      text-decoration: none; }
      .interior-page #accordionBlock .card .card-header h2 .btn, .interior-page #accordionBlock .card .card-header h3 .btn, .interior-page #accordionBlock .card .card-header h4 .btn, .interior-page #accordionBlock .card .card-header h6 .btn, .interior-page .elevation-accordion .card .card-header h2 .btn, .interior-page .elevation-accordion .card .card-header h3 .btn, .interior-page .elevation-accordion .card .card-header h4 .btn, .interior-page .elevation-accordion .card .card-header h6 .btn, .interior-page .accordion .card .card-header h2 .btn, .interior-page .accordion .card .card-header h3 .btn, .interior-page .accordion .card .card-header h4 .btn, .interior-page .accordion .card .card-header h6 .btn {
        color: inherit;
        display: block;
        font-size: inherit;
        font-weight: inherit;
        margin: 0 !important;
        padding: 28px 50px;
        padding-left: 44px;
        position: relative;
        text-align: left;
        width: 100%;
        white-space: normal !important;
        box-shadow: none !important;
        outline: none;
        border-radius: 0;
        text-decoration: none; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="true"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="true"]::before {
          content: "\f0de";
          color: white; }
        .interior-page #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page #accordionBlock .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .elevation-accordion .card .card-header h6 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h3 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h4 .btn[aria-expanded^="false"]::before, .interior-page .accordion .card .card-header h6 .btn[aria-expanded^="false"]::before {
          content: "\f0dd"; }
        .interior-page #accordionBlock .card .card-header h2 .btn::before, .interior-page #accordionBlock .card .card-header h3 .btn::before, .interior-page #accordionBlock .card .card-header h4 .btn::before, .interior-page #accordionBlock .card .card-header h6 .btn::before, .interior-page .elevation-accordion .card .card-header h2 .btn::before, .interior-page .elevation-accordion .card .card-header h3 .btn::before, .interior-page .elevation-accordion .card .card-header h4 .btn::before, .interior-page .elevation-accordion .card .card-header h6 .btn::before, .interior-page .accordion .card .card-header h2 .btn::before, .interior-page .accordion .card .card-header h3 .btn::before, .interior-page .accordion .card .card-header h4 .btn::before, .interior-page .accordion .card .card-header h6 .btn::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          /*--adjust as necessary--*/
          color: #164f90;
          display: inline-block;
          font-size: 20px;
          line-height: 1;
          margin-right: 18px;
          position: absolute;
          right: 0;
          top: calc(50% - 10px); }
        .interior-page #accordionBlock .card .card-header h2 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h3 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h4 .btn.collapsed::before, .interior-page #accordionBlock .card .card-header h6 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h2 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h3 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h4 .btn.collapsed::before, .interior-page .elevation-accordion .card .card-header h6 .btn.collapsed::before, .interior-page .accordion .card .card-header h2 .btn.collapsed::before, .interior-page .accordion .card .card-header h3 .btn.collapsed::before, .interior-page .accordion .card .card-header h4 .btn.collapsed::before, .interior-page .accordion .card .card-header h6 .btn.collapsed::before {
          content: "\f0dd"; }
        .interior-page #accordionBlock .card .card-header h2 .btn:hover, .interior-page #accordionBlock .card .card-header h2 .btn:focus, .interior-page #accordionBlock .card .card-header h2 .btn:active, .interior-page #accordionBlock .card .card-header h3 .btn:hover, .interior-page #accordionBlock .card .card-header h3 .btn:focus, .interior-page #accordionBlock .card .card-header h3 .btn:active, .interior-page #accordionBlock .card .card-header h4 .btn:hover, .interior-page #accordionBlock .card .card-header h4 .btn:focus, .interior-page #accordionBlock .card .card-header h4 .btn:active, .interior-page #accordionBlock .card .card-header h6 .btn:hover, .interior-page #accordionBlock .card .card-header h6 .btn:focus, .interior-page #accordionBlock .card .card-header h6 .btn:active, .interior-page .elevation-accordion .card .card-header h2 .btn:hover, .interior-page .elevation-accordion .card .card-header h2 .btn:focus, .interior-page .elevation-accordion .card .card-header h2 .btn:active, .interior-page .elevation-accordion .card .card-header h3 .btn:hover, .interior-page .elevation-accordion .card .card-header h3 .btn:focus, .interior-page .elevation-accordion .card .card-header h3 .btn:active, .interior-page .elevation-accordion .card .card-header h4 .btn:hover, .interior-page .elevation-accordion .card .card-header h4 .btn:focus, .interior-page .elevation-accordion .card .card-header h4 .btn:active, .interior-page .elevation-accordion .card .card-header h6 .btn:hover, .interior-page .elevation-accordion .card .card-header h6 .btn:focus, .interior-page .elevation-accordion .card .card-header h6 .btn:active, .interior-page .accordion .card .card-header h2 .btn:hover, .interior-page .accordion .card .card-header h2 .btn:focus, .interior-page .accordion .card .card-header h2 .btn:active, .interior-page .accordion .card .card-header h3 .btn:hover, .interior-page .accordion .card .card-header h3 .btn:focus, .interior-page .accordion .card .card-header h3 .btn:active, .interior-page .accordion .card .card-header h4 .btn:hover, .interior-page .accordion .card .card-header h4 .btn:focus, .interior-page .accordion .card .card-header h4 .btn:active, .interior-page .accordion .card .card-header h6 .btn:hover, .interior-page .accordion .card .card-header h6 .btn:focus, .interior-page .accordion .card .card-header h6 .btn:active {
          text-decoration: none; }
  .interior-page #accordionBlock .card.active, .interior-page #accordionBlock .card.open, .interior-page .elevation-accordion .card.active, .interior-page .elevation-accordion .card.open, .interior-page .accordion .card.active, .interior-page .accordion .card.open {
    background: #164f90; }
    .interior-page #accordionBlock .card.active .card-header, .interior-page #accordionBlock .card.open .card-header, .interior-page .elevation-accordion .card.active .card-header, .interior-page .elevation-accordion .card.open .card-header, .interior-page .accordion .card.active .card-header, .interior-page .accordion .card.open .card-header {
      background: #164f90 !important; }
      .interior-page #accordionBlock .card.active .card-header h1, .interior-page #accordionBlock .card.active .card-header h2, .interior-page #accordionBlock .card.active .card-header h3, .interior-page #accordionBlock .card.active .card-header h4, .interior-page #accordionBlock .card.active .card-header h5, .interior-page #accordionBlock .card.active .card-header h6, .interior-page #accordionBlock .card.open .card-header h1, .interior-page #accordionBlock .card.open .card-header h2, .interior-page #accordionBlock .card.open .card-header h3, .interior-page #accordionBlock .card.open .card-header h4, .interior-page #accordionBlock .card.open .card-header h5, .interior-page #accordionBlock .card.open .card-header h6, .interior-page .elevation-accordion .card.active .card-header h1, .interior-page .elevation-accordion .card.active .card-header h2, .interior-page .elevation-accordion .card.active .card-header h3, .interior-page .elevation-accordion .card.active .card-header h4, .interior-page .elevation-accordion .card.active .card-header h5, .interior-page .elevation-accordion .card.active .card-header h6, .interior-page .elevation-accordion .card.open .card-header h1, .interior-page .elevation-accordion .card.open .card-header h2, .interior-page .elevation-accordion .card.open .card-header h3, .interior-page .elevation-accordion .card.open .card-header h4, .interior-page .elevation-accordion .card.open .card-header h5, .interior-page .elevation-accordion .card.open .card-header h6, .interior-page .accordion .card.active .card-header h1, .interior-page .accordion .card.active .card-header h2, .interior-page .accordion .card.active .card-header h3, .interior-page .accordion .card.active .card-header h4, .interior-page .accordion .card.active .card-header h5, .interior-page .accordion .card.active .card-header h6, .interior-page .accordion .card.open .card-header h1, .interior-page .accordion .card.open .card-header h2, .interior-page .accordion .card.open .card-header h3, .interior-page .accordion .card.open .card-header h4, .interior-page .accordion .card.open .card-header h5, .interior-page .accordion .card.open .card-header h6 {
        color: white !important; }
        .interior-page #accordionBlock .card.active .card-header h1 .active, .interior-page #accordionBlock .card.active .card-header h2 .active, .interior-page #accordionBlock .card.active .card-header h3 .active, .interior-page #accordionBlock .card.active .card-header h4 .active, .interior-page #accordionBlock .card.active .card-header h5 .active, .interior-page #accordionBlock .card.active .card-header h6 .active, .interior-page #accordionBlock .card.open .card-header h1 .active, .interior-page #accordionBlock .card.open .card-header h2 .active, .interior-page #accordionBlock .card.open .card-header h3 .active, .interior-page #accordionBlock .card.open .card-header h4 .active, .interior-page #accordionBlock .card.open .card-header h5 .active, .interior-page #accordionBlock .card.open .card-header h6 .active, .interior-page .elevation-accordion .card.active .card-header h1 .active, .interior-page .elevation-accordion .card.active .card-header h2 .active, .interior-page .elevation-accordion .card.active .card-header h3 .active, .interior-page .elevation-accordion .card.active .card-header h4 .active, .interior-page .elevation-accordion .card.active .card-header h5 .active, .interior-page .elevation-accordion .card.active .card-header h6 .active, .interior-page .elevation-accordion .card.open .card-header h1 .active, .interior-page .elevation-accordion .card.open .card-header h2 .active, .interior-page .elevation-accordion .card.open .card-header h3 .active, .interior-page .elevation-accordion .card.open .card-header h4 .active, .interior-page .elevation-accordion .card.open .card-header h5 .active, .interior-page .elevation-accordion .card.open .card-header h6 .active, .interior-page .accordion .card.active .card-header h1 .active, .interior-page .accordion .card.active .card-header h2 .active, .interior-page .accordion .card.active .card-header h3 .active, .interior-page .accordion .card.active .card-header h4 .active, .interior-page .accordion .card.active .card-header h5 .active, .interior-page .accordion .card.active .card-header h6 .active, .interior-page .accordion .card.open .card-header h1 .active, .interior-page .accordion .card.open .card-header h2 .active, .interior-page .accordion .card.open .card-header h3 .active, .interior-page .accordion .card.open .card-header h4 .active, .interior-page .accordion .card.open .card-header h5 .active, .interior-page .accordion .card.open .card-header h6 .active {
          color: white !important; }
  .interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body, .interior-page .accordion .card .collapse .card-body {
    background: #164f90;
    color: #000;
    padding: 0; }
    .interior-page #accordionBlock .card .collapse .card-body p, .interior-page #accordionBlock .card .collapse .card-body h3, .interior-page #accordionBlock .card .collapse .card-body h2, .interior-page #accordionBlock .card .collapse .card-body h4, .interior-page #accordionBlock .card .collapse .card-body h5, .interior-page #accordionBlock .card .collapse .card-body h6, .interior-page #accordionBlock .card .collapse .card-body span, .interior-page #accordionBlock .card .collapse .card-body strong, .interior-page #accordionBlock .card .collapse .card-body em, .interior-page .elevation-accordion .card .collapse .card-body p, .interior-page .elevation-accordion .card .collapse .card-body h3, .interior-page .elevation-accordion .card .collapse .card-body h2, .interior-page .elevation-accordion .card .collapse .card-body h4, .interior-page .elevation-accordion .card .collapse .card-body h5, .interior-page .elevation-accordion .card .collapse .card-body h6, .interior-page .elevation-accordion .card .collapse .card-body span, .interior-page .elevation-accordion .card .collapse .card-body strong, .interior-page .elevation-accordion .card .collapse .card-body em, .interior-page .accordion .card .collapse .card-body p, .interior-page .accordion .card .collapse .card-body h3, .interior-page .accordion .card .collapse .card-body h2, .interior-page .accordion .card .collapse .card-body h4, .interior-page .accordion .card .collapse .card-body h5, .interior-page .accordion .card .collapse .card-body h6, .interior-page .accordion .card .collapse .card-body span, .interior-page .accordion .card .collapse .card-body strong, .interior-page .accordion .card .collapse .card-body em {
      color: white; }
    .interior-page #accordionBlock .card .collapse .card-body ol.list > li:before, .interior-page .elevation-accordion .card .collapse .card-body ol.list > li:before, .interior-page .accordion .card .collapse .card-body ol.list > li:before {
      color: white; }
    .interior-page #accordionBlock .card .collapse .card-body ul.list > li:after, .interior-page .elevation-accordion .card .collapse .card-body ul.list > li:after, .interior-page .accordion .card .collapse .card-body ul.list > li:after {
      background: white; }
  .interior-page #accordionBlock .card .collapse.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .accordion .card .collapse.show {
    margin-top: -2px; }
    .interior-page #accordionBlock .card .collapse.show .card-body, .interior-page .elevation-accordion .card .collapse.show .card-body, .interior-page .accordion .card .collapse.show .card-body {
      padding: 19px;
      padding-top: 0;
      padding-left: 44px;
      padding-right: 40px;
      background: #164f90;
      color: white; }
      .interior-page #accordionBlock .card .collapse.show .card-body p, .interior-page .elevation-accordion .card .collapse.show .card-body p, .interior-page .accordion .card .collapse.show .card-body p {
        color: white; }
        .interior-page #accordionBlock .card .collapse.show .card-body p a, .interior-page .elevation-accordion .card .collapse.show .card-body p a, .interior-page .accordion .card .collapse.show .card-body p a {
          color: inherit; }
  .interior-page #accordionBlock .card .collapsing .card-body, .interior-page .elevation-accordion .card .collapsing .card-body, .interior-page .accordion .card .collapsing .card-body {
    padding: 19px; }
  .interior-page #accordionBlock .card .collapse, .interior-page #accordionBlock .card .collapsing, .interior-page .elevation-accordion .card .collapse, .interior-page .elevation-accordion .card .collapsing, .interior-page .accordion .card .collapse, .interior-page .accordion .card .collapsing {
    opacity: 0; }
    .interior-page #accordionBlock .card .collapse.show, .interior-page #accordionBlock .card .collapsing.show, .interior-page .elevation-accordion .card .collapse.show, .interior-page .elevation-accordion .card .collapsing.show, .interior-page .accordion .card .collapse.show, .interior-page .accordion .card .collapsing.show {
      -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 576px) {
  .interior-page #accordionBlock .card .collapse .card-body, .interior-page .elevation-accordion .card .collapse .card-body {
    padding: 18px 19px; } }
.filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
  background-image: radial-gradient(ellipse at center, white, white) !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #3b4461 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  max-width: 100% !important; }
  .filter-category div.ajaxsearchpro.vertical, .filter-category .ajaxsearchpro.vertical, .filter-wrap div.ajaxsearchpro.vertical, .filter-wrap .ajaxsearchpro.vertical {
    background-color: black !important; }
  .filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
    height: 57px !important;
    background: transparent !important;
    border-radius: 29px !important;
    box-shadow: none !important;
    border-color: #979797 !important; }
    .filter-category div.ajaxsearchpro .probox .promagnifier, .filter-category .ajaxsearchpro .probox .promagnifier, .filter-wrap div.ajaxsearchpro .probox .promagnifier, .filter-wrap .ajaxsearchpro .probox .promagnifier {
      background: white !important;
      border: none !important;
      box-shadow: none !important;
      width: 50px !important;
      height: 57px !important; }
      .filter-category div.ajaxsearchpro .probox .promagnifier .innericon, .filter-category .ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon {
        width: 50px !important;
        position: relative;
        height: 57px !important; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-category .ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
          content: "\f002";
          box-sizing: border-box;
          font: normal normal normal 14px/1 FontAwesome;
          font-family: "Font Awesome 5 Pro";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          text-rendering: auto;
          transition: 0.4s;
          color: #ad95cd;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px; }
        .filter-category div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-category .ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon svg {
          display: none !important;
          fill: black !important; }
    .filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
      background: white !important;
      padding: 0px !important;
      margin: 0 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput form input, .filter-category div.ajaxsearchpro .probox .proinput form textarea, .filter-category div.ajaxsearchpro .probox .proinput form select, .filter-category .ajaxsearchpro .probox .proinput form input, .filter-category .ajaxsearchpro .probox .proinput form textarea, .filter-category .ajaxsearchpro .probox .proinput form select, .filter-wrap div.ajaxsearchpro .probox .proinput form input, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea, .filter-wrap div.ajaxsearchpro .probox .proinput form select, .filter-wrap .ajaxsearchpro .probox .proinput form input, .filter-wrap .ajaxsearchpro .probox .proinput form textarea, .filter-wrap .ajaxsearchpro .probox .proinput form select {
        border-radius: 0px !important;
        box-shadow: none !important;
        color: rgba(22, 79, 144, 0.74) !important;
        font-family: 'Inter', sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        height: auto !important;
        outline: none !important;
        padding: 10px 15px !important;
        position: absolute;
        top: 0;
        width: 100%; }
        .filter-category div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-category .ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput form select .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form input .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form textarea .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput form select .autocomplete {
          top: 20px !important;
          margin-top: -41px !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input:active, .filter-category div.ajaxsearchpro .probox .proinput form input:focus, .filter-category div.ajaxsearchpro .probox .proinput form textarea:active, .filter-category div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-category div.ajaxsearchpro .probox .proinput form select:active, .filter-category div.ajaxsearchpro .probox .proinput form select:focus, .filter-category .ajaxsearchpro .probox .proinput form input:active, .filter-category .ajaxsearchpro .probox .proinput form input:focus, .filter-category .ajaxsearchpro .probox .proinput form textarea:active, .filter-category .ajaxsearchpro .probox .proinput form textarea:focus, .filter-category .ajaxsearchpro .probox .proinput form select:active, .filter-category .ajaxsearchpro .probox .proinput form select:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form input:active, .filter-wrap div.ajaxsearchpro .probox .proinput form input:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap div.ajaxsearchpro .probox .proinput form select:active, .filter-wrap div.ajaxsearchpro .probox .proinput form select:focus, .filter-wrap .ajaxsearchpro .probox .proinput form input:active, .filter-wrap .ajaxsearchpro .probox .proinput form input:focus, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:active, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:focus, .filter-wrap .ajaxsearchpro .probox .proinput form select:active, .filter-wrap .ajaxsearchpro .probox .proinput form select:focus {
          border: none !important;
          outline: none !important; }
        .filter-category div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput form select:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form input:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form textarea:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput form select:-moz-placeholder {
          color: rgba(22, 79, 144, 0.74) !important;
          font-family: 'Inter', sans-serif !important;
          font-size: 14px !important;
          font-weight: normal !important;
          opacity: 1 !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-category .ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput input.autocomplete {
        top: 48px !important;
        padding-left: 28px !important;
        margin-top: -28px !important; }
      .filter-category div.ajaxsearchpro .probox .proinput input.orig, .filter-category .ajaxsearchpro .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig, .filter-wrap .ajaxsearchpro .probox .proinput input.orig {
        font-size: 14px !important;
        height: 37px !important;
        left: 8px;
        top: 10px;
        margin: 0 !important;
        padding: 0 !important;
        /* firefox 19+ */
        /* ie */ }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
          color: #164f90 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
          color: #164f90 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
        .filter-category div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder {
          color: #164f90 !important;
          font-size: 14px !important;
          opacity: 1 !important;
          font-weight: 700 !important; }
    .filter-category div.ajaxsearchpro .probox .proloading, .filter-category .ajaxsearchpro .probox .proloading, .filter-wrap div.ajaxsearchpro .probox .proloading, .filter-wrap .ajaxsearchpro .probox .proloading {
      align-self: center; }
    .filter-category div.ajaxsearchpro .probox .proclose, .filter-category .ajaxsearchpro .probox .proclose, .filter-wrap div.ajaxsearchpro .probox .proclose, .filter-wrap .ajaxsearchpro .probox .proclose {
      align-self: center; }
  .filter-category div.ajaxsearchpro .results .item .asp_content h3 a, .filter-category .ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap .ajaxsearchpro .results .item .asp_content h3 a {
    color: rgba(22, 79, 144, 0.7) !important; }
.filter-category #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-category #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-category div.asp_m.asp_m_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-wrap div.asp_m.asp_m_1 .probox .proinput input.orig {
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: visible;
  font-weight: 700 !important; }

/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #164f90 !important; }
div[id^="ajaxsearchprores"] .resdrg .item h3, div[id^="ajaxsearchprores"] .resdrg .item h3 a, div[class^="asp_r_"] .resdrg .item h3, div[class^="asp_r_"] .resdrg .item h3 a {
  color: #164f90 !important; }

@media only screen and (max-width: 991px) {
  .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
    flex-basis: auto !important;
    min-width: 100% !important; } }
.tml .tml-action-links a {
  color: #164f90 !important; }

.tml input, .tml textarea, .tml select {
  background: #f0f0f0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  color: #2d1a09;
  min-height: 50px;
  padding: 3px 10px !important; }

#loginform .tml-submit-wrap input[type="submit"] {
  background-color: #182955;
  border-radius: 7px;
  border: none;
  box-shadow: none;
  color: white !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1 !important;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 16px 28px;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
#loginform .login-username, #loginform .login-password, #loginform .pmpro_lost_password-field {
  margin-bottom: 10px !important; }
  #loginform .login-username label, #loginform .login-password label, #loginform .pmpro_lost_password-field label {
    display: block;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 18px;
    color: #d8d8d8; }
  #loginform .login-username input, #loginform .login-password input, #loginform .pmpro_lost_password-field input {
    font-family: 'Montserrat', sans-serif !important;
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #d8d8d8;
    box-shadow: none;
    color: #164f90;
    font-size: 13px !important;
    font-weight: bold;
    min-height: 40px;
    padding: 10px 15px !important; }
    #loginform .login-username input:active, #loginform .login-username input:focus, #loginform .login-password input:active, #loginform .login-password input:focus, #loginform .pmpro_lost_password-field input:active, #loginform .pmpro_lost_password-field input:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      outline: none; }
#loginform .login-remember label {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 18px;
  color: #d8d8d8; }
#loginform .login-submit {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  #loginform .login-submit::after {
    content: "";
    background-image: url("../images/icons/chevron-black-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    width: 8px;
    z-index: 9;
    display: none; }
  #loginform .login-submit #wp-submit, #loginform .login-submit input[type="submit"] {
    background-color: #164f90;
    border-radius: 50px;
    border: 2px solid #164f90 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 116px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    #loginform .login-submit #wp-submit:hover, #loginform .login-submit #wp-submit:focus, #loginform .login-submit #wp-submit:active, #loginform .login-submit input[type="submit"]:hover, #loginform .login-submit input[type="submit"]:focus, #loginform .login-submit input[type="submit"]:active {
      background-color: transparent !important;
      color: #164f90 !important;
      text-decoration: none; }

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #164f90;
  border-radius: 50px;
  border: 2px solid #164f90 !important;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
  line-height: 1.39 !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 116px;
  opacity: 1;
  padding: 14px 41px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  .pmpro_btn:hover, .pmpro_btn:focus, .pmpro_btn:active, .pmpro_btn:link:hover, .pmpro_btn:link:focus, .pmpro_btn:link:active, .pmpro_content_message a:hover, .pmpro_content_message a:focus, .pmpro_content_message a:active, .pmpro_content_message a:link:hover, .pmpro_content_message a:link:focus, .pmpro_content_message a:link:active {
    background-color: transparent !important;
    color: #164f90 !important;
    text-decoration: none; }

.switcher div.selected {
  border-radius: 49.5px;
  border: solid 1.5px #e0e0e0;
  background: #ffffff !important;
  text-align: center;
  padding: 10px;
  overflow: hidden; }
  .switcher div.selected a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3b4461 !important;
    background: white !important;
    width: auto !important;
    border: none !important; }
.switcher .option {
  border: none !important;
  text-align: center;
  background: #f0f1f5 !important;
  bottom: 100% !important;
  border-radius: 10px !important;
  position: absolute !important; }
  .switcher .option a {
    color: #3b4461 !important;
    padding: 7px;
    margin: 10px 0;
    border-radius: 50px;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important; }
    .switcher .option a:hover {
      background: rgba(59, 68, 97, 0.1) !important; }
  .switcher .option a.selected {
    background: rgba(0, 0, 0, 0.1) !important; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading {
  margin-bottom: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_title {
    font-family: 'Inter', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -0.9px;
    color: #164f90; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_description {
    font-family: 'Inter', sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: -0.09px;
    margin-bottom: 0 !important;
    color: rgba(0, 0, 0, 0.74); }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield {
  padding-left: 0 !important;
  margin-top: 0 !important;
  /*checkbox*/
  /*field address */ }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio {
    /*RADIO Button circular style*/ }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
      cursor: pointer;
      height: 100%;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
      font-family: 'Inter', sans-serif !important;
      color: #000;
      cursor: pointer;
      display: inline-block !important;
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 1.67;
      margin: 0 auto;
      padding: 0 0 0 25px !important;
      position: relative;
      vertical-align: middle;
      z-index: 1; }
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
      .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
        content: "";
        -webkit-transition: all 0.2s ease;
        background: #164f90;
        border-radius: 50%;
        border: 4px solid #164f90;
        height: 14px;
        left: 0;
        position: absolute;
        top: 7px;
        transition: all 0.2s ease;
        width: 14px;
        z-index: -1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
      margin: 0 !important; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      border: 4px solid #939382;
      background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label {
    font-family: 'Inter', sans-serif !important;
    color: #164f90;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #164f90;
      border-radius: 0;
      border: 4px solid #164f90;
      height: 15px;
      left: 0;
      position: absolute;
      top: 1px;
      transition: all 0.2s ease;
      width: 15px;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 12px;
    left: 1px;
    position: absolute;
    top: 0px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label {
    font-family: 'Inter', sans-serif !important;
    color: #000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 1.3888888888888888rem !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::after,
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label::after {
      content: "";
      -webkit-transition: all 0.2s ease;
      background: #164f90;
      border-radius: 0.16666666666666666rem;
      border: 0.2222222222rem solid #164f90;
      height: 0.8333333333333334rem;
      left: 0;
      position: absolute;
      top: 0.05555555555555555rem;
      transition: all 0.2s ease;
      width: 0.8333333333333334rem;
      z-index: -1; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked,
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:checked + label::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    display: inline-block;
    font-size: 0.6666666666666666rem;
    left: 0.05555555555555555rem;
    position: absolute;
    top: 2px; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0.2222222222222222rem solid #939382;
    background: transparent; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .ginput_container_address .address_country select {
    line-height: 1.5em !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body ul.gform_fields li.gfield .top_label .gfield_label {
    font-family: 'Inter', sans-serif !important;
    color: #164f90;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em; }

.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding: 0 !important;
  width: auto !important;
  margin-top: 30px !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer::after {
    content: "";
    background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 17.9px;
    height: 8.7px;
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button {
    background-color: #3b4461;
    border-radius: 25px;
    border: 2px solid #3b4461 !important;
    color: #f9f7f1 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.53px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 112px;
    opacity: 1;
    padding: 14px 28px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none; }
    .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:active {
      background-color: #555d77 !important;
      border-color: #555d77 !important;
      text-decoration: none; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:active::after {
    -webkit-filter: brightness(100%) invert(0%);
    filter: brightness(100%) invert(0%); }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper .gform_footer {
  margin-top: 18px !important; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper select {
  margin: 0 !important; }
.gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input[type="submit"], .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input.button {
  background-color: #ad95cd;
  border: 2px solid #ad95cd !important;
  color: #f9f7f1 !important; }
  .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input.button:hover, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input.button:focus, .gform_wrapper:not(#gform_wrapper_1):not(.newsletterForm_wrapper):not(.donateForm_wrapper).requestForm_wrapper input.button:active {
    background-color: #d9caec !important;
    border-color: #d9caec !important;
    color: #6a4998 !important;
    text-decoration: none; }

.interior .gform_confirmation_wrapper {
  font-size: 16px !important;
  color: #164f90 !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #164f90;
  padding: 10px 20px;
  position: relative; }
  .gform_confirmation_wrapper .gform_confirmation_message a {
    color: inherit !important;
    text-decoration: underline !important; }
    .gform_confirmation_wrapper .gform_confirmation_message a:hover {
      text-decoration: none !important; }

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 0 !important; }

/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: 'Inter', sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0 !important;
  padding: 18px 0 !important;
  text-align: left !important;
  width: 300px !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%; }

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: solid 2px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000 !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
  font-size: 14px;
  font-family: 'Inter', sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000; }

/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper ul li::before {
  content: none !important; }
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important; }
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important; }
.gform_wrapper li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important; }
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  font-family: 'Inter', sans-serif !important;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #3b4461;
  box-shadow: none;
  color: #3b4461;
  font-size: 13px !important;
  font-weight: 400;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .gform_wrapper input:not([type="submit"])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
    color: #3b4461;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
    color: #3b4461;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
    color: #3b4461;
    opacity: 1; }
  .gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
    box-shadow: none;
    border-color: #27bac1;
    outline: none;
    color: #3b4461;
    /* firefox 19+ */
    /* ie */ }
    .gform_wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .gform_wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .gform_wrapper textarea:active::-webkit-input-placeholder, .gform_wrapper textarea:focus::-webkit-input-placeholder, .gform_wrapper select:active::-webkit-input-placeholder, .gform_wrapper select:focus::-webkit-input-placeholder {
      color: #3b4461;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active::-moz-placeholder, .gform_wrapper input:not([type="submit"]):focus::-moz-placeholder, .gform_wrapper textarea:active::-moz-placeholder, .gform_wrapper textarea:focus::-moz-placeholder, .gform_wrapper select:active::-moz-placeholder, .gform_wrapper select:focus::-moz-placeholder {
      color: #3b4461;
      opacity: 1; }
    .gform_wrapper input:not([type="submit"]):active:-ms-input-placeholder, .gform_wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .gform_wrapper textarea:active:-ms-input-placeholder, .gform_wrapper textarea:focus:-ms-input-placeholder, .gform_wrapper select:active:-ms-input-placeholder, .gform_wrapper select:focus:-ms-input-placeholder {
      color: #3b4461;
      opacity: 1; }
  .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper input:not([type="submit"]):-webkit-autofill:hover, .gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper textarea:-webkit-autofill:hover, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper textarea:-webkit-autofill:hover, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper textarea:-webkit-autofill:hover, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill, .gform_wrapper select:-webkit-autofill:hover, .gform_wrapper select:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill, .gform_wrapper select:-webkit-autofill:hover, .gform_wrapper select:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill, .gform_wrapper select:-webkit-autofill:hover, .gform_wrapper select:-webkit-autofill:focus {
    background: transparent !important;
    color: #3b4461 !important;
    -webkit-text-fill-color: #3b4461 !important;
    transition: background-color 5000s ease-in-out 0s; }
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%233b4461;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: #3b4461; }
  .gform_wrapper select option {
    height: 50px;
    color: #3b4461; }
  .gform_wrapper select:focus, .gform_wrapper select:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2370cbcd;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none; }
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 30px; }
.gform_wrapper label.gfield_label {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin: 0 !important;
  color: #3b4461 !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important; }

.interior-page .entry-content .interior-section-donate .donation-form-container {
  margin-top: 48px; }
.interior-page .entry-content .interior-section-donate .donation-sponsor-form-container {
  margin-top: 0; }
.interior-page .entry-content .interior-section-donate .img-wrap {
  height: 100%;
  border-radius: 0;
  margin: 0; }
  .interior-page .entry-content .interior-section-donate .img-wrap img {
    height: 100% !important; }
.interior-page .entry-content .interior-section-donate form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .interior-page .entry-content .interior-section-donate form .amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .button {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #164f90;
    margin-right: 10px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 52px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px #164f90; }
    .interior-page .entry-content .interior-section-donate form .button.selected {
      background: #164f90;
      color: white; }
    .interior-page .entry-content .interior-section-donate form .button input {
      text-align: center;
      background: transparent;
      border: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form .button input::-webkit-input-placeholder {
        color: #164f90;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
        color: #164f90;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
        color: #164f90;
        opacity: 1;
        font-weight: 700; }
      .interior-page .entry-content .interior-section-donate form .button input:focus, .interior-page .entry-content .interior-section-donate form .button input:active {
        /* firefox 19+ */
        /* ie */ }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-webkit-input-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-moz-placeholder {
          color: white;
          opacity: 1; }
        .interior-page .entry-content .interior-section-donate form .button input:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active:-ms-input-placeholder {
          color: white;
          opacity: 1; }
  .interior-page .entry-content .interior-section-donate form select {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #164f90;
    margin-right: 10px;
    margin-bottom: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/icons/select-arrow-donate.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center;
    min-width: 116px;
    height: 52px;
    padding: 10px 30px;
    border-radius: 30px;
    border: solid 2px #164f90;
    transition: all 0.4s ease;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate form select option {
      color: #164f90; }
    .interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
      color: #164f90;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
      color: #164f90;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
      color: #164f90;
      opacity: 1; }
    .interior-page .entry-content .interior-section-donate form select:focus, .interior-page .entry-content .interior-section-donate form select:active {
      background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
      background-size: 10px;
      background-position: calc(100% - 15px) center;
      background-color: #164f90;
      transition: all 0.4s ease;
      color: white;
      outline: none;
      /* firefox 19+ */
      /* ie */ }
      .interior-page .entry-content .interior-section-donate form select:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-webkit-input-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-moz-placeholder {
        color: white;
        opacity: 1; }
      .interior-page .entry-content .interior-section-donate form select:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active:-ms-input-placeholder {
        color: white;
        opacity: 1; }
  .interior-page .entry-content .interior-section-donate form .switch {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .interior-page .entry-content .interior-section-donate form .item-container {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #e0e0e0;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center; }
  .interior-page .entry-content .interior-section-donate form .item-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .interior-page .entry-content .interior-section-donate form .checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 17px;
    border-radius: 50%;
    border: solid 1px #979797;
    background-color: white;
    order: -1;
    flex-shrink: 0; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark {
    background-color: white; }
  .interior-page .entry-content .interior-section-donate form .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 0px;
    height: 0px;
    transition: 0.4s; }
  .interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark:before {
    display: block;
    width: 10px;
    height: 10px; }
  .interior-page .entry-content .interior-section-donate form .item-container .checkmark:before {
    border-radius: 50%;
    background: #164f90;
    border: none; }
  .interior-page .entry-content .interior-section-donate form .destination {
    margin-bottom: 50px; }
    .interior-page .entry-content .interior-section-donate form .destination label {
      font-family: 'Inter', sans-serif !important;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #164f90;
      display: block; }
    .interior-page .entry-content .interior-section-donate form .destination select {
      margin-top: 28px;
      margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate form input[type="submit"] {
    background-color: #164f90;
    border-radius: 50px;
    border: 2px solid #164f90 !important;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: -0.32p !important;
    line-height: 1.39 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 123px;
    opacity: 1;
    padding: 14px 41px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease; }
    .interior-page .entry-content .interior-section-donate form input[type="submit"]:hover, .interior-page .entry-content .interior-section-donate form input[type="submit"]:focus, .interior-page .entry-content .interior-section-donate form input[type="submit"]:active {
      background-color: #f9f7f1 !important;
      border-color: #f9f7f1 !important;
      color: #164f90 !important;
      text-decoration: none; }
.interior-page .entry-content .interior-section-donate .content-top {
  margin-bottom: 100px; }
  .interior-page .entry-content .interior-section-donate .content-top .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%);
    left: calc((100vw - 1110px) / -2); }
  .interior-page .entry-content .interior-section-donate .content-top .title {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #164f90;
    margin-bottom: 16px; }
  .interior-page .entry-content .interior-section-donate .content-top h2 {
    font-family: 'Inter', sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #f9f7f1;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-top p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #e0e0e0; }
.interior-page .entry-content .interior-section-donate .content-bottom {
  position: relative;
  padding-bottom: 126px; }
  .interior-page .entry-content .interior-section-donate .content-bottom::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #164f90; }
  .interior-page .entry-content .interior-section-donate .content-bottom .img-wrap {
    width: calc(((100vw - 1110px) / 2) + 100%); }
  .interior-page .entry-content .interior-section-donate .content-bottom .info-container {
    padding-top: 144px; }
  .interior-page .entry-content .interior-section-donate .content-bottom .title {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .interior-page .entry-content .interior-section-donate .content-bottom .description {
    margin-bottom: 50px; }
  .interior-page .entry-content .interior-section-donate .content-bottom h2 {
    font-family: 'Inter', sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ad95cd;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .interior-page .entry-content .interior-section-donate .content-bottom p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom .amount {
    margin-bottom: 0; }
  .interior-page .entry-content .interior-section-donate .content-bottom .button, .interior-page .entry-content .interior-section-donate .content-bottom select {
    color: white;
    border-color: white; }
  .interior-page .entry-content .interior-section-donate .content-bottom input[type="submit"] {
    background: white;
    color: #164f90 !important;
    border-color: #164f90 !important; }
  .interior-page .entry-content .interior-section-donate .content-bottom .set-amount {
    color: white;
    /* firefox 19+ */
    /* ie */ }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-webkit-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-moz-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
    .interior-page .entry-content .interior-section-donate .content-bottom .set-amount:-ms-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: 700; }
  .interior-page .entry-content .interior-section-donate .content-bottom select {
    background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) center; }
  .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion, .interior-page .entry-content .interior-section-donate .content-bottom .accordion {
    color: white !important;
    margin-top: 38px; }
    .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card {
      background: transparent;
      border: 1px solid white;
      border-color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header {
        background: transparent !important; }
        .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 {
          color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"] {
            color: white; }
            .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before {
              color: white; }
          .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before {
            color: white; }
      .interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .collapse .card-body {
        background: transparent;
        padding: 38px 19px; }

/*START Sign Up--------------------------------------------------*/
.sign-up-form {
  background-color: transparent;
  margin: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10; }
  .sign-up-form .newsletterForm_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 100%; }
    .sign-up-form .newsletterForm_wrapper form {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      border-bottom: 1px solid white !important; }
    .sign-up-form .newsletterForm_wrapper .gform_heading {
      display: none; }
      .sign-up-form .newsletterForm_wrapper .gform_heading .gform_title {
        font-family: 'Inter', sans-serif !important;
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: -0.67px;
        color: #ffffff;
        text-transform: none;
        margin-top: 0;
        margin-bottom: 27px !important; }
      .sign-up-form .newsletterForm_wrapper .gform_heading h3 {
        margin-bottom: 15px !important; }
      .sign-up-form .newsletterForm_wrapper .gform_heading .gform_description {
        font-family: 'Inter', sans-serif !important;
        color: #ffffff;
        font-size: 15px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        letter-spacing: -0.08px;
        line-height: 1.47;
        width: 100%; }
    .sign-up-form .newsletterForm_wrapper .gform_body {
      width: 100%; }
      .sign-up-form .newsletterForm_wrapper .gform_body #field_38_6 {
        width: 100%;
        margin: 0 !important; }
      .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li {
          width: auto !important; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li input {
            cursor: pointer;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
            z-index: 1; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:checked + label,
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:not(:checked) + label {
            font-family: 'Inter', sans-serif !important;
            color: white;
            cursor: pointer;
            display: inline-block !important;
            font-size: 18px;
            font-weight: 700;
            line-height: 1em;
            margin: 0 auto;
            padding: 25px !important;
            padding-left: 50px !important;
            position: relative;
            vertical-align: middle;
            max-width: 100%;
            z-index: 1; }
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:checked + label::after,
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
              content: "";
              -webkit-transition: all 0.2s ease;
              background: white;
              border-radius: 6px;
              border: 4px solid white;
              height: 30px;
              left: 0;
              position: absolute;
              top: 19px;
              transition: all 0.2s ease;
              width: 30px;
              z-index: -1; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:checked,
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
            margin: 0 !important; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:checked + label::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /*--adjust as necessary--*/
            color: #164f90;
            font-size: 21px;
            left: 4px;
            position: absolute;
            top: 26px; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
            content: "";
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -webkit-transform: scale(1);
            transform: scale(1);
            border: 4px solid white;
            background: white; }
      .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields {
        display: block;
        list-style: none !important;
        padding: 0 !important;
        flex-wrap: wrap; }
        .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error textarea {
          border: none !important;
          border-bottom: solid 2px #ff0000 !important;
          background-color: rgba(255, 0, 0, 0.12);
          color: #ff0000 !important; }
        .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li#field_38_8 {
          width: 0;
          margin: 0 !important; }
        .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li {
          margin: 0 !important;
          padding: 0 !important; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield:last-child, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li:last-child {
            margin-bottom: 0 !important; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .gfield_label, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .gfield_label {
            display: none; }
          .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container {
            margin: 0 !important; }
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
              font-family: 'Inter', sans-serif !important;
              font-size: 14px !important;
              font-weight: 600 !important;
              font-stretch: normal !important;
              font-style: normal !important;
              line-height: normal !important;
              letter-spacing: -0.26px !important;
              color: white !important;
              background: rgba(255, 255, 255, 0) !important;
              border-radius: 0px !important;
              border: none !important;
              min-height: auto !important;
              padding: 0px 0px 20px !important;
              text-align: left;
              width: 100% !important;
              margin-bottom: 0 !important;
              text-transform: none;
              /* firefox 19+ */
              /* ie */ }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-webkit-input-placeholder {
                color: white !important;
                opacity: 1; }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input::-moz-placeholder {
                color: white !important;
                opacity: 1; }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-ms-input-placeholder {
                color: white !important;
                opacity: 1; }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus {
                box-shadow: none;
                /* firefox 19+ */
                /* ie */ }
                .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-webkit-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-webkit-input-placeholder {
                  color: white !important;
                  opacity: 1; }
                .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active::-moz-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus::-moz-placeholder {
                  color: white !important;
                  opacity: 1; }
                .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:hover:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:active:-ms-input-placeholder, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:focus:-ms-input-placeholder {
                  color: white !important;
                  opacity: 1; }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill:focus {
                -webkit-box-shadow: none !important;
                -webkit-background: transparent !important;
                color: white !important;
                -webkit-text-fill-color: white !important; }
              .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input input:-webkit-autofill {
                -webkit-transition-delay: 99999s !important;
                color: white !important;
                -webkit-text-fill-color: white !important; }
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:hover, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container:-webkit-autofill:focus {
              -webkit-box-shadow: none !important;
              -webkit-background: transparent !important;
              color: white !important; }
            .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-webkit-autofill, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input:-webkit-autofill {
              -webkit-transition-delay: 99999s !important;
              color: white !important; }
        .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield_error {
          border-radius: 30px 0 0 30px !important;
          border: 1px solid #790000; }
    .sign-up-form .newsletterForm_wrapper .gform_footer {
      width: auto;
      padding: 0;
      margin: 0 auto;
      transition: all 0.4s ease;
      z-index: 99; }
      .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button {
        font-family: 'Inter', sans-serif !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.29 !important;
        letter-spacing: -0.53px !important;
        text-align: center !important;
        color: white;
        background-color: transparent;
        background-repeat: no-repeat !important;
        background-position: 0px center !important;
        border-radius: 0px !important;
        border: none;
        cursor: pointer;
        margin: 0 auto !important;
        opacity: 1;
        padding: 0px 0px 20px !important;
        text-transform: none !important;
        min-height: 50px !important; }
        .sign-up-form .newsletterForm_wrapper .gform_footer input.gform_button:hover {
          text-decoration: none;
          color: #b4bdd8; }
      .sign-up-form .newsletterForm_wrapper .gform_footer input[name=gform_ajax] {
        position: absolute;
        bottom: -10px; }
    .sign-up-form .newsletterForm_wrapper .gfield_description {
      display: none; }
    .sign-up-form .newsletterForm_wrapper div.validation_error {
      background: transparent;
      border-radius: 30px;
      color: red !important;
      margin-bottom: 0;
      padding: 15px !important;
      padding-left: 0 !important;
      position: relative;
      left: auto;
      top: auto;
      width: auto !important;
      z-index: 999;
      text-align: center !important; }
  .sign-up-form .gform_confirmation_wrapper {
    float: none;
    margin-top: 0;
    text-align: center; }
  .sign-up-form .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #3b4461;
    display: block;
    background: white;
    padding: 10px 20px;
    position: relative; }
  .sign-up-form img.gform_ajax_spinner {
    display: none !important; }

@media (min-width: 768px) {
  .sign-up-form .newsletterForm_wrapper .gform_footer {
    margin-left: 0; }

  .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input, .sign-up-form .newsletterForm_wrapper .gform_body ul.gform_fields li .ginput_container input {
    text-align: left; } }
/*END Sign Up------------------------------------------*/
.donateForm_wrapper {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 !important;
  text-align: left;
  /*form*/
  /*Validation Error */
  /*Validation Error */ }
  .donateForm_wrapper img.gform_ajax_spinner {
    display: none !important; }
  .donateForm_wrapper form {
    margin: 0 !important;
    padding: 0;
    /*start Body Form*/
    /* gform_body */
    /* gform_footer*/ }
    .donateForm_wrapper form .gform_heading .gform_title {
      font-family: 'Inter', sans-serif !important;
      font-size: 30px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.3 !important;
      letter-spacing: -1.2px;
      text-align: left;
      color: #3b4461 !important;
      padding: 0;
      text-transform: none !important; }
    .donateForm_wrapper form .gform_heading h3 {
      margin: 0 !important; }
    .donateForm_wrapper form .gform_heading span {
      font-weight: bold; }
    .donateForm_wrapper form .gform_heading .gform_description {
      font-family: 'Inter', sans-serif !important;
      color: #3b4461 !important;
      font-size: 20px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 500;
      letter-spacing: -0.38px;
      line-height: 1.35;
      text-align: left; }
    .donateForm_wrapper form .gform_body {
      display: block;
      /*ul.gform_fields, .top_labe */
      /*.ginput_container_total */ }
      .donateForm_wrapper form .gform_body ul.gform_fields, .donateForm_wrapper form .gform_body .top_label {
        padding: 0;
        margin: 0;
        /*gfield is a GLOBAL class*/
        /* end gfield is a global class*/
        /* Product PRICE */
        /* End Product PRICE*/
        /*WARNING MESSAGE*/
        /*WARNING MESSAGE*/
        /*Credit Card Fields*/
        /* END Credit Card Fields*/
        /*Radio Button Recurring*/ }
        .donateForm_wrapper form .gform_body ul.gform_fields li.gfield, .donateForm_wrapper form .gform_body .top_label li.gfield {
          display: block;
          margin: 0;
          padding: 0 !important; }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_total, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_total {
            display: none; }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_html h3, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_html h3 {
            font-family: 'Inter', sans-serif !important;
            margin: 0 !important;
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.36;
            letter-spacing: normal;
            text-align: left;
            color: #232021 !important;
            padding: 0;
            text-transform: none !important; }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield.gfield_html p, .donateForm_wrapper form .gform_body .top_label li.gfield.gfield_html p {
            font-family: 'Inter', sans-serif !important;
            color: #000000;
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1.47;
            text-align: left; }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label, .donateForm_wrapper form .gform_body .top_label li.gfield label.gfield_label {
            margin-bottom: 12px !important;
            font-weight: bold !important;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: -0.3px;
            color: #f9f7f1 !important; }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container {
            margin-top: 0;
            /*Input Fied TEXT*/
            /*SELECT field price product*/ }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:active, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:active, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:active, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:focus, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:active, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:focus {
              outline: none; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement {
              font-family: 'Inter', sans-serif !important;
              background-color: transparent;
              border-radius: 6px;
              border: 1px solid #f9f7f1 !important;
              box-shadow: none;
              color: #f9f7f1;
              font-size: 13px !important;
              font-weight: normal;
              height: 40px;
              min-height: 40px;
              margin-bottom: 8px;
              line-height: 1 !important;
              padding: 10px 17px !important;
              position: relative;
              text-transform: none;
              width: 100%;
              /* firefox 19+ */
              /* ie */ }
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement::-webkit-input-placeholder {
                color: #f9f7f1;
                opacity: 1; }
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement::-moz-placeholder {
                color: #f9f7f1;
                opacity: 1; }
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .StripeElement:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container .StripeElement:-ms-input-placeholder {
                color: #f9f7f1;
                opacity: 1; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select {
              padding: 10px 12px;
              background: url("../images/icons/select-arrow.svg") 97%/auto no-repeat;
              -moz-appearance: none;
              -webkit-appearance: none;
              appearance: none; }
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select option, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select option {
                background: rgba(0, 0, 0, 0.6); }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span {
            display: inline-block;
            padding-right: 6px !important;
            width: calc(50% - 6px); }
            @media (max-width: 767.98px) {
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span, .donateForm_wrapper form .gform_body .top_label li.gfield .ginput_complex:not(.ginput_container_address):not(.ginput_container_name) span {
                width: 100%;
                margin-right: 0;
                padding-right: 0; } }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span, .donateForm_wrapper form .gform_body .top_label li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span {
            width: calc(50% - 10px);
            padding-right: 9px;
            margin-right: 2px; }
            @media (max-width: 767.98px) {
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span, .donateForm_wrapper form .gform_body .top_label li.gfield div.ginput_complex.ginput_container.gf_name_has_2 span {
                width: 100%;
                margin-right: 0;
                padding-right: 0; } }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea, .donateForm_wrapper form .gform_body .top_label li.gfield textarea {
            font-family: 'Inter', sans-serif !important;
            background-color: transparent !important;
            border-radius: 6px;
            border: 1px solid #f9f7f1 !important;
            box-shadow: none;
            color: #f9f7f1;
            font-size: 18px !important;
            font-weight: normal;
            margin-bottom: 8px;
            padding: 10px 12px  !important;
            /* firefox 19+ */
            /* ie */ }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea::-webkit-input-placeholder {
              color: #f9f7f1;
              opacity: 1; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea::-moz-placeholder {
              color: #f9f7f1;
              opacity: 1; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li.gfield textarea:-ms-input-placeholder {
              color: #f9f7f1;
              opacity: 1; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus, .donateForm_wrapper form .gform_body .top_label li.gfield textarea:focus {
              outline: none; }
        .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_4, .donateForm_wrapper form .gform_body .top_label li#field_20_4 {
          margin-bottom: 10px; }
          .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_4 span.name_last, .donateForm_wrapper form .gform_body .top_label li#field_20_4 span.name_last {
            padding-right: 0 !important;
            margin-right: 0 !important; }
        .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price, .donateForm_wrapper form .gform_body .top_label li.gfield_price {
          /*SELECT field price product*/
          /*Select Field  price product*/
          /*RADIO Button circular style*/
          /* End RADIO Button circular style */
          /*Other field, User define price*/
          /*Other field, User define price*/ }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select {
            background: rgba(0, 0, 0, 0.6);
            padding-left: 15px !important; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select option, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select option {
              background: rgba(0, 0, 0, 0.6); }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio {
            margin-bottom: 6px;
            display: block !important; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio {
              /*Flex*/
              align-content: space-around;
              align-items: center;
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: center;
              margin: 0;
              padding: 0;
              width: auto !important; }
              .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
                list-style-type: none;
                margin: 0;
                margin-right: 10px;
                overflow: hidden;
                text-align: center;
                border-radius: 6px;
                border: 1px solid #f9f7f1;
                flex: 0 0 calc((100%/4) - 8px); }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li:nth-child(4), .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li:nth-child(4) {
                  margin-right: 0 !important; }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li:last-child, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li:last-child {
                  margin-right: 0 !important;
                  flex: 100%;
                  margin-top: 10px; }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label {
                  color: #45ac8f !important;
                  /*background: #d0d996;*/ }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Inter', sans-serif !important;
                  color: #f9f7f1;
                  cursor: pointer;
                  display: inline-block !important;
                  font-size: 13px;
                  font-weight: 800;
                  line-height: 1;
                  margin: 0 auto;
                  width: 100%;
                  padding: 12px 6px !important;
                  position: relative;
                  vertical-align: top;
                  z-index: 1;
                  max-width: 100%; }
                  .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                    content: "";
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    background: #f9f7f1;
                    border: none;
                    border-radius: 5px;
                    height: 40px;
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transition: all 0.2s ease;
                    width: 103%;
                    z-index: -1; }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
          .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_product_price {
            position: relative;
            transition: 0.4s;
            margin-bottom: 18px; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
              font-size: 13px !important;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.54 !important;
              letter-spacing: -0.24px !important;
              color: #f9f7f1;
              text-align: left;
              margin-bottom: 20px;
              padding: 10px 17px !important; }
            .donateForm_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price::after, .donateForm_wrapper form .gform_body .top_label li.gfield_price .ginput_container_product_price::after {
              content: "";
              background: #f9f7f1;
              bottom: 0;
              display: block;
              height: 2px;
              left: 0;
              position: absolute;
              width: 100%; }
        .donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning {
          color: #f9f7f1;
          width: auto !important; }
          .donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
            margin-bottom: 10px; }
            .donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message span, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message span {
              /*display: inline-block;*/ }
          .donateForm_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, .donateForm_wrapper form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
            display: none; }
        .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
          position: relative; }
          .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
            font-size: 0;
            display: block; }
            .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
              width: 39%;
              display: inline-block;
              vertical-align: top;
              position: relative; }
              .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
                display: inline-block;
                max-width: 70% !important; }
              .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon {
                top: -18px; }
            .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
              width: 60%;
              display: inline-block; }
              .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                display: block; }
              .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                font-family: 'Inter', sans-serif !important;
                width: 45% !important;
                margin: 0 8px 10px 0;
                padding: 10px !important;
                position: relative;
                background: url("../images/icons/select-arrow 2.png") 97%/auto no-repeat;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none; }
                .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option {
                  /*height: 40px;*/
                  /* firefox 19+ */
                  /* ie */
                  background: #164f90; }
                  .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder {
                    color: #f9f7f1;
                    opacity: 1; }
                  .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder {
                    color: #f9f7f1;
                    opacity: 1; }
                  .donateForm_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder {
                    color: #f9f7f1;
                    opacity: 1; }
        .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3, .donateForm_wrapper form .gform_body .top_label li#field_20_3 {
          /*Radio Button Recurring*/ }
          .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio {
            margin-bottom: 10px;
            margin-top: 0;
            display: block !important; }
            .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio {
              /*Flex*/
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-between;
              align-items: center;
              align-content: center;
              padding: 0;
              margin: 0;
              width: 100%; }
              .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li {
                position: relative;
                text-align: center;
                list-style-type: none;
                width: calc(50% - 6px); }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li input, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li label {
                  display: block;
                  margin: 0 !important; }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li input:checked + label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li input:checked + label {
                  background: #232021 !important;
                  color: #ffffff !important;
                  display: block !important; }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Inter', sans-serif !important;
                  background-color: transparent;
                  border-radius: 6px;
                  border: 1px solid #232021 !important;
                  box-shadow: none;
                  color: #232021;
                  font-size: 15px !important;
                  font-weight: bold;
                  height: 40px;
                  line-height: 1em;
                  margin-bottom: 8px;
                  max-width: 100%;
                  padding: 12px 5px !important;
                  position: relative !important;
                  text-transform: none;
                  width: 100%;
                  /* firefox 19+ */
                  /* ie */ }
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                    color: #232021;
                    opacity: 1; }
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                    color: #232021;
                    opacity: 1; }
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                    color: #232021;
                    opacity: 1; }
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
                  .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
                  .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    content: none; }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                .donateForm_wrapper form .gform_body ul.gform_fields li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .donateForm_wrapper form .gform_body .top_label li#field_20_3 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
      .donateForm_wrapper form .gform_body .ginput_container_total {
        margin-bottom: 10px; }
        .donateForm_wrapper form .gform_body .ginput_container_total .ginput_total {
          color: #232021;
          font-size: 15px !important; }
    .donateForm_wrapper form .gform_footer {
      padding: 0;
      margin: 33px 0 0 !important; }
      .donateForm_wrapper form .gform_footer input[type="submit"] {
        font-family: 'Inter', sans-serif !important;
        background: #3b4461;
        border-radius: 4px;
        border: none;
        font-size: 16px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.94 !important;
        letter-spacing: -0.53px;
        color: #f9f7f1;
        padding: 15px 10px;
        text-transform: none;
        transition: all 0.4s ease;
        width: 100% !important;
        margin: 0; }
        .donateForm_wrapper form .gform_footer input[type="submit"]:hover, .donateForm_wrapper form .gform_footer input[type="submit"]:focus, .donateForm_wrapper form .gform_footer input[type="submit"]:active {
          background: #555d77;
          text-decoration: none; }
  .donateForm_wrapper .gform_wrapper div.validation_error {
    border-top: 2px solid #990000;
    color: #ffffff;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #990000; }
  .donateForm_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
    text-align: center; }

/* .donateForm_wrapper*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #164f90;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .interior-banner .banner-wrapping {
    padding-top: inherit !important;
    height: 100%;
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0; }
    .interior-banner .banner-wrapping img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .interior-banner .banner-wrapping::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.56;
      background-image: linear-gradient(to bottom, #000000, rgba(42, 42, 42, 0)); }
    .interior-banner .banner-wrapping::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.76;
      background-image: linear-gradient(0, #000000, rgba(42, 42, 42, 0)); }
  .interior-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10; }
  .interior-banner .title-page {
    max-width: 100%;
    width: 100%;
    z-index: 15; }
    .interior-banner .title-page h1, .interior-banner .title-page h2 {
      text-align: center;
      color: white;
      margin-bottom: 0px !important;
      letter-spacing: normal; }
  .interior-banner.interior-banner-donate .container {
    padding: 200px 0 60px;
    flex-direction: column;
    position: relative; }
    .interior-banner.interior-banner-donate .container .title-page {
      margin-bottom: 30px; }
    .interior-banner.interior-banner-donate .container .link {
      margin-bottom: 22px; }
    .interior-banner.interior-banner-donate .container p {
      color: white; }
    .interior-banner.interior-banner-donate .container a.scroll {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      margin-top: 96px;
      text-decoration: none; }
      .interior-banner.interior-banner-donate .container a.scroll i {
        margin-top: 12px;
        font-size: 22px; }
  .interior-banner .scroll {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.28px;
    color: white;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 75px);
    z-index: 15;
    margin: 0;
    align-items: center;
    flex-direction: column;
    text-decoration: none; }
    .interior-banner .scroll:after {
      content: '';
      display: block;
      width: 1px;
      height: 77px;
      background: white;
      position: relative;
      margin-top: 30px; }
    .interior-banner .scroll span {
      margin-left: 15px; }

@media (min-width: 768px) {
  .interior-banner {
    height: 557px; }
    .interior-banner .container {
      align-items: center; }

  .interior-banner .title-page {
    margin-top: 60px; }
    .interior-banner .title-page h1, .interior-banner .title-page h2 {
      text-align: left; } }
@media (min-width: 992px) {
  .interior-banner.interior-banner-donate {
    min-height: 730px; } }
@media (min-width: 1200px) {
  .interior-banner {
    height: 561px; } }
/*END Interior Top (BANNER)------------------------------------------*/
.filter-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 40px !important; }
  .filter-category span {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.88px;
    color: #a5a5a5; }
  .filter-category select {
    font-family: 'Inter', sans-serif !important;
    appearance: none;
    background: transparent url("../images/blog-select-arrow-icon.svg") 95%/auto no-repeat;
    border-radius: 3px;
    border: 1px solid #3b4461;
    color: #3b4461;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 7px 18px;
    width: 260px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .filter-category select option {
      color: #3b4461;
      font-size: 13px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
  .filter-category input {
    border-radius: 3px;
    border: 1px solid #3b4461;
    color: #3b4461;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 35px 0 0;
    max-width: 100% !important;
    min-height: 40px;
    padding: 7px 50px 7px 18px;
    background: transparent; }
  .filter-category input[type="submit"], .filter-category input.button {
    background-color: #3b4461;
    border-radius: 25px;
    border: 2px solid #3b4461 !important;
    color: #f9f7f1 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.53px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 112px;
    opacity: 1;
    padding: 14px 28px !important;
    position: relative;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none; }
    .filter-category input[type="submit"]:hover, .filter-category input[type="submit"]:focus, .filter-category input[type="submit"]:active, .filter-category input.button:hover, .filter-category input.button:focus, .filter-category input.button:active {
      background-color: #555d77 !important;
      border-color: #555d77 !important;
      text-decoration: none; }

/*start container post structure*/
.container-blog-post {
  margin-bottom: 40px; }
  .container-blog-post .card, .container-blog-post .single-post {
    border-radius: 4px;
    border: solid 1px rgba(217, 217, 217, 0.65) !important;
    background-color: #ffffff;
    margin-bottom: 27px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    width: calc(33% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container-blog-post .card:hover, .container-blog-post .single-post:hover {
      text-decoration: none;
      box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.06); }
      .container-blog-post .card:hover .body-post::before, .container-blog-post .single-post:hover .body-post::before {
        top: 0; }
    .container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      height: 178px;
      margin-bottom: 0 !important;
      overflow: hidden;
      padding-top: inherit;
      position: relative;
      width: 100%; }
      .container-blog-post .card .image-wrapping img, .container-blog-post .single-post .image-wrapping img {
        height: 101%;
        object-fit: cover;
        width: 101%; }
    .container-blog-post .card .card-body, .container-blog-post .card .body-post, .container-blog-post .single-post .card-body, .container-blog-post .single-post .body-post {
      background: #fff;
      overflow: hidden;
      padding: 19px 39px 70px;
      position: relative;
      transition: all 0.4s ease; }
      .container-blog-post .card .card-body .card-title, .container-blog-post .card .card-body .card-title a, .container-blog-post .card .body-post .card-title, .container-blog-post .card .body-post .card-title a, .container-blog-post .single-post .card-body .card-title, .container-blog-post .single-post .card-body .card-title a, .container-blog-post .single-post .body-post .card-title, .container-blog-post .single-post .body-post .card-title a {
        font-family: 'Inter', sans-serif !important;
        font-size: 20px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.48px;
        color: #3b4461;
        margin-bottom: 7px; }
      .container-blog-post .card .card-body .date-publish, .container-blog-post .card .body-post .date-publish, .container-blog-post .single-post .card-body .date-publish, .container-blog-post .single-post .body-post .date-publish {
        font-family: 'Inter', sans-serif !important;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left; }
      .container-blog-post .card .card-body p.card-text, .container-blog-post .card .card-body .content-post, .container-blog-post .card .card-body .content-post p, .container-blog-post .card .body-post p.card-text, .container-blog-post .card .body-post .content-post, .container-blog-post .card .body-post .content-post p, .container-blog-post .single-post .card-body p.card-text, .container-blog-post .single-post .card-body .content-post, .container-blog-post .single-post .card-body .content-post p, .container-blog-post .single-post .body-post p.card-text, .container-blog-post .single-post .body-post .content-post, .container-blog-post .single-post .body-post .content-post p {
        font-family: 'Inter', sans-serif !important;
        color: #3b4461;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0px; }
      .container-blog-post .card .card-body span.btn-read-more, .container-blog-post .card .body-post span.btn-read-more, .container-blog-post .single-post .card-body span.btn-read-more, .container-blog-post .single-post .body-post span.btn-read-more {
        font-size: 14px; }
      .container-blog-post .card .card-body .button-post, .container-blog-post .card .body-post .button-post, .container-blog-post .single-post .card-body .button-post, .container-blog-post .single-post .body-post .button-post {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 38px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        border-top: 1px solid #d9d9d9; }
        .container-blog-post .card .card-body .button-post span, .container-blog-post .card .body-post .button-post span, .container-blog-post .single-post .card-body .button-post span, .container-blog-post .single-post .body-post .button-post span {
          font-family: 'Inter', sans-serif !important;
          display: flex;
          align-items: center;
          font-size: 11px;
          font-stretch: normal;
          font-style: normal;
          font-weight: 400;
          letter-spacing: normal;
          line-height: normal;
          margin: 0 !important;
          text-transform: none;
          text-align: left;
          color: #3b4461; }
        .container-blog-post .card .card-body .button-post .date-post, .container-blog-post .card .body-post .button-post .date-post, .container-blog-post .single-post .card-body .button-post .date-post, .container-blog-post .single-post .body-post .button-post .date-post {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 25px;
          font-weight: 700; }
          .container-blog-post .card .card-body .button-post .date-post::before, .container-blog-post .card .body-post .button-post .date-post::before, .container-blog-post .single-post .card-body .button-post .date-post::before, .container-blog-post .single-post .body-post .button-post .date-post::before {
            content: "";
            display: inline-block;
            background-image: url("../images/icon-calendar.svg");
            width: 15px;
            height: 16px;
            position: relative;
            margin-right: 10px;
            display: none; }
        .container-blog-post .card .card-body .button-post .author-post, .container-blog-post .card .body-post .button-post .author-post, .container-blog-post .single-post .card-body .button-post .author-post, .container-blog-post .single-post .body-post .button-post .author-post {
          position: relative;
          margin-left: 15px;
          color: #3b4461; }
          .container-blog-post .card .card-body .button-post .author-post::before, .container-blog-post .card .body-post .button-post .author-post::before, .container-blog-post .single-post .card-body .button-post .author-post::before, .container-blog-post .single-post .body-post .button-post .author-post::before {
            content: "";
            border-radius: 50%;
            display: inline-block;
            height: 3px;
            margin: 0 5px;
            width: 3px;
            background: #3b4461;
            position: relative; }
    @media (max-width: 1200px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: calc(50% - 14px); } }
    @media (max-width: 767px) {
      .container-blog-post .card, .container-blog-post .single-post {
        width: 100%; } }

.section-category-news .filter-category select, .section-category-news .filter-category input {
  border-radius: 10px;
  border: solid 1px #979797;
  background-color: #f4f4f4;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: rgba(99, 99, 99, 0.46); }
.section-category-news .container-news-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
.section-category-news .card {
  border: none;
  display: block; }
  .section-category-news .card .image-wrapping {
    height: 227px;
    margin: 0;
    border-radius: 8px;
    margin-bottom: 15px; }
    .section-category-news .card .image-wrapping img {
      height: 100%; }
  .section-category-news .card .card-body {
    padding: 0;
    padding-top: 15px; }
  .section-category-news .card .card-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #164f90;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .section-category-news .card address {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.89px;
    color: #636363; }
  .section-category-news .card p.card-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 1px;
    color: #000000; }

@media only screen and (max-width: 1199.98px) {
  .filter-wrap {
    flex-flow: wrap row;
    justify-content: space-between;
    width: 400px;
    margin: 20px auto;
    max-width: 100%; }
    .filter-wrap select, .filter-wrap input {
      margin: 20px auto;
      width: 100%; } }
@media only screen and (max-width: 991px) {
  .interior-category .filter-category select {
    margin-top: 0;
    min-height: 37px;
    padding: 9px 50px 8px 18px; }

  .container-blog-post .card {
    flex-basis: calc(49% - 10px); }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
    text-align: center; }

  .container-blog-post .card {
    flex-basis: 100%; }

  .interior-category .single-blog-post .info-single-post {
    text-align: center; }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
@media only screen and (max-width: 576px) {
  .interior-category .content-page {
    padding: 0 !important; } }
body:not(.home) {
  /*--- Undesorder List ---*/
  /*--- Undesorder List ---*/
  /*--- Order List ---*/
  /*----- Order List ----- */ }
  body:not(.home) .no-padding .content-page {
    padding-top: 0; }
    body:not(.home) .no-padding .content-page::before {
      display: none; }
  body:not(.home) .content-page {
    position: relative; }
    body:not(.home) .content-page::before {
      content: '';
      display: none;
      width: calc(100% + 120px);
      height: 128px;
      box-shadow: 0 -7px 11px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      position: absolute;
      top: -50px;
      left: -60px;
      z-index: 5; }
    body:not(.home) .content-page article {
      position: relative;
      z-index: 6; }
  body:not(.home) .wp-caption img {
    max-width: 100%;
    height: auto; }
  body:not(.home) .wp-caption .wp-caption-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 5px;
    background: #f0f0f0; }
  body:not(.home) p a, body:not(.home) li a {
    text-decoration: underline; }
    body:not(.home) p a:hover, body:not(.home) li a:hover {
      text-decoration: none; }
    body:not(.home) p a::selection, body:not(.home) li a::selection {
      background-color: #164f90;
      color: white; }
  body:not(.home) ul.list {
    padding: 0;
    list-style: none; }
    body:not(.home) ul.list br {
      display: none; }
    body:not(.home) ul.list li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ul.list li::after {
        content: "";
        background: #5ab199;
        border-radius: 50%;
        display: inline-block;
        left: 0;
        margin-left: 0;
        margin-right: 5px;
        margin-top: 3px;
        position: absolute;
        top: 3px;
        width: 8px;
        height: 8px; }
      body:not(.home) ul.list li ul {
        padding-left: 0px;
        list-style: none; }
        body:not(.home) ul.list li ul li::after {
          background: #5ab199; }
      body:not(.home) ul.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
  body:not(.home) ol.list {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0;
    position: relative; }
    body:not(.home) ol.list > li {
      display: table;
      padding-left: 0;
      counter-increment: item; }
      body:not(.home) ol.list > li:before {
        counter-increment: section;
        content: counters(item,".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        color: black;
        font-size: inherit;
        font-weight: bold;
        position: relative;
        margin-right: 15px; }
      body:not(.home) ol.list > li ol, body:not(.home) ol.list > li ol.list {
        counter-reset: item; }
        body:not(.home) ol.list > li ol > li:before, body:not(.home) ol.list > li ol.list > li:before {
          counter-increment: item;
          content: counters(item,".") " "; }
        body:not(.home) ol.list > li ol li:after, body:not(.home) ol.list > li ol.list li:after {
          display: none; }
    body:not(.home) ol.list li {
      position: relative;
      margin-bottom: 10px; }
      body:not(.home) ol.list li::after {
        background: transparent;
        border-radius: 0;
        color: #5ab199;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        left: 0;
        padding-right: 0;
        position: absolute;
        top: 0; }
      body:not(.home) ol.list li ol {
        margin-top: 10px;
        padding: 0;
        list-style: none; }
        body:not(.home) ol.list li ol ol {
          margin-left: 42px; }
  body:not(.home) .button-block a {
    margin-right: 10px;
    margin-bottom: 10px; }
  body:not(.home) .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }
  body:not(.home) .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0; }
  body:not(.home) .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 50px; }
  body:not(.home) .wp-block-image img {
    width: 100%;
    height: auto; }
  body:not(.home) .wp-block-columns .wp-block-column {
    padding: 0; }
    body:not(.home) .wp-block-columns .wp-block-column:nth-child(1) {
      order: 1; }
  @media (max-width: 992px) {
    body:not(.home) .wp-block-spacer {
      height: 25px !important; } }
  body:not(.home) .custom-block {
    padding: 70px 0; }
    body:not(.home) .custom-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-block.no-padding {
      padding: 0; }
    body:not(.home) .custom-block h1, body:not(.home) .custom-block h2, body:not(.home) .custom-block h3, body:not(.home) .custom-block h4, body:not(.home) .custom-block h5, body:not(.home) .custom-block h6, body:not(.home) .custom-block p, body:not(.home) .custom-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link), body:not(.home) .custom-block ul, body:not(.home) .custom-block ul li, body:not(.home) .custom-block ul li ul li {
      color: inherit; }
      body:not(.home) .custom-block h1::before, body:not(.home) .custom-block h2::before, body:not(.home) .custom-block h3::before, body:not(.home) .custom-block h4::before, body:not(.home) .custom-block h5::before, body:not(.home) .custom-block h6::before, body:not(.home) .custom-block p::before, body:not(.home) .custom-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link)::before, body:not(.home) .custom-block ul::before, body:not(.home) .custom-block ul li::before, body:not(.home) .custom-block ul li ul li::before {
        color: currentColor; }
      body:not(.home) .custom-block h1::after, body:not(.home) .custom-block h2::after, body:not(.home) .custom-block h3::after, body:not(.home) .custom-block h4::after, body:not(.home) .custom-block h5::after, body:not(.home) .custom-block h6::after, body:not(.home) .custom-block p::after, body:not(.home) .custom-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link)::after, body:not(.home) .custom-block ul::after, body:not(.home) .custom-block ul li::after, body:not(.home) .custom-block ul li ul li::after {
        background: currentColor; }
    body:not(.home) .custom-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link),
    body:not(.home) .custom-block button:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link) {
      color: inherit !important;
      text-decoration: underline !important;
      font-weight: 700; }
      body:not(.home) .custom-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link):hover,
      body:not(.home) .custom-block button:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link):hover {
        color: currentColor !important;
        text-decoration: none !important; }
        body:not(.home) .custom-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link):hover::before,
        body:not(.home) .custom-block button:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):not(.btn-video):not(.btn-video-2):not(.btn):not(.btn-link):hover::before {
          text-decoration: none !important; }
  body:not(.home) .custom-media-text-block {
    padding: 70px 0;
    position: relative;
    background: white; }
    body:not(.home) .custom-media-text-block:before {
      content: '';
      display: block;
      width: 100vw;
      height: 101%;
      background: inherit;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body:not(.home) .custom-media-text-block h1, body:not(.home) .custom-media-text-block h2, body:not(.home) .custom-media-text-block h3, body:not(.home) .custom-media-text-block h4, body:not(.home) .custom-media-text-block h5, body:not(.home) .custom-media-text-block h6 {
      color: inherit; }
    body:not(.home) .custom-media-text-block p, body:not(.home) .custom-media-text-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button), body:not(.home) .custom-media-text-block ul, body:not(.home) .custom-media-text-block ul li, body:not(.home) .custom-media-text-block ul li ul li {
      color: inherit; }
      body:not(.home) .custom-media-text-block p::before, body:not(.home) .custom-media-text-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button)::before, body:not(.home) .custom-media-text-block ul::before, body:not(.home) .custom-media-text-block ul li::before, body:not(.home) .custom-media-text-block ul li ul li::before {
        color: currentColor; }
      body:not(.home) .custom-media-text-block p::after, body:not(.home) .custom-media-text-block p a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button)::after, body:not(.home) .custom-media-text-block ul::after, body:not(.home) .custom-media-text-block ul li::after, body:not(.home) .custom-media-text-block ul li ul li::after {
        background: currentColor; }
    body:not(.home) .custom-media-text-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button) {
      color: inherit !important;
      text-decoration: underline !important;
      font-weight: 700; }
      body:not(.home) .custom-media-text-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):hover {
        color: currentColor !important;
        text-decoration: none !important; }
    body:not(.home) .custom-media-text-block.no-padding {
      padding: 0; }
    body:not(.home) .custom-media-text-block.alignfull .wp-block-media {
      width: 100%; }
    body:not(.home) .custom-media-text-block.aling-center .row {
      align-items: center; }
    body:not(.home) .custom-media-text-block.aling-bottom .row {
      align-items: flex-end; }
  body:not(.home) .custom-sub-header-block {
    position: relative;
    padding: 92px 0 68px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sub-header-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/intro-donate-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sub-header-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sub-header-block p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
      body:not(.home) .custom-sub-header-block p strong {
        color: #70c7af; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sub-header-block {
        padding: 145px 0 113px;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-block::before {
          background-image: url("../images/intro-donate-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sub-header-block {
        padding: 118px 0 75px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-block::before {
          background-image: url("../images/intro-donate-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sub-header-block p {
          font-size: 23px; } }
  body:not(.home) .custom-navigation-services-block {
    position: relative;
    padding: 158px 0 160px;
    margin-top: -130px; }
    body:not(.home) .custom-navigation-services-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/no-cost-navigation-services-background-section-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-navigation-services-block h2 {
      margin-bottom: 90px;
      color: white; }
    body:not(.home) .custom-navigation-services-block button {
      border: none;
      outline: none;
      box-shadow: none;
      padding: 0;
      margin: 0; }
    body:not(.home) .custom-navigation-services-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-navigation-services-block .single-box {
      margin-bottom: 90px; }
      body:not(.home) .custom-navigation-services-block .single-box:last-child {
        margin-bottom: 0; }
      body:not(.home) .custom-navigation-services-block .single-box:nth-child(1) .card {
        background: #7b88b3; }
      body:not(.home) .custom-navigation-services-block .single-box:nth-child(2) .card {
        background-color: #164f90; }
      body:not(.home) .custom-navigation-services-block .single-box:nth-child(3) .card {
        background-color: #3b4461; }
      body:not(.home) .custom-navigation-services-block .single-box:nth-child(4) .card {
        background-color: #45ac8f; }
      body:not(.home) .custom-navigation-services-block .single-box:nth-child(5) .card {
        background-color: #70c7af; }
    body:not(.home) .custom-navigation-services-block .card {
      background: transparent;
      box-shadow: 0 6px 13px 0 rgba(138, 153, 198, 0.35); }
    body:not(.home) .custom-navigation-services-block .img-wrap {
      width: 89px;
      height: 89px;
      margin-bottom: 0;
      background-color: white;
      border-radius: 50%;
      margin-left: 1.25rem;
      margin-top: -60px;
      box-shadow: 0 1px 15px 0 rgba(69, 172, 143, 0.39); }
      body:not(.home) .custom-navigation-services-block .img-wrap img {
        width: 60%;
        height: 60%;
        object-fit: contain; }
        body:not(.home) .custom-navigation-services-block .img-wrap img:nth-child(1) {
          display: block; }
        body:not(.home) .custom-navigation-services-block .img-wrap img:nth-child(2) {
          display: none; }
    body:not(.home) .custom-navigation-services-block .card-title {
      font-size: 26px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.23;
      letter-spacing: -1.04px;
      color: #f9f7f1; }
    body:not(.home) .custom-navigation-services-block .card-text p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #ffffff;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media (min-width: 768px) {
      body:not(.home) .custom-navigation-services-block {
        padding: 198px 0 160px !important;
        margin-top: -140px; }
        body:not(.home) .custom-navigation-services-block::before {
          background-image: url("../images/no-cost-navigation-services-background-section-tablet.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-navigation-services-block .cards-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        body:not(.home) .custom-navigation-services-block .single-box {
          width: 49%; }
        body:not(.home) .custom-navigation-services-block .card {
          height: 100%; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-navigation-services-block {
        padding: 198px 0 160px !important;
        margin-top: -150px; }
        body:not(.home) .custom-navigation-services-block::before {
          background-image: url("../images/no-cost-navigation-services-background-section-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-navigation-services-block p {
          font-size: 23px; }
        body:not(.home) .custom-navigation-services-block .single-box {
          width: 19%;
          margin-bottom: 0; }
          body:not(.home) .custom-navigation-services-block .single-box .card {
            min-height: 350px; }
            body:not(.home) .custom-navigation-services-block .single-box .card:hover .img-wrap {
              background-color: #707b9f; }
              body:not(.home) .custom-navigation-services-block .single-box .card:hover .img-wrap img:nth-child(1) {
                display: none; }
              body:not(.home) .custom-navigation-services-block .single-box .card:hover .img-wrap img:nth-child(2) {
                display: block; } }
  @media (max-width: 768px) {
    body:not(.home) .navigation-services-modal .modal-dialog {
      max-width: 90vw; } }
  body:not(.home) .navigation-services-modal .modal-content {
    background-image: url("../images/no-cost-navigation-services-background-section-mobile.png");
    background-size: 100% 130%;
    background-position: center; }
  body:not(.home) .navigation-services-modal .modal-header {
    border: none; }
  body:not(.home) .navigation-services-modal .close {
    width: 50px;
    height: 50px;
    background: #164f90;
    color: white;
    text-shadow: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    right: 0px;
    opacity: 1; }
    @media (min-width: 768px) {
      body:not(.home) .navigation-services-modal .close {
        position: absolute;
        top: -22px;
        right: -26px; } }
  body:not(.home) .navigation-services-modal .custom-navigation-services-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important; }
    body:not(.home) .navigation-services-modal .custom-navigation-services-block::before {
      display: none; }
    body:not(.home) .navigation-services-modal .custom-navigation-services-block h2 {
      color: white; }
  body:not(.home) .custom-request-block {
    position: relative; }
    body:not(.home) .custom-request-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/request-a-free-consultation-background.png");
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    body:not(.home) .custom-request-block .img-wrap img {
      height: 100%; }
    body:not(.home) .custom-request-block small {
      font-size: 14px; }
    @media (min-width: 768px) {
      body:not(.home) .custom-request-block .img-wrap {
        height: 535px; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-request-block::before {
        background-size: 100% 100%; }
      body:not(.home) .custom-request-block .img-wrap {
        width: 98%; } }
  body:not(.home) .custom-questions-block {
    position: relative;
    padding: 124px 0;
    margin-top: -120px;
    z-index: 5; }
    body:not(.home) .custom-questions-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/faqs-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-questions-block::before {
        background-image: url("../images/faqs-background-tablet.png");
        background-size: 100% 100%;
        background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-questions-block {
        padding: 184px 0 93px !important; }
        body:not(.home) .custom-questions-block::before {
          background-image: url("../images/faqs-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; } }
    body:not(.home) .custom-questions-block h1, body:not(.home) .custom-questions-block h2, body:not(.home) .custom-questions-block h3, body:not(.home) .custom-questions-block h4, body:not(.home) .custom-questions-block h5, body:not(.home) .custom-questions-block h6 {
      color: #45ac8f; }
    body:not(.home) .custom-questions-block p {
      color: #3b4461; }
  body:not(.home) .custom-donate-form-block {
    position: relative;
    padding-bottom: 100px; }
    body:not(.home) .custom-donate-form-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/donate-background-page.png");
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    body:not(.home) .custom-donate-form-block .content-top {
      margin-bottom: 75px; }
    body:not(.home) .custom-donate-form-block p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #3b4461; }
    body:not(.home) .custom-donate-form-block .img-wrap {
      margin-bottom: 60px; }
    body:not(.home) .custom-donate-form-block .donate-form-container {
      background-image: url("../images/donate-form-background.png");
      background-size: 100% 100%;
      background-position: center;
      position: relative;
      padding: 47px 35px 53px;
      min-height: 703px; }
      body:not(.home) .custom-donate-form-block .donate-form-container::before {
        content: '';
        display: block;
        background-image: url("../images/donate-form-icon.png");
        background-size: contain;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        position: absolute;
        top: -40px;
        right: 20px; }
      body:not(.home) .custom-donate-form-block .donate-form-container h3 {
        font-size: 30px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -1.2px;
        color: #3b4461;
        margin-bottom: 7px; }
    body:not(.home) .custom-donate-form-block .networks {
      margin-top: 29px; }
      body:not(.home) .custom-donate-form-block .networks .social {
        display: flex;
        flex-direction: row;
        justify-content: center; }
        body:not(.home) .custom-donate-form-block .networks .social li {
          margin: 0 15px; }
          body:not(.home) .custom-donate-form-block .networks .social li a {
            font-size: 30px;
            color: #3b4461; }
            body:not(.home) .custom-donate-form-block .networks .social li a:hover {
              color: #70c7af; }
            body:not(.home) .custom-donate-form-block .networks .social li a i {
              color: inherit;
              font-size: inherit; }
    @media (min-width: 768px) {
      body:not(.home) .custom-donate-form-block::before {
        background-position: center; }
      body:not(.home) .custom-donate-form-block .img-wrap {
        height: 769px; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-donate-form-block {
        padding-bottom: 132px !important; }
        body:not(.home) .custom-donate-form-block .img-wrap {
          width: calc((100% + ((930px - 125%))));
          z-index: -1; }
        body:not(.home) .custom-donate-form-block .donate-form-container {
          margin-top: 130px; } }
  body:not(.home) .custom-financial-block {
    position: relative;
    margin-top: -15px; }
    body:not(.home) .custom-financial-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/financials-background-mobile.png");
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-financial-block {
        margin-bottom: -10px; }
        body:not(.home) .custom-financial-block::before {
          background-image: url("../images/financials-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-financial-block {
        margin-top: -30px;
        margin-bottom: -40px; }
        body:not(.home) .custom-financial-block::before {
          background-image: url("../images/financials-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; } }
  body:not(.home) .custom-sub-header-contact-block {
    position: relative;
    padding: 92px 0 108px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sub-header-contact-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/intro-contact-us-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sub-header-contact-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sub-header-contact-block p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sub-header-contact-block {
        padding: 145px 0 113px;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-contact-block::before {
          background-image: url("../images/intro-contact-us-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sub-header-contact-block {
        padding: 118px 0 75px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-contact-block::before {
          background-image: url("../images/intro-contact-us-background.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sub-header-contact-block p {
          font-size: 23px; } }
  body:not(.home) .custom-contact-block {
    position: relative; }
    body:not(.home) .custom-contact-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/contact-us-background.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    body:not(.home) .custom-contact-block .img-wrap {
      margin: 0; }
    body:not(.home) .custom-contact-block .content-top {
      margin-bottom: 69px; }
      body:not(.home) .custom-contact-block .content-top .card {
        padding: 79px 15px; }
        body:not(.home) .custom-contact-block .content-top .card .link {
          margin-top: 23px; }
    body:not(.home) .custom-contact-block .contact-card {
      background-image: url("../images/contact-information-background.png");
      background-size: cover;
      background-position: center;
      position: relative; }
      body:not(.home) .custom-contact-block .contact-card::before {
        content: '';
        display: block;
        background-image: url("../images/contact-information-icon-background.png");
        background-size: contain;
        width: 80px;
        height: 80px;
        border-radius: 50px;
        position: absolute;
        top: -40px;
        right: 20px; }
      body:not(.home) .custom-contact-block .contact-card address {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.35;
        letter-spacing: -0.38px;
        color: #3b4461;
        margin-bottom: 25px; }
      body:not(.home) .custom-contact-block .contact-card p {
        color: #3b4461; }
        body:not(.home) .custom-contact-block .contact-card p a {
          color: inherit;
          text-decoration: none; }
          body:not(.home) .custom-contact-block .contact-card p a:hover {
            text-decoration: underline; }
        body:not(.home) .custom-contact-block .contact-card p strong {
          font-weight: 600; }
      body:not(.home) .custom-contact-block .contact-card .card-body {
        padding-left: 35px;
        padding-right: 35px; }
      body:not(.home) .custom-contact-block .contact-card .card-title {
        font-size: 30px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.37;
        letter-spacing: -1.2px;
        color: #f9f7f1;
        margin-bottom: 0; }
      body:not(.home) .custom-contact-block .contact-card h3.card-sub-title {
        font-size: 23px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -0.92px;
        color: #3b4461;
        margin-bottom: 22px; }
      body:not(.home) .custom-contact-block .contact-card .phone-box {
        padding-left: 56px;
        position: relative; }
        body:not(.home) .custom-contact-block .contact-card .phone-box::before {
          content: '';
          display: block;
          background-image: url("../images/contact-time-icon.png");
          background-size: contain;
          width: 34px;
          height: 34px;
          border-radius: 50px;
          position: absolute;
          top: 0;
          left: 0; }
        body:not(.home) .custom-contact-block .contact-card .phone-box:nth-child(2)::before {
          content: '';
          display: block;
          background-image: url("../images/contact-phone-icon.png");
          background-size: contain; }
    body:not(.home) .custom-contact-block .card-header {
      background: transparent;
      padding-top: 60px;
      border: none;
      box-shadow: none;
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 0; }
      body:not(.home) .custom-contact-block .card-header h3 {
        font-size: 21px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: -0.5px;
        color: #ffffff;
        border-bottom: 1px solid white;
        padding-bottom: 16px;
        margin-bottom: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-contact-block .img-wrap {
        height: 408px; } }
    @media (min-width: 922px) {
      body:not(.home) .custom-contact-block .img-wrap {
        width: 125%;
        height: 408px;
        margin: 0;
        z-index: -1; }
      body:not(.home) .custom-contact-block .content-top .single-box {
        margin-top: 50px; }
      body:not(.home) .custom-contact-block .content-top .card {
        padding-left: 45px;
        padding-right: 45px; } }
  body:not(.home) .custom-sub-header-news-block {
    position: relative;
    padding: 80px 0 39px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sub-header-news-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/intro-navigation-services-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sub-header-news-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sub-header-news-block p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sub-header-news-block {
        padding: 112px 0 74px;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-news-block::before {
          background-image: url("../images/intro-navigation-services-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sub-header-news-block {
        padding: 120px 0 63px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-news-block::before {
          background-image: url("../images/intro-navigation-services-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sub-header-news-block p {
          font-size: 23px; } }
  body:not(.home) .custom-news-block .content-top {
    position: relative;
    padding: 73px 0 77px; }
    body:not(.home) .custom-news-block .content-top::before {
      content: '';
      display: block;
      background-color: #e3e6f2;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
    body:not(.home) .custom-news-block .content-top h3 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #3b4461;
      margin-bottom: 16px; }
    body:not(.home) .custom-news-block .content-top .filter-category {
      margin: 0 !important; }
    @media (min-width: 768px) {
      body:not(.home) .custom-news-block .content-top .filter-wrap {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start; }
        body:not(.home) .custom-news-block .content-top .filter-wrap * {
          width: auto;
          margin: 0;
          margin-right: 30px; }
          body:not(.home) .custom-news-block .content-top .filter-wrap *:last-child {
            margin-right: 0; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-news-block .content-top .filter-wrap *:nth-child(1) {
        width: 270px; }
      body:not(.home) .custom-news-block .content-top .filter-wrap *:nth-child(2) {
        width: 270px; }
      body:not(.home) .custom-news-block .content-top .filter-wrap *:nth-child(3) {
        width: 388px; } }
  body:not(.home) .custom-news-block .content-bottom {
    position: relative;
    padding-top: 78px;
    padding-bottom: 95px; }
    body:not(.home) .custom-news-block .content-bottom::before {
      content: '';
      display: block;
      background-image: url("../images/news-background-block.png");
      background-size: 100% 100%;
      background-position: center;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
    body:not(.home) .custom-news-block .content-bottom .col-12:nth-child(3n) .single-box::after, body:not(.home) .custom-news-block .content-bottom .col-12:last-child .single-box::after {
      width: 100%; }
    body:not(.home) .custom-news-block .content-bottom .single-box {
      position: relative;
      height: 100%; }
      body:not(.home) .custom-news-block .content-bottom .single-box:after {
        content: '';
        display: block;
        width: calc(100% + 30px);
        height: 1px;
        background: #5ab199;
        position: absolute;
        left: 0;
        bottom: 0; }
    body:not(.home) .custom-news-block .content-bottom .card {
      background: transparent; }
    body:not(.home) .custom-news-block .content-bottom .img-wrap {
      height: 289px; }
    body:not(.home) .custom-news-block .content-bottom .card-body {
      padding-left: 0;
      padding-right: 0; }
    body:not(.home) .custom-news-block .content-bottom .category {
      font-size: 14px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: -0.67px;
      display: block;
      margin-bottom: 10px; }
      body:not(.home) .custom-news-block .content-bottom .category a {
        color: inherit; }
        body:not(.home) .custom-news-block .content-bottom .category a:hover {
          text-decoration: none; }
      body:not(.home) .custom-news-block .content-bottom .category.green {
        color: #5ab199; }
      body:not(.home) .custom-news-block .content-bottom .category.purple {
        color: #ad95cd; }
      body:not(.home) .custom-news-block .content-bottom .category.blue {
        color: #164f90; }
    body:not(.home) .custom-news-block .content-bottom .card-title {
      font-size: 21px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: -1px;
      color: #3b4461;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      body:not(.home) .custom-news-block .content-bottom .card-title a {
        color: #3b4461; }
        body:not(.home) .custom-news-block .content-bottom .card-title a:hover {
          color: #5ab199;
          text-decoration: none; }
    body:not(.home) .custom-news-block .content-bottom .card-text p {
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: -0.26px;
      color: #3b4461;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    body:not(.home) .custom-news-block .content-bottom time {
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.79;
      letter-spacing: -0.67px;
      color: #3b4461; }
  body:not(.home) .custom-sub-header-our-team-block {
    position: relative;
    padding: 80px 0 39px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sub-header-our-team-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/our-team-intro-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sub-header-our-team-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sub-header-our-team-block p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sub-header-our-team-block {
        padding: 112px 0 74px;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-our-team-block::before {
          background-image: url("../images/our-team-intro-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sub-header-our-team-block {
        padding: 120px 0 63px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-our-team-block::before {
          background-image: url("../images/our-team-intro-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sub-header-our-team-block p {
          font-size: 23px; } }
  body:not(.home) .custom-our-team-block {
    position: relative;
    padding-bottom: 100px; }
    body:not(.home) .custom-our-team-block .single-box,
    body:not(.home) .custom-our-team-block .card {
      height: 100%; }
    body:not(.home) .custom-our-team-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/our-team-background-page.png");
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px;
      z-index: -1; }
    body:not(.home) .custom-our-team-block .card {
      border-radius: 2px;
      background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 70%);
      text-align: center; }
      body:not(.home) .custom-our-team-block .card:hover .img-wrap::before {
        opacity: 1; }
      body:not(.home) .custom-our-team-block .card:hover .img-wrap .link-read-more {
        top: 50%; }
    body:not(.home) .custom-our-team-block .card-body {
      padding-left: 33px;
      padding-right: 33px;
      padding-bottom: 35px; }
    body:not(.home) .custom-our-team-block .img-wrap {
      width: 255px;
      height: 255px;
      margin: 0 auto 0;
      border-radius: 50%;
      border: none;
      padding: 0; }
      body:not(.home) .custom-our-team-block .img-wrap img {
        width: 101%;
        height: 101%;
        object-fit: cover; }
      body:not(.home) .custom-our-team-block .img-wrap::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(84, 84, 84, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: 0.4s; }
      body:not(.home) .custom-our-team-block .img-wrap .link-read-more {
        font-size: 16px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.94;
        letter-spacing: -0.53px;
        color: #f9f7f1;
        position: absolute;
        top: -20%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: 0.6s; }
        body:not(.home) .custom-our-team-block .img-wrap .link-read-more:after {
          content: "\f055";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          margin-left: 10px; }
        body:not(.home) .custom-our-team-block .img-wrap .link-read-more i {
          display: none; }
    body:not(.home) .custom-our-team-block .networks {
      margin-top: 48px; }
    body:not(.home) .custom-our-team-block .social {
      flex-direction: row;
      justify-content: center; }
      body:not(.home) .custom-our-team-block .social li {
        margin: 0 16px; }
        body:not(.home) .custom-our-team-block .social li a {
          font-size: 21px;
          color: #3b4461; }
          body:not(.home) .custom-our-team-block .social li a:hover {
            color: #70c7af; }
    body:not(.home) .custom-our-team-block .name {
      font-size: 20px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.52;
      letter-spacing: -0.84px;
      color: #45ac8f;
      border: none;
      background: transparent;
      padding: 0; }
      body:not(.home) .custom-our-team-block .name a {
        color: inherit; }
        body:not(.home) .custom-our-team-block .name a:hover {
          text-decoration: underline; }
      body:not(.home) .custom-our-team-block .name:hover {
        text-decoration: underline; }
    body:not(.home) .custom-our-team-block .position {
      font-size: 19px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.32;
      letter-spacing: -0.9px;
      color: #3b4461; }
    body:not(.home) .custom-our-team-block .email {
      font-size: 18px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.39;
      letter-spacing: -0.86px;
      color: #9578bb; }
      body:not(.home) .custom-our-team-block .email a, body:not(.home) .custom-our-team-block .email button {
        color: inherit; }
        body:not(.home) .custom-our-team-block .email a:hover, body:not(.home) .custom-our-team-block .email button:hover {
          text-decoration: underline; }
    body:not(.home) .custom-our-team-block .card-text {
      margin-top: 26px;
      border-top: solid 1px #ad95cd;
      padding-top: 4px; }
      body:not(.home) .custom-our-team-block .card-text p {
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.28px;
        color: #3b4461; }
    body:not(.home) .custom-our-team-block .info-box {
      padding: 7px 0;
      position: relative; }
      body:not(.home) .custom-our-team-block .info-box::after {
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        object-fit: contain;
        opacity: 0.28;
        border: solid 1px #3b4461;
        position: absolute;
        bottom: 0;
        left: calc(50% - 85px); }
      body:not(.home) .custom-our-team-block .info-box:last-child::after {
        display: none; }
      body:not(.home) .custom-our-team-block .info-box p {
        margin: 0; }
    @media (min-width: 1200px) {
      body:not(.home) .custom-our-team-block {
        padding-bottom: 200px !important; }
        body:not(.home) .custom-our-team-block::before {
          background-size: 100% auto;
          background-position: top center; } }
  body:not(.home) .custom-get-started-block {
    position: relative;
    padding: 130px 0 59px;
    margin-top: -100px;
    margin-bottom: -10px; }
    body:not(.home) .custom-get-started-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/get-satrted-today-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-get-started-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-get-started-block p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #3b4461; }
    @media (min-width: 768px) {
      body:not(.home) .custom-get-started-block {
        padding: 162px 0 74px !important;
        margin-top: -120px;
        margin-bottom: 0px; }
        body:not(.home) .custom-get-started-block::before {
          background-image: url("../images/get-satrted-today-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-get-started-block {
        padding: 189px 0 81px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-get-started-block::before {
          background-image: url("../images/get-satrted-today-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-get-started-block p {
          font-size: 23px; } }
  body:not(.home) .custom-sub-header-services-block {
    position: relative;
    padding: 80px 0 100px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sub-header-services-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/intro-navigation-services-background-mobile-2.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sub-header-services-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sub-header-services-block h1, body:not(.home) .custom-sub-header-services-block h2, body:not(.home) .custom-sub-header-services-block h3, body:not(.home) .custom-sub-header-services-block h4, body:not(.home) .custom-sub-header-services-block h5, body:not(.home) .custom-sub-header-services-block h6 {
      color: white; }
    body:not(.home) .custom-sub-header-services-block p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sub-header-services-block {
        padding: 112px 0 118px !important;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-services-block::before {
          background-image: url("../images/intro-navigation-services-background-tablet-2.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sub-header-services-block {
        padding: 160px 0 123px !important;
        margin-top: -190px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sub-header-services-block::before {
          background-image: url("../images/intro-navigation-services-background-desktop-2.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sub-header-services-block p {
          font-size: 23px; } }
  body:not(.home) .custom-what-is-navigation-block {
    position: relative;
    padding: 80px 0 99px;
    margin-top: -70px;
    margin-bottom: -10px; }
    body:not(.home) .custom-what-is-navigation-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/what-is-navigation-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-what-is-navigation-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-what-is-navigation-block p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #ffffff; }
      body:not(.home) .custom-what-is-navigation-block p span, body:not(.home) .custom-what-is-navigation-block p strong, body:not(.home) .custom-what-is-navigation-block p a {
        font-weight: 700;
        color: #3b4461; }
    body:not(.home) .custom-what-is-navigation-block .link {
      margin-top: 25px; }
      body:not(.home) .custom-what-is-navigation-block .link a, body:not(.home) .custom-what-is-navigation-block .link button {
        margin-right: 15px;
        margin-bottom: 15px; }
        body:not(.home) .custom-what-is-navigation-block .link a:last-child, body:not(.home) .custom-what-is-navigation-block .link button:last-child {
          margin: 0; }
    body:not(.home) .custom-what-is-navigation-block .cards-container {
      margin-top: 100px; }
    body:not(.home) .custom-what-is-navigation-block .single-box {
      margin-bottom: 90px; }
      body:not(.home) .custom-what-is-navigation-block .single-box button {
        padding: 0;
        border: none;
        outline: none; }
      body:not(.home) .custom-what-is-navigation-block .single-box:last-child {
        margin-bottom: 0; }
      body:not(.home) .custom-what-is-navigation-block .single-box:nth-child(1) .card {
        background: #7b88b3; }
      body:not(.home) .custom-what-is-navigation-block .single-box:nth-child(2) .card {
        background-color: #164f90; }
      body:not(.home) .custom-what-is-navigation-block .single-box:nth-child(3) .card {
        background-color: #3b4461; }
      body:not(.home) .custom-what-is-navigation-block .single-box:nth-child(4) .card {
        background-color: #45ac8f; }
      body:not(.home) .custom-what-is-navigation-block .single-box:nth-child(5) .card {
        background-color: #70c7af; }
    body:not(.home) .custom-what-is-navigation-block .card {
      background: transparent;
      box-shadow: 0 6px 13px 0 rgba(138, 153, 198, 0.35);
      min-height: 187px; }
    body:not(.home) .custom-what-is-navigation-block .card-body {
      padding-left: 10px;
      padding-right: 10px;
      text-align: left; }
    body:not(.home) .custom-what-is-navigation-block .img-wrap {
      width: 84px;
      height: 84px;
      margin-bottom: 0;
      background-color: white;
      border-radius: 50%;
      margin-left: 1.25rem;
      margin-top: -60px;
      box-shadow: 0 1px 15px 0 rgba(69, 172, 143, 0.39); }
      body:not(.home) .custom-what-is-navigation-block .img-wrap img {
        width: 60%;
        height: 60%;
        object-fit: contain; }
        body:not(.home) .custom-what-is-navigation-block .img-wrap img:nth-child(1) {
          display: block; }
        body:not(.home) .custom-what-is-navigation-block .img-wrap img:nth-child(2) {
          display: none; }
    body:not(.home) .custom-what-is-navigation-block .card-title {
      font-size: 25px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.23;
      letter-spacing: -1.04px;
      color: #f9f7f1; }
    body:not(.home) .custom-what-is-navigation-block .card-text p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #ffffff;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media (min-width: 768px) {
      body:not(.home) .custom-what-is-navigation-block {
        padding: 112px 0 74px;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-what-is-navigation-block::before {
          background-image: url("../images/what-is-navigation-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-what-is-navigation-block .cards-container {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        body:not(.home) .custom-what-is-navigation-block .single-box {
          width: 49%; }
        body:not(.home) .custom-what-is-navigation-block .card {
          height: 100%; }
        body:not(.home) .custom-what-is-navigation-block a.d-block {
          height: 100%; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-what-is-navigation-block {
        padding: 120px 0 233px !important;
        margin-bottom: -130px; }
        body:not(.home) .custom-what-is-navigation-block::before {
          background-image: url("../images/what-is-navigation-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-what-is-navigation-block p {
          font-size: 20px; }
        body:not(.home) .custom-what-is-navigation-block .cards-container {
          margin-top: 50px; }
        body:not(.home) .custom-what-is-navigation-block .single-box {
          width: 19%;
          margin-bottom: 0; }
          body:not(.home) .custom-what-is-navigation-block .single-box .card {
            min-height: 187px; }
            body:not(.home) .custom-what-is-navigation-block .single-box .card .card-title {
              font-size: 14px; }
            body:not(.home) .custom-what-is-navigation-block .single-box .card .img-wrap {
              width: 62px;
              height: 62px;
              margin-top: -30px; }
            body:not(.home) .custom-what-is-navigation-block .single-box .card:hover .img-wrap {
              background-color: #707b9f; }
              body:not(.home) .custom-what-is-navigation-block .single-box .card:hover .img-wrap img:nth-child(1) {
                display: none; }
              body:not(.home) .custom-what-is-navigation-block .single-box .card:hover .img-wrap img:nth-child(2) {
                display: block; } }
  body:not(.home) .custom-graphic-block img {
    width: 100%; }
  body:not(.home) .custom-no-cost-block {
    position: relative;
    padding: 170px 0 100px; }
    body:not(.home) .custom-no-cost-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/no-cost-social-work-navigation-services-icon-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-no-cost-block p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #ffffff; }
    body:not(.home) .custom-no-cost-block button {
      border: none;
      outline: none !important;
      background: transparent;
      text-align: left;
      box-shadow: none;
      padding: 0;
      margin: 0;
      margin-bottom: 25px; }
      body:not(.home) .custom-no-cost-block button:hover .img-wrap {
        background: #45ac8f; }
      body:not(.home) .custom-no-cost-block button:hover .card-title {
        color: #2f7562; }
    body:not(.home) .custom-no-cost-block .card {
      background: transparent;
      color: white; }
    body:not(.home) .custom-no-cost-block .img-wrap {
      width: 66px;
      height: 66px;
      border-radius: 50%;
      object-fit: contain;
      box-shadow: 0 1px 15px 0 rgba(69, 172, 143, 0.39);
      background-color: #c0e6db;
      flex-shrink: 0;
      order: -1; }
      body:not(.home) .custom-no-cost-block .img-wrap img {
        width: 60%;
        height: 60%;
        object-fit: contain; }
    body:not(.home) .custom-no-cost-block .main-icon {
      width: 98px;
      height: 98px;
      box-shadow: 0 1px 15px 0 rgba(69, 172, 143, 0.39);
      background-color: #45ac8f;
      order: -1;
      flex-shrink: 0;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        body:not(.home) .custom-no-cost-block .main-icon {
          display: none; } }
    body:not(.home) .custom-no-cost-block .card-body {
      padding: 0; }
    body:not(.home) .custom-no-cost-block .card-title {
      font-size: 15px;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: -0.6px;
      color: #ffffff;
      margin-bottom: 0; }
    body:not(.home) .custom-no-cost-block ul {
      padding-left: 20px; }
      body:not(.home) .custom-no-cost-block ul li {
        margin-bottom: 0; }
    body:not(.home) .custom-no-cost-block .list-container {
      display: flex;
      flex-direction: column; }
    @media (min-width: 768px) {
      body:not(.home) .custom-no-cost-block {
        padding: 222px 0 118px !important;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-no-cost-block::before {
          background-image: url("../images/no-cost-social-work-navigation-services-icon-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-no-cost-block .list-container {
          flex-direction: row;
          justify-content: space-between; }
        body:not(.home) .custom-no-cost-block .main-icon {
          order: 0;
          align-self: center; }
        body:not(.home) .custom-no-cost-block .list-box {
          width: 40%; } }
    @media (min-width: 992px) {
      body:not(.home) .custom-no-cost-block .single-box {
        margin-bottom: 0; }
      body:not(.home) .custom-no-cost-block .card {
        flex-direction: row;
        position: relative;
        overflow: hidden;
        margin-bottom: -3px; }
        body:not(.home) .custom-no-cost-block .card:before {
          content: '';
          display: block;
          width: 4px;
          height: 100%;
          background: #45ac8f;
          position: absolute;
          right: 30px;
          top: 0; }
      body:not(.home) .custom-no-cost-block .list-box {
        width: 48%; }
        body:not(.home) .custom-no-cost-block .list-box.left-side .single-box:nth-child(2) .card {
          align-items: center; }
          body:not(.home) .custom-no-cost-block .list-box.left-side .single-box:nth-child(2) .card .img-wrap {
            margin-top: 15px; }
        body:not(.home) .custom-no-cost-block .list-box.left-side .single-box:nth-child(3) .card {
          align-items: flex-end; }
        body:not(.home) .custom-no-cost-block .list-box.left-side .single-box .card-body {
          padding-right: 15px;
          width: 242px;
          min-height: 102px; }
        body:not(.home) .custom-no-cost-block .list-box.right-side .single-box:last-child .card::before {
          height: 30px; }
        body:not(.home) .custom-no-cost-block .list-box.right-side .card::before {
          left: 30px;
          right: auto; }
        body:not(.home) .custom-no-cost-block .list-box.right-side .img-wrap {
          order: -1; }
        body:not(.home) .custom-no-cost-block .list-box.right-side .card-body {
          padding-left: 15px; }
      body:not(.home) .custom-no-cost-block .img-wrap {
        margin-bottom: 0;
        order: 0; }
      body:not(.home) .custom-no-cost-block .main-icon {
        margin: 0 8px; }
      body:not(.home) .custom-no-cost-block .card-text p, body:not(.home) .custom-no-cost-block .card-text li {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.24px;
        color: #ffffff; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-no-cost-block {
        padding: 160px 0 123px !important;
        margin-top: -90px;
        margin-bottom: -40px; }
        body:not(.home) .custom-no-cost-block::before {
          background-image: url("../images/no-cost-social-work-navigation-services-icon-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-no-cost-block .list-box.left-side .single-box:nth-child(2) .card .img-wrap {
          margin-top: 53px; }
        body:not(.home) .custom-no-cost-block .main-icon {
          margin: 0 8px; } }
  body:not(.home) .modal-services .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  body:not(.home) .modal-services .modal-title {
    color: #3b4461; }
  body:not(.home) .modal-services p {
    color: #3b4461;
    font-size: 18px; }
  body:not(.home) .custom-faqs-navigation-block {
    position: relative;
    padding: 130px 0 100px;
    margin-top: -50px;
    margin-bottom: -10px; }
    body:not(.home) .custom-faqs-navigation-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/faqs-navigation-services-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-faqs-navigation-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-faqs-navigation-block h1, body:not(.home) .custom-faqs-navigation-block h2, body:not(.home) .custom-faqs-navigation-block h3, body:not(.home) .custom-faqs-navigation-block h4, body:not(.home) .custom-faqs-navigation-block h5, body:not(.home) .custom-faqs-navigation-block h6 {
      color: white; }
    body:not(.home) .custom-faqs-navigation-block p {
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: -0.3px;
      color: #f9f7f1; }
    body:not(.home) .custom-faqs-navigation-block #accordionBlock .card,
    body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card,
    body:not(.home) .custom-faqs-navigation-block .accordion .card {
      border-color: #ad95cd; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse.show .card-body,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse.show .card-body,
      body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse.show .card-body {
        background-color: #ad95cd; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse.show .img-wrap img:nth-child(2),
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse.show .img-wrap img:nth-child(2),
      body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse.show .img-wrap img:nth-child(2) {
        display: block; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse.show .img-wrap img:nth-child(1),
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse.show .img-wrap img:nth-child(1),
      body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse.show .img-wrap img:nth-child(1) {
        display: none; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse .card-body,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse .card-body,
      body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse .card-body {
        padding-top: 0;
        padding-left: 15px; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.open, body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.active,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.open,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.active,
      body:not(.home) .custom-faqs-navigation-block .accordion .card.open,
      body:not(.home) .custom-faqs-navigation-block .accordion .card.active {
        background-color: #ad95cd; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.open .card-header, body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.active .card-header,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.open .card-header,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.active .card-header,
        body:not(.home) .custom-faqs-navigation-block .accordion .card.open .card-header,
        body:not(.home) .custom-faqs-navigation-block .accordion .card.active .card-header {
          background-color: #ad95cd !important; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.open .img-wrap img:nth-child(2), body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.active .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.open .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.active .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .accordion .card.open .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .accordion .card.active .img-wrap img:nth-child(2) {
          display: block; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.open .img-wrap img:nth-child(1), body:not(.home) .custom-faqs-navigation-block #accordionBlock .card.active .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.open .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card.active .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .accordion .card.open .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .accordion .card.active .img-wrap img:nth-child(1) {
          display: none; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .card-header h2 .btn.collapsed::before,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .card-header h2 .btn.collapsed::before,
      body:not(.home) .custom-faqs-navigation-block .accordion .card .card-header h2 .btn.collapsed::before {
        color: #ad95cd; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .card-header h2 .btn,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .card-header h2 .btn,
      body:not(.home) .custom-faqs-navigation-block .accordion .card .card-header h2 .btn {
        padding: 13px 50px;
        padding-left: 15px; }
      body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .img-wrap,
      body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .img-wrap,
      body:not(.home) .custom-faqs-navigation-block .accordion .card .img-wrap {
        width: 59px;
        height: 59px;
        border-radius: 50%;
        margin: 15px auto 25px;
        flex-shrink: 0; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .img-wrap img:nth-child(1),
        body:not(.home) .custom-faqs-navigation-block .accordion .card .img-wrap img:nth-child(1) {
          display: block; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .img-wrap img:nth-child(2),
        body:not(.home) .custom-faqs-navigation-block .accordion .card .img-wrap img:nth-child(2) {
          display: none; }
    @media (min-width: 768px) {
      body:not(.home) .custom-faqs-navigation-block {
        padding: 112px 0 118px !important;
        margin-top: -70px;
        margin-bottom: -40px; }
        body:not(.home) .custom-faqs-navigation-block::before {
          background-image: url("../images/faqs-navigation-services-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .card-header h2 .btn,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .card-header h2 .btn,
        body:not(.home) .custom-faqs-navigation-block .accordion .card .card-header h2 .btn {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .img-wrap,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .img-wrap,
        body:not(.home) .custom-faqs-navigation-block .accordion .card .img-wrap {
          margin: 0;
          margin-right: 15px; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse.show,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse.show,
        body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse.show {
          margin-top: -22px; }
        body:not(.home) .custom-faqs-navigation-block #accordionBlock .card .collapse .card-body,
        body:not(.home) .custom-faqs-navigation-block .elevation-accordion .card .collapse .card-body,
        body:not(.home) .custom-faqs-navigation-block .accordion .card .collapse .card-body {
          padding-left: 89px; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-faqs-navigation-block {
        padding: 160px 0 123px !important;
        margin-top: -80px;
        margin-bottom: -40px; }
        body:not(.home) .custom-faqs-navigation-block::before {
          background-image: url("../images/faqs-navigation-services-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-faqs-navigation-block p {
          font-size: 23px; } }
  body:not(.home) .custom-sontag-foundation-block {
    position: relative;
    padding: 130px 0 59px;
    margin-top: -60px;
    margin-bottom: -10px; }
    body:not(.home) .custom-sontag-foundation-block::before {
      content: '';
      display: block;
      width: 101%;
      height: 100%;
      background-image: url("../images/the-sontag-foundation-background-mobile.png");
      background-size: 100% 100%;
      background-position: center;
      position: absolute;
      top: 0;
      left: -2px; }
    body:not(.home) .custom-sontag-foundation-block h2 {
      margin-bottom: 12px; }
    body:not(.home) .custom-sontag-foundation-block p {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #ffffff; }
    body:not(.home) .custom-sontag-foundation-block .img-wrap {
      height: 430px; }
      body:not(.home) .custom-sontag-foundation-block .img-wrap img {
        object-fit: contain;
        height: 100%; }
    body:not(.home) .custom-sontag-foundation-block .link {
      margin-top: 36px; }
      body:not(.home) .custom-sontag-foundation-block .link a {
        margin-bottom: 15px;
        margin-right: 15px; }
        body:not(.home) .custom-sontag-foundation-block .link a:last-child {
          margin: 0; }
    @media (min-width: 768px) {
      body:not(.home) .custom-sontag-foundation-block {
        padding: 162px 0 74px !important;
        margin-top: -20px;
        margin-bottom: 0px; }
        body:not(.home) .custom-sontag-foundation-block::before {
          background-image: url("../images/the-sontag-foundation-background-tablet.png");
          background-size: 100% 100%;
          background-position: center; } }
    @media (min-width: 1200px) {
      body:not(.home) .custom-sontag-foundation-block {
        padding: 189px 0 81px !important;
        margin-top: -20px;
        margin-bottom: -40px; }
        body:not(.home) .custom-sontag-foundation-block::before {
          background-image: url("../images/the-sontag-foundation-background-desktop.png");
          background-size: 100% 100%;
          background-position: center; }
        body:not(.home) .custom-sontag-foundation-block p {
          font-size: 23px; } }
  body:not(.home) .text-with-photo .card {
    border: none;
    border-radius: 0; }
    body:not(.home) .text-with-photo .card .img-wrap {
      background-color: gray; }
      body:not(.home) .text-with-photo .card .img-wrap img {
        object-fit: contain; }
    body:not(.home) .text-with-photo .card .card-body {
      padding-left: 0; }
    body:not(.home) .text-with-photo .card .card-title {
      font-family: 'Inter', sans-serif !important;
      font-size: 18px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 24px; }
    body:not(.home) .text-with-photo .card .card-text p {
      color: #5b5b5b; }
  body:not(.home) .photo-gallery .gallery-thumbs .img-wrap {
    height: 70px;
    border-radius: 0;
    margin: 0; }
  body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white {
    background: #164f90;
    width: 47px;
    height: 47px; }
    body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white::after, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white::after {
      font-size: 18px; }
    body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white:hover, body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white:hover {
      background: #b4bdd8; }
  body:not(.home) .photo-gallery .swiper-button-next.swiper-button-white {
    right: 0; }
  body:not(.home) .photo-gallery .swiper-button-prev.swiper-button-white {
    left: 0;
    right: 0; }
  body:not(.home) .photo-gallery .card {
    border: none;
    border-radius: 0; }
  body:not(.home) .photo-gallery .card-text p {
    color: #5b5b5b; }
  body:not(.home) .video-banner-block {
    min-height: 510px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    body:not(.home) .video-banner-block .img-wrap {
      position: absolute;
      top: 0;
      margin: 0;
      border-radius: 0;
      height: 100%; }
      body:not(.home) .video-banner-block .img-wrap::before {
        opacity: 0.42;
        background-color: #000000;
        z-index: 2; }
      body:not(.home) .video-banner-block .img-wrap::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.52;
        background-image: linear-gradient(to right, #0f0b09 7%, rgba(0, 0, 0, 0) 78%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    body:not(.home) .video-banner-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .video-banner-block h1, body:not(.home) .video-banner-block h2, body:not(.home) .video-banner-block h3, body:not(.home) .video-banner-block h4, body:not(.home) .video-banner-block h5, body:not(.home) .video-banner-block h6, body:not(.home) .video-banner-block p {
      color: white; }
      body:not(.home) .video-banner-block h1 a, body:not(.home) .video-banner-block h2 a, body:not(.home) .video-banner-block h3 a, body:not(.home) .video-banner-block h4 a, body:not(.home) .video-banner-block h5 a, body:not(.home) .video-banner-block h6 a, body:not(.home) .video-banner-block p a {
        color: white; }
    body:not(.home) .video-banner-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button) {
      color: white !important;
      font-weight: 700; }
      body:not(.home) .video-banner-block a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button):hover {
        color: #fafafa !important; }
  body:not(.home) .testimonials-block {
    background-image: url("../images/testimonials-interior-background.png");
    background-size: 100% 100%;
    background-position: top left; }
    body:not(.home) .testimonials-block h2 {
      color: #ad95cd; }
    body:not(.home) .testimonials-block .card {
      margin: 15px;
      border: none;
      border-radius: 0;
      padding: 54px 30px 39px 31px;
      background: #ad95cd; }
    body:not(.home) .testimonials-block blockquote {
      font-size: 17px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.24;
      letter-spacing: -0.51px;
      color: #f9f7f1; }
    body:not(.home) .testimonials-block cite {
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.42;
      letter-spacing: -0.53px;
      text-align: left;
      color: #f9f7f1;
      margin-top: 0px; }
      body:not(.home) .testimonials-block cite span {
        text-transform: none;
        font-size: 14px;
        font-weight: 700;
        display: block; }
    body:not(.home) .testimonials-block .img-wrap {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      margin: 0;
      margin-right: 16px;
      flex-shrink: 0; }
      body:not(.home) .testimonials-block .img-wrap img {
        object-position: top; }
    body:not(.home) .testimonials-block .cite-container {
      display: flex;
      align-items: center;
      margin-top: 20px; }
    body:not(.home) .testimonials-block .navigation-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 30px; }
    body:not(.home) .testimonials-block .arrows-container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    body:not(.home) .testimonials-block .swiper-button-next, body:not(.home) .testimonials-block .swiper-button-prev {
      position: relative;
      width: 53px;
      height: 53px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23AD95CD' transform='matrix(-1 0 0 1 53 0)'%3e%3ccircle cx='26.5' cy='26.5' r='26'/%3e%3cpath d='M23 21L30.279 26.709 23.619 32.418'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      margin: 0 4px;
      outline: none; }
      body:not(.home) .testimonials-block .swiper-button-next::after, body:not(.home) .testimonials-block .swiper-button-prev::after {
        display: none; }
      body:not(.home) .testimonials-block .swiper-button-next:hover, body:not(.home) .testimonials-block .swiper-button-prev:hover {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%236a4998' transform='matrix(-1 0 0 1 53 0)'%3e%3ccircle cx='26.5' cy='26.5' r='26'/%3e%3cpath d='M23 21L30.279 26.709 23.619 32.418'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
        background-size: contain; }
    body:not(.home) .testimonials-block .swiper-button-next {
      transform: scaleX(-1); }
    body:not(.home) .testimonials-block .swiper-pagination {
      position: relative;
      margin-top: 32px;
      display: flex;
      justify-content: center; }
    body:not(.home) .testimonials-block .swiper-pagination-bullet {
      opacity: 0.33;
      background-color: #d3d3d3;
      margin: 0 10px; }
    body:not(.home) .testimonials-block .swiper-pagination-bullet-active {
      opacity: 1; }
    body:not(.home) .testimonials-block .swiper-scrollbar {
      height: 1px;
      margin-top: 25px;
      width: 100%;
      background: rgba(173, 149, 205, 0.5); }
    body:not(.home) .testimonials-block .swiper-scrollbar-drag {
      height: 2px;
      background: #ad95cd; }
  body:not(.home) .photo-gallery-block .swiper-wrapper {
    padding-top: 35px; }
  body:not(.home) .photo-gallery-block .swiper-slide-active .img-item .img-container::before {
    opacity: 0; }
  @media (min-width: 768px) {
    body:not(.home) .photo-gallery-block .swiper-slide-active .img-item .img-container img {
      height: 453px; } }
  body:not(.home) .photo-gallery-block .swiper-slide-active .img-item figcaption {
    display: block; }
  @media (min-width: 768px) {
    body:not(.home) .photo-gallery-block .swiper-slide-active .img-item {
      margin-top: -35px; } }
  body:not(.home) .photo-gallery-block .img-item {
    margin: 0;
    border-radius: 0; }
    body:not(.home) .photo-gallery-block .img-item .img-container {
      position: relative; }
      body:not(.home) .photo-gallery-block .img-item .img-container::before {
        opacity: 0.47;
        background-color: #000000;
        z-index: 2; }
    body:not(.home) .photo-gallery-block .img-item img {
      position: relative;
      height: 250px;
      object-fit: cover; }
      @media (min-width: 768px) {
        body:not(.home) .photo-gallery-block .img-item img {
          height: 393px; } }
    body:not(.home) .photo-gallery-block .img-item figcaption {
      font-size: 20px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.38px;
      color: #3b4461;
      background: white;
      padding: 20px;
      display: none; }
      @media (min-width: 768px) {
        body:not(.home) .photo-gallery-block .img-item figcaption {
          padding-left: 0;
          padding-right: 0; } }
  body:not(.home) .photo-gallery-block .navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  body:not(.home) .photo-gallery-block .arrows-container {
    display: flex;
    align-items: center; }
  body:not(.home) .photo-gallery-block .swiper-button-next, body:not(.home) .photo-gallery-block .swiper-button-prev {
    width: 53px;
    height: 53px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' viewBox='0 0 53 53'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23FFFFFF' transform='matrix(-1 0 0 1 53 0)'%3e%3ccircle cx='26.5' cy='26.5' r='26'/%3e%3cpath d='M23 21L30.279 26.709 23.619 32.418'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 35%;
    border-radius: 50%;
    outline: none; }
    body:not(.home) .photo-gallery-block .swiper-button-next::after, body:not(.home) .photo-gallery-block .swiper-button-prev::after {
      display: none; }
    body:not(.home) .photo-gallery-block .swiper-button-next:hover, body:not(.home) .photo-gallery-block .swiper-button-prev:hover {
      background-color: #ad95cd; }
  @media (min-width: 1200px) {
    body:not(.home) .photo-gallery-block .swiper-button-prev {
      left: 260px; }
    body:not(.home) .photo-gallery-block .swiper-button-next {
      right: 260px; } }
  body:not(.home) .photo-gallery-block .swiper-button-next {
    transform: scaleX(-1); }
  body:not(.home) .photo-gallery-block .swiper-pagination {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: center; }
  body:not(.home) .photo-gallery-block .swiper-pagination-bullet {
    opacity: 0.33;
    background-color: #5ab199;
    margin: 0 10px; }
  body:not(.home) .photo-gallery-block .swiper-pagination-bullet-active {
    opacity: 1; }
  body:not(.home) .custom-image-bg-block {
    position: relative; }
    body:not(.home) .custom-image-bg-block::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      opacity: 0.78; }
    body:not(.home) .custom-image-bg-block .container {
      position: relative;
      z-index: 5; }
    body:not(.home) .custom-image-bg-block .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0;
      margin: 0;
      height: 100%; }
  body:not(.home) .interior-section-c {
    padding: 70px 0;
    background: #eff0f1; }
    body:not(.home) .interior-section-c:before {
      background: inherit; }
    body:not(.home) .interior-section-c .wp-block-column.column-7 {
      flex-basis: calc(60% - 16px); }
    body:not(.home) .interior-section-c .wp-block-column.column-5 {
      flex-basis: calc(50% - 16px); }
    body:not(.home) .interior-section-c .wp-block-column:not(:first-child) {
      margin-left: 64px; }
    body:not(.home) .interior-section-c .wp-block-image img {
      height: auto; }
    body:not(.home) .interior-section-c.inverted .wp-media-text {
      order: 1; }
    body:not(.home) .interior-section-c.inverted .wp-block-column:not(:first-child) {
      margin-left: 0;
      margin-right: 64px; }
    body:not(.home) .interior-section-c p, body:not(.home) .interior-section-c p a, body:not(.home) .interior-section-c ul, body:not(.home) .interior-section-c ul li, body:not(.home) .interior-section-c ul li ul li {
      color: inherit !important; }
      body:not(.home) .interior-section-c p::before, body:not(.home) .interior-section-c p a::before, body:not(.home) .interior-section-c ul::before, body:not(.home) .interior-section-c ul li::before, body:not(.home) .interior-section-c ul li ul li::before {
        background: currentColor; }
    body:not(.home) .interior-section-c a:not(.btn-1):not(.btn-2):not(.btn-3):not(.btn-4):not(.btn-5):not(.btn-6):not(.btn-7):not(.btn-8):not(.btn-9):not(.d-block):not(.nav-link):not(.social li a):not(.phone-box a):not(.category a):not(.card-title a):not(.page-numbers):not(button) {
      color: inherit;
      text-decoration: underline; }
    body:not(.home) .interior-section-c figcaption {
      font-family: 'Inter', sans-serif !important;
      font-size: 12px !important;
      font-weight: normal !important;
      font-stretch: normal !important;
      font-style: normal !important;
      line-height: 1.92 !important;
      letter-spacing: -0.16px !important;
      color: #000 !important;
      background: white !important;
      padding: 12px 19px !important; }
  body:not(.home) .interior-section-sponsors-no-carousel {
    padding: 70px 0; }
    body:not(.home) .interior-section-sponsors-no-carousel .row {
      margin-top: 50px; }
    body:not(.home) .interior-section-sponsors-no-carousel .img-wrap img {
      object-fit: contain; }
  body:not(.home) .carousel_block_testimonials.bg-green {
    background-color: inherit;
    color: inherit; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h2, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h3, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h4, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial h5 {
    color: white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial p, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial strong, body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial em,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial .quote,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
    color: white;
    font-family: 'Inter', sans-serif !important; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite {
    font-family: 'Inter', sans-serif !important; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .content-testimonial cite::before {
    background-color: white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators {
    display: none; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li.active {
    background-color: #164f90; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .carousel-indicators li {
    border: 1px solid white; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .frame-rounded,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side .rounded-img,
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .left-side img {
    height: 100%;
    object-fit: cover; }
  body:not(.home) .carousel_block_testimonials .container, body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial {
    height: 100%; }
  body:not(.home) .carousel_block_testimonials .container-control {
    padding-top: 52px; }
  body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
    padding-top: 76px !important; }
    body:not(.home) .carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side:before {
      content: '';
      display: block;
      background-image: url("../images/icon-quote.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 29.4px;
      height: 20.3px;
      position: relative;
      margin-bottom: 33px;
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
  body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e"); }
  body:not(.home) .wp-block-columns .wp-block-column.column-3 {
    margin-left: auto;
    flex-basis: calc(25% - 16px);
    flex-grow: 0; }
  body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev {
    height: 23px;
    width: 35px;
    transition: 0ms; }
    body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next .carousel-control-next-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ffffff;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
    body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next:hover .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next:hover .carousel-control-next-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev:hover .carousel-control-prev-icon, body:not(.home) .carousel_block_testimonials .container-control .carousel-control-prev:hover .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25.2 21.9' style='enable-background:new 0 0 25.2 21.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%231057C1;stroke-width:1.7;stroke-miterlimit:10;%7d %3c/style%3e%3cg id='testimonial-interior-arrow-left' transform='rotate(180 12.61 -.049)'%3e%3cpath id='Stroke_1' class='st0' d='M0-11.1h24'/%3e%3cpath id='Stroke_4' class='st0' d='M13.3-0.7L24-11.1L13.3-21.4'/%3e%3c/g%3e%3c/svg%3e");
      background-size: contain;
      background-repeat: no-repeat; }
  body:not(.home) .carousel_block_testimonials .container-control .carousel-control-next {
    transform: scaleX(-1); }
  body:not(.home) .carousel_block_testimonials .container-control {
    width: 103px; }
  body:not(.home) .buttons-block a, body:not(.home) .buttons-block button, body:not(.home) .buttons-block span {
    margin-bottom: 10px; }

@media (min-width: 576px) {
  body:not(.home) .custom-interior-block-f h2 {
    margin-bottom: 70px; }

  body:not(.home) .custom-interior-block-g h2 {
    margin-bottom: 63px; }

  body:not(.home) .custom-interior-block-g .content-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px; }

  body:not(.home) .custom-interior-block-h .link {
    flex-direction: row;
    justify-content: center; }

  body:not(.home) .custom-interior-block-h .link a {
    margin-right: 15px;
    margin-bottom: 0; }

  body:not(.home) .photo-gallery .gallery-top .img-wrap {
    height: 587px;
    margin: 0; } }
@media (min-width: 768px) {
  body:not(.home) .custom-interior-block-a .swiper-button-prev, body:not(.home) .custom-interior-block-a .swiper-button-next {
    display: block;
    top: calc(35% - 16px); }

  body:not(.home) .custom-interior-block-a .swiper-button-prev {
    left: -30px; }

  body:not(.home) .custom-interior-block-a .swiper-button-next {
    right: -30px; }

  body:not(.home) .custom-interior-block-c .card {
    flex-direction: row; }

  body:not(.home) .custom-interior-block-c .card-body {
    padding-top: 0;
    text-align: left; }

  body:not(.home) .custom-interior-block-d .card-body {
    display: flex;
    flex-direction: column; }

  body:not(.home) .custom-interior-block-d .card-text {
    margin-bottom: 28px; }

  body:not(.home) .custom-interior-block-d .link {
    margin-top: auto; }

  body:not(.home) .custom-interior-block-f .img-wrap {
    height: 538.1px; }

  body:not(.home) .custom-interior-block-n .card-body {
    padding-left: 0;
    padding-right: 0; }

  body:not(.home) .custom-interior-block-n .swiper-pagination {
    position: relative;
    margin-top: 16px; }

  body:not(.home) .custom-interior-block-e .content-wrap {
    grid-template-columns: repeat(2, 1fr); }

  body:not(.home) .text-with-photo .card .img-wrap {
    height: 348px;
    margin: 0; }

  body:not(.home) .testimonials-block .navigation-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

  body:not(.home) .testimonials-block .swiper-pagination {
    margin: 0; }

  body:not(.home) .testimonials-block .arrows-container {
    order: 1; }

  body:not(.home) .testimonials-block .swiper-scrollbar {
    margin-top: 0;
    margin-right: 15px; }

  body:not(.home) .location-block {
    padding-bottom: 181px; }

  body:not(.home) .donate-block .img-wrap {
    height: 579px; } }
@media (min-width: 992px) {
  body:not(.home) .custom-media-text-block.alignfull {
    padding: 0; }
    body:not(.home) .custom-media-text-block.alignfull .wp-block-media {
      width: calc(100% + ((100vw - 900px)/ 2));
      height: 100%;
      margin: 0;
      margin-left: -15px; }
      body:not(.home) .custom-media-text-block.alignfull .wp-block-media figcaption {
        position: absolute;
        width: calc(100% + 18px);
        background: lightgray;
        left: 15px;
        bottom: 0;
        margin: 0;
        margin-left: 15px;
        padding: 10px;
        display: none; }
      body:not(.home) .custom-media-text-block.alignfull .wp-block-media .wp-block-image {
        height: 100%;
        margin: 0; }
        body:not(.home) .custom-media-text-block.alignfull .wp-block-media .wp-block-image img {
          height: 100%;
          object-fit: cover; }
    body:not(.home) .custom-media-text-block.alignfull .wp-media-text {
      padding: 70px 0; }
    body:not(.home) .custom-media-text-block.alignfull.inverted .wp-block-media {
      width: calc(100% + ((100vw - 900px)/ 2));
      height: 100%;
      margin: 0;
      margin-left: calc((100vw - 930px)/ -2); }
  body:not(.home) .custom-media-text-block.inverted .row .col-12:nth-child(1) {
    order: 2; }

  body:not(.home) .interior-section-c::before {
    width: 100vw; }

  body:not(.home) .interior-section-c.inverted::before {
    right: 0;
    left: auto; }

  body:not(.home) .custom-interior-block-a .content-top {
    padding-top: 102px;
    margin-top: -70px; }

  body:not(.home) .custom-block {
    padding: 110px 0; }

  body:not(.home) .custom-interior-block-c {
    padding-top: 102px;
    margin-top: -30px;
    background: white;
    padding-bottom: 87px; }

  body:not(.home) .custom-interior-block-c h2 {
    margin-bottom: 121px; }

  body:not(.home) .custom-interior-block-e {
    padding: 119px 0 105px; }

  body:not(.home) .custom-interior-block-f .info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -260px;
    position: relative;
    z-index: 5; }

  body:not(.home) .custom-interior-block-f .info-container .carousel {
    order: 2;
    width: 40%; }

  body:not(.home) .custom-interior-block-f blockquote {
    width: 297px; }

  body:not(.home) .custom-interior-block-f {
    padding-bottom: 119px; }

  body:not(.home) .custom-interior-block-g .content-wrap {
    grid-template-columns: repeat(4, 1fr); }

  body:not(.home) .custom-interior-block-g .carousel-control-prev {
    left: -30px; }

  body:not(.home) .custom-interior-block-g .carousel-control-next {
    right: -30px; }

  body:not(.home) .custom-interior-block-g .content-top {
    padding-top: 80px;
    margin-top: -80px;
    background: white; }

  body:not(.home) .custom-interior-block-h {
    padding: 75px 0 61px; }

  body:not(.home) .wp-block-columns .wp-block-column:nth-child(1) {
    order: 0; }

  body:not(.home) .testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 900px)/ 2)); } }
@media (min-width: 1200px) {
  body:not(.home) .custom-interior-block-a .swiper-button-prev {
    left: -60px; }

  body:not(.home) .custom-interior-block-a .swiper-button-next {
    right: -60px; }

  body:not(.home) .custom-interior-block-a .card-body {
    justify-content: flex-end; }

  body:not(.home) .custom-interior-block-e .nav-link {
    margin-bottom: 20px; }
    body:not(.home) .custom-interior-block-e .nav-link:last-child {
      margin-bottom: 0; }

  body:not(.home) .custom-interior-block-e .card-body {
    padding: 39px 33px 30px; }

  body:not(.home) .custom-interior-block-i .filter-container .reset-container input {
    width: 179px; }

  body:not(.home) .custom-interior-block-i .filter-container .btn-category {
    width: 136px;
    margin: 0 auto 8px; }

  body:not(.home) .custom-interior-block-i .filter-results-container .card-body {
    justify-content: flex-end;
    padding-bottom: 10px; }

  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container {
    background: #f0f0f0; }

  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container span,
  body:not(.home) .custom-interior-block-i .filter-results-container .tags-container ul li a {
    color: black; }

  body:not(.home) .custom-interior-block-i .filter-results-container .link {
    opacity: 0; }

  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container {
    background: #1f1f1f; }
    body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container span {
      color: white; }
    body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .tags-container ul li a {
      color: white; }
  body:not(.home) .custom-interior-block-i .filter-results-container .single-box:hover .link {
    opacity: 1; }

  body:not(.home) .custom-interior-block-j .swiper-button-prev, body:not(.home) .custom-interior-block-j .swiper-button-next {
    display: block; }

  body:not(.home) .custom-interior-block-i {
    padding-top: 70px; }

  body:not(.home) .custom-interior-block-i .filter-container {
    margin-top: -100px;
    z-index: 5; }

  body:not(.home) .custom-interior-block-k .content-top {
    margin-top: -70px; }

  body:not(.home) .custom-interior-block-l .card:hover .card-title {
    background: #164f90;
    color: white; }

  body:not(.home) .custom-interior-block-m .card .card-body {
    padding: 35px 60px; }
  body:not(.home) .custom-interior-block-m .card:hover {
    background: black; }
    body:not(.home) .custom-interior-block-m .card:hover .number {
      color: white;
      border-color: white; }
    body:not(.home) .custom-interior-block-m .card:hover .card-title {
      color: white; }
    body:not(.home) .custom-interior-block-m .card:hover .card-text p {
      color: white; }
    body:not(.home) .custom-interior-block-m .card:hover .link .btn-6 {
      color: white !important; }
      body:not(.home) .custom-interior-block-m .card:hover .link .btn-6:after {
        -webkit-filter: brightness(0%) invert(100%);
        filter: brightness(0%) invert(100%); }

  body:not(.home) .testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 1080px)/ 2)); } }
.woocommerce form.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 20px) center;
  background-color: white;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-ordering select option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-ordering select:focus, .woocommerce form.woocommerce-ordering select:active {
    border-color: #e22538;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23e22538;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none;
    color: #e22538; }
.woocommerce ul.products {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .woocommerce ul.products:before, .woocommerce ul.products::after {
    display: none !important; }
  .woocommerce ul.products li {
    padding: 0 15px 15px !important;
    display: flex;
    flex-direction: column; }
    .woocommerce ul.products li:before {
      display: none !important; }
    .woocommerce ul.products li a {
      display: block !important; }
      .woocommerce ul.products li a .attachment-woocommerce_thumbnail {
        height: 250px !important;
        object-fit: cover; }
      .woocommerce ul.products li a h2.woocommerce-loop-product__title {
        text-align: center; }
      .woocommerce ul.products li a .price {
        text-align: center; }
      .woocommerce ul.products li a.button {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        background: #164f90 !important;
        color: white !important; }
        .woocommerce ul.products li a.button:hover {
          background: #3b4461 !important; }
      .woocommerce ul.products li a.added_to_cart {
        text-align: center !important; }
.woocommerce .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  border: none; }
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 10px !important;
    border: none !important;
    overflow: visible !important;
    float: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li::before {
      display: none !important; }
    .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .current {
      position: relative;
      color: white !important;
      z-index: 0; }
      .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current::after, .woocommerce .woocommerce-pagination ul.page-numbers li .current::after {
        content: '';
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #164f90;
        border-radius: 50%;
        height: 48px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 47px;
        z-index: -1; }
    .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
      font-family: 'Inter', sans-serif !important;
      background: transparent;
      border: none !important;
      color: #164f90;
      display: inline-block;
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      font-weight: 800;
      letter-spacing: normal;
      line-height: normal;
      margin: 0 15px;
      text-align: center;
      text-decoration: none;
      transition: all 0.4s ease; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
        text-decoration: none;
        border-color: #000; }
.woocommerce .single-product .product {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce .single-product .product .woocommerce-product-gallery {
    margin-right: 30px; }
  .woocommerce .single-product .product form.cart:not(.variations_form) {
    display: flex;
    align-items: center; }
    .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button {
      background: #164f90 !important;
      color: white !important;
      margin: 10px; }
      .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button span.xoo-wsc-icon-checkmark {
        display: none; }
      .woocommerce .single-product .product form.cart:not(.variations_form) button.single_add_to_cart_button:hover {
        background: #3b4461 !important; }
    .woocommerce .single-product .product form.cart:not(.variations_form) a.added_to_cart {
      padding: 0; }
.woocommerce ul li::before {
  display: none !important; }
.woocommerce form.woocommerce-form-login input:not([type="submit"]), .woocommerce form.woocommerce-form-login textarea, .woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password input:not([type="submit"]), .woocommerce form.lost_reset_password textarea, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form textarea, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  font-family: 'Inter', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: #45ac8f;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea::-webkit-input-placeholder, .woocommerce form.lost_reset_password select::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"])::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea::-moz-placeholder, .woocommerce form.woocommerce-form-login select::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"])::-moz-placeholder, .woocommerce form.lost_reset_password textarea::-moz-placeholder, .woocommerce form.lost_reset_password select::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"])::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:-ms-input-placeholder, .woocommerce form.lost_reset_password select:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce form.woocommerce-form-login input:not([type="submit"]):active, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus, .woocommerce form.woocommerce-form-login textarea:active, .woocommerce form.woocommerce-form-login textarea:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.lost_reset_password input:not([type="submit"]):active, .woocommerce form.lost_reset_password input:not([type="submit"]):focus, .woocommerce form.lost_reset_password textarea:active, .woocommerce form.lost_reset_password textarea:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus, .woocommerce .woocommerce-MyAccount-content form textarea:active, .woocommerce .woocommerce-MyAccount-content form textarea:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus {
    box-shadow: none;
    border-color: #45ac8f;
    outline: none;
    color: #45ac8f;
    /* firefox 19+ */
    /* ie */ }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login select:focus::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password textarea:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password select:focus::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-webkit-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-webkit-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-webkit-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:active::-moz-placeholder, .woocommerce form.woocommerce-form-login textarea:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login select:active::-moz-placeholder, .woocommerce form.woocommerce-form-login select:focus::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active::-moz-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active::-moz-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus::-moz-placeholder, .woocommerce form.lost_reset_password textarea:active::-moz-placeholder, .woocommerce form.lost_reset_password textarea:focus::-moz-placeholder, .woocommerce form.lost_reset_password select:active::-moz-placeholder, .woocommerce form.lost_reset_password select:focus::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active::-moz-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active::-moz-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus::-moz-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .woocommerce form.woocommerce-form-login input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login textarea:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login select:focus:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.woocommerce-form-login .select2-selection--single:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce form.lost_reset_password input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:active:-ms-input-placeholder, .woocommerce form.lost_reset_password textarea:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password select:active:-ms-input-placeholder, .woocommerce form.lost_reset_password select:focus:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:active:-ms-input-placeholder, .woocommerce form.lost_reset_password .select2-selection--single:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form textarea:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form select:focus:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active:-ms-input-placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus:-ms-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
.woocommerce form.woocommerce-form-login select, .woocommerce form.woocommerce-form-login .select2-selection--single, .woocommerce form.lost_reset_password select, .woocommerce form.lost_reset_password .select2-selection--single, .woocommerce .woocommerce-MyAccount-content form select, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow.png") 97%/10px no-repeat #ffffff;
  line-height: 1.5em !important;
  padding: 12px 10px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-form-login select option, .woocommerce form.woocommerce-form-login .select2-selection--single option, .woocommerce form.lost_reset_password select option, .woocommerce form.lost_reset_password .select2-selection--single option, .woocommerce .woocommerce-MyAccount-content form select option, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce form.woocommerce-form-login select:focus, .woocommerce form.woocommerce-form-login select:active, .woocommerce form.woocommerce-form-login .select2-selection--single:focus, .woocommerce form.woocommerce-form-login .select2-selection--single:active, .woocommerce form.lost_reset_password select:focus, .woocommerce form.lost_reset_password select:active, .woocommerce form.lost_reset_password .select2-selection--single:focus, .woocommerce form.lost_reset_password .select2-selection--single:active, .woocommerce .woocommerce-MyAccount-content form select:focus, .woocommerce .woocommerce-MyAccount-content form select:active, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:focus, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single:active {
    border-color: #45ac8f;
    background: url("../images/icons/select-arrow-yellow.png") 97%/10px no-repeat #ffffff;
    transition: all 0.4s ease;
    color: #45ac8f; }
  .woocommerce form.woocommerce-form-login select .select2-selection__arrow, .woocommerce form.woocommerce-form-login .select2-selection--single .select2-selection__arrow, .woocommerce form.lost_reset_password select .select2-selection__arrow, .woocommerce form.lost_reset_password .select2-selection--single .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form select .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content form .select2-selection--single .select2-selection__arrow {
    display: none; }
.woocommerce form.woocommerce-form-login textarea, .woocommerce form.lost_reset_password textarea, .woocommerce .woocommerce-MyAccount-content form textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.woocommerce form.woocommerce-form-login input[type="checkbox"], .woocommerce form.woocommerce-form-login input[type="radio"], .woocommerce form.lost_reset_password input[type="checkbox"], .woocommerce form.lost_reset_password input[type="radio"], .woocommerce .woocommerce-MyAccount-content form input[type="checkbox"], .woocommerce .woocommerce-MyAccount-content form input[type="radio"] {
  height: 30px; }
.woocommerce form.woocommerce-form-login .woocommerce-form-row label, .woocommerce form.woocommerce-form-login .woocommerce-address-fields__field-wrapper label, .woocommerce form.lost_reset_password .woocommerce-form-row label, .woocommerce form.lost_reset_password .woocommerce-address-fields__field-wrapper label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row label, .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper label {
  display: none; }
.woocommerce form.woocommerce-form-login .select2-selection__placeholder, .woocommerce form.lost_reset_password .select2-selection__placeholder, .woocommerce .woocommerce-MyAccount-content form .select2-selection__placeholder {
  color: rgba(58, 59, 75, 0.5);
  position: relative;
  top: -9px; }
.woocommerce form.woocommerce-form-login .show-password-input, .woocommerce form.lost_reset_password .show-password-input, .woocommerce .woocommerce-MyAccount-content form .show-password-input {
  right: 18px;
  top: 6px; }
  .woocommerce form.woocommerce-form-login .show-password-input::after, .woocommerce form.lost_reset_password .show-password-input::after, .woocommerce .woocommerce-MyAccount-content form .show-password-input::after {
    color: rgba(58, 59, 75, 0.5); }
.woocommerce form.woocommerce-form-login #rememberme, .woocommerce form.lost_reset_password #rememberme, .woocommerce .woocommerce-MyAccount-content form #rememberme {
  height: auto !important;
  padding: 0 !important;
  min-height: auto; }
.woocommerce form.woocommerce-form-login .form-row:nth-child(3), .woocommerce form.lost_reset_password .form-row:nth-child(3), .woocommerce .woocommerce-MyAccount-content form .form-row:nth-child(3) {
  flex-direction: column; }
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-1 .woocommerce-Address-title h3,
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 .woocommerce-Address-title h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-page .col2-set .col-2 .woocommerce-Address-title h3 {
    margin-bottom: 0; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%; }

.variations_form input:not([type="submit"]), .variations_form textarea, .variations_form select, .variations_form .select2-selection {
  font-family: 'Inter', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: rgba(58, 59, 75, 0.5);
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .variations_form input:not([type="submit"])::-webkit-input-placeholder, .variations_form textarea::-webkit-input-placeholder, .variations_form select::-webkit-input-placeholder, .variations_form .select2-selection::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"])::-moz-placeholder, .variations_form textarea::-moz-placeholder, .variations_form select::-moz-placeholder, .variations_form .select2-selection::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"]):-ms-input-placeholder, .variations_form textarea:-ms-input-placeholder, .variations_form select:-ms-input-placeholder, .variations_form .select2-selection:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .variations_form input:not([type="submit"]):active, .variations_form input:not([type="submit"]):focus, .variations_form textarea:active, .variations_form textarea:focus, .variations_form select:active, .variations_form select:focus, .variations_form .select2-selection:active, .variations_form .select2-selection:focus {
    box-shadow: none;
    border-color: #45ac8f;
    outline: none;
    color: #45ac8f;
    /* firefox 19+ */
    /* ie */ }
    .variations_form input:not([type="submit"]):active::-webkit-input-placeholder, .variations_form input:not([type="submit"]):focus::-webkit-input-placeholder, .variations_form textarea:active::-webkit-input-placeholder, .variations_form textarea:focus::-webkit-input-placeholder, .variations_form select:active::-webkit-input-placeholder, .variations_form select:focus::-webkit-input-placeholder, .variations_form .select2-selection:active::-webkit-input-placeholder, .variations_form .select2-selection:focus::-webkit-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .variations_form input:not([type="submit"]):active::-moz-placeholder, .variations_form input:not([type="submit"]):focus::-moz-placeholder, .variations_form textarea:active::-moz-placeholder, .variations_form textarea:focus::-moz-placeholder, .variations_form select:active::-moz-placeholder, .variations_form select:focus::-moz-placeholder, .variations_form .select2-selection:active::-moz-placeholder, .variations_form .select2-selection:focus::-moz-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .variations_form input:not([type="submit"]):active:-ms-input-placeholder, .variations_form input:not([type="submit"]):focus:-ms-input-placeholder, .variations_form textarea:active:-ms-input-placeholder, .variations_form textarea:focus:-ms-input-placeholder, .variations_form select:active:-ms-input-placeholder, .variations_form select:focus:-ms-input-placeholder, .variations_form .select2-selection:active:-ms-input-placeholder, .variations_form .select2-selection:focus:-ms-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
  .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form input:not([type="submit"]):-webkit-autofill, .variations_form input:not([type="submit"]):-webkit-autofill:hover, .variations_form input:not([type="submit"]):-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form textarea:-webkit-autofill, .variations_form textarea:-webkit-autofill:hover, .variations_form textarea:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form select:-webkit-autofill, .variations_form select:-webkit-autofill:hover, .variations_form select:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus, .variations_form .select2-selection:-webkit-autofill, .variations_form .select2-selection:-webkit-autofill:hover, .variations_form .select2-selection:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
    -webkit-background: transparent !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
  .variations_form input:not([type="submit"]) input:-webkit-autofill, .variations_form textarea input:-webkit-autofill, .variations_form select input:-webkit-autofill, .variations_form .select2-selection input:-webkit-autofill {
    -webkit-transition-delay: 99999s !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
.variations_form input:-webkit-autofill {
  -webkit-transition-delay: 99999s !important;
  color: black !important;
  -webkit-text-fill-color: black !important; }
.variations_form select, .variations_form .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 10px) center;
  line-height: 1.5em !important;
  padding: 9px 10px !important;
  padding-right: 30px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .variations_form select option, .variations_form .select2-selection option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .variations_form select span, .variations_form .select2-selection span {
    color: rgba(58, 59, 75, 0.5) !important;
    padding: 0 !important;
    line-height: 22px !important; }
  .variations_form select .select2-selection__arrow, .variations_form .select2-selection .select2-selection__arrow {
    display: none; }
  .variations_form select:focus, .variations_form select:active, .variations_form .select2-selection:focus, .variations_form .select2-selection:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none; }
.variations_form textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }

.woocommerce-variation-add-to-cart .woocommerce .quantity .qty {
  width: 80px !important; }
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  padding: 16px !important; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: auto !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #164f90 !important; }

.interior-page ul.products li.product .price {
  color: #164f90 !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #164f90 !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #3b4461 !important; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .woocommerce .col2-set::before, .woocommerce .col2-set::after, .woocommerce-page .col2-set::before, .woocommerce-page .col2-set::after {
    display: none; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%; }

.woocommerce-billing-fields__field-wrapper input:not([type="submit"]), .woocommerce-billing-fields__field-wrapper textarea, .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .shipping_address input:not([type="submit"]), .shipping_address textarea, .shipping_address select, .shipping_address .select2-selection, .woocommerce-additional-fields input:not([type="submit"]), .woocommerce-additional-fields textarea, .woocommerce-additional-fields select, .woocommerce-additional-fields .select2-selection {
  font-family: 'Inter', sans-serif !important;
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #d8d8d8;
  box-shadow: none;
  color: black;
  font-size: 13px !important;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 15px !important;
  /* firefox 19+ */
  /* ie */ }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"])::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection::-webkit-input-placeholder, .shipping_address input:not([type="submit"])::-webkit-input-placeholder, .shipping_address textarea::-webkit-input-placeholder, .shipping_address select::-webkit-input-placeholder, .shipping_address .select2-selection::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"])::-webkit-input-placeholder, .woocommerce-additional-fields textarea::-webkit-input-placeholder, .woocommerce-additional-fields select::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection::-webkit-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"])::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection::-moz-placeholder, .shipping_address input:not([type="submit"])::-moz-placeholder, .shipping_address textarea::-moz-placeholder, .shipping_address select::-moz-placeholder, .shipping_address .select2-selection::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"])::-moz-placeholder, .woocommerce-additional-fields textarea::-moz-placeholder, .woocommerce-additional-fields select::-moz-placeholder, .woocommerce-additional-fields .select2-selection::-moz-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:-ms-input-placeholder, .shipping_address input:not([type="submit"]):-ms-input-placeholder, .shipping_address textarea:-ms-input-placeholder, .shipping_address select:-ms-input-placeholder, .shipping_address .select2-selection:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):-ms-input-placeholder, .woocommerce-additional-fields textarea:-ms-input-placeholder, .woocommerce-additional-fields select:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:-ms-input-placeholder {
    color: rgba(58, 59, 75, 0.5);
    opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus, .woocommerce-billing-fields__field-wrapper textarea:active, .woocommerce-billing-fields__field-wrapper textarea:focus, .woocommerce-billing-fields__field-wrapper select:active, .woocommerce-billing-fields__field-wrapper select:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:active, .woocommerce-billing-fields__field-wrapper .select2-selection:focus, .shipping_address input:not([type="submit"]):active, .shipping_address input:not([type="submit"]):focus, .shipping_address textarea:active, .shipping_address textarea:focus, .shipping_address select:active, .shipping_address select:focus, .shipping_address .select2-selection:active, .shipping_address .select2-selection:focus, .woocommerce-additional-fields input:not([type="submit"]):active, .woocommerce-additional-fields input:not([type="submit"]):focus, .woocommerce-additional-fields textarea:active, .woocommerce-additional-fields textarea:focus, .woocommerce-additional-fields select:active, .woocommerce-additional-fields select:focus, .woocommerce-additional-fields .select2-selection:active, .woocommerce-additional-fields .select2-selection:focus {
    box-shadow: none;
    border-color: #45ac8f;
    outline: none;
    color: #45ac8f;
    /* firefox 19+ */
    /* ie */ }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper select:focus::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active::-webkit-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus::-webkit-input-placeholder, .shipping_address input:not([type="submit"]):active::-webkit-input-placeholder, .shipping_address input:not([type="submit"]):focus::-webkit-input-placeholder, .shipping_address textarea:active::-webkit-input-placeholder, .shipping_address textarea:focus::-webkit-input-placeholder, .shipping_address select:active::-webkit-input-placeholder, .shipping_address select:focus::-webkit-input-placeholder, .shipping_address .select2-selection:active::-webkit-input-placeholder, .shipping_address .select2-selection:focus::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active::-webkit-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus::-webkit-input-placeholder, .woocommerce-additional-fields textarea:active::-webkit-input-placeholder, .woocommerce-additional-fields textarea:focus::-webkit-input-placeholder, .woocommerce-additional-fields select:active::-webkit-input-placeholder, .woocommerce-additional-fields select:focus::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection:active::-webkit-input-placeholder, .woocommerce-additional-fields .select2-selection:focus::-webkit-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper select:focus::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active::-moz-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus::-moz-placeholder, .shipping_address input:not([type="submit"]):active::-moz-placeholder, .shipping_address input:not([type="submit"]):focus::-moz-placeholder, .shipping_address textarea:active::-moz-placeholder, .shipping_address textarea:focus::-moz-placeholder, .shipping_address select:active::-moz-placeholder, .shipping_address select:focus::-moz-placeholder, .shipping_address .select2-selection:active::-moz-placeholder, .shipping_address .select2-selection:focus::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active::-moz-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus::-moz-placeholder, .woocommerce-additional-fields textarea:active::-moz-placeholder, .woocommerce-additional-fields textarea:focus::-moz-placeholder, .woocommerce-additional-fields select:active::-moz-placeholder, .woocommerce-additional-fields select:focus::-moz-placeholder, .woocommerce-additional-fields .select2-selection:active::-moz-placeholder, .woocommerce-additional-fields .select2-selection:focus::-moz-placeholder {
      color: #45ac8f;
      opacity: 1; }
    .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper textarea:focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper select:focus:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:active:-ms-input-placeholder, .woocommerce-billing-fields__field-wrapper .select2-selection:focus:-ms-input-placeholder, .shipping_address input:not([type="submit"]):active:-ms-input-placeholder, .shipping_address input:not([type="submit"]):focus:-ms-input-placeholder, .shipping_address textarea:active:-ms-input-placeholder, .shipping_address textarea:focus:-ms-input-placeholder, .shipping_address select:active:-ms-input-placeholder, .shipping_address select:focus:-ms-input-placeholder, .shipping_address .select2-selection:active:-ms-input-placeholder, .shipping_address .select2-selection:focus:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):active:-ms-input-placeholder, .woocommerce-additional-fields input:not([type="submit"]):focus:-ms-input-placeholder, .woocommerce-additional-fields textarea:active:-ms-input-placeholder, .woocommerce-additional-fields textarea:focus:-ms-input-placeholder, .woocommerce-additional-fields select:active:-ms-input-placeholder, .woocommerce-additional-fields select:focus:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:active:-ms-input-placeholder, .woocommerce-additional-fields .select2-selection:focus:-ms-input-placeholder {
      color: #45ac8f;
      opacity: 1; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper textarea:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper select:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:hover, .woocommerce-billing-fields__field-wrapper .select2-selection:-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address input:not([type="submit"]):-webkit-autofill, .shipping_address input:not([type="submit"]):-webkit-autofill:hover, .shipping_address input:not([type="submit"]):-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address textarea:-webkit-autofill, .shipping_address textarea:-webkit-autofill:hover, .shipping_address textarea:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address select:-webkit-autofill, .shipping_address select:-webkit-autofill:hover, .shipping_address select:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .shipping_address .select2-selection:-webkit-autofill, .shipping_address .select2-selection:-webkit-autofill:hover, .shipping_address .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:hover, .woocommerce-additional-fields input:not([type="submit"]):-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields textarea:-webkit-autofill, .woocommerce-additional-fields textarea:-webkit-autofill:hover, .woocommerce-additional-fields textarea:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields select:-webkit-autofill, .woocommerce-additional-fields select:-webkit-autofill:hover, .woocommerce-additional-fields select:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus, .woocommerce-additional-fields .select2-selection:-webkit-autofill, .woocommerce-additional-fields .select2-selection:-webkit-autofill:hover, .woocommerce-additional-fields .select2-selection:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
    -webkit-background: transparent !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
  .woocommerce-billing-fields__field-wrapper input:not([type="submit"]) input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper textarea input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper select input:-webkit-autofill, .woocommerce-billing-fields__field-wrapper .select2-selection input:-webkit-autofill, .shipping_address input:not([type="submit"]) input:-webkit-autofill, .shipping_address textarea input:-webkit-autofill, .shipping_address select input:-webkit-autofill, .shipping_address .select2-selection input:-webkit-autofill, .woocommerce-additional-fields input:not([type="submit"]) input:-webkit-autofill, .woocommerce-additional-fields textarea input:-webkit-autofill, .woocommerce-additional-fields select input:-webkit-autofill, .woocommerce-additional-fields .select2-selection input:-webkit-autofill {
    -webkit-transition-delay: 99999s !important;
    color: black !important;
    -webkit-text-fill-color: black !important; }
.woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .shipping_address select, .shipping_address .select2-selection, .woocommerce-additional-fields select, .woocommerce-additional-fields .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23d8d8d8;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px  5px;
  background-position: calc(100% - 10px) center;
  line-height: 1.5em !important;
  padding: 9px 10px !important;
  padding-right: 30px !important;
  transition: all 0.4s ease;
  color: rgba(58, 59, 75, 0.5); }
  .woocommerce-billing-fields__field-wrapper select option, .woocommerce-billing-fields__field-wrapper .select2-selection option, .shipping_address select option, .shipping_address .select2-selection option, .woocommerce-additional-fields select option, .woocommerce-additional-fields .select2-selection option {
    height: 50px;
    color: rgba(58, 59, 75, 0.5); }
  .woocommerce-billing-fields__field-wrapper select span, .woocommerce-billing-fields__field-wrapper .select2-selection span, .shipping_address select span, .shipping_address .select2-selection span, .woocommerce-additional-fields select span, .woocommerce-additional-fields .select2-selection span {
    color: rgba(58, 59, 75, 0.5) !important;
    padding: 0 !important;
    line-height: 22px !important; }
  .woocommerce-billing-fields__field-wrapper select .select2-selection__arrow, .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow, .shipping_address select .select2-selection__arrow, .shipping_address .select2-selection .select2-selection__arrow, .woocommerce-additional-fields select .select2-selection__arrow, .woocommerce-additional-fields .select2-selection .select2-selection__arrow {
    display: none; }
  .woocommerce-billing-fields__field-wrapper select:focus, .woocommerce-billing-fields__field-wrapper select:active, .woocommerce-billing-fields__field-wrapper .select2-selection:focus, .woocommerce-billing-fields__field-wrapper .select2-selection:active, .shipping_address select:focus, .shipping_address select:active, .shipping_address .select2-selection:focus, .shipping_address .select2-selection:active, .woocommerce-additional-fields select:focus, .woocommerce-additional-fields select:active, .woocommerce-additional-fields .select2-selection:focus, .woocommerce-additional-fields .select2-selection:active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23063087;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
    transition: all 0.4s ease;
    box-shadow: none;
    outline: none; }
.woocommerce-billing-fields__field-wrapper textarea, .shipping_address textarea, .woocommerce-additional-fields textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.woocommerce-billing-fields__field-wrapper .validate-phone, .shipping_address .validate-phone, .woocommerce-additional-fields .validate-phone {
  display: flex;
  flex-direction: column; }

.woocommerce-info {
  border-color: #164f90 !important; }

.woocommerce-info::before {
  color: #164f90 !important; }

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 20px; }

.woocommerce form .form-row {
  display: flex;
  flex-direction: column; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #164f90 !important; }

@media (max-width: 576px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important; }

  .woocommerce .woocommerce-ordering {
    width: 100% !important; } }
@media (min-width: 1200px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    flex-wrap: nowrap; }

  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: none; }

  .woocommerce form .form-row {
    align-items: flex-start; }
    .woocommerce form .form-row .woocommerce-input-wrapper {
      width: 100%; }

  #add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: 31px; } }
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px; }

.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 535px;
  max-width: 100%; }
  .fourerror .ghost-404 {
    position: relative;
    height: 230px;
    margin: 0 auto;
    width: 140px; }
    .fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent;
      position: relative;
      width: 130px; }
    .fourerror .ghost-404 .ghost-icon {
      background-image: url("../images/icons/ghost.svg");
      height: 132px; }
    .fourerror .ghost-404 .ghost-base {
      background-image: url("../images/icons/base-ghost.svg");
      height: 17px;
      margin-top: 30px; }
  .fourerror h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #164f90; }
  .fourerror p {
    font-size: 24px !important;
    text-align: center !important;
    color: #000000 !important; }
  .fourerror a[class^="btn-"] {
    margin: 40px auto; }

/*END Error Page------------------------------------------*/
.container-paginator {
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0;
  box-shadow: none; }

.pagination, .navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 30px;
  position: relative; }
  .pagination .page-numbers.current, .pagination .current, .navigation .page-numbers.current, .navigation .current {
    position: relative;
    z-index: 0; }
    .pagination .page-numbers.current::after, .pagination .current::after, .navigation .page-numbers.current::after, .navigation .current::after {
      content: '';
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #5ab199;
      border-radius: 50%;
      height: 48px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 47px;
      z-index: -1; }
  .pagination ol, .navigation ol {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .pagination ol li, .navigation ol li {
      padding: 0 !important;
      margin: 10px !important; }
      .pagination ol li::before, .navigation ol li::before {
        display: none !important; }
  .pagination .navigation, .pagination .pagination, .pagination .page-numbers, .pagination .pagination.current, .pagination .nav-links > a, .pagination .page, .navigation .navigation, .navigation .pagination, .navigation .page-numbers, .navigation .pagination.current, .navigation .nav-links > a, .navigation .page {
    font-family: 'Inter', sans-serif !important;
    background: transparent;
    border: none !important;
    color: #5ab199;
    display: inline-block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    margin: 12px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease; }
    .pagination .navigation:hover, .pagination .pagination:hover, .pagination .page-numbers:hover, .pagination .pagination.current:hover, .pagination .nav-links > a:hover, .pagination .page:hover, .navigation .navigation:hover, .navigation .pagination:hover, .navigation .page-numbers:hover, .navigation .pagination.current:hover, .navigation .nav-links > a:hover, .navigation .page:hover {
      text-decoration: none;
      border-color: #45ac8f; }
    .pagination .navigation.current, .pagination .pagination.current, .pagination .page-numbers.current, .pagination .pagination.current.current, .pagination .nav-links > a.current, .pagination .page.current, .navigation .navigation.current, .navigation .pagination.current, .navigation .page-numbers.current, .navigation .pagination.current.current, .navigation .nav-links > a.current, .navigation .page.current {
      color: #ffffff; }
  .pagination .next, .navigation .next {
    margin-left: auto !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 0.94 !important;
    letter-spacing: -0.53px !important;
    color: #5ab199 !important;
    text-transform: none;
    background-color: transparent;
    border-radius: 50px !important;
    border: none;
    box-shadow: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow-wrap: break-word;
    padding: 0;
    position: relative; }
    .pagination .next:hover, .pagination .next:focus, .pagination .next:active, .navigation .next:hover, .navigation .next:focus, .navigation .next:active {
      text-decoration: underline !important; }
      .pagination .next:hover::after, .pagination .next:focus::after, .pagination .next:active::after, .navigation .next:hover::after, .navigation .next:focus::after, .navigation .next:active::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%235AB199'%3e%3cg%3e%3cpath d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
        background-size: contain;
        background-repeat: no-repeat; }
    .pagination .next::after, .navigation .next::after {
      content: "";
      display: inline-flex;
      position: relative;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%235AB199' stroke='%235AB199' d='M16.314 8.407c0 4.367-3.54 7.907-7.907 7.907S.5 12.774.5 8.407 4.04.5 8.407.5s7.907 3.54 7.907 7.907z' transform='translate(-161) translate(161)'/%3e%3cpath stroke='%23F9F7F1' d='M7.105 4.919L10.384 8.128 7.384 11.337' transform='translate(-161) translate(161)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 9px;
      width: 17px;
      height: 17px; }

@media only screen and (max-width: 991px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 0 10px !important; } }
body.search h1 span {
  font-size: inherit; }

.content-search {
  padding-top: 50px; }

.search-section {
  display: none;
  background: white;
  z-index: 9999;
  position: relative; }

div.search {
  font-family: 'Inter', sans-serif !important;
  background: white;
  display: block;
  position: relative; }
  div.search::before {
    content: "";
    background: #164f90;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }
  div.search::after {
    content: "";
    background: #164f90;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    width: 1px;
    display: none; }
  div.search .screen-reader-text {
    display: none; }
  @media (min-width: 992px) {
    div.search {
      width: 40%;
      margin-left: auto; } }
  div.search .fa-times {
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: transparent url("../images/icons/search-icon-color.png") no-repeat;
    background-color: #5ab199;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #164f90;
    font-size: 12px;
    height: 40px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #164f90;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    vertical-align: middle;
    width: calc(100% - 70px); }
    div.search #s:hover, div.search #s:focus, div.search #s:active {
      outline: none;
      box-shadow: none; }
    div.search #s::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #164f90; }
    div.search #s::-moz-placeholder {
      /* Firefox 19+ */
      color: #164f90; }
    div.search #s:-ms-input-placeholder {
      /* IE 10+ */
      color: #164f90; }
    div.search #s:-moz-placeholder {
      /* Firefox 18- */
      color: #164f90; }
    div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus, div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus {
      background: transparent !important;
      color: #164f90 !important;
      -webkit-text-fill-color: #164f90 !important;
      transition: background-color 5000s ease-in-out 0s; }
  @media (max-width: 1200px) {
    div.search #s {
      height: 40px; } }

/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0; }
  body.search-results .content-search h1.search-title {
    font-size: 30px;
    text-transform: none; }
  body.search-results .content-search ul.search-list-result {
    padding: 0;
    margin: 0;
    text-align: left; }
    body.search-results .content-search ul.search-list-result li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      line-height: 1.66; }
      body.search-results .content-search ul.search-list-result li::before {
        content: none !important; }
      body.search-results .content-search ul.search-list-result li h3 {
        margin-bottom: 20px;
        font-family: 'Inter', sans-serif !important;
        display: block; }
        body.search-results .content-search ul.search-list-result li h3 a {
          color: #164f90;
          font-size: 30px;
          font-family: 'Inter', sans-serif !important;
          line-height: 1.4;
          padding-bottom: 5px;
          text-decoration: none;
          border-bottom: 2px solid #164f90;
          display: inline; }
      body.search-results .content-search ul.search-list-result li .read-more {
        margin-top: 0px;
        text-align: left;
        padding: 10px 0;
        display: block; }
        body.search-results .content-search ul.search-list-result li .read-more a.read-more {
          font-family: 'Montserrat', sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          font-stretch: normal !important;
          font-style: normal !important;
          line-height: 1 !important;
          letter-spacing: normal !important;
          color: black !important;
          text-transform: none;
          text-decoration: none !important;
          background-color: transparent;
          border-radius: 50px !important;
          border: none;
          box-shadow: none;
          display: inline-flex !important;
          align-items: center;
          overflow-wrap: break-word;
          padding: 0;
          position: relative; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active {
            text-decoration: none; }
            body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active::after {
              margin-left: 19px; }
          body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
            content: "";
            display: block;
            position: relative;
            background-image: url("../images/icons/arrow-btn.svg");
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 9px;
            width: 17.9px;
            height: 8.7px;
            transition: all 0.4s ease;
            -webkit-filter: brightness(100%) invert(0%);
            filter: brightness(100%) invert(0%); }

/*END Search Page-----------------------------------*/
body.single-post .interior-banner .title-page {
  width: 100%;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
    text-align: left  !important; } }
.block-sponsor-container {
  position: relative; }
  .block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
    text-align: center; }
  .block-sponsor-container.aligncenter .row-vList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
    text-align: right; }
  .block-sponsor-container.alignright .row-vList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
    text-align: left; }
  .block-sponsor-container.alignleft .row-vList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block-sponsor-container .row-vList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0;
  text-align: center; }
  .sponsor-vCarousel .title-block {
    font-family: 'Inter', sans-serif !important; }
  .sponsor-vCarousel p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #5ab199 !important; }
  .sponsor-vCarousel #carousel__sponsors {
    padding-top: 40px;
    padding-bottom: 40px; }
    .sponsor-vCarousel #carousel__sponsors .carousel-inner {
      margin: 0 auto;
      width: calc(100% - 80px); }
    .sponsor-vCarousel #carousel__sponsors .carousel-control-next, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev {
      display: block;
      width: 40px;
      height: 40px;
      min-width: 40px;
      top: calc(50% - 20px); }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/icons/arrow-sponsors.svg");
        background-size: contain;
        background-color: transparent;
        height: 40px;
        width: 40px; }
      .sponsor-vCarousel #carousel__sponsors .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsors .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsors .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 10px);
      flex: 1 1 calc(100% - 10px);
      padding: 10px;
      margin: 0 5px;
      width: calc(100% - 15px); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative;
        height: 100px;
        margin: 0; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images img {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          left: 50%;
          top: 50%;
          object-fit: contain;
          position: absolute;
          width: 100%; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor .featured-sponsor-images:hover {
          -webkit-transform: scale(1.086);
          -ms-transform: scale(1.086);
          transform: scale(1.086); }
      .sponsor-vCarousel #carousel__sponsors .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease;
        height: 100%;
        border: none !important; }
        .sponsor-vCarousel #carousel__sponsors .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Inter', sans-serif !important;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none;
      border: none !important; }

#sponsors-home-slider {
  padding: 60px 0; }
  #sponsors-home-slider .content-wrap {
    display: flex;
    justify-content: center; }
  #sponsors-home-slider .single-box {
    width: calc(100% / 5);
    margin: 0 15px; }
  #sponsors-home-slider .img-wrap {
    margin-bottom: 0;
    border-radius: 0;
    height: 74px;
    opacity: 0.28;
    filter: grayscale(100%);
    transition: 0.4s; }
    #sponsors-home-slider .img-wrap:hover {
      filter: grayscale(0%);
      opacity: 1; }

@media (min-width: 576px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) {
  .sponsor-vCarousel #carousel__sponsors .content-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }
.block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
  text-align: center; }
.block-sponsor-container.aligncenter .row-vList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
  text-align: right; }
.block-sponsor-container.alignright .row-vList {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
  text-align: left; }
.block-sponsor-container.alignleft .row-vList {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.block-sponsor-container .row-vList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.title-block {
  margin-bottom: 30px; }
  .title-block h2, .title-block h3 {
    margin: 0; }

hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px; }

/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 100px;
  text-align: center; }
  .sponsor-vCarousel h2 {
    text-align: center !important;
    font-weight: bold; }
  .sponsor-vCarousel p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6c6b6b; }
  .sponsor-vCarousel #carousel__sponsor {
    margin-top: 60px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-inner {
      margin: 0 auto;
      width: 90%; }
      .sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item .d-flex {
        min-height: 150px; }
    .sponsor-vCarousel #carousel__sponsor .carousel-control-next, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
      width: 5%;
      min-width: 20px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/arrow-green.svg");
        background-color: transparent;
        background-size: auto;
        height: 41px;
        width: 41px; }
      .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      padding: 0;
      margin: 0 20px; }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
        transition: all 0.4s ease;
        text-align: center;
        position: relative; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
          width: 100%;
          object-fit: contain;
          -webkit-filter: grayscale(1);
          filter: grayscale(1); }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
      .sponsor-vCarousel #carousel__sponsor .single-sponsor a {
        display: block;
        text-decoration: none;
        transition: all 0.4s ease; }
        .sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.sponsor-vGrid {
  padding: 40px 0 50px; }
  .sponsor-vGrid .single-sponsor {
    border: 1px solid #baada5;
    margin: 0 10px 60px 0;
    max-width: 100%;
    padding: 20px 15px;
    text-align: center;
    flex-basis: 280px;
    flex-grow: 0; }
    .sponsor-vGrid .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 110px;
      margin: 0 auto 10px;
      width: 200px; }
    .sponsor-vGrid .single-sponsor p {
      color: #292929;
      line-height: 1.2em;
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center !important; }
    .sponsor-vGrid .single-sponsor .btn-blue {
      font-family: 'Inter', sans-serif !important;
      background: #0165ae;
      border-radius: 30px;
      border: none;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 10px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.sponsor-vList {
  padding: 40px 0 50px; }
  .sponsor-vList .single-sponsor {
    margin: 0 10px 30px 0;
    max-width: 100%;
    padding: 0;
    text-align: center; }
    .sponsor-vList .single-sponsor .featured-sponsor-images {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: auto auto;
      display: block;
      height: 150px;
      margin: 0 auto 10px;
      position: relative;
      transition: all 0.4s ease; }
      .sponsor-vList .single-sponsor .featured-sponsor-images img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        left: 50%;
        top: 50%;
        object-fit: contain;
        position: absolute;
        width: 100%; }
      .sponsor-vList .single-sponsor .featured-sponsor-images:hover {
        -webkit-transform: scale(1.086);
        -ms-transform: scale(1.086);
        transform: scale(1.086); }
    .sponsor-vList .single-sponsor a {
      display: block;
      text-decoration: none; }

.team-vGrid-square .featured-member-images {
  background-color: #164f90 !important; }
  .team-vGrid-square .featured-member-images img {
    height: 100% !important; }
  .team-vGrid-square .featured-member-images .hover-box .bottom-info-member .name-member h3 {
    font-size: 22px; }
  .team-vGrid-square .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more {
    color: white !important;
    border-bottom: none !important; }
    .team-vGrid-square .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more:hover {
      border-color: transparent !important; }
  .team-vGrid-square .featured-member-images .hover-box .social-networks {
    padding: 0 !important; }
    .team-vGrid-square .featured-member-images .hover-box .social-networks li {
      display: inline-block !important;
      padding: 0 !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li a {
        color: white !important; }
      .team-vGrid-square .featured-member-images .hover-box .social-networks li::before {
        content: none !important; }

.team-vList .single-member {
  flex-direction: column; }

@media (min-width: 768px) {
  .team-vList .single-member {
    flex-direction: row; } }
@media only screen and (max-width: 991px) {
  .sponsor-vList .single-sponsor {
    margin: 0 30px 0; } }
@media only screen and (max-width: 767px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .sponsor-vCarousel #carousel__sponsor .single-sponsor {
    flex-basis: 100%; } }
.team-vList .name-member::after {
  background-color: #5ab199 !important; }

.team-vGrid-square .single-member .featured-member-images {
  background-color: #164f90 !important; }

.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: inherit !important; }

.social-networks a i, .social-networks a svg[class^="fa"], .social-networks a svg[class^="fas"], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^="fa"], .social-networks li svg[class^="fas"], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^="fa"], .social-networks li a svg[class^="fas"], .social-networks li a .svg-inline--fa {
  color: #fff !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background: #164f90 !important; }

ul.social-networks li::before {
  display: none !important; }

.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #5ab199 !important; }

.popup_vcard .modal-content .side-right .name-member h2, .popup_vcard .modal-content .side-right .name-member h3, .popup_vcard .modal-content .side-right .name-member h4, .popup_vcard .modal-content .content .name-member h2, .popup_vcard .modal-content .content .name-member h3, .popup_vcard .modal-content .content .name-member h4, #popup_vcard .modal-content .side-right .name-member h2, #popup_vcard .modal-content .side-right .name-member h3, #popup_vcard .modal-content .side-right .name-member h4, #popup_vcard .modal-content .content .name-member h2, #popup_vcard .modal-content .content .name-member h3, #popup_vcard .modal-content .content .name-member h4 {
  color: #5ab199 !important; }

.team-vGrid-square-sm .single-member .featured-member-images {
  background-color: #5ab199 !important; }

.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #5ab199 !important; }

.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 15px 200px !important; }

@media only screen and (max-width: 991px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 576px) {
  .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.interior-page .entry-content .tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23401b3e'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23401b3e' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-ical__link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-messages__message--notice::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%23401b3e' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23401b3e'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23FFF'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23401b3e'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--location-focus .tribe-events-c-search__input, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.682 1.548a5.166 5.166 0 0 0-7.375 0C-3.073 5.984 4.959 15.36 4.994 15.36c.051-.001 8.092-9.35 3.688-13.812zM4.994 2.833c1.27 0 2.301 1.043 2.301 2.331 0 1.287-1.03 2.33-2.301 2.33-1.272 0-2.3-1.043-2.3-2.33 0-1.288 1.028-2.331 2.3-2.331z' fill='%23401b3e' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.interior-page .entry-content .tribe-common .tribe-common-c-loader__dot {
  background-color: rgba(219, 164, 79, 0.07); }

@keyframes a {
  50% {
    background-color: #401b3e; } }
.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt {
  border-color: #401b3e;
  text-decoration: none; }
  .interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt:hover {
    color: #401b3e; }

.interior-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0; }

.interior-page .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: #401b3e; }
  .interior-page .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
    background: #1c0c1b; }

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23006699'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  padding-left: 10px !important; }

.tribe-events-before-html {
  margin-bottom: 50px !important; }

@media (max-width: 576px) {
  .tribe-block__venue,
  .tribe-block__event-price {
    flex-direction: column;
    margin-bottom: 25px; }

  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 100%;
    margin-bottom: 25px; } }
.tribe-block__events-link .tribe-block__btn--link a {
  color: #401b3e; }

.tribe-block__event-website a {
  background: #401b3e; }

.tribe-block__events-link .tribe-block__btn--link img {
  filter: hue-rotate(154deg) brightness(0.9); }

body {
  padding-top: 0px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px;
  line-height: 1.56; }
  body header.header .open-cart {
    display: none !important; }
  body.woocommerce-page header.header .open-cart {
    display: flex !important; }
  body a.d-block {
    text-decoration: none; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */ }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #000; }
  body h1, body .h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    margin-bottom: 31px; }
  body h2, body .h2 {
    font-family: 'Inter', sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    margin-bottom: 35px; }
  body h3, body .h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 27px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin-bottom: 25px; }
  body h4, body .h4 {
    font-family: 'Inter', sans-serif !important;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 29px; }
  body h5, body .h5 {
    font-family: 'Inter', sans-serif !important;
    font-size: 21px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin-bottom: 28px; }
  body h6, body .h6 {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 27px; }
  body p {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    margin-bottom: 1rem; }
  body a {
    color: #164f90; }
    body a:hover {
      color: #081e38; }
  body li {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal; }
  body #breadcrumbs a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: black;
    text-decoration: none; }
    body #breadcrumbs a::after {
      content: '\f105';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      /*--adjust as necessary--*/
      color: black;
      position: relative;
      margin-left: 15px; }

/*Heading's Size Variables*/
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 42px;
    line-height: 1.02;
    letter-spacing: normal; }
  body h2, body .h2 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: normal; }
  body h3, body .h3 {
    font-size: 33px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h4, body .h4 {
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: normal; }
  body h5, body .h5 {
    font-size: 21px;
    line-height: 1.23;
    letter-spacing: normal; }
  body h6, body .h6 {
    font-size: 18px;
    line-height: 1.26;
    letter-spacing: normal; }
  body p {
    font-size: 16px;
    line-height: 1.56; }
  body li {
    font-size: 16px;
    line-height: 1.56; } }
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 84px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h2, body .h2 {
    font-size: 55px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h3, body .h3 {
    font-size: 50px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h4, body .h4 {
    font-size: 30px;
    line-height: 1.09;
    letter-spacing: normal; }
  body h5, body .h5 {
    font-size: 21px;
    line-height: 1.21;
    letter-spacing: normal; }
  body h6, body .h6 {
    font-size: 20px;
    line-height: 1.22;
    letter-spacing: normal; }
  body p {
    font-size: 20px;
    line-height: 1.56; }
  body li {
    font-size: 20px;
    line-height: 1.56; } }
.loader-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; }
  .loader-container.exit {
    -webkit-animation: fade-out 1s ease-out 0s both;
    animation: fade-out 1s ease-out 0s both; }
  .loader-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #164f90;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.team-bios-modal {
  z-index: 99999; }
  .team-bios-modal.show {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .team-bios-modal.hide {
    display: block !important;
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
  .team-bios-modal .modal-dialog.modal-aligned-right {
    margin: 0;
    margin-left: auto;
    height: 100%;
    max-height: 100%; }
    .team-bios-modal .modal-dialog.modal-aligned-right .modal-content {
      height: 100%;
      max-height: 100%; }
  .team-bios-modal .modal-content {
    flex-direction: row;
    background: #313131; }
  .team-bios-modal .left-side-panel {
    background: #212121;
    flex-shrink: 0; }
    .team-bios-modal .left-side-panel .social li {
      width: 50px;
      height: 50px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .team-bios-modal .left-side-panel .social li a {
        color: white;
        font-size: 16px; }
  .team-bios-modal .modal-header {
    background: #5ab199;
    border: none;
    box-shadow: none;
    align-items: center; }
  .team-bios-modal .modal-title {
    color: white; }
  .team-bios-modal .position {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 15px !important;
    padding: 10px 0px;
    position: relative; }
  .team-bios-modal .img-wrap {
    height: 400px;
    margin-bottom: 30px; }
  .team-bios-modal .modal-body {
    overflow: auto;
    height: calc(100% - 140px);
    padding: 0; }
    @media (min-width: 1200px) {
      .team-bios-modal .modal-body {
        height: calc(100% - 95px); } }
    .team-bios-modal .modal-body h1, .team-bios-modal .modal-body h2, .team-bios-modal .modal-body h3, .team-bios-modal .modal-body h4, .team-bios-modal .modal-body h5, .team-bios-modal .modal-body h6 {
      color: white; }
    .team-bios-modal .modal-body p, .team-bios-modal .modal-body li, .team-bios-modal .modal-body a, .team-bios-modal .modal-body p a, .team-bios-modal .modal-body li a, .team-bios-modal .modal-body blockquote, .team-bios-modal .modal-body cite, .team-bios-modal .modal-body span {
      color: white; }
  .team-bios-modal .body-container {
    padding: 0 15px; }
  .team-bios-modal .close {
    text-shadow: none;
    color: white;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    margin-right: 0px;
    opacity: 1; }
    .team-bios-modal .close:hover {
      background: #212121; }

a.fe_btn_navigation {
  background-color: #164f90 !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 7px;
  padding: 16px 28px;
  line-height: 1;
  text-transform: none; }
  a.fe_btn_navigation:hover {
    background-color: #5ab199 !important; }

.wpcw_fe_navigation_box {
  padding: 20px; }
  .wpcw_fe_navigation_box a {
    margin: 0 10px; }

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none; }

.container {
  transition: 0.4s; }

.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0; }
.social-bar .social-share p {
  font-size: 20px;
  color: #164f90;
  font-weight: 700;
  display: inline-block;
  font-family: 'Inter', sans-serif !important;
  margin: 0; }
  .social-bar .social-share p strong {
    color: #ad95cd;
    font-weight: 700; }
.social-bar .social-share .addtoany_shortcode {
  display: inline-block; }
  .social-bar .social-share .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #164f90 !important;
    width: 24px !important;
    height: 24px !important; }
    .social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
      fill: #164f90 !important; }

.a2a_menu {
  background-color: #b4bdd8 !important;
  border-color: #b4bdd8 !important; }

body.single .a2a_menu a, body.single .a2a_menu a.a2a_i, body.single .a2a_menu a.a2a_i:visited, body.single .a2a_menu a.a2a_more, body.single i.a2a_i {
  border-color: #b4bdd8 !important; }

.interior-page .entry-content .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #3b4461 !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
    fill: #3b4461 !important; }
.interior-page .entry-content .a2a_kit a span, .interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #3b4461 !important;
  width: 24px !important;
  height: 24px !important; }
  .interior-page .entry-content .a2a_kit a span svg path, .interior-page .entry-content .a2a_kit a.a2a_dd span svg path {
    fill: #3b4461 !important; }
.interior-page .entry-content .addtoany_shortcode {
  display: inline-block; }
  .interior-page .entry-content .addtoany_shortcode .a2a_kit a {
    font-family: 'Montserrat', sans-serif !important;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #164f90 !important;
    color: #164f90 !important;
    display: inline-block;
    font-size: 1rem !important;
    letter-spacing: normal;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: .99rem  1.7777777777777777rem;
    min-width: 175px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    outline: none !important;
    overflow: hidden;
    line-height: 1.19; }
    .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active {
      text-decoration: none !important;
      background: #164f90;
      border-color: #164f90;
      color: white !important; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:after {
        margin-left: 25px; }
      .interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:before {
        width: 100%; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body main[role="main"] {
    overflow: hidden;
    position: relative; }

html.csstransformspreserve3d.translated-ltr #NavDropdown ul li, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open {
  padding: 0px 7px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li a, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.btn-member > a, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open.btn-member > a {
  font-size: 13px; }
html.csstransformspreserve3d.translated-ltr .sign-up-form .gform_wrapper .gform_body, html.csstransformspreserve3d.translated-ltr .sign-up-form .newsletterForm_wrapper .gform_body {
  width: calc(100% - 130px); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#gtranslate_wrapper {
  right: 4% !important;
  bottom: 32px !important; }
  #gtranslate_wrapper .switcher .selected {
    background: transparent; }
    #gtranslate_wrapper .switcher .selected a {
      border-radius: 49.5px;
      border: solid 1.5px #e0e0e0;
      background: white;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3b4461;
      width: auto;
      text-align: center; }
  #gtranslate_wrapper .switcher .option {
    background-color: transparent;
    border: none; }
    #gtranslate_wrapper .switcher .option a {
      padding: 8px 18px;
      color: #3b4461;
      text-align: center; }

/**************************************************
	Useful CSS on Theme
**************************************************/
.image-wrapping, .image-post-thumb, .post-image-css {
  padding-top: 85%; }
  .image-wrapping img, .image-wrapping .wrapped-image, .image-post-thumb img, .image-post-thumb .wrapped-image, .post-image-css img, .post-image-css .wrapped-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-wrapping .photo-credit, .image-post-thumb .photo-credit, .post-image-css .photo-credit {
    font-family: 'Inter', sans-serif !important;
    bottom: 10px;
    color: #999999 !important;
    font-family: Helvetica;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    left: 20px;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    text-align: left;
    width: 90%;
    z-index: 2; }
    .image-wrapping .photo-credit.center, .image-post-thumb .photo-credit.center, .post-image-css .photo-credit.center {
      text-align: center !important; }

.title-section {
  margin-bottom: 60px; }
  .title-section h2, .title-section h3 {
    font-family: 'Inter', sans-serif !important;
    display: inline-block;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.89px;
    letter-spacing: normal;
    line-height: 0.94;
    margin: 0;
    position: relative; }
  .title-section.center {
    text-align: center;
    position: relative; }
  .title-section.left {
    text-align: left;
    position: relative; }
  .title-section.right {
    text-align: right; }

.bottom-link-section {
  display: block; }
  .bottom-link-section.left {
    text-align: left; }
  .bottom-link-section.right {
    text-align: right; }
  .bottom-link-section.center {
    margin: 40px auto;
    text-align: center; }
  @media (max-width: 767) {
    .bottom-link-section {
      text-align: center !important; } }

.top-section {
  margin-bottom: 50px; }
  .top-section h2, .top-section .view-all > a {
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal; }
  .top-section h2 {
    font-size: 36px;
    color: #164f90; }
  .top-section .view-all > a {
    position: relative; }
    .top-section .view-all > a::after {
      content: "";
      background-image: url("../images/icons/arrow-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: 0;
      margin-left: 12px;
      position: relative;
      padding-left: 10px;
      transition: all 0.4s ease;
      display: inline-block;
      width: 12px;
      height: 9px; }
    .top-section .view-all > a:hover {
      text-decoration: none; }
      .top-section .view-all > a:hover::after {
        right: -7px; }

.right-side {
  position: relative; }
  .right-side .outside-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: calc((100vw - 1100px)/(-2));
    top: 0;
    width: calc(100% + ((100vw - 1100px)/(2)));
    z-index: 40; }

.left-side {
  position: relative; }
  .left-side .outside-container {
    height: 100%;
    left: calc((100vw - 1100px)/(-2));
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + ((100vw - 1100px)/(2)));
    z-index: 40; }

.container-text {
  padding: 0 10%; }
  .container-text.center {
    text-align: center; }
  @media (max-width: 1200) {
    .container-text {
      padding: 0 15px; } }

.container-frame-diagonal {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #ffffff;
  height: 180%;
  left: 7%;
  overflow: hidden;
  position: absolute;
  top: -30%;
  width: 100%; }
  .container-frame-diagonal .frame-diagonal {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%; }
    .container-frame-diagonal .frame-diagonal img {
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
      transform: translate(-50%, -50%) rotate(-10deg);
      height: auto;
      left: 51%;
      margin-top: -60px;
      max-width: 100%;
      min-height: inherit;
      position: absolute;
      top: 50%;
      width: auto; }

.frame-image {
  background-color: #ffffff;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  height: auto;
  padding: 23px; }
  .frame-image figure {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding-bottom: 75%; }

/**************************************************
	Useful CSS Homepage/Page/Template
**************************************************/
/**************************************************
	general CSS overwriting
**************************************************/
html, body {
  -webkit-font-smoothing: subpixel-antialiased; }
  html .selector-for-some-widget, body .selector-for-some-widget {
    box-sizing: content-box; }

/**************************************************
	general CSS overwriting
**************************************************/
/* Media queries----------------------------------*/
@media only screen and (max-width: 1199.98px) {
  .right-side .outside-container {
    right: calc((100vw - 940px)/(-2));
    width: calc(100% + ((100vw - 940px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 940px)/(-2));
    width: calc(100% + ((100vw - 940px)/(2))); }

  #gtranslate_wrapper {
    right: 4% !important;
    bottom: 92px !important; } }
@media only screen and (max-width: 991px) {
  .right-side .outside-container {
    right: calc((100vw - 700px)/(-2));
    width: calc(100% + ((100vw - 700px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 690px)/(-2));
    width: calc(100% + ((100vw - 690px)/(2))); }

  body.logged-in header.fixed-top {
    top: 46px;
    transition: 0.4s;
    margin-top: 0 !important; } }
@media only screen and (max-width: 767px) {
  .right-side .outside-container {
    right: calc((100vw - 524px)/(-2));
    width: calc(100% + ((100vw - 524px)/(2))); }

  .left-side .outside-container {
    left: calc((100vw - 524px)/(-2));
    width: calc(100% + ((100vw - 524px)/(2))); } }
@media only screen and (max-width: 576px) {
  #gtranslate_wrapper {
    position: relative !important;
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px; }

  body.logged-in {
    padding-top: 0px !important; }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important; }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important; } }

.promo-banner {
	display: flex;
    justify-content: center;
}

.promo-banner-left {
	width: 500px;
    margin-right: 20px;
}


.promo-banner-left p {
	font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.promo-banner-right {
	vertical-align: middle;
    margin-top: 20px;
    margin-left: 20px;
}

.promo-banner-right a {
	display: block;
    background-color: #70c7af;
    color: #fff;
    padding: 7px 20px;
    border-radius: 25px;
    vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */
