* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tp-plugin {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #fff;
  padding: 30px;
  
}

#tp-plugin .tabs {
  border-bottom: 1px solid #CCC;
  
}

#tp-plugin .tabs .tabs-item {
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
}

#tp-plugin .tabs .tabs-item.active {
  border-bottom: 2px solid red;
  margin-bottom: -1px;
}

#tp-plugin .simple-steps {
  font-weight: 800;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#tp-plugin .simple-steps p {
  margin: 0;
}

#tp-plugin .op-30 {
  opacity: 0.3;
}

#tp-plugin .op-60 {
  opacity: 0.6;
}

#tp-plugin .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tp-plugin .steps h3 {
  margin: 0;
}

#tp-plugin .step-box {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

#tp-plugin .step-box p {
  margin: 10px 0;
  color: #747474;
}

#tp-plugin .step-box::before {
  position: absolute;
  content: attr(data-number);
  left: -15px;
  top: 35%;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #CCC;
  width: 30px;
  height: 30px;
  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;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.322);
}

#tp-plugin .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FEF3E1;
  border: 1px solid #F9DAA9;
  border-radius: 10px;
  padding: 10px;
}

#tp-plugin .note h6 {
  font-size: 18px;
  margin: 0 10px;
  color: #8B5907;
}

#tp-plugin .note p {
  font-size: 14px;
  line-height: 19px;
  color: #8B5907;
}

#tp-plugin .link {
  color: #437efb;
  text-decoration: none;
}

#tp-plugin .hidden {
  display: none;
}

#tp-plugin .tp-label {
  margin-bottom: 10px;
  display: inline-block;
}

#tp-plugin .tp-input {
  background: #FFFFFF;
  border: 1px solid #A0AEC0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  padding: 0 10px;
}

#tp-plugin textarea.tp-input {
  height: 80px;
  padding: 10px;
}

#tp-plugin .v-bottom {
  vertical-align: bottom;
}

#tp-plugin .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tp-plugin .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tp-plugin .flex-between > :not(:last-child) {
  margin-right: 30px;
}

#tp-plugin .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#tp-plugin .grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#tp-plugin .grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}

#tp-plugin .tp-ip-helper {
  color: #000000;
  opacity: 0.5;
  font-size: 13px;
}

#tp-plugin .form-row {
  margin-bottom: 20px;
}

#tp-plugin .tgl {
  display: none;
}

#tp-plugin .tgl, #tp-plugin .tgl:after, #tp-plugin .tgl:before,
#tp-plugin .tgl *,
#tp-plugin .tgl *:after,
#tp-plugin .tgl *:before,
#tp-plugin .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tp-plugin .tgl::-moz-selection, #tp-plugin .tgl:after::-moz-selection, #tp-plugin .tgl:before::-moz-selection,
#tp-plugin .tgl *::-moz-selection,
#tp-plugin .tgl *:after::-moz-selection,
#tp-plugin .tgl *:before::-moz-selection,
#tp-plugin .tgl + .tgl-btn::-moz-selection {
  background: none;
}

#tp-plugin .tgl::selection, #tp-plugin .tgl:after::selection, #tp-plugin .tgl:before::selection,
#tp-plugin .tgl *::selection,
#tp-plugin .tgl *:after::selection,
#tp-plugin .tgl *:before::selection,
#tp-plugin .tgl + .tgl-btn::selection {
  background: none;
}

#tp-plugin .tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 4px;
  margin-bottom: 0;
}

#tp-plugin .tgl + .tgl-btn:after, #tp-plugin .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

#tp-plugin .tgl + .tgl-btn:after {
  left: 0;
}

#tp-plugin .tgl + .tgl-btn:before {
  display: none;
}

#tp-plugin .tgl + .tgl-btn + span {
  vertical-align: top;
  color: #A0AEC0;
  font-weight: 500;
}

#tp-plugin .tgl:checked + .tgl-btn:after {
  left: 50%;
}

#tp-plugin .mt-30 {
  margin-top: 30px;
}

#tp-plugin .mr-10 {
  margin-right: 10px;
}

#tp-plugin .is-save {
  background-color: #000;
  padding: 14px 50px;
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}

.tgl-light + .tgl-btn {
  background: #d4d4d4;
  border-radius: 10px;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: red;
}

/* -------------------------------------------------------------------
  Microtip
  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped
  @author Ghosh
  @package Microtip
----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
          transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------
    [2] Position Modifiers
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
    [2.1] Top Left
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
          transform: translate3d(calc(-100% + 16px), -5px, 0);
}

/* ------------------------------------------------
    [2.2] Top Right
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), -5px, 0);
          transform: translate3d(calc(0% + -16px), -5px, 0);
}

/* ------------------------------------------------
    [2.3] Bottom
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/* ------------------------------------------------
    [2.4] Bottom Left
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
          transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
}

/* ------------------------------------------------
    [2.5] Bottom Right
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  -webkit-transform: translate3d(calc(0% + -16px), -10px, 0);
          transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0);
}

/* ------------------------------------------------
    [2.6] Left
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
    [2.7] Right
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
    [3] Size
  -------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}
/*# sourceMappingURL=styles.css.map */


#tp-plugin button:focus{
outline: 0px !important;
}



.tpHeaderContent_section {
  width: 100% !important;
  padding: 40px 0;
  background: #293744;
  display: flex;
  justify-content: center;
}

.tpHeaderContent_section img {
  width: 200px;
}

.tpHeaderContent_section .nav a {
  margin: 0 auto !important;
}


