@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("../fonts/aira/stylesheet.css");

@import url("../fonts/source-sans-pro/stylesheet.css");

/* font-family: 'Source Sans 3', sans-serif;
font-family: 'Inter', sans-serif;
 */

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  overflow: hidden;
  overflow-y: auto;
  color: #000000;
  max-width: 2560px;
  margin: 0 auto;
}

body.menuOpened {
  overflow: hidden;
  height: 100vh;
}

:root {
  --container-width: calc(1440px - 72px);
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #e0dada;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0064c0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0064c0;
  border-radius: 10px;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-control::placeholder {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
  outline: none;
}

h1 {
  font-family: "Aira";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.1;
  color: #1e1e1e;
  margin: 0 0 60px;
}

h2 {
  font-family: "Aira";
  font-style: normal;
  font-weight: 400;
  font-size: 68px;
  line-height: 1.1;
  color: #1e1e1e;
  margin: 0 0 60px;
}

/* h3, h4 {
    font-family: 'Aira';
    font-style: normal;
    font-weight: 400;
    color: #1E1E1E;
} */

h2:empty {
  margin: 0;
}

h2 small {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-family: "Aira";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  color: #1e1e1e;
}

h4 {
  font-family: "Aira";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}

h5 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #000000;
}

h6 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1e1e1e;
}

p:last-child {
  margin: 0;
}

p:empty {
  display: none;
}

p a,
li a {
  color: #0064c0;
  font-weight: 600;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

select {
  background-image: url(../images/down-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) center !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 20px;
  background-color: #fff;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

figure {
  margin: 0;
}

.content ul,
.content ol {
  margin-bottom: 40px;
  padding-left: 20px;
}

.content ul:last-child,
.content ol:last-child {
  margin-bottom: 0;
}

.content ul li,
.content ol li {
  margin-bottom: 12px;
}

.content ul li:last-child,
.content ol li:last-child {
  margin-bottom: 0;
}

.positionRelative {
  position: relative;
}

.z-index-2 {
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 72px;
  padding-right: 72px;
}

.btnWhite {
  padding: 16px;
  min-width: 240px;
  width: max-content;
  max-width: 100%;
  background: #ffffff;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #131313;
  text-align: center;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  border: none;
}

.btnWhite:after {
  content: "arrow_forward";
  width: 0;
  font-family: "Material Icons";
  overflow: hidden;
  transition: 400ms width;
  margin-left: 0;
  font-size: 18px;
}

.btnWhite:hover {
  background: #ffffff;
  color: #131313;
}

.btnWhite:hover:after {
  width: 18px;
  margin-left: 8px;
}

.btnYellow {
  padding: 16px;
  min-width: 240px;
  width: max-content;
  max-width: 100%;
  background: #ffd427;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #131313;
  text-align: center;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  border: none;
}

.btnYellow:after {
  content: "arrow_forward";
  width: 0;
  font-family: "Material Icons";
  overflow: hidden;
  transition: 400ms width;
  margin-left: 0;
  font-size: 18px;
}

.btnYellow:hover {
  background: #ffd427;
  color: #131313;
}

.btnYellow:hover:after {
  width: 18px;
  margin-left: 8px;
}

.btnBlue {
  padding: 16px;
  min-width: 240px;
  width: max-content;
  max-width: 100%;
  background: #0064c0;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  border: none;
}

.btnBlue:after {
  content: "arrow_forward";
  width: 0;
  font-family: "Material Icons";
  overflow: hidden;
  transition: 400ms width;
  margin-left: 0;
  font-size: 18px;
}

.btnBlue:hover {
  background: #0064c0;
  color: #fff;
}

.btnBlue:hover:after {
  width: 18px;
  margin-left: 8px;
}

.btnBlue.small,
.btnYellow.small,
.btnWhite.small {
  padding: 7px 8px;
  min-width: 109px;
  font-size: 15px;
  border-radius: 3px;
}

.btnBlue.small:after,
.btnYellow.small:after,
.btnWhite.small:after {
  font-size: 12px;
  margin-left: 5px;
  width: 0;
}

.btnBlue.small:hover:after,
.btnYellow.small:hover:after,
.btnWhite.small:hover:after {
  width: 12px;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.btnGroup {
  display: flex;
}

.padding-0 {
  padding: 0 0 0 0 !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.pd-top-24 {
  padding-top: 24px !important;
}

.pd-top-40 {
  padding-top: 40px !important;
}

.pd-top-80 {
  padding-top: 80px !important;
}

.pd-top-76 {
  padding-top: 76px !important;
}

.pd-top-120 {
  padding-top: 120px !important;
}

.pd-bottom-160 {
  padding-bottom: 160px !important;
}

.pd-bottom-24 {
  padding-bottom: 24px !important;
}

.pd-bottom-40 {
  padding-bottom: 40px !important;
}

.pd-bottom-76 {
  padding-bottom: 76px !important;
}

.pd-bottom-80 {
  padding-bottom: 80px !important;
}

.pd-bottom-120 {
  padding-bottom: 120px !important;
}

.pd-bottom-160 {
  padding-bottom: 160px !important;
}

.formGroup {
  margin: 0 0 20px;
  position: relative;
}

.formGroup label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #073543;
  margin: 0 0 7px;
}

/* .formGroup.formGroupLabel label {
    margin: 0;
    padding-left: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
} */

.formGroup.formGroupLabel.focused label {
  color: #829394;
}

.formGroup.formGroupLabel.focused label:after {
  content: ":";
}

.form-control {
  border-radius: 8px;
  border: 1px solid #0064c0;
  background: transparent;
  box-sizing: border-box;
  padding: 8px 8px;
  min-height: 36px;
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
}

.form-control:focus {
  background: transparent;
  box-shadow: 0 0 0 2px #0064c0 !important;
  border-color: transparent;
}

textarea.form-control {
  height: 164px;
  resize: none;
}

.inputGroup {
  position: relative;
}

.inputGroup i {
  color: #313144;
}

/*===================*/
.formGroupRadio,
.formGroupCheckbox {
  width: 100%;
  margin-bottom: 12px;
  /*margin-top: 12px;*/
}

.formGroupRadio p,
.formGroupCheckbox p {
  margin: 0 !important;
}

.formGroupRadio input[type="radio"],
.formGroupCheckbox input[type="checkbox"] {
  display: none;
}

.formGroupRadio .wpcf7-form-control-wrap,
.formGroupCheckbox .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.formGroupRadio label {
  font-size: 24px;
  padding-right: 0;
  position: relative;
  line-height: 1;
  background-color: transparent;
  margin-bottom: 0;
}

.formGroupRadio .wpcf7-list-item-label {
  padding-left: 26px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.formGroupRadio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #0064c0;
  border-radius: 50%;
  display: table;
}

/*.formGroupRadio .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  left: 4.5px;
  top: 7.5px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #0064C0;
  border-radius: 50%;
  opacity: 0;
  display: table;
}
.formGroupRadio .wpcf7-list-item.checked .wpcf7-list-item-label:after {
  opacity: 1;
}*/
/*.formGroupRadio .wpcf7-list-item.checked .wpcf7-list-item-label:before {
  border: 2px solid #0064C0;
  background-color: #0064C0;
  outline: 3px solid #fff;
  outline-offset: -5px;
}*/
.formGroupRadio .wpcf7-list-item.checked .wpcf7-list-item-label:before {
  background-image: url(../images/radio-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.formGroupRadio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}

.formGroupRadio .wpcf7-list-item {
  margin: 0 24px 8px 0;
  width: calc(50% - 12px);
  display: block;
  line-height: 1;
}

.formGroupRadio .wpcf7-list-item:nth-child(even) {
  margin: 0 0 8px 0;
}

.formGroupCheckbox label {
  margin-bottom: 0;
}

.formGroupCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.formGroupCheckbox .wpcf7-list-item {
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
  background-color: transparent;
  line-height: 1.4;
  margin: 0 24px 8px 0;
  width: calc(50% - 12px);
  display: block;
}

.formGroupCheckbox .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin: 0 0 8px 0;
}

.formGroupCheckbox .wpcf7-list-item label {
  position: relative;
  padding-left: 26px;
}

.formGroupCheckbox .wpcf7-list-item:nth-child(even) {
  margin: 0 0 8px 0;
}

.formGroupCheckbox .wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0064c0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}

.formGroupCheckbox .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.formGroupCheckbox .wpcf7-list-item.checked label:after {
  opacity: 1;
}

.formGroupCheckbox .wpcf7-list-item.checked label:before {
  background-color: #0064c0;
}

/*===================*/

.positionLeft .form-control {
  padding: 12px 19px 12px 50px;
}

.positionRight .form-control {
  padding: 12px 50px 12px 19px;
}

.positionLeft.positionRight .form-control {
  padding: 12px 50px 12px 50px;
}

.inputGroupLeft {
  position: absolute;
}

.inputGroupLeft {
  position: absolute;
  left: 19px;
  top: 13px;
}

.inputGroupRight {
  position: absolute;
  right: 19px;
  top: 20px;
}

.secTitle {
  margin: 0 0 48px;
  position: relative;
}

/* Start Header */

header {
  padding: 17px 0 0;
  transition: all 0.5s;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

header .container {
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-appear {
  padding: 10px 0 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  top: 0;
}

.edmMenu {
  display: flex;
  justify-content: space-between;
}

.edmMenu .left {
  width: 148px;
}

.edmMenu .left a {
  display: block;
}

.edmMenu .right {
  flex: 1;
}

.headerTop ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}

.headerTop li.searchli {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTop li.searchli i {
  position: relative;
  top: 3px;
  font-size: 20px;
}

.headerTop ul li {
  margin-right: 32px;
  position: relative;
}

.headerTop ul li:last-child {
  margin-right: 0px;
}

.headerTop ul li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.headerTop ul li > span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #0064c0;
  margin: 0 auto;
  transition: 400ms width;
}

.headerTop ul li:hover > span:after {
  width: 100%;
}

.headerTop ul li i {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.headerTop ul li a {
  padding: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #323232;
  text-decoration: none;
  display: block;
}

.headerTop > ul > li:not(.donationMenu) > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #0064c0;
  margin: 0 auto;
  transition: 400ms width;
}

.headerTop > ul > li:not(.donationMenu) > a:hover:after {
  width: 100%;
}

.headerTop ul li.searchli a {
  padding: 0;
}

.headerTop ul li button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  width: 7px;
}

.headerTop ul li button img {
  transform: rotate(0deg);
  transition: 400ms transform;
}

.headerTop ul li:hover button img {
  transform: rotate(180deg);
}

.headerTop ul li .subMenu {
  display: none;
  position: absolute;
  width: 280px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  right: -50px;
  z-index: 1;
}

.headerTop ul li:hover .subMenu {
  display: block;
}

.headerTop ul li .subMenu ul {
  display: block;
  padding: 32px;
}

.headerTop ul li .subMenu ul li {
  margin-bottom: 20px;
  margin-right: 0;
}

.headerTop ul li .subMenu ul li:last-child {
  margin-bottom: 0;
}

.headerTop ul li .subMenu ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 20px;
  display: block;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -0.3px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s all;
}

.headerTop ul li .subMenu ul li a:hover {
  border: 1px solid #0064c0;
}

.headerTop ul li a.donationBtn {
  padding: 6px 16px;
  background: #ffd427;
  border-radius: 4.02439px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.headerTop ul li a.donationBtn:after {
  content: "arrow_forward";
  width: 0;
  font-family: "Material Icons";
  overflow: hidden;
  transition: 400ms width;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: initial;
  background-color: transparent;
}

.headerTop ul li a.donationBtn:hover:after {
  width: 12px;
}

.langDropdown {
  width: 70px;
}

.langDropdown .select2-container--default .select2-selection--single {
  border: none;
}

.langDropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  color: #323232;
  padding-left: 20px;
  text-align: center;
}

.select2-container--open .select2-dropdown--below {
  text-align: center;
}

.langDropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.langDropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.headerBottom {
  padding: 17px 0 0;
}

.headerBottom ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.headerBottom ul li {
  margin-right: 6px;
  /* position: relative; */
  padding: 0 10px 16px;
}

.headerBottom ul li:first-child {
  padding-left: 100px;
}

.headerBottom ul li:last-child {
  margin-right: 0px;
}

.headerBottom ul li button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
}

