/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/sweetalert2/src/sweetalert2.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
  content: "!";
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
  content: "i";
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question::before {
  content: "?";
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/scss/core.scss ***!
  \******************************************************************************************************************************************************************************************************************/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  :root {
    --header-height: 95px;
  }
}
@media (min-width: 601px) {
  :root {
    --header-height: 142.5px;
  }
}
@media (min-width: 960px) {
  :root {
    --header-height: 190px;
  }
}
:root {
  --header-font-size: 140px;
}

body,
html {
  min-height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-family: "Love Ya Like A Sister";
}

a {
  cursor: pointer;
}

.main-container {
  margin: 0 auto 30px auto;
  top: 180px;
  position: relative;
}

/* whole page - dark rectangle to put content on */
.general-container {
  background-color: rgb(70, 70, 70);
  color: white;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .general-container {
    padding: 10px;
    border-radius: 15px;
    margin: 10px auto;
    width: calc(100% - 22px);
  }
}
@media (min-width: 601px) {
  .general-container {
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 750px) {
  .general-container {
    max-width: 710px;
  }
}
@media (min-width: 960px) {
  .general-container {
    max-width: 920px;
    border-radius: 30px;
  }
}
@media (min-width: 1080px) {
  .general-container {
    max-width: 1040px;
  }
}
@media (min-width: 750px) {
  .display-tablet-down {
    display: none;
  }
}

.display-small-screen-up {
  display: none;
}
@media (min-width: 750px) {
  .display-small-screen-up {
    display: initial;
  }
}

.glow-Purple {
  box-shadow: 0 0 5px 6px #6602cd;
}

.glow-Yellow {
  box-shadow: 0 0 5px 6px #fdfa05;
}

.glow-Pink {
  box-shadow: 0 0 5px 6px #e52bab;
}

.glow-Orange {
  box-shadow: 0 0 5px 6px #fd7940;
}

.glow-White {
  box-shadow: 0 0 5px 6px #fff;
}

.color-Purple {
  color: #6602cd;
}

.color-Yellow {
  color: #fdfa05;
}

.color-Pink {
  color: #e52bab;
}

.color-Orange {
  color: #fd7940;
}

.color-White {
  color: #fff;
}

footer {
  clear: both;
  background-color: black;
  color: white;
  font-size: 14px;
  width: 100%;
  padding: 5px 0;
}

footer .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 600px) {
  footer .footer-links {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
  }
}

footer a {
  color: white;
}

.clear-both {
  clear: both;
}

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

.position-relative {
  position: relative;
}

