.bg_cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.cky-notice-des p {
  font-family: arial !important;
}

.cky-title {
  font-weight: 100 !important;
}

.cky-btn {
  font-family: arial !important;
  font-weight: 300 !important;
}

.lock {
  overflow: hidden;
}

.mb-reg {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .mb-reg {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1450px) {
  .mb-reg {
    margin-bottom: 120px;
  }
}

.mt-reg {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .mt-reg {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1450px) {
  .mt-reg {
    margin-top: 120px;
  }
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
.text-center .common_anchor {
  float: none;
}
.text-center .small_border {
  float: none;
}

#logo_wrap .swiper-slide {
  height: auto;
}
#logo_wrap .swiper-slide .swiper-img {
  height: 100%;
}
#logo_wrap .swiper-slide a {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

a:focus-visible {
  outline: 2px solid #000;
}

.hidden {
  display: none;
}

.body_child {
  position: relative;
  overflow-x: clip;
}

body.lock {
  overflow: hidden;
}

html .for_mob {
  display: none;
}

.lin {
  float: left;
  display: inline-block;
}

.rin {
  float: right;
  display: inline-block;
}

.ucase {
  text-transform: uppercase;
}

.file_selected {
  display: inline-block;
  z-index: 1;
  line-height: 40px;
  padding-left: 10px;
  color: #000;
  display: none;
}

.field_mar {
  margin-bottom: 25px;
}

/*.form_item_wrap {
	margin-bottom: 15px;
	&.mar{
		margin-bottom: 30px
	}
}*/
.form_field_wrap .form_label {
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  color: #404040;
}

.loading_wrap {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.loading_wrap .small_border {
  width: 20%;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.loading_wrap .logoa {
  margin-bottom: 15px;
  width: 250px;
  max-width: 100%;
}
.loading_wrap .info_wrap {
  width: 380px;
  float: left;
  display: inline-block;
  background: #fff;
  padding: 50px;
  margin-top: 180px;
}
.loading_wrap .info_wrap .item {
  margin-top: 25px;
}
.loading_wrap .info_wrap .small_title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #77BEDD;
}
.loading_wrap .info_wrap .common_anchor {
  background: #fff;
  padding: 0;
  border: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #0083BE;
  font-family: "Gilroy-ExtraBold", sans-serif;
  text-transform: uppercase;
}

.header_parent_wrap {
  z-index: 100;
  height: 94px;
}
@media only screen and (min-width: 768px) {
  .header_parent_wrap {
    height: 106px;
  }
}
.header_parent_wrap .header__inner {
  position: fixed;
  width: 100%;
}
.header_parent_wrap .title {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #00364E;
  text-transform: uppercase;
}
.header_parent_wrap .header_wrap {
  padding: 10px 0;
  background-color: #fff;
}
.header_parent_wrap .header_wrap > .gridContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_parent_wrap .header_wrap .hemburger_wrap {
  display: none;
}
.header_parent_wrap .header_wrap .menu_wrap {
  float: left;
  display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header_parent_wrap .header_wrap .menu_wrap > ul {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 40px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li > a {
  color: #00364E;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li > a img, .header_parent_wrap .header_wrap .menu_wrap > ul > li > a svg {
  width: 10px;
  margin-left: 4px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li > a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li .a {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #0083BE;
  white-space: nowrap;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li .a:hover {
  font-weight: 500;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  padding: 25px;
  background: #fff;
  margin-top: 20px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li .sub-menu:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu {
  position: initial;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding-top: 60px;
  padding-bottom: 30px;
  background: rgb(1, 131, 190);
  background: linear-gradient(180deg, rgb(1, 131, 190) 0%, rgb(95, 178, 215) 100%);
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .emblem {
  width: 350px;
  bottom: 0;
  right: -90px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col {
  width: 150px;
  float: left;
  display: inline-block;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col .small_border {
  width: 30px;
  height: 3px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col .title {
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col .a {
  color: #fff;
  font-weight: 400;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li.has_mega_menu .sub-menu-mega .col + .col {
  margin-left: 90px;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li:hover > a {
  color: #0083BE;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li:hover > a svg path {
  fill: #0083BE;
}
.header_parent_wrap .header_wrap .menu_wrap > ul > li:hover .sub-menu-mega,
.header_parent_wrap .header_wrap .menu_wrap > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header_parent_wrap .preheader_wrap {
  background: #00364E;
  padding: 10px 0;
  text-align: right;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 450px) {
  .header_parent_wrap .preheader_wrap .not_for_mob {
    display: none !important;
  }
}
.header_parent_wrap .preheader_wrap .timeline {
  display: inline-block;
  margin-left: 30px;
}
.header_parent_wrap .preheader_wrap .timeline .timetable {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  display: none;
  padding: 65px 0;
  background: #f5f5f5;
  width: 100%;
  overflow: scroll;
  height: calc(100vh - 94px);
}
.header_parent_wrap .preheader_wrap .timeline .timetable .small_border {
  margin-top: 5px;
  margin-bottom: 15px;
  height: 3px;
  width: 30px;
}
.header_parent_wrap .preheader_wrap .timeline .timetable .sluit {
  background: #0083BE;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.header_parent_wrap .preheader_wrap .timeline .timetable .col {
  width: calc((100% - 280px) / 3);
  margin-right: 140px;
  float: left;
  display: inline-block;
}
.header_parent_wrap .preheader_wrap .timeline .timetable .col:nth-child(3n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.header_parent_wrap .preheader_wrap .a {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header_parent_wrap .preheader_wrap .a .arrow {
  margin-left: 4px;
  flex: 0 0 8px;
  width: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_parent_wrap .preheader_wrap .a .icon {
  flex: 0 0 15px;
  width: 15px;
  max-height: 16px;
  margin-right: 7px;
}
.header_parent_wrap .preheader_wrap .a + .a {
  margin-left: 30px;
}
.header_parent_wrap .preheader_wrap .a.active .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile_menu_wrap {
  display: none;
}

.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.common_anchor {
  background: #0083BE;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0083BE;
}
.common_anchor:hover, .common_anchor.hashvr:hover {
  background-color: #0172a5;
  border-color: #0172a5;
  color: #fff;
}
.common_anchor.ref_anchor {
  float: right;
  margin-top: -40px;
  z-index: 2;
}
.common_anchor.white {
  border-color: #B8DEEC;
  color: #0083BE;
  background: #fff;
}
.common_anchor.white:hover {
  background-color: #0172a5;
  border-color: #0172a5;
  color: #fff;
}
.common_anchor.lblue {
  border-color: #B8DEEC;
  color: #0083BE;
  background: #B8DEEC;
}
.common_anchor.lblue:hover {
  background-color: #0172a5;
  border-color: #0172a5;
  color: #fff;
}
.common_anchor.file {
  border-color: #B8DEEC;
  color: #0083BE;
  background: #fff;
  justify-content: space-between;
}
.common_anchor.file:hover {
  background-color: #B8DEEC;
}
.common_anchor [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.common_anchor .icon {
  width: 17px;
  position: relative;
  flex: 0 0 17px;
  margin-left: 20px;
}
.common_anchor .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
}
.common_anchor .icon .hover {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.common_anchor .icon.pre {
  margin-left: 0px;
  margin-right: 20px;
}
.common_anchor .icon.pre .hover {
  left: 0;
  right: auto;
  bottom: 2px;
}
.common_anchor.hvr_to_dblue:hover {
  background: #0172A5;
}
.common_anchor:hover .icon .hover {
  opacity: 1;
}

.leesm {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #0083BE;
}

.ucase {
  text-transform: uppercase;
}

.border_arrow_anchor {
  width: 100%;
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  background: #F7F7F7;
  padding: 25px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #0083BE;
  border-left: 20px solid #B8DEEC;
  justify-content: space-between;
  min-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border_arrow_anchor svg {
  width: 18px;
  flex: 0 0 18px;
  margin-left: 10px;
}
.border_arrow_anchor svg path {
  fill: #0083BE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border_arrow_anchor:hover {
  background: #0083BE;
  color: #fff;
}
.border_arrow_anchor:hover svg path {
  fill: #fff;
}

.common_title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #00364E;
}
.common_title.white {
  color: #fff;
}
.common_title.lblue {
  color: #0083BE;
}
.common_title.blk {
  font-weight: 900;
}
.common_title.lg {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.02em;
}
.common_title.lg_nols {
  font-size: 50px;
  line-height: 60px;
}
.common_title.black {
  font-weight: 900;
}
.common_title.gen {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}
.common_title.med {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}
.common_title.sm {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.common_title.big {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}

.white_wrap {
  padding: 40px;
  background: #fff;
}
.white_wrap + .white_wrap {
  margin-top: 40px;
}

.slider_wrap {
  height: 500px;
  overflow: hidden;
}
.slider_wrap .info_wrap {
  bottom: 140px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
}
.slider_wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(13deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider_wrap video {
  position: absolute;
  width: 100vw;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) {
  .slider_wrap video {
    height: 500px;
  }
}

.padl {
  padding-left: 10%;
}

.padr {
  padding-right: 10%;
}

.desc_wrap {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: Gilroy-Light, sans-serif;
  /*color:$color_black;*/
  color: #00364E;
  margin-bottom: 30px;
}
.desc_wrap.reg {
  font-weight: 400;
}
.desc_wrap.white {
  color: #fff;
}
.desc_wrap .emblem_ul {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.desc_wrap .emblem_ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  padding-left: 35px;
}
.desc_wrap .emblem_ul li:after {
  position: absolute;
  top: 4px;
  content: "";
  left: 0;
  width: 22px;
  bottom: 0;
  background: url("../img/main/emblem_blue.svg") top center no-repeat;
  background-size: 100% auto;
}
.desc_wrap b {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: 500;
}

.small_border {
  width: 80px;
  height: 8px;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
.small_border.mlm {
  margin-left: -30px;
}
.small_border span {
  width: 100%;
  background: #B8DEEC;
  float: left;
  display: inline-block;
  height: 100%;
}
.small_border.grey span {
  background: #B1B2B2;
}
.small_border.dblue span {
  background: #0083BE;
}
.small_border.red span {
  background: #E6301F;
}
.small_border.yellow span {
  background: #DFAB31;
}
.small_border.green span {
  background: #9DCB84;
}
.small_border.white span {
  background: #fff;
}

.home_icons_wrap {
  z-index: 10;
  margin-top: -70px;
  margin-bottom: 60px;
}
.home_icons_wrap:after {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  content: "";
  background: #fff;
}
.home_icons_wrap .inner_wrap {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 80px 60px;
  padding-right: 0;
}
.home_icons_wrap .item {
  display: inline-flex;
  align-items: center;
  float: left;
  margin-right: 50px;
  align-items: start;
  width: calc((100% - 149px) / 4);
}
@media only screen and (min-width: 768px) {
  .home_icons_wrap .item {
    flex-direction: column;
  }
}
.home_icons_wrap .item:nth-child(4n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.home_icons_wrap .item .common_title {
  margin-bottom: 5px;
}
.home_icons_wrap .item .desc_wrap {
  margin-bottom: 0;
}
.home_icons_wrap .item .icon {
  margin-right: 15px;
  flex: 0 0 60px;
  width: 70px;
  margin-bottom: 20px;
  display: flex;
  height: 60px;
}

.jouw_partner_wrap {
  margin-bottom: 120px;
}
.jouw_partner_wrap .emblem {
  left: 85%;
  bottom: 0;
  opacity: 0.13;
  width: 500px;
}
.jouw_partner_wrap .items_wrap {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.jouw_partner_wrap .items_wrap .small_border {
  margin-bottom: 0;
}
.jouw_partner_wrap .items_wrap .item {
  padding: 5px;
}
.jouw_partner_wrap .items_wrap .item .info_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 100%);
}
.jouw_partner_wrap .items_wrap .item .info_wrap .emblem_wrap {
  position: relative;
}
.jouw_partner_wrap .items_wrap .item .info_wrap .emblem_wrap .icon_bg {
  float: left;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jouw_partner_wrap .items_wrap .item .info_wrap .emblem_wrap .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jouw_partner_wrap .items_wrap .item .info_wrap .common_title {
  margin-bottom: 0;
}
.jouw_partner_wrap .items_wrap .item .small_border {
  width: 100%;
}
.jouw_partner_wrap .items_wrap .item .bg_wrap {
  height: 235px;
}
.jouw_partner_wrap .items_wrap .item.big .bg_wrap {
  height: 488px;
}
.jouw_partner_wrap .items_wrap .item:hover .info_wrap .emblem_wrap .icon_bg {
  opacity: 1;
}

.left_right_wrap {
  margin-bottom: 120px;
}
.left_right_wrap .right_wrap {
  padding-left: 100px;
}
.left_right_wrap.alternate .right_wrap {
  padding-left: 0;
  padding-right: 20px;
  padding-top: 40px;
}
.left_right_wrap.alternate .img_wrap {
  padding-left: 30px;
}

.raad_daad_wrap {
  margin-bottom: 120px;
}
.raad_daad_wrap .info_wrap {
  width: 50%;
}
.raad_daad_wrap .img_wrap {
  padding-left: 60px;
  margin-top: -190px;
  width: 50%;
}
.raad_daad_wrap .img_wrap .image {
  width: 50%;
  padding: 10px;
  float: left;
  display: inline-block;
}
.raad_daad_wrap .img_wrap .image:nth-child(odd) {
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
.raad_daad_wrap.prof {
  margin-top: 100px;
}
.raad_daad_wrap.prof .img_wrap {
  margin-top: -100px;
}

.products_prof_wrap {
  padding: 55px 0;
}
.products_prof_wrap .bg_wrap {
  background-color: #B8DEEC;
  position: absolute;
  width: calc(50% + 540px);
  top: 0;
  left: 0;
  height: 100%;
}
.products_prof_wrap .bg_wrap .emblem_wrap {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  height: 100%;
  background: url("../img/main/3d_emblem_light.svg")  left top repeat-x;
  opacity: 0.13;
  background-color: #B8DEEC;
  background-size: auto 100%;
}
.products_prof_wrap .inner_wrap {
  width: calc(50% + 540px);
  padding-right: 50px;
}

.product_ul {
  margin-top: 20px;
}
.product_ul .item {
  background: #fff;
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.product_ul .item .common_title {
  padding: 20px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: inline-block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  margin-bottom: 0;
}

.emblem {
  position: absolute;
  pointer-events: none;
}

.inspiratie_wrap {
  padding: 60px 0;
  margin-bottom: 120px;
  background: #B8DEEC;
}
.inspiratie_wrap .emblem {
  left: -200px;
  width: 440px;
  bottom: -60px;
  z-index: 0;
}
.inspiratie_wrap .left_wrap {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 30%;
  padding-right: 50px;
}
@media only screen and (min-width: 1024px) {
  .inspiratie_wrap .left_wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1450px) {
  .inspiratie_wrap .left_wrap {
    padding-left: calc((100vw - 1400px) / 2);
  }
}
.inspiratie_wrap .right_wrap {
  padding-left: 10px;
  float: left;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 70%;
}
.inspiratie_wrap .arrow_border_wrap {
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .inspiratie_wrap .arrow_border_wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1450px) {
  .inspiratie_wrap .arrow_border_wrap {
    padding-right: calc((100vw - 1400px) / 2);
  }
}

.products_wrap .item {
  margin-bottom: 10px;
}
.products_wrap .item .desc_wrap {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #00364E;
  margin-bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.theme_progress_pagination {
  background: #fff;
  height: 6px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  display: inline-block;
  float: left;
}
.theme_progress_pagination .swiper-pagination-progressbar-fill {
  background: #0083BE;
}

.swiparrow {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  cursor: pointer;
  background: #0083BE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiparrow.onlyarr {
  background: transparent;
  width: 10px;
  flex: 0 0 10px;
  height: auto;
}
.swiparrow.dblue {
  border: 1px solid #0083BE;
  background: transparent;
}
.swiparrow + .swiparrow {
  margin-left: 30px;
}
.swiparrow img {
  width: 14px;
}

.swiper-pagination,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0096D3;
}

.arrow_border_wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.arrow_border_wrap .theme_progress_pagination {
  margin-right: 30px;
}

.icons_parent_wrap {
  margin-bottom: 120px;
}
.icons_parent_wrap .inner_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.icons_parent_wrap .inner_wrap .item {
  width: calc((100% - 75px) / 6);
  margin-right: 15px;
  background: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 25px 15px;
  margin-bottom: 15px;
}
.icons_parent_wrap .inner_wrap .item .desc_wrap {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.icons_parent_wrap .inner_wrap .item b, .icons_parent_wrap .inner_wrap .item strong {
  font-weight: 500;
}
.icons_parent_wrap .inner_wrap .item .img {
  margin-bottom: 15px;
}
.icons_parent_wrap .inner_wrap .item .img img {
  height: 47px;
}
.icons_parent_wrap .inner_wrap .item.btn {
  color: #fff;
  background: #0083BE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icons_parent_wrap .inner_wrap .item.btn:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.icons_parent_wrap .inner_wrap .item.btn:hover .desc_wrap {
  font-size: 22px;
}
.icons_parent_wrap .inner_wrap .item:nth-child(6n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.icons_parent_wrap.b2c {
  margin-bottom: 0;
  margin-top: 50px;
}

.pattern_bg {
  background: url("../img/main/pattern_bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply;
}

.testinomials_wrap {
  padding: 75px 0;
  margin-bottom: 120px;
  overflow: hidden;
}
.testinomials_wrap .action_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: end;
}
.testinomials_wrap .action_wrap .common_anchor {
  margin-right: 30px;
}
.testinomials_wrap .emblem {
  left: 70%;
  top: 0;
  z-index: 0;
}

.testinomial_wrap {
  margin-bottom: 45px;
}
.testinomial_wrap.testipage {
  margin-top: 60px;
}
.testinomial_wrap .item {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 10px;
  margin-top: 20px;
}
.testinomial_wrap .item .inner_wrap {
  background: #fff;
  padding: 40px 50px;
}
.testinomial_wrap .item .desc_wrap {
  margin-bottom: 20px;
}
.testinomial_wrap .item .left_wrap, .testinomial_wrap .item .right_wrap {
  float: left;
  display: inline-block;
  width: 40%;
}
.testinomial_wrap .item .quote {
  position: absolute;
  top: -15px;
  width: 45px;
  left: 30%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testinomial_wrap .item .name_wrap {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #00364E;
  text-transform: uppercase;
}
.testinomial_wrap .item .stars_wrap {
  margin-bottom: 20px;
}
.testinomial_wrap .item .stars_wrap img {
  float: left;
  display: inline-block;
  margin-right: 3px;
  width: 18px;
}
.testinomial_wrap .item .right_wrap {
  width: 60%;
  padding-left: 20px;
}
.testinomial_wrap .swiper-slide .item {
  width: 100%;
}
.testinomial_wrap .swiper-slide .item .desc_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.home_component_wrap {
  margin-bottom: 120px;
}
.home_component_wrap .item {
  float: left;
  display: inline-block;
  width: calc((100% - 20px) / 2);
  background: #fff;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.home_component_wrap .item .emblem {
  width: 250px;
  bottom: 40px;
  left: -35px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.home_component_wrap .item .info_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background: #0083BE;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  padding: 25px 10px;
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.home_component_wrap .item .info_wrap img {
  margin-left: 25px;
  width: 24px;
}
.home_component_wrap .item:nth-child(odd) {
  margin-top: 50px;
}
.home_component_wrap .item:nth-child(2n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.home_component_wrap .item:hover .info_wrap, .home_component_wrap .item:hover .emblem {
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.count {
  min-width: 12px;
  height: 12px;
  padding: 0px;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: #bdebff;
  color: #00364E;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: Helvetica;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-left: 2px;
}
.count.dark {
  background: #00364E;
  color: #fff;
}

.social_wrap {
  margin-top: 60px;
}
.social_wrap a {
  float: left;
  display: inline-block;
  width: 22px;
  margin-right: 10px;
}

.day_time {
  font-size: 14px;
  line-height: 28px;
  font-family: "Gilroy-Light", sans-serif;
  color: #00364E;
  font-weight: 400;
}
.day_time .day {
  width: 90px;
  float: left;
  display: inline-block;
  color: #0083BE;
  padding-right: 20px;
}
.day_time .time {
  float: left;
  display: inline-block;
  width: calc(100% - 90px);
}

.input_padr {
  padding-right: 13px;
}

.input_padl {
  padding-left: 13px;
}

.custom_dp {
  width: 230px;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.custom_dp .values_wrap {
  background: #F7F7F7;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
.custom_dp .values_wrap a {
  width: 100%;
  display: inline-block;
  float: left;
  color: #404040;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Gilroy-Light", sans-serif;
}
.custom_dp .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0083BE;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
}
.custom_dp .btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: inline-block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  padding-right: 10px;
}
.custom_dp .btn img {
  flex: 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_dp.active .btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom_dp.white .btn {
  background: #fff;
  color: #0083BE;
}
.custom_dp.white .values_wrap {
  padding: 0 20px;
}
.custom_dp.white .values_wrap a {
  padding: 14px 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #646464;
}
.custom_dp.white .values_wrap a + a {
  border-top: 1px solid #fff;
}

.cta {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #0083BE;
  align-items: start;
}
.cta img {
  width: 13px;
  flex: 0 0 13px;
  margin-right: 18px;
  margin-top: 8px;
}
.cta.bold {
  font-weight: 500;
}

.footer_wrap {
  background: url("../img/main/footer_bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 131, 190, 0.9);
  background-blend-mode: multiply;
  padding: 75px 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.footer_wrap .cta {
  color: #fff;
}
.footer_wrap .emblem {
  width: 285px;
  right: -80px;
  top: -45px;
}
.footer_wrap .a {
  color: #fff;
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  padding-left: 24px;
}
.footer_wrap .a:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 8px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background: url("../img/main/curve_arrow_right.svg") top center no-repeat;
}
.footer_wrap .a:hover:after {
  left: 5px;
}
.footer_wrap .flogo {
  width: 200px;
  float: left;
  display: inline-block;
  max-width: 100%;
}
.footer_wrap .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer_wrap .col {
  width: 25%;
  float: left;
  display: inline-block;
  padding-right: 20px;
}
.footer_wrap .col.padt {
  padding-top: 47px;
}
.footer_wrap .postfoot_wrap {
  margin-top: 40px;
  border-top: 1px solid #77BEDD;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.footer_wrap .postfoot_wrap .nmg {
  order: 1;
  width: 25%;
}
.footer_wrap .postfoot_wrap .nmg img {
  width: 35px;
}
.footer_wrap .postfoot_wrap .cal_col {
  width: 25%;
  order: 2;
  padding-right: 30px;
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #0083BE;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  border: 2px solid #B8DEEC;
  width: 240px;
  max-width: 100%;
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: inline-block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a.active {
  background: #0172a5;
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .sluit_a.active img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_wrap .postfoot_wrap .cal_col .inner_wrap .info_wrap {
  position: absolute;
  bottom: 100%;
  display: none;
  left: 0;
  width: 330px;
  background: #F7F7F7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 6px;
  z-index: 5;
}

.page_content_wrap {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .page_content_wrap {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1450px) {
  .page_content_wrap {
    padding-top: 100px;
  }
}
.page_content_wrap.pad {
  padding-top: 100px;
}

.pagination_wrap {
  text-align: center;
}
.pagination_wrap .pagination_inner_wrap {
  float: none;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.pagination_wrap .common_anchor {
  width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
}
.pagination_wrap .common_anchor:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.pagination_wrap ul {
  float: left;
  display: inline-block;
  margin: 0 20px;
}
.pagination_wrap ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.pagination_wrap ul li a {
  float: left;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
  /*border: 1px solid #ccc;*/
  font-weight: 300;
  color: #0083BE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.pagination_wrap ul li a:hover, .pagination_wrap ul li a.active {
  font-weight: 500;
}
.pagination_wrap ul li + li {
  margin-left: 20px;
}

.page_action_wrap {
  float: right;
  margin-top: -40px;
  z-index: 2;
}
.page_action_wrap .custom_dp {
  width: 360px;
}

.sec_margin {
  margin-bottom: 120px;
}

.faq_parent_wrap {
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq_parent_wrap .small_border {
  position: absolute;
  height: 6px;
  bottom: -3px;
  left: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_parent_wrap .ques_wrap {
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  float: left;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.faq_parent_wrap .ques_wrap img {
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_parent_wrap.active .ques_wrap img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_parent_wrap.active .ques_wrap .small_border {
  width: 100%;
}
.faq_parent_wrap.active .small_border {
  width: 100%;
}
.faq_parent_wrap .desc_wrap {
  margin-bottom: 0px;
  margin-top: 10px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .flex-title {
    display: flex;
    justify-content: space-between;
  }
}
.flex-title .common_anchor {
  width: 245px;
  height: 45px;
}

.overlay_popup_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 1000;
  display: none;
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.17);
}
.overlay_popup_wrap .inner_wrap {
  padding: 40px 20px;
  padding-bottom: 120px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .overlay_popup_wrap .inner_wrap {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 1450px) {
  .overlay_popup_wrap .inner_wrap {
    padding: 80px 100px;
  }
}
.overlay_popup_wrap .inner_wrap .close_btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1450px) {
  .overlay_popup_wrap .inner_wrap .close_btn {
    top: 60px;
    right: 60px;
  }
}
.overlay_popup_wrap .inner_wrap .close_btn img {
  float: left;
  display: inline-block;
}
.overlay_popup_wrap .inner_wrap .desc_wrap {
  font-size: 18px;
}
.overlay_popup_wrap .inner_wrap .input {
  margin-bottom: 15px;
  font-size: 18px;
}
.overlay_popup_wrap .inner_wrap .w_50 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .overlay_popup_wrap .inner_wrap .w_50 {
    width: 50%;
  }
}
.overlay_popup_wrap .inner_wrap .common_header {
  padding-right: 30px;
}
.overlay_popup_wrap .inner_wrap .left_wrap {
  padding-right: 15px;
}
.overlay_popup_wrap .inner_wrap .right_wrap {
  padding-left: 15px;
}
.overlay_popup_wrap .inner_wrap.refform .desc_wrap {
  margin-top: 30px;
  margin-bottom: 10px;
}
.overlay_popup_wrap select {
  width: 150px;
  padding: 10px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 16px;
  border: 1px solid #BBBBBB;
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5"><path fill="none" stroke="%23333" stroke-width="1" d="M0 0l5 5 5-5"/></svg>'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.ebook {
  overflow: hidden;
  background-color: #B8DEEC;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ebook .gridContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .ebook .gridContainer {
    flex-direction: row;
  }
}
.ebook h2 {
  color: #fff;
}
@media only screen and (min-width: 1450px) {
  .ebook h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ebook__left img {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .ebook__left img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .ebook__left {
    width: 70%;
  }
}
.ebook__right {
  background-color: #0083BE;
  padding: 45px 24px;
  max-width: 80%;
  margin-top: -50px;
  position: relative;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .ebook__right {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .ebook__right {
    width: 400px;
    margin-left: -123px;
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1450px) {
  .ebook__right {
    width: 500px;
    padding: 45px 50px;
    padding-right: 50px;
  }
}
.ebook__right:after {
  content: "";
  background-color: #0083BE;
  width: 2000px;
  height: 100%;
  top: 0;
  left: 100%;
  position: absolute;
  z-index: 0;
}
.ebook p {
  color: #fff;
  font-weight: 700;
}
.ebook .emblem_ul li {
  color: #fff;
}
.ebook .emblem_ul li:after {
  background: url("../img/main/embleem-w-white.svg") top center no-repeat;
}

.promo_ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 600px) {
  .promo_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .promo_ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1450px) {
  .promo_ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.promo_ul .item {
  cursor: pointer;
}
.promo_ul .item .inner_wrap {
  background-color: white;
  padding: 20px;
}
.promo_ul .item .bg_cover {
  height: 180px;
  background-size: contain;
  background-position: center;
  transition: 0.5s;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .promo_ul .item .bg_cover {
    height: 200px;
  }
}
@media only screen and (min-width: 1450px) {
  .promo_ul .item .bg_cover {
    height: 300px;
  }
}
.promo_ul .item .bg_cover a {
  width: 100%;
  height: 100%;
  display: block;
}
.promo_ul .item:hover .bg_cover {
  transform: scale(1.03);
}

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