:root {
  --nuraXeducatie-blue: #00b2e3;
  --nuraXeducatie-orange: #f2652c;
  --nuraXeducatie-text: #1a1a1a;
  --nuraXeducatie-muted: #4a4a4a;
  --nuraXeducatie-card: rgba(255, 255, 255, 0.92);
}


/* * {
  box-sizing: border-box;
} */
.parent {
 
  margin: 0;
  font-family: "Poppins", "sans-serif", "sans-serif";
  color: var(--nuraXeducatie-text);
  background: #f5f6f7;
}
.ast-container,
.ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body {
  margin: 0;
  font-family: "Poppins", "sans-serif", "sans-serif";
  color: var(--nuraXeducatie-text);
  background: #f5f6f7;
}

a.tileanchorBox:hover {
    scale: 1.1;
}


.nuraXeducatie_col1Block1__register {
    padding-left: 10%;
}

.nuraXeducatie_section {
  background-image: url("https://neuraxconnect.nl/wp-content/uploads/2026/03/homeNuraX-1-scaled.jpg");
  background-size: cover;
  width: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height:94vh;
  padding-top: 5%;
}

.nuraXCTADetails {
  text-align: center;
}

.nuraXeducatie_container {
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: stretch;
  height: 100%;
  min-height: 85vh;
}

.nuraXeducatie_column1 {
  flex: 1 0 32%;
  display: flex;
  flex-direction: column;

  gap: 12px;
  /* max-width: 1000px; */

  padding: 28px 0px 28px 52px;
  border-radius: 16px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); */
}
.nuraXeducatie_column2 {
  flex: 1 0 30%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /* min-height: 420px; */
  padding: 28px;
}
.nuraXeducatie_col1Block3 {
  width: 26%;
  text-align: center;
  align-self: center;
  min-width: 200px;
  margin-top: auto;
}
.nuraXeducatie_subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin: 8px 0 0 0;
  padding-left: 55px;
}
.nuraXeducatie_subtitle1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
	font-weight : 600;
  padding-left: 55px;
}

.nuraXeducatie_title_img {
  margin-bottom: -8px;
}

.nuraXeducatie_logo {
  width: min(240px, 60%);
  height: auto;
  object-fit: contain;
}

.nuraXeducatie_headingRow {
  /* background-color: blue; */
  display: flex;
  /* gap: 16px; */
  align-items: center;
  flex-wrap: wrap;
}

.nuraXeducatie_headingRow--welcome {
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 6px;
}

.nuraXeducatie_headingRow--welcome .nuraXeducatie_headingText {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_headingRow--welcome .nuraXeducatie_subtitle1 {
  margin: 0;
  padding-left: 0;
}

.nuraXeducatie_headingRow--welcome .nuraXeducatie_iconWrap {
  flex-shrink: 0;
  margin-top: 0;
}

.nuraXeducatie_headingRow--brand {
  align-items: flex-start;
}

.nuraXeducatie_headingRow--brand .nuraXeducatie_headingText {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_iconWrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  /* background: #ffffff; */
  /* display: grid;
    place-items: center; */
  text-align: end;
  padding-right: 4px;
  /* background-color: yellow; */
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); */
}

.nuraXeducatie_icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-top: -20px;
}
.nuraXeducatie_col1Block2 {
  /* background-color: red; */
  padding-left: 4px;
  font-size: 16px;
  /* width: 450px; */
}
.nuraXeducatie_title {
  margin: 0;
  padding: 0;
  font-size: 22px;

  /* background-color: red; */
}
/* .nuraXeducatie_title_bold {
 
  display: inline;
} */

.nuraXeducatie_actions {
  display: flex;
  flex-wrap: wrap;
  /* gap: 16px; */
}

.nuraXeducatie_CTAleft_Label {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_CTAleft,
.nuraXeducatie_CTADivider,
.nuraXeducatie_CTAright {
  flex: 0 0 auto;
}

.nuraXeducatie_action1,
.nuraXeducatie_action2,
.nuraXeducatie_action3 {
  flex: 0 0 calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* background: #ffffff; */
  padding: 12px;
  border-radius: 12px;
  max-width: 245px;
  min-width: 220px;
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); */
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  position: relative;
  align-self: baseline;
}

.nuraXeducatie_popupToggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nuraXeducatie_imageContainer {
  width: 100%;
  /* border-radius: 10px; */
  overflow: hidden;

  position: relative;
  cursor: pointer;
}