.headerBottom ul li button img {
  transition: 400ms;
}

.headerBottom ul li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 6px 0 0;
  transition: 400ms;
  position: relative;
}

.headerBottom ul li span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #0064c0;
  margin: 0 auto;
  transition: 400ms width;
}

.headerBottom ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #323232;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.headerBottom .subMenu {
  display: none;
}
/* 
.headerBottom li:hover .subMenu {
    display: block;
    position: absolute;
    z-index: 2;
    width: 1920px;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 105px;
    padding: 20px 40px 0;
    background-color: transparent;
    transition: 400ms background-color;
} */

.headerBottom li:hover .subMenu {
  display: block;
  position: absolute;
  z-index: 2;
  width: auto;
  top: 105px;
  padding: 20px 40px 0;
  background-color: transparent;
  transition: 400ms background-color;
  right: 0;
}

.subMenuInner {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
}

.subMenuInner .highlightedItem {
  padding: 0 0 32px;
  border-bottom: 1px solid #0064c0;
  margin-bottom: 32px;
}

.subMenuInner .highlightedItem a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 16px */
  letter-spacing: -0.352px;
  padding: 16px 24px;
  text-transform: inherit;
  border-radius: 6px;
  border: 1px solid transparent;
}

.subMenuInner .highlightedItem a:hover {
  border: 1px solid #0064c0;
  color: #000;
}

.headerBottom .subMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 40px;
}

.headerBottom .subMenu li {
  /* width: calc(25% - 30px); */
  width: calc(25% - 30px);
  margin-right: 0;
  padding-bottom: 0px;
  padding: 0;
}

.headerBottom .subMenu li:first-child {
  display: none;
}

.headerBottom .subMenu li a {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.352px;
  width: 100%;
  display: block;
  transition: all 0.5s;
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid transparent;
  display: block;
  line-height: 1;
  text-transform: inherit;
}

.headerBottom .subMenu li a:hover {
  border: 1px solid #0064c0;
  color: #000;
}

/* End Header */

main {
  position: relative;
  overflow-x: hidden;
}

/*main::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/edm-yellow-line.svg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    text-align: center;
    background-size: 100%;
    z-index: 2; 
}
body.home main::before {
    top: calc(100vh - 163px);
    height: calc(100% - (100vh - 163px));
}*/
.yellow-line {
  display: block;
  width: 2560px;
  height: calc(100% - 515px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-align: center;
  background-size: 100%;
  z-index: 2;
}

body.home .yellow-line {
  top: calc(100vh - 163px);
  height: calc(100% - (100vh - 163px) - 515px);
}

/* Start mainpageBanner */

.homepageBanner {
  position: relative;
  z-index: 1;
}

.homepageBannerBlock {
  position: relative;
}

.homepageBannerBlock:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.homepageBannerBlock img {
  width: 100%;
  max-height: calc(100vh - 122px);
  height: calc(1440px - 122px);
  object-fit: cover;
}

.homepageBannerBlock .container {
  position: relative;
}

.homepageBannerWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  z-index: 1;
}

.homepageBannerBlock .content {
  text-align: center;
}

.homepageBannerBlock .content h1 {
  color: #fff;
  margin-bottom: 40px;
}

.homepageBannerBlock .content p {
  color: #fff;
}

/* End mainpageBanner */

/* Start subpageBanner */

.subpageBanner {
  position: relative;
  z-index: 2;
}

.subpageBannerBlock {
  position: relative;
}

.subpageBannerBlock:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+46,000000+100&0+46,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 46%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.subpageBannerBlock img {
  width: 100%;
  height: 468px;
  object-fit: cover;
}

.subpageBannerBlock .container {
  position: relative;
}

.subpageBannerWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  z-index: 2;
}

.subpageBannerBlock .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.subpageBannerBlock .content h1 {
  color: #fff;
  margin: 0;
}

.subpageBannerBlock .content .bannerHead {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  font-family: "Aira";
}

.subpageBannerBlock .content .relateddocumentsDropdown {
  width: max-content;
  min-width: 141px;
  max-width: 100%;
  padding-bottom: 20px;
}

.subpageBannerBlock
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.subpageBannerBlock .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.2);
  border: 1.0061px solid #ffffff;
  border-radius: 4.02439px;
}

.subpageBannerBlock
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

/* End subpageBanner */

/* Start countSec */

.countSec {
  background: #0064c0;
  padding: 80px 0 125px;
  position: relative;
}

.countSec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #fff;
}

/* .countSec+section:not(.donation_count, .activitySec) {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    margin-top: -45px;
    background-color: #fff;
} */

/*.countSec + section:not(.activitySec) {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    margin-top: -45px;
    background-color: #fff;
}*/
.countSec.noAfterEffectSec:after {
  content: normal;
}

.countSec + .mapSec {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  margin-top: -45px;
  background-color: #fff;
  z-index: 3;
  position: relative;
}

.countSec .countHolder {
  position: relative;
  z-index: 3;
  max-width: 1484px;
  margin: 0 auto;
}

