/* infinite animation vertical*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: #156ac7 !important; }

.has-primary-background-color {
  background: #156ac7 !important; }

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

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

.has-primarydark-color {
  color: #062c80 !important; }

.has-primarydark-background-color {
  background: #062c80 !important; }

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

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

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

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

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

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

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

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

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

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

.has-tertiarydark-color {
  color: #1dcbb2 !important; }

.has-tertiarydark-background-color {
  background: #1dcbb2 !important; }

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

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

.has-quaternarylight-color {
  color: #4897fb !important; }

.has-quaternarylight-background-color {
  background: #4897fb !important; }

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

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

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

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

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

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

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

.has-graylight-background-color {
  background: #f2f2f2 !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*/
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-BlackItalic.eot");
  src: url("../fonts/GothamSSm-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-BlackItalic.woff2") format("woff2"), url("../fonts/GothamSSm-BlackItalic.woff") format("woff"), url("../fonts/GothamSSm-BlackItalic.ttf") format("truetype"), url("../fonts/GothamSSm-BlackItalic.svg#GothamSSm-BlackItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-BoldItalic.eot");
  src: url("../fonts/GothamSSm-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-BoldItalic.woff2") format("woff2"), url("../fonts/GothamSSm-BoldItalic.woff") format("woff"), url("../fonts/GothamSSm-BoldItalic.ttf") format("truetype"), url("../fonts/GothamSSm-BoldItalic.svg#GothamSSm-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-LightItalic.eot");
  src: url("../fonts/GothamSSm-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-LightItalic.woff2") format("woff2"), url("../fonts/GothamSSm-LightItalic.woff") format("woff"), url("../fonts/GothamSSm-LightItalic.ttf") format("truetype"), url("../fonts/GothamSSm-LightItalic.svg#GothamSSm-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-MediumItalic.eot");
  src: url("../fonts/GothamSSm-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-MediumItalic.woff2") format("woff2"), url("../fonts/GothamSSm-MediumItalic.woff") format("woff"), url("../fonts/GothamSSm-MediumItalic.ttf") format("truetype"), url("../fonts/GothamSSm-MediumItalic.svg#GothamSSm-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-Black.eot");
  src: url("../fonts/GothamSSm-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Black.woff2") format("woff2"), url("../fonts/GothamSSm-Black.woff") format("woff"), url("../fonts/GothamSSm-Black.ttf") format("truetype"), url("../fonts/GothamSSm-Black.svg#GothamSSm-Black") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-BookItalic.eot");
  src: url("../fonts/GothamSSm-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-BookItalic.woff2") format("woff2"), url("../fonts/GothamSSm-BookItalic.woff") format("woff"), url("../fonts/GothamSSm-BookItalic.ttf") format("truetype"), url("../fonts/GothamSSm-BookItalic.svg#GothamSSm-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-Book.eot");
  src: url("../fonts/GothamSSm-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Book.woff2") format("woff2"), url("../fonts/GothamSSm-Book.woff") format("woff"), url("../fonts/GothamSSm-Book.ttf") format("truetype"), url("../fonts/GothamSSm-Book.svg#GothamSSm-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-Bold.eot");
  src: url("../fonts/GothamSSm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Bold.woff2") format("woff2"), url("../fonts/GothamSSm-Bold.woff") format("woff"), url("../fonts/GothamSSm-Bold.ttf") format("truetype"), url("../fonts/GothamSSm-Bold.svg#GothamSSm-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-Light.eot");
  src: url("../fonts/GothamSSm-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Light.woff2") format("woff2"), url("../fonts/GothamSSm-Light.woff") format("woff"), url("../fonts/GothamSSm-Light.ttf") format("truetype"), url("../fonts/GothamSSm-Light.svg#GothamSSm-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-Medium.eot");
  src: url("../fonts/GothamSSm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-Medium.woff2") format("woff2"), url("../fonts/GothamSSm-Medium.woff") format("woff"), url("../fonts/GothamSSm-Medium.ttf") format("truetype"), url("../fonts/GothamSSm-Medium.svg#GothamSSm-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-XLightItalic.eot");
  src: url("../fonts/GothamSSm-XLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-XLightItalic.woff2") format("woff2"), url("../fonts/GothamSSm-XLightItalic.woff") format("woff"), url("../fonts/GothamSSm-XLightItalic.ttf") format("truetype"), url("../fonts/GothamSSm-XLightItalic.svg#GothamSSm-XLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gotham SSm';
  src: url("../fonts/GothamSSm-XLight.eot");
  src: url("../fonts/GothamSSm-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamSSm-XLight.woff2") format("woff2"), url("../fonts/GothamSSm-XLight.woff") format("woff"), url("../fonts/GothamSSm-XLight.ttf") format("truetype"), url("../fonts/GothamSSm-XLight.svg#GothamSSm-XLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
/*START Buttons------------------------------------------*/
li.btn-1 a {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: none !important;
  background-color: #156ac7 !important;
  padding: 11px 27px !important;
  border-radius: 100px !important;
  border: solid 2px #156ac7 !important;
  text-decoration: none !important;
  display: inline-block !important; }
li.btn-1:hover a, li.btn-1:focus a, li.btn-1:active a, li.btn-1.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.white a {
  background-color: #ffffff !important;
  color: #2399fc !important;
  border-color: white !important; }
li.btn-1.white:hover a, li.btn-1.white:focus a, li.btn-1.white:active a, li.btn-1.white.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.secondary a {
  background-color: #f55b1b !important;
  border-color: #f55b1b !important; }
li.btn-1.secondary:hover a, li.btn-1.secondary:focus a, li.btn-1.secondary:active a, li.btn-1.secondary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.tertiary a {
  background-color: #38e3ca !important; }
li.btn-1.tertiary:hover a, li.btn-1.tertiary:focus a, li.btn-1.tertiary:active a, li.btn-1.tertiary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.border-white a {
  background-color: transparent !important;
  border-color: white !important;
  color: #ffffff !important; }
li.btn-1.border-white:hover a, li.btn-1.border-white:focus a, li.btn-1.border-white:active a, li.btn-1.border-white.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }
li.btn-1.border-primary a {
  background-color: transparent !important;
  border-color: #156ac7 !important;
  color: #156ac7 !important; }
li.btn-1.border-primary:hover a, li.btn-1.border-primary:focus a, li.btn-1.border-primary:active a, li.btn-1.border-primary.active a {
  background-color: #d4d2d2 !important;
  color: #888 !important;
  text-decoration: none !important;
  border-color: #d4d2d2 !important; }

a.btn-1,
button.btn-1,
span.btn-1 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  background-color: #f55b1b;
  padding: 16px 27px !important;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  display: inline-block;
  display: inline-flex;
  overflow: hidden;
  border: solid 2px #f55b1b; }
  a.btn-1 .text,
  button.btn-1 .text,
  span.btn-1 .text {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.23px;
    color: white;
    text-transform: none;
    width: 0;
    display: inline-flex;
    text-indent: -300px;
    transition: 0.4s;
    opacity: 0; }
  a.btn-1 i,
  button.btn-1 i,
  span.btn-1 i {
    font-size: 16px; }
  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: #d4d2d2 !important;
    color: #888 !important;
    text-decoration: none;
    border-color: #d4d2d2 !important; }
    a.btn-1:hover.btn-social, a.btn-1:focus.btn-social, a.btn-1:active.btn-social,
    button.btn-1:hover.btn-social,
    button.btn-1:focus.btn-social,
    button.btn-1:active.btn-social,
    span.btn-1:hover.btn-social,
    span.btn-1:focus.btn-social,
    span.btn-1:active.btn-social {
      background-color: #156ac7 !important;
      color: #ffffff !important;
      text-decoration: none;
      border-color: #156ac7 !important; }
    a.btn-1:hover .text, a.btn-1:focus .text, a.btn-1:active .text,
    button.btn-1:hover .text,
    button.btn-1:focus .text,
    button.btn-1:active .text,
    span.btn-1:hover .text,
    span.btn-1:focus .text,
    span.btn-1:active .text {
      width: 100%;
      text-indent: 0;
      padding-left: 8px;
      opacity: 1; }
  a.btn-1.secondary,
  button.btn-1.secondary,
  span.btn-1.secondary {
    background-color: #f55b1b;
    border: solid 2px #f55b1b; }
  a.btn-1.white,
  button.btn-1.white,
  span.btn-1.white {
    background-color: #ffffff;
    color: #2399fc;
    border-color: white; }
  a.btn-1.with-arrow::after,
  button.btn-1.with-arrow::after,
  span.btn-1.with-arrow::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='12.657' height='5.625'%3e%3cpath data-name='Path 4' d='m12.584 139.674-2.813-2.564a.235.235 0 0 0-.256-.037.213.213 0 0 0-.139.212v1.641H.234a.226.226 0 0 0-.234.234v1.406a.226.226 0 0 0 .234.234h9.142v1.641a.221.221 0 0 0 .139.212.228.228 0 0 0 .256-.044l2.813-2.593a.239.239 0 0 0 .073-.176.231.231 0 0 0-.073-.166z' transform='translate(0 -137.052)' style='fill:%23fff'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 12.7px;
    height: 7px;
    align-self: center; }
  a.btn-1.with-arrow:hover:after,
  button.btn-1.with-arrow:hover:after,
  span.btn-1.with-arrow:hover:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.657' height='5.625'%3e%3cpath data-name='Path 4' d='m12.584 139.674-2.813-2.564a.235.235 0 0 0-.256-.037.213.213 0 0 0-.139.212v1.641H.234a.226.226 0 0 0-.234.234v1.406a.226.226 0 0 0 .234.234h9.142v1.641a.221.221 0 0 0 .139.212.228.228 0 0 0 .256-.044l2.813-2.593a.239.239 0 0 0 .073-.176.231.231 0 0 0-.073-.166z' transform='translate(0 -137.052)' style='fill:%23888'/%3e%3c/svg%3e "); }
  a.btn-1.tertiary,
  button.btn-1.tertiary,
  span.btn-1.tertiary {
    background-color: #38e3ca;
    border: solid 2px #38e3ca; }
  a.btn-1.border-white,
  button.btn-1.border-white,
  span.btn-1.border-white {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff; }
  a.btn-1.border-primary,
  button.btn-1.border-primary,
  span.btn-1.border-primary {
    background-color: transparent;
    border: solid 2px #156ac7;
    color: #156ac7; }
a.btn-2,
button.btn-2,
span.btn-2 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.62px;
  color: black;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: inline-flex; }
  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 {
    color: #888; }
    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 xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23888888;stroke:%23888888;stroke-miterlimit:10'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-2.white,
  button.btn-2.white,
  span.btn-2.white {
    color: white; }
    a.btn-2.white::after,
    button.btn-2.white::after,
    span.btn-2.white::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23fff;stroke:%23fff;stroke-miterlimit:10'/%3e%3c/svg%3e "); }
    a.btn-2.white:hover, a.btn-2.white:focus, a.btn-2.white:active,
    button.btn-2.white:hover,
    button.btn-2.white:focus,
    button.btn-2.white:active,
    span.btn-2.white:hover,
    span.btn-2.white:focus,
    span.btn-2.white:active {
      color: #062c80; }
      a.btn-2.white:hover::after, a.btn-2.white:focus::after, a.btn-2.white:active::after,
      button.btn-2.white:hover::after,
      button.btn-2.white:focus::after,
      button.btn-2.white:active::after,
      span.btn-2.white:hover::after,
      span.btn-2.white:focus::after,
      span.btn-2.white:active::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23062c80;stroke:%23062c80;stroke-miterlimit:10'/%3e%3c/svg%3e ");
        background-size: contain;
        background-repeat: no-repeat; }
  a.btn-2.small,
  button.btn-2.small,
  span.btn-2.small {
    font-size: 14px; }
  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 xmlns='http://www.w3.org/2000/svg' width='12.001' height='9'%3e%3cpath d='M11 4a.536.536 0 0 0-.1-.276L7.843.145a.39.39 0 0 0-.578-.034.422.422 0 0 0-.034.589L9.7 3.579H.407a.421.421 0 0 0 0 .842H9.7L7.231 7.3a.417.417 0 0 0 .053.591.374.374 0 0 0 .558-.038L10.9 4.276A.422.422 0 0 0 11 4z' transform='translate(.5 .5)' style='fill:%23232021;stroke:%23232021;stroke-miterlimit:10'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 13px;
    height: 10px;
    top: 5px; }
a.btn-3,
button.btn-3,
span.btn-3 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.62px;
  color: black;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: inline-flex; }
  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 {
    color: #888; }
    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 xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23888888;stroke-width:2px'/%3e%3c/svg%3e ");
      background-size: contain;
      background-repeat: no-repeat; }
  a.btn-3.small,
  button.btn-3.small,
  span.btn-3.small {
    font-size: 14px; }
  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 xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23f55b1b;stroke-width:2px'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
    width: 9.1px;
    height: 11.5px;
    top: 3px; }
  a.btn-3.white,
  button.btn-3.white,
  span.btn-3.white {
    color: white; }
    a.btn-3.white::after,
    button.btn-3.white::after,
    span.btn-3.white::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e "); }
    a.btn-3.white:hover,
    button.btn-3.white:hover,
    span.btn-3.white:hover {
      color: #38e3ca; }
      a.btn-3.white:hover::after,
      button.btn-3.white:hover::after,
      span.btn-3.white:hover::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%233ba99f;stroke-width:2px'/%3e%3c/svg%3e "); }
  a.btn-3.white-hover-violet,
  button.btn-3.white-hover-violet,
  span.btn-3.white-hover-violet {
    color: white; }
    a.btn-3.white-hover-violet::after,
    button.btn-3.white-hover-violet::after,
    span.btn-3.white-hover-violet::after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%23fff;stroke-width:2px'/%3e%3c/svg%3e "); }
    a.btn-3.white-hover-violet:hover,
    button.btn-3.white-hover-violet:hover,
    span.btn-3.white-hover-violet:hover {
      color: #000233; }
      a.btn-3.white-hover-violet:hover::after,
      button.btn-3.white-hover-violet:hover::after,
      span.btn-3.white-hover-violet:hover::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7.167' height='12.826'%3e%3cpath data-name='Path 1120' d='m0 .374 5.967 4.741L11.527 0' transform='rotate(-90 6.47 5.734)' style='fill:none;stroke:%232c2c65;stroke-width:2px'/%3e%3c/svg%3e "); }
a.btn-video,
button.btn-video,
span.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border: none; }
  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: #2399fc;
    color: #062c80; }
  a.btn-video:hover::after, a.btn-video:focus::after, a.btn-video:active::after, a.btn-video.hover::after,
  button.btn-video:hover::after,
  button.btn-video:focus::after,
  button.btn-video:active::after,
  button.btn-video.hover::after,
  span.btn-video:hover::after,
  span.btn-video:focus::after,
  span.btn-video:active::after,
  span.btn-video.hover::after {
    opacity: 0.64;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    border: solid 2px #2399fc;
    background: #2399fc; }
  a.btn-video::before,
  button.btn-video::before,
  span.btn-video::before {
    content: "\f04b";
    box-sizing: border-box;
    display: inline-flex;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Pro";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    text-rendering: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 3px;
    background: white;
    color: #2399fc;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5; }
  a.btn-video::after,
  button.btn-video::after,
  span.btn-video::after {
    content: "";
    display: block;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    opacity: 0.64;
    border: solid 2px #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    background-color: #ffffff; }

/*button's Size Variables*/
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  overflow: hidden;
  background-color: #156ac7;
  background-image: url("../images//img-footer.jpg"); }
  footer.footer::before {
    opacity: 0.91;
    background-image: linear-gradient(to bottom, #2399fc, #031640);
    z-index: 2; }
  footer.footer .section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    footer.footer .section-background::before {
      opacity: 0.71;
      background-color: #000;
      z-index: 2; }
    footer.footer .section-background picture {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }
    footer.footer .section-background source {
      display: block;
      width: 100%;
      height: 100%; }
    footer.footer .section-background img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  footer.footer .container, footer.footer .container-fluid {
    position: relative;
    z-index: 7; }
  footer.footer .footer-top {
    position: relative;
    padding: 44px 0px 0px; }
  footer.footer .logo-box {
    display: flex;
    margin-bottom: 36px; }
    footer.footer .logo-box.center {
      justify-content: center; }
  footer.footer .logo-footer {
    width: 159.8px;
    height: 91.4px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0; }
    footer.footer .logo-footer img {
      object-fit: contain;
      width: 99%;
      height: 99%; }
  footer.footer h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #ffffff; }
  footer.footer h3 {
    font-family: "Gotham SSm", sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none;
    margin-bottom: 10px;
    position: relative; }
  footer.footer address,
  footer.footer p,
  footer.footer a:not(.btn-1) {
    font-family: "Gotham SSm", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: none; }
  footer.footer address {
    margin: 0;
    margin-bottom: 0px; }
    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 .link a {
    margin-right: 10px; }
    footer.footer .link a:last-child {
      margin-right: 0; }
  footer.footer a.email {
    font-family: "Gotham SSm", sans-serif !important;
    position: relative;
    display: block; }
    footer.footer a.email::before {
      content: "";
      display: block;
      background: url("../images/mail-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 18.8px;
      height: 18.8px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.email {
        display: flex;
        align-items: center; }
        footer.footer a.email::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.email:hover {
      color: #f55b1b; }
  footer.footer a.phone {
    position: relative;
    margin-bottom: 10px;
    display: block; }
    footer.footer a.phone::before {
      content: "";
      display: block;
      background: url("../images/phone-icon.svg") no-repeat;
      background-size: contain;
      background-position: center;
      width: 18.8px;
      height: 18.8px;
      position: relative;
      margin: 0 auto 10px;
      top: 0px;
      flex-shrink: 0; }
    @media (min-width: 768px) {
      footer.footer a.phone {
        display: flex;
        align-items: center; }
        footer.footer a.phone::before {
          display: inline-flex;
          margin: 0;
          margin-right: 8.5px; } }
    footer.footer a.phone:hover {
      color: #f55b1b; }
  footer.footer .contact-box a {
    margin-bottom: 9px; }
    footer.footer .contact-box a:last-child {
      margin-bottom: 0; }
  footer.footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer.footer .footer-links a {
      font-weight: 700;
      margin: 5px 11px; }
  footer.footer .menu-footer-menu-container > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    footer.footer .menu-footer-menu-container > ul > li,
    footer.footer .menu-footer-menu-container > ul .main-item {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 15px; }
      footer.footer .menu-footer-menu-container > ul > li > a,
      footer.footer .menu-footer-menu-container > ul .main-item > a {
        font-family: "Gotham SSm", sans-serif !important;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: none; }
      footer.footer .menu-footer-menu-container > ul > li ul,
      footer.footer .menu-footer-menu-container > ul .main-item ul {
        display: none; }
    @media (min-width: 768px) {
      footer.footer .menu-footer-menu-container > ul > li {
        width: auto; } }
    footer.footer .menu-footer-menu-container > ul .main-item {
      margin-bottom: 10px; }
      footer.footer .menu-footer-menu-container > ul .main-item a {
        margin-bottom: 0; }
  footer.footer .menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer .menu-footer-menu-container ul a {
      font-family: "Gotham SSm", sans-serif !important;
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
      text-decoration: none;
      text-transform: none; }
      footer.footer .menu-footer-menu-container ul a:hover {
        color: #f55b1b; }
  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: #d4d2d2;
      position: absolute;
      bottom: -6px;
      left: 0;
      transition: 0.4s;
      display: none; }
    footer.footer .main-links li.donate::after {
      background: #2399fc; }
    footer.footer .main-links li.donate a {
      color: #2399fc; }
    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: #d4d2d2;
    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 {
    background-image: linear-gradient(to bottom, #156ac7, #7e1d19); }
    footer.footer .footer-middle .container {
      border-bottom: solid 1px #2399fc;
      position: relative;
      padding-top: 54px;
      padding-bottom: 0px; }
    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: 47px 0 40px;
    position: relative;
    z-index: 2; }
    footer.footer .footer-bottom .container {
      border-top: 1px solid white;
      position: relative;
      padding-top: 22px; }
    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 {
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #ffffff;
      text-transform: none;
      margin: 0; }
      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 {
        color: inherit;
        font-weight: 700; }
      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 {
        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 {
          text-decoration: underline; }
    footer.footer .footer-bottom .terms {
      margin-top: 16px; }
      footer.footer .footer-bottom .terms a {
        opacity: 0.7;
        font-family: Sarabun;
        font-size: 15px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #2f89fb; }
  footer.footer .networks {
    margin: 0; }
    footer.footer .networks ul.social {
      margin-left: 0; }
  footer.footer ul.social {
    display: inline-flex;
    justify-content: center;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    flex-direction: row; }
    footer.footer ul.social li {
      display: inline-block;
      margin: 0px !important;
      margin-right: 17px !important;
      width: auto; }
      footer.footer ul.social li:last-child {
        margin-right: 0 !important; }
      footer.footer ul.social li a {
        display: inherit;
        border-radius: 50%;
        color: white;
        border: none;
        background: transparent;
        height: auto;
        margin: 0px;
        position: relative;
        transition: 0.4s;
        width: auto; }
        footer.footer ul.social li a i {
          font-size: 19px; }
        footer.footer ul.social li a:hover {
          color: #f55b1b; }
  footer.footer .img-sponsors {
    width: 104px;
    height: 61px; }
  footer.footer .classic-text-widget {
    display: block !important; }

@media (min-width: 1200px) {
  footer.footer .logo-box {
    margin-bottom: 0px; }

  footer.footer .footer-top {
    padding-top: 68px; }

  footer.footer .logo-footer {
    width: 76px;
    height: 76px; } }
/*END footer------------------------------------------*/
/* START header-------------*/
/*END header------------------------------------- */
/*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: "Gotham SSm", sans-serif !important;
  color: #156ac7;
  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: #156ac7 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_content .a2a_kit a span svg path {
      fill: #156ac7 !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: #156ac7;
      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-------------------------------------*/
@media (max-width: 992px) {
  body {
    padding-top: 0px !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: #000000; }
body h1,
body .h1 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 42px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  margin-bottom: 40px; }
body h2,
body .h2 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 31px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 20px; }
body h3,
body .h3 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 25px; }
body h4,
body .h4 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 29px; }
body h5,
body .h5 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 28px; }
body h6,
body .h6 {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  margin-bottom: 27px; }
body p {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  margin-bottom: 1rem; }
body a {
  color: #8d7bff; }
  body a:hover {
    color: #540084; }
body .share-bar a > svg {
  width: 37px;
  height: 37px;
  padding: 11px;
  background: #a3008a;
  border-radius: 50%;
  fill: white !important;
  overflow: visible; }
body .share-bar a:hover > svg {
  background: #540084; }
body li {
  font-family: "Gotham SSm", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  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: 50px;
    line-height: 1.36;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.48;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: normal; }
  body p {
    font-size: 15px;
    line-height: 1.47; }
  body li {
    font-size: 15px;
    line-height: 1.47; } }
@media (min-width: 1200px) {
  body h1,
  body .h1 {
    font-size: 52px;
    line-height: 1.13;
    letter-spacing: normal; }
  body h2,
  body .h2 {
    font-size: 31px;
    line-height: 1.13;
    letter-spacing: normal; }
  body h3,
  body .h3 {
    font-size: 26px;
    line-height: 1.88;
    letter-spacing: normal; }
  body h4,
  body .h4 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: normal; }
  body h5,
  body .h5 {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: normal; }
  body h6,
  body .h6 {
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: normal; }
  body p {
    font-size: 18px;
    line-height: 1.44; }
  body li {
    font-size: 18px;
    line-height: 1.44; } }
body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer,
button, .button, input, select, textarea, .wp-block-button, .wp-block-button__link {
  font-family: "Gotham SSm", sans-serif !important; }

.btn.btn-primary {
  padding: 7px 20px;
  border-radius: 42px;
  background-color: #a3008a;
  text-transform: none;
  border: none; }
  .btn.btn-primary:nth-child(2) {
    background-color: #8d7bff; }
  .btn.btn-primary:hover {
    background-color: #540084; }
    .btn.btn-primary:hover:nth-child(2) {
      background-color: #9ab5ff; }

@media (max-width: 991.98px) {
  .menu-toggle-wrap {
    background-color: #a3008a; } }
#search-wrap #search .input-group {
  border-radius: 40px; }
  #search-wrap #search .input-group .input-group-btn {
    display: flex;
    margin-right: 5px; }

#search-wrap #search .form-control {
  padding: 7px 14px; }

.menu, .page_item a, .menu-item a {
  font-family: "Gotham SSm", sans-serif !important; }

.lang-select ul li a:hover {
  color: #a3008a; }

#menu-wrap #menu > ul > li > a {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: #000;
  text-transform: none; }
  #menu-wrap #menu > ul > li > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 1 5 4.5 8.5 1' stroke='%23A3008A' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e ") !important;
    background-size: contain !important; }
  #menu-wrap #menu > ul > li > a:hover {
    color: #a3008a; }

#menu-wrap #menu > ul > li.current-menu-item > a {
  color: #a3008a; }

#menu-wrap #menu > ul > li.hover > a {
  color: #a3008a; }

.menu-section ul li.current-menu-item > a {
  color: #a3008a; }

.sidebar-item .sidebar-item-heading {
  border-color: #a3008a; }

.sidebar-item li, .sidebar-item p {
  font-size: 12px; }

#menu-wrap #menu .menu-item-has-children .sub-menu a:hover {
  background-color: #a3008a; }

#header-utility .header-cta-wrap .header-cta a:not(.dropdown-item) {
  margin: 13px 7px 78px 3px;
  padding: 7px 20px;
  border-radius: 42px;
  background-color: #a3008a;
  text-transform: none;
  border: none; }
  #header-utility .header-cta-wrap .header-cta a:not(.dropdown-item):nth-child(2) {
    background-color: #8d7bff; }
  #header-utility .header-cta-wrap .header-cta a:not(.dropdown-item):hover {
    background-color: #540084; }
    #header-utility .header-cta-wrap .header-cta a:not(.dropdown-item):hover:nth-child(2) {
      background-color: #9ab5ff; }

div.page .entry-header, div.post .entry-header, article.page .entry-header, article.post .entry-header {
  background-color: #0071f2;
  background-image: url("../Wave-Pattern.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 26%; }
  div.page .entry-header h1, div.post .entry-header h1, article.page .entry-header h1, article.post .entry-header h1 {
    color: white;
    background-image: none; }

.carousel-hero {
  background-color: #0071f2; }
  .carousel-hero .carousel-heading {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: -1.75px;
    text-align: left;
    color: #fff; }
  .carousel-hero .btn {
    padding: 13px 28px;
    border-radius: 85px;
    background-color: #00c7d8;
    text-transform: none;
    border: none; }
    .carousel-hero .btn:hover {
      background-color: #0b4d9d; }

.carousel-social-icons a {
  background-color: #a3008a !important;
  border-radius: 50%; }
  .carousel-social-icons a:hover {
    background-color: #540084 !important; }

.card.card-simple {
  background-color: rgba(141, 123, 255, 0.1); }
  .card.card-simple a .card-title {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.45px;
    color: #8d7bff; }
  .card.card-simple a .card-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.14px;
    color: #000; }
  .card.card-simple a .card-img img {
    width: 100%; }

.sidebar-img img {
  width: 100%; }

.section.section-alt {
  background: rgba(0, 0, 0, 0.04);
  padding-top: 116px;
  padding-bottom: 116px; }
  .section.section-alt h2 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.6px;
    color: #8d7bff;
    margin-bottom: 14px; }
  .section.section-alt .tribe-events-l-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important; }
  .section.section-alt .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .section.section-alt .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: #2323E8; }
  .section.section-alt .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .section.section-alt .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    border: none;
    padding: 8px 20px;
    border-radius: 33px;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.11px;
    color: #a3008a; }
  .section.section-alt .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.6px;
    text-align: center;
    color: #a3008a; }
  .section.section-alt .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #a3008a;
    opacity: 1; }
  .section.section-alt .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
    color: #2323E8;
    opacity: 1; }
  .section.section-alt .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    color: #2323E8;
    opacity: 1; }
  .section.section-alt .tribe-events .tribe-events-calendar-month__calendar-event-title-link, .section.section-alt .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
    color: #2323E8; }
  .section.section-alt .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #2323E8; }
  .section.section-alt .tribe-events .tribe-events-c-ical__link, .section.section-alt .tribe-events .tribe-events-c-ical__link:visited {
    padding: 14px 22px;
    border-radius: 33px;
    background-color: #8d7bff;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.13px;
    color: #fff;
    border: none; }
    .section.section-alt .tribe-events .tribe-events-c-ical__link:hover, .section.section-alt .tribe-events .tribe-events-c-ical__link:visited:hover {
      background-color: #9ab5ff; }
  .section.section-alt .tribe-events .tribe-events-c-ical__link-icon-svg path {
    stroke: white; }
  .section.section-alt .tribe-events-widget-events-list__view-more-link {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.13px;
    color: #a3008a !important; }
    .section.section-alt .tribe-events-widget-events-list__view-more-link:hover {
      color: #540084 !important; }

.section:nth-child(3) .card.card-simple {
  background-color: rgba(0, 199, 216, 0.1); }
  .section:nth-child(3) .card.card-simple a .card-title {
    color: black; }

.menu-section ul li a:hover {
  color: #a3008a; }

#footer-wrap {
  background-image: url("../footer-background-1-wave.svg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8); }
  #footer-wrap #footer-top {
    background: transparent; }
    #footer-wrap #footer-top li {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      #footer-wrap #footer-top li a {
        color: #fff;
        font-size: 10px;
        line-height: 1; }
  #footer-wrap #footer-bottom {
    background-color: black; }
    #footer-wrap #footer-bottom .social a {
      background: white;
      margin-right: 8px;
      color: black; }
      #footer-wrap #footer-bottom .social a svg {
        fill: black; }
      #footer-wrap #footer-bottom .social a:hover {
        opacity: 0.5; }
  #footer-wrap .partners-wrap h4 {
    background-color: #a3008a;
    color: white; }
  #footer-wrap .partners-wrap p a {
    padding: 13px 28px;
    border-radius: 85px;
    background-color: white;
    text-transform: none;
    border: none;
    color: #a3008a; }
    #footer-wrap .partners-wrap p a:hover {
      color: #540084; }
    #footer-wrap .partners-wrap p a:nth-child(2) {
      color: #8d7bff; }
      #footer-wrap .partners-wrap p a:nth-child(2):hover {
        color: #0b4d9d; }

.entry-content p span, .entry-content h3 span {
  color: #a3008a !important; }

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