.general-container {
  background-color: #222;
  font-size: 18px;
}
.general-container p {
  padding-bottom: 10px;
}
.general-container .grasp-a-level-img {
  width: 330px;
  float: left;
}
.general-container .a-level-bullet {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.general-container .a-level-bullet span {
  font-size: 1.4em;
  font-weight: 900;
}
.general-container .service-section-3 {
  float: left;
}
.general-container .image-service-3 {
  width: 250px;
  padding-right: 20px;
  padding-bottom: 15px;
  display: block;
}
.general-container .clear {
  clear: both;
}
.general-container .image-chib-11-plus {
  width: 200px;
}
.general-container .image-chib-11-plus-1 {
  width: 250px;
  shape-margin: 30px;
}
.general-container .elevenPlus-picture-1 {
  width: 200px;
  float: left;
  padding-left: 50px;
  padding-top: 20px;
}
.general-container .uni-image {
  width: 250px;
  float: left;
  filter: invert(1);
}
.general-container h3 span {
  font-size: 1.6em;
}
.general-container .uni-chib-image {
  width: 250px;
  float: left;
}
.general-container .uni-chib-image2 {
  width: 160px;
  float: left;
}
.general-container .strategyImage {
  float: left;
  width: 200px;
  padding-right: 20px;
}
.general-container .strategyChib {
  float: right;
  width: 250px;
  margin-top: -30px;
}
.general-container .strategyPoints {
  padding-left: 30px;
}
.general-container .strategyPoints p strong span {
  font-size: 1.5em;
}
.general-container .strategyPoints p strong {
  font-size: 1.2em;
}

.max-height-450 {
  max-height: 450px;
}

main .notice-page {
  text-align: center;
}
main .notice-page h1 {
  font-size: 3em;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  main .notice-page h1 {
    font-size: 2em;
    padding-top: 30px;
  }
}
main .notice-page h3 {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  main .notice-page h3 {
    font-size: 24px;
  }
}
main .notice-page img {
  float: right;
  width: 200px;
  padding-top: 50px;
}
@media (max-width: 600px) {
  main .notice-page img {
    padding-top: 20px;
    width: 150px;
  }
}
@media (min-width: 960px) {
  main .notice-page img {
    padding-right: 20px;
    width: 230px;
  }
}
@media (min-width: 1080px) {
  main .notice-page img {
    padding-right: 70px;
  }
}
main .notice-page .notice-page-button {
  border-radius: 30px;
  background-color: #fdfa05;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  height: 80px;
  color: black;
  font-size: 25px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: none;
}
main .notice-page .notice-page-button div {
  margin: auto;
}

.general-container a {
  color: #fdfa05;
}

dt.hiddenDefinitionList + dd {
  height: auto;
  transition: height 0.5s ease-out;
  overflow: hidden;
}

dt.hiddenDefinitionList:hover {
  cursor: pointer;
}

dt.hiddenDefinitionList.hiddenDefinitionList--hidden + dd {
  height: 0;
}

.hiddenDefinitionList.withChevron::after {
  display: inline-block;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  content: ">>";
  transform: rotate(-90deg);
  transition: transform;
  transition-duration: 0.5s;
}
.hiddenDefinitionList.withChevron.hiddenDefinitionList--hidden::after {
  content: ">>";
  font-weight: 900;
  transform: rotate(0deg);
}
.hiddenDefinitionList.withChevron.hiddenDefinitionList--hidden:hover::after {
  transform: rotate(90deg);
  font-weight: 900;
  content: ">>";
}

.main-page-enter {
  opacity: 0;
}

.main-page-enter-active {
  opacity: 1;
  transition: opacity 500ms;
}

.main-page-exit {
  opacity: 1;
}

.main-page-exit-active {
  opacity: 0;
  transition: opacity 500ms;
}

.chibi-left {
  float: left;
  margin-left: 40px;
  width: 230px;
}

.padding-top-20 {
  padding-top: 20px;
}

.header-container {
  width: 100%;
  height: 190px;
  position: fixed;
  margin: auto;
  z-index: 100;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.header-link {
  pointer-events: auto;
}

.header-background {
  height: 190px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.header-background-svg {
  height: 190px;
  width: 1830px;
  left: 0;
  top: 0;
}

.header-background-svg polygon {
  fill: #000;
}

.header-main {
  position: absolute;
  top: -42px;
  left: -30px;
  height: 250px;
  width: 200px;
  transform: rotate(-6deg) scale(0.7);
}

.hashtag-logo-header {
  position: absolute;
  top: 10px;
  left: 0;
  height: 300px;
  width: 300px;
  transform: rotate(4deg);
}

.T-container {
  position: absolute;
  top: 10px;
  left: -20px;
  display: inline-block;
  pointer-events: none;
}

.text-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.text-container path {
  fill: white;
}

.text-container svg {
  height: 210px;
  top: 78px;
  left: 180px;
  position: absolute;
}

.text-container div {
  height: 210px;
  width: 1000px;
  top: 68px;
  left: 290px;
  position: absolute;
  font-family: "Love Ya Like A Sister";
  color: white;
}

.T-container svg {
  height: 210px;
  top: 68px;
  left: 144px;
  position: absolute;
}

.T-container path {
  fill: white;
}

.text-container.header-book-lesson div {
  font-size: 120px;
  top: 128px;
}

@media (max-width: 600px) {
  .header-container {
    transform: scale(0.5);
    transform-origin: top left;
  }
}
@media (min-width: 601px) {
  .header-container {
    transform: scale(0.75);
    transform-origin: top left;
  }
}
@media (min-width: 960px) {
  .header-container {
    transform: none;
  }
}
.text-container div {
  line-height: 200px;
}
.text-container h2 {
  font-weight: 300;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  line-height: var(--header-font-size, 140px);
  font-size: var(--header-font-size, 140px);
}

h2.home-header-text {
  font-size: 220px;
  line-height: 220px;
  position: relative;
  top: 5px;
  left: -10px;
}

.link-container {
  display: inline-block;
  border-radius: 72.5px;
  overflow: hidden;
  background-color: black;
  position: relative;
  cursor: pointer;
}

@media (max-width: 600px) {
  .link-container {
    height: 90px;
    width: 90px;
  }
  .link-About .link-caption {
    font-size: 35px;
    top: 24px;
    left: -3px;
  }
  .link-Services .link-caption {
    font-size: 23px;
    top: 32px;
  }
  .link-Contact .link-caption {
    font-size: 25px;
    top: 32px;
    left: -1px;
  }
  .link-Resources .link-caption {
    font-size: 26px;
    top: 45px;
    left: -2px;
  }
  .link-FAQ .link-caption {
    font-size: 19px;
    top: 35px;
    left: -2px;
  }
}
@media (min-width: 601px) {
  .link-container {
    height: 125px;
    width: 125px;
  }
  .link-About .link-caption {
    font-size: 48px;
    top: 33px;
  }
  .link-Services .link-caption {
    font-size: 33px;
    top: 45px;
  }
  .link-Contact .link-caption {
    font-size: 34px;
    top: 45px;
  }
  .link-Resources .link-caption {
    font-size: 26px;
    top: 45px;
    left: -2px;
  }
  .link-FAQ .link-caption {
    font-size: 59px;
    top: 27px;
  }
}
@media (min-width: 960px) {
  .link-container {
    height: 155px;
    width: 155px;
  }
  .link-About .link-caption {
    font-size: 57px;
    top: 42px;
  }
  .link-Services .link-caption {
    font-size: 40px;
    top: 55px;
  }
  .link-Contact .link-caption {
    font-size: 42px;
    top: 52px;
  }
  .link-Resources .link-caption {
    font-size: 31px;
    top: 60px;
  }
  .link-FAQ .link-caption {
    font-size: 65px;
    top: 40px;
  }
}
.link-container img {
  width: 100%;
  height: 100%;
  transform: scale(1.4) rotate(5deg);
}

.link-caption {
  font-family: "Love Ya Like A Sister";
  font-size: 20px;
  color: white;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
}

/*So that when we navigate to id's they appear just below the header */
.link-div::before {
  display: block;
  content: " ";
  margin-top: -310px;
  height: 310px;
  visibility: hidden;
  pointer-events: none;
  z-index: -100;
}

/* ############# GLOWS ################### */
.link-Purple:hover,
.link-Purple:focus {
  box-shadow: 3px 3px 5px 6px #6602cd;
}

.link-Yellow:hover,
.link-Yellow:focus {
  box-shadow: 3px 3px 5px 6px #fdfa05;
}

.link-Pink:hover,
.link-Pink:focus {
  box-shadow: 3px 3px 5px 6px #e52bab;
}

.link-Orange:hover,
.link-Orange:focus {
  box-shadow: 3px 3px 5px 6px #fd7940;
}

.link-Purple {
  box-shadow: 0 0 5px 6px #6602cd;
}

.link-Yellow {
  box-shadow: 0 0 5px 6px #fdfa05;
}

.link-Pink {
  box-shadow: 0 0 5px 6px #e52bab;
}

.link-Orange {
  box-shadow: 0 0 5px 6px #fd7940;
}

form.notepad-container {
  position: relative;
  min-width: 0;
  background-color: #fffacd;
  padding: 10px;
  min-height: 380px;
  font-size: 20px;
  overflow: hidden;
  border-radius: 30px;
}
form.notepad-container span {
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form.notepad-container input,
form.notepad-container textarea {
  font-family: "Love Ya Like A Sister";
  font-size: 20px;
  background-color: #fffacd;
  border: none;
  resize: none;
}
form.notepad-container input[type=text]:-webkit-autofill {
  background-color: #fffacd;
}
form.notepad-container label {
  color: black;
}
form.notepad-container textarea:-webkit-autofill {
  background-color: #fffacd;
}

.note-paper-field {
  background: linear-gradient(#fffacd, 28px, #fffacd, 29px, black);
  background-size: 100% 31px;
  padding: 0 40px;
  line-height: 31px;
  min-width: 0;
}

.note-paper-main-field {
  padding: 31px 40px 100px 40px;
  min-height: 310px;
  box-sizing: border-box;
  border: none;
  width: 100%;
}

.note-paper-field-top {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 31px;
  min-width: 0;
  padding-left: calc(40px + 8%);
}

.note-paper-main-field {
  background-repeat: repeat-y;
}

.note-paper-heading {
  padding-right: 15px;
}

.note-paper-fill-in {
  border-bottom: 1px solid black;
  box-shadow: inset 0px -5px 0px -2px;
  overflow: hidden;
  white-space: nowrap;
}

.notepaper-top-left {
  width: 15%;
  height: 120px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.notepaper-top-right {
  width: 15%;
  height: 120px;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
}

.notepaper-bottom {
  width: 50%;
  height: 120px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
}

.notepad-submit-button {
  position: absolute;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #e52bab;
  width: 40%;
  top: -80px;
  text-align: center;
  font-size: 2em;
  font-family: "Love Ya Like A Sister";
  overflow: hidden;
}
@media (min-width: 750px) {
  .notepad-submit-button {
    font-size: 27px;
  }
}
@media (min-width: 960px) {
  .notepad-submit-button {
    font-size: 31px;
  }
}
@media (min-width: 1080px) {
  .notepad-submit-button {
    font-size: 29px;
  }
}

.notepad-submit-button-1 {
  left: 5%;
}

.notepad-submit-button-2 {
  right: 5%;
  z-index: 5;
}

.notepad-submit-button:hover {
  cursor: pointer;
}

.send-icon {
  margin-right: 20px;
  font-size: 50px;
  position: relative;
  top: 10px;
}

.webinarNotePad.notepad-container {
  min-height: 0;
}

.webinarNotePad .note-paper-main-field {
  min-height: 0;
}

.attachments-list {
  background: linear-gradient(#fffacd, 28px, #fffacd, 29px, black);
  background-size: 100% 31px;
  line-height: 31px;
  min-height: 80px;
  color: black;
  padding: 31px 30px 15px 30px;
  box-sizing: border-box;
  text-align: left;
}
.attachments-list span {
  font-weight: 900;
}
.attachments-list button {
  font-size: 25px;
  line-height: 31px;
  height: 31px;
  border: none;
  background: none;
  padding-left: 15px;
  color: grey;
}
.attachments-list button:hover, .attachments-list button:focus {
  cursor: pointer;
  color: red;
}
.attachments-list ul {
  list-style: none;
}
.attachments-list li {
  height: 31px;
}
.attachments-list .fa-paperclip {
  padding-right: 20px;
  margin-left: -20px;
}

progress::-moz-progress-bar {
  background: #e52bab;
}

progress::-webkit-progress-value {
  background: #e52bab;
}

progress {
  color: #e52bab;
}

.social-container {
  text-align: center;
}

.social-container div {
  height: 58.8px;
  width: 117.6px;
  margin: 0 20px;
  display: inline-block;
}

.social-facebook {
  background-color: blue;
}

.social-instagram {
  background-color: white;
}

@media (max-width: 600px) {
  .social-container div {
    height: 73.5px;
    width: 147px;
    margin: 0 10px;
    display: inline-block;
  }
}
.speechBubble {
  position: relative;
}
@media (min-width: 601px) {
  .speechBubble {
    width: 450px;
  }
}
@media (min-width: 750px) {
  .speechBubble {
    width: 550px;
  }
}
@media (min-width: 750px) {
  .speechBubble {
    width: 550px;
  }
}
@media (min-width: 960px) {
  .speechBubble {
    width: 700px;
  }
}

.faqQuestionRight .speechBubble {
  margin-right: -40px;
}

.speechBubble div:not(.SB-content) {
  position: absolute;
}

.speechBubble:hover {
  cursor: pointer;
}

.SB-content div {
  position: relative !important;
}

.SB-lower-glow-,
.SB-main-border {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SB-content {
  z-index: 90;
  width: 80%;
  padding-left: 7%;
  padding-right: 10%;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
  color: white;
}

.SB-main {
  width: calc(100% - 30px);
  height: 100%;
}

.SB-tail {
  right: 16px;
  width: 70px;
  height: 50px;
  top: 20px;
}

.faqQuestionLeft .SB-tail {
  left: -5px;
  transform: rotate(180deg);
}

.SB-glow {
  stroke: #ff0000;
  stroke-width: 4px;
  fill: none;
}

.SB-solid {
  border: 1px solid red;
}

.faqQuestionContainer {
  display: grid;
}

.faqQuestionLeft {
  grid-template-columns: 115px 1fr;
}
@media (min-width: 601px) {
  .faqQuestionLeft {
    grid-template-columns: 150px 1fr;
  }
}

.faqQuestionRight {
  grid-template-columns: 1fr 115px;
}
@media (min-width: 601px) {
  .faqQuestionRight {
    grid-template-columns: 1fr 150px;
  }
}

.faqSpeechBubble {
  padding-top: 25px;
  max-width: 700px;
}

.faqQuestionRight .faqSpeechBubble {
  grid-row-start: 1;
  grid-column-start: 1;
}

.faqQuestionRight .faqChibbi {
  grid-column-start: 2;
  grid-row-start: 1;
}

.faqChibbi {
  width: 100%;
}

.faqChibbiGridContainer {
  height: 0;
  width: 115px;
}
@media (min-width: 601px) {
  .faqChibbiGridContainer {
    width: 142px;
  }
}

.faqQuestionRight .faqSpeechBubble {
  justify-self: end;
}

.lastChibbi {
  height: auto;
}

.faqChevron:hover {
  cursor: pointer;
}

.faqQuestionText {
  font-weight: 900;
  font-size: 1em;
}
@media (min-width: 601px) {
  .faqQuestionText {
    font-size: 1.3em;
  }
}

.faqAnswerText {
  padding-top: 15px;
  display: none;
}
@media (min-width: 601px) {
  .faqAnswerText {
    display: block;
  }
}

.faqAnswerTextMobile {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  background: #000;
  margin-top: 15px;
  padding: 5px 15px;
  border: 2px solid red;
  border-radius: 20px;
  font-size: 1em;
}
@media (min-width: 601px) {
  .faqAnswerTextMobile {
    display: none;
  }
}

.home-page-image-chrissie {
  width: 200px;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .home-page-image-chrissie {
    display: none;
  }
}

.home-page {
  text-align: center;
  font-family: "Love Ya Like A Sister";
  font-size: 20px;
}

.homepage-covid-0 {
  background-color: yellow;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: black;
  padding-top: 30px;
  font-size: 26px;
  padding-bottom: 20px;
}
@media (min-width: 601px) {
  .homepage-covid-0 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 960px) {
  .homepage-covid-0 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}
.homepage-covid-0 a {
  color: blue;
}

.homepage-black-1 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media (min-width: 601px) {
  .homepage-black-1 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 960px) {
  .homepage-black-1 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
.homepage-black-2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.homepage-black-3 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.homepage-black-4 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 601px) {
  .homepage-black-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.homepage-black-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.homepage-black-6 {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .homepage-black-6 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media (min-width: 960px) {
  .homepage-black-6 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.homepage-grid-1 {
  display: grid;
  grid-template-columns: 1fr auto;
}

.homepage-video {
  grid-column-start: 1;
  grid-column-end: span 2;
  width: 80%;
  padding-top: 45%;
  position: relative;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .homepage-video {
    width: 100%;
    padding-top: 56.25%;
  }
}
.homepage-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

a.video-book-consultation {
  justify-self: stretch;
  grid-column-start: 1;
  grid-column-end: span 2;
  background-color: #fdfa05;
  color: black;
  padding: 20px 40px;
  border-radius: 20px;
  color: #000;
  font-size: 30px;
  margin-top: 20px;
  display: block;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 600px) {
  a.video-book-consultation {
    font-size: 20px;
    padding: 20px 20px;
  }
}
a.video-book-consultation:hover, a.video-book-consultation:focus {
  background-color: #c5c202;
}

.homepage-chibbi-think-2 {
  display: none;
}

@media (max-width: 600px) {
  .home-page-image-chrissie {
    justify-self: center;
  }
  .homepage-chibbi-think-2 {
    display: inline-block;
    float: left;
    width: 150px;
    margin-right: -20px;
  }
  .homepage-chibbi-think {
    display: none;
  }
  .homepage-grid-1 {
    display: block;
  }
}
.raise-your-grade {
  align-self: center;
}

@media (min-width: 960px) {
  h1.raise-your-grade {
    font-size: 55px !important;
  }
}
.homepage-grid-2 {
  display: grid;
  grid-template-columns: 220px 1fr;
}

@media (min-width: 601px) {
  .homepage-grid-2 {
    display: block;
  }
  .homepage-chibbi-think {
    padding-bottom: 40px;
    width: 210px;
    float: left;
    position: relative;
    left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 960px) {
  .homepage-chibbi-think {
    padding-bottom: 10px;
  }
  .homepage-grid-2 {
    display: grid;
    grid-template-columns: 220px 1fr;
  }
}
@media (max-width: 600px) {
  .homepage-grid-2 {
    display: block;
  }
}
.are-you-looking-for {
  text-align: left;
}

.homepage-chibbi-two {
  width: 220px;
  float: right;
}

@media (max-width: 600px) {
  .homepage-chibbi-two {
    width: 140px;
  }
}
@media (min-width: 960px) {
  .homepage-chibbi-two {
    padding-right: 30px;
    padding-left: 20px;
  }
}
.how-does-it-work {
  padding-top: 0px !important;
}

.home-container ul {
  position: relative;
  left: 28px;
  padding-right: 28px;
}

.home-container h1 {
  font-size: 38px;
  font-family: "Cabin Sketch";
  padding-top: 20px;
}

@media (max-width: 600px) {
  .home-container h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.home-container p {
  margin-top: 20px;
}

.home-container h2 {
  padding-top: 20px;
}

.home-page.general-container {
  padding: 0 !important;
  background: linear-gradient(#000, #666);
}

@media (max-width: 600px) {
  .homepage-black-3 li {
    padding-bottom: 10px;
  }
  .home-page-image {
    float: none;
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 601px) {
  .homepage-black-3 li {
    padding-bottom: 10px;
  }
}
@media (min-width: 960px) {
  .homepage-black-3 li {
    padding-bottom: 20px;
  }
}
.chrissie-on-swing {
  width: 100%;
  border-radius: 50%;
}

.homepage-grid-3 {
  display: grid;
}

.homepage-services {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px;
  border: 6px solid yellow;
  border-radius: 20px;
  font-family: "Cabin Sketch";
}

.grid-3-1 img {
  border-radius: 50%;
}

@media (max-width: 600px) {
  .homepage-grid-3 {
    grid-template-columns: none;
    grid-template-rows: auto auto;
  }
  .grid-3-1 {
    grid-row-start: 2;
  }
  .grid-3-2 {
    grid-row-start: 1;
  }
  .chrissie-on-swing {
    width: 80%;
    display: block;
    margin: auto;
  }
  .homepage-services {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 601px) {
  .homepage-grid-3 {
    grid-template-columns: 210px 1fr;
  }
}
@media (min-width: 960px) {
  .homepage-grid-3 {
    grid-template-columns: 240px 1fr;
  }
}
.homepage-services:hover {
  background-color: yellow;
  color: black;
  cursor: pointer;
  font-weight: bold;
}

.homepage-grid-3 a {
  text-decoration: none !important;
  color: white !important;
}

.homepage-grid-3 a:hover {
  text-decoration: none !important;
  color: black !important;
}

.edge-header {
  width: 1830px;
}

.swal2-confirm a {
  text-decoration: none;
  color: black;
}

.about-page-container img {
  position: relative;
  width: 60%;
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
}

.about-page-container {
  text-align: center;
  background: linear-gradient(#000, #666) !important;
}

.about-page .general-container {
  margin-right: auto;
  margin-left: auto;
}

.about-chibbi {
  width: 100% !important;
  align-self: center;
}

img.chrissie-on-swing {
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  shape-outside: circle();
  width: 300px;
}

img.chrissie-on-swing2 {
  display: none;
}

@media (max-width: 600px) {
  .about-grid-1 {
    display: block;
    grid-template-columns: none;
  }
  .about-grid-1 .chrissie-on-swing {
    display: none;
  }
  .about-grid-1 .chrissie-on-swing2 {
    display: block;
    width: 60%;
    border-radius: 50%;
  }
}
.about-grid-1 p {
  margin-bottom: 10px;
}

.about-page-container a {
  text-decoration: none !important;
}
.about-page-container a .about-page-button {
  color: white;
}

.about-page-container a:hover {
  text-decoration: none !important;
}
.about-page-container a:hover .about-page-button {
  color: black;
}

.before-that-I-was {
  color: #e52bab;
  align-self: center;
}

@media (max-width: 600px) {
  .before-that-I-was {
    font-size: 24px;
  }
}
.about-grid-2 {
  display: grid;
  grid-template-columns: 1fr 200px;
}

@media (max-width: 600px) {
  .about-grid-2 {
    display: grid;
    grid-template-columns: 1fr 140px;
  }
}
.about-page h2 {
  margin-top: 20px;
}

.my-name-is-chrissie {
  color: #6602cd;
  margin-bottom: 25px;
}

.about-page-container h1 {
  font-family: "Cabin Sketch";
  font-size: 44px;
}

@media (max-width: 600px) {
  .about-page-container h1 {
    font-size: 34px;
  }
}
.about-access-to-high {
  margin-top: 20px;
}

@media (min-width: 601px) {
  .about-page-container img.whiteboard {
    float: left;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.i-can-support {
  clear: both;
  color: #fd7940;
  margin-top: 15px;
}

.about-divider {
  clear: both;
}

.home-page-worded-problems {
  color: #a023b5;
}

.about-video-link {
  list-style-position: outside;
  text-align: left;
}

.do-you-find {
  color: #fdfa05;
  margin-top: 15px;
}

.about-page-button {
  border: 4px solid yellow;
  padding: 20px;
  margin: 10px;
  display: inline-block;
  border-radius: 20px;
  float: left;
}

.about-page-button:hover {
  background: yellow;
  cursor: pointer;
  color: black;
}

.about-last-picture {
  clear: both;
}

.about-page-container p {
  text-align: justify;
}

.payment-page {
  margin-top: 30px;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.payment-details {
  width: 60%;
  margin: auto;
  border: 2px solid white;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
}

.payment-details div {
  padding-right: 20px;
}

.payment-check-div {
  width: 60%;
  margin: 30px auto 10px auto;
}

#payment-form button {
  background-color: yellow;
  height: 60px;
  border-radius: 40px;
  color: black;
  padding: 0px 40px;
  font: 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#payment-form button:hover {
  cursor: pointer;
}

.payment-button-div {
  text-align: center;
}

.pdf-center-grid input:not([type=submit]) {
  width: 85%;
  margin-bottom: 4px;
  margin-right: 40px;
  height: 30px;
  border-radius: 15px;
  padding-left: 20px;
}

.pdf-picture img {
  max-width: 100%;
  position: relative;
}

.pdf-center-grid form {
  text-align: left;
  margin-top: 35px;
}

.pdf-page {
  text-align: center;
}

.pdf-picture {
  justify-self: center;
}

.pdf-page h1 {
  font-size: 50px;
}

.pdf-submit {
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  margin: auto;
  background: #6602cd;
  color: black;
  line-height: 40px;
  font-size: 30px;
  display: inline-block;
  font-family: "Love Ya Like A Sister";
  position: relative;
}

.pdf-submit:hover {
  cursor: pointer;
}

.pdf-center-grid ol {
  text-align: left;
  align-self: center;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-left: 50px;
}

.pdf-page {
  margin-top: 35px;
}

@media (max-width: 600px) {
  .pdf-center-grid {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: auto auto auto;
  }
  .pdf-picture {
    margin: 0 0 auto 0;
  }
  .pdf-page h1 {
    font-size: 40px;
  }
  .pdf-center-grid form {
    margin-top: 15px;
  }
  .pdf-submit {
    margin: 15px auto;
    display: inline-block;
    left: calc(50% - 115px);
  }
  .pdf-page input:not([type=submit]) {
    margin-right: auto;
    margin-left: auto;
    left: initial;
  }
  .pdf-center-grid ol {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: initial;
    list-style-position: inside;
  }
  .sign-up-text {
    margin: auto;
  }
  .pdf-center-grid form {
    text-align: center;
  }
  .pdf-center-grid button {
    left: initial;
  }
}
@media (min-width: 601px) {
  .pdf-center-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto auto;
  }
  .pdf-center-grid form {
    grid-column-end: span 2;
  }
  .pdf-center-grid form input,
  .pdf-center-grid form .pdf-submit {
    margin: auto;
    display: block;
  }
  .pdf-submit {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .pdf-picture {
    margin: 30px 15px auto 0;
  }
}
@media (min-width: 960px) {
  .pdf-center-grid form {
    grid-column-end: span 1;
  }
  .pdf-center-grid form input,
  .pdf-center-grid form .pdf-submit {
    display: inline-block;
  }
  .pdf-picture {
    grid-row-end: span 2;
  }
  .pdf-submit {
    margin-top: 15px;
    left: 0;
    display: inline-block;
  }
}
.pdf-center-grid li {
  padding-bottom: 10px;
}

.sign-up-text {
  text-align: center;
  width: 85%;
}

/* Main Services page page */
.services-container ul {
  list-style: none;
}

@media (max-width: 600px) {
  .services-grid {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media (min-width: 750px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(325px, 33%), 1fr));
  }
}

.services-div {
  margin: 0 20px 20px 20px;
  padding: 20px;
  border-radius: 40px;
  color: white;
  background-color: rgb(70, 70, 70);
  position: relative;
  display: grid;
}

.slide-in-enter {
  opacity: 0;
  transform: translateX(-100%);
}

.slide-in-enter-active {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 400ms, transform 400ms;
}

.slide-in-exit {
  opacity: 1;
  transform: translateX(0%);
}

.slide-in-exit-active {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 400ms, transform 400ms;
}

.services-option {
  grid-template-rows: auto 1fr;
  height: 230px;
  box-sizing: border-box;
  text-decoration: none;
}
.services-option div {
  overflow: hidden;
  text-align: center;
}
.services-option:hover, .services-option:focus {
  color: #fdfa05;
  background-color: #303030;
}
.services-option:hover img, .services-option:focus img {
  transform-origin: 50%, 0%;
  transform: scale(1.3, 1.3);
}
.services-option h3 {
  font-size: 2em;
  text-align: center;
}
.services-option img {
  height: 100%;
  transition: transform 1s ease;
}

.services-div-full-width {
  margin: 20px;
  padding: 20px;
  color: white;
  background-color: rgb(70, 70, 70);
  position: relative;
  grid-column-start: 1;
  grid-column-end: -1;
  border-radius: 40px;
  text-align: center;
  font-size: 2em;
}

.breadcrumbs {
  color: white;
  font-size: 1.2em;
  padding: 5px 40px;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid transparent;
}
.breadcrumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.breadcrumbs ol {
  white-space: nowrap;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  float: left;
  direction: rtl;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(.breadcrumb-last)::after {
  content: ">";
  padding: 0 10px;
  text-decoration: none;
}
.breadcrumbs a {
  color: white;
}

.breadcrumbs-enter {
  opacity: 0;
}

.breadcrumbs-enter-active {
  opacity: 1;
  transition: opacity 500ms;
}

.services-check {
  color: #fdfa05;
  margin-right: 10px;
}

.services-div li {
  font-size: 20px;
}

#Services-A-Level .book-lesson {
  font-size: 20px;
}

.webinar-div .webinarTitle {
  margin: auto;
  font-size: 30px;
}
.webinar-div .webinarTime {
  margin-bottom: 5px;
}
.webinar-div .webinarDescription {
  padding-bottom: 20px;
  padding-top: 20px;
}
.webinar-div .webinarBookButton {
  padding: 5px 40px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fdfa05;
  display: inline-block;
  margin: auto;
  font-size: 25px;
}
.webinar-div b {
  padding-right: 30px;
}

.webinar-filter {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  font-family: inherit;
  font-size: 1.2em;
}

.services-button-group {
  display: grid;
  grid-template-columns: auto auto;
  font-size: 1.3em;
  justify-items: center;
}
@media (max-width: 400px) {
  .services-button-group {
    grid-template-columns: auto;
  }
}
@media (min-width: 750px) {
  .services-button-group {
    grid-template-columns: auto auto auto;
    font-size: 1.5em;
  }
}
.services-button-group a {
  padding: 20px 40px;
  margin: 5px 5px;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fdfa05;
  color: black;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 750px) {
  .services-button-group a {
    margin: 5px 20px;
  }
}
.services-button-group a:hover {
  color: white;
}
.services-button-group a:nth-child(3) {
  grid-column: 1/span 2;
}
@media (min-width: 750px) {
  .services-button-group a:nth-child(3) {
    grid-column: auto;
  }
}
@media (max-width: 400px) {
  .services-button-group a:nth-child(3) {
    grid-column: auto;
  }
}

.service-top-text {
  font-size: 1.2em;
  text-align: left;
  padding-left: 40px;
}
.service-top-text ul {
  list-style-type: circle;
}
.service-top-text h2 {
  color: #fdfa05;
}

.contact-page-main {
  display: grid;
  grid-template-rows: auto auto;
}

.contact-page-top {
  display: flex;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}

.contact-page-note {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  top: 40px;
  padding-bottom: 60px;
  max-width: 800px;
  margin: auto;
  flex: 1;
}
@media (min-width: 601px) {
  .contact-page-note {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact-page-summary {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: grey;
  border-radius: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-page-summary p {
  font-size: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
}

.main-grid-container {
  display: grid;
  width: 100%;
  /* To stop pages stacking during transitions */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main-nav {
  text-align: center;
  position: relative;
}

main {
  padding-top: 10px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .link-container {
    margin: 0 7px;
  }
  .main-grid-container {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
  }
  .nav-top--mob {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top--mob .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top--mob .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top--mob main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-top-right--mob {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top-right--mob .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top-right--mob .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top-right--mob main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-right--mob {
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-rows: 1fr auto;
  }
  .nav-right--mob .footer {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-right--mob .main-mav {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .nav-right--mob main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-right--mob .link-container {
    margin: 0 0 20px 0;
  }
  .nav-bottom--mob {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto auto;
  }
  .nav-bottom--mob .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-bottom--mob .main-mav {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-bottom--mob main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-none--mob {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }
  .nav-none--mob .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-none--mob .main-mav {
    display: none;
  }
  .nav-none--mob main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 601px) {
  .link-container {
    margin: 0 19px;
  }
  .main-grid-container {
    margin-top: 125px;
    min-height: calc(100vh - 125px);
  }
  .nav-top--tab {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top--tab .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top--tab .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top--tab main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-top-right--tab {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top-right--tab .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top-right--tab .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top-right--tab main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-right--tab {
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-rows: 1fr auto;
  }
  .nav-right--tab .footer {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-right--tab .main-mav {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .nav-right--tab main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-right--tab .link-container {
    margin: 0 0 20px 0;
  }
  .nav-bottom--tab {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto auto;
  }
  .nav-bottom--tab .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-bottom--tab .main-mav {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-bottom--tab main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-none--tab {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }
  .nav-none--tab .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-none--tab .main-mav {
    display: none;
  }
  .nav-none--tab main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 750px) {
  .link-container {
    margin: 0 20px;
  }
  .main-grid-container {
    margin-top: 160px;
    min-height: calc(100vh - 160px);
  }
  .nav-top--sm {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top--sm .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top--sm .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top--sm main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-top-right--sm {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top-right--sm .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top-right--sm .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top-right--sm main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-right--sm {
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-rows: 1fr auto;
  }
  .nav-right--sm .footer {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-right--sm .main-mav {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .nav-right--sm main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-right--sm .link-container {
    margin: 0 0 20px 0;
  }
  .nav-bottom--sm {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto auto;
  }
  .nav-bottom--sm .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-bottom--sm .main-mav {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-bottom--sm main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-none--sm {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }
  .nav-none--sm .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-none--sm .main-mav {
    display: none;
  }
  .nav-none--sm main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 960px) {
  .link-container {
    margin: 0 20px;
  }
  .main-grid-container {
    margin-top: 170px;
    min-height: calc(100vh - 170px);
  }
  .nav-top--med {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top--med .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top--med .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top--med main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-top-right--med {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top-right--med .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top-right--med .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top-right--med main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-right--med {
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-rows: 1fr auto;
  }
  .nav-right--med .footer {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-right--med .main-mav {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .nav-right--med main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-right--med .link-container {
    margin: 0 0 20px 0;
  }
  .nav-bottom--med {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto auto;
  }
  .nav-bottom--med .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-bottom--med .main-mav {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-bottom--med main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-none--med {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }
  .nav-none--med .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-none--med .main-mav {
    display: none;
  }
  .nav-none--med main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 1080px) {
  .link-container {
    margin: 0 20px;
  }
  .main-grid-container {
    margin-top: 170px;
    min-height: calc(100vh - 170px);
  }
  .nav-top--lg {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top--lg .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top--lg .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top--lg main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-top-right--lg {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
  }
  .nav-top-right--lg .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-top-right--lg .main-mav {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-top-right--lg main {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-right--lg {
    grid-template-columns: minmax(0, 1fr) 200px;
    grid-template-rows: 1fr auto;
  }
  .nav-right--lg .footer {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-right--lg .main-mav {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .nav-right--lg main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-right--lg .link-container {
    margin: 0 0 20px 0;
  }
  .nav-bottom--lg {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto auto;
  }
  .nav-bottom--lg .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-bottom--lg .main-mav {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  .nav-bottom--lg main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .nav-none--lg {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }
  .nav-none--lg .footer {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-none--lg .main-mav {
    display: none;
  }
  .nav-none--lg main {
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
.webinar-title {
  font-size: 30px;
}

.webinar-booking-page .note-paper-main-field {
  white-space: pre-wrap;
}

.service-info-page h2 {
  font-size: 2em;
}
@media (min-width: 750px) {
  .service-info-page h2 {
    font-size: 3em;
  }
}
.service-info-page p {
  font-size: 1.2em;
}

.service-section-1 {
  clear: both;
}
.service-section-1 h1 {
  text-align: center;
  color: #e52bab;
}
.service-section-1 img {
  float: right;
  width: 150px;
}
@media (min-width: 750px) {
  .service-section-1 img {
    width: 250px;
    padding-right: 50px;
    padding-top: 20px;
  }
}
.service-section-1 dl {
  padding-left: 20px;
}
@media (min-width: 750px) {
  .service-section-1 dl {
    padding-left: 60px;
  }
}
.service-section-1 dt::first-letter {
  font-size: 2em;
  font-weight: 900;
}
.service-section-1 dt:nth-child(8n+1)::first-letter {
  color: #6602cd;
}
.service-section-1 dt:nth-child(8n+3)::first-letter {
  color: #e52bab;
}
.service-section-1 dt:nth-child(8n+5)::first-letter {
  color: #fdfa05;
}
.service-section-1 dt:nth-child(8n+7)::first-letter {
  color: #fd7940;
}
.service-section-1 dt {
  font-size: 1.5em;
}
@media (min-width: 750px) {
  .service-section-1 dt {
    font-size: 1.9rem;
  }
}
.service-section-1 dt span {
  font-size: 2.9rem;
  font-weight: 900;
}
.service-section-1 dt:hover {
  color: #e52bab;
}
.service-section-1 dd {
  padding-left: 50px;
}
.service-section-1 a.full-width-button {
  background-color: #e52bab;
}
.service-section-1 ul {
  list-style-type: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.2em;
  margin-left: 60px;
}
.service-section-1 ul li {
  text-indent: -70px;
}
.service-section-1 li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  content: "\f00c";
}
.service-section-1 [data-fa-pseudo-element=":before"] {
  padding-left: 20px;
  padding-right: 30px;
  color: #e52bab;
}

.service-section-5 dt::first-letter {
  color: #fdfa05;
}
.service-section-5 dt:hover {
  color: #fdfa05;
}
.service-section-5 a.full-width-button {
  background-color: #fdfa05;
}

.service-section-2 {
  clear: both;
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-template-rows: auto auto 1fr;
}
.service-section-2 h2 {
  grid-column: 1/span 2;
}
.service-section-2 .service-page-book-button {
  grid-row: 3;
  grid-column: 1/span 2;
  display: block;
  text-decoration: none;
  background: #fd7940;
  color: black;
  text-align: center;
  font-size: 1.3em;
  padding: 20px;
  border-radius: 80px;
  margin-right: 20px;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .service-section-2 .service-page-book-button {
    grid-row: 3;
    grid-column: 1/span 1;
    align-self: start;
  }
}
.service-section-2 .service-page-book-button:hover,
.service-section-2 .service-page-book-button:focus {
  background-color: #fd7940;
  color: white;
}
.service-section-2 ul {
  display: inline-block;
  padding-left: 40px;
}
.service-section-2 ul > li {
  padding-bottom: 20px;
  font-size: 1.3em;
  color: #fd7940;
}
.service-section-2 ul ul {
  padding-left: 40px;
}
.service-section-2 ul ul li {
  font-size: 0.7692307692em;
  padding-bottom: 3px;
  color: white;
}
.service-section-2 > ul {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media (min-width: 750px) {
  .service-section-2 > ul {
    grid-column: 2;
    grid-row: 2/span 2;
  }
}
.service-section-2 img {
  grid-column: 1/span 2;
  justify-self: center;
}
@media (min-width: 750px) {
  .service-section-2 img {
    grid-column: 1/span 1;
  }
}

.free-pdf-section h2 {
  color: #6602cd;
}

.services-section-3 {
  clear: both;
}
.services-section-3 dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: none;
}
.services-section-3 [data-fa-pseudo-element=":before"] {
  padding-right: 20px;
  color: #fdfa05;
}
.services-section-3 dt {
  color: white;
  font-size: 1.5rem;
}
.services-section-3 dt:hover {
  color: #fdfa05;
}
.services-section-3 dd {
  padding-left: 30px;
}
.services-section-3 .hiddenDefinitionList + dd {
  padding-bottom: 20px;
}
.services-section-3 .hiddenDefinitionList.hiddenDefinitionList--hidden + dd {
  padding-bottom: 0;
}
.services-section-3 a.full-width-button {
  background-color: #fdfa05;
}

.service-section-4::after {
  content: "";
  display: table;
  clear: both;
}
.service-section-4 img {
  float: left;
  width: 150px;
}
@media (min-width: 750px) {
  .service-section-4 img {
    padding-right: 60px;
  }
}
.service-section-4 dt {
  font-size: 1.3em;
}
.service-section-4 dt.hiddenDefinitionList {
  margin-top: 15px;
}
.service-section-4 dt:hover {
  color: #6602cd;
  font-weight: 900;
}
@media (min-width: 750px) {
  .service-section-4 dd {
    padding-left: 50px;
  }
}
.service-section-4 .quote {
  padding-top: 20px;
  text-align: center;
  color: #6602cd;
  font-weight: 900;
}
.service-section-4 .quote-reference {
  text-align: center;
}

a.full-width-button {
  padding: 20px;
  text-decoration: none;
  display: block;
  margin: 20px auto;
  border-radius: 50px;
  color: black;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 750px) {
  a.full-width-button {
    width: -moz-max-content;
    width: max-content;
    padding: 20px 120px;
  }
}
a.full-width-button:hover {
  color: white;
}