.countSec h2,
.countSec h3,
.countSec h4,
.countSec h5,
.countSec h6,
.countSec p {
  color: #fff;
}

.countBlockText {
  margin-top: 25px;
}

.countBlockText p {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.countSec h2 a {
  color: #fff;
}

.countRow {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* justify-content: center; */
  margin: 0 -15px;
}

.countCol {
  max-width: 33.333%;
  padding: 15px 15px;
  position: relative;
}

.countCol .imgBlock {
  display: flex;
  justify-content: center;
}

.countCol .content h2 {
  text-align: center;
  margin: 0 0 16px;
  line-height: 100%;
  color: #fff;
  line-height: 1;
}

.countCol .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.countCol .content p a {
  color: #fff;
}

/* End countSec */

/* Start leftTextRightImg */

.leftTextRightImg {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  /*margin-top: 40px;*/
}

/*.leftTextRightImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 1;
    border-radius: 40px 40px 0px 0px;
}*/

.leftTextRightImg h5 {
  margin: 0 0 24px;
}

.leftTextRightImgRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

.leftTextRightImgRow .left {
  width: 56.7%;
  padding-right: 96px;
  padding-top: 40px;
  padding-bottom: 40px;
  /*padding-top: 96px;
    padding-bottom: 96px;*/
}

.leftTextRightImgRow .left h2 {
  margin: 0 0 56px;
}

/* .leftTextRightImgRow h3, .leftTextRightImgRow h4, .leftTextRightImgRow h5 {
    font-family: 'Source Sans Pro';
} */

.leftTextRightImgRow .left p {
  margin: 0 0 40px;
  line-height: 160%;
}

.leftTextRightImgRow .left p:last-child {
  margin: 0;
}

.leftTextRightImgRow .right {
  width: 43.3%;
}

/*.leftTextRightImgRow .imgBlock {
    border-radius: 40px;
    overflow: hidden;
}*/

.leftTextRightImgRow .imgBlock a {
  display: block;
  cursor: pointer;
}

.leftTextRightImgRow .imgBlock img {
  width: 100%;
  min-height: 720px;
  /* min-height: 100%; */
  object-fit: cover;
  border-radius: 40px;
}

/* End leftTextRightImg */

/* Start rightTextLeftImg */

.rightTextLeftImg {
  padding: 80px 0;
  position: relative;
  /*margin-top: 40px;*/
  z-index: 3;
}

/*.rightTextLeftImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 1;
    border-radius: 40px 40px 0px 0px;
}*/

.rightTextLeftImg h5 {
  margin: 0 0 24px;
}

.rightTextLeftImgRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rightTextLeftImgRow .left {
  width: 43.3%;
}

.rightTextLeftImgRow .left h2 {
  margin: 0 0 56px;
}

.rightTextLeftImgRow .left iframe {
    border: 0;
    aspect-ratio: 2 / 1;
    width: 100%;
}

/* .rightTextLeftImgRow h3, .rightTextLeftImgRow h4, .rightTextLeftImgRow h5 {
    font-family: 'Source Sans Pro';
} */

.rightTextLeftImgRow .left p {
  margin: 0 0 40px;
  line-height: 160%;
}

.rightTextLeftImgRow .left p:last-child {
  margin: 0;
}

.rightTextLeftImgRow .right {
  width: 56.7%;
  padding-left: 96px;
  padding-top: 40px;
  padding-bottom: 40px;
  /*padding-top: 96px;
    padding-bottom: 96px;*/
}

/*.rightTextLeftImgRow .imgBlock {
    border-radius: 40px;
    overflow: hidden;
}*/

.rightTextLeftImgRow .imgBlock a {
  display: block;
  cursor: pointer;
}

.rightTextLeftImgRow .imgBlock img {
  width: 100%;
  min-height: 720px;
  /*min-height: 100%;*/
  object-fit: cover;
  border-radius: 40px;
}

/* End rightTextLeftImg */

/* Start contentSec */

.contentSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.contentSec .contentBlock {
  margin: 0 0 80px;
  max-width: 880px;
  position: relative;
}

.contentSec .contentBlock:last-child {
  margin: 0;
}

.contentSec figure {
  width: 100%;
  margin-bottom: 80px;
}

.contentSec figure img {
  width: 100%;
}

.contentSec .contentBlock h4,
.contentSec .contentBlock h5 {
  margin: 0 0 24px;
}

.contentSec .contentBlock ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.contentSec .contentBlock ul:last-child {
  margin-bottom: 0;
}

.contentSec .contentBlock ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 16px;
}

.contentSec .contentBlock ul li:last-child {
  margin-bottom: 0px;
}

/* End contentSec */

/* Star activitySec  */

.activitySec {
  padding: 64px 0;
  background: #0064c0;
  position: relative;
  /* position: relative;
    margin-bottom: 120px; */
}

.activitySec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #fff;
}

.activitySec.noAfterEffectSec:after {
  content: normal;
}

.activitySec .secTitle h2 {
  color: #fff;
}

.activityRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  position: relative;
  z-index: 2;
}

.activityCol {
  width: 50%;
  padding: 24px 24px;
  margin-bottom: 24px;
}

.activityColInner .imgBlock {
  height: 405px;
  border-radius: 40px;
  overflow: hidden;
}

.activityColInner .imgBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activityColInner .contentBlock {
  padding: 32px 0 0;
}

.activityColInner .contentBlock h3 {
  color: #ffffff;
  margin: 0 0 24px;
}

.activityColInner .contentBlock h3 a {
  color: #fff;
}

.activityColInner .contentBlock p {
  color: #fff;
  margin: 0 0 24px;
}

.activityColInner .contentBlock p a {
  color: #fff;
}

/* End activitySec */

/* Start footer */

footer {
  background: #0064c0;
  border-radius: 40px 40px 0px 0px;
  padding: 60px 0;
  position: relative;
  /* z-index: 3; */
}

footer .container {
  padding-left: 40px;
  padding-right: 40px;
}

.footerRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}

/* .footerRow .left {
    width: 50%;
    display: flex;
    margin: 0 -8px;
} */

/* .footerRow .left .footerCol {
    flex: 0 0 33.33%;
    max-width: 33.33%;
} */

/* .footerRow .right {
    width: 50%;
    display: flex;
    margin: 0 -8px;
    justify-content: space-between;
} */

/* .footerRow .right .footerCol {
    flex: 0 0 50%;
    max-width: 50%;
} */
.footerRow .footerCol:first-child .footerColInner {
  width: 83px;
}

.footerRow .footerCol:nth-child(2) .footerColInner {
  width: 100px;
}

.footerRow .footerCol:nth-child(3) .footerColInner {
  width: 136px;
}

.footerRow .footerCol:nth-child(4) .footerColInner {
  max-width: 366px;
  width: 100%;
}

