body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
figure {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

textarea,
button {
  font-family: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row>* {
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.g-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.f1 {
  font-size: 2.5rem !important;
}

.f2 {
  font-size: 2rem !important;
}

.f3 {
  font-size: 1.75rem !important;
}

.f4 {
  font-size: 1.5rem !important;
}

.f5 {
  font-size: 1.25rem !important;
}

.f6 {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.fw-medium {
  font-weight: 400 !important;
}

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

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-full {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 32px !important;
}

.mr-6 {
  margin-right: 40px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 32px !important;
}

.mt-6 {
  margin-top: 40px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 32px !important;
}

.mb-6 {
  margin-bottom: 40px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 32px !important;
}

.ml-6 {
  margin-left: 40px !important;
}

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

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

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

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

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

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

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #2952eb !important;
}

.text-secondary {
  color: #ffe388 !important;
}

.text-gray {
  color: #808080 !important;
}

.text-gray-400 {
  color: #454545 !important;
}

.text-danger {
  color: #db1229 !important;
}

.text-reset {
  color: inherit !important;
}

.text-decoration-unset {
  text-decoration: unset !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.lh-condensed-ultra {
  line-height: 1 !important;
}

.lh-condensed {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-large {
  line-height: 1.75 !important;
}

.lh-extra-large {
  line-height: 2 !important;
}

.resize-vertical {
  resize: vertical !important;
}

.list-style-none {
  list-style-type: none !important;
}

.position-relative {
  position: relative !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-auto {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .d-md-block {
    display: block !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.btn {
  display: inline-block;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  border-width: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: unset;
}

.btn.btn-md {
  padding: 0 24px;
  font-size: 1rem;
  height: 48px;
  font-weight: 500;
  color: #000;
}

.btn.btn-sm {
  padding: 0 12px;
  height: 40px;
}

.btn.btn-secondary {
  background: #ffe388;
  border: 1px solid #ffe388;
}

.btn.btn-secondary:hover {
  background: #ffe388;
  border-color: #ffe388;
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:focus-within {
  background: #ffe388;
  border-color: #ffe388;
}

.btn.btn-primary {
  color: #ffffff;
  border: 1px solid #2952eb;
  background: #2952eb;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:focus-within {
  color: #ffffff;
  background: #183fd1;
  border: 1px solid #183fd1;
}

.btn.btn-outline-light {
  color: #2952eb;
  border: 1px solid #2952eb;
}

.btn.btn-outline-light:hover {
  background: #2952eb;
  color: #ffffff;
}

.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:focus-within {
  color: #ffffff;
  background: #183fd1;
  border: 1px solid #183fd1;
}

a.btn {
  text-decoration: unset;
}

input::-webkit-input-placeholder {
  color: #d5d5d5;
}

input::-moz-placeholder {
  color: #d5d5d5;
}

input:-ms-input-placeholder {
  color: #d5d5d5;
}

input::-ms-input-placeholder {
  color: #d5d5d5;
}

input::placeholder {
  color: #d5d5d5;
}

.form-control,
.form-group select {
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 12px;
  line-height: 1.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: inherit;
  font-weight: 300;
}

.form-control:focus,
.form-control:focus-within {
  outline: unset;
}

.form-control::-webkit-input-placeholder {
  color: #c9c9c9;
}

.form-control::-moz-placeholder {
  color: #c9c9c9;
}

.form-control:-ms-input-placeholder {
  color: #c9c9c9;
}

.form-control::-ms-input-placeholder {
  color: #c9c9c9;
}

.form-control::placeholder {
  color: #c9c9c9;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

body {
  margin: 0;
  padding: 0;
  color: #0f0505;
  font-size: 1rem;
  font-weight: 300;
  font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 400px;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3e4ff), to(white));
  background: linear-gradient(180deg, #d3e4ff, white);
}

.freeTraining-main-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.freeTraining-main-wrapper *::before,
.freeTraining-main-wrapper *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#meGDPRMessage label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 8px;
}

#meGDPRMessage {
  width: 100% !important;
  margin: 0 !important;
  color: #ffffff !important;
  line-height: 20px !important;
}

.form-group .checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.form-group .checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 0.375rem !important;
  height: 0.75rem !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.form-group .checkmarkgdpr.enableCheckgdpr {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.form-group .checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.dot-pattern {
  background-image: radial-gradient(circle at center, #f0f0f0 0, #f0f0f0 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat;
  background-position: left center;
  background-size: 14px 14px;
  position: absolute;
  width: 120px;
  height: 120px;
  right: 0;
  top: 0;
  z-index: -1;
}

.dot-pattern::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  bottom: 0;
}

.dot-pattern.bottom {
  left: 0;
  top: auto;
  bottom: 0;
}

.dot-pattern.bottom::before {
  top: 0;
  bottom: auto;
  right: 0;
}

.circle-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #dff0fc;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}

.freeTraining-header {
  padding: 30px 0 40px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.freeTraining-header.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 24px -8px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0px 2px 24px -8px rgba(0, 0, 0, 0.1215686275);
}

.freeTraining-header .freeTraining-logo {
  max-height: 60px;
}
.nfaTraining-logo > img {width:200px;}

.freeTraining-header .nav-pill .nav-pill-item {
  text-align: center;
  margin: 0 0 0 16px;
  padding: 8px 26px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #a7b8ff;
  cursor: pointer;
  min-width: 120px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 768px) {
  .freeTraining-header .nav-pill .nav-pill-item {
    margin: 12px 12px 0 0;
  }
}

.freeTraining-header .nav-pill .nav-pill-item.active {
  background: #2952eb;
  border-color: #2952eb;
}

.freeTraining-header .nav-pill .nav-pill-item.active h6 {
  color: #ffffff;
}

.freeTraining-header .nav-pill .nav-pill-item.active p {
  color: #fdd21d;
}

.freeTraining-header .nav-pill .nav-pill-item h6 {
  color: #2952eb;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 16px;
}

.freeTraining-header .nav-pill .nav-pill-item p {
  color: #747474;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 0;
  font-weight: 500;
}

.freeTraining-header .nav-pill .nav-pill-item.nav-inactive {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  /* pointer-events: none;
  cursor: unset; */
}

.event-source-cta svg {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media (max-width: 375px) {
  .event-source-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .event-source-cta a {
    margin: 12px 0 0 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.event-finished {
  -webkit-filter: opacity(0.65);
  filter: opacity(0.65);
}

.event-finished:hover {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  border-color: #2952eb !important;
}

.freeTraining-content-wrapper .event-form-container>.container>.row {
  border: 1px solid #d9d9d9;
}

.freeTraining-content-wrapper .event-details-wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  height: 100%;
}

.freeTraining-content-wrapper .event-details {
  display: none;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  .freeTraining-content-wrapper .event-details {
    padding: 20px;
  }
}

.freeTraining-content-wrapper .event-details.active {
  display: block;
}

.freeTraining-content-wrapper .event-details figure img {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 100px;
}

.freeTraining-content-wrapper .event-details .event-date-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #edf1ff;
  color: #1235ac;
  font-weight: 400;
}

.freeTraining-content-wrapper .event-details .event-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}

.freeTraining-content-wrapper .event-details .event-list li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 32px;
  border: 1px solid #2952eb;
}

.freeTraining-content-wrapper .event-details .event-list li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 4px;
  left: 9px;
  border-bottom: 1px solid #2952eb;
  border-right: 1px solid #2952eb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.freeTraining-content-wrapper .event-form {
  padding: 40px;
  color: #ffffff;
  background: #2952eb;
  position: relative;
  overflow: hidden;
  /* pointer-events: none; */
}

.freeTraining-content-wrapper .event-form .event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 21, 60, 0.6);
  z-index: 2;
}

.freeTraining-content-wrapper .event-form .event-closed {
  position: absolute;
  top: 40px;
  right: -45px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: #e3132a;
  color: #ffffff;
  padding: 8px 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

@media (max-width: 576px) {
  .freeTraining-content-wrapper .event-form {
    padding: 20px;
  }
}

.freeTraining-content-wrapper .event-form .form-sec>h6 {
  position: relative;
  margin-bottom: 26px;
  color: inherit;
}

.freeTraining-content-wrapper .event-form .form-sec>h6::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: #447ce6;
  left: 0;
  bottom: -14px;
}

.freeTraining-content-wrapper .event-form .form-group {
  width: 100 !important;
}

.freeTraining-content-wrapper .event-form .form-group label {
  display: block;
  margin-bottom: 4px;
}

.freeTraining-content-wrapper .event-form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.freeTraining-content-wrapper .event-form .form-group select {
  --form-bg-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjIuOTIgNjUuMDQiPjxnIGlkPSJMYXllcl8xLTIiPjxnIGlkPSJMYXllcl8xLTMiPjxwYXRoIGQ9Im0xLjA4LDYuMTlsNTcuODIsNTcuODJoMGMxLjQ0LDEuMzcsMy42NywxLjM3LDUuMTEsMHYtLjA3TDEyMS44NCw2LjEyaDBjMS40NC0xLjM3LDEuNDQtMy42NywwLTUuMDQtLjY1LS43Mi0xLjU4LTEuMDgtMi41Mi0xLjA4SDMuNkMxLjY2LDAsMCwxLjU4LDAsMy42YzAsMS4wMS40MywxLjk0LDEuMDgsMi41OVoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px;
  -webkit-transition: unset;
  transition: unset;
}

#country_state,
#ukcountry_region {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) {
  .freeTraining-content-wrapper .event-form .contactForm .row:first-child .col-lg-6:first-child {
    padding-right: 8px;
  }

  .freeTraining-content-wrapper .event-form .contactForm .row:first-child .col-lg-6:last-child {
    padding-left: 8px;
  }
}

.freeTraining-content-wrapper .event-form .contactForm .timezone-item {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #5678fa;
}

.freeTraining-content-wrapper .event-form .contactForm .dwn-priv {
  font-size: 14px;
  line-height: 20px !important;
}

.freeTraining-content-wrapper .event-form .contactForm .dwn-priv a:-webkit-any-link {
  color: inherit;
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #7d95f4;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 1rem 1rem #fccf3d;
  box-shadow: inset 1rem 1rem #fccf3d;
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item input[type=radio]:checked {
  border-color: #fccf3d;
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.freeTraining-content-wrapper .event-form .contactForm .input-radio-group .input-radio-item label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
}

.freeTraining-content-wrapper .additional-resource-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.freeTraining-content-wrapper .additional-resource-section ul li:last-child {
  margin-bottom: 0;
}

.freeTraining-content-wrapper .additional-resource-section ul li a {
  color: inherit;
  text-decoration: unset;
}

.freeTraining-content-wrapper .additional-resource-section ul li a:hover {
  text-decoration: underline;
}

.freeTraining-content-wrapper .additional-resource-section ul li .list-icon-box {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  background-color: #edf1ff;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.freeTraining-content-wrapper .trusted-section {
  background-color: #f5f9ff;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li {
  border-radius: 4px;
  height: 80px;
  width: 186px;
  background-color: #ffffff;
  padding: 12px;
  margin: 0 16px 16px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item {
  background: url("../images/nfa-free-training-sprite.png") no-repeat scroll center center;
  display: inline-block;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item.ibm {
  width: 69px;
  height: 73px;
  background-position: 0px 1px;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item.dhl {
  width: 139px;
  height: 28px;
  background-position: -74px -21px;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item.broadcom {
  width: 148px;
  height: 83px;
  background-position: -218px 6px;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item.hitachi {
  width: 140px;
  height: 23px;
  background-position: -374px -24px;
}

.freeTraining-content-wrapper .trusted-section .client-logo-list li .client-logo-item.nasa {
  width: 149px;
  height: 53px;
  background-position: -524px -10px;
}


.sec-padding-80 {
  padding: 80px 0;
}

.form-group {
  width: 100% !important;
}

.success-msg {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  display: none;
  opacity: 0;
  visibility: hidden;
}

#commonHeader,
.heading-menu,
ul.main-menu.clearfix,
.cmsState-up {
  display: none !important;
}

.contactForm.contact-hide {
  display: none;
}

.thanks-msg.thanks-hide {
  display: none;
}

.event-closed {
  position: absolute;
  top: 40px;
  right: -45px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: #e3132a;
  color: #ffffff;
  padding: 8px 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 3;
}

.presenter-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.presenter-details figcaption {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}