/*=================================
=            Animation            =
=================================*/
.element_anim,
.element_anim_1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.element_anim.start_anim,
.element_anim_1.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.element_anim_2.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.element_anim_3.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.element_anim_4.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.element_anim_5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  -moz-transition: all 0.3s ease-in-out 0.4s;
  -o-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.element_anim_5.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.fade_anim_1 {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.fade_anim_1.start_anim {
  opacity: 1;
}

.fade_anim_2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.fade_anim_2.start_anim {
  opacity: 1;
}

.fade_anim_3 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.fade_anim_3.start_anim {
  opacity: 1;
}

/*=====  End of Animation  ======*/
/*=============================
=            Video            =
=============================*/
.video_wrap {
  width: 590px;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.video_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video_wrap iframe {
  width: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.video_wrap .video_play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  z-index: 5;
  pointer-events: none;
}
.video_wrap .video_play svg {
  width: 100%;
  height: 100%;
}
.video_wrap .video_img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
}
.video_wrap .video_desc {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.5;
  text-transform: uppercase;
  padding-top: 2px;
}
.video_wrap.video_active .video_play,
.video_wrap.video_active .video_img {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .video_wrap .video_desc {
    padding-top: 13px;
  }
}
/*=====  End of Video  ======*/
/*=============================
=           Colors           =
=============================*/
.grey2_c {
  color: #4F4F4F;
}

.dark_blue_bg {
  background-color: #09142B;
}

.blue_bg {
  background-color: #22314E;
}

.mid_blue_bg {
  background-color: #5B6D8F;
}

.light_blue_c {
  color: #D1D6E0;
}

.silver_bg {
  background-color: #A2AAAD;
}

.light_grey_bg {
  background-color: #F5F5F5;
}

.white_bg {
  background-color: #FFFFFF;
}

.dark_blue_c {
  color: #09142B;
}

.blue_c {
  color: #22314E;
}

.mid_blue_c {
  color: #5B6D8F;
}

.silver_c {
  color: #A2AAAD;
}

.grey_c {
  color: #E3E3E3;
}

.light_c {
  color: #F5F5F5;
}

.white_c {
  color: #FFFFFF;
}

/*=====  End of Colors  ======*/
/*=============================
=           Fonts           =
=============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal;
}

h1 {
  margin: 0;
}

.text_120_Frei {
  font-weight: normal;
  font-size: 120px;
  line-height: 120px;
}
@media screen and (max-width: 1024px) {
  .text_120_Frei {
    font-size: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .text_120_Frei {
    font-size: 48px;
    line-height: 40px;
  }
}

.text_102_Frei {
  font-weight: normal;
  font-size: 104px;
  line-height: 108px;
}
@media screen and (max-width: 1024px) {
  .text_102_Frei {
    font-size: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .text_102_Frei {
    font-size: 64px;
    line-height: 64px;
  }
}

.text_90_Frei {
  font-weight: normal;
  font-size: 90px;
  line-height: 88px;
}
@media screen and (max-width: 767px) {
  .text_90_Frei {
    font-size: 40px;
    line-height: 44px;
  }
}

.text_80_Frei {
  font-weight: normal;
  font-size: 80px;
  line-height: 88px;
}

.text_72_Frei {
  font-weight: normal;
  font-size: 72px;
  line-height: 72px;
}

.text_56_Frei {
  font-weight: normal;
  font-size: 56px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .text_56_Frei {
    font-size: 32px;
    line-height: 40px;
  }
}

.text_44_Frei {
  font-weight: normal;
  font-size: 44px;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .text_44_Frei {
    font-size: 38px;
    line-height: 44px;
  }
}

h1,
.text_40_Frei {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}

h2,
.text_38_Frei {
  font-weight: normal;
  font-size: 38px;
  line-height: 44px;
}

.text_36_Frei {
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
}

.text_28_Frei {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
}

.text_28_Frei500 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
}

.text_24_Frei {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.text_36_eu {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01;
}

.text_24_eu {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.text_24_Frei {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
}

.text_22_eu {
  font-family: "europa", sans-serif;
  font-weight: 100;
  font-size: 22px;
  line-height: 32px;
}

h4,
.text_20_Frei {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

.text_20_eu {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.text_18_Frei {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.text_18_eu {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

.text_18_eu500 {
  font-family: "europa", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.text_16_eu {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text_16_Frei {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.text_14_Frei {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.text_16_Frei500 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.text_16_eu {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.text_14 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.text_14_eu {
  font-family: "europa", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
}
.text_14_eu.lh22 {
  line-height: 22px;
}
.text_14_eu.boldW {
  font-weight: 700;
}
.text_14_eu.normalWe {
  font-weight: 400;
}

.text_14_20_eu {
  font-size: 14px;
  line-height: 20px;
  font-family: "Europa";
}

.text_12_eu {
  font-family: "europa", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
}

.text_12_eu400 {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.text_10_eu {
  font-family: "europa", sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.1em;
}

.text_12_12_eu {
  font-family: "europa", sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text_16_16_eu {
  font-family: "europa", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text_16_24 {
  font-size: 16px;
  line-height: 24px;
}

.text_32_36 {
  font-size: 32px;
  line-height: 36px;
}

.text_48_56 {
  font-size: 48px;
  line-height: 56px;
}

.text_88 {
  font-size: 88px;
  line-height: 88px;
}
@media screen and (max-width: 767px) {
  .text_88 {
    font-size: 48px;
    line-height: 52px;
  }
}

.text_48 {
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .text_48 {
    font-size: 32px;
  }
}

.text_16_20_eu {
  font-family: "Europa";
  font-size: 16px;
  line-height: 20px;
}

.text_upercase {
  text-transform: uppercase;
}

/*=====  End of Fonts  ======*/
/*=============================
=           Buttons           =
=============================*/
.btnWArrow {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.btnWArrow span {
  margin-right: 8px;
}
.btnWArrow svg {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .btnWArrow:hover svg {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.btnWArrow.white_c path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btnWArrow {
    font-size: 16px;
    line-height: 20px;
  }
}

.underLineBtn {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}

/*=====  End of Buttons  ======*/
/*=============================
=           Header           =
=============================*/
.header {
  height: 72px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999;
  background-color: #09142b;
}
.header .container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header .container {
    padding: 0 24px;
  }
}
.header .content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.header .right_header_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header .right_header_wrap {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.header .head_logo_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header .head_logo_wrap:hover .text_logo_img path {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    fill: #A2AAAD;
  }
}
.header .head_logo_wrap .icon_logo_img path {
  fill: #A2AAAD;
}
.header .head_logo_wrap .text_logo_img {
  position: relative;
  padding-left: 5px;
  max-width: none !important;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1150px) {
  .header .head_logo_wrap .text_logo_img {
    display: none;
  }
}
.header .head_logo_wrap svg {
  height: 15px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .header .head_logo_wrap svg {
    height: 17px;
  }
}
.header .cross {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px solid #fff;
  position: absolute;
  opacity: 0;
}
.header .cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .burger_btn {
  position: relative;
  width: 22px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
}
.header .burger_btn .line {
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .burger_btn .top_line {
  top: 0px;
  left: 0;
  width: 100%;
}
.header .burger_btn .center_line_1 {
  top: 7px;
  width: 100%;
  left: 0;
}
.header .burger_btn .center_line_2 {
  top: 7px;
  width: 100%;
  width: 0px;
}
.header .burger_btn .bottom_line {
  top: 15px;
  width: 10px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .header .burger_btn:hover .top_line {
    left: 9px;
  }
  .header .burger_btn:hover .center_line_1 {
    left: 22px;
  }
  .header .burger_btn:hover .center_line_2 {
    -webkit-transition-delay: 0.15s;
       -moz-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
    width: 100%;
  }
  .header .burger_btn:hover .bottom_line {
    left: 9px;
  }
}
.header .burger_btn::after, .header .burger_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  width: 27px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.header .burger_btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .burger_btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .burger_btn.active::after, .header .burger_btn.active::before {
  opacity: 1;
}
.header .burger_btn.active .line {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 72px;
  }
  .header .text_24_eu {
    font-size: 16px;
    line-height: 24px;
  }
}
.header .home_header_filters {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header .home_header_filters {
    display: none;
  }
}

/*=====  End of Header  ======*/
/*=========  Burger menu  ==========*/
.burger_menu {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 72px);
  height: -moz-calc(100vh - 72px);
  height: calc(100vh - 72px);
  background-color: #09142B;
  z-index: 12;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.burger_menu.active {
  pointer-events: all;
  opacity: 1;
  z-index: 1001;
}
.burger_menu .container {
  height: 100%;
}
.burger_menu .content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.burger_menu .menu_wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-bottom: 40px;
  padding-top: 47px;
  width: 100%;
  padding-right: 15px;
  margin-right: 37px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: -webkit-calc(100vh - 63px);
  height: -moz-calc(100vh - 63px);
  height: calc(100vh - 63px);
}
.burger_menu .menu_wrap::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  background-color: #22314e;
  height: -webkit-calc(100% - 59px);
  height: -moz-calc(100% - 59px);
  height: calc(100% - 59px);
  width: 1px;
}
.burger_menu .menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
  position: relative;
  margin-right: 0px;
}
.burger_menu .menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #5B6D8F;
}
@media screen and (max-width: 1024px) {
  .burger_menu .menu::after {
    width: 100%;
  }
}
.burger_menu .menu_single {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}
.burger_menu .menu_single .menu_item {
  margin-bottom: 20px;
}
.burger_menu .column_title {
  min-width: 160px;
  padding-bottom: 17px;
  border-bottom: 1px solid #5B6D8F;
  margin-bottom: 16px;
  white-space: nowrap;
  display: block;
}
.burger_menu .menu_item {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .burger_menu .menu_item:hover {
    color: #FFFFFF;
  }
}
.burger_menu .bottom_menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.burger_menu .bottom_menu .bottom_menu_footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 21px;
  width: 100%;
}
.burger_menu .l-menu {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.burger_menu .l-menu .menu_item a {
  padding: 8px 12px;
  border-radius: 4px;
  margin-right: 12px;
  background-color: #09142b;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .burger_menu .l-menu .menu_item a:hover {
    background: #22314e;
  }
}
.burger_menu .r-side {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 24px;
}
.burger_menu .r-side .r-menu {
  padding-left: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.burger_menu .r-side .menu_item {
  padding-left: 24px;
}
.burger_menu .r-side .menu_item:first-child {
  padding-left: 0;
}
.burger_menu .r-side .menu_item a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .burger_menu .r-side .menu_item a:hover {
    color: #d1d6e0;
  }
}
.burger_menu .links_to_all {
  display: none;
}
.burger_menu .links_to_all.active {
  display: block;
}
.burger_menu .logo {
  padding-left: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .burger_menu .logo {
    margin-right: 21px;
  }
}
.burger_menu .properties {
  width: 100%;
  max-width: 466px;
}
.burger_menu .title_wrap {
  padding-top: 47px;
  padding-bottom: 17px;
  border-bottom: 1px solid #5B6D8F;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.burger_menu .title_wrap .btnWArrow {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .burger_menu .title_wrap .btnWArrow:hover {
    color: #d1d6e0;
  }
}
.burger_menu .menu_filters {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  padding-top: 18px;
  max-width: 389px;
  margin: auto;
  margin-bottom: 16px;
}
.burger_menu .dot {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.burger_menu .filter {
  color: #5b6d8f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1025px) {
  .burger_menu .filter:hover {
    color: #d1d6e0;
  }
}
.burger_menu .filter.active {
  color: #FFFFFF;
}
.burger_menu .properties_list {
  overflow: hidden;
}
.burger_menu .property_scroll_wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  height: -webkit-calc(100vh - 233px);
  height: -moz-calc(100vh - 233px);
  height: calc(100vh - 233px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.burger_menu .property_scroll_wrap::-webkit-scrollbar {
  display: none;
}
.burger_menu .property {
  border: 1px solid #22314e;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 17px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.burger_menu .property.active {
  border: 1px solid #5b6d8f;
}
.burger_menu .property.active .img_wrap {
  display: block;
}
.burger_menu .property.active .title,
.burger_menu .property.active .street {
  color: #FFFFFF;
}
.burger_menu .property.active .feature path {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #FFFFFF;
}
.burger_menu .property.active .feature.bathroom path {
  stroke: #FFFFFF;
}
.burger_menu .property.active .suburb {
  margin-top: 14px;
}
.burger_menu .property.active .quantity {
  color: #fff;
}
.burger_menu .property .img_wrap {
  position: relative;
  height: 254px;
  display: none;
}
.burger_menu .property img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.burger_menu .property .details {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: -webkit-calc(100% - 32px);
  max-width: -moz-calc(100% - 32px);
  max-width: calc(100% - 32px);
  padding: 4px 16px;
  background-color: #09142B;
  border-radius: 2px;
}
.burger_menu .property .suburb {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.burger_menu .property .title {
  margin-bottom: 6px;
  color: #5B6D8F;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.burger_menu .property .street {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #5B6D8F;
}
@media screen and (min-width: 1025px) {
  .burger_menu .property:hover .title,
  .burger_menu .property:hover .street {
    color: #fff;
  }
  .burger_menu .property:hover .feature::before {
    background-color: #fff;
  }
  .burger_menu .property:hover path {
    fill: #FFFFFF;
  }
  .burger_menu .property:hover .quantity {
    color: #fff;
  }
}
.burger_menu .properties_list {
  display: none;
}
.burger_menu .properties_list.active {
  display: block;
}
.burger_menu .features {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.burger_menu .feature {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
.burger_menu .feature.bathroom path {
  stroke: #5B6D8F;
}
.burger_menu .feature:last-child {
  margin-right: 0;
  padding-right: 0;
}
.burger_menu .feature:last-child::before {
  display: none;
}
.burger_menu .feature::before {
  position: absolute;
  content: "";
  top: -2px;
  right: 0;
  height: 28px;
  width: 1px;
  background-color: #c4c4c4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.burger_menu .feature svg {
  margin-right: 12px;
}
.burger_menu .feature path {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #5B6D8F;
}
.burger_menu .feature .quantity {
  color: #5B6D8F;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .burger_menu {
    top: 72px;
    height: -webkit-calc(100vh - 72px);
    height: -moz-calc(100vh - 72px);
    height: calc(100vh - 72px);
    overflow-y: scroll;
  }
  .burger_menu .container {
    padding: 0 46px;
  }
  .burger_menu .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .burger_menu .menu_wrap {
    padding-bottom: 0px;
    height: auto;
    overflow: inherit;
    margin-right: 0;
    padding-right: 15px;
  }
  .burger_menu .menu_wrap::before {
    display: none;
  }
  .burger_menu .menu {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .burger_menu .menu_single {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    flex: auto;
    margin-right: 0;
    margin: 0 20px 40px;
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    padding-bottom: 67px;
  }
  .burger_menu .bottom_menu {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .burger_menu .properties {
    max-width: none;
  }
  .burger_menu .title_wrap {
    padding-top: 0px;
    border-bottom: 0;
    position: relative;
  }
  .burger_menu .title_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -46px;
    background-color: #5B6D8F;
    width: -webkit-calc(100% + 92px);
    width: -moz-calc(100% + 92px);
    width: calc(100% + 92px);
    height: 1px;
  }
  .burger_menu .menu_filters {
    margin: 0 0 21px;
  }
  .burger_menu .properties_kinds {
    margin: 0 -46px 17px;
  }
  .burger_menu .properties_kinds .slick-list {
    padding-left: 46px;
  }
  .burger_menu .property_scroll_wrap {
    height: auto;
  }
  .burger_menu .property {
    width: 464px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .burger_menu {
    top: 72px;
    height: -webkit-calc(100vh - 72px);
    height: -moz-calc(100vh - 72px);
    height: calc(100vh - 72px);
  }
  .burger_menu .container {
    padding: 0 20px;
  }
  .burger_menu .menu_wrap {
    padding-right: 0;
  }
  .burger_menu .properties_kinds {
    margin: 0 -20px 28px;
  }
  .burger_menu .properties_kinds .slick-list {
    padding-left: 20px;
  }
  .burger_menu .menu {
    width: 100%;
    margin-left: 0;
  }
  .burger_menu .menu_single {
    width: 100%;
    margin: 0 0 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .burger_menu .column_title {
    padding-bottom: 15px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .burger_menu .menu_item {
    line-height: 20px;
  }
  .burger_menu .bottom_menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding-bottom: 32px;
  }
  .burger_menu .l-menu {
    width: 100%;
    margin-bottom: 24px;
    margin-left: -12px;
  }
  .burger_menu .l-menu .menu_item,
  .burger_menu .l-menu .menu_item {
    padding-bottom: 0;
  }
  .burger_menu .r-side {
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding-left: 0px;
  }
  .burger_menu .r-side .menu_item {
    padding: 0;
  }
  .burger_menu .properties {
    margin-top: 20px;
  }
  .burger_menu .title_wrap {
    padding-bottom: 25px;
  }
  .burger_menu .title_wrap::after {
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .burger_menu .title_wrap .properties_title {
    font-size: 20px;
    line-height: 24px;
  }
  .burger_menu .property {
    width: 374px;
    margin-bottom: 20px;
  }
  .burger_menu .property .suburb {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .burger_menu .property .title {
    margin-bottom: 8px;
  }
  .burger_menu .property .street {
    margin-top: 16px;
  }
}
/*=====  End of Burger menu  ======*/
.home.page-template .search_intent_navigation,
.page-template-searcher.page-template .search_intent_navigation,
.ng_results_visible .search_intent_navigation {
  display: block !important;
  opacity: 1;
}
.home.page-template .search_row_container,
.page-template-searcher.page-template .search_row_container,
.ng_results_visible .search_row_container {
  min-height: unset;
  z-index: 1000;
  -webkit-transform: unset;
     -moz-transform: unset;
      -ms-transform: unset;
       -o-transform: unset;
          transform: unset;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color top;
  -o-transition-property: background-color top;
  -moz-transition-property: background-color top;
  transition-property: background-color top;
  margin-left: auto;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .home.page-template .search_row_container,
  .page-template-searcher.page-template .search_row_container,
  .ng_results_visible .search_row_container {
    margin-right: auto;
  }
}
.home.page-template app-small-search .search,
.page-template-searcher.page-template app-small-search .search,
.ng_results_visible app-small-search .search {
  top: 20px;
  left: unset;
  right: 467px;
}
@media (min-width: 1921px) {
  .home.page-template app-small-search .search,
  .page-template-searcher.page-template app-small-search .search,
  .ng_results_visible app-small-search .search {
    right: -webkit-calc((100vw - 1920px) / 2 + 467px);
    right: -moz-calc((100vw - 1920px) / 2 + 467px);
    right: calc((100vw - 1920px) / 2 + 467px);
  }
}
.home.page-template app-small-search .search_content,
.page-template-searcher.page-template app-small-search .search_content,
.ng_results_visible app-small-search .search_content {
  left: unset !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 1024px) {
  .home.page-template app-small-search .search,
  .page-template-searcher.page-template app-small-search .search,
  .ng_results_visible app-small-search .search {
    top: 20px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home.page-template app-small-search .search_content,
  .page-template-searcher.page-template app-small-search .search_content,
  .ng_results_visible app-small-search .search_content {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
         -o-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .home.page-template .search_intent_navigation,
  .page-template-searcher.page-template .search_intent_navigation,
  .ng_results_visible .search_intent_navigation {
    width: 100vw;
    max-width: 100vw;
    height: 50px;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 1001;
    background-color: #09142b;
  }
  .home.page-template .search_intent_navigation .search_intent_pin,
  .page-template-searcher.page-template .search_intent_navigation .search_intent_pin,
  .ng_results_visible .search_intent_navigation .search_intent_pin {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .home.page-template app-small-search .search,
  .page-template-searcher.page-template app-small-search .search,
  .ng_results_visible app-small-search .search {
    top: 20px;
  }
  .home.page-template .labels_wrap,
  .page-template-searcher.page-template .labels_wrap,
  .ng_results_visible .labels_wrap {
    width: 100%;
  }
  .home.page-template .search_row_container,
  .page-template-searcher.page-template .search_row_container,
  .ng_results_visible .search_row_container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .home.page-template.scrolled_top:not(.ng_results_visible) .search_row_container {
    top: 96px;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .home.page-template.scrolled_top:not(.ng_results_visible) .search_row_container #small_search_input {
    background-color: #22314E;
    color: #FBFBFB;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .home.page-template.scrolled_top:not(.ng_results_visible) .search_row_container svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .home.page-template.scrolled_top:not(.ng_results_visible) .search_row_container svg path {
    stroke: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    transition-property: color, background-color;
  }
  .home.page-template.scrolled_top:not(.ng_results_visible) .search .wrapper .container .search_content {
    border-radius: 16px !important;
  }
}
body:not(.ng_results_visible) .clear_btn {
  pointer-events: none;
  opacity: 0;
  max-height: 38px;
}

@media screen and (max-width: 1024px) {
  .home.ng_results_visible .header .home_header_filters, .ng_results_visible .header .home_header_filters {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .home.ng_results_visible .header .search_row_container, .ng_results_visible .header .search_row_container {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .header .search_row_container {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .header .search_row_container {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-right: unset;
  }
}
body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .search {
  top: 20px;
  left: unset;
  right: 467px;
  -webkit-transform: unset;
     -moz-transform: unset;
      -ms-transform: unset;
       -o-transform: unset;
          transform: unset;
}
@media (min-width: 1921px) {
  body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .search {
    right: -webkit-calc((100vw - 1920px) / 2 + 467px);
    right: -moz-calc((100vw - 1920px) / 2 + 467px);
    right: calc((100vw - 1920px) / 2 + 467px);
  }
}
body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .search .wrapper .container .search_content {
  -webkit-transform: unset !important;
     -moz-transform: unset !important;
      -ms-transform: unset !important;
       -o-transform: unset !important;
          transform: unset !important;
}
@media screen and (max-width: 1024px) {
  body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .search {
    top: 20px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body:not(.ng_results_visible):not(.page-template-home):not(.page-template-searcher) .search .wrapper .container .search_content {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
         -o-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}

app-small-search .search {
  position: fixed;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}

.search_intent_navigation {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.search_row_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  overflow: visible !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: top background-color;
  -o-transition-property: top background-color;
  -moz-transition-property: top background-color;
  transition-property: top background-color;
  cursor: pointer;
}
.search_row_container .search_input_container {
  position: relative;
}
.search_row_container svg {
  margin-right: 12px;
  position: absolute;
  left: 30px;
  top: 16px;
  pointer-events: none;
  z-index: 1;
}
.search_row_container svg path {
  stroke: white;
}
@media screen and (max-width: 1024px) {
  .search_row_container {
    background: transparent;
  }
  .search_row_container svg {
    margin-right: 10px;
  }
  .search_row_container svg path {
    stroke: #5B6D8F;
  }
}
@media screen and (max-width: 767px) {
  .search_row_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: -webkit-calc(100vw - 164px);
    max-width: -moz-calc(100vw - 164px);
    max-width: calc(100vw - 164px);
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.27);
    border-radius: 100px;
  }
  .search_row_container .search_input_container {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .search_row_container input {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
}

.phrase {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}

.no_result {
  color: #7288b3;
  white-space: normal;
}
.no_result .no_res_items {
  padding-top: 13px;
}
.no_result .no_res_phrase {
  color: white;
}
.no_result .result_container {
  width: 100%;
}
.no_result .result_container a {
  color: white;
}

.result_container {
  white-space: normal;
  -webkit-animation: apear_row 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
     -moz-animation: apear_row 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
          animation: apear_row 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
}
.result_container.no_res {
  opacity: 0;
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
  max-height: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.result_container.no_res.anim {
  -webkit-animation: dissapear_container 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
     -moz-animation: dissapear_container 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
          animation: dissapear_container 0.5s cubic-bezier(0.57, 0.21, 0.69, 1) forwards;
  max-height: unset;
  padding: unset;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.result_container.no_res .result {
  white-space: normal;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.result_container.no_res .result span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.result_container.no_res span {
  padding: 0 !important;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}

.no_result {
  color: #7288b3;
  white-space: normal;
}
.no_result .no_res_items {
  padding-top: 13px;
}
.no_result .no_res_phrase {
  color: white;
}
.no_result .result_container {
  width: 100%;
}
.no_result .result_container a {
  color: white;
}

.search {
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.search .wrapper {
  overflow: hidden;
}
.search .wrapper .container .search_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
}
.search .wrapper .container .search_content label {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.09em;
}
.search .wrapper .container .search_content input {
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  height: 100px;
  outline: none;
  border: none;
  background: transparent;
  color: white;
  text-align: center;
  resize: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px;
}
.search .wrapper .container .search_content .all_results {
  width: 100%;
  max-width: 90vw;
  height: -webkit-calc(100vh - 185px);
  height: -moz-calc(100vh - 185px);
  height: calc(100vh - 185px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .search .wrapper .container .search_content .all_results {
    min-height: 50vh;
  }
}
.search .wrapper .container .search_content .all_results:not(.animateLeft, .animateRight).animated {
  -webkit-animation: appear 0.5s cubic-bezier(0.2, 0.21, 0.49, 1);
     -moz-animation: appear 0.5s cubic-bezier(0.2, 0.21, 0.49, 1);
          animation: appear 0.5s cubic-bezier(0.2, 0.21, 0.49, 1);
}
.search .wrapper .container .search_content .all_results.hidden {
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}
.search .wrapper .container .search_content .all_results::-webkit-scrollbar {
  display: none;
}
.search .wrapper .container .search_content .all_results .results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding-bottom: 100px;
}
.search .wrapper .container .search_content .all_results .results:not(:first-of-type) {
  position: relative;
}
.search .wrapper .container .search_content .all_results .results label {
  text-align: center;
}
.search .wrapper .container .search_content .all_results .results .result {
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-top: 10px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}
.search .wrapper .container .search_content .all_results .results .result a {
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search .wrapper .container .search_content .all_results .results .result span {
  color: #7288b3;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search .wrapper .container .search_content .all_results .results .result.no_res {
  max-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search .wrapper .container .search_content .all_results .results .result.no_sub {
  margin-bottom: 0;
}
.search .wrapper .container .search_content .all_results .results .result:focus {
  outline: none;
}
.search .wrapper .container .search_content .all_results .results .result.selected_result span {
  border-radius: 40px;
  background-color: rgba(91, 109, 143, 0.2);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.search .wrapper .container .search_content .all_results .results .result:hover a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search .wrapper .container .search_content .all_results .results .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 200, 255, 0.3);
}
.search .wrapper .container .search_content .all_results .results .row span {
  color: #7288b3;
  cursor: pointer;
  -webkit-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search .wrapper .container .search_content .all_results .results .row span:not(:last-of-type) {
  margin-right: 24px;
}
.search .wrapper .container .search_content .all_results .results .row span:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1);
}
.search .wrapper .container .search_content .all_results .results .row.no_res {
  border-bottom: none;
  padding: 0;
  max-height: 0;
}
.search .wrapper .container .search_content .all_results .results .row.no_res span {
  opacity: 0;
  padding: 0px;
}/*# sourceMappingURL=page.css.map */