.footerRow .footerCol:last-child .footerColInner {
  max-width: 240px;
  width: 100%;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links {
  display: flex;
  align-items: center;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links li {
  margin-right: 19px;
  margin-bottom: 0;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links li:last-child {
  margin-right: 0;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links li a {
  /*width: 40px;
    height: 40px;*/
  object-fit: contain;
  display: block;
  border-bottom: none;
}
.footerRow .footerCol:last-child .footerColInner ul.social_links li a svg path {
  transition: 400ms all;
}

.footerRow
  .footerCol:last-child
  .footerColInner
  ul.social_links
  li
  a:hover
  svg
  path[fill="white"] {
  fill: #ffcd29;
}
.footerRow
  .footerCol:last-child
  .footerColInner
  ul.social_links
  li
  a:hover
  svg
  path[stroke="white"] {
  stroke: #ffcd29;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footerRow .footerCol:last-child .footerColInner ul.social_links li a:hover {
  border-bottom: none;
}

.footerRow .footerCol:last-child .footerColInner a.ft_btn {
  display: block;
  margin: 60px 0 16px;
  border-radius: 6px;
  background: #ffd427;
  color: #000000;
  padding: 15px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.footerRow .footerCol:last-child .footerColInner a.ft_btn:hover {
  background: #ffd427;
  color: #000000;
}

.footerRow .footerCol:last-child .footerColInner a.ft_btn:after {
  content: "arrow_forward";
  width: 0;
  font-family: "Material Icons";
  overflow: hidden;
  transition: 400ms width;
  margin-left: 8px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.footerRow .footerCol:last-child .footerColInner a.ft_btn:hover:after {
  width: 18px;
}

.footerCol {
  padding: 8px;
}

.footerCol h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 16px;
}

.footerCol h6:last-child {
  margin: 0;
}

.footerCol ul li {
  margin: 0 0 24px;
  list-style: none;
  line-height: 0;
}

.footerCol ul li:last-child {
  margin: 0 0 0;
}

.footerCol ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
}

.footerCol ul li a:hover {
  border-bottom: 1px solid #fff;
}

.footerCol .addrsBlock p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.footerCol .addrsBlock p a {
  color: #ffffff;
  text-decoration: none;
}

.footerCol .addrsBlock p a:hover {
  text-decoration: underline;
}

.footerCol .bankDetails {
  margin: 0 0 8px;
}

.footerCol .bankDetails:last-child {
  margin: 0;
}

.footerCol .bankDetails h6 {
  font-size: 12px;
  line-height: 14px;
  text-transform: initial;
  font-weight: 400;
}

.footerCol .bankDetails p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.footerCol .bankDetails p a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footerCol .bankDetails p small {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  display: block;
}

footer .footerRow:last-child {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

/*footer .footerRow:last-child .left {
    flex: 0 0 47%;
    max-width: 47%;
}

footer .footerRow:last-child .right {
    flex: 0 0 53%;
    max-width: 53%;
}*/

footer .footerRow:last-child .left .partner_logos {
  display: flex;
  align-items: flex-end;
}

footer .footerRow:last-child .left .footerCol .footerColInner,
footer .footerRow:last-child .right .footerCol .footerColInner {
  width: 100%;
  max-width: 100%;
}

footer .footerRow:last-child .left .partner_logos li {
  margin-right: 46px;
  margin-bottom: 0;
}

footer .footerRow:last-child .left .partner_logos li a:hover {
  border-bottom: none;
}

footer .footerRow:last-child .left .partner_logos li:last-child {
  margin-right: 0;
}

footer .footerRow:last-child .right .foot_bttm_links {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}

footer .footerRow:last-child .right .foot_bttm_links li {
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}

footer .footerRow:last-child .right .foot_bttm_links li a {
  padding: 0 10px 0 0;
  position: relative;
}

footer .footerRow:last-child .right .foot_bttm_links li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

footer .footerRow:last-child .right .foot_bttm_links li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
}

footer .footerRow:last-child .right .foot_bttm_links li:last-child {
  margin-right: 0;
}

footer .footerRow:last-child .right .foot_bttm_links li:last-child a::after {
  display: none;
}

footer .footerRow:last-child .right p.copyrighttxt {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

/* End Footer */

/* 20 june css by Abhimanyu */

.donation_count {
  background: #ffd427;
  position: relative;
  z-index: 13;
}

.donation_count .inner_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.donation_count .inner_row .left_txt_block {
  /*width: calc(100% - 640px);*/
  width: 50%;
  padding: 32px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.donation_count .inner_row .left_txt_block .txt_contents {
  /*max-width: 568px;*/
  width: 100%;
  max-width: 864px;
  margin: 16px 0;
  padding-right: 96px;
}

.donation_count .inner_row .left_txt_block .txt_contents h3 {
  font-size: 72px;
  line-height: 86px;
  margin-bottom: 48px;
}

.donation_count .inner_row .left_txt_block .txt_contents .block_txts .item {
  margin-bottom: 24px;
}

.donation_count
  .inner_row
  .left_txt_block
  .txt_contents
  .block_txts
  .item
  span.title {
  font-size: 24px;
  line-height: 33px;
  display: block;
  color: #1e1e1e;
  font-weight: 600;
}

.donation_count .inner_row .left_txt_block .txt_contents .block_txts .item p {
  font-size: 20px;
  line-height: 28px;
}

.donation_count .inner_row .right_img_block {
  /*width: 640px;*/
  width: 50%;
}

.donation_count .inner_row .right_img_block .img_block {
  /*height: 742px;*/
  width: 100%;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
  min-height: 100%;
}

.donation_count .inner_row .right_img_block .img_block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}

.mapSec img {
  width: 100%;
  object-fit: cover;
  height: 787px;
}

.newsletter_block {
  background: #fff;
  padding: 160px 0;
  position: relative;
  z-index: 3;
}

.newsletter_block .inner_content {
  width: 100%;
  max-width: calc(848px + 32px);
  margin: 0 auto;
  position: relative;
}

.newsletter_block .inner_content .news_title {
  display: flex;
  margin: 0 0 16px 0;
  align-items: center;
}

.newsletter_block .inner_content .news_title img {
  width: 40px;
  height: auto;
}

.newsletter_block .inner_content .news_title span.title {
  width: calc(100% - 40px);
  display: inline-block;
  padding-left: 8px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}

.newsletter_block .inner_content .news_content_txt {
  margin-bottom: 20px;
}

.newsletter_block .inner_content .news_content_txt p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

/*.newsletter_field {
    display: flex;
    justify-content: space-between; 
}*/

/*.newsletter_field .input_field {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    column-gap: 20px;
}

.newsletter_field input {
    border: 0;
    border-bottom: 4px solid #1E1E1E !important;
    font-size: 16px;
    line-height: 36px;
    height: 50px;
    width: calc(50% - 10px);
    font-weight: 600;
}

.newsletter_field select {
    border: 0;
    border-bottom: 4px solid #1E1E1E !important;
    font-size: 16px;
    line-height: 36px;
    height: 50px;
    width: calc(50% - 10px);
    padding: 0 30px 0 2px;
    font-weight: 600;
}

.newsletter_field ::placeholder {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
}

.newsletter_field button,
.newsletter_field input[type="submit"] {
    display: inline-flex;
    width: 240px;
    height: 50px;
    background: #0064C0;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border: 0;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    border-bottom: none !important;
}

.newsletter_field button:hover,
.newsletter_field input[type="submit"]:hover {
    background: #FFD427;
    color: #000;
}*/

.newsContent .container {
  padding: 0 3px 0 72px;
}

.newsHeadFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}

.newsHeadFlex h2 {
  margin-right: 60px;
  margin-bottom: 0;
}

.newsWrapper {
  z-index: 10;
}

/*.owl-item.cloned.active {
    width: calc(50% - 36px);
}*/
.newsContent {
  position: relative;
  z-index: 12;
}

.newsBlock {
  padding: 0;
  width: calc(351px - 36px);
}

.newsBlock.big {
  width: calc(920px - 36px);
}

.newsBox:first-child {
  margin: 0 0 6px;
}

.newsBox {
  position: relative;
  height: 318px;
  border-radius: 16px;
  overflow: hidden;
}

.newsBlock.big .newsBox {
  height: 644px;
}

.newsBox figure {
  height: 100%;
  width: 100%;
}

.newsBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsBox .content {
  position: absolute;
  left: 16px;
  right: 16px;
  /*bottom: 16px;*/
  width: calc(100% - 32px);
  background-color: #0064c0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  z-index: 3;
  overflow: hidden;
}

.newsBlock:not(.big) .newsBox:hover .content {
  left: 0;
  right: 0;
  /*bottom: 0;*/
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

.newsBlock.big .newsBox:hover .content {
  padding-bottom: 60px;
  height: 322px;
}

/*.newsWithoutSlider .newsBox .content {
    padding-bottom: 40px;
}*/

.newsBox:hover .details {
  display: block;
}

.newsBox:hover .content p.date {
  display: none;
}

.newsBox .content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
}

.newsBlock:not(.big) .newsBox .content {
  height: 108px;
  transition: height 300ms, top 400ms;
  top: calc(100% - 124px);
}

.newsBlock:not(.big) .newsBox .content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsBlock:not(.big) .newsBox:hover .content h3 {
  display: block;
  -webkit-line-clamp: inherit;
}

.newsBlock.big .newsBox .content {
  padding: 16px;
  bottom: 16px;
  height: 155px;
  transition: 400ms height;
}

.newsBlock.big .newsBox .content h3 {
  font-size: 40px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsBlock.big .newsBox:hover .content h3 {
  display: block;
  -webkit-line-clamp: inherit;
}

.newsBox .content p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.newsBlock .details {
  margin-bottom: 10px;
}

.newsBlock .details p {
  margin-bottom: 0;
}

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

.newsBox .content p.date {
  margin-bottom: 0;
}

.btnDateFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 16px;
  right: 16px;
  width: calc(100% - 32px);
  bottom: -60px;
  transition: 500ms bottom;
}

.btnDateFlex .date {
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #fff;
  line-height: 1;
}

.btnDateFlex .date strong {
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.newsSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.newsBox .details {
  display: none;
}

.newsBox:hover > .date {
  display: none;
}

.newsBox:hover .details {
  display: block;
}

.newsBox:hover .btnDateFlex {
  bottom: 16px;
}

.newsWithoutSlider .newsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.newsWithoutSlider.newsContent .container {
  padding: 0 72px;
}

.newsWithoutSlider .newsBlock {
  padding: 0 3px;
  width: 50%;
  /*width: calc(720px - 36px);*/
  /*width: calc((100% - 72px) / 2);*/
}

.newsWithoutSlider .newsBlock.big {
  width: 50%;
  /*width: calc((100% - 72px) / 2);*/
}

.quote {
  position: relative;
  margin-bottom: 40px;
}

.quote:before {
  content: "";
  background-image: url(../images/inverted-comma.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: -65px;
  top: -30px;
}

.quote:after {
  content: "";
  background-image: url(../images/inverted-comma.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: -52px;
  bottom: -30px;
  transform: rotate(180deg);
}

.quote:last-child {
  margin-bottom: 25px;
}

.tabSec {
  background-color: #fff;
  padding-bottom: 80px;
  /*margin-bottom: 120px;*/
}

.tabSec .container {
  padding-left: 0;
  padding-right: 0;
}

.tabContent {
  padding: 48px 24px 24px;
}

.tabWrap {
  position: relative;
  z-index: 13;
  background-color: #fff;
}

.tabWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffd427;
  border-radius: 16px 16px 56px 56px;
  overflow: hidden;
  border-top: none;
  z-index: -1;
}

.tabDetails {
  display: none;
}

.tabDetails.active {
  display: block;
}

.tabMenuWrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #ffd427;
}

.tabMenuWrap > a {
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
  min-height: 170px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 400;
  font-family: "Aira";
  color: #1e1e1e;
  line-height: 1;
  letter-spacing: 1.92px;
  transition: 400ms background-color;
}

.tabMenuWrap > a:not(.active):hover {
  background-color: #ffefb0;
}

.tabMenuWrap > a.active {
  background-color: #ffd427;
}

.tabSec .rightTextLeftImg,
.tabSec .leftTextRightImg {
  padding: 0;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd427 !important;
  color: #1e1e1e !important;
  text-align: center;
}

.owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
}

.owl-nav button.owl-prev {
  left: -20px;
}

.owl-nav button.owl-next {
  right: 36px;
}

.owl-nav button span {
  display: none;
}

.owl-nav button:before {
  font-size: 20px;
  font-family: "FontAwesome";
}

.owl-nav button.owl-prev:before {
  content: "\f104";
}

.owl-nav button.owl-next:before {
  content: "\f105";
}

.owl-nav button.disabled {
  display: none;
}

.pdf-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0064c0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 12px;
  border: 1px solid #0064c0;
  background-color: transparent;
  border-radius: 8px;
  min-width: 438px;
  width: fit-content;
  transition: 400ms color, background-color;
  max-width: 100%;
}

.pdf-link span {
  margin-right: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20px;
  height: 25px;
}

.pdf-link span img {
  display: block;
}

.pdf-link i {
  text-decoration: underline;
  display: block;
  line-height: 1.4;
  width: calc(100% - 26px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
}

.pdf-link:hover {
  background-color: #0064c0;
  color: #fff;
  text-decoration: underline;
}

.icon-after-hover {
  display: none;
}

.pdf-link:hover .icon-after-hover {
  display: block;
}

.pdf-link:hover .icon-before-hover {
  display: none;
}

/*.educationPortal .tabMenuWrap > a {
    font-size: 48px;
}*/
.imageContentSec {
  padding: 120px 0;
  position: relative;
  z-index: 3;
}

.imageContentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.imageContentWrap figure {
  /* width: 560px;*/
  width: 43.3%;
}

.imageContentWrap figure img {
  margin: 0 auto;
  display: table;
  width: 100%;
}

.imageContentWrap .content {
  width: 56.7%;
  /*width: calc(100% - 560px);
    max-width: 600px;*/
}

.imageContentWrap .content h5 {
  margin: 0 0 24px;
}

.teamSec {
  padding: 120px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.teamWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.teamBlock {
  width: 25%;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 72px;
}

.teamBlock figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 48px;
}

.teamBlock figure img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.teamBox .team-linkedin img, .teamBox .team-linkedin svg {
    max-width: 40px;
    max-height: 40px;
}
.teamBox .team-linkedin {
    right: 28px;
    margin-right: -20px;
    bottom: 8px;
    position: absolute;
    background: #0064c0;
    border-radius: 8px;
    padding: 0px;
    transition: all 0.3s ease-in-out;
}
.teamBlock .teamBox figure:hover svg path[fill="white"] {
    fill: #FFCD29;
}

.teamBlock h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Source Sans Pro";
}

.select2Block {
  width: max-content;
  /*min-width: 141px;*/
  max-width: 100%;
}

.select2Block
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #0064c0;
  text-align: center;
}

.select2Block .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.2);
  border: 1.0061px solid transparent;
  border-radius: 4.02439px;
}