.nuraXeducatie_actionImage {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.nuraXeducatie_popupText {
  position: absolute;
  /* left: 0; */
  top: 0;
  height: 100px;
  bottom: calc(100% + 10px);
  transform: translateY(8px);
  width: 135%;
  border: 3px solid var(--nuraXeducatie-blue);
  border-radius: 8px;
  background: #ccf0f9;
  color: black;
  padding: 16px;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
  z-index: 2;
}

.nuraXeducatie_CTAs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  min-height: 46px;
  transition: background 0.25s ease;
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.nuraXeducatie_CTAleft_Label {
  width: 100%;
  flex: 1 1 100%;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 8px;
}

.nuraXeducatie_CTADivider.nuraXeducatie_CTADividerCustom {
  height: 40%;
}

.nuraXeducatie_CTAleft_Label span {
  font-size: 10px;
  font-weight: 500;
}

.nuraXeducatie_CTAleft,
.nuraXeducatie_CTAright {
  /* flex: 1 1 0; */
  padding: 8px 8px;
  font-size: 10px;
  font-weight: 500;
}

.nuraXeducatie_CTAleft {
  text-align: center;
  width: 49%;
}

.nuraXeducatie_CTAright {
  text-align: center;
  width: 49%;
}

.nuraXeducatie_CTADivider {
  width: 2px;
  align-self: center;
  background: rgba(255, 255, 255, 0.7);
  height: 32px;
}

.nuraXeducatie_outlineButton {
  width: 100%;
  border: 2px solid var(--nuraXeducatie-orange);
  background: transparent;
  color: var(--nuraXeducatie-orange);
  font-family: "Poppins", "sans-serif", "sans-serif";
  font-size: 12px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  /* min-height: 46%; */
}

.nuraXeducatie_outlineButton:hover {
  /* background: rgba(242, 101, 44, 0.08);
    /* transform: translateY(-1px); 
    box-shadow: 0 10px 20px rgba(242, 101, 44, 0.2); */
  cursor: pointer;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.nuraXeducatie_col1BlockCTAs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-left: 6px;
}
a.tileanchorBox{
	min-width: 100px;
    max-width: 180px;
    width: 100%;
}

.nuraXeducatie_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 4px 8px;
  width: 160px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  text-transform: capitalize;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.nuraXeducatie_outlineButton:hover {
  /* background: rgba(242, 101, 44, 0.08);
  /* transform: translateY(-1px); 
  box-shadow: 0 10px 20px rgba(242, 101, 44, 0.2); */
  cursor: pointer;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.nuraXeducatie_btn--login {
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border-color: var(--nuraXeducatie-blue);
	    font-size: 14px;
	 font-weight: 600;
}

.nuraXeducatie_btn--register {
  background: #f2652c;
  color: #ffffff;
  border: 2px solid #f2652c;
  font-weight: 600;
	    font-size: 14px;
}

.nuraXeducatie_action1:hover,
.nuraXeducatie_action2:hover,
.nuraXeducatie_action3:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.nuraXeducatie_action1:hover .nuraXeducatie_actionImage,
.nuraXeducatie_action2:hover .nuraXeducatie_actionImage,
.nuraXeducatie_action3:hover .nuraXeducatie_actionImage {
  transform: scale(1.01);
}

.nuraXeducatie_action1:hover .nuraXeducatie_popupText,
.nuraXeducatie_action2:hover .nuraXeducatie_popupText,
.nuraXeducatie_action3:hover .nuraXeducatie_popupText {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nuraXeducatie_popupToggle:checked ~ .nuraXeducatie_popupText {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nuraXeducatie_action1:hover .nuraXeducatie_CTAs,
.nuraXeducatie_action2:hover .nuraXeducatie_CTAs,
.nuraXeducatie_action3:hover .nuraXeducatie_CTAs {
  background: var(--nuraXeducatie-blue);
}

@media (max-width: 700px) {
  .nuraXeducatie_section {
        background-blend-mode: lighten;
  }
}

@media (max-width: 700px) {
  .nuraXeducatie_section {
    padding: 12px 16px;
	  height: 100% !important!
  }
	
	.nuraXeducatie_col1Block1__register{
		    padding-left: 0px !important;
	}

  .nuraXeducatie_column1 {
    flex: 1 1 100%;

    flex-direction: column;

    max-width: none;
    padding: 22px 18px;
    gap: 10px;
  }

  .nuraXeducatie_column2 {
    flex: 1 1 100%;

    align-items: flex-end;
    justify-content: flex-end;
    /* min-height: 420px; */
    padding: 28px;
  }

  .nuraXeducatie_col1Block1,
  .nuraXeducatie_col1Block2,
  .nuraXeducatie_col1BlockCTAs {
    width: 100%;
    max-width: 100%;
  }

  .nuraXeducatie_subtitle1 {
    padding-left: 0;
    font-size: clamp(17px, 4.2vw, 22px);
  }

  .nuraXeducatie_title img,
  .nuraXeducatie_title_img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .nuraXeducatie_headingRow {
    align-items: flex-start;
    gap: 8px;
  }

  .nuraXeducatie_iconWrap {
    flex-shrink: 0;
  }

  .nuraXeducatie_col1Block2 {
    padding-left: 0;
    font-size: clamp(13px, 3.5vw, 14px);
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .nuraXeducatie_subtitle {
    font-size: clamp(12px, 3.2vw, 14px);
    /* margin-bottom: 8px; */
    margin-top: 8px;
  }

  .nuraXeducatie_action1,
  .nuraXeducatie_action2,
  .nuraXeducatie_action3 {
    flex: 1 1 100%;
  }
  .nuraXeducatie_action1,
  .nuraXeducatie_action2,
  .nuraXeducatie_action3 {
    max-width: 100% !important;
  }

  .nuraXeducatie_popupText {
    width: 100%;
  }

  .nuraXeducatie_CTAleft,
  .nuraXeducatie_CTAright {
    /* font-size: 8px; */
    font-weight: 500;
  }

  .nuraXeducatie_col1BlockCTAs {
    justify-content: center;
    padding-left: 0;
    gap: 12px;
  }

  .nuraXeducatie_btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    width: auto;
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .nuraXeducatie_subtitle {
    text-align: center;
    padding-left: 0 !important;
  }
  .nuraXeducatie_subtitle1 {
    text-align: center;
    padding-left: 0 !important;
  }


  .nuraXeducatie_section {
    background-repeat: no-repeat;
	      background-color: rgba(255, 255, 255, 0.6);
        background-blend-mode: lighten;
    /* padding: 0px 24px; */
  }
  .nuraXeducatie_column1 {
    padding: 18px 14px;
  }

  .nuraXeducatie_col1Block1 > .nuraXeducatie_headingText {
    text-align: center;
  }

  .nuraXeducatie_headingRow {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .nuraXeducatie_headingRow .nuraXeducatie_headingText {
    text-align: center;
    width: 100%;
  }

  .nuraXeducatie_title img,
  .nuraXeducatie_title_img {
    margin-inline: auto;
  }

  .nuraXeducatie_subtitle {
    text-align: center;
  }

  .nuraXeducatie_icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .nuraXeducatie_iconWrap {
    width: 48px;
    height: 48px;
    text-align: center;
    padding-right: 0;
  }

  .nuraXeducatie_col1BlockCTAs {
    flex-direction: column;
    align-items: stretch;
  }

  .nuraXeducatie_btn {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 44px;
  }

  .nuraXeducatie_logo {
    width: min(200px, 85%);
    display: block;
    margin-inline: auto;
  }
}

@media (max-width: 922px) {
  .nuraXeducatie_container {
    flex-direction: column !important;
  }
  .nuraXeducatie_column1,
  .nuraXeducatie_column2 {
    flex-direction: column !important;
    flex: auto !important;
    width: 100%;
  }
  .nuraXeducatie_subtitle1 {
    padding-left: 55px;
  }
	
	.nuraXeducatie_section {
       height:100% !important;
		        background-color: rgba(255, 255, 255, 0.6);
        background-blend-mode: lighten;
		
    }
}

/* Centered hero column + block (e.g. Blijf2 welcome) */
.nuraXeducatie_column1.nuraXeducatie_column1--heroCenter {
  align-items: center;
  justify-content: center;
}

.nuraXeducatie_col1Block1--centered {
  text-align: center;
  max-width: 100%;
}

.nuraXeducatie_col1Block1--centered .nuraXeducatie_headingRow {
  justify-content: center;
  width: 100%;
}

.nuraXeducatie_col1Block1--centered .nuraXeducatie_headingText {
  width: 100%;
}

.nuraXeducatie_col1Block1--centered .nuraXeducatie_subtitle1,
.nuraXeducatie_col1Block1--centered .nuraXeducatie_subtitle {
  padding-left: 0;
}

.nuraXeducatie_col1Block1--centered .nuraXeducatie_title {
  display: flex;
  justify-content: center;
}

.nuraXeducatie_col1Block1--centered .nuraXeducatie_title_img {
  display: block;
  margin-inline: auto;
}


body {
  margin: 0;
  font-family: "Poppins", "sans-serif", "sans-serif";
  color: var(--nuraXeducatie-text);
  background: #f5f6f7;
	
}
.ast-container__register,
.ast-container-fluid__register {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.nuraXeducatie_section__register {
  background-image: url("https://mscare.nl/wp-content/uploads/2026/03/homeNuraX-1-scaled.jpg");
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
	
}
.parent{
	
	margin:-28px 0px;
}
.nuraXCTADetails__register {
  text-align: center;
}

.nuraXeducatie_container__register {
  max-width: 2200px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: stretch;
	 height: 100%;
  min-height:85vh;
}

.nuraXeducatie_column1__register {
  flex: 1 0 55%;
  display: flex;
  flex-direction: column;
  /* height: 100%;
  height: 100vh; */
  gap: 12px;
  max-width: 1000px;
 /* align-items: center; */
  /* height: 85vh; */
  padding: 12px 88px 28px 38px;
  border-radius: 16px;

  justify-content: center;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); */
}
.nuraXeducatie_column2__register {
  flex: 1 0 30%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 28px;
}
.nuraXeducatie_col1Block3__register {
  width: 26%;
  text-align: center;
  align-self: center;
  min-width: 200px;
  margin-top: auto;
}
.nuraXeducatie_subtitle__register {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin: 8px 0 0 0;
  padding-left: 64px;
}
.nuraXeducatie_subtitle1__register {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -10px;
  padding-left: 64px;
}


.nuraXeducatie_logo__register {
  width: min(240px, 60%);
  height: auto;
  object-fit: contain;
}

.nuraXeducatie_headingRow__register {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.nuraXeducatie_headingRow--welcome__register {
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 6px;
  justify-content: center;
  width: 100%;
  /* background-color: blue; */
}
.nuraXeducatie_headingText__register {
  align-items: center;
  justify-content: center;
  width: 100%;
  /* background-color: red; */
}
.nuraXeducatie_headingRow--welcome__register
  .nuraXeducatie_headingText__register {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_headingRow--welcome__register
  .nuraXeducatie_subtitle1__register {
  margin: 0;
  padding-left: 0;
}

.nuraXeducatie_headingRow--welcome__register .nuraXeducatie_iconWrap__register {
  flex-shrink: 0;
  margin-top: 0;
}

.nuraXeducatie_headingRow--brand__register {
  align-items: flex-start;
}

.nuraXeducatie_headingRow--brand__register
  .nuraXeducatie_headingText__register {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_iconWrap__register {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  /* background: #ffffff; */
  /* display: grid;
      place-items: center; */
  text-align: end;
  padding-right: 4px;
  /* background-color: yellow; */
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); */
}

.nuraXeducatie_icon__register {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-top: -20px;
}
.nuraXeducatie_col1Block2__register {
  /* background-color: red; */
  padding-left: 4px;
  font-size: 16px;
  /* width: 450px; */
  /* column1 uses align-items:center — without stretch this block shrink-wraps to 0
     when the gallery flex row uses flex-basis 0, so images disappear */
  align-self: stretch;
	font-weight : 600px
  width: 100%;
  max-width: 100%;
}

.nuraXeducatie_col1Block2_gallery__register {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}


.nuraXeducatie_title__register {
  margin: 0;
  padding: 0;
  font-size: 22px;
	width:350px;

  /* background-color: red; */
}
/* .nuraXeducatie_title_bold__register {
   
    display: inline;
  } */

.nuraXeducatie_actions__register {
  display: flex;
  flex-wrap: wrap;
  /* gap: 16px; */
}

.nuraXeducatie_CTAleft_Label__register {
  flex: 1;
  min-width: 0;
}

.nuraXeducatie_CTAleft__register,
.nuraXeducatie_CTADivider__register,
.nuraXeducatie_CTAright__register {
  flex: 0 0 auto;
}

.nuraXeducatie_action1__register,
.nuraXeducatie_action2__register,
.nuraXeducatie_action3__register {
  flex: 0 0 calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* background: #ffffff; */
  padding: 12px;
  border-radius: 12px;
  max-width: 245px;
  min-width: 220px;
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06); */
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  position: relative;
  align-self: baseline;
}

.nuraXeducatie_popupToggle__register {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nuraXeducatie_imageContainer__register {
  width: 100%;
  /* border-radius: 10px; */
  overflow: hidden;

  position: relative;
  cursor: pointer;
}

.nuraXeducatie_actionImage__register {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.nuraXeducatie_popupText__register {
  position: absolute;
  /* left: 0; */
  top: 0;
  height: 100px;
  bottom: calc(100% + 10px);
  transform: translateY(8px);
  width: 135%;
  border: 3px solid var(--nuraXeducatie-blue);
  border-radius: 8px;
  background: #ccf0f9;
  color: black;
  padding: 16px;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
  z-index: 2;
}

.nuraXeducatie_CTAs__register {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  min-height: 46px;
  transition: background 0.25s ease;
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.nuraXeducatie_CTAleft_Label__register {
  width: 100%;
  flex: 1 1 100%;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 8px;
}

.nuraXeducatie_CTADivider__register.nuraXeducatie_CTADividerCustom__register {
  height: 40%;
}

.nuraXeducatie_CTAleft_Label__register span {
  font-size: 10px;
  font-weight: 500;
}

.nuraXeducatie_CTAleft__register,
.nuraXeducatie_CTAright__register {
  /* flex: 1 1 0; */
  padding: 8px 8px;
  font-size: 10px;
  font-weight: 500;
}

.nuraXeducatie_CTAleft__register {
  text-align: center;
  width: 49%;
}

.nuraXeducatie_CTAright__register {
  text-align: center;
  width: 49%;
}

.nuraXeducatie_CTADivider__register {
  width: 2px;
  align-self: center;
  background: rgba(255, 255, 255, 0.7);
  height: 32px;
}

.nuraXeducatie_outlineButton__register {
  width: 100%;
  border: 2px solid var(--nuraXeducatie-orange);
  background: transparent;
  color: var(--nuraXeducatie-orange);
  font-family: "Poppins", "sans-serif", "sans-serif";
  font-size: 12px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  /* min-height: 46%; */
}

.nuraXeducatie_outlineButton__register:hover {
  /* background: rgba(242, 101, 44, 0.08);
      /* transform: translateY(-1px); 
      box-shadow: 0 10px 20px rgba(242, 101, 44, 0.2); */
  cursor: pointer;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.nuraXeducatie_col1BlockCTAs__register {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-left: 6px;
}

.nuraXeducatie_btn__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 4px 8px;
  width: 160px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  text-transform: capitalize;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.nuraXeducatie_outlineButton__register:hover {
  /* background: rgba(242, 101, 44, 0.08);
    /* transform: translateY(-1px); 
    box-shadow: 0 10px 20px rgba(242, 101, 44, 0.2); */
  cursor: pointer;
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.nuraXeducatie_btn--login__register {
  background: var(--nuraXeducatie-blue);
  color: #ffffff;
  border-color: var(--nuraXeducatie-blue);
}

.nuraXeducatie_btn--register__register {
  background: #f2652c;
  color: #ffffff;
  border: 2px solid #f2652c;
  font-weight: 500;
}

.nuraXeducatie_action1__register:hover,
.nuraXeducatie_action2__register:hover,
.nuraXeducatie_action3__register:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.nuraXeducatie_action1__register:hover .nuraXeducatie_actionImage__register,
.nuraXeducatie_action2__register:hover .nuraXeducatie_actionImage__register,
.nuraXeducatie_action3__register:hover .nuraXeducatie_actionImage__register {
  transform: scale(1.01);
}

.nuraXeducatie_action1__register:hover .nuraXeducatie_popupText__register,
.nuraXeducatie_action2__register:hover .nuraXeducatie_popupText__register,
.nuraXeducatie_action3__register:hover .nuraXeducatie_popupText__register {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nuraXeducatie_popupToggle__register:checked
  ~ .nuraXeducatie_popupText__register {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nuraXeducatie_action1__register:hover .nuraXeducatie_CTAs__register,
.nuraXeducatie_action2__register:hover .nuraXeducatie_CTAs__register,
.nuraXeducatie_action3__register:hover .nuraXeducatie_CTAs__register {
  background: var(--nuraXeducatie-blue);
}

@media (max-width: 700px) {
  .nuraXeducatie_section__register {
    padding: 12px 16px;
	  
  }
	
	

  .nuraXeducatie_column1__register {
    flex: 1 1 100%;
    flex-direction: column;
    max-width: none;
    padding: 22px 18px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .nuraXeducatie_column2__register {
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
    padding: 28px;
  }

  .nuraXeducatie_col1Block1__register,
  .nuraXeducatie_col1Block2__register,
  .nuraXeducatie_col1BlockCTAs__register {
    width: 100%;
    max-width: 100%;
  }

  .nuraXeducatie_subtitle1__register {
    padding-left: 36px!important;
    font-size: clamp(17px, 4.2vw, 22px);
  }

  .nuraXeducatie_title__register img,
  .nuraXeducatie_title_img__register {
    width: 200px;
    height: auto;
    display: block;
   /* margin: 0 auto; */
  }

  .nuraXeducatie_headingRow__register {
    align-items: flex-start;
    gap: 8px;
  }

  .nuraXeducatie_iconWrap__register {
    flex-shrink: 0;
  }

  .nuraXeducatie_col1Block2__register {
    padding-left: 0;
    font-size: clamp(16px, 3.5vw, 14px);
    line-height: 1.55;
    /* overflow-wrap: anywhere; */
  }

  .nuraXeducatie_col1Block2_gallery__register {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }

  .nuraXeducatie_col1Block2_galleryImg__register {
    flex: none;
    width: 200px;
    max-width: min(100%, 360px);
  }

  .nuraXeducatie_subtitle__register {
    font-size: clamp(12px, 3.2vw, 18px);
    /* margin-bottom: 8px; */
    margin-top: 8px;
  }

  .nuraXeducatie_action1__register,
  .nuraXeducatie_action2__register,
  .nuraXeducatie_action3__register {
    flex: 1 1 100%;
  }
  .nuraXeducatie_action1__register,
  .nuraXeducatie_action2__register,
  .nuraXeducatie_action3__register {
    max-width: 100% !important;
  }

  .nuraXeducatie_popupText__register {
    width: 100%;
  }

  .nuraXeducatie_CTAleft__register,
  .nuraXeducatie_CTAright__register {
    /* font-size: 8px; */
    font-weight: 500;
  }

  .nuraXeducatie_col1BlockCTAs__register {
    justify-content: center;
    padding-left: 0;
    gap: 12px;
  }

  .nuraXeducatie_btn__register {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    width: auto;
    max-width: 200px;
  }
	
	.nuraXeducatie_subtitle__register{
		    padding-left: 38px !important;
	}
}

@media (max-width: 900px) {
	.parent{
		margin:-50px 0;
	}
  .nuraXeducatie_subtitle__register {
    text-align: center;
  
  }
  .nuraXeducatie_subtitle1__register {
 
    padding-bottom: 12px !important;
  }

  .nuraXeducatie_column1__register {
    padding: 16px;
  }

  .nuraXeducatie_col1Block1__register > .nuraXeducatie_headingText__register {
    text-align: center;
  }

  .nuraXeducatie_headingRow__register {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .nuraXeducatie_headingRow__register .nuraXeducatie_headingText__register {
    text-align: center;
    width: 100%;
  }

  .nuraXeducatie_title__register img,
  .nuraXeducatie_title_img__register {
   /* margin-inline: auto; */
  }

  .nuraXeducatie_subtitle__register {
    text-align: left;
  }

  .nuraXeducatie_icon__register {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .nuraXeducatie_iconWrap__register {
    width: 48px;
    height: 48px;
    text-align: center;
    padding-right: 0;
  }

  .nuraXeducatie_col1BlockCTAs__register {
    flex-direction: column;
    align-items: stretch;
  }

  .nuraXeducatie_btn__register {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 44px;
  }

  .nuraXeducatie_logo__register {
    width: min(200px, 85%);
    display: block;
    margin-inline: auto;
  }
}

@media (max-width: 922px) {
  .nuraXeducatie_container__register {
    flex-direction: column !important;
  }
  .nuraXeducatie_column1__register,
  .nuraXeducatie_column2__register {
    flex-direction: column !important;
    flex: auto !important;
    width: 100%;
  }
  .nuraXeducatie_subtitle1__register {
    padding-left: 64px;
	 text-align: left;
  }
}

@media (min-width: 922px) {
  .site-content .ast-container {
    display: block !important;
    width: 100%;
  }
}