.select2Block
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #0064c0 transparent transparent transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}

.partnerSec {
  padding: 120px 0;
  position: relative;
  z-index: 3;
}

.partnerWrap {
  display: flex;
  flex-wrap: wrap;
}

.partnerBlock {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.partnerBlock figure img {
  height: 160px;
}

.partnerBlock a {
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
}

.faqSec {
  position: relative;
  z-index: 3;
  padding: 80px 0;
}

.faqSec h2 {
  padding: 0 40px;
}

.faqSec h3 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Source Sans Pro";
  margin-bottom: 20px;
}

.accordionHolder {
  margin-bottom: 48px;
}

.accordionHolder:last-child {
  margin-bottom: 0;
}

.accordionBlock {
  border-bottom: 1px solid #0064c0;
}

.accordionBlock:first-child {
  border-top: 1px solid #0064c0;
}

.accordionHead {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 28px 25px 28px 8px;
  position: relative;
  cursor: pointer;
  transition: 400ms color;
}

.accordionHead:after {
  content: "\f0d7";
  position: absolute;
  right: 8px;
  top: 29px;
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 400ms transform;
}

.accordionHead:hover {
  color: #0064c0;
  text-decoration: underline;
}

.accordionContent {
  display: none;
  padding: 0 8px 28px;
}

.accordionContent ul,
.accordionContent ol {
  padding-left: 20px;
}

.accordionContent ul li,
.accordionContent ol li {
  margin-bottom: 15px;
  font-size: 20px;
}

.accordionContent ul li:last-child,
.accordionContent ol li:last-child {
  margin-bottom: 0;
}

.accordionContent ul li::marker,
.accordionContent ol li::marker {
  color: #0064c0;
}

.accordionBlock.active .accordionHead {
  color: #1e1e1e;
  text-decoration: none;
}

.accordionBlock.active .accordionHead:after {
  transform: rotate(180deg);
}

.showSourcesBlock.accordionBlock {
  border-bottom: none;
}

.showSourcesBlock .accordionHead {
  font-size: 16px;
  display: table;
  padding: 0 25px 0 0;
  border-bottom: 2px solid #0064c0;
  text-decoration: none;
}

.showSourcesBlock .accordionHead:after {
  font-size: 14px;
  top: 0;
  right: 5px;
}

.showSourcesBlock .accordionContent {
  border-bottom: none;
  padding: 20px 0 0;
}

.rightTextLeftImgRow.withAccordion,
.leftTextRightImgRow.withAccordion {
  align-items: initial;
}

.rightTextLeftImgRow.withAccordion .imgBlock,
.leftTextRightImgRow.withAccordion .imgBlock {
  height: 100%;
}

.rightTextLeftImgRow.withAccordion .right .content,
.leftTextRightImgRow.withAccordion .right .content {
  width: 100%;
}

.showSourcesBlock ol {
  padding-left: 15px;
}

.showSourcesBlock li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 7px;
}

.showSourcesBlock .accordionContent {
  padding-top: 15px;
}

.imageSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.imageSec figure {
  width: 100%;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.imageSec figure img {
  width: 100%;
}

/* .documentAccordionList {
  display: none;
} */

.subpageBannerDocumentBtn {
  padding-bottom: 20px;
  padding-left: 30px;
}

.documentAccordion {
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 0 35px 0 20px;
  display: block;
  transition: 400ms;
  width: 150px;
}

.documentAccordion:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 14px;
}

.documentAccordion:hover,
.documentAccordion.active {
  background-color: #ffd427;
  color: #1e1e1e;
  border-color: #ffd427;
}

.documentAccordion.active:after {
  transform: rotate(180deg);
}

.documentAccordionList {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0px 0 80px;
}

.documentAccordionList ul {
    /* display: flex;
  flex-wrap: wrap; */
  list-style: none;
  padding-left: 0;
  margin: 0 -8px;
  padding-top: 16px;
}

.documentAccordionList ul li {
  margin-bottom: 16px;
  padding: 0 8px;
  width: 33.33%;
}

.documentAccordionList ul li .pdf-link {
  min-width: 100%;
  width: 100%;
}

.rightTextLeftImg.blueBkg,
.leftTextRightImg.blueBkg {
  background-color: #0064c0;
  color: #fff;
}

.rightTextLeftImg.blueBkg h2,
.leftTextRightImg.blueBkg h2,
.leftTextRightImg.blueBkg h3,
.leftTextRightImg.blueBkg h4,
.rightTextLeftImg.blueBkg h3,
.rightTextLeftImg.blueBkg h4,
.rightTextLeftImg.blueBkg h5,
.leftTextRightImg.blueBkg h5,
.rightTextLeftImg.blueBkg p,
.leftTextRightImg.blueBkg p {
  color: #fff;
}

.rightTextLeftImg.blueBkg h2 a,
.leftTextRightImg.blueBkg h2 a,
.leftTextRightImg.blueBkg h3 a,
.leftTextRightImg.blueBkg h4 a,
.rightTextLeftImg.blueBkg h3 a,
.rightTextLeftImg.blueBkg h4 a,
.rightTextLeftImg.blueBkg h5 a,
.leftTextRightImg.blueBkg h5 a,
.rightTextLeftImg.blueBkg p a,
.leftTextRightImg.blueBkg p a {
  color: #fff;
}

.rightTextLeftImg.blueBkg .btnBlue,
.leftTextRightImg.blueBkg .btnBlue {
  background-color: #fff;
  color: #0064c0;
}

.rightTextLeftImg.blueBkg .quote:before,
.leftTextRightImg.blueBkg .quote:before,
.rightTextLeftImg.blueBkg .quote:after,
.leftTextRightImg.blueBkg .quote:after {
  filter: invert(1);
}

.rightTextLeftImg figcaption,
.leftTextRightImg figcaption {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.rightTextLeftImg figcaption:empty,
.leftTextRightImg figcaption:empty {
  margin-top: 0;
}

.rightTextLeftImg figcaption a,
.leftTextRightImg figcaption a {
  color: #fff;
}

.threeColumnImageSec {
  background-color: #0064c0;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

.threeColumnImageRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.threeColumnImageRow .threeColumnImageBlock {
  width: 33.33%;
  padding: 0 8px;
}

.threeColumnImageRow figure {
  border-radius: 16px;
  overflow: hidden;
}

.threeColumnImageRow figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.threeColumnImageRow figure figcaption {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.twoColumnImageSec {
  background-color: #0064c0;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

.twoColumnImageRow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.twoColumnImageRow .twoColumnImageBlock {
  width: 50%;
  padding: 0 8px;
}

.twoColumnImageRow figure {
  border-radius: 16px;
  overflow: hidden;
}

.twoColumnImageRow figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.twoColumnImageRow figure figcaption {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.oneColumnImageSec {
  background-color: #0064c0;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

.oneColumnImageRow {
  width: 100%;
}

.oneColumnImageRow figure {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.oneColumnImageRow figure img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.oneColumnImageRow figure figcaption {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.newsPageSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.newsPageSec .newsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.newsPageSec .newsBlock {
  padding: 0 12px;
  width: 25%;
  margin-bottom: 56px;
}

.newsPageSec .newsBox {
  position: relative;
  height: 312px;
  display: block;
}

.whiteLogo {
  position: absolute;
  right: -38px;
  top: 0;
  width: 120px;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-link {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  display: flex;
}

.paginationBlock {
  text-align: center;
  z-index: 3;
  position: relative;
}

.paginationBlock .btnBlue {
  margin-top: 50px;
}

.page-link:hover {
  background-color: transparent;
  color: #0064c0;
}

.page-item.active .page-link {
  background-color: transparent;
  color: #0064c0;
}

.filterWrap {
  padding: 4px;
  background-color: #fff;
}

.filterWrap {
  display: none;
}

.filterToggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px;
  width: 156px;
  background-color: #0064c0;
  color: #fff;
  border-radius: 8px;
}

.filterToggle:hover {
  background-color: #0064c0;
  color: #fff;
}

.filterToggle i {
  font-size: 22px;
  margin-right: 8px;
  transition: 400ms all;
}

.filterToggle.active i {
  transform: rotate(180deg);
}

.filterToggle span {
  font-size: 16px;
  line-height: 1;
  display: block;
}

.filterContent {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 72px;
  padding-top: 20px;
  background-color: #fff;
}

.filterContent span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
}

.filterBlock {
  /* width: 185px; */
  width: auto;
  margin-right: 8px;
  border-bottom: 1px solid #0064c0;
}

.filterBlock select {
  font-size: 14px;
  font-weight: 600;
  border: none;
  margin: 0 auto;
  display: table;
}

/* Contact Page CSS */
.contactPage {
  padding: 80px 0px;
  position: relative;
  z-index: 2;
}

.contactRow {
  display: flex;
  flex-wrap: wrap;
}

.contactRow .left {
  width: calc(100% - 560px);
  padding-top: 40px;
  padding-right: 40px;
}

.contactRow .right {
  width: 560px;
  height: 560px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}

.contactSubmit {
  display: flex;
  justify-content: center;
  padding: 24px 0 0;
}

.mapBlock .container {
  padding-left: 0px;
  padding-right: 56px;
  max-width: 2560px;
}

.mapRow {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 40px;
}

.contactMapBlock .mapRow {
  border-radius: 0;
}

.mapRow .left {
  width: calc(100% - 590px);
  /*width: 1609px;*/
  padding-right: 40px;
}

.mapContainer {
  border-radius: 0px 32px 32px 0px;
  overflow: hidden;
}

.mapRow .right {
  width: 190px;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-left: 200px;
  margin-right: 200px;
}

.mapRow .right .addrsBlock h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 24px;
}

.mapRow .right .addrsBlock p {
  margin: 0 0 24px;
}

.mapRow .right .addrsBlock p a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1e1e1e;
  text-decoration: none;
}

.mapRow .right .addrsBlock p a:hover {
  text-decoration: underline;
}

/* Contact Page CSS */

.publicationSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.publicationSec h2 {
  text-align: center;
}

.publicationWrap {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.publicationBlock {
  padding: 0 12px;
  width: 50%;
  margin-bottom: 56px;
}

.publicationLink a {
  width: 100%;
  min-width: 100%;
}

/* .publicationBlock figure {
    border: 1px solid #0064C0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
} */

.publicationBlock figure {
  border: 1px solid #0064c0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a0a0a0;
}

.publicationBlock figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.otherPublicationSec .publicationBlock figure {
  height: 440px !important;
}
.otherPublicationSec .publicationBlock figure img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.publicationBlock .content {
  padding: 60px 80px;
  border: 1px solid #0064c0;
  border-radius: 8px;
  overflow: hidden;
  height: 440px;
  margin-bottom: 16px;
  background-color: #fff;
}

.publicationBlock .content h3 {
  font-size: 28px;
  font-weight: 500;
  color: #c76437;
  font-family: "Source Sans Pro";
  line-height: 1.3;
}

.publicationBlock .content h3 small {
  font-size: 20px;
  display: block;
  font-weight: 500;
}

.publicationBlock .content p {
  font-weight: 500;
}

.otherPublicationSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.otherPublicationSec .publicationBlock {
  width: 25%;
}

.tableContentSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

table {
  border-top: 1px solid #0064c0;
  width: 100%;
}

table table {
  border-top: none;
  width: auto;
}

/* table table tr {
    display: table-cell;
} */
table table td {
  border-bottom: none;
  padding: 0 8px;
}

table h5 {
  font-size: 20px;
}

table table td p {
  min-width: max-content;
}

table table td p span {
  white-space: nowrap;
}

table td {
  padding: 24px;
  border-bottom: 1px solid #0064c0;
}

table td:first-child {
  width: calc(100% - 785px);
}

table td:last-child {
  width: 245px;
}

table td:nth-child(2) {
  width: 540px;
}

table table td:nth-child(2) {
  width: auto;
}

/*table td.place-date {
    min-width: 212px;
}
table td.work-time {
    min-width: 142px;
}*/
table td p {
  font-size: 16px;
}

table td p img {
  margin-right: 5px;
}

table td p span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

table .btnBlue {
  min-width: 190px;
  font-size: 14px;
  padding: 7px 8px;
  min-width: 192px;
  border-radius: 4px;
}

table .btnBlue:after {
  font-size: 12px;
  margin-left: 5px;
}

table .btnBlue:hover:after {
  width: 12px;
}

.searchSec {
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

.searchBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #0064c0;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  position: relative;
}

.searchBlock:last-child {
  margin-bottom: 0;
}

.searchBlock:after {
  content: "east";
  font-family: "Material Icons";
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  right: 60px;
  bottom: 16px;
  background-color: #0064c0;
  color: #fff;
  opacity: 0;
  transition: 400ms right, opacity;
}

.searchBlock:hover:after {
  right: 16px;
  opacity: 1;
}

.searchInfo {
  width: 880px;
  padding-right: 20px;
  /*max-width: calc(100% - 100px);*/
}

.categoryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 880px);
  margin-bottom: -7px;
}

.categoryLink {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background-color: #cfcfcd;
  color: #000;
  border-radius: 24px;
  display: block;
  margin-left: 10px;
  margin-bottom: 7px;
}

.categoryLink:first-child {
  margin-left: 0;
}

.searchBlock h3 {
  margin-bottom: 8px;
}

.searchBlock p {
  font-size: 16px;
}

.searchTopSec p {
  font-size: 12px;
}

.searchTopSec ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.searchTopSec ul li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.searchTopSec ul li a {
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  border: 1px solid #0064c0;
  border-radius: 4px;
  text-decoration: none;
  color: #1e1e1e;
  transition: 400ms background-color, 400ms color;
}

.searchTopSec ul li a:hover {
  background-color: #0064c0;
  color: #fff;
}

.searchTopSec ul li a span {
  font-size: 17px;
}

.searchTopBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.searchTopBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 149px);
  border-bottom: 1px solid #0064c0;
  margin-right: 32px;
}

.searchTopBox i {
  font-size: 24px;
  font-weight: 400;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.searchTopBlock input[type="search"],
.searchTopBlock input[type="text"] {
  border: none;
  width: calc(100% - 48px);
}

.searchTopBlock .btnBlue {
  font-size: 14px;
  padding: 8px 12px;
  min-width: 117px;
  border-radius: 4px;
}

.searchTopBlock .btnBlue:after {
  font-size: 14px;
}

.searchTopBlock .btnBlue:hover:after {
  width: 14px;
}

.searchTopBlock input::-webkit-input-placeholder {
  /* Edge */
  color: #cfcfcd;
}

.searchTopBlock input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcd;
}

.searchTopBlock input::placeholder {
  color: #cfcfcd;
}

.searchResult {
  margin-top: 16px;
}

.searchResult p {
  font-size: 16px;
}

.searchFormSec {
  padding-bottom: 80px;
  background-color: #fff;
}

.searchTopSec {
  padding-bottom: 32px;
  background-color: #fff;
}

.mobileShow {
  display: none;
}

.headerBottom ul.mobileUl {
  display: none;
}

.headerTop ul li.donationMenu {
  display: block;
  margin-right: 32px;
}

.headerTop ul li.menuBtn {
  display: none;
  height: 100%;
  margin-right: 0;
}

.headerTop ul li.menuBtn button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.headerTop ul li.menuBtn button .close {
  display: none;
}

.singleNews .newsBlock {
  width: 100%;
}

.singleNews .newsBox {
  height: 644px;
}

.wpcf7-response-output {
  font-size: 16px;
  font-weight: 600;
  border: none !important;
  padding: 0 !important;
  text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #0064c0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #c00000;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #c00000 !important;
}

.form-control.wpcf7-not-valid {
  border-color: #c00000;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 10px;
}

.header-appear .headerBottom li:hover .subMenu {
  top: 100px;
  /* background-color: #fff; */
}
.header-appear .headerBottom li:hover .subMenuInner {
  box-shadow: 0px 35px 36px 0px rgba(27, 36, 61, 0.25);
}

.headerBottom ul li:hover button img {
  transform: rotate(180deg);
}

.headerBottom ul li:hover span:after {
  width: 100%;
}

.errorpageBanner {
  background-color: #0064c0;
  text-align: center;
}

.errorpageBanner h1 {
  color: #fff;
  margin-bottom: 24px;
}

.errorpageBanner p {
  font-size: 16px;
}

.errorpageBannerBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 122px);
  /*height: calc(1440px - 122px);*/
  padding: 60px 0;
}

.errorpageBannerWrap {
  width: 100%;
}

.errorpageBannerBlock {
  position: relative;
  z-index: 3;
}

.errorpageBannerBlock p {
  color: #fff;
}

ul.btnList {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.btnList li {
  margin-right: 56px;
}

ul.btnList li a {
  text-decoration: none;
}

ul.btnList li a.btnWhite {
  min-width: 265px;
}

ul.btnList li:last-child {
  margin-right: 0;
}

.errorpageBannerBlock ul.btnList {
  margin: 48px auto 0;
  width: 910px;
  max-width: 100%;
  justify-content: space-between;
}

.errorpageBannerBlock ul.btnList li {
  margin-right: 0;
}

.errorpageBannerTop {
  margin-bottom: 160px;
}

#mapContainer {
  height: 720px;
}

.left_sidebar_wrap {
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
  background-color: #fff;
  width: 412px;
  padding: 16px;
  border-radius: 32px;
  left: -435px;
  top: 8px;
  bottom: 8px;
  transition: 400ms left;
}

.mapArrowBtn {
  position: absolute;
  left: 400px;
  width: 32px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  top: 30px;
  color: #000;
}

.mapArrowBtn i {
  transform: rotate(180deg);
}

.mapRow.hide .left_sidebar_wrap {
  left: -435px;
}

.mapRow.show .left_sidebar_wrap {
  left: 8px;
}

.map_text {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.map_text p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

#left_sidebar,
.interactiveMapContent {
  height: 100%;
}

.interactiveMapContent figure {
  height: 234px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}

.interactiveMapContent figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interactiveMapContent .contentHead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.interactiveMapContent .contentHead h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.interactiveMapContent .content {
  padding-bottom: 50px;
  position: relative;
  height: calc(100% - 258px);
}

.interactiveMapContent .content .btnBlue.small,
.interactiveMapContent .content .btnYellow.small,
.interactiveMapContent .content .btnWhite.small {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
}

/*.mapRow {
    border-radius: 32px;
    overflow: hidden;
}*/

.interactiveMapContent .contentHead img {
  width: 44px;
  height: 48px;
  object-fit: contain;
  border-radius: 24px;
}

.videoBlock {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoBlock iframe,
.videoBlock video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.text-center.loadMoreSection button {
  margin: 32px 0;
}

.default_section {
  padding: 50px 0;
  height: 100vh;
}

.leftTextRightImg.only_text_block .leftTextRightImgRow .left {
  width: 100%;
  padding-right: 0;
}

.leftTextRightImg.only_text_block .leftTextRightImgRow .right {
  display: none;
}

.leftTextRightImg.only_text_block .leftTextRightImgRow .left .content {
  width: 100%;
  max-width: 880px;
}

.leftTextRightImg.only_text_block .leftTextRightImgRow {
  flex-flow: row;
}

.simple-temp-blck {
  margin-bottom: 40px;
}
.simple-temp-blck:last-child {
  margin-bottom: 0;
}
.simple-template-dev h1 {
  margin-bottom: 40px;
}
.simple-temp-blck h2 {
  margin-bottom: 30px;
}
.mapBlock {
  padding: 80px 0;
}
section.map {
  padding: 80px 0;
}
.interactiveMapContent .content p:empty {
  display: none;
  margin: 0;
}
.open_button.btnBlue:after {
  transform: rotate(90deg);
}
.close_button .btnBlue:after {
  transform: rotate(270deg);
}

/* Bottom Sticky Section  */
.bottomStickyBlock {
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
.bottomStickyBlock .container {
  padding-left: 10px;
  padding-right: 10px;
}
.bottomStickyWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bottomStickyBlock ul.social_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  position: relative;
  margin-right: 12px;
}
.bottomStickyBlock ul.social_links li {
  margin-right: 12px;
}
.bottomStickyBlock ul.social_links li:last-child {
  margin-right: 0;
}
.bottomStickyBlock ul.social_links li a {
  display: block;
  padding: 0 1px;
  background-color: #0064c0;
  border-radius: 8px;
  transition: 400ms all;
}
.bottomStickyBlock ul.social_links li a svg path {
  transition: 400ms all;
}
.bottomStickyBlock ul.social_links li a:hover svg path[fill="white"] {
  fill: #ffcd29;
}
.bottomStickyBlock ul.social_links li a:hover svg path[stroke="white"] {
  stroke: #ffcd29;
}
.bottomStickyBlock .btnBlue {
  padding: 8px 16px;
  min-width: auto;
  font-size: 15px;
}
.bottomStickyBlock .btnBlue:after {
  font-size: 12px;
}
.bottomStickyBlock .btnBlue:hover:after {
  width: 12px;
  margin-left: 4px;
}

.maintenance header {
  padding-bottom: 15px;
}
.maintenance .homepageBannerBlock img {
  max-height: calc(100vh - 96px);
  height: calc(100vh - 96px);
}

.maintenance .homepageBannerWrap {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
/* .grecaptcha-badge { 
    visibility: hidden; 
} */

/*.leftTextRightImg + .leftTextRightImg, .rightTextLeftImg + .rightTextLeftImg, .leftTextRightImg + .rightTextLeftImg, .rightTextLeftImg + .leftTextRightImg, .tabSec + .leftTextRightImg, .tabSec + .rightTextLeftImg, {
    padding-top: 0;
}*/

.picture-caption .caption-content span {
  margin-right: 0.25rem;
  padding-left: 0.75rem;
}

.picture-caption .caption-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  padding: 0;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
}

.picture-caption:hover .caption-content {
  max-width: 700px;
}

.picture-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 1.5rem;
  min-width: 1.5rem;
  padding: 0;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  overflow: hidden;
  border-radius: 40px;
  z-index: 3;
}

.hero .picture-caption {
  bottom: 4rem;
  z-index: 1;
}

.picture-caption::after {
  content: "©";
  display: inline-flex;
  width: 1.5rem;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}

.figure_block {
  position: relative;
}

.newsletter_field {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  width: 100%;
  max-width: calc(848px + 32px);
  margin: 0 auto;
}
.newsletter_field .input_field {
  width: calc(100% - 288px);
}
.newsletter_field input[type="text"],
.newsletter_field input[type="email"],
.newsletter_field select {
  border: 0;
  border-bottom: 4px solid #1e1e1e !important;
  font-size: 16px;
  line-height: 36px;
  height: 50px;
  width: 100%;
  font-weight: 600;
  color: #000;
}
.newsletter_field ::placeholder {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
}
.newsletter_field button,
.newsletter_field input[type="submit"] {
  display: inline-flex;
  width: 240px;
  height: 50px;
  background: #0064c0;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border: 0;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  border-bottom: none !important;
}
.newsletter_field button:hover,
.newsletter_field input[type="submit"]:hover {
  background: #ffd427;
  color: #000;
}
.contentSec #sib_signup_form_2 {
  margin-bottom: 80px;
}

@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff)
      format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff)
      format("woff");
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2)
      format("woff2"),
    url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff)
      format("woff");
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}
.sib-form {
  position: relative;
  z-index: 3;
}
.sib-form-block > p {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.homepageBanner .picture-caption {
  bottom: 2.5rem;
}
.fancybox-slide--iframe .fancybox-content {
  height: 85vh !important;
  width: 600px !important;
}

.yellow-line {
  background-size: cover;
  background-repeat: no-repeat;
}

/* 11/10/2023 */

.headerTop ul li:nth-child(6) a {
  display: flex;
  gap: 5px;
}
.headerTop ul li:nth-child(6) .subMenu {
  width: 150px;
}
.headerTop ul li:nth-child(6) .subMenu ul li a {
  display: flex;
  gap: 14px;
}
.headerBottom .subMenu .subMenuInner {
  display: flex;
  gap: 32px;
}
.headerBottom .subMenu .submenu_inner_image {
  max-width: 400px;
}
.headerBottom .subMenu .submenu_inner_image img {
  border-radius: 12px;
}
.headerBottom .subMenu .submenu_inner_content {
  max-width: 1000px;
}
.headerBottom .subMenu .subMenuInner .submenu_inner_content.hide_sub_image {
  width: 100%;
}

.headerBottomWrap .mobileUl li:nth-child(4) a {
  display: flex;
  gap: 5px;
  justify-content: end;
}
.headerBottomWrap .mobileUl li:nth-child(4) .subMenu ul li a {
  display: flex;
  gap: 5px;
}

@media (max-width: 1024px) {
  .headerTop ul li button {
    width: auto;
  }
  .headerBottomWrap {
    position: relative;
    padding-top: 90px !important;
  }
  .headerBottom .mobileUl li:nth-child(2) {
    position: absolute;
    top: 23px;
    left: 33px;
    width: 50%;
  }
  .headerBottom .mobileUl li:nth-child(4) {
    position: absolute;
    top: 23px;
    right: 33px;
    width: auto;
  }
  .headerBottom .mobileUl li .subMenuInner ul li {
    position: inherit !important;
    width: 100%;
  }
  .headerBottom .mobileUl li:nth-child(4) .subMenu {
    padding-right: 58px;
    background: #fff;
  }

  .headerBottom .mobileUl li:nth-child(4) .subMenu .subMenuInner {
    justify-content: end;
  }
  .headerBottom .mobileUl li:nth-child(4) .subMenu .subMenuInner ul {
    flex-direction: column;
  }
  .headerBottom .mobileUl li:nth-child(4) .subMenu .subMenuInner ul li {
    width: auto;
  }
}

@media (max-width: 767px) {
  .headerBottom .subMenu .subMenuInner {
    flex-direction: column;
  }
  .headerBottom .subMenu .submenu_inner_image {
    width: 100%;
  }
  .headerBottom .subMenu .submenu_inner_content {
    width: 100%;
  }
  .headerBottom .mobileUl li:nth-child(2) {
    left: 17px;
  }
  .headerBottom .mobileUl li:nth-child(4) {
    right: 17px;
  }
}
@media (max-width: 650px) {
  .headerBottom .mobileUl li:nth-child(4) .subMenu {
    padding-right: 48px;
  }
}

.doubleNews .newsWrapper {
  max-width: 800px;
  margin: 0 auto;
}
/* 11/10/2023 */

/* 17-11-2023 */

.pum-title {
  font-family: "Aira" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 1.1 !important;
}
.pum-content {
  color: #1e1e1e !important;
}
.pum-container {
  padding: 32px !important;
}
.form-control[type="file"] {
  opacity: 0;
}
.formGroupFile .form-control.input-file {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.formGroupFile .form-control.uploaded-file {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.formGroupFile .form-control.input-file p {
  font-size: inherit;
  line-height: 1;
}
.formGroupFile .form-control.input-file p span {
  margin-right: 10px;
  display: inline-block;
}
.formGroupFile .form-control.input-file p span:last-child {
  margin-right: 0;
}
.formGroupFile .form-control.input-file .choose-file {
  background: #e2e2e2;
  padding: 11px 8px;
}
.formGroupFile .file-name {
  padding: 9px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.reset-btn {
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-top: 4px;
  margin-left: 1px;
  line-height: 1;
}


div#pum-29381 span, div#pum-29381 p, div#pum-29381 label {
    color: #FFF;
}

input#nf-field-68 {
    padding: 16px;
    min-width: 240px;
    width: max-content;
    max-width: 100%;
    background: #ffffff;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #131313;
    text-align: center;
    transition: all 0.5s;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border: none;
}

a.documentAccordion.documentListNew::after {
    left: 12px;
    width: 20px;
    content: '';
    background: url(../images/download-black-icon.png) no-repeat;
    background-size: 16px;
    background-position: center;
    transition: 400ms;
}
a.documentAccordion.documentListNew {
    padding: 8px 16px 8px 40px;
    width: auto;
    background: /*#0064c0*/ #ffd427;
	color: #000000;
    border: /*2px*/0 solid #fff;
	font-size: 16px;
}
a.documentAccordion.documentListNew:hover {
    color: #0064c0;
    background: #fff;
}
a.documentAccordion.documentListNew:hover:after {
    background: url(../images/download-blue-icon.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

/* team filter sec start */
.team-filter-sec {
    position: relative;
    z-index: 33;
}

.team-filter-sec .filter-list-teams {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-filter-sec .filter-list-teams li {
    padding: 16px;
    width: max-content;
    max-width: 100%;
    background:transparent;
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #0064c0;
    text-align: center;
    transition: all 0.5s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border: 1px solid #0064c0;
    text-decoration: none;
    cursor: pointer;
    transform: all 0.3s ease-in-out;
}

.team-filter-sec .filter-list-teams li.active {
  background-color: #0064c0;
  color: white;
  font-weight: bold;
}


/* team filter sec end */

/* right side button sec start */
.different-dwn-btn-sec {
	padding: 24px 0 16px;
}
.btn-dir-middle{
  text-align: center;
}
.btn-dir-right{
  text-align: right;
}
.different-dwn-btn-sec .yellow_btn-rgt {
  background: #ffd427;
  color: #000000;
  padding: 8px 16px 8px 40px;
  width: max-content;
  border-radius: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height:28px;
  text-align: center;
  transition: all 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  border: none;
}
.different-dwn-btn-sec .yellow_btn-rgt:after {
    left: 12px;
    width: 20px;
    top: 0px;
    bottom: 0px;
    content: '';
    background: url(../images/download-black-icon.png) no-repeat;
    background-size: 16px;
    background-position: center;
    position: absolute;
    transition: 400ms;
}
.right-btn-sec .yellow_btn-rgt:hover:after {
    width: 18px;
}

