/* Minification failed. Returning unminified contents.
(3311,91): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(33821,21): run-time error CSS1036: Expected expression, found '"'
(33889,21): run-time error CSS1036: Expected expression, found '"'
 */
.fa {
  visibility: hidden
}

.no-js .fa,.wf-fontawesome-webfont-n4-active .fa {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fa {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .fa {
    visibility: visible
  }
}

.morphicon {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.morphicon [class*="inner"],.morphicon [class*="inner"]::after,.morphicon [class*="inner"]::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border-width: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1, 1) rotate(0deg) translate(0, 0);
  -ms-transform: scale(1, 1) rotate(0deg) translate(0, 0);
  transform: scale(1, 1) rotate(0deg) translate(0, 0);
  background-color: white;
  color: white
}

.morphicon--menu .morphicon__inner1 {
  -webkit-transform: scale(1, .15) translateY(-200%) rotate(0deg);
  -ms-transform: scale(1, .15) translateY(-200%) rotate(0deg);
  transform: scale(1, .15) translateY(-200%) rotate(0deg)
}

.morphicon--menu .morphicon__inner2 {
  -webkit-transform: scale(1, .15) translateY(0) rotate(0deg);
  -ms-transform: scale(1, .15) translateY(0) rotate(0deg);
  transform: scale(1, .15) translateY(0) rotate(0deg)
}

.morphicon--menu .morphicon__inner3 {
  -webkit-transform: scale(1, .15) translateY(200%) rotate(0deg);
  -ms-transform: scale(1, .15) translateY(200%) rotate(0deg);
  transform: scale(1, .15) translateY(200%) rotate(0deg)
}

.morphicon--close,.morphicon--plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.morphicon--close .morphicon__inner1,.morphicon--plus .morphicon__inner1 {
  -webkit-transform: scale(.15, 1);
  -ms-transform: scale(.15, 1);
  transform: scale(.15, 1)
}

.morphicon--close .morphicon__inner2,.morphicon--plus .morphicon__inner2 {
  opacity: 0;
  -webkit-transform: scale(1, .15);
  -ms-transform: scale(1, .15);
  transform: scale(1, .15)
}

.morphicon--close .morphicon__inner3,.morphicon--plus .morphicon__inner3 {
  -webkit-transform: scale(1, .15);
  -ms-transform: scale(1, .15);
  transform: scale(1, .15)
}

.morphicon--plus {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,abbr,address,code,del,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

nav ul {
  list-style: none
}

q {
  quotes: none
}

q:before,q:after {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

input,select {
  vertical-align: middle
}

* {
  font-family: "Montserrat","Arial","Helvetica","sans-serif"
}

@-ms-viewport {
  width: device-width
}

@-o-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #212121;
  overflow-x: hidden;
  height: 100%
}

address {
  font-style: normal
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: white;
  -webkit-font-smoothing: subpixel-antialiased
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .page-wrapper.is-open {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
  }
}

.page-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

strong,b,h1,h2,h3,h4,h5,h6,th {
  font-weight: 600
}

.page-section-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2c3b97;
  padding: 0 0 11px;
  margin: 0 0 10px
}

.page-section-title--with-border {
  position: relative;
  padding: 0 0 17px;
  margin: 0 0 31px
}

.page-section-title--with-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 130px;
  height: 2px;
  background: #49c5b1
}

.crown-small {
  width: 32px;
  height: 26px;
  display: inline-block
}

.crown-small::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 20px;
  color: #989b9c
}

.wf-fontawesome-webfont-n4-active .crown-small::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .crown-small::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .crown-small::before {
    visibility: visible
  }
}

.btn {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.38462;
  display: inline-block;
  padding: .5rem .8125rem .375rem;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none
}

@media (min-width: 768px) {
  .btn {
    white-space: nowrap
  }
}

.btn+.btn {
  margin-left: 10px
}

.btn--secondary {
  border-color: #2c3b97;
  background-color: #2c3b97;
  color: white
}

.btn--secondary:hover,.btn--secondary:active,.btn--secondary:focus {
  border-color: #5662ac;
  background-color: #5662ac
}

.btn--light {
  border-color: #d5d8ea;
  background-color: #d5d8ea;
  color: #8089c1
}

.btn--light:hover,.btn--light:active,.btn--light:focus {
  border-color: #8089c1;
  background-color: #8089c1
}

.btn--primary {
  border-color: #49c5b1;
  background-color: #49c5b1;
  color: white
}

.btn--primary:hover,.btn--primary:active,.btn--primary:focus {
  border-color: #92dcd0;
  background-color: #92dcd0
}

.btn--lower {
  text-transform: none
}

.btn--arrow::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  content: "";
  padding-left: 0.75em;
  font-size: 0.75em
}

.wf-fontawesome-webfont-n4-active .btn--arrow::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn--arrow::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .btn--arrow::after {
    visibility: visible
  }
}

.btn--arrow-back::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  vertical-align: middle;
  margin-top: -2px;
  content: "";
  padding-right: 0.75em;
  font-size: 0.75em
}

.wf-fontawesome-webfont-n4-active .btn--arrow-back::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn--arrow-back::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .btn--arrow-back::before {
    visibility: visible
  }
}

.btn--xs {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.09091;
  padding: .25rem .3125rem
}

.btn--sm {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33333;
  padding: .4375rem .5625rem .375rem
}

.btn--lg {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.66667;
  padding: .5625rem 1.125rem
}

.btn:hover,.btn:active,.btn:focus {
  color: white
}

.btn[disabled] {
  border-color: #e8e6df;
  background-color: #e8e6df;
  color: white
}

.btn .fa {
  font-size: 1em;
  line-height: 1;
  padding-left: 2px;
  vertical-align: text-bottom;
  position: relative;
  top: -1px
}

.btn--link {
  font-weight: bold;
  border-color: white;
  background-color: white;
  color: #2c3b97;
  text-transform: capitalize
}

.btn--link:hover,.btn--link:active,.btn--link:focus {
  color: #2c3b97;
  border-color: white;
  background-color: white;
  text-decoration: underline
}

.accordion-toggle {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308;
  position: relative;
  display: block;
  color: white;
  background: #2c3b97;
  padding: 10px;
  padding-right: 30px;
  border: 1px solid #2c3b97;
  margin-bottom: 15px;
  text-decoration: none
}

.accordion-toggle::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  content: "";
  padding-right: 10px;
  position: absolute;
  right: 10px;
  margin-top: -10px;
  top: 50%
}

.wf-fontawesome-webfont-n4-active .accordion-toggle::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion-toggle::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .accordion-toggle::after {
    visibility: visible
  }
}

.accordion-toggle.is-open::after {
  content: ""
}

.fund-button {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42846;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #e8e6df;
  text-align: left;
  float: left;
  clear: left
}

.fund-button[disabled] {
  opacity: 0.2;
  cursor: default;
  pointer-events: none
}

.fund-button.is-active {
  background-color: #2c3b97;
  color: white
}

.fund-button--flagship {
  position: relative;
  padding-left: 34px
}

.fund-button--flagship::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 14px;
  color: inherit;
  position: absolute;
  left: 10px;
  top: 50%;
  color: #2c3b97;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wf-fontawesome-webfont-n4-active .fund-button--flagship::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-button--flagship::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .fund-button--flagship::before {
    visibility: visible
  }
}

.fund-button--flagship.is-active::before {
  color: inherit
}

.button {
  border-radius: 4px;
  padding: 13px 24px;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  cursor: pointer
}

.button p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: white;
  display: inline-block
}

.button p+i {
  margin-left: 7px
}

.button i {
  display: inline-block
}

.button i+p {
  margin-left: 7px
}

.button:focus {
  outline: none
}

.button[disabled] {
  background-color: #f7f7fa;
  border-color: #f7f7fa;
  color: #dae0e4;
  pointer-events: none;
  cursor: default
}

.button[disabled]::before {
  color: #dae0e4
}

.button.disabled {
  background-color: #f7f7fa;
  border-color: #f7f7fa;
  color: #dae0e4;
  pointer-events: none;
  cursor: default
}

.button.disabled::before {
  color: #dae0e4
}

@media (min-width: 600px) {
  .button {
    width: auto;
    display: inline-block
  }
}

.button--link {
  font-weight: bold;
  border-color: white;
  background-color: white;
  color: #2c3b97;
  text-transform: capitalize
}

.button--link:hover,.button--link:active,.button--link:focus {
  color: #2c3b97;
  border-color: white;
  background-color: white;
  text-decoration: underline
}

.button--outlined {
  background: white;
  color: #2c3b97;
  border: 1px solid #2c3b97
}

.button--outlined p {
  color: #2c3b97
}

.button--outlined p::before {
  color: #2c3b97
}

.button--outlined:hover {
  background-color: #f6f7f7
}

.button--outlined:hover:active {
  background-color: #eeeeef
}

.button--sm {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
  padding: 7px 16px
}

.button--sm p {
  font-size: 12px
}

.button--secondary {
  background: #49c5b1;
  color: white;
  border: 1px solid #49c5b1
}

.button--secondary p::before {
  color: white
}

.button--secondary:hover {
  color: #2c3b97;
  background-color: #dbf3ef;
  border-color: #dbf3ef
}

.button--secondary:hover p {
  color: #2c3b97
}

.button--secondary:hover p::before {
  color: #2c3b97
}

.button--secondary:hover:active {
  background-color: #b6e8e0;
  border-color: #b6e8e0
}

.form-control {
  display: block;
  width: 100%;
  color: #212121;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571;
  font-weight: 400;
  height: 34px;
  padding: 7px 8px;
  background-color: white;
  border-radius: 0;
  border: 1px solid #989b9c;
  outline: none
}

.form-control:invalid,.form-control .error {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control.error,select.error+.custom-select__value {
  border-color: #cd0000
}

.show-validation .form-control:invalid,.show-validation select:invalid+.custom-select__value {
  border-color: #cd0000
}

.show-validation .form-control:valid,.show-validation select:valid+.custom-select__value {
  border-color: #989b9c
}

textarea.form-control {
  height: auto;
  resize: none
}

.form-control::-webkit-input-placeholder {
  color: #212121;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #212121;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #212121;
  opacity: 1
}

.form-control:-moz-placeholder {
  color: #212121;
  opacity: 1
}

.form-group {
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 17px
  }
}

.form-group .form-group:last-child {
  margin-bottom: 0
}

.form-group label,.form-group legend {
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0
}

.form-group small {
  font-size: 12px;
  display: block
}

.form-group--check {
  padding-left: 30px;
  position: relative
}

.form-group--check input {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1
}

.form-group--check input[type="checkbox"]+label::before,.form-group--check input[type="radio"]+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: 40px 20px;
  background-size: 40px 20px
}

.form-group--check input[type="checkbox"]+label::before {
  background-image: url(/assets_cos/images/check.png)
}

.form-group--check input[type="radio"]+label::before {
  background-image: url(/assets_cos/images/radio.png)
}

.form-group--check input[type="checkbox"]:checked+label::before,.form-group--check input[type="radio"]:checked+label::before {
  background-position: -20px 0
}

.form-group--check input:disabled+label::before,.form-group--check input:disabled+* {
  opacity: 0.6
}

.form-group--check label {
  display: inline-block
}

.form-group--inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.75rem
}

.form-group a {
  color: #2c3b97;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-bottom: -1px
}

.form-group a:hover {
  border-color: transparent
}

.form-group--radio {
  padding-left: 30px
}

.form-group--radio label {
  font-size: 12px;
  font-size: .75rem
}

.form-group--radio label input {
  float: left;
  margin-left: -30px
}

@media (min-width: 768px) {
  .form-group--inline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .form-group--inline-label label {
    margin-right: 10px
  }

  .form-group--inline-label .form-control,  .form-group--inline-label .custom-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.form-btns__label {
  float: right;
  font-size: 12px;
  font-size: .75rem;
  line-height: 30px
}

.form-btns--right {
  text-align: right
}

.form-btns--right .form-btns__label {
  float: left
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #2c3b97;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

.icon--sidebar {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px
}

.icon .fa {
  color: #e8e6df;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -7px
}

.icon:hover,.icon:focus,a:hover .icon,a:focus .icon {
  background-color: #8089c1
}

.icon--primary {
  background-color: #2c3b97
}

.icon--square {
  border-radius: 0
}

.icon--md {
  width: 48px;
  height: 48px;
  font-size: 24px
}

.icon--md .fa {
  margin-top: -12px
}

.icon--lg {
  width: 58px;
  height: 58px;
  font-size: 28px
}

.icon--lg .fa {
  margin-top: -14px
}

.icon--xl {
  width: 68px;
  height: 68px;
  font-size: 36px
}

.icon--xl .fa {
  margin-top: -18px
}

.cos--locked:before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 18px;
  padding-right: 8px;
  display: inline-block
}

.cs {
  text-align: justify;
  text-justify: distribute;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px
}

@supports (display: flex) {
  .cs {
    text-align: inherit;
    text-justify: auto;
    font-size: inherit;
    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
  }
}

.cs::after {
  content: '';
  width: 100%;
  display: inline-block
}

@supports (display: flex) {
  .cs::after {
    display: none
  }
}

.cs [class*=cols] {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@supports (display: flex) {
  .cs [class*=cols] {
    text-align: inherit;
    display: block
  }
}

.cs [class*=cols],.cs [class*=cols] [class*=cols] {
  width: 100%
}

@media screen and (min-width: 992px) {
  .cs .cols-md-1 {
    width: 8.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-2 {
    width: 16.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-3 {
    width: 25%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-4 {
    width: 33.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5 {
    width: 41.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7 {
    width: 58.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8 {
    width: 66.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9 {
    width: 75%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10 {
    width: 83.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11 {
    width: 91.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-11 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-10 {
    width: 90.90909%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-9 {
    width: 81.81818%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-8 {
    width: 72.72727%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-7 {
    width: 63.63636%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-6 {
    width: 54.54545%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-5 {
    width: 45.45455%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-4 {
    width: 36.36364%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-3 {
    width: 27.27273%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-2 {
    width: 18.18182%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-11:not([md]) .cols-md-1 {
    width: 9.09091%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-10 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-9 {
    width: 90%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-8 {
    width: 80%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-7 {
    width: 70%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-6 {
    width: 60%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-5 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-4 {
    width: 40%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-3 {
    width: 30%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-2 {
    width: 20%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-10:not([md]) .cols-md-1 {
    width: 10%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-9 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-8 {
    width: 88.88889%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-7 {
    width: 77.77778%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-6 {
    width: 66.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-5 {
    width: 55.55556%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-4 {
    width: 44.44444%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-3 {
    width: 33.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-2 {
    width: 22.22222%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-9:not([md]) .cols-md-1 {
    width: 11.11111%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-8 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-7 {
    width: 87.5%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-6 {
    width: 75%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-5 {
    width: 62.5%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-4 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-3 {
    width: 37.5%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-2 {
    width: 25%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-8:not([md]) .cols-md-1 {
    width: 12.5%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-7 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-6 {
    width: 85.71429%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-5 {
    width: 71.42857%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-4 {
    width: 57.14286%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-3 {
    width: 42.85714%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-2 {
    width: 28.57143%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-7:not([md]) .cols-md-1 {
    width: 14.28571%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-6 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-5 {
    width: 83.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-4 {
    width: 66.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-3 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-2 {
    width: 33.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-6:not([md]) .cols-md-1 {
    width: 16.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5:not([md]) .cols-md-5 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5:not([md]) .cols-md-4 {
    width: 80%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5:not([md]) .cols-md-3 {
    width: 60%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5:not([md]) .cols-md-2 {
    width: 40%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-5:not([md]) .cols-md-1 {
    width: 20%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-4:not([md]) .cols-md-4 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-4:not([md]) .cols-md-3 {
    width: 75%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-4:not([md]) .cols-md-2 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-4:not([md]) .cols-md-1 {
    width: 25%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-3:not([md]) .cols-md-3 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-3:not([md]) .cols-md-2 {
    width: 66.66667%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-3:not([md]) .cols-md-1 {
    width: 33.33333%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-2:not([md]) .cols-md-2 {
    width: 100%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-2:not([md]) .cols-md-1 {
    width: 50%
  }
}

@media screen and (min-width: 992px) {
  .cs .cols-md-1:not([md]) .cols-md-1 {
    width: 100%
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  width: 100%;
  max-width: 100%
}

.container:before,.container:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 768px) {
  .container {
    max-width: 810px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1030px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
    padding: 0 30px
  }
}

.fullwidth-container--with-paddings {
  padding-top: 37px;
  padding-bottom: 34px
}

.fullwidth-container--cream {
  background-color: #efebe1
}

.fullwidth-container--bold-blue {
  background-color: #2c3b97
}

.fullwidth-container--border-top {
  border-top: 2px solid white
}

.fullwidth-container--grey {
  background: #e8e6df
}

.fullwidth-container__inner {
  padding: 0 15px;
  margin: 0 auto
}

@media (min-width: 768px) {
  .fullwidth-container__inner {
    max-width: 810px
  }
}

@media (min-width: 992px) {
  .fullwidth-container__inner {
    max-width: 1030px
  }
}

@media (min-width: 1200px) {
  .fullwidth-container__inner {
    max-width: 1230px;
    padding: 0 30px
  }
}

.cs [class*=cols] {
  text-align: left
}

.tooltip {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.36364;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  max-width: 200px;
  padding: 3px 8px;
  background-color: #d6d2c4;
  border-radius: 4px
}

@media (min-width: 992px) {
  .tooltip {
    max-width: 250px
  }
}

.tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip--top {
  margin-top: -6px
}

.tooltip--top::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #d6d2c4
}

.tooltip--bottom {
  margin-top: 6px
}

.tooltip--bottom::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #d6d2c4
}

.tooltip--left {
  margin-left: -6px
}

.tooltip--left::before {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #d6d2c4
}

.tooltip--right {
  margin-left: 6px
}

.tooltip--right::before {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #d6d2c4
}

.table,.rte .table,.rte table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white
}

.table th,.rte .table th,.rte table th {
  font-weight: normal
}

.table table,.rte .table table,.rte table table {
  margin: 0
}

.table thead tr,.rte .table thead tr,.rte table thead tr {
  background: white;
  border-top: 4px solid #2c3b97
}

.table thead th,.rte .table thead th,.rte table thead th,.table thead td,.rte .table thead td,.rte table thead td {
  text-align: left;
  color: #2c3b97;
  font-weight: 600;
  padding: 8px;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308
}

.table thead tr.table__columns,.rte table thead tr.table__columns {
  background: white;
  border: none
}

.table thead tr.table__columns td,.rte table thead tr.table__columns td,.table thead tr.table__columns th,.rte table thead tr.table__columns th {
  color: #2c3b97;
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white
}

.table thead tr.table__columns td:first-child,.rte table thead tr.table__columns td:first-child,.table thead tr.table__columns th:first-child,.rte table thead tr.table__columns th:first-child {
  text-align: left
}

.table thead tr.table__columns--clear td,.rte table thead tr.table__columns--clear td,.table thead tr.table__columns--clear th,.rte table thead tr.table__columns--clear th {
  border-top: none;
  border-right: none;
  border-left: none
}

.table tbody tr:last-child,.rte table tbody tr:last-child {
  border-bottom: 2px solid #2c3b97
}

.table tbody td,.rte .table tbody td,.rte table tbody td,.table tbody th,.rte .table tbody th,.rte table tbody th {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  padding: 8px;
  border-top: 1px solid #bbbcbd;
  vertical-align: top
}

.table tbody td:first-child,.rte table tbody td:first-child,.table tbody th:first-child,.rte table tbody th:first-child {
  text-align: left
}

.table tbody td p,.rte .table tbody td p,.rte table tbody td p,.table tbody th p,.rte .table tbody th p,.rte table tbody th p {
  margin-top: 0px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667
}

.table tbody tr.table__total,.rte table tbody tr.table__total {
  background-color: #e8e6df
}

.table td.header-light,.rte table td.header-light,.table th.header-light,.rte table th.header-light {
  border-color: #bbbcbd;
  background-color: #e8e6df
}

.table td.empty,.rte table td.empty {
  background-color: #e8e6df
}

.table--striped tbody tr:nth-child(odd),.rte .table--striped tbody tr:nth-child(odd) {
  background-color: #e8e6df
}

.table--striped-vertical tbody td:nth-child(even),.rte .table--striped-vertical tbody td:nth-child(even) {
  background-color: #e8e6df
}

.table--sub-header,.rte .table--sub-header {
  background: #e8e6df;
  border-color: #e8e6df
}

.table--sub-header th,.rte .table--sub-header th {
  color: #000
}

.table--financial,.rte .table--financial {
  text-align: right
}

.table--financial tbody td,.rte .table--financial tbody td,.table--investment tbody td,.rte .table--investment tbody td {
  border-right: 1px solid white;
  border-left: 1px solid white
}

.table--financial tbody td:first-child,.rte .table--financial tbody td:first-child,.table--investment tbody td:first-child,.rte .table--investment tbody td:first-child {
  text-align: left;
  border-left: 1px solid white
}

.table--investment,.rte .table--investment {
  table-layout: fixed
}

.table--investment td,.rte .table--investment td {
  vertical-align: middle;
  text-align: center
}

.table--investment .table__columns,.rte .table--investment .table__columns {
  background: #e8e6df
}

.table--investment .table__columns th,.rte .table--investment .table__columns th {
  text-align: center;
  border: 0;
  text-transform: uppercase
}

.table--investment .custom-select__value,.rte .table--investment .custom-select__value {
  padding-left: 16px
}

.table--fixed,.rte .table--fixed {
  table-layout: fixed
}

.table--small,.rte .table--small {
  width: auto
}

.table--content,.rte .table--content {
  table-layout: fixed
}

.table--content thead th,.table--content tbody th,.rte .table--content thead th,.rte .table--content tbody th {
  padding: 12px 17px
}

.table--content thead td,.table--content tbody td,.rte .table--content thead td,.rte .table--content tbody td {
  padding: 17px 13px 20px
}

.table--content thead td>*:first-child,.table--content tbody td>*:first-child,.rte .table--content thead td>*:first-child,.rte .table--content tbody td>*:first-child {
  margin-top: 0
}

.table--bottom-bordered,.rte .table--bottom-bordered {
  min-width: 0 !important
}

.table--bottom-bordered td,.rte .table--bottom-bordered td {
  border: 0 !important;
  border-bottom: 1px solid #bbbcbd !important
}

.table--bottom-bordered tr td:first-child,.rte .table--bottom-bordered tr td:first-child {
  color: #2c3b97
}

.table--bottom-bordered tr td:last-child,.rte .table--bottom-bordered tr td:last-child {
  text-align: right
}

.table--block td {
  width: 70%
}

.table--block td:first-child {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: 600;
  width: 30%
}

.table--block td a {
  color: #2c3b97;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  margin-top: 20px
}

.table--block td a:hover {
  border-bottom: 0
}

.table--block-3col {
  width: 100%
}

.table--block-3col td {
  width: 70%
}

.table--block-3col__line-heading {
  text-transform: uppercase;
  color: #2c3b97
}

.table--block-3col__left-section {
  padding: 0 !important;
  background: #d6d2c4;
  vertical-align: middle !important
}

.table--block-3col__left-section p {
  text-align: center
}

.table--block-3col__right-section {
  padding: 0 !important
}

.table--block-3col__right-section table {
  margin-bottom: 0
}

.table--block-3col__right-section table td {
  width: 50%
}

.table-overflow {
  -webkit-overflow-scrolling: touch
}

@media (max-width: 767px) {
  .table-overflow {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden
  }

  .table-overflow table {
    margin-bottom: 0;
    min-width: 640px
  }

  .table-overflow .table--small {
    min-width: 300px
  }
}

.table__secondary-header {
  background: #e8e6df !important;
  border-color: #e8e6df !important
}

.table__secondary-header th,.table__secondary-header td {
  color: #212121 !important
}

.table .table-borderless,.table .table-borderless:first-child,.table .table-borderless:last-child,.table .table-borderless td,.table .table-borderless td:first-child,.table .table-borderless td:last-child,.table .table-borderless th,.table .table-borderless th:first-child,.table .table-borderless th:last-child,.table .table-borderless tbody,.table .table-borderless tbody:first-child,.table .table-borderless tbody:last-child,.table .table-borderless tbody td,.table .table-borderless tbody td:first-child,.table .table-borderless tbody td:last-child,.table .table-borderless tbody th,.table .table-borderless tbody th:first-child,.table .table-borderless tbody th:last-child,.table .table-borderless thead,.table .table-borderless thead:first-child,.table .table-borderless thead:last-child,.table .table-borderless thead td,.table .table-borderless thead td:first-child,.table .table-borderless thead td:last-child,.table .table-borderless thead th,.table .table-borderless thead th:first-child,.table .table-borderless thead th:last-child,.table-borderless,.table-borderless:first-child,.table-borderless:last-child,.table-borderless td,.table-borderless td:first-child,.table-borderless td:last-child,.table-borderless th,.table-borderless th:first-child,.table-borderless th:last-child,.table-borderless tbody,.table-borderless tbody:first-child,.table-borderless tbody:last-child,.table-borderless tbody td,.table-borderless tbody td:first-child,.table-borderless tbody td:last-child,.table-borderless tbody th,.table-borderless tbody th:first-child,.table-borderless tbody th:last-child,.table-borderless thead,.table-borderless thead:first-child,.table-borderless thead:last-child,.table-borderless thead td,.table-borderless thead td:first-child,.table-borderless thead td:last-child,.table-borderless thead th,.table-borderless thead th:first-child,.table-borderless thead th:last-child {
  border: none
}

.fund-journey-table {
  table-layout: fixed
}

.table--fund-web-library__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px
}

.table--fund-web-library__selector {
  max-width: 240px
}

.table--fund-web-library .form-group {
  margin-bottom: 0
}

.table--fund-web-listings,.rte .table--fund-web-listings,.table--fund-web-detail,.rte .table--fund-web-detail {
  margin-bottom: 10px;
  min-width: 460px
}

.table--fund-web-listings thead tr.table__columns th,.rte .table--fund-web-listings thead tr.table__columns th,.table--fund-web-detail thead tr.table__columns th,.rte .table--fund-web-detail thead tr.table__columns th {
  text-align: center
}

.table--fund-web-listings tbody td,.rte .table--fund-web-listings tbody td,.table--fund-web-detail tbody td,.rte .table--fund-web-detail tbody td {
  text-align: center;
  padding: 15px 8px;
  vertical-align: middle
}

.table--fund-web-listings tbody td:first-child,.rte .table--fund-web-listings tbody td:first-child,.table--fund-web-detail tbody td:first-child,.rte .table--fund-web-detail tbody td:first-child {
  font-weight: 400
}

.table--fund-web-detail,.rte .table--fund-web-detail {
  margin-bottom: 20px;
  min-width: 310px
}

.table--fund-web-detail tbody td,.rte .table--fund-web-detail tbody td {
  padding: 8px 8px 5px
}

.table--fund-listing {
  margin-top: 20px
}

.table--fund-listing thead tr th {
  text-align: center;
  vertical-align: middle
}

.table--fund-listing thead tr th:first-child {
  text-align: left
}

.table--fund-listing tbody tr td {
  text-align: center;
  vertical-align: middle
}

.table--fund-listing tbody tr td i,.table--fund-listing tbody tr td a {
  vertical-align: middle
}

.table--fund-listing tbody tr td input {
  display: inline-block;
  cursor: pointer
}

.table--fund-prices thead tr th {
  text-align: right
}

.table--fund-prices thead tr th:first-child {
  text-align: left
}

.table--fund-prices tbody tr td {
  text-align: right
}

.table--fund-prices tbody tr td:first-child {
  text-align: left
}

@media (min-width: 992px) {
  .table--fund-prices tbody tr td:first-child {
    width: 400px
  }
}

.text-centered {
  text-align: center
}

.text-right {
  text-align: right
}

.rte .balloon-desc,.balloon-desc {
  text-align: left
}

.rte .balloon-desc ul,.balloon-desc ul {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33333
}

.callout {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: center;
  background-color: #e8e6df;
  border: 1px solid #e8e6df;
  padding: 20px
}

.callout strong {
  font-weight: 600
}

.callout i,.callout em {
  font-style: italic
}

.h1,.h2,.h3,.block-heading,.rte h1,.rte h2,.rte h3,.rte h4,.rte .h4-serif,.rte h5 {
  font-weight: 600;
  color: #2c3b97;
  margin-top: 1em
}

.img-heading,.rte .img-heading {
  color: #2c3b97;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center
}

.img-heading img,.rte .img-heading img,.img-heading .fa {
  display: block;
  margin: 0 auto 10px
}

.img-heading::after,.rte .img-heading::after {
  content: "";
  display: block;
  width: 100px;
  border-top: 1px solid #e8e6df;
  margin: 10px auto 0
}

.h1 {
  font-weight: normal;
  color: #2c3b97;
  margin: 23px 0
}

.h2 {
  color: #2c3b97
}

.h3 {
  color: #2c3b97
}

.block-heading {
  color: #2c3b97;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13636;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase
}

.size-xs,.rte .size-xs,.rte p,.listing__items li p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857
}

.size-s,.rte h5,.rte .size-s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5
}

.size-m,.rte h4,.rte .h4-serif,.rte .size-m {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444
}

.size-l,.h3,.rte h3,.rte .size-l {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667
}

.size-xl,.h2,.rte h2,.rte .size-xl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462
}

@media (min-width: 992px) {
  .size-xl,  .h2,  .rte h2,  .rte .size-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125
  }
}

.size-xxl,.h1,.rte h1,.rte .size-xxl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125
}

@media (min-width: 992px) {
  .size-xxl,  .h1,  .rte h1,  .rte .size-xxl {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.26316
  }
}

.ol,.rte ol,.rte .ol,.ul,.rte ul,.rte .ul {
  margin-top: 0.75em;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857
}

.ol ul,.rte ol ul,.rte .ol ul,.ul ul,.rte ul ul,.rte .ul ul,.ol ol,.rte ol ol,.rte .ol ol,.ul ol,.rte ul ol,.rte .ul ol {
  margin-top: 0;
  list-style: none
}

.ol li,.rte ol li,.rte .ol li,.ul li,.rte ul li,.rte .ul li {
  margin-top: 0.25em
}

.ol,.rte ol,.rte .ol {
  counter-reset: item;
  list-style-type: none
}

.ol>li,.rte ol>li,.rte .ol>li {
  position: relative;
  padding-left: 1.8125rem
}

.ol>li::before,.rte ol>li::before,.rte .ol>li::before {
  content: counters(item, ".", decimal) ".";
  counter-increment: item;
  display: block;
  position: absolute;
  left: .1875rem;
  top: 0;
  color: #2c3b97
}

.ol>li ol>li,.rte ol>li ol>li,.rte .ol>li ol>li {
  padding-left: 2.25rem
}

.ul,.rte ul,.rte .ul {
  list-style-type: none
}

.ul li,.rte ul li,.rte .ul li {
  position: relative;
  padding-left: 1.1875rem
}

.ul li::before,.rte ul li::before,.rte .ul li::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(/assets_cos/images/chevron-bullet.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  left: 3px;
  top: .3125rem
}

.info-link {
  white-space: nowrap
}

.info-link::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 12px;
  padding-left: 3px;
  vertical-align: super;
  text-decoration: none !important;
  display: inline-block
}

.wf-fontawesome-webfont-n4-active .info-link::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .info-link::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .info-link::after {
    visibility: visible
  }
}

.page-title {
  position: relative;
  margin-bottom: 53px
}

.page-title .h1 {
  margin-bottom: 0
}

.page-title .h2 {
  color: #2c3b97;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0
}

@media (min-width: 768px) {
  .page-title--has-btn {
    padding-right: 250px
  }
}

.page-title--has-btn .btn {
  margin-top: 10px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s
}

@media (min-width: 768px) {
  .page-title--has-btn .btn {
    position: absolute;
    right: 0;
    top: 0
  }
}

.page-title--has-btn .btn.is-open {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s 0.3s, opacity 0.3s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear
}

.page-title--has-bdr {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbcbd
}

.rte {
  padding-bottom: 20px
}

.rte>*:first-child {
  margin-top: 0
}

.rte h1 {
  font-weight: normal
}

.rte .h4-serif {
  font-family: "Georgia","Times","Times New Roman","serif"
}

.rte h6 {
  font-weight: normal
}

.rte img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto
}

.rte p {
  margin-top: 20px;
  margin-top: 1.25rem
}

.rte a:not([class]),.rte a.info-link {
  color: #2c3b97;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-bottom: -1px
}

.rte a:not([class]):hover,.rte a:not([class]):focus,.rte a.info-link:hover,.rte a.info-link:focus {
  border-bottom: 0
}

.small,.rte small,.rte .small {
  font-size: 78.57143%;
  color: #54585a
}

.img-full {
  width: 100%;
  height: auto
}

.img-centered {
  display: block;
  margin: 0 auto;
  height: auto
}

@media (min-width: 768px) {
  .img-left,  .rte .img-left {
    float: left;
    margin-right: 20px;
    max-width: 50%;
    height: auto
  }
}

@media (min-width: 768px) {
  .img-right,  .rte .img-right {
    float: right;
    margin-left: 20px;
    max-width: 50%;
    height: auto
  }
}

strong,b {
  font-weight: 600
}

em,i {
  font-style: italic
}

.rte--dark {
  color: white
}

.rte--dark a {
  color: inherit
}

legend {
  display: block
}

legend .icon {
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin-right: 3px
}

.tabs-pills {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308;
  padding: 5px 10px;
  background-color: white;
  text-align: center
}

.tabs-pills a {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
  color: #2c3b97;
  text-decoration: none
}

.tabs-pills--secondary a.is-open {
  border: 1px solid #54585a;
  color: #8089c1;
  background-color: white
}

.tabs-pills--primary a.is-open {
  color: white;
  background-color: #2c3b97;
  cursor: default
}

.tabs-pills--simple a {
  padding: 5px 0
}

.tabs-pills--simple a.is-open {
  color: #49c5b1
}

.panel {
  border: 1px solid #bbbcbd;
  background: white;
  margin-bottom: 25px
}

.panel__selected-funds {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e6df;
  padding-bottom: 20px
}

.panel__selected-funds li {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 1px solid #e8e6df;
  padding: 10px
}

.panel__selected-funds li span {
  color: #76797b;
  text-transform: uppercase;
  font-size: 12px
}

.panel__selected-funds li span.panel__selected-right {
  float: right
}

.panel__selected-funds li span.panel__selected-close {
  cursor: pointer
}

.panel__selected-funds li:before {
  display: none !important
}

.panel .rte {
  padding-bottom: 0px
}

.panel__heading {
  padding: 15px;
  background: #2c3b97;
  position: relative
}

.panel__heading p {
  color: white;
  text-transform: uppercase
}

.panel__clear {
  color: white;
  font-size: 10px;
  right: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.panel__body {
  padding: 15px
}

.panel--link-list {
  padding: 0 15px 15px 15px
}

.pagination {
  text-align: center
}

.pagination>ul {
  margin: 20px 0;
  display: inline-block
}

.pagination>ul>li {
  display: inline;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase
}

.pagination>ul>li a {
  position: relative;
  float: left;
  text-decoration: none;
  padding: 6px 9px;
  color: #212121;
  white-space: nowrap
}

@media (min-width: 992px) {
  .pagination>ul>li a {
    padding: 6px 12px
  }
}

.pagination>ul>li a i {
  margin: 0 4px
}

.pagination>ul>li a.is-active {
  font-weight: 600;
  color: #2c3b97
}

.pagination>ul>li.pagination__prev a,.pagination>ul>li.pagination__next a {
  cursor: default;
  color: #bbbcbd
}

.pagination>ul>li.pagination__prev a.is-active,.pagination>ul>li.pagination__next a.is-active {
  cursor: pointer;
  font-weight: normal;
  color: #2c3b97
}

.is-loading {
  position: relative
}

.is-loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: white;
  opacity: 0.7
}

.loader {
  border-radius: 50%;
  width: 64px;
  height: 64px
}

.loader {
  z-index: 2;
  display: none;
  position: absolute;
  top: 75px;
  left: 50%;
  margin: -32px 0 0 -32px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 7px solid #2c3b97;
  border-right: 7px solid #2c3b97;
  border-bottom: 7px solid #2c3b97;
  border-left: 7px solid transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinit 1.1s infinite linear;
  animation: spinit 1.1s infinite linear
}

.is-loading .loader {
  display: block
}

[data-widget="Paging"] .loader {
  top: auto;
  bottom: 125px
}

@-webkit-keyframes spinit {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinit {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.tabs {
  border-bottom: 1px solid #bbbcbd
}

@media (min-width: 992px) {
  .tabs--flexbox .tabs__items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.tabs--flexbox .tabs__tab {
  border-color: white !important
}

@media (min-width: 992px) {
  .tabs--flexbox .tabs__tab {
    display: block;
    width: 100%
  }
}

.tabs--flexbox .tabs__tab a {
  background-color: #d6d2c4;
  border-color: white
}

@media (min-width: 992px) {
  .tabs--flexbox .tabs__tab a {
    font-size: 14px
  }
}

.tabs--flexbox+.tab-content {
  padding: 34px 15px
}

@media (min-width: 992px) {
  .tabs--flexbox+.tab-content {
    padding: 34px 40px;
    border-color: white
  }
}

.tabs__mobile {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  padding: 0;
  width: 100%;
  text-align: left;
  border-top: 3px solid #2c3b97;
  cursor: pointer
}

.tabs__mobile.is-open {
  border-top-color: #8089c1
}

.tabs__mobile.is-open .tabs__value {
  background-color: #e8e6df
}

@media (min-width: 992px) {
  .tabs__mobile {
    display: none
  }
}

.tabs__value {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  border-left: 1px solid #bbbcbd;
  border-right: 1px solid #bbbcbd;
  padding: 13px 14px;
  padding-right: 35px;
  background-color: white
}

.tabs__menu {
  display: inline-block;
  color: #2c3b97;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -9px
}

.tabs__items {
  border-left: 1px solid #bbbcbd;
  border-right: 1px solid #bbbcbd;
  list-style: none
}

@media (min-width: 992px) {
  .tabs__items {
    display: block !important;
    height: auto !important;
    border: none;
    font-size: 0;
    margin-bottom: -1px
  }
}

.tabs__tab.is-open {
  display: none
}

@media (min-width: 992px) {
  .tabs__tab {
    display: inline-block;
    border-right: 1px solid #bbbcbd;
    vertical-align: top
  }

  .tabs__tab:first-child {
    border-left: 1px solid #bbbcbd
  }

  .tabs__tab.is-open {
    display: inline-block;
    position: relative
  }

  .tabs__tab.is-open a {
    cursor: default;
    padding-top: 15px;
    border-top-width: 3px;
    border-top-color: #49c5b1;
    border-bottom-color: white;
    background-color: white
  }
}

.tabs__tab a {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.76923;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #212121;
  background-color: white;
  text-decoration: none;
  padding: 13px 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.tabs__tab a:hover,.tabs__tab a:focus {
  background-color: #e5eef2
}

@media (min-width: 992px) {
  .tabs__tab a {
    padding: 17px 25px;
    text-align: center;
    border-top: 1px solid #bbbcbd;
    border-bottom: 1px solid #bbbcbd;
    background-color: #e8e6df;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s
  }

  .tabs__tab a:hover,  .tabs__tab a:focus {
    padding-top: 15px;
    border-top-width: 3px;
    border-top-color: #49c5b1;
    background-color: white
  }
}

.tab-content {
  border: 1px solid #bbbcbd;
  border-top: none;
  padding: 14px 15px 0;
  background-color: white;
  margin-bottom: 20px
}

.has-float-label {
  display: block;
  position: relative
}

.has-float-label label,.has-float-label>span {
  position: absolute;
  left: 0;
  top: 0;
  right: 16px;
  cursor: text;
  font-size: 12px;
  font-size: .75rem;
  color: #5c5f61;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  margin: 0;
  padding: 5px 0 0;
  padding-left: 8px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.has-float-label textarea {
  width: 100%
}

.has-float-label textarea+label,.has-float-label textarea+span {
  background-color: white
}

.has-float-label input,.has-float-label select,.has-float-label textarea {
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.85714;
  color: #000000;
  padding-top: 1.25em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #bbbcbd;
  min-height: 60px
}

.has-float-label input {
  line-height: 16px
}

.has-float-label textarea {
  line-height: 1.5;
  padding-top: 1.75em
}

.has-float-label input::-webkit-input-placeholder,.has-float-label select::-webkit-input-placeholder,.has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-moz-placeholder,.has-float-label select::-moz-placeholder,.has-float-label textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input:-ms-input-placeholder,.has-float-label select:-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-webkit-input-placeholder,.has-float-label select::-webkit-input-placeholder,.has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-moz-placeholder,.has-float-label select::-moz-placeholder,.has-float-label textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input:-ms-input-placeholder,.has-float-label select:-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-ms-input-placeholder,.has-float-label select::-ms-input-placeholder,.has-float-label textarea::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-webkit-input-placeholder,.has-float-label select::-webkit-input-placeholder,.has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-moz-placeholder,.has-float-label select::-moz-placeholder,.has-float-label textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input:-ms-input-placeholder,.has-float-label select:-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::-ms-input-placeholder,.has-float-label select::-ms-input-placeholder,.has-float-label textarea::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input::placeholder,.has-float-label select::placeholder,.has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label input:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder,.has-float-label select:-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder {
  color: transparent
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label input:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus):-ms-input-placeholder,.has-float-label select:-ms-input-placeholder:not(:focus):-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus)::-ms-input-placeholder,.has-float-label select:-ms-input-placeholder:not(:focus)::-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus)::-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus):-ms-input-placeholder,.has-float-label select:-ms-input-placeholder:not(:focus):-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus)::-ms-input-placeholder,.has-float-label select:-ms-input-placeholder:not(:focus)::-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus)::-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus)::placeholder,.has-float-label select:-ms-input-placeholder:not(:focus)::placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus)::placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0
}

.has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder,.has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder,.has-float-label textarea:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}

.has-float-label input:-ms-input-placeholder:not(:focus)::placeholder,.has-float-label select:-ms-input-placeholder:not(:focus)::placeholder,.has-float-label textarea:-ms-input-placeholder:not(:focus)::placeholder {
  opacity: 0
}

.has-float-label input:placeholder-shown:not(:focus)::placeholder,.has-float-label select:placeholder-shown:not(:focus)::placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0
}

.has-float-label input:-moz-placeholder-shown:not(:focus)+*,.has-float-label select:-moz-placeholder-shown:not(:focus)+*,.has-float-label textarea:-moz-placeholder-shown:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px;
  white-space: normal;
  overflow: visible;
  background-color: white
}

.has-float-label input:-ms-input-placeholder:not(:focus)+*,.has-float-label select:-ms-input-placeholder:not(:focus)+*,.has-float-label textarea:-ms-input-placeholder:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px;
  white-space: normal;
  overflow: visible;
  background-color: white
}

.has-float-label input:-moz-placeholder-shown:not(:focus)+*,.has-float-label select:-moz-placeholder-shown:not(:focus)+*,.has-float-label textarea:-moz-placeholder-shown:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px;
  white-space: normal;
  overflow: visible;
  background-color: white
}

.has-float-label input:-ms-input-placeholder:not(:focus)+*,.has-float-label select:-ms-input-placeholder:not(:focus)+*,.has-float-label textarea:-ms-input-placeholder:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px;
  white-space: normal;
  overflow: visible;
  background-color: white
}

.has-float-label input:placeholder-shown:not(:focus)+*,.has-float-label select:placeholder-shown:not(:focus)+*,.has-float-label textarea:placeholder-shown:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px;
  white-space: normal;
  overflow: visible;
  background-color: white
}

.has-float-label input:-ms-input-placeholder:not(:focus)+*,.has-float-label select:-ms-input-placeholder:not(:focus)+*,.has-float-label textarea:-ms-input-placeholder:not(:focus)+* {
  font-size: 14px;
  font-size: 0.875rem;
  top: 0.75em;
  line-height: 21px
}

.has-float-label input:focus,.has-float-label select:focus,.has-float-label textarea:focus {
  outline: 0;
  border-color: #2c3b97
}

.has-float-label select {
  padding-right: 1em;
  background: url(/assets_webui/custom_styles/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.5em bottom 0.75em;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px
}

.has-float-label .form-control {
  background-color: white;
  width: 100%
}

.notification {
  border-left: 4px solid;
  padding: 13px 15px;
  margin-top: 20px
}

.notification:before,.notification:after {
  content: "";
  display: table;
  clear: both
}

.notification__icon {
  float: left;
  margin-right: 10px
}

.notification__icon .fa {
  font-size: 24px
}

.notification__body {
  overflow: hidden
}

.notification__body .rte {
  padding-bottom: 3px;
  padding-top: 3px
}

.notification--success {
  border-color: #2fa895;
  background-color: #ecf9f7
}

.notification--success,.notification--success .rte a:not([class]),.notification--success .rte a.info-link {
  color: #2fa895
}

.notification--error {
  border-color: #cd0000;
  background-color: #fae5e5
}

.notification--error,.notification--error .rte a:not([class]),.notification--error .rte a.info-link {
  color: #cd0000
}

.notification--info {
  border-color: #2c3b97;
  background-color: #e9ebf4
}

.notification--info,.notification--info .rte a:not([class]),.notification--info .rte a.info-link {
  color: #2c3b97
}

.notification--warning {
  border-color: #54585a;
  background-color: #eee
}

.notification--warning,.notification--warning .rte a:not([class]),.notification--warning .rte a.info-link {
  color: #54585a
}

.action-block {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin: 20px auto;
  background-color: #e8e6df;
  border: 1px solid #e8e6df;
  color: #212121;
  padding: 20px
}

@media (min-width: 992px) {
  .action-block {
    margin: 40px auto
  }
}

.action-block__wrap {
  border: 1px solid #e8e6df;
  border-top: none
}

@media (max-width: 991px) {
  .action-block__wrap {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.action-block__title {
  color: #2c3b97;
  font-weight: 600;
  margin-bottom: 10px
}

.action-block__button {
  text-align: center
}

.action-block p {
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .action-block {
    max-width: 283px
  }
}

@media (max-width: 991px) {
  .action-block .btn {
    display: block
  }
}

.action-block.js-perent-active {
  background-color: white;
  color: #212121
}

.action-block.js-perent-active .action-block__title {
  color: #5662ac
}

.action-block.js-perent-active .btn {
  border-color: #989b9c
}

.bar-chart:before,.bar-chart:after {
  content: "";
  display: table;
  clear: both
}

.bar-chart__row {
  margin-bottom: 10px;
  font-size: 0
}

.bar-chart__row:last-child {
  margin-bottom: 0
}

.bar-chart__row>div {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308;
  vertical-align: middle
}

.bar-chart__name {
  display: block
}

@media (min-width: 768px) {
  .bar-chart__name {
    display: inline-block;
    width: 27%;
    padding-right: 10px
  }
}

.bar-chart__value {
  display: inline-block;
  width: 16.67%;
  padding-left: 10px
}

.bar-chart__progress {
  display: inline-block;
  position: relative;
  height: 14px;
  width: 78.33333333%
}

@media (min-width: 768px) {
  .bar-chart__progress {
    width: 56.33333333%
  }
}

.bar-chart__progress__fill {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #54585a
}

.bar-chart__progress--primary-light .bar-chart__progress__fill {
  background-color: #8089c1
}

.bar-chart__progress--primary .bar-chart__progress__fill {
  background-color: #2c3b97
}

.bar-chart__progress--neutral-dark .bar-chart__progress__fill {
  background-color: #54585a
}

.bar-chart__progress--neutral-light .bar-chart__progress__fill {
  background-color: #e8e6df
}

.bio-table {
  margin-bottom: 20px
}

.bio-table__row:before,.bio-table__row:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 768px) {
  .bio-table__row {
    border: 4px solid #d6d2c4;
    margin: 1% 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.bio-table__block {
  text-decoration: none;
  display: block;
  border: 8px solid #d6d2c4;
  margin: 1% 0;
  background-color: white;
  text-align: center
}

@media (min-width: 768px) {
  .bio-table__block {
    float: left;
    width: 33.33333%;
    border-width: 4px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.bio-table__block__title {
  font-size: 13px;
  font-size: .8125rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.1;
  margin: 0;
  background-color: #2c3b97;
  color: white;
  min-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px
}

@media (min-width: 992px) {
  .bio-table__block__title {
    min-height: 83px
  }
}

.bio-table__block__items {
  list-style: none
}

.bio-table__block__content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px 25px;
  color: #212121;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.bio-table__block__name {
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.1
}

.bio-table__block__name .exp {
  color: #49c5b1;
  font-size: 12px;
  font-size: .75rem
}

.bio-table__bios__inner {
  position: relative;
  border: 8px solid #d6d2c4;
  padding: 20px
}

.bio-table__bios i {
  font-size: 30px;
  color: #d6d2c4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.bio-table__bios [data-dismiss] {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px
}

.bio-table__bios [data-dismiss]:focus i,.bio-table__bios [data-dismiss]:hover i {
  color: #2c3b97
}

.bio-table__bios [data-dismiss]:active {
  opacity: 0.6
}

.bio-table__bios--one .bio-table__bios__inner:before,.bio-table__bios--one .bio-table__bios__inner:after {
  left: 16.66667%
}

.bio-table__bios--two .bio-table__bios__inner:before,.bio-table__bios--two .bio-table__bios__inner:after {
  left: 50%
}

.bio-table__bios--three .bio-table__bios__inner:before,.bio-table__bios--three .bio-table__bios__inner:after {
  left: 83.33333%
}

@media (max-width: 767px) {
  .bio-table__bios--one .bio-table__bios__inner:before,  .bio-table__bios--one .bio-table__bios__inner:after,  .bio-table__bios--two .bio-table__bios__inner:before,  .bio-table__bios--two .bio-table__bios__inner:after,  .bio-table__bios--three .bio-table__bios__inner:before,  .bio-table__bios--three .bio-table__bios__inner:after {
    left: 50%
  }
}

.bio-table__bios .bio-table__bios__inner:before,.bio-table__bios .bio-table__bios__inner:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute
}

.bio-table__bios .bio-table__bios__inner:before {
  border-color: rgba(0,0,0,0);
  border-bottom-color: #d6d2c4;
  border-width: 24px;
  margin-left: -24px
}

.bio-table__bios .bio-table__bios__inner:after {
  border-color: rgba(0,0,0,0);
  border-bottom-color: white;
  border-width: 13px;
  margin-left: -13px
}

.bio-table__bios li {
  list-style: none
}

.bio-table__bio {
  border-bottom: 1px solid #d6d2c4;
  margin-bottom: 20px
}

.bio-table__bio:before,.bio-table__bio:after {
  content: "";
  display: table;
  clear: both
}

.bio-table__bio:last-child {
  border: 0;
  margin-bottom: 0px
}

.bio-table__bio__thumb {
  float: left
}

.bio-table__bio__thumb img {
  width: 50px
}

.bio-table__bio__header {
  float: left;
  padding-left: 20px
}

.bio-table__bio__header h5 {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.13333;
  color: #2c3b97;
  margin-bottom: 8px
}

.bio-table__bio__header p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.07692
}

.bio-table__bio__copy {
  float: left;
  clear: left;
  margin-top: 20px
}

.bio-table__bio__copy p {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667
}

.bio-table__bio__copy p strong {
  font-weight: 600
}

.breadcrumb {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  color: #6e6e6f
}

.breadcrumb ul {
  list-style: none
}

.breadcrumb li {
  display: inline-block
}

.breadcrumb li::after {
  display: inline-block;
  line-height: 1;
  width: 6px;
  height: 9px;
  background-image: url(/assets_cos/images/chevron-bullet.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
  margin-left: 9px;
  margin-right: 6px;
  color: #212121
}

.breadcrumb li:last-child::after {
  display: none
}

.breadcrumb a {
  text-decoration: none;
  color: #212121
}

.breadcrumb a:hover,.breadcrumb a:focus {
  color: #2c3b97
}

.careers-landing {
  margin-top: 30px
}

@media (max-width: 991px) {
  .careers-landing {
    margin-top: 0px
  }
}

.careers-landing .btn--sm .fa {
  width: 11px;
  display: inline-block
}

.careers-landing__hero {
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}

@media (max-width: 991px) {
  .careers-landing__hero {
    height: 430px;
    background-image: none !important
  }
}

.careers-landing__hero .slider {
  margin-top: 0px
}

@media (max-width: 991px) {
  .careers-landing__hero .slider {
    display: block
  }
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .slider__slide {
    background-image: none !important
  }
}

.careers-landing__hero .slider .slider__slide:after {
  content: none
}

.careers-landing__hero .slider .slider__content {
  max-width: 100%
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .slider__content {
    padding: 0px
  }
}

.careers-landing__hero .slider .slider__content__mobile {
  position: relative;
  margin-bottom: 15px
}

.careers-landing__hero .slider .slider__content__mobile__background {
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.careers-landing__hero .slider .slider__content__mobile__image {
  height: 200px;
  top: 0px;
  left: 10%;
  display: block;
  position: absolute
}

.careers-landing__hero .slider .slider__content__mobile__content {
  color: #000;
  position: absolute;
  top: 30px;
  right: 10%;
  max-width: 49%;
  text-align: right
}

.careers-landing__hero .slider .slider__content__mobile__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem
}

.careers-landing__hero .slider .slider__content__mobile__text {
  text-transform: capitalize;
  font-size: 13px;
  font-size: .8125rem;
  padding-top: 5px
}

.careers-landing__hero .slider .slider__content__byline {
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  color: #54585a;
  text-align: left
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .slider__content__byline {
    font-size: 11px;
    font-size: .6875rem
  }
}

.careers-landing__hero .slider .slider__content__title,.careers-landing__hero .slider .slider__content__title p {
  font-size: 30px;
  font-size: 1.875rem;
  color: #2c3b97;
  text-shadow: none;
  border: none;
  max-width: 100%
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .slider__content__title,  .careers-landing__hero .slider .slider__content__title p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0px
  }
}

.careers-landing__hero .slider p {
  color: #000;
  max-width: 50%
}

@media (max-width: 991px) {
  .careers-landing__hero .slider p {
    max-width: 100%
  }
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .js_prev {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-38px);
    -ms-transform: translateX(-38px);
    transform: translateX(-38px)
  }
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .js_next {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px)
  }
}

@media (max-width: 991px) {
  .careers-landing__hero .slider .btn:not(.js_next):not(.js_prev) {
    width: 100%
  }
}

.careers-landing__hero .slider .slider__dots {
  left: 45%;
  right: auto;
  display: block
}

.careers-landing__hero .slider .slider__dots li.active:after,.careers-landing__hero .slider .slider__dots li.active:focus:after {
  background-color: rgba(44,59,151,0.8)
}

.careers-landing__hero .slider .slider__dots li:after {
  background-color: rgba(44,59,151,0.5)
}

@media (max-width: 991px) {
  .careers-landing__links {
    margin: 0 -15px 0 -15px
  }
}

.careers-landing__links .container {
  padding: 0;
  margin-top: 2px
}

.careers-landing__links__item {
  background-color: #2c3b97;
  padding: 30px !important;
  border-left: 1px solid white
}

.careers-landing__links__item:first-child {
  border-left: 0;
  border-right: 1px solid white
}

@media (max-width: 991px) {
  .careers-landing__links__item:first-child {
    border: none
  }
}

@media (max-width: 991px) {
  .careers-landing__links__item {
    margin-bottom: 4px;
    border: none
  }
}

.careers-landing__links__title {
  color: white;
  font-size: 20px;
  font-size: 1.25rem
}

@media (max-width: 991px) {
  .careers-landing__links__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media (min-width: 992px) {
  .careers-landing__links__title {
    min-height: 84px
  }
}

.careers-landing__links__button {
  margin-top: 25px;
  display: inline-block
}

@media (max-width: 991px) {
  .careers-landing__links__button {
    width: 100%;
    text-align: center
  }
}

.careers-landing__list {
  background-color: #fbfbfb;
  padding-right: 30px;
  border-bottom: 2px #bbbcbd solid;
  padding-bottom: 20px;
  padding-left: 30px
}

@media (max-width: 991px) {
  .careers-landing__list {
    padding-right: 0px;
    background-color: white;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 0px
  }
}

.careers-landing__list:before,.careers-landing__list:after {
  content: "";
  display: table;
  clear: both
}

.careers-landing__list a {
  text-decoration: none;
  margin-right: 1px
}

.careers-landing__list h2 {
  margin-top: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #2c3b97
}

@media (max-width: 991px) {
  .careers-landing__list h2 {
    margin-top: 0px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

.careers-landing__list ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0
}

.careers-landing__list .slider {
  margin-top: 10px;
  display: block;
  height: auto
}

.careers-landing__list .slider__slide {
  min-height: 256px
}

@media (min-width: 992px) {
  .careers-landing__list .slider__slide {
    padding: 0 1px 10px
  }
}

.careers-landing__list .slider__slide:after {
  content: none
}

.careers-landing__list__item {
  border-bottom: 1px solid #bbbcbd;
  margin: 15px 0 0;
  padding-bottom: 11px
}

.careers-landing__list__item__title {
  width: 80%;
  display: inline-block
}

@media (min-width: 992px) and (max-width: 1199px) {
  .careers-landing__list__item__title {
    width: 78%
  }
}

.careers-landing__list__item__main,.careers-landing__list__item__sub {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  color: #58585b;
  text-transform: capitalize
}

.careers-landing__list__item__main {
  font-weight: 600
}

.careers-landing__list__item__button {
  position: relative;
  float: right;
  text-align: center;
  display: inline-block
}

.careers-landing__list__link {
  margin-top: 8px;
  float: left;
  font-size: 13px;
  font-size: .8125rem;
  text-align: left;
  color: #8089c1;
  bottom: 30px
}

.careers-landing__list__pager {
  float: right
}

.careers-landing__stories {
  padding-left: 30px
}

@media (max-width: 991px) {
  .careers-landing__stories {
    height: 350px;
    padding-left: 0px
  }
}

@media (min-width: 992px) {
  .careers-landing__stories {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.careers-landing__stories .slider {
  margin-top: 0px
}

@media (max-width: 991px) {
  .careers-landing__stories .slider {
    display: block
  }
}

.careers-landing__stories .slider .slider__slide {
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  background-position: 90% 110px;
  background-color: transparent;
  background-repeat: no-repeat;
  min-height: 1px
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .slider__slide {
    background-image: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .careers-landing__stories .slider .slider__slide {
    background-image: none !important
  }
}

.careers-landing__stories .slider .slider__slide:after {
  content: none
}

.careers-landing__stories .slider .slider__content {
  max-width: 98%;
  padding: 30px 0 0 0
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .slider__content {
    max-width: 100%
  }
}

.careers-landing__stories .slider .slider__content__byline {
  max-width: 100%;
  font-size: 12px;
  font-size: .75rem;
  color: #54585a;
  text-align: left
}

.careers-landing__stories .slider .slider__content__title,.careers-landing__stories .slider .slider__content__title p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #2c3b97;
  text-shadow: none;
  border: none;
  max-width: 100%
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .slider__content__title,  .careers-landing__stories .slider .slider__content__title p {
    margin-bottom: 5px
  }
}

.careers-landing__stories .slider p {
  color: #000;
  max-width: 50%
}

@media (max-width: 991px) {
  .careers-landing__stories .slider p {
    max-width: 100%
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .careers-landing__stories .slider p {
    max-width: 100%;
    margin-right: 20px
  }
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .btn:not(.js_prev):not(.js_next) {
    width: 100%
  }
}

.careers-landing__stories .slider .js_prev {
  left: 0px;
  right: auto
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .js_prev {
    left: 50%;
    -webkit-transform: translateX(-38px);
    -ms-transform: translateX(-38px);
    transform: translateX(-38px)
  }
}

.careers-landing__stories .slider .js_next {
  left: 35px;
  right: auto
}

@media (max-width: 991px) {
  .careers-landing__stories .slider .js_next {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px)
  }
}

.careers-landing__stories .slider .slider__dots {
  left: 45%;
  right: auto;
  display: block
}

.careers-landing__stories .slider .slider__dots li.active:after,.careers-landing__stories .slider .slider__dots li.active:focus:after {
  background-color: rgba(44,59,151,0.8)
}

.careers-landing__stories .slider .slider__dots li:after {
  background-color: rgba(44,59,151,0.5)
}

.careers-landing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}

@media (max-width: 991px) {
  .careers-landing .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
}

.careers-landing .container::after {
  display: none
}

.careers-landing .container .col-left,.careers-landing .container .col-right {
  display: block
}

@media (max-width: 991px) {
  .careers-landing .container .col-left,  .careers-landing .container .col-right {
    background-color: white;
    padding-left: 0px
  }
}

.careers-landing .container .col-left {
  padding-right: 0px
}

.careers-landing .container .col-right {
  background-color: #fbfbfb;
  padding-left: 0px;
  padding-right: 0px
}

@media (min-width: 992px) {
  .careers-landing .container .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.careers-overlay {
  display: none;
  position: relative
}

@media (max-width: 767px) {
  .careers-overlay {
    padding: 0
  }
}

.careers-overlay.is-open {
  display: block
}

.careers-overlay.is-open ~ .landing__blocks {
  display: none
}

.careers-overlay__inner {
  background-color: white;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  -webkit-background-size: cover;
  background-size: cover
}

@media (max-width: 767px) {
  .careers-overlay__inner {
    background-image: none !important
  }
}

.careers-overlay__inner__close {
  text-decoration: none;
  background-color: #54585a;
  color: white;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 4px;
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer
}

.careers-overlay__inner__image {
  position: absolute;
  -webkit-transform: translateY(22%);
  -ms-transform: translateY(22%);
  transform: translateY(22%)
}

@media (max-width: 767px) {
  .careers-overlay__inner__image {
    display: none
  }
}

.careers-overlay__inner__copy {
  padding: 25px 30px;
  height: 180px
}

.careers-overlay__inner__byline {
  max-width: 100%;
  font-size: 14px;
  font-size: .875rem;
  color: #54585a;
  text-align: left
}

.careers-overlay__inner__title {
  margin-top: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #2c3b97;
  text-shadow: none;
  border: none
}

@media (max-width: 767px) {
  .careers-overlay__inner__title {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.careers-overlay__inner__text {
  margin-top: 10px;
  font-weight: normal;
  color: #000
}

.careers-overlay__inner__video {
  margin-right: -15px;
  margin-left: -15px
}

.careers-overlay__inner__video video {
  height: 100% !important;
  width: 100%;
  margin: auto;
  position: relative;
  display: block
}

.careers-overlay__inner__top--left,.careers-overlay__inner__top--middle,.careers-overlay__inner__top--right {
  border-bottom: solid 2px white;
  position: relative
}

.careers-overlay__inner__top--left:after {
  content: "";
  right: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.careers-overlay__inner__top--middle {
  background-color: rgba(255,255,255,0.6)
}

.careers-overlay__inner__top--right:after {
  content: "";
  left: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.careers-overlay__inner__bottom--left,.careers-overlay__inner__bottom--middle,.careers-overlay__inner__bottom--right {
  width: 33.333333% !important;
  position: relative
}

.careers-overlay__inner__bottom--left:after {
  content: "";
  right: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.careers-overlay__inner__bottom--middle:after {
  content: "";
  right: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.careers-overlay__inner__bottom .slider {
  margin-left: -15px;
  background-color: #2c3b97;
  margin-top: 0px
}

.careers-overlay__inner__bottom .slider__slide {
  min-height: 200px
}

.careers-overlay__inner__bottom .slider__slide:after {
  content: none
}

.careers-overlay__inner__bottom .slider__content {
  padding: 30px
}

.careers-overlay__inner__bottom .slider__content__title {
  border: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  text-shadow: none
}

.careers-overlay__mobile {
  max-height: 250px;
  background-position-y: -100px;
  background-position-x: -309px;
  -webkit-background-size: 200% 200%;
  background-size: 200%;
  width: 100%;
  top: 0px;
  position: relative;
  overflow: hidden
}

.careers-overlay__mobile__image {
  max-height: 350px
}

.careers-overlay__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.37;
  margin: 10px 0;
  font-weight: normal;
  color: #2c3b97
}

.careers-overlay__intro {
  text-align: center;
  padding-bottom: 30px
}

.careers-overlay__intro p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin-top: 1em
}

@media (min-width: 992px) {
  .careers-overlay__intro {
    text-align: left;
    float: left;
    width: 330px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px
  }

  .careers-overlay__intro .btn {
    margin-left: 0
  }

  .careers-overlay__intro .btn+.btn {
    margin-top: 12px
  }
}

@media (min-width: 1200px) {
  .careers-overlay__intro {
    width: 280px
  }
}

.careers-overlay--hero .careers-overlay__inner__copy {
  padding: 15px
}

@media (max-width: 767px) {
  .careers-overlay--hero .careers-overlay__inner__copy {
    height: 150px
  }
}

.careers-overlay--hero .careers-overlay__inner__byline {
  font-size: 12px;
  font-size: .75rem
}

@media (max-width: 767px) {
  .careers-overlay--hero .careers-overlay__inner__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px
  }
}

.careers-overlay--hero .careers-overlay__inner__text {
  font-size: 13px;
  font-size: .8125rem
}

@media (max-width: 767px) {
  .careers-overlay--hero .careers-overlay__inner__video {
    margin: 0px 15px 0px 15px
  }
}

.careers-overlay--hero .careers-overlay__mobile {
  position: relative
}

.careers-overlay--hero .careers-overlay__mobile__content {
  color: #000;
  position: absolute;
  top: 30px;
  right: 10%;
  max-width: 49%;
  text-align: right
}

.careers-overlay--hero .careers-overlay__mobile__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem
}

.careers-overlay--hero .careers-overlay__mobile__text {
  text-transform: capitalize;
  font-size: 13px;
  font-size: .8125rem;
  padding-top: 5px
}

.careers-overlay--story .careers-overlay__inner__image {
  right: -50px
}

.careers-overlay--story .careers-overlay__inner__copy {
  height: 600px;
  overflow: auto
}

.careers-overlay--story .careers-overlay__inner__copy::-webkit-scrollbar {
  width: 12px
}

.careers-overlay--story .careers-overlay__inner__copy::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,86,118,0.7)
}

.careers-overlay--story .careers-overlay__inner__copy::-webkit-scrollbar-track {
  background: white
}

.careers-overlay--story .careers-overlay__inner__title {
  margin-top: 5px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.16667
}

@media (max-width: 767px) {
  .careers-overlay--story .careers-overlay__inner__title {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.careers-overlay--story .careers-overlay__inner__text {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.38462;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbcbd
}

.careers-overlay--story .careers-overlay__inner__question,.careers-overlay--story .careers-overlay__inner__answer {
  font-size: 12px;
  font-size: .75rem;
  margin-top: 15px
}

.careers-overlay--story .careers-overlay__inner__question {
  font-weight: 600
}

.careers-overlay--story .careers-overlay__inner__top--middle {
  background-color: white;
  padding-right: 0px
}

@media (max-width: 767px) {
  .careers-overlay--story .careers-overlay__inner__top--middle {
    padding-left: 0px
  }
}

.careers-overlay--story .careers-overlay__inner__top--right {
  border-bottom: 0px
}

.careers-overlay--story .careers-overlay__inner__bottom--left {
  padding-right: 0px
}

.careers-overlay--story .careers-overlay__inner__bottom--middle:after {
  content: none
}

.careers-overlay--story .careers-overlay__inner__bottom--middle:before {
  content: "";
  left: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.careers-overlay--story .careers-overlay__inner__bottom--right:after {
  content: "";
  left: 0;
  width: 2px;
  height: 100% !important;
  position: absolute;
  background-color: white
}

.chart {
  position: relative
}

.chart--campaign {
  margin-bottom: 12px
}

@media (min-width: 992px) {
  .chart--campaign {
    margin: 0 120px 12px
  }
}

@media (max-width: 767px) {
  .chart--campaign .chart__body {
    max-height: 240px
  }
}

.chart__disclaimer {
  color: #54585a;
  font-size: 12px;
  line-height: 16px;
  padding-right: 170px;
  margin-top: -26px
}

.chart__summary {
  position: absolute;
  top: 0;
  left: 42px;
  z-index: 1
}

.chart__summary table {
  background: #e8e6df;
  border: 1px solid #bbbcbd
}

.chart__summary tr {
  border-bottom: 1px solid #bbbcbd
}

.chart__summary td {
  padding: 10px
}

.chart__summary td:first-child {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.56364;
  color: #2c3b97;
  font-weight: 600
}

.chart__summary td:last-child {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.56364;
  color: #2c3b97;
  font-weight: 600
}

.chart .amChartsPeriodSelector {
  position: absolute;
  left: 35px;
  bottom: 0
}

.chart .amChartsButton {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  color: #000;
  background: #e8e6df;
  opacity: 0.7;
  border: 1px solid #bbbcbd;
  outline: none;
  padding: 3px 4px;
  margin: 0 5px
}

.chart .amChartsButtonSelected {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  background-color: #2c3b97;
  border-radius: 0;
  margin: 0 5px;
  padding: 3px 4px;
  border: 1px solid #2c3b97;
  outline: none;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.chart .amChartsPanel,.chart .amcharts-chart-div,.chart .amChartsPanel svg {
  overflow: visible !important
}

.chart .amcharts-panels-div {
  min-height: 600px
}

.chart__hint-title {
  cursor: pointer
}

.chart__hint-tooltip {
  position: absolute;
  z-index: 999;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 442px;
  margin: 0 0 20px;
  pointer-events: none;
  -webkit-transform: translate(-23px, -35px);
  -ms-transform: translate(-23px, -35px);
  transform: translate(-23px, -35px)
}

.chart__hint-tooltip.is-visible {
  opacity: 1
}

.chart__hint-tooltip.is-right {
  -webkit-transform: translate(23px, -35px);
  -ms-transform: translate(23px, -35px);
  transform: translate(23px, -35px)
}

.chart__hint-tooltip.is-right::after {
  left: auto;
  right: 10px
}

@media (max-width: 767px) {
  .chart__hint-tooltip {
    display: none !important
  }
}

@media (min-width: 992px) {
  .chart__hint-tooltip {
    -webkit-transform: translate(-63px, -35px);
    -ms-transform: translate(-63px, -35px);
    transform: translate(-63px, -35px)
  }

  .chart__hint-tooltip.is-right {
    -webkit-transform: translate(63px, -35px);
    -ms-transform: translate(63px, -35px);
    transform: translate(63px, -35px)
  }

  .chart__hint-tooltip.is-right::after {
    left: auto;
    right: 50px
  }
}

.chart__hint-tooltip:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1000;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #2c3b97 transparent transparent transparent
}

@media (min-width: 992px) {
  .chart__hint-tooltip:after {
    left: 50px
  }
}

.chart__hint-tooltip__inner {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: white;
  text-align: left;
  background: #2c3b97;
  -webkit-box-shadow: 0 0 4px 0 #000;
  box-shadow: 0 0 4px 0 #000;
  padding: 10px 15px 10px 0;
  margin: 0 auto;
  overflow: hidden
}

.chart__hint-tooltip__image-holder {
  position: relative;
  float: left;
  margin: 0 6px 0 0;
  width: 180px;
  height: 180px
}

.chart__hint-tooltip__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important
}

.chart__hint-tooltip__image-label {
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 10px;
  width: 25px;
  background: rgba(73,197,177,0.5)
}

.chart__hint-tooltip__content {
  padding: 0 0 0 15px;
  overflow: hidden
}

.chart__hint-tooltip__content p {
  font-size: 12px;
  line-height: 20px;
  margin: 0
}

.chart__hint-tooltip__title {
  position: relative;
  font-style: italic;
  font-size: 12px;
  padding: 11px 0 8px;
  margin: 0 0 12px
}

.chart__hint-tooltip__title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 42px;
  height: 2px;
  background: #49c5b1
}

.chart__hint-tooltip__bold {
  font-weight: 600;
  font-size: 20px;
  padding: 13px 0 0
}

.chart__hint-tooltip__date {
  font-style: italic
}

.compare {
  position: relative
}

.compare__titles {
  display: none
}

.compare--with-titles .compare__titles {
  display: table
}

.compare__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  top: -44px;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  line-height: 17px;
  padding: 15px 0;
  right: 0;
  text-decoration: none;
  color: #212121;
  outline: none
}

.compare__close:hover,.compare__close:focus {
  color: #60c3ad
}

.compare__close::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  margin-left: 3px
}

.wf-fontawesome-webfont-n4-active .compare__close::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .compare__close::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .compare__close::after {
    visibility: visible
  }
}

.compare__selection {
  background-color: white;
  table-layout: fixed;
  width: 100%
}

.compare__selection td {
  padding: 8px;
  border: 1px solid #bbbcbd
}

.compare__selection__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2
}

.compare__selection .icon-select .custom-select__value {
  font-size: 13px;
  padding: 8px 14px;
  padding-right: 62px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.compare__title {
  display: block;
  color: white;
  background-color: #2c3b97;
  padding: 8px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative
}

.compare__title::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  content: "";
  padding-right: 10px;
  position: absolute;
  right: 10px;
  margin-top: -10px;
  top: 50%
}

.wf-fontawesome-webfont-n4-active .compare__title::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .compare__title::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .compare__title::after {
    visibility: visible
  }
}

.compare__title.is-open::after {
  content: ""
}

@media (min-width: 992px) {
  .compare__title {
    font-size: 14px
  }
}

.compare__section__title {
  color: #2c3b97;
  background-color: #e8e6df;
  padding: 8px;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600
}

.compare__section__title small {
  font-size: 12px;
  font-size: .75rem
}

.compare .table-overflow table {
  min-width: 1px
}

.compare__table {
  margin: 0;
  table-layout: fixed
}

.compare__table td:nth-child(3),.compare__table td:nth-child(4),.compare__table td:nth-child(5) {
  display: none
}

.compare__table td {
  border-top: 1px solid #d6d2c4 !important
}

.compare__table tr:last-child {
  border-bottom: 1px solid #d6d2c4 !important
}

@media (min-width: 768px) {
  .compare__table td:nth-child(3) {
    display: table-cell
  }
}

@media (min-width: 992px) {
  .compare__table td:nth-child(4),  .compare__table td:nth-child(5) {
    display: table-cell
  }
}

.contact-items {
  list-style: none;
  margin-bottom: 15px;
  overflow: hidden
}

.contact-items li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px
}

.contact-items li:last-child {
  margin-left: 0
}

.contact-items li i {
  margin-right: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #54585a
}

.contact-items li a {
  text-decoration: none;
  color: #212121
}

.contact-items__tz {
  color: #54585a
}

.contact-form {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #bbbcbd
}

@media (max-width: 480px) {
  .contact-form .g-recaptcha {
    margin-bottom: 46px
  }
}

.contact-form .form-btns {
  position: relative
}

.contact-form__captcha-border {
  position: absolute;
  top: 30px;
  left: 0;
  width: 302px;
  height: 76px;
  border: 1px solid transparent;
  border-radius: 3px;
  pointer-events: none
}

.show-validation .contact-form__captcha-border {
  border-color: #f00
}

.contact-location .custom-select {
  width: 235px
}

.contact-location__item {
  padding-top: 10px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571
}

.contact-location__item h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75em
}

.contact-location__item h2 .office {
  font-size: 11px;
  font-size: .6875rem;
  color: #54585a;
  text-transform: uppercase;
  padding-left: 6px;
  margin-left: 1px;
  border-left: 1px solid #bbbcbd
}

.contact-location__item h2 .office img {
  width: 14px
}

.contact-location__address.rte p {
  line-height: inherit
}

.contact-location__info {
  list-style: none
}

.contact-location__info li {
  margin-bottom: 4px
}

.contact-location__info i {
  display: inline-block;
  width: 18px;
  color: #54585a
}

.content-header {
  margin-top: 5px;
  padding: 20px 0
}

@media (min-width: 768px) {
  .content-header {
    margin-top: 20px
  }
}

@media (min-width: 992px) {
  .content-header {
    margin-top: 0
  }
}

.content-header__inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbcbd
}

.content-header__inner:before,.content-header__inner:after {
  content: "";
  display: table;
  clear: both
}

.content-header .breadcrumb {
  float: left
}

.content-header .page-actions {
  float: right
}

@media (max-width: 991px) {
  .content-header .page-actions {
    display: none
  }
}

.content-header--no-bdr .content-header__inner {
  padding-bottom: 0;
  border-bottom: none
}

.country-selector {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center
}

.country-selector:before,.country-selector:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 992px) {
  .country-selector {
    margin-top: 40px
  }
}

@media (min-width: 1200px) {
  .country-selector {
    text-align: right
  }
}

.country-selector .btn {
  min-width: 165px
}

.country-selector__desc {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  padding: 20px
}

@media (min-width: 1200px) {
  .country-selector__desc {
    float: left;
    width: 320px;
    text-align: left;
    padding: 0
  }
}

.country-selector .icon-select {
  width: 292px;
  display: block;
  margin: 0 auto 20px
}

@media (min-width: 992px) {
  .country-selector .icon-select {
    display: inline-block;
    margin: 0 20px 0 0
  }
}

.custom-select {
  position: relative
}

.custom-select select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select__arrow {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center
}

.custom-select__arrow::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wf-fontawesome-webfont-n4-active .custom-select__arrow::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-select__arrow::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .custom-select__arrow::before {
    visibility: visible
  }
}

.no--icon .custom-select__value {
  padding-left: 10px !important
}

@media (min-width: 992px) and (max-width: 1199px) {
  .no--icon .custom-select__value {
    padding-right: 0px !important
  }
}

.custom-select--default .custom-select__arrow {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
  height: auto;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-left: 1px solid #989b9c;
  background-color: white
}

.custom-select--default .custom-select__arrow:before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #333 transparent transparent transparent
}

.custom-select--default:active .custom-select__arrow {
  border-left-color: #2c3b97
}

.custom-select--default:active .custom-select__arrow:before {
  border-color: white transparent transparent transparent
}

.custom-select--default .custom-select__value {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  padding: 7px 35px 7px 10px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571;
  font-weight: 600;
  border: 1px solid #989b9c
}

.custom-select--default:hover .custom-select__value,.custom-select--default:focus .custom-select__value,.custom-select--default:hover .custom-select__arrow,.custom-select--default:focus .custom-select__arrow {
  background: #d6d2c4
}

.custom-select--default:active .custom-select__value,.custom-select--default:active .custom-select__arrow {
  border: 1px solid #e8e6df;
  background: #e8e6df
}

.custom-checkbox {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  padding-left: 25px;
  position: relative;
  display: inline-block
}

.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-checkbox__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #2c3b97;
  border-radius: 2px
}

.custom-checkbox__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2c3b97;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.custom-checkbox input:checked ~ .custom-checkbox__indicator::after {
  display: block
}

.date-listing {
  padding-top: 20px
}

@media (min-width: 768px) {
  .date-listing {
    padding-left: 6px
  }
}

.date-listing .crown-small {
  float: left;
  margin-right: 18px
}

.date-listing .crown-small::before {
  color: #2c3b97
}

.date-listing__content {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px
}

.date-listing__content ul,.date-listing__content .ul,.date-listing__content .rte ul,.rte .date-listing__content ul {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667
}

.date-listing__title {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 2px;
  font-weight: 600;
  color: #2c3b97
}

.date-listing hr {
  margin: 0;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(73,197,177,0)), color-stop(rgba(73,197,177,0.75)), to(rgba(73,197,177,0)));
  background-image: -webkit-linear-gradient(left, rgba(73,197,177,0), rgba(73,197,177,0.75), rgba(73,197,177,0));
  background-image: -o-linear-gradient(left, rgba(73,197,177,0), rgba(73,197,177,0.75), rgba(73,197,177,0));
  background-image: linear-gradient(to right, rgba(73,197,177,0), rgba(73,197,177,0.75), rgba(73,197,177,0))
}

.fact-accordion {
  margin-bottom: 40px
}

.fact-accordion__title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  padding: 9px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background-color: #2c3b97;
  margin: 0;
  border: 1px solid #bbbcbd;
  border-bottom: none
}

.fact-accordion__image {
  position: relative;
  border-right: 1px solid #bbbcbd;
  border-left: 1px solid #bbbcbd
}

.fact-accordion__image img {
  display: block;
  width: 100%
}

.fact-accordion__image figcaption {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  bottom: 10px;
  right: 0;
  position: absolute;
  background-color: rgba(73,197,177,0.9);
  color: white;
  font-size: 12px;
  padding: 5px 15px 5px 15px
}

.fact-accordion__content {
  padding: 8px 15px;
  background-color: white;
  border: 1px solid #bbbcbd
}

.footer,
.legacy-footer {
  margin-top: 20px
}

.footer a,
.legacy-footer a {
  color: inherit
}

.footer ul,
.legacy-footer ul {
  list-style: none
}

.footer__links,
.legacy-footer__links {
  background-color: #d6d2c4;
  color: #5662ac
}

.footer__links ul,
.legacy-footer__links ul {
  font-size: 0
}

@media (min-width: 768px) {
  .footer__links ul,
  .legacy-footer__links ul {
    margin: 0 -30px
  }
}

@media (min-width: 992px) {
  .footer__links ul,
  .legacy-footer__links ul {
    text-align: center;
    margin: 0
  }
}

.footer__links li a,
.legacy-footer__links {
  border-top: 1px solid #989b9c
}

.footer__links li:first-child a,
.legacy-footer__links li:first-child a {
  border-top: 0
}

@media (min-width: 768px) {
  .footer__links li:nth-child(2) a,
  .legacy-footer__links li:nth-child(2) a {
    border-top: 0
  }
}

@media (min-width: 768px) {
  .footer__links li,
  .legacy-footer__links li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 30px
  }
}

@media (min-width: 992px) {
  .footer__links li,
  .legacy-.footer__links li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0
  }

  .footer__links li a,
  .legacy-footer__links li a {
    border-top: none;
    line-height: 84px;
    padding: 3px 15px
  }

  .footer__links li.is-current a,
  .legacy-footer__links li.is-current a {
    padding-top: 0;
    border-top: 3px solid #2c3b97
  }
}

.footer__links a,
.legacy-footer__links a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  display: block;
  text-decoration: none;
  padding: 15px 0
}

.footer__links a::after,
.legacy-footer__links a::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  content: "";
  vertical-align: middle;
  float: right
}

.wf-fontawesome-webfont-n4-active .footer__links a::after,
.wf-fontawesome-webfont-n4-active .legacy-footer__links a::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__links a::after,
  .legacy-footer__links a::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .footer__links a::after,
  .legacy-footer__links a::after {
    visibility: visible
  }
}

@media (min-width: 992px) {
  .footer__links a::after,
  .legacy-footer__links a::after {
    font-size: 8px;
    float: none;
    margin-left: 12px
  }
}

.footer__legal,
.legacy-footer__legal {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 3.92308;
  background-color: #2c3b97;
  color: white
}

.footer__legal:before,
.legacy-footer__legal:before,
.footer__legal:after,
.legacy-footer__legal:after {
  content: "";
  display: table;
  clear: both
}

.footer__legal a,
.legacy-footer__legal a {
  text-decoration: none
}

.footer__legal .fa-crown,
.legacy-footer__legal .fa-crown {
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 15px;
  float: right;
  font-size: 30px
}

@media (min-width: 992px) {
  .footer__legal .fa-crown,
  .legacy-footer__legal .fa-crown {
    float: none
  }
}

@media (min-width: 992px) {
  .footer__legal__left,
  .legacy-footer__legal__left {
    float: left
  }
}

@media (min-width: 992px) {
  .footer__legal__right,
  .legacy-footer__legal__right {
    float: right
  }
}

.no-bottom-space ~ .footer,
.no-bottom-space ~ .legacy-footer {
  margin-top: 0 !important
}

.no-bottom-space ~ .footer .footer__links li.is-current a,
.no-bottom-space ~ .legacy-footer .legacy-footer__links li.is-current a {
  border-color: #49c5b1
}

.fund-filter {
  padding: 10px 15px;
  background-color: #e8e6df;
  margin-bottom: 20px
}

.fund-filter:before,.fund-filter:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 992px) {
  .fund-filter__label,  .fund-filter .custom-select {
    float: left;
    width: 50%
  }
}

.fund-filter__label {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin-bottom: 12px
}

@media (min-width: 992px) {
  .fund-filter__label {
    padding-right: 20px;
    margin-top: 12px
  }
}

.fund-filter .custom-select {
  max-width: 450px
}

.fund-journey {
  position: relative;
  border: 1px solid #e8e6df;
  margin-top: 20px
}

.fund-journey__graph-section {
  background-color: white;
  padding: 20px 15px
}

.fund-journey__graph-section__header {
  text-align: center
}

.fund-journey__graph-section__header p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin-top: 1em;
  margin-bottom: 0.5em
}

@media (min-width: 992px) {
  .fund-journey__graph-section__header p {
    margin-top: 0;
    margin-bottom: 3em
  }
}

.fund-journey__graph-section__graph {
  width: 67%;
  margin: 15px auto;
  height: 500px
}

.fund-journey__graph-section .bar-chart {
  padding: 20px;
  border: 1px solid #bbbcbd
}

@media (min-width: 768px) {
  .fund-journey__graph-section .bar-chart {
    margin: 20px 40px
  }
}

@media (min-width: 992px) {
  .fund-selection--simple .fund-journey__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
  }
}

.fund-journey__header__inner:before,.fund-journey__header__inner:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 992px) {
  .fund-journey__header__inner {
    background-color: #e8e6df;
    padding: 21px 36px;
    margin: 0 auto;
    max-width: 1000px
  }
}

@media (min-width: 1200px) {
  .fund-journey__header__inner {
    max-width: 1170px
  }
}

.fund-journey__header__actions {
  display: none
}

@media (min-width: 992px) {
  .fund-journey__header__actions {
    display: block;
    float: right;
    padding: 10px
  }
}

@media (min-width: 992px) {
  .fund-journey__header__desc {
    float: left
  }
}

.fund-journey__footer {
  padding: 8px
}

.fund-journey__footer__actions {
  margin-bottom: 12px
}

.fund-journey__footer__show-more {
  display: block
}

.fund-journey__footer__show-more__open {
  display: none
}

.fund-journey__footer__show-more.is-open .fund-journey__footer__show-more__open {
  display: inline
}

.fund-journey__footer__show-more.is-open .fund-journey__footer__show-more__closed {
  display: none
}

.fund-journey__crown {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px
}

@media (min-width: 992px) {
  .fund-journey__crown {
    display: none
  }
}

.fund-journey__crown img {
  display: block;
  width: 22px;
  height: auto
}

.fund-journey__title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  font-weight: 600;
  color: #2c3b97;
  background-color: #e5eef2;
  padding: 8px 8px 6px
}

@media (min-width: 992px) {
  .fund-journey__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #2c3b97;
    background-color: transparent;
    padding: 0
  }
}

.fund-journey__subtitle {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  padding: 0 15px;
  margin: 10px 0
}

@media (min-width: 992px) {
  .fund-journey__subtitle {
    padding: 0;
    margin: 0
  }
}

.fund-journey__section-title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.07143;
  font-weight: 600;
  color: #2c3b97;
  text-transform: uppercase
}

@media (max-width: 991px) {
  .fund-journey__section-title {
    padding: 10px 15px;
    background-color: #e8e6df
  }
}

@media (min-width: 992px) {
  .fund-journey__section-title {
    margin: 10px 0
  }
}

.fund-journey__content {
  padding: 10px 15px
}

@media (min-width: 992px) {
  .fund-journey__content {
    padding: 0 0 10px
  }
}

.fund-journey__content p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308;
  margin-bottom: 10px
}

.fund-journey__tabdata {
  width: 100%
}

.fund-journey__tabdata td:first-child {
  width: 125px
}

.fund-journey__tabdata td:last-child {
  text-align: right
}

@media (min-width: 992px) {
  .fund-journey__columns {
    padding: 20px 30px;
    position: relative
  }

  .fund-journey__columns:before {
    content: "";
    position: absolute;
    width: calc(100% - 90px);
    height: 1px;
    top: -1px;
    left: 45px;
    background-color: #e8e6df
  }

  .fund-journey__columns:first-of-type:before {
    display: none
  }
}

.fund-selection [data-compare-open],.fund-selection [data-compare-closed] {
  display: none
}

.fund-selection #FundDisplay {
  min-height: 200px
}

.fund-selection__legend {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.1;
  color: #2c3b97;
  margin: 10px 0;
  display: block;
  font-weight: 600;
  padding: 0 15px
}

.fund-selection__selection-header {
  border: 1px solid #e8e6df;
  padding-top: 10px;
  background-color: white
}

@media (min-width: 992px) {
  .fund-selection__selection-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
  }
}

.fund-selection__selection-content {
  border: 1px solid #e8e6df;
  padding-bottom: 10px
}

@media (min-width: 992px) {
  .fund-selection__selection-content {
    padding-left: 15px;
    padding-right: 15px
  }

  .fund-selection__selection-content .fund-filter {
    margin-left: -15px;
    margin-right: -15px
  }
}

@media (max-width: 991px) {
  .fund-selection__inner>*:not(#FundTable):not(.fund-selection__match-text),  .fund-selection__inner #FundTable .table {
    display: none !important
  }
}

@media (max-width: 991px) {
  .fund-selection__inner #FundTable {
    display: block !important
  }
}

@media (min-width: 992px) {
  .fund-selection__mobile-only {
    display: none
  }
}

.fund-selection__mobile-section {
  border: 1px solid #e8e6df
}

@media (min-width: 992px) {
  .fund-selection__mobile-section {
    display: none
  }
}

.fund-selection__mobile-section__title {
  text-transform: uppercase;
  background-color: #bbbcbd;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 15px
}

.fund-selection__mobile-section__inner {
  padding: 8px
}

.fund-selection__mobile-section .fund-journey {
  margin: 0
}

.fund-selection__desc {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin: 10px 0;
  float: left;
  padding-left: 10px
}

.fund-selection__actions {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px
}

.fund-selection__compare {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #5662ac;
  margin-left: 5px
}

.fund-selection__funds {
  font-size: 0;
  padding-top: 20px;
  border-top: 1px solid #e8e6df;
  margin-bottom: -30px
}

@media (min-width: 992px) {
  .fund-selection__funds {
    margin: 0 10px;
    padding-top: 0
  }
}

.fund-selection__funds--simple {
  border-top: none
}

.fund-selection__funds--simple .rte {
  padding-top: 10px;
  padding-left: 10px
}

.fund-selection__funds__fund {
  padding-right: 22px;
  margin-left: 10px;
  margin-right: 7px;
  margin-top: 10px;
  margin-bottom: 10px
}

.fund-selection__funds__add {
  margin-left: 10px;
  margin-right: 7px
}

.fund-selection__funds li {
  position: relative;
  display: inline-block
}

.fund-selection__funds li:hover .fund-selection__funds__close {
  color: white
}

.fund-selection__funds li:hover .fund-selection__funds__close:hover {
  color: #8089c1
}

.fund-selection__funds li:hover .fund-selection__funds__close--active:hover {
  color: white
}

.fund-selection__funds__close {
  position: absolute;
  top: 13px;
  right: 10px;
  text-decoration: none;
  font-size: 12px;
  color: #8089c1
}

.fund-selection__funds__close--active {
  color: white
}

.fund-selection [data-reset-product],.fund-selection [data-reset-need] {
  display: none;
  margin-bottom: 15px;
  margin-left: 5px
}

@media (max-width: 991px) {
  .fund-selection [data-compare-closed] {
    display: block !important
  }

  .fund-selection [data-compare-open] {
    display: none !important
  }

  .fund-selection .radio-select .btn {
    display: block
  }

  .fund-selection.need-selected .fund-selection__intro {
    display: none
  }

  .fund-selection.need-selected [data-reset-product] {
    display: none
  }

  .fund-selection.need-selected [data-reset-need] {
    display: block
  }

  .fund-selection.need-selected #need-select input[name="NEED"]:not(:checked)+label {
    display: none
  }

  .fund-selection.product-selected #product-select .fund-selection__legend {
    display: none
  }

  .fund-selection.product-selected #product-select input[name="PRODUCT"]:not(:checked)+label {
    display: none
  }

  .fund-selection.product-selected #need-select {
    display: none !important
  }

  .fund-selection.product-selected [data-reset-product] {
    display: block
  }

  .fund-selection.product-selected [data-reset-need] {
    display: none
  }
}

.fund-web-landing__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #54585a;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.fund-web-landing .h3 {
  margin-bottom: 20px
}

.funds-overlay {
  display: none;
  position: relative
}

.funds-overlay.is-open,.funds-overlay.is-animating {
  display: block
}

.funds-overlay.is-open+.multicolumn-block,.funds-overlay.is-animating+.multicolumn-block {
  display: none
}

.funds-overlay.is-open+.landing__blocks,.funds-overlay.is-animating+.landing__blocks {
  display: none
}

.funds-overlay__close {
  min-width: 300px;
  position: absolute;
  top: -44px;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  line-height: 17px;
  color: #2c3b97;
  padding: 15px 20px;
  right: 0;
  text-decoration: none;
  text-transform: uppercase
}

.funds-overlay__close::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  margin-left: 3px
}

.wf-fontawesome-webfont-n4-active .funds-overlay__close::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .funds-overlay__close::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .funds-overlay__close::after {
    visibility: visible
  }
}

.funds-overlay__inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  border: 1px solid #bbbcbd
}

.funds-overlay .tabs-pills--simple {
  background-color: white;
  text-align: right
}

.funds-overlay__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.37;
  margin: 10px 0;
  font-weight: normal;
  color: #2c3b97
}

.funds-overlay__fund {
  padding: 18px 25px 8px
}

.funds-overlay__fund:before,.funds-overlay__fund:after {
  content: "";
  display: table;
  clear: both
}

.funds-overlay__intro {
  text-align: center;
  padding-bottom: 30px
}

.funds-overlay__intro p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin-top: 1em
}

@media (min-width: 992px) {
  .funds-overlay__intro {
    text-align: left;
    float: left;
    width: 330px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px
  }

  .funds-overlay__intro .btn {
    margin-left: 0
  }

  .funds-overlay__intro .btn+.btn {
    margin-top: 12px
  }
}

@media (min-width: 1200px) {
  .funds-overlay__intro {
    width: 280px
  }
}

.funds-overlay__graph {
  float: left;
  width: 63.66666666666666%;
  padding: 0 15px;
  height: 250px
}

@media (min-width: 992px) {
  .funds-overlay__graph {
    float: right;
    width: 530px;
    height: 400px
  }
}

@media (min-width: 1200px) {
  .funds-overlay__graph {
    float: left;
    width: 520px;
    height: 400px
  }
}

.funds-overlay__graph-description {
  float: left;
  width: 36.33333333333333%;
  padding: 30px 15px 0
}

@media (min-width: 992px) {
  .funds-overlay__graph-description {
    width: 310px;
    padding: 0
  }
}

@media (min-width: 1200px) {
  .funds-overlay__graph-description {
    width: 260px;
    padding: 89px 0 20px 20px
  }
}

.funds-listing caption {
  padding: 8px;
  text-transform: uppercase;
  color: white;
  background-color: #8089c1;
  text-align: left
}

.funds-listing__info {
  color: #989b9c;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer
}

.funds-listing__info:hover {
  color: #8089c1
}

.funds-listing__counter {
  display: block;
  height: 40px;
  width: 200px;
  float: right;
  margin-top: 20px;
  border: 1px solid #54585a
}

@media (min-width: 768px) {
  .funds-listing__counter {
    margin-bottom: 20px
  }
}

.funds-listing__number,.funds-listing__copy {
  float: left;
  height: 40px;
  position: relative
}

.funds-listing__number p,.funds-listing__copy p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.funds-listing__number {
  width: 40px;
  background: #2c3b97
}

.funds-listing__number:after {
  position: absolute;
  border-color: transparent transparent transparent #2c3b97;
  border-style: solid;
  border-width: 5px;
  margin-top: 14px;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  z-index: 100
}

.funds-listing__number p {
  color: white;
  margin-top: 0px;
  font-size: 12px !important
}

.funds-listing__copy {
  width: 158px;
  text-align: center;
  cursor: pointer
}

.funds-listing__copy:hover {
  background: #8089c1
}

.funds-listing__copy:hover p {
  color: white
}

.funds-listing__copy p {
  margin-top: 0px;
  width: 100%;
  font-size: 12px !important
}

.people-list {
  list-style: none
}

.people-list>li {
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 25px
}

@media (min-width: 600px) {
  .people-list>li {
    padding-bottom: 0
  }
}

.people-list__thumb {
  width: 100px
}

@media (min-width: 600px) {
  .people-list__thumb {
    float: left;
    margin: 0 25px 40px 0
  }
}

.people-list__contents {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #bbbcbd;
  line-height: 1.27273
}

@media (min-width: 600px) {
  .people-list__contents {
    padding: 20px 0;
    min-height: 115px;
    margin-bottom: 20px
  }
}

.people-list__contents h3 {
  font-family: "Georgia","Times","Times New Roman","serif";
  color: #2c3b97;
  font-size: 20px;
  font-size: 1.25rem
}

.people-list__title {
  text-transform: uppercase;
  color: #2c3b97;
  margin: 1px 0 7px;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.27273
}

.people-list__qualifications {
  position: relative;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 600;
  margin: 0 0 13px;
  padding-right: 15px;
  color: #54585a
}

.people-list__qualifications i {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  color: #bbbcbd;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.is-open .people-list__qualifications i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.people-list__info {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.28571;
  margin-bottom: 16px
}

.people-list__info li {
  margin-bottom: 4px
}

.people-list__info a {
  color: #2c3b97
}

.people-list__info i {
  display: inline-block;
  width: 15px;
  margin-left: 2px;
  color: #54585a
}

.people-list__bio .rte p {
  font-size: 13px;
  font-size: .8125rem
}

.people-list--services>li {
  cursor: default
}

.people-list--sidebar>li {
  padding: 20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-bottom: 1px solid #bbbcbd
}

.people-list--sidebar>li:hover {
  background: #e8e6df
}

.people-list--sidebar .people-list__thumb {
  width: 75px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0
}

.people-list--sidebar .people-list__contents {
  padding: 0;
  margin-bottom: 0;
  min-height: 0;
  border-bottom: none
}

.people-list--sidebar .people-list__contents h3 {
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase
}

.people-list--sidebar .people-list__qualifications {
  text-transform: uppercase;
  margin: 1px 0 15px;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.27273
}

.people-list--sidebar .people-list__bio .rte {
  padding-bottom: 0
}

.people-list--sidebar .people-list__bio .rte p {
  font-size: 12px;
  font-size: .75rem
}

.grow-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0
}

.grow-blocks__block {
  font-size: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  padding-right: 10px;
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 270px;
  border-left: 1px solid #bbbcbd;
  display: inline-block;
  vertical-align: top
}

@media (min-width: 992px) {
  .grow-blocks__block {
    height: 498px
  }

  .grow-blocks__block__inner {
    max-width: 125px
  }
}

.grow-blocks__block:first-child {
  border-left: 0
}

.grow-blocks__block:hover {
  background-color: rgba(0,75,118,0.1)
}

.grow-blocks:hover .grow-blocks__block {
  padding-right: 6.66px
}

.grow-blocks:hover .grow-blocks__block:hover {
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  padding-right: 20px
}

.grow-blocks__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
  color: #2c3b97;
  text-shadow: 0px 1px 0 white;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: left
}

.header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (min-width: 992px) {
  .header {
    position: relative
  }
}

.header-primary {
  background-color: #2c3b97;
  color: white
}

.header-primary:before,.header-primary:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 992px) {
  .header-primary {
    position: relative;
    z-index: 10
  }
}

.header-primary__login {
  font-size: 13px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  padding: 10px 15px 14px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600
}

.header-primary__login:hover,.header-primary__login:focus {
  background-color: #5662ac
}

.header-primary__mobile,.header-primary__mobile--cos {
  position: relative;
  text-align: center
}

@media (min-width: 992px) {
  .header-primary__mobile,  .header-primary__mobile--cos {
    display: none
  }
}

.header-primary__mobile__toggle {
  position: absolute;
  top: 0px;
  left: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 29px;
  cursor: pointer;
  padding: 13px 10px
}

.header-primary__mobile__toggle:hover,.header-primary__mobile__toggle:focus {
  outline: none
}

.header-primary__mobile__toggle:active {
  opacity: 0.8
}

.header-primary__mobile__logo {
  display: inline-block;
  line-height: 56px;
  text-decoration: none;
  color: inherit
}

.header-primary__mobile__logo .fa-crown {
  vertical-align: middle;
  font-size: 30px;
  line-height: 47px
}

.header-primary__mobile .header-primary__login,.header-primary__mobile--cos .header-primary__login {
  position: absolute;
  top: 13px;
  right: 0;
  font-weight: 400;
  margin-right: -16px;
  margin-top: -4px
}

.header-primary__mobile .header-primary__login.button::before,.header-primary__mobile--cos .header-primary__login.button::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 18px;
  padding-right: 8px
}

.wf-fontawesome-webfont-n4-active .header-primary__mobile .header-primary__login.button::before,.wf-fontawesome-webfont-n4-active .header-primary__mobile--cos .header-primary__login.button::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__mobile .header-primary__login.button::before,  .header-primary__mobile--cos .header-primary__login.button::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__mobile .header-primary__login.button::before,  .header-primary__mobile--cos .header-primary__login.button::before {
    visibility: visible
  }
}

@media (max-width: 991px) {
  .header-primary__menu {
    text-align: left;
    position: absolute;
    min-height: 100%;
    background-color: #2c3b97;
    left: -250px;
    top: 0;
    width: 250px;
    -webkit-box-shadow: inset -5px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: inset -5px 0px 10px 0px rgba(0,0,0,0.4);
    padding: 15px
  }
}

.header-primary__logo {
  display: block
}

.header-primary__logo img {
  max-width: 100%;
  height: auto
}

.header-primary__logo-print {
  display: none
}

@media (max-width: 991px) {
  .header-primary__logo {
    margin-bottom: 8px
  }

  .header-primary__logo img {
    display: block;
    margin: 0 auto
  }
}

@media (min-width: 992px) {
  .header-primary__logo {
    width: 154px;
    padding: 10px 0;
    display: inline-block;
    float: left;
    margin-bottom: 12px
  }

  .header-primary__logo img {
    vertical-align: middle
  }
}

@media (min-width: 1200px) {
  .header-primary__logo {
    width: 205px;
    margin-top: 7px
  }
}

@media (max-width: 991px) {
  .header-primary__search {
    margin-bottom: 8px
  }
}

@media (min-width: 992px) {
  .header-primary__search {
    display: none
  }
}

@media (max-width: 991px) {
  .header-primary__navigation .header-primary__login {
    display: none
  }
}

@media (min-width: 992px) {
  .header-primary__navigation {
    float: right
  }

  .header-primary__navigation .navigation,  .header-primary__navigation .header-primary__menu--cos .nav-site-menu .navigation--cos,  .header-primary__menu--cos .nav-site-menu .header-primary__navigation .navigation--cos {
    display: inline-block
  }

  .header-primary__navigation .header-primary__login {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px
  }
}

.header-search {
  position: relative
}

.header-search input {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.61538;
  background-color: white;
  color: #555;
  padding: 8px 12px;
  padding-left: 40px;
  padding-right: 5px;
  width: 100%;
  display: inline-block;
  border: 1px solid #e8e6df;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (min-width: 992px) {
  .header-search input {
    padding: 5px 33px 4px 12px
  }
}

.header-search input:focus {
  border-color: #66afe9;
  outline: 0
}

.header-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 12px
}

@media (min-width: 992px) {
  .header-search button {
    left: auto;
    right: 0;
    padding: 0 9px
  }
}

.header-search button::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  font-size: 18px;
  color: #2c3b97;
  content: ""
}

.wf-fontawesome-webfont-n4-active .header-search button::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-search button::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-search button::before {
    visibility: visible
  }
}

.header-secondary {
  background-color: #e8e6df
}

.header-secondary:before,.header-secondary:after {
  content: "";
  display: table;
  clear: both
}

@media (min-width: 992px) {
  .header-secondary {
    position: relative;
    z-index: 11
  }
}

@media (max-width: 991px) {
  .header-secondary {
    display: none
  }
}

.header-secondary .site-selector {
  float: left
}

.header-secondary .header-search {
  float: right;
  max-width: 200px;
  margin: 8px 0
}

.hero-banner {
  position: relative
}

@media (max-width: 439px) {
  .hero-banner {
    display: none
  }
}

.hero-banner img {
  width: 100%;
  display: block
}

.hero-banner .h1 {
  color: white;
  margin: 0;
  padding: 12px 30px;
  background-color: #49c5b1;
  line-height: 1;
  position: relative
}

@media (min-width: 992px) {
  .hero-banner .h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 23px 20px;
    background-color: rgba(73,197,177,0.7)
  }
}

.hero-banner .h1::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 34px;
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.wf-fontawesome-webfont-n4-active .hero-banner .h1::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-banner .h1::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .hero-banner .h1::after {
    visibility: visible
  }
}

@media (min-width: 992px) {
  .hero-banner .h1::after {
    display: block
  }
}

.icon-block {
  margin-bottom: 20px
}

.icon-block a {
  border-bottom: 0 !important;
  text-align: center;
  display: block
}

@media (max-width: 767px) {
  .icon-block a {
    margin-bottom: 20px !important
  }
}

.icon-block a p {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000
}

.icon-block a:hover p {
  color: #8089c1
}

.icon-block .cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.icon-block .cs::after {
  display: none
}

.icon-block__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  text-transform: uppercase;
  padding: 15px;
  vertical-align: top;
  border-right: 1px solid #bbbcbd
}

.icon-block--1 .icon-block__item {
  width: 100%
}

.icon-block--2 .icon-block__item {
  width: 50%
}

.icon-block--3 .icon-block__item {
  width: 33.33333%
}

.icon-block--4 .icon-block__item {
  width: 25%
}

@media (max-width: 767px) {
  .icon-block--4 .icon-block__item {
    width: 50%;
    margin-bottom: 20px
  }
}

.icon-block__item:last-child {
  border: 0
}

.icon-select {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  text-align: left
}

.icon-select__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 24px;
  color: #2c3b97
}

.icon-select__icon::before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.icon-select .custom-select__arrow {
  width: 46px;
  color: white;
  background-color: #2c3b97;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: auto;
  font-size: 12px
}

.icon-select .custom-select__value {
  border: 1px solid #bbbcbd;
  padding: 12px 16px;
  padding-right: 62px;
  padding-left: 57px;
  color: #2c3b97;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white
}

.icon-select.is-focused .custom-select__value,.icon-select:hover .custom-select__value {
  background-color: #8089c1;
  color: white
}

.icon-select.is-focused .icon-select__icon,.icon-select:hover .icon-select__icon {
  color: white
}

.icon-select.is-focused .custom-select__value {
  border-color: #8089c1
}

.insights-landing {
  margin: -30px 0 0
}

@media (min-width: 992px) {
  .insights-landing {
    margin: -20px 0
  }

  .insights-landing>.cols-md-6 {
    border-top: 1px solid #eee
  }

  .insights-landing>.cols-md-6:nth-child(1),  .insights-landing>.cols-md-6:nth-child(2) {
    border-top: 0
  }

  .insights-landing>.cols-md-6:nth-child(2n-1) {
    border-right: 1px solid #eee
  }
}

.insights-landing__item {
  padding: 30px 0
}

@media (min-width: 768px) {
  .insights-landing__item {
    padding: 40px 10px
  }
}

.insights-landing__thumb {
  margin: 0 0 19px 0;
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38);
  box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38);
  width: 102px;
  height: auto
}

@media (min-width: 768px) {
  .insights-landing__thumb {
    float: left;
    margin: 0 19px 0 0
  }
}

.insights-landing__contents {
  overflow: hidden
}

.insights-landing__contents .block-heading {
  margin: 0 0 10px;
  color: #0b2042
}

.insights-landing__contents .block-heading small {
  display: block;
  padding: 2px 0 0 0;
  text-transform: none;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: normal;
  font-style: italic
}

@media (min-width: 768px) {
  .insights-landing__contents .block-heading small {
    display: inline;
    padding: 0 0 0 10px
  }
}

.insights-landing__contents h4 {
  margin-bottom: 7px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.27778;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase
}

.insights-landing__desc {
  margin: 0 0 13px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  font-style: italic;
  color: #333
}

.insights-landing__btn {
  text-align: right;
  margin-top: 20px
}

.normal-select {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  text-align: left
}

.normal-select__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  font-size: 24px;
  color: #8089c1
}

.normal-select__icon::before {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s
}

.normal-select .custom-select__arrow {
  width: 46px;
  color: white;
  background-color: #8089c1;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: auto;
  font-size: 12px
}

.normal-select .custom-select__value {
  border: 1px solid #bbbcbd;
  padding: 12px 0;
  color: #2c3b97;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  text-align: center;
  padding-right: 46px
}

.normal-select.is-focused .custom-select__value,.normal-select:hover .custom-select__value {
  background-color: #8089c1;
  color: white
}

.normal-select.is-focused .icon-select__icon,.normal-select:hover .icon-select__icon {
  color: white
}

.normal-select.is-focused .custom-select__value {
  border-color: #8089c1
}

.landing {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #e8e6df;
  padding: 30px 0 0
}

@media (min-width: 992px) {
  .landing {
    display: block
  }
}

@media (min-width: 992px) {
  .landing {
    padding: 40px 0
  }
}

@media (min-width: 992px) {
  .landing__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.landing__block {
  margin: 0 0 25px
}

@media (min-width: 992px) {
  .landing__block--left {
    width: 41%;
    padding-right: 8px;
    margin: 0
  }
}

@media (min-width: 992px) {
  .landing__block--right {
    width: 59%;
    padding-left: 8px;
    margin: 0
  }
}

.landing__block-inner {
  height: 100%;
  background: white;
  border: 1px solid #bbbcbd
}

.landing__banner {
  position: relative;
  padding: 39px 20px 126px 20px
}

.landing__content {
  padding: 0 0 19px
}

.landing__banner-title {
  display: block;
  font-size: 25px;
  line-height: 29px;
  color: #2c3b97;
  padding: 0 0 14px;
  margin: 0 0 15px
}

.landing__banner-title--with-border {
  position: relative
}

.landing__banner-title--with-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 73px;
  height: 2px;
  background: #49c5b1
}

.landing__banner-text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 8px
}

.landing__banner-text p {
  margin: 0 0 15px
}

.landing__banner-button {
  font-size: 12px;
  margin: 0 6px 10px 0 !important
}

.landing__banner-button:last-child {
  margin-right: 0 !important
}

@media (min-width: 992px) {
  .landing__banner-button {
    font-size: 10px
  }
}

@media (min-width: 1200px) {
  .landing__banner-button {
    font-size: 12px
  }
}

.landing__banner-bottom {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  padding: 33px 0 19px;
  border-top: 1px solid #bbbcbd
}

.mobile-landing-nav {
  padding-top: 58px
}

@media (min-width: 768px) {
  .mobile-landing-nav {
    padding: 28px 0
  }
}

@media (min-width: 992px) {
  .mobile-landing-nav {
    display: none
  }
}

.mobile-landing-nav ul {
  list-style: none;
  padding-top: 1px;
  margin: 0 0 30px;
  overflow: hidden
}

.mobile-landing-nav li {
  background: white;
  border-top: 1px solid #bbbcbd;
  margin: -1px 0 0 0
}

.mobile-landing-nav li:first-child {
  border-top: none
}

.mobile-landing-nav__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  display: block;
  padding: 20px;
  color: #2c3b97;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  padding-right: 36px
}

.mobile-landing-nav__link--with-arrow::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  font-size: 28px;
  padding-right: 15px;
  content: ""
}

.wf-fontawesome-webfont-n4-active .mobile-landing-nav__link--with-arrow::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-landing-nav__link--with-arrow::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .mobile-landing-nav__link--with-arrow::after {
    visibility: visible
  }
}

.mobile-landing-nav__link--with-arrow-left::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  font-size: 28px;
  padding-left: 15px;
  content: ""
}

.wf-fontawesome-webfont-n4-active .mobile-landing-nav__link--with-arrow-left::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-landing-nav__link--with-arrow-left::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .mobile-landing-nav__link--with-arrow-left::before {
    visibility: visible
  }
}

.mobile-landing-nav__controls--back-btn {
  display: none
}

.mobile-landing-nav--sequential {
  padding-top: 5px;
  margin-bottom: 30px
}

.mobile-landing-nav--sequential ul {
  margin: 0;
  height: 100%;
  background-color: white
}

.mobile-landing-nav--sequential .mobile-landing-nav__link {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.85714;
  font-weight: bold;
  text-transform: none;
  padding: 30px 20px
}

.mobile-landing-nav--sequential .mobile-landing-nav__link--with-arrow-left {
  padding: 30px 35px
}

.mobile-landing-nav--sequential .mobile-landing-nav__controls.is-open .mobile-landing-nav__controls--tile {
  display: none
}

.mobile-landing-nav--sequential .mobile-landing-nav__controls.is-open .mobile-landing-nav__controls--back-btn {
  display: block
}

.mobile-landing-nav__heading {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.85714;
  background-color: #e8e6df;
  color: #54585a;
  font-weight: bold;
  padding: 10px 20px
}

.mobile-landing-nav__wrapper {
  border: 1px solid #bbbcbd
}

.mobile-landing-nav__inner {
  height: 345px;
  overflow: auto !important;
  position: relative
}

.mobile-landing-nav__inner>ul>li {
  border-bottom: 1px solid #bbbcbd
}

.mobile-landing-nav__tabs li:first-child {
  border-top: 1px solid white
}

.mobile-landing-nav__tab-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: auto !important
}

.mobile-landing-nav__tab-content>li {
  display: none
}

.mobile-landing-nav__item {
  position: relative;
  border-top: 1px solid #bbbcbd
}

.mobile-landing-nav__item--controls {
  padding: 25px 20px;
  position: absolute;
  top: 0;
  background-color: white;
  width: 100%;
  right: -100%;
  -webkit-transition: right 0.6s;
  -o-transition: right 0.6s;
  transition: right 0.6s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.mobile-landing-nav__item--controls.is-open {
  right: 0
}

.mobile-landing-nav__item--controls .btn {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-landing-nav__item--controls .btn:first-child {
  width: 33%
}

.mobile-landing-nav__item:first-child {
  border-top: none
}

.mobile-landing-stories {
  padding-bottom: 25px
}

@media (min-width: 768px) {
  .mobile-landing-stories {
    display: none
  }
}

.mobile-landing-stories ul {
  list-style: none
}

.mobile-landing-stories li {
  padding: 18px;
  background: white;
  border-top: none;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3)
}

.mobile-landing-stories li:last-child {
  margin-bottom: 0
}

.mobile-landing-stories__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
  color: #2c3b97;
  text-shadow: 0px 1px 0 white;
  margin-bottom: 20px;
  font-weight: normal
}

.mobile-landing-stories-v2 {
  padding-bottom: 25px
}

@media (min-width: 992px) {
  .mobile-landing-stories-v2 {
    display: none
  }
}

.mobile-landing-stories-v2__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: white;
  padding: 22px 13px 20px 20px;
  border: 1px solid #bbbcbd;
  margin-top: -1px
}

.mobile-landing-stories-v2__heading {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2c3b97;
  margin: 0 0 6px
}

.mobile-landing-stories-v2__heading_underlined {
  padding: 0 0 13px;
  margin: 0 0 11px
}

.mobile-landing-stories-v2__heading_underlined:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #49c5b1
}

.mobile-landing-stories-v2 p {
  margin: 0 0 10px
}

.mobile-landing-stories-v2__link {
  display: inline-block;
  vertical-align: top;
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #2c3b97
}

.modal,.rte .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  min-height: 100vh;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  background-color: rgba(214,210,196,0.75);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px
}

@media (min-width: 600px) {
  .modal,  .rte .modal {
    padding-bottom: 0
  }
}

.modal--dark,.rte .modal--dark {
  color: white
}

.modal--dark .modal__content,.rte .modal--dark .modal__content {
  background-color: #000;
  border-color: #000
}

.modal--dark .modal__header,.rte .modal--dark .modal__header {
  border-color: white
}

.modal--dark .modal__title,.rte .modal--dark .modal__title {
  color: white
}

.modal--dark .modal__close,.rte .modal--dark .modal__close {
  color: white
}

.modal__dialog,.rte .modal__dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 600px) {
  .modal__dialog,  .rte .modal__dialog {
    margin: 0px auto 80px auto
  }
}

@media (min-width: 768px) {
  .modal__dialog,  .rte .modal__dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px
  }
}

.modal__content,.rte .modal__content {
  position: relative;
  background-color: white;
  border-radius: 3px;
  border: 5px solid white;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

@media (min-width: 768px) {
  .modal__content,  .rte .modal__content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5)
  }
}

.modal__content video+*,.rte .modal__content video+* {
  margin-top: 16px
}

.modal__header,.rte .modal__header {
  min-height: 43px;
  padding: 0 15px;
  border-bottom: 1px solid #e8e6df;
  position: relative;
  z-index: 1
}

.modal__header--no-border,.rte .modal__header--no-border {
  border: 0 !important
}

.modal__header--no-border .modal__title,.rte .modal__header--no-border .modal__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.9
}

.modal__title,.rte .modal__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 2.43333;
  margin: 0;
  color: #2c3b97;
  text-transform: uppercase;
  font-weight: 600
}

.modal__body,.rte .modal__body {
  position: relative;
  padding: 24px 24px 140px 24px
}

@media (min-width: 768px) {
  .modal__body,  .rte .modal__body {
    padding-bottom: 24px
  }
}

.modal__body video,.modal__body audio,.rte .modal__body video,.rte .modal__body audio {
  width: 100%
}

.modal__close,.rte .modal__close {
  color: #2c3b97;
  position: absolute;
  top: 0;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  right: 5px
}

@media (min-width: 768px) {
  .modal__close,  .rte .modal__close {
    padding: 15px 20px;
    right: 0;
    top: -5px
  }
}

.modal__close::before,.rte .modal__close::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 20px;
  line-height: 1
}

.wf-fontawesome-webfont-n4-active .modal__close::before,.wf-fontawesome-webfont-n4-active .rte .modal__close::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal__close::before,  .rte .modal__close::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .modal__close::before,  .rte .modal__close::before {
    visibility: visible
  }
}

@media (min-width: 768px) {
  .modal__close::before,  .rte .modal__close::before {
    font-size: 30px
  }
}

.modal .rte,.rte .modal .rte {
  padding: 0
}

.modal .btn,.rte .modal .btn {
  margin-top: 16px
}

.modal--full .modal__dialog,.rte .modal--full .modal__dialog {
  padding: 0;
  margin: 0;
  height: 100%
}

.modal--full .modal__content,.rte .modal--full .modal__content {
  border: none;
  height: 100%;
  background-color: #2c3b97
}

.modal--full .modal__body,.rte .modal--full .modal__body {
  padding: 0;
  position: absolute;
  width: 100%
}

.modal--full .modal__body iframe,.rte .modal--full .modal__body iframe {
  width: 100%;
  height: 100%;
  height: 100vh
}

.modal--full .modal__close,.rte .modal--full .modal__close {
  color: white
}

.navigation ul,.header-primary__menu--cos .nav-site-menu .navigation--cos ul {
  list-style: none
}

.navigation ul li a,.header-primary__menu--cos .nav-site-menu .navigation--cos ul li a {
  font-weight: 600
}

.navigation .fa,.header-primary__menu--cos .nav-site-menu .navigation--cos .fa {
  font-size: 20px;
  line-height: 14px;
  vertical-align: baseline;
  bottom: -2px;
  position: relative;
  margin-right: 5px
}

.navigation ul,.header-primary__menu--cos .nav-site-menu .navigation--cos ul {
  list-style: none
}

@media (max-width: 991px) {
  .navigation>ul,  .header-primary__menu--cos .nav-site-menu .navigation--cos>ul {
    margin: 0 -15px
  }

  .navigation li,  .header-primary__menu--cos .nav-site-menu .navigation--cos li {
    border-bottom: 1px solid #212121
  }

  .navigation li.is-current>a,  .header-primary__menu--cos .nav-site-menu .navigation--cos li.is-current>a {
    border-right: 10px solid #8089c1
  }

  .navigation li:first-child,  .header-primary__menu--cos .nav-site-menu .navigation--cos li:first-child {
    border-top: 1px solid #212121
  }

  .navigation a,  .header-primary__menu--cos .nav-site-menu .navigation--cos a {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.53846;
    color: inherit;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }

  .navigation a:hover,  .header-primary__menu--cos .nav-site-menu .navigation--cos a:hover,  .navigation a:focus,  .header-primary__menu--cos .nav-site-menu .navigation--cos a:focus {
    background-color: #5662ac
  }

  .navigation__parent ul {
    border-top: 1px solid #212121
  }

  .navigation__parent li:first-child {
    border-top: 0
  }

  .navigation__parent li:last-child {
    border-bottom: 0
  }

  .navigation__parent>a {
    position: relative;
    padding-right: 35px
  }

  .navigation__parent>a::after {
    font-family: "fontawesome-webfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    font-size: 14px;
    line-height: 18px;
    content: "";
    position: absolute;
    right: 15px;
    top: 10px
  }

  .wf-fontawesome-webfont-n4-active .navigation__parent>a::after {
    visibility: visible
  }
}

@media all and (max-width: 991px) and (-ms-high-contrast: none), (max-width: 991px) and (-ms-high-contrast: active) {
  .navigation__parent>a::after {
    visibility: visible
  }
}

@media (max-width: 991px) {
@supports (-ms-ime-align: auto) {
    .navigation__parent>a::after {
      visibility: visible;
    }
}

  .navigation__parent>a.is-open::after {
    content: ""
  }

  .navigation__parent.is-current>a::after {
    right: 5px
  }

  .navigation__sub-menu {
    border-left: 3px solid #212121;
    padding-left: 12px;
    background-color: #5662ac;
    display: none
  }

  .navigation__sub-menu ul {
    padding-left: 15px
  }

  .navigation__sub-menu a {
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .navigation ul,  .header-primary__menu--cos .nav-site-menu .navigation--cos ul {
    font-size: 0
  }

  .navigation li,  .header-primary__menu--cos .nav-site-menu .navigation--cos li {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    position: relative
  }

  .navigation li.is-current>a,  .header-primary__menu--cos .nav-site-menu .navigation--cos li.is-current>a {
    background-image: -webkit-linear-gradient(top, #49c5b1, #49c5b1 5px, transparent 5px, transparent 100%);
    background-image: -o-linear-gradient(top, #49c5b1, #49c5b1 5px, transparent 5px, transparent 100%);
    background-image: linear-gradient(to bottom, #49c5b1, #49c5b1 5px, transparent 5px, transparent 100%)
  }

  .navigation span,  .header-primary__menu--cos .nav-site-menu .navigation--cos span,  .navigation a,  .header-primary__menu--cos .nav-site-menu .navigation--cos a {
    font-size: 11px;
    font-size: .6875rem;
    display: inline-block;
    color: inherit;
    line-height: 90px;
    padding: 0 8px;
    text-decoration: none;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
  }

  .navigation span:hover,  .header-primary__menu--cos .nav-site-menu .navigation--cos span:hover,  .navigation span:focus,  .header-primary__menu--cos .nav-site-menu .navigation--cos span:focus,  .navigation a:hover,  .header-primary__menu--cos .nav-site-menu .navigation--cos a:hover,  .navigation a:focus,  .header-primary__menu--cos .nav-site-menu .navigation--cos a:focus {
    background-color: #5662ac
  }

  .navigation__parent--right .navigation__sub-menu {
    left: auto;
    right: 0
  }

  .navigation__parent--narrow .navigation__sub-menu li a {
    min-width: 0
  }

  .navigation__parent>a::after {
    font-family: "fontawesome-webfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden;
    vertical-align: baseline;
    content: "";
    padding-left: 5px;
    font-size: 10px
  }

  .wf-fontawesome-webfont-n4-active .navigation__parent>a::after {
    visibility: visible
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .navigation__parent>a::after {
    visibility: visible
  }
}

@media (min-width: 992px) {
@supports (-ms-ime-align: auto) {
    .navigation__parent>a::after {
      visibility: visible;
    }
}

  .navigation__parent>a.is-open {
    background-color: #d6d2c4;
    color: #54585a
  }

  .navigation__parent>a.is-open::after {
    content: ""
  }

  .navigation__sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none
  }

  .navigation__sub-menu li {
    display: block
  }

  .navigation__sub-menu a,  .navigation__sub-menu span {
    display: block;
    white-space: nowrap;
    line-height: 30px;
    padding: 5px 10px;
    min-width: 235px;
    background-color: #d6d2c4;
    color: #54585a
  }

  .navigation__sub-menu a:hover,  .navigation__sub-menu a:focus,  .navigation__sub-menu span:hover,  .navigation__sub-menu span:focus {
    background-color: #e8e6df
  }

  .navigation__sub-menu--login {
    left: auto;
    right: 0
  }

  .navigation__sub-menu--login a,  .navigation__sub-menu--login span {
    min-width: auto
  }
}

@media (min-width: 1200px) {
  .navigation span,  .header-primary__menu--cos .nav-site-menu .navigation--cos span,  .navigation a,  .header-primary__menu--cos .nav-site-menu .navigation--cos a {
    font-size: 13px;
    font-size: .8125rem;
    padding: 0 10px
  }
}

.page-actions {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667;
  color: #6e6e6f;
  list-style: none;
  padding-right: 6px
}

.page-actions li {
  padding-left: 10px;
  display: inline-block
}

.page-actions a {
  text-decoration: none;
  color: inherit
}

.page-actions a:hover,.page-actions a:focus {
  opacity: 0.8
}

.page-actions a .fa {
  vertical-align: middle;
  font-size: 16px;
  padding-right: 6px;
  color: #2c3b97;
  margin-top: -1px
}

.article-panel .panel__heading {
  padding-right: 150px
}

.article-panel__nav-btn {
  position: absolute;
  right: 15px;
  top: 19px;
  font-size: 10px;
  font-size: .625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white
}

.article-panel__nav-btn i {
  margin-left: 4px
}

.article-panel__author-summary {
  margin: -15px -15px 20px;
  padding: 15px;
  background-color: #e8e6df;
  overflow: hidden
}

.article-panel__author-thumb {
  float: left;
  width: 50px;
  margin: 0 16px 0 0
}

.article-panel__author-text {
  overflow: hidden;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33333
}

.article-panel__author-title {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px
}

.article-panel__social {
  margin-top: 20px
}

.pub-newsletter {
  margin-bottom: 30px
}

.pub-newsletter.is-open {
  margin-top: -30px
}

@media (min-width: 768px) {
  .pub-newsletter.is-open {
    margin-top: 0
  }
}

.pub-newsletter .captcha-section {
  float: left;
  position: relative
}

.pub-newsletter__form {
  padding: 20px 0 40px
}

.pub-newsletter__form legend {
  display: block;
  margin-bottom: 13px;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase
}

.pub-newsletter__form legend .icon {
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin-right: 3px
}

@media (min-width: 600px) {
  .pub-newsletter__form .form-group {
    float: left;
    width: 36%;
    margin-right: 14px
  }
}

.pub-newsletter__form .btn {
  width: 122px
}

@media (max-width: 599px) {
  .pub-newsletter__form .g-recaptcha {
    margin-top: 10px
  }
}

.pub-newsletter__form.show-validation .pub-newsletter__captcha-border {
  border-color: #f00
}

.pub-newsletter__captcha-border {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 302px;
  height: 76px;
  border: 1px solid transparent;
  border-radius: 3px;
  pointer-events: none
}

.pub-article-item {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 30px
}

.pub-article-item__thumb {
  float: left;
  margin: 0 19px 0 0;
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38);
  box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38);
  width: 102px;
  height: auto
}

.pub-article-item__contents {
  overflow: hidden
}

.pub-article-item__contents .block-heading {
  margin: 0 0 10px;
  color: #0b2042;
  font-size: 18px;
  font-size: 1.125rem
}

@media (min-width: 768px) {
  .pub-article-item__contents .block-heading {
    font-size: 22px;
    font-size: 1.375rem
  }
}

.pub-article-item__desc {
  margin: 0 0 13px;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  color: #212121
}

.pub-article-item__btn {
  margin-top: 20px
}

.pub-article-item--article {
  margin-top: 23px
}

@-webkit-keyframes fadeInAuthor {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInAuthor {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.author-panel {
  margin-bottom: 10px
}

.author-panel__list ul li {
  border-bottom: 1px solid #bbbcbd;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeInAuthor 0.2s forwards;
  animation: fadeInAuthor 0.2s forwards
}

.author-panel__list ul li:first-child {
  border-top: 1px solid #bbbcbd
}

.author-panel__list ul li:last-child {
  border-bottom: 0px
}

.author-panel__list ul li:before {
  display: none
}

.author-panel__list ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.author-panel__list ul li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s
}

.author-panel__list ul li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s
}

.author-panel__list ul li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s
}

.author-panel__list ul li:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s
}

.author-panel__list ul li:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.author-panel__list ul li:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.author-panel__list ul li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.author-panel__list ul li a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s
}

.author-panel__list ul li a:hover,.author-panel__list ul li a:focus {
  background: #e8e6df
}

.author-panel__list ul li a:after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  vertical-align: middle;
  margin-top: -2px;
  content: "";
  padding-left: 0.75em;
  font-size: 10px;
  color: #bbbcbd;
  position: absolute;
  top: 75%;
  right: 19px;
  margin-top: -5px
}

.wf-fontawesome-webfont-n4-active .author-panel__list ul li a:after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .author-panel__list ul li a:after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .author-panel__list ul li a:after {
    visibility: visible
  }
}

.author-panel__thumb {
  float: left;
  margin: 0 19px 0 0;
  width: 50px;
  height: auto
}

.author-panel__title,.author-panel__excerpt {
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571;
  color: #212121
}

.author-panel__title {
  margin: 3px 0 6px
}

.author-panel__title strong {
  color: #2c3b97
}

.lte-ie9 .author-panel__list ul li {
  opacity: 1
}

.past-issue {
  float: left;
  width: 50%;
  padding: 10px 15px
}

@media (min-width: 768px) {
  .past-issue {
    width: 33.333%
  }
}

@media (min-width: 992px) {
  .past-issue {
    width: 16.666%
  }
}

.past-issue__inner {
  margin: 20px auto;
  max-width: 200px
}

@media (min-width: 768px) {
  .past-issue__inner {
    width: 165px
  }
}

@media (min-width: 992px) {
  .past-issue__inner {
    max-width: 111px
  }
}

.past-issue a {
  display: block;
  text-decoration: none;
  color: #2c3b97
}

.past-issue__thumb {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2)
}

.past-issue__title {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.27273;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
  padding-bottom: 4px;
  margin-bottom: 2px;
  border-bottom: 1px solid #e0e0e0
}

.past-issue__dl-link {
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase
}

.radio-select__block {
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.radio-select__block input {
  position: absolute;
  left: -9999px
}

.radio-select__block label {
  cursor: pointer;
  display: block;
  background: #e8e6df;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  border-color: #e8e6df
}

.radio-select__block label:hover .btn,.radio-select__block label:focus .btn {
  border-color: #5662ac;
  background-color: #5662ac;
  color: white
}

.radio-select__block input:checked+label {
  color: white;
  background: #2c3b97
}

@media (min-width: 992px) {
  .radio-select__block input:checked+label::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #2c3b97 transparent transparent transparent
  }
}

.radio-select__block input:checked+label .radio-select__title {
  color: white
}

.radio-select__block input:checked+label .radio-select__btn {
  display: none
}

@media (min-width: 992px) {
  .radio-select__block input:checked+label .radio-select__btn {
    display: inline-block;
    visibility: hidden
  }
}

.radio-select__block input:checked+label .radio-select__icon {
  display: none
}

@media (min-width: 992px) {
  .radio-select__block input:checked+label .radio-select__icon {
    display: block
  }
}

@media (min-width: 992px) {
  .radio-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
  }

  .radio-select__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    max-width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .radio-select__block label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }

  .radio-select__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.radio-select__title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.1;
  color: #2c3b97;
  margin: 10px 0;
  display: block;
  font-weight: 600
}

.radio-select__desc {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  margin-bottom: 10px;
  display: block
}

.radio-select__btn {
  text-align: center;
  display: block
}

.radio-select__btn .btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s
}

.radio-select__icon {
  display: none
}

@media (min-width: 992px) {
  .radio-select__icon {
    position: relative;
    height: 34px;
    top: -34px;
    margin-bottom: -34px;
    text-align: center
  }

  .radio-select__icon .icon {
    background: white
  }

  .radio-select__icon .icon .fa {
    color: #2c3b97
  }
}

.sidebar__inner>nav {
  border-left: 1px solid #bbbcbd;
  border-right: 1px solid #bbbcbd
}

.sidebar__inner+.sidebar__inner {
  margin-top: -1px
}

.sidebar__subtitle {
  color: #54585a;
  font-size: 11px
}

.sidebar__title {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #2c3b97;
  color: white;
  padding: 10px 15px 10px 20px;
  border: 1px solid #bbbcbd;
  border-top: none
}

.sidebar__title:first-child {
  border-top: 1px solid #bbbcbd
}

.sidebar ul {
  list-style: none
}

.sidebar__link {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.42708;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px 10px 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bbbcbd;
  color: #2c3b97;
  background-color: white
}

.sidebar__link p {
  display: inline-block;
  vertical-align: middle
}

.sidebar__link i {
  margin-right: 3px;
  min-width: 14px
}

.sidebar__link .icon--sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.sidebar__link .icon--sidebar i {
  margin-right: 0
}

.sidebar__link.is-current {
  position: relative;
  font-weight: 600;
  color: #2c3b97
}

.sidebar__link.is-current::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  border-left: 4px solid #49c5b1
}

.sidebar__link:not([href]),.sidebar__link[href=""] {
  cursor: default
}

.sidebar__link[href]:not([href=""]):hover,.sidebar__link[href]:not([href=""]):focus {
  background-color: #e8e6df
}

.sidebar__link--lowercase {
  text-transform: initial;
  font-size: 14px
}

.sidebar--reports {
  padding: 20px;
  border-bottom: 1px solid #bbbcbd
}

.sidebar--reports__wrapper {
  width: 50%;
  float: left;
  height: 45px
}

.sidebar--reports__wrapper .btn {
  margin-left: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar--reports__wrapper .btn {
    margin-left: 5px;
    width: 100%
  }
}

.sidebar--reports:before,.sidebar--reports:after {
  content: "";
  display: table;
  clear: both
}

.sidebar__video-thumb {
  background: red;
  display: block;
  float: left;
  width: 50%
}

.sidebar img {
  float: left;
  margin-right: 20px;
  width: 130px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar img {
    width: 110px
  }
}

.sidebar__video-excerpt {
  display: block;
  float: left;
  width: 50%
}

.sidebar__video-excerpt p {
  color: #54585a
}

.sidebar--accordion__link {
  position: relative;
  padding-right: 25px
}

.sidebar--accordion__link i {
  font-size: 12px;
  font-size: .75rem;
  position: absolute;
  top: 12px;
  right: 15px;
  color: #bbbcbd;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.sidebar--accordion__link.is-open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sidebar--accordion__office {
  font-size: 11px;
  font-size: .6875rem;
  color: #54585a;
  padding-left: 6px;
  margin-left: 6px;
  border-left: 1px solid #bbbcbd
}

.sidebar--accordion__office img {
  width: 14px;
  margin: 0;
  float: none
}

.sidebar--accordion__answer {
  padding: 15px 15px 0px 20px;
  border-bottom: 1px solid #bbbcbd
}

.sidebar--accordion__address {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.28571;
  margin-bottom: 20px
}

.sidebar--accordion__info {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.28571;
  margin-bottom: 16px
}

.sidebar--accordion__info li {
  margin-bottom: 4px
}

.sidebar--accordion__info a {
  color: #2c3b97
}

.sidebar--accordion__info i {
  display: inline-block;
  width: 18px;
  color: #54585a
}

.sidebar--details nav>ul>li {
  padding: 10px 15px 10px 20px;
  border-bottom: 1px solid #bbbcbd;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.41667
}

.sidebar--details p a {
  color: #2c3b97;
  text-decoration: none;
  margin-bottom: -1px;
  border-bottom: 1px solid #2c3b97
}

.sidebar--details p a:hover,.sidebar--details p a:focus {
  border-bottom: 0
}

.sidebar--details__title {
  font-weight: 400;
  text-transform: uppercase
}

.site-selector {
  position: relative;
  display: inline-block
}

.site-selector__button {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.53846;
  padding: 12px 16px;
  min-width: 285px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2c3b97;
  background-color: #e8e6df;
  border: none;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.site-selector__button:hover,.site-selector__button:focus {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  outline: none;
  cursor: pointer
}

.site-selector__button:hover::after,.site-selector__button:focus::after {
  color: #5662ac
}

.site-selector__button::before,.site-selector__button::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden
}

.wf-fontawesome-webfont-n4-active .site-selector__button::before,.wf-fontawesome-webfont-n4-active .site-selector__button::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-selector__button::before,  .site-selector__button::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .site-selector__button::before,  .site-selector__button::after {
    visibility: visible
  }
}

.site-selector__button::before {
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  padding-right: 5px;
  bottom: -2px;
  position: relative
}

.site-selector__button::after {
  content: "";
  font-size: 10px;
  color: #54585a;
  float: right;
  margin-right: 40px;
  padding-left: 10px;
  line-height: 23px
}

.site-selector__button.is-open {
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}

.site-selector__button.is-open::after {
  content: ""
}

.site-selector__menu {
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  border-top: none;
  display: none;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  z-index: 1
}

.site-selector__menu ul {
  list-style: none
}

.site-selector__menu li {
  border-bottom: 1px dotted #b3b3b3
}

.site-selector__menu li:last-child {
  border-bottom: none
}

.site-selector__menu li a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-transform: uppercase;
  text-decoration: none;
  color: #3b5b81;
  padding: 5px 10px;
  display: block
}

.site-selector__menu li a:hover,.site-selector__menu li a:focus {
  color: #76797b
}

.site-selector__menu li a:not([href]) {
  color: #54585a;
  cursor: default
}

.site-selector__menu li ul {
  padding-left: 20px
}

.site-selector__menu li li {
  border-bottom: none
}

.site-selector__menu li li:last-child {
  padding-bottom: 10px
}

.site-selector__menu li li::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  font-size: 10px;
  line-height: 15px;
  color: #2c3b97;
  padding-right: 15px;
  vertical-align: middle
}

.wf-fontawesome-webfont-n4-active .site-selector__menu li li::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-selector__menu li li::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .site-selector__menu li li::before {
    visibility: visible
  }
}

.site-selector__menu li li a {
  padding: 0;
  color: #54585a;
  text-transform: none;
  display: inline-block;
  vertical-align: middle
}

.slider {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slider:hover .slider__nav {
  opacity: 1;
  visibility: visible
}

.slider--fade .slider__slide {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0
}

.slider--fade .slider__slide.active {
  opacity: 1
}

.slider--fade .slider__content {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.slider--tabbed {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e6df;
  border-bottom: none
}

.slider--tabbed .slider__slide {
  background-color: white;
  color: inherit
}

.slider--tabbed .slider__slide::after {
  display: none
}

@media (min-width: 1200px) {
  .slider--tabbed .slider__slide {
    min-height: 0
  }
}

.slider--tabbed .slider__padded-content {
  padding: 50px 140px
}

.slider--highlighted-content {
  display: block;
  margin: 0 -15px
}

@media (min-width: 992px) {
  .slider--highlighted-content {
    margin: 0
  }
}

.slider--arrow-navigation {
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default
}

.slider--arrow-navigation .slider__frame,.slider--arrow-navigation .slider__slides,.slider--arrow-navigation .slider__slide {
  height: 100%
}

.slider--arrow-navigation .slider__slide {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 350px 80px;
  background-color: transparent;
  background-repeat: no-repeat
}

.slider--arrow-navigation .js_prev,.slider--arrow-navigation .js_next {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: auto;
  bottom: 5%
}

.slider--arrow-navigation .js_prev {
  left: auto;
  right: 70px
}

.slider--arrow-navigation .js_next {
  right: 25px
}

.slider--dot-navigation {
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

.slider--dot-navigation .slider__frame,.slider--dot-navigation .slider__slides,.slider--dot-navigation .slider__slide {
  height: 100%
}

.slider--dot-navigation .slider__slide {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 350px 80px;
  background-color: transparent;
  background-repeat: no-repeat
}

.slider.is-single .slider__nav,.slider.is-single .slider__dots {
  display: none
}

.slider__tabs {
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed
}

.slider__tabs li {
  display: table-cell
}

.slider__tabs li:first-child a {
  border-left: none
}

.slider__tabs a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #e8e6df;
  border-left: 1px solid #e8e6df;
  color: #2c3b97;
  padding: 5px 13px 6px
}

.slider__tabs a.is-current {
  font-weight: 600;
  border-bottom: none;
  border-top: 2px solid #2c3b97;
  padding-bottom: 5px
}

@media (min-width: 768px) {
  .slider {
    display: block;
    margin-top: 20px
  }

  .slider--tabbed {
    display: none
  }
}

@media (min-width: 992px) {
  .slider {
    margin-top: 40px
  }

  .slider--tabbed {
    display: block
  }
}

.slider__frame {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap
}

.slider__slides {
  display: block
}

.slider__nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 39px;
  height: 39px;
  color: #54585a;
  font-size: 22px;
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.slider__nav:hover,.slider__nav:focus {
  background-color: rgba(0,0,0,0.3);
  color: white
}

.slider__nav--prev {
  left: 10px
}

.slider__nav--next {
  right: 10px
}

.slider__slide {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  height: 360px;
  background-color: #2c3b97;
  color: white;
  white-space: normal;
  width: 100%;
  min-height: 340px;
  text-align: left;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat
}

@media (min-width: 1200px) {
  .slider__slide {
    min-height: 390px
  }
}

.slider__slide::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 22px
}

.wf-fontawesome-webfont-n4-active .slider__slide::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider__slide::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .slider__slide::after {
    visibility: visible
  }
}

.slider--highlighted-content .slider__slide {
  min-height: 110px;
  height: 110px;
  background-color: #000;
  padding-bottom: 23.5%;
  -webkit-background-size: contain;
  background-size: contain
}

.slider--highlighted-content .slider__slide::after {
  display: none
}

@media (min-width: 768px) {
  .slider--highlighted-content .slider__slide {
    min-height: 273px;
    height: 273px;
    padding-bottom: 0;
    -webkit-background-size: cover;
    background-size: cover
  }

  .slider--highlighted-content .slider__slide::after {
    display: block
  }
}

@media (min-width: 992px) {
  .slider--highlighted-content .slider__slide {
    min-height: 410px;
    height: 410px
  }
}

.slider__content {
  max-width: 420px;
  padding: 40px;
  display: block;
  -webkit-transform: translate3d(0px, -89px, 0px);
  transform: translate3d(0px, -89px, 0px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms
}

@media (min-width: 1200px) {
  .slider__content {
    max-width: 430px
  }
}

.active .slider__content {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px)
}

.slider--highlighted-content .slider__content {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.45455;
  max-width: 330px;
  background: rgba(0,0,0,0.5);
  margin: 25px 0 0 50px;
  padding: 20px;
  display: none
}

@media (min-width: 768px) {
  .slider--highlighted-content .slider__content {
    display: block
  }
}

@media (min-width: 1200px) {
  .slider--highlighted-content .slider__content {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857;
    max-width: 530px;
    margin-top: 40px;
    padding: 40px
  }
}

.slider__content__title {
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  margin-top: 0;
  text-shadow: 1px 1px 0 #666;
  font-size: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0;
  margin-bottom: 20px
}

@media (min-width: 992px) {
  .slider__content__title {
    font-size: 34px;
    letter-spacing: -1px
  }
}

@media (min-width: 1200px) {
  .slider__content__title {
    font-size: 36px
  }
}

.slider__content__link {
  font-weight: 600;
  font-style: italic;
  color: white;
  text-decoration: none
}

.slider__content p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.42308;
  margin-bottom: 20px
}

.slider__content p:last-child {
  margin-bottom: 0
}

.slider--highlighted-content .slider__content p {
  font-size: inherit
}

.slider__content p .slider__content__row {
  display: block
}

.slider__content ul {
  list-style: none
}

.slider__content ul li::before {
  content: "-";
  margin: 0 3px 0 0
}

.slider__content ul a {
  color: white
}

.slider__dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
  list-style: none;
  font-size: 0;
  display: none
}

@media (min-width: 768px) {
  .slider__dots {
    display: block
  }
}

.slider__dots li {
  display: inline-block;
  padding: 6px 3px;
  cursor: pointer
}

.slider__dots li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5)
}

.slider__dots li:focus::after {
  background-color: #60c3ad
}

.slider__dots li.active:focus::after,.slider__dots li.active::after {
  background-color: white
}

.slider--issues {
  display: block;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.slider--issues .slider__slide {
  background: white;
  height: auto;
  min-height: 0
}

.slider--issues .slider__slide::after {
  display: none
}

.slider--issues .slider__padded-content {
  padding: 0
}

@media (min-width: 768px) {
  .slider--issues .slider__padded-content {
    padding: 0 40px
  }
}

.slider--issues .slider__nav {
  top: 33.33%;
  display: none
}

@media (min-width: 768px) {
  .slider--issues .slider__nav {
    display: block;
    top: 50%
  }
}

@media (min-width: 992px) {
  .slider--issues .slider__nav {
    top: 40%
  }
}

@-webkit-keyframes showToast {
  0% {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes showToast {
  0% {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes showToastReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    opacity: 0
  }
}

@keyframes showToastReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
    opacity: 0
  }
}

@-webkit-keyframes showToastMobile {
  0% {
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes showToastMobile {
  0% {
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes showToastMobileReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 0
  }
}

@keyframes showToastMobileReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 0
  }
}

.toast {
  position: fixed;
  z-index: 1000;
  top: 20px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  color: white;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-name: showToastMobile;
  animation-name: showToastMobile;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  font-weight: 600
}

@media (min-width: 768px) {
  .toast {
    -webkit-animation-name: showToast;
    animation-name: showToast;
    left: auto;
    right: 20px
  }
}

.toast--neutral {
  background-color: #abb1d5
}

.toast--hide {
  -webkit-animation-name: showToastMobileReverse;
  animation-name: showToastMobileReverse;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

@media (min-width: 768px) {
  .toast--hide {
    -webkit-animation-name: showToastReverse;
    animation-name: showToastReverse
  }
}

.toast--error {
  background-color: #d4324b
}

.video-channel {
  background: #e8e6df
}

.video-channel__video {
  min-height: 300px
}

.video-channel__wrapper {
  padding: 20px
}

.video-channel-list {
  border: none !important
}

.video-channel-list .is-active {
  background: #e8e6df
}

.video-channel-list p {
  text-transform: none
}

.video-channel-list .sidebar__link {
  padding: 15px;
  border: 0
}

.video-channel-list .sidebar__link:before,.video-channel-list .sidebar__link:after {
  content: "";
  display: table;
  clear: both
}

.video-channel-list ul {
  border: 1px solid #bbbcbd
}

.video-channel-list li {
  border-bottom: 1px solid #bbbcbd
}

.video-channel-list li:last-child {
  border-bottom: 0px
}

.fund-header {
  margin-bottom: 20px
}

.fund-header .container {
  background: #2c3b97;
  padding: 20px;
  position: relative
}

.fund-header .container .rte {
  padding-bottom: 0px
}

.fund-header .container .rte h1,.fund-header .container .rte h2,.fund-header .container .rte h3,.fund-header .container .rte h4,.fund-header .container .rte h5 {
  color: white
}

.fund-header h3,.fund-header h5 {
  margin-top: 0px
}

.fund-header__titles {
  color: white
}

@media (min-width: 992px) {
  .fund-header__titles {
    float: left
  }
}

.fund-header__fund-select {
  min-width: 250px;
  margin-top: 20px;
  max-width: 400px
}

@media (min-width: 992px) {
  .fund-header__fund-select {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0
  }
}

.fund-overview__header {
  color: #5662ac;
  text-transform: uppercase
}

.graph {
  text-align: left
}

.graph__inline-bar {
  display: block;
  background: #2c3b97;
  color: white;
  position: relative;
  height: 18px;
  overflow: hidden;
  float: right;
  width: 100px
}

.graph__inline-bar:before {
  content: "";
  display: block;
  background: white;
  height: 18px;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: skewY(-9deg);
  -ms-transform: skewY(-9deg);
  transform: skewY(-9deg);
  top: -9px
}

.graph__progress {
  position: absolute;
  height: 100%;
  background: #abb1d5;
  display: block;
  top: 0;
  left: 0
}

.graph__text {
  z-index: 100;
  position: absolute;
  width: 100%;
  text-align: right;
  right: 5px;
  font-size: 9px;
  padding-top: 5px
}

.graph--placeholder img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px
}

.video-highlight {
  background: white;
  border: 1px solid #bbbcbd;
  margin-bottom: 20px
}

.video-highlight p {
  margin-top: 0
}

.video-highlight__heading {
  padding: 15px;
  background: #2c3b97
}

.video-highlight__heading p {
  color: white;
  text-transform: uppercase
}

.video-highlight__inner {
  padding: 15px
}

.video-highlight__video {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 15px
}

.video-highlight__video img {
  width: 100%;
  cursor: pointer
}

.video-highlight__details {
  overflow: hidden
}

.video-highlight__details h4,.video-highlight__details p {
  margin-bottom: 15px
}

.video-highlight__details .rte {
  padding-bottom: 0
}

.video-highlight:before,.video-highlight:after {
  content: "";
  display: table;
  clear: both
}

.counter-button {
  display: block;
  height: 40px;
  width: 220px;
  float: right;
  margin-top: 20px;
  border: 1px solid #54585a;
  color: #212121;
  font-size: 0;
  white-space: nowrap
}

@media (min-width: 768px) {
  .counter-button {
    margin-bottom: 20px
  }
}

.counter-button__number,.counter-button__copy {
  display: inline-block;
  height: 38px;
  position: relative
}

.counter-button__number p,.counter-button__copy p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.counter-button__number {
  width: 40px;
  background: #2c3b97
}

.counter-button__number:after {
  position: absolute;
  border-color: transparent transparent transparent #2c3b97;
  border-style: solid;
  border-width: 5px;
  margin-top: 14px;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  z-index: 100
}

.counter-button__number p {
  color: white;
  margin-top: 0px;
  font-size: 12px !important
}

.counter-button__copy {
  width: 178px;
  text-align: center
}

.counter-button__copy p {
  margin-top: 0px;
  width: 100%;
  font-size: 12px !important
}

.counter-button:hover:not([disabled]) .counter-button__copy {
  background: #8089c1
}

.counter-button:hover:not([disabled]) .counter-button__copy p {
  color: white
}

.counter-button[disabled] {
  cursor: default;
  opacity: 0.7
}

.date-range {
  overflow: hidden
}

.date-range .custom-select {
  width: 30%;
  margin-right: 2%;
  float: left
}

.date-range .counter-button {
  margin-bottom: 15px
}

@media (max-width: 991px) {
  .date-range .counter-button {
    margin-top: 0px;
    margin: 10px auto;
    float: none
  }
}

.date-select__title {
  margin-bottom: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .date-select__title {
    text-align: center
  }
}

@media (max-width: 599px) {
  .date-select__title {
    text-align: center
  }
}

.date-select__selects {
  margin-bottom: 25px
}

.date-select__selects:before,.date-select__selects:after {
  content: "";
  display: table;
  clear: both
}

.date-select .custom-select {
  float: left
}

@media (min-width: 992px) and (max-width: 1199px) {
  .date-select .custom-select {
    float: none;
    width: 80%;
    margin-bottom: 10px;
    display: block;
    margin: 10px auto
  }
}

@media (max-width: 599px) {
  .date-select .custom-select {
    float: none;
    width: 80%;
    margin-bottom: 10px;
    display: block;
    margin: 10px auto
  }
}

.forms-download .accordion-toggle {
  background: #2c3b97;
  color: white
}

.forms-download__header,.forms-download__sub-header,.forms-download__download {
  max-width: 80%;
  font-size: 13px;
  color: #54585a
}

.forms-download__header {
  color: #2c3b97
}

.forms-download__sub-header {
  color: #54585a;
  line-height: 18px;
  margin-top: 10px
}

.forms-download__download {
  display: inline-block;
  margin-top: 15px
}

@media (min-width: 600px) {
  .forms-download__download {
    margin-top: 0;
    width: 300px;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.forms-download__download i {
  margin-left: 5px
}

.forms-download__list {
  position: relative;
  margin-bottom: 15px
}

.forms-download__list a {
  text-decoration: none;
  position: relative
}

.forms-download__list li {
  list-style: none;
  border: 1px solid #cacbcd;
  border-bottom: 0px;
  cursor: pointer
}

.forms-download__list li a {
  display: block;
  padding: 15px
}

.forms-download__list li a span {
  display: block
}

.forms-download__list li:last-child {
  border-bottom: 1px solid #989b9c
}

.forms-download__list li:hover {
  background: #e8e6df
}

.forms-download__list li:hover .forms-download__download {
  color: #000
}

.forms-download__list li .rte {
  padding-bottom: 0
}

.listing {
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1
}

.listing__content {
  margin: 0;
  padding: 0
}

.listing__items {
  list-style: none;
  margin-bottom: 0.75em
}

.listing__items li {
  border: 1px solid #bbbcbd;
  border-bottom: 0;
  margin-top: 0px !important;
  padding: 15px;
  cursor: pointer;
  position: relative
}

.listing__items li:before {
  display: none !important
}

.listing__items li:last-child {
  border-bottom: 1px solid #bbbcbd
}

.listing__items li:hover {
  background: #e8e6df
}

.listing__items li h5 {
  margin-top: 0
}

.listing__items li span {
  font-size: 11px;
  color: #76797b
}

.listing__items li p {
  margin-top: 1.25rem
}

.listing__items li i {
  font-size: 12px
}

.listing__items li i.listing__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  font-size: 20px;
  color: #76797b;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0
}

.listing__items li:hover i {
  right: 7px;
  opacity: 0.5
}

.listing__items li>a {
  text-decoration: none;
  color: inherit
}

.listing .search-results__pagination {
  display: block;
  text-align: center;
  padding: 15px;
  margin-top: 0
}

.listing .search-results__pagination li {
  display: inline-block;
  border: 0 !important;
  text-decoration: none;
  padding-left: 0 !important;
  padding: 0
}

.listing .search-results__pagination li .is-active {
  background: #e8e6df
}

@media (max-width: 767px) {
  .listing .search-results__pagination li {
    display: none
  }
}

.listing .search-results__pagination li a {
  padding: 10px 15px !important;
  display: block;
  text-decoration: none;
  border-bottom: 0 !important;
  color: #000
}

.listing .search-results__pagination li a:focus,.listing .search-results__pagination li a:active,.listing .search-results__pagination li a:visited {
  color: inherit
}

@media (max-width: 767px) {
  .listing .search-results__pagination li.search-results__pagination__nav-item {
    display: inline-block
  }
}

.media__blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left
}

.media__blocks .media__block {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.42833;
  width: 223px;
  margin: 0 auto 30px;
  background: #2c3b97;
  color: white;
  height: 152px;
  overflow: hidden;
  display: inline-block
}

@media (min-width: 768px) {
  .media__blocks .media__block {
    width: 19%;
    margin: 0 0 0 1.25%
  }
}

.media__blocks .media__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.media__blocks .media__content:hover figure {
  background: white
}

.media__blocks .media__content:hover img {
  opacity: 0.8
}

.media__blocks .media__content:hover figcaption {
  background-color: #5662ac
}

.media__blocks .media__content p {
  max-width: 100%
}

.media__blocks .media__content img {
  display: block;
  width: 100%;
  height: auto
}

.media__blocks .media__content figcaption {
  position: absolute;
  bottom: 0;
  background-color: #2c3b97;
  color: white;
  width: 100%;
  padding: 6px;
  text-align: center
}

.media__blocks .media__content a {
  position: relative;
  display: block;
  height: 100%
}

.media__blocks .media__content .media__icon::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  font-size: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
  opacity: 0.8;
  color: white
}

.wf-fontawesome-webfont-n4-active .media__blocks .media__content .media__icon::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media__blocks .media__content .media__icon::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .media__blocks .media__content .media__icon::after {
    visibility: visible
  }
}

@media (min-width: 992px) {
  .media__blocks .media__content .media__icon::after {
    margin-top: 0
  }
}

.media__blocks .media__block--text {
  width: 100%;
  height: auto;
  padding: 30px 0
}

@media (min-width: 768px) {
  .media__blocks .media__block--text {
    width: 19%;
    height: 152px;
    padding: 0
  }
}

.media__blocks .media__block--text .media__content {
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fund-performance td {
  vertical-align: middle !important
}

.fund-performance td span {
  display: block;
  font-style: italic
}

.fund-performance__table th:first-child,.fund-performance__table td:first-child {
  width: 25%
}

.fund-performance__chart {
  margin-bottom: 20px
}

.fund-performance__chart__header {
  background: #5662ac;
  text-align: left;
  color: white;
  padding: 8px;
  font-size: 13px
}

.fund-performance__chart__sidebar {
  border-top: 0px;
  float: left;
  width: 200px
}

@media (max-width: 991px) {
  .fund-performance__chart__sidebar {
    float: none;
    width: 100%;
    text-align: center
  }
}

.fund-performance__chart__sidebar ul {
  margin-top: 0;
  padding: 0
}

@media (max-width: 991px) {
  .fund-performance__chart__sidebar ul {
    margin-top: 15px
  }
}

.fund-performance__chart__sidebar ul li {
  padding-left: 0;
  margin-top: 0px;
  border-bottom: 1px solid #bbbcbd;
  border-left: 1px solid #bbbcbd;
  padding: 12px 15px;
  cursor: pointer
}

@media (max-width: 991px) {
  .fund-performance__chart__sidebar ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #bbbcbd
  }
}

.fund-performance__chart__sidebar ul li:hover {
  background: #e8e6df
}

.fund-performance__chart__sidebar ul li:before {
  display: none
}

.fund-performance__chart__sidebar ul li.is-open {
  background: #2c3b97;
  color: white;
  border-bottom: 1px solid #2c3b97;
  border-left: 1px solid #2c3b97;
  border-right: 1px solid #2c3b97;
  position: relative
}

@media (max-width: 991px) {
  .fund-performance__chart__sidebar ul li.is-open {
    border: 1px solid #2c3b97
  }
}

.fund-performance__chart__sidebar ul li.is-open:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2c3b97;
  left: 100%;
  top: 50%;
  margin-top: -10px
}

@media (max-width: 991px) {
  .fund-performance__chart__sidebar ul li.is-open:after {
    display: none
  }
}

.fund-performance__chart__chart-content {
  width: calc(100% - 200px);
  float: right;
  padding: 15px 15px 15px 30px;
  border: 1px solid #bbbcbd
}

@media (max-width: 991px) {
  .fund-performance__chart__chart-content {
    width: 100%;
    padding: 15px;
    margin-top: 15px
  }
}

.fund-performance__chart__chart-content__chart {
  margin-top: 30px;
  min-height: 400px
}

.fund-performance__chart__chart-content p {
  margin-top: 0px
}

.fund-performance__chart:before,.fund-performance__chart:after {
  content: "";
  display: table;
  clear: both
}

.tabbed-slider__mobile {
  border: 1px solid #bbbcbd;
  border-bottom: none;
  padding: 15px
}

.investor-guide__cta {
  margin-top: 30px;
  background: #8089c1;
  padding: 15px
}

.investor-guide__cta p {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.53846;
  margin-top: 0px;
  color: white;
  text-align: center
}

.investor-guide__cta a {
  display: block;
  margin-top: 15px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1200px) {
  .investor-guide__cta a {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
    width: auto
  }
}

.company-reports__row {
  text-align: right;
  margin-bottom: 10px
}

.company-reports label {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  color: #54585a
}

.company-reports .custom-select {
  display: inline-block;
  width: 110px
}

.company-reports .report {
  margin-top: -15px
}

.report {
  margin-bottom: 15px;
  border: solid #bbbcbd;
  border-width: 1px 1px 0
}

.accordion-toggle+.report {
  border-top-width: 0
}

.report__list {
  list-style: none;
  padding: 0;
  margin: 0
}

.report__list li {
  overflow: hidden;
  border-bottom: 1px solid #bbbcbd;
  padding: 18px 19px 14px 20px
}

.report figure {
  float: left;
  margin: 0 14px 14px 0;
  -webkit-box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38);
  box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.38)
}

@media (min-width: 768px) {
  .report figure {
    margin-bottom: 0
  }
}

.report figure img {
  vertical-align: top
}

@media (min-width: 768px) {
  .report__description {
    overflow: hidden
  }
}

.report .btn+.btn {
  margin-left: 0;
  margin-top: 10px
}

@media (min-width: 768px) {
  .report .btn+.btn {
    margin-left: 10px;
    margin-top: 0
  }
}

.report h3 {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px
}

.report h3 a {
  color: inherit;
  text-decoration: none
}

.report__date {
  font-size: 11px;
  display: block;
  color: #76797b;
  vertical-align: top;
  margin-bottom: 15px
}

.trust-block {
  position: relative;
  color: white;
  padding: 30px 5px 30px 43px
}

@media (min-width: 768px) {
  .trust-block {
    padding: 60px 24px 63px 100px
  }
}

.trust-block--with-button {
  padding: 15px 5px 15px 43px
}

@media (min-width: 768px) {
  .trust-block--with-button {
    padding: 40px 24px 43px 100px
  }
}

@media (min-width: 768px) {
  .trust-block--with-button .trust-block__lable {
    width: 44px;
    height: 181px
  }
}

.trust-block--with-button .trust-block__main-heading {
  font-size: 20px;
  line-height: 26px;
  padding: 0 1px 9px;
  margin: 0 0 36px
}

@media (min-width: 768px) {
  .trust-block--with-button .trust-block__main-heading {
    font-size: 25px;
    line-height: 30px
  }
}

@media (min-width: 768px) {
  .trust-block--with-button .trust-block__value {
    font-size: 25px;
    line-height: 30px
  }
}

.trust-block__inner {
  position: relative
}

@media (min-width: 768px) {
  .trust-block__inner {
    float: left
  }
}

.trust-block:after {
  content: "";
  display: table;
  width: 100%;
  clear: both
}

.trust-block__background {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 473px;
  height: 208px;
  background: url(/assets_cos/images/trust-block-background.png) no-repeat 100% 50%;
  margin: -104px 0 0 24px
}

.trust-block__lable {
  position: absolute;
  top: 0;
  left: -17px;
  width: 36px;
  height: 140px;
  background: #49c5b1
}

@media (min-width: 768px) {
  .trust-block__lable {
    left: -2px;
    width: 60px;
    height: 225px
  }
}

.trust-block__main-heading {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding: 0 1px 13px;
  border-bottom: 2px solid #49c5b1;
  margin: 0 0 46px
}

@media (min-width: 768px) {
  .trust-block__main-heading {
    font-size: 30px;
    line-height: 35px
  }
}

.trust-block__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 768px) {
  .trust-block__counter {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}

.trust-block__title {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #49c5b1;
  margin: 0 0 9px
}

.trust-block__item {
  padding: 0 16px 0 0
}

@media (min-width: 768px) {
  .trust-block__item {
    padding: 0 66px 0 0
  }
}

.trust-block__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px
}

@media (min-width: 768px) {
  .trust-block__value {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 3px
  }
}

.trust-block__time-value {
  min-width: 81px
}

@media (min-width: 768px) {
  .trust-block__time-value {
    min-width: 182px
  }
}

.trust-block__desktop-btn-holder {
  display: none;
  padding-bottom: 5px
}

@media (min-width: 992px) {
  .trust-block__desktop-btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

.trust-block__mobile-btn-holder {
  display: block;
  padding: 24px 0 10px
}

@media (min-width: 992px) {
  .trust-block__mobile-btn-holder {
    display: none
  }
}

@media (min-width: 768px) {
  .trust-block__mobile-btn-holder {
    padding: 24px 0 4px
  }
}

.trust-block__btn {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-color: #49c5b1;
  padding: 11px 18px 9px;
  outline: none
}

.trust-block__btn:hover {
  background-color: #6dd1c1
}

@media (min-width: 600px) {
  .content-narrow-block {
    max-width: 75%
  }
}

.content-narrow-block .rte p {
  font-size: 16px;
  line-height: 22px
}

.multimedia-block {
  position: relative
}

.multimedia-block:after {
  content: "";
  display: table;
  width: 100%;
  clear: both
}

.multimedia-block__content {
  position: relative;
  z-index: 1;
  padding: 0 0 20px
}

@media (min-width: 768px) {
  .multimedia-block__content {
    float: left;
    width: 40%;
    max-width: 390px;
    padding: 7px 54px 0 0
  }
}

.multimedia-block__title {
  margin: 0 0 22px
}

.multimedia-block__text {
  font: italic 16px/22px Georgia, serif;
  color: #2c3b97;
  margin: 0 0 8px
}

.multimedia-block__text p {
  font: italic 16px/22px Georgia, serif;
  color: #2c3b97
}

.multimedia-block__item {
  position: relative;
  padding: 0 0 0 21px;
  margin: 0 0 16px
}

.multimedia-block__item:before,.multimedia-block__item:after {
  content: "";
  position: absolute;
  background: #2c3b97
}

.multimedia-block__item:before {
  top: 8px;
  left: 0;
  width: 11px;
  height: 3px
}

.multimedia-block__item:after {
  top: 4px;
  left: 4px;
  width: 3px;
  height: 11px
}

.multimedia-block__link {
  font-size: 14px;
  line-height: 20px;
  color: #2c3b97;
  text-transform: uppercase;
  text-decoration: none
}

.multimedia-block__player {
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .multimedia-block__player {
    float: right;
    width: 60%;
    max-width: 580px;
    padding: 12px 0 0
  }
}

.multimedia-block__player-inner {
  position: relative
}

.multimedia-block__player-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000
}

.multimedia-block__player-video.show-video {
  z-index: 3
}

.multimedia-block__player-audio {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%
}

.multimedia-block__player-audio.show-audio {
  z-index: 3
}

.multimedia-block__lable {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 3;
  width: 30px;
  height: 120px;
  background: rgba(73,197,177,0.5)
}

.show-video ~ .multimedia-block__lable {
  display: none
}

@media (min-width: 768px) {
  .multimedia-block__lable {
    left: -19px;
    width: 44px;
    height: 163px
  }
}

.multimedia-block__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto
}

.multimedia-block__image.hide-banner {
  z-index: 1
}

.multimedia-block__background {
  display: none;
  position: absolute;
  top: 36px;
  right: -65px;
  width: 329px;
  height: 421px;
  background: url(/assets_cos/images/multimedia-block-background.png) no-repeat
}

@media (min-width: 768px) {
  .multimedia-block__background {
    display: block
  }
}

.two-column-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 768px) {
  .two-column-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.two-column-block__column-left {
  padding-bottom: 20px
}

@media (min-width: 768px) {
  .two-column-block__column-left {
    width: 70%;
    padding-right: 15px;
    padding-bottom: 0
  }
}

.two-column-block__column-left .rte {
  padding-bottom: 0
}

.two-column-block__column-left .rte p {
  font-size: 10px;
  line-height: 14px;
  color: #58585b
}

.two-column-block__column-right {
  text-align: center
}

@media (min-width: 768px) {
  .two-column-block__column-right {
    width: 30%;
    text-align: right;
    padding-left: 15px
  }
}

.two-column-block__column-right .btn {
  font-size: 14px;
  color: white;
  background-color: #49c5b1;
  padding: 8px 18px 5px;
  outline: none
}

.two-column-block__column-right .btn:hover {
  background-color: #6dd1c1
}

.grow-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0
}

.grow-columns:hover .grow-columns__column {
  width: 24%
}

.grow-columns__column {
  font-size: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 250px;
  color: #2c3b97;
  text-decoration: none;
  padding: 39px 10px 95px;
  border-right: 1px solid #bbbcbd
}

@media (min-width: 1200px) {
  .grow-columns__column {
    padding: 39px 18px 95px
  }
}

.grow-columns__column:last-child {
  border-right: none
}

.grow-columns__column:hover {
  background-color: #fcfcfc;
  padding-right: calc(10px - 0.5%)
}

.grow-columns__column:hover:hover {
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  padding-right: calc(2.95% + 10px)
}

.grow-columns__title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 13px
}

@media (min-width: 1200px) {
  .grow-columns__title {
    font-size: 18px;
    line-height: 24px
  }
}

.grow-columns__title span {
  font-weight: 600
}

.grow-columns__title--with-border {
  position: relative
}

.grow-columns__title--with-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 73px;
  height: 2px;
  background: #49c5b1
}

.grow-columns__text {
  position: absolute;
  right: 17px;
  bottom: 0;
  left: 17px;
  font-family: "Georgia","Times","Times New Roman","serif";
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  min-height: 75px;
  padding: 7px 0 15px
}

@media (min-width: 1200px) {
  .grow-columns__text {
    font-size: 14px;
    line-height: 18px
  }
}

.multicolumn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #bbbcbd;
  margin: 0 0 30px
}

@media (max-width: 1199px) {
  .multicolumn-block {
    display: block
  }
}

.multicolumn-block:last-child {
  margin: 0 0 10px
}

.multicolumn-block__left-column,.multicolumn-block__right-column {
  width: 31.6%;
  height: 100%;
  background: white;
  border-left: 1px solid #bbbcbd
}

@media (max-width: 1199px) {
  .multicolumn-block__left-column,  .multicolumn-block__right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.multicolumn-block__main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid #bbbcbd;
  border-width: 0 1px 1px 0
}

.multicolumn-block__main-block--full-height {
  min-height: 399px;
  height: 399px
}

@media (max-width: 1199px) {
  .multicolumn-block__main-block {
    width: 100%;
    border-width: 0
  }
}

.multicolumn-block__main-block-row {
  width: 100%;
  min-height: 199px;
  max-height: 398px
}

@media (max-width: 1199px) {
  .multicolumn-block__main-block-row {
    width: 50%;
    border: solid #bbbcbd;
    border-width: 0 1px 1px 0
  }
}

.multicolumn-block__left-column-block {
  min-height: 200px;
  border: solid #bbbcbd;
  border-width: 0 1px 1px 0
}

@media (max-width: 1199px) {
  .multicolumn-block__left-column-block {
    width: 50%
  }
}

.multicolumn-block__main-content {
  width: 68.4%;
  height: 100%
}

@media (max-width: 1199px) {
  .multicolumn-block__main-content {
    width: 100%;
    border-left: 1px solid #bbbcbd
  }
}

.multicolumn-block__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%
}

.multicolumn-block__content-column {
  width: 50%;
  min-height: 199px;
  background: white;
  border: solid #bbbcbd;
  border-width: 0 1px 1px 0;
  overflow: hidden
}

.multicolumn-block__reversed .multicolumn-block__content-column {
  border-width: 0 0 1px 1px
}

.multicolumn-block__text-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 22px 13px 20px 20px;
  overflow: hidden
}

.multicolumn-block__text-container p {
  margin: 0 0 10px
}

.multicolumn-block__image {
  float: left
}

.multicolumn-block__heading {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2c3b97;
  margin: 0 0 6px
}

.multicolumn-block__heading_underlined {
  padding: 0 0 13px;
  margin: 0 0 11px
}

.multicolumn-block__heading_underlined:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #49c5b1
}

.multicolumn-block__heading_bigger {
  font-size: 25px;
  line-height: 25px;
  margin: 7px 0 16px
}

.multicolumn-block__heading_no-bottom-margin {
  margin: 7px 0 0
}

.multicolumn-block__button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: #2c3b97;
  padding: 6px 17px;
  margin: 14px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.multicolumn-block__button:hover {
  background: #5662ac
}

.multicolumn-block__link {
  display: inline-block;
  vertical-align: top;
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #2c3b97
}

.multicolumn-block__list {
  list-style: none;
  margin: 0
}

.multicolumn-block__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 311px;
  height: 100%
}

.multicolumn-block__list-item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 8px
}

.multicolumn-block__list-item:last-child {
  margin: 0
}

.multicolumn-block__list-item:after,.multicolumn-block__list-item:before {
  content: "";
  position: absolute;
  background: #2c3b97
}

.multicolumn-block__list-item:after {
  width: 11px;
  height: 3px;
  top: 9px;
  left: 2px
}

.multicolumn-block__list-item:before {
  width: 3px;
  height: 11px;
  top: 5px;
  left: 6px
}

.multicolumn-block__list-link {
  text-transform: uppercase;
  color: #2c3b97;
  text-decoration: none
}

.multicolumn-block__list-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  position: relative;
  margin: 0;
  border-top: 1px solid #bbbcbd
}

.multicolumn-block__list-item-block:first-child {
  border-top: none
}

.multicolumn-block__list-link-block {
  width: 100%;
  font-size: 80%;
  font-weight: bold;
  color: #2c3b97;
  text-decoration: none;
  display: inline-block;
  padding: 31px 20px
}

.multicolumn-block__list-link-block::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  font-size: 28px;
  padding-right: 15px;
  content: ""
}

.wf-fontawesome-webfont-n4-active .multicolumn-block__list-link-block::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .multicolumn-block__list-link-block::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .multicolumn-block__list-link-block::after {
    visibility: visible
  }
}

.highlight-banner {
  position: relative;
  color: white
}

.highlight-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media (min-width: 1300px) {
  .highlight-banner__inner {
    position: static
  }
}

.highlight-banner__content {
  padding: 15px 5px 15px 20px;
  max-width: 570px
}

@media (min-width: 768px) {
  .highlight-banner__content {
    width: 60%;
    padding: 40px 24px 43px 20px
  }

  .highlight-banner__content .rte {
    padding-right: 20px
  }

  .highlight-banner__panel+.highlight-banner__content {
    width: calc(60% - 44px)
  }
}

@media (min-width: 992px) {
  .highlight-banner__panel+.highlight-banner__content {
    width: calc(60% - 84px)
  }
}

@media (min-width: 1200px) {
  .highlight-banner__panel+.highlight-banner__content {
    width: calc(50% - 84px)
  }
}

.highlight-banner__background {
  display: none;
  position: absolute;
  left: 60%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(/assets_cos/images/trust-block-background.png);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-background-size: auto 100%;
  background-size: auto 100%
}

@media (min-width: 768px) {
  .highlight-banner__background {
    display: block
  }
}

@media (min-width: 1200px) {
  .highlight-banner__background {
    left: 50%
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .highlight-banner__background-full {
    margin: 0 -15px
  }
}

.highlight-banner__panel {
  margin-left: -17px;
  width: 34px;
  height: 140px;
  background: #49c5b1
}

@media (min-width: 768px) {
  .highlight-banner__panel {
    margin-left: -2px;
    margin-right: 10px
  }
}

@media (min-width: 992px) {
  .highlight-banner__panel {
    width: 44px;
    height: 140px;
    margin-right: 40px
  }
}

.highlight-banner__main-heading {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 0 1px 9px;
  border-bottom: 2px solid #49c5b1;
  margin: 0 0 20px
}

@media (min-width: 768px) {
  .highlight-banner__main-heading {
    font-size: 25px;
    line-height: 30px
  }
}

.is-hidden {
  display: none !important
}

.a11y {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important
}

.spacing-top {
  margin-top: 20px
}

@media (min-width: 992px) {
  .spacing-top {
    margin-top: 40px
  }
}

.spacing-bottom {
  margin-bottom: 20px
}

@media (min-width: 992px) {
  .spacing-bottom {
    margin-bottom: 40px
  }
}

.desktop-only {
  display: none
}

@media (min-width: 992px) {
  .desktop-only {
    display: block !important
  }
}

.tablet-only {
  display: none
}

@media (min-width: 600px) and (max-width: 991px) {
  .tablet-only {
    display: block !important
  }
}

.mobile-only {
  display: none
}

@media (min-width: 0px) and (max-width: 599px) {
  .mobile-only {
    display: block !important
  }
}

.is-hidden {
  display: none !important;
  visibility: hidden
}

@media (max-width: 599px) {
  .mobile-center {
    text-align: center
  }
}

.cf:before,.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden
}

.cf:after {
  clear: both
}

.cf {
  zoom: 1
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-responsive-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 600px) {
  .hidden-xs-up {
    display: none !important
  }
}

@media (max-width: 600px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important
  }
}

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media (min-width: 1300px) {
  .hidden-xl-up {
    display: none !important
  }
}

@media (max-width: 1300px) {
  .hidden-xl-down {
    display: none !important
  }
}

.pd-b_0 {
  padding-bottom: 0px !important
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_0.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_0.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

.pd-b_2 {
  padding-bottom: 2px !important
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_2.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_2.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

.pd-b_4 {
  padding-bottom: 4px !important
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_4.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_4.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

.pd-b_6 {
  padding-bottom: 6px !important
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_6.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_6.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

.pd-b_8 {
  padding-bottom: 8px !important
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_8.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_8.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

.pd-b_10 {
  padding-bottom: 10px !important
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_10.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_10.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

.pd-b_12 {
  padding-bottom: 12px !important
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_12.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_12.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

.pd-b_14 {
  padding-bottom: 14px !important
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_14.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_14.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

.pd-b_16 {
  padding-bottom: 16px !important
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_16.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_16.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

.pd-b_18 {
  padding-bottom: 18px !important
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_18.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_18.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

.pd-b_20 {
  padding-bottom: 20px !important
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_20.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_20.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

.pd-b_22 {
  padding-bottom: 22px !important
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_22.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_22.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

.pd-b_24 {
  padding-bottom: 24px !important
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_24.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_24.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

.pd-b_26 {
  padding-bottom: 26px !important
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_26.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_26.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

.pd-b_28 {
  padding-bottom: 28px !important
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_28.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_28.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

.pd-b_30 {
  padding-bottom: 30px !important
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_30.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_30.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

.pd-b_32 {
  padding-bottom: 32px !important
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_32.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_32.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

.pd-b_34 {
  padding-bottom: 34px !important
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_34.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_34.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

.pd-b_36 {
  padding-bottom: 36px !important
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_36.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_36.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

.pd-b_38 {
  padding-bottom: 38px !important
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_38.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_38.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

.pd-b_40 {
  padding-bottom: 40px !important
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_40.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_40.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

.pd-b_42 {
  padding-bottom: 42px !important
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_42.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_42.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

.pd-b_44 {
  padding-bottom: 44px !important
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg0 {
    padding-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg2 {
    padding-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg4 {
    padding-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg6 {
    padding-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg8 {
    padding-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg10 {
    padding-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg12 {
    padding-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg14 {
    padding-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg16 {
    padding-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg18 {
    padding-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg20 {
    padding-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg22 {
    padding-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg24 {
    padding-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg26 {
    padding-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg28 {
    padding-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg30 {
    padding-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg32 {
    padding-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg34 {
    padding-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg36 {
    padding-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg40 {
    padding-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg42 {
    padding-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-b_44.pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_44.pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md44 {
    padding-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-b_lg44 {
    padding-bottom: 44px !important
  }
}

.pd-b_8 {
  padding-bottom: 8px !important
}

.pd-b_48 {
  padding-bottom: 48px !important
}

.pd-b_60 {
  padding-bottom: 60px
}

.pd-b_66 {
  padding-bottom: 66px
}

@media (min-width: 992px) {
  .pd-b_md38 {
    padding-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md48 {
    padding-bottom: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-b_md56 {
    padding-bottom: 56px
  }
}

@media (min-width: 1200px) {
  .pd-b_lg74 {
    padding-bottom: 74px
  }
}

@media (min-width: 1200px) {
  .pd-b_lg70 {
    padding-bottom: 70px
  }
}

.pd-t_0 {
  padding-top: 0px !important
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_0.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_0.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg0 {
    padding-top: 0px !important
  }
}

.pd-t_2 {
  padding-top: 2px !important
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_2.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_2.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg2 {
    padding-top: 2px !important
  }
}

.pd-t_4 {
  padding-top: 4px !important
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_4.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_4.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg4 {
    padding-top: 4px !important
  }
}

.pd-t_6 {
  padding-top: 6px !important
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_6.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_6.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg6 {
    padding-top: 6px !important
  }
}

.pd-t_8 {
  padding-top: 8px !important
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_8.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_8.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg8 {
    padding-top: 8px !important
  }
}

.pd-t_10 {
  padding-top: 10px !important
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_10.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_10.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg10 {
    padding-top: 10px !important
  }
}

.pd-t_12 {
  padding-top: 12px !important
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_12.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_12.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg12 {
    padding-top: 12px !important
  }
}

.pd-t_14 {
  padding-top: 14px !important
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_14.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_14.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg14 {
    padding-top: 14px !important
  }
}

.pd-t_16 {
  padding-top: 16px !important
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_16.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_16.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg16 {
    padding-top: 16px !important
  }
}

.pd-t_18 {
  padding-top: 18px !important
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_18.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_18.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg18 {
    padding-top: 18px !important
  }
}

.pd-t_20 {
  padding-top: 20px !important
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_20.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_20.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg20 {
    padding-top: 20px !important
  }
}

.pd-t_22 {
  padding-top: 22px !important
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_22.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_22.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg22 {
    padding-top: 22px !important
  }
}

.pd-t_24 {
  padding-top: 24px !important
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_24.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_24.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg24 {
    padding-top: 24px !important
  }
}

.pd-t_26 {
  padding-top: 26px !important
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_26.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_26.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg26 {
    padding-top: 26px !important
  }
}

.pd-t_28 {
  padding-top: 28px !important
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_28.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_28.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg28 {
    padding-top: 28px !important
  }
}

.pd-t_30 {
  padding-top: 30px !important
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_30.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_30.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg30 {
    padding-top: 30px !important
  }
}

.pd-t_32 {
  padding-top: 32px !important
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_32.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_32.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg32 {
    padding-top: 32px !important
  }
}

.pd-t_34 {
  padding-top: 34px !important
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_34.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_34.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg34 {
    padding-top: 34px !important
  }
}

.pd-t_36 {
  padding-top: 36px !important
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_36.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_36.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg36 {
    padding-top: 36px !important
  }
}

.pd-t_38 {
  padding-top: 38px !important
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_38.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_38.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg38 {
    padding-top: 38px !important
  }
}

.pd-t_40 {
  padding-top: 40px !important
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_40.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_40.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg40 {
    padding-top: 40px !important
  }
}

.pd-t_42 {
  padding-top: 42px !important
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_42.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_42.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg42 {
    padding-top: 42px !important
  }
}

.pd-t_44 {
  padding-top: 44px !important
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_44.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_44.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg44 {
    padding-top: 44px !important
  }
}

.pd-t_46 {
  padding-top: 46px !important
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_46.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_46.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg46 {
    padding-top: 46px !important
  }
}

.pd-t_48 {
  padding-top: 48px !important
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md0 {
    padding-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg0 {
    padding-top: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md2 {
    padding-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg2 {
    padding-top: 2px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md4 {
    padding-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg4 {
    padding-top: 4px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md6 {
    padding-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg6 {
    padding-top: 6px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md8 {
    padding-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg8 {
    padding-top: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md10 {
    padding-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg10 {
    padding-top: 10px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md12 {
    padding-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg12 {
    padding-top: 12px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md14 {
    padding-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg14 {
    padding-top: 14px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md16 {
    padding-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg16 {
    padding-top: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md18 {
    padding-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg18 {
    padding-top: 18px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md20 {
    padding-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg20 {
    padding-top: 20px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md22 {
    padding-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg22 {
    padding-top: 22px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md24 {
    padding-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg24 {
    padding-top: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md26 {
    padding-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg26 {
    padding-top: 26px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md28 {
    padding-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg28 {
    padding-top: 28px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md30 {
    padding-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg30 {
    padding-top: 30px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md32 {
    padding-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg32 {
    padding-top: 32px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md34 {
    padding-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg34 {
    padding-top: 34px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md36 {
    padding-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg36 {
    padding-top: 36px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md38 {
    padding-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg38 {
    padding-top: 38px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md40 {
    padding-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg40 {
    padding-top: 40px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md42 {
    padding-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg42 {
    padding-top: 42px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md44 {
    padding-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg44 {
    padding-top: 44px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md46 {
    padding-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg46 {
    padding-top: 46px !important
  }
}

@media (min-width: 992px) {
  .pd-t_48.pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_48.pd-t_lg48 {
    padding-top: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-t_md48 {
    padding-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .pd-t_lg48 {
    padding-top: 48px !important
  }
}

.pd-t_30 {
  padding-top: 30px
}

.pd-t_34 {
  padding-top: 34px
}

.pd-t_38 {
  padding-top: 38px
}

.pd-t_56 {
  padding-top: 56px
}

.pd-t_60 {
  padding-top: 60px
}

.pd-t_80 {
  padding-top: 80px
}

@media (min-width: 992px) {
  .pd-t_md38 {
    padding-top: 38px
  }
}

@media (min-width: 992px) {
  .pd-t_md50 {
    padding-top: 50px
  }
}

@media (min-width: 992px) {
  .pd-t_md80 {
    padding-top: 80px !important
  }
}

.pd-l_0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

@media (min-width: 992px) {
  .pd-l_0.pd-lr_md24 {
    padding-left: 24px !important;
    padding-right: 24px !important
  }
}

.pd-l_8 {
  padding-left: 8px
}

.pd-l_24 {
  padding-left: 24px
}

@media (min-width: 992px) {
  .pd-l_md0 {
    padding-left: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-l_md8 {
    padding-left: 8px !important
  }
}

@media (min-width: 992px) {
  .pd-l_md16 {
    padding-left: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-l_md24 {
    padding-left: 24px !important;
    padding-right: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-l_md88 {
    padding-left: 88px !important
  }
}

.pd-r_0 {
  padding-right: 0 !important
}

.pd-r_8 {
  padding-right: 8px
}

.pd-r_24 {
  padding-right: 24px !important
}

.pd-r_30 {
  padding-right: 30px !important
}

@media (min-width: 992px) {
  .pd-r_md0 {
    padding-right: 0px !important
  }
}

@media (min-width: 992px) {
  .pd-r_md16 {
    padding-right: 16px !important
  }
}

@media (min-width: 992px) {
  .pd-r_md24 {
    padding-right: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-r_md48 {
    padding-right: 48px !important
  }
}

@media (min-width: 992px) {
  .pd-r_md62 {
    padding-right: 62px !important
  }
}

.pd-16 {
  padding: 16px
}

.pd-24 {
  padding: 24px
}

.pd-40 {
  padding: 40px
}

@media (min-width: 992px) {
  .pd-md24 {
    padding: 24px !important
  }
}

@media (min-width: 992px) {
  .pd-md40 {
    padding: 40px !important
  }
}

.pd-y_2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important
}

.pd-y_4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important
}

.mr-b_-8 {
  margin-bottom: -8px !important
}

.mr-b_-6 {
  margin-bottom: -6px !important
}

.mr-b_-4 {
  margin-bottom: -4px !important
}

.mr-b_-2 {
  margin-bottom: -2px !important
}

.mr-b_0 {
  margin-bottom: 0px !important
}

.mr-b_2 {
  margin-bottom: 2px !important
}

.mr-b_4 {
  margin-bottom: 4px !important
}

.mr-b_6 {
  margin-bottom: 6px !important
}

.mr-b_8 {
  margin-bottom: 8px !important
}

.mr-b_10 {
  margin-bottom: 10px !important
}

.mr-b_12 {
  margin-bottom: 12px !important
}

.mr-b_14 {
  margin-bottom: 14px !important
}

.mr-b_16 {
  margin-bottom: 16px !important
}

.mr-b_18 {
  margin-bottom: 18px !important
}

.mr-b_20 {
  margin-bottom: 20px !important
}

.mr-b_22 {
  margin-bottom: 22px !important
}

.mr-b_24 {
  margin-bottom: 24px !important
}

.mr-b_26 {
  margin-bottom: 26px !important
}

.mr-b_28 {
  margin-bottom: 28px !important
}

.mr-b_30 {
  margin-bottom: 30px !important
}

.mr-b_32 {
  margin-bottom: 32px !important
}

.mr-b_34 {
  margin-bottom: 34px !important
}

.mr-b_36 {
  margin-bottom: 36px !important
}

.mr-b_38 {
  margin-bottom: 38px !important
}

.mr-b_40 {
  margin-bottom: 40px !important
}

.mr-b_42 {
  margin-bottom: 42px !important
}

.mr-b_44 {
  margin-bottom: 44px !important
}

.mr-b_46 {
  margin-bottom: 46px !important
}

.mr-b_48 {
  margin-bottom: 48px !important
}

.mr-b_50 {
  margin-bottom: 50px !important
}

@media (min-width: 992px) {
  .mr-b_md-8 {
    margin-bottom: -8px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md-6 {
    margin-bottom: -6px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md-4 {
    margin-bottom: -4px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md-2 {
    margin-bottom: -2px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md0 {
    margin-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md2 {
    margin-bottom: 2px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md4 {
    margin-bottom: 4px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md6 {
    margin-bottom: 6px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md8 {
    margin-bottom: 8px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md10 {
    margin-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md12 {
    margin-bottom: 12px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md14 {
    margin-bottom: 14px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md16 {
    margin-bottom: 16px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md18 {
    margin-bottom: 18px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md20 {
    margin-bottom: 20px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md22 {
    margin-bottom: 22px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md24 {
    margin-bottom: 24px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md26 {
    margin-bottom: 26px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md28 {
    margin-bottom: 28px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md30 {
    margin-bottom: 30px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md32 {
    margin-bottom: 32px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md34 {
    margin-bottom: 34px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md36 {
    margin-bottom: 36px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md38 {
    margin-bottom: 38px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md40 {
    margin-bottom: 40px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md42 {
    margin-bottom: 42px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md44 {
    margin-bottom: 44px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md46 {
    margin-bottom: 46px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md48 {
    margin-bottom: 48px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md50 {
    margin-bottom: 50px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg-8 {
    margin-bottom: -8px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg-6 {
    margin-bottom: -6px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg-4 {
    margin-bottom: -4px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg-2 {
    margin-bottom: -2px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg0 {
    margin-bottom: 0px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg2 {
    margin-bottom: 2px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg4 {
    margin-bottom: 4px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg6 {
    margin-bottom: 6px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg8 {
    margin-bottom: 8px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg10 {
    margin-bottom: 10px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg12 {
    margin-bottom: 12px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg14 {
    margin-bottom: 14px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg16 {
    margin-bottom: 16px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg18 {
    margin-bottom: 18px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg20 {
    margin-bottom: 20px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg22 {
    margin-bottom: 22px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg24 {
    margin-bottom: 24px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg26 {
    margin-bottom: 26px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg28 {
    margin-bottom: 28px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg30 {
    margin-bottom: 30px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg32 {
    margin-bottom: 32px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg34 {
    margin-bottom: 34px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg36 {
    margin-bottom: 36px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg38 {
    margin-bottom: 38px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg40 {
    margin-bottom: 40px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg42 {
    margin-bottom: 42px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg44 {
    margin-bottom: 44px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg46 {
    margin-bottom: 46px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg48 {
    margin-bottom: 48px !important
  }
}

@media (min-width: 1200px) {
  .mr-b_lg50 {
    margin-bottom: 50px !important
  }
}

.mr-b_0 {
  margin-bottom: 0px !important
}

.mr-b_3 {
  margin-bottom: 3px
}

.mr-b_12 {
  margin-bottom: 12px !important
}

.mr-b_-16 {
  margin-bottom: -16px !important
}

.mr-b_34 {
  margin-bottom: 34px !important
}

.mr-b_40 {
  margin-bottom: 40px !important
}

.mr-b_90 {
  margin-bottom: 90px !important
}

@media (min-width: 992px) {
  .mr-b_md0 {
    margin-bottom: 0px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md10 {
    margin-bottom: 10px !important
  }
}

@media (min-width: 992px) {
  .mr-b_md16 {
    margin-bottom: 16px !important
  }
}

.mr-b_52 {
  margin-bottom: 52px
}

.mr-b_56 {
  margin-bottom: 56px
}

.mr-t_-52 {
  margin-top: -52px !important
}

.mr-t_-50 {
  margin-top: -50px !important
}

.mr-t_-48 {
  margin-top: -48px !important
}

.mr-t_-46 {
  margin-top: -46px !important
}

.mr-t_-44 {
  margin-top: -44px !important
}

.mr-t_-42 {
  margin-top: -42px !important
}

.mr-t_-40 {
  margin-top: -40px !important
}

.mr-t_-38 {
  margin-top: -38px !important
}

.mr-t_-36 {
  margin-top: -36px !important
}

.mr-t_-34 {
  margin-top: -34px !important
}

.mr-t_-32 {
  margin-top: -32px !important
}

.mr-t_-30 {
  margin-top: -30px !important
}

.mr-t_-28 {
  margin-top: -28px !important
}

.mr-t_-26 {
  margin-top: -26px !important
}

.mr-t_-24 {
  margin-top: -24px !important
}

.mr-t_-22 {
  margin-top: -22px !important
}

.mr-t_-20 {
  margin-top: -20px !important
}

.mr-t_-18 {
  margin-top: -18px !important
}

.mr-t_-16 {
  margin-top: -16px !important
}

.mr-t_-14 {
  margin-top: -14px !important
}

.mr-t_-12 {
  margin-top: -12px !important
}

.mr-t_-10 {
  margin-top: -10px !important
}

.mr-t_-8 {
  margin-top: -8px !important
}

.mr-t_-6 {
  margin-top: -6px !important
}

.mr-t_-4 {
  margin-top: -4px !important
}

.mr-t_-2 {
  margin-top: -2px !important
}

.mr-t_0 {
  margin-top: 0px !important
}

.mr-t_2 {
  margin-top: 2px !important
}

.mr-t_4 {
  margin-top: 4px !important
}

.mr-t_6 {
  margin-top: 6px !important
}

.mr-t_8 {
  margin-top: 8px !important
}

.mr-t_10 {
  margin-top: 10px !important
}

.mr-t_12 {
  margin-top: 12px !important
}

.mr-t_14 {
  margin-top: 14px !important
}

.mr-t_16 {
  margin-top: 16px !important
}

.mr-t_18 {
  margin-top: 18px !important
}

.mr-t_20 {
  margin-top: 20px !important
}

.mr-t_22 {
  margin-top: 22px !important
}

.mr-t_24 {
  margin-top: 24px !important
}

.mr-t_26 {
  margin-top: 26px !important
}

.mr-t_28 {
  margin-top: 28px !important
}

.mr-t_30 {
  margin-top: 30px !important
}

.mr-t_32 {
  margin-top: 32px !important
}

.mr-t_34 {
  margin-top: 34px !important
}

.mr-t_36 {
  margin-top: 36px !important
}

.mr-t_38 {
  margin-top: 38px !important
}

.mr-t_40 {
  margin-top: 40px !important
}

.mr-t_42 {
  margin-top: 42px !important
}

.mr-t_44 {
  margin-top: 44px !important
}

.mr-t_46 {
  margin-top: 46px !important
}

.mr-t_48 {
  margin-top: 48px !important
}

.mr-t_50 {
  margin-top: 50px !important
}

.mr-t_52 {
  margin-top: 52px !important
}

.mr-t_54 {
  margin-top: 54px !important
}

.mr-t_56 {
  margin-top: 56px !important
}

.mr-t_58 {
  margin-top: 58px !important
}

.mr-t_60 {
  margin-top: 60px !important
}

.mr-t_62 {
  margin-top: 62px !important
}

.mr-t_64 {
  margin-top: 64px !important
}

.mr-t_66 {
  margin-top: 66px !important
}

.mr-t_68 {
  margin-top: 68px !important
}

.mr-t_70 {
  margin-top: 70px !important
}

.mr-t_72 {
  margin-top: 72px !important
}

.mr-t_74 {
  margin-top: 74px !important
}

.mr-t_76 {
  margin-top: 76px !important
}

.mr-t_78 {
  margin-top: 78px !important
}

.mr-t_80 {
  margin-top: 80px !important
}

.mr-t_82 {
  margin-top: 82px !important
}

.mr-t_84 {
  margin-top: 84px !important
}

.mr-t_86 {
  margin-top: 86px !important
}

.mr-t_88 {
  margin-top: 88px !important
}

.mr-t_90 {
  margin-top: 90px !important
}

.mr-t_92 {
  margin-top: 92px !important
}

.mr-t_94 {
  margin-top: 94px !important
}

.mr-t_96 {
  margin-top: 96px !important
}

.mr-t_98 {
  margin-top: 98px !important
}

.mr-t_100 {
  margin-top: 100px !important
}

.mr-t_102 {
  margin-top: 102px !important
}

.mr-t_104 {
  margin-top: 104px !important
}

.mr-t_106 {
  margin-top: 106px !important
}

.mr-t_108 {
  margin-top: 108px !important
}

.mr-t_110 {
  margin-top: 110px !important
}

.mr-t_112 {
  margin-top: 112px !important
}

.mr-t_114 {
  margin-top: 114px !important
}

.mr-t_116 {
  margin-top: 116px !important
}

.mr-t_118 {
  margin-top: 118px !important
}

.mr-t_120 {
  margin-top: 120px !important
}

.mr-t_122 {
  margin-top: 122px !important
}

.mr-t_124 {
  margin-top: 124px !important
}

.mr-t_126 {
  margin-top: 126px !important
}

.mr-t_128 {
  margin-top: 128px !important
}

.mr-t_130 {
  margin-top: 130px !important
}

.mr-t_132 {
  margin-top: 132px !important
}

.mr-t_134 {
  margin-top: 134px !important
}

.mr-t_136 {
  margin-top: 136px !important
}

.mr-t_138 {
  margin-top: 138px !important
}

.mr-t_140 {
  margin-top: 140px !important
}

.mr-t_142 {
  margin-top: 142px !important
}

.mr-t_144 {
  margin-top: 144px !important
}

.mr-t_146 {
  margin-top: 146px !important
}

.mr-t_148 {
  margin-top: 148px !important
}

.mr-t_150 {
  margin-top: 150px !important
}

.mr-t_152 {
  margin-top: 152px !important
}

.mr-t_154 {
  margin-top: 154px !important
}

.mr-t_156 {
  margin-top: 156px !important
}

@media (min-width: 992px) {
  .mr-t_md-52 {
    margin-top: -52px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-50 {
    margin-top: -50px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-48 {
    margin-top: -48px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-46 {
    margin-top: -46px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-44 {
    margin-top: -44px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-42 {
    margin-top: -42px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-40 {
    margin-top: -40px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-38 {
    margin-top: -38px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-36 {
    margin-top: -36px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-34 {
    margin-top: -34px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-32 {
    margin-top: -32px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-30 {
    margin-top: -30px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-28 {
    margin-top: -28px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-26 {
    margin-top: -26px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-24 {
    margin-top: -24px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-22 {
    margin-top: -22px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-20 {
    margin-top: -20px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-18 {
    margin-top: -18px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-16 {
    margin-top: -16px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-14 {
    margin-top: -14px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-12 {
    margin-top: -12px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-10 {
    margin-top: -10px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-8 {
    margin-top: -8px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-6 {
    margin-top: -6px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-4 {
    margin-top: -4px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md-2 {
    margin-top: -2px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md0 {
    margin-top: 0px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md2 {
    margin-top: 2px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md4 {
    margin-top: 4px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md6 {
    margin-top: 6px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md8 {
    margin-top: 8px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md10 {
    margin-top: 10px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md12 {
    margin-top: 12px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md14 {
    margin-top: 14px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md16 {
    margin-top: 16px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md18 {
    margin-top: 18px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md20 {
    margin-top: 20px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md22 {
    margin-top: 22px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md24 {
    margin-top: 24px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md26 {
    margin-top: 26px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md28 {
    margin-top: 28px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md30 {
    margin-top: 30px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md32 {
    margin-top: 32px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md34 {
    margin-top: 34px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md36 {
    margin-top: 36px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md38 {
    margin-top: 38px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md40 {
    margin-top: 40px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md42 {
    margin-top: 42px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md44 {
    margin-top: 44px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md46 {
    margin-top: 46px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md48 {
    margin-top: 48px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md50 {
    margin-top: 50px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md52 {
    margin-top: 52px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md54 {
    margin-top: 54px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md56 {
    margin-top: 56px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md58 {
    margin-top: 58px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md60 {
    margin-top: 60px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md62 {
    margin-top: 62px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md64 {
    margin-top: 64px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md66 {
    margin-top: 66px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md68 {
    margin-top: 68px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md70 {
    margin-top: 70px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md72 {
    margin-top: 72px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md74 {
    margin-top: 74px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md76 {
    margin-top: 76px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md78 {
    margin-top: 78px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md80 {
    margin-top: 80px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md82 {
    margin-top: 82px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md84 {
    margin-top: 84px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md86 {
    margin-top: 86px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md88 {
    margin-top: 88px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md90 {
    margin-top: 90px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md92 {
    margin-top: 92px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md94 {
    margin-top: 94px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md96 {
    margin-top: 96px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md98 {
    margin-top: 98px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md100 {
    margin-top: 100px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md102 {
    margin-top: 102px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md104 {
    margin-top: 104px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md106 {
    margin-top: 106px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md108 {
    margin-top: 108px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md110 {
    margin-top: 110px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md112 {
    margin-top: 112px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md114 {
    margin-top: 114px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md116 {
    margin-top: 116px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md118 {
    margin-top: 118px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md120 {
    margin-top: 120px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md122 {
    margin-top: 122px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md124 {
    margin-top: 124px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md126 {
    margin-top: 126px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md128 {
    margin-top: 128px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md130 {
    margin-top: 130px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md132 {
    margin-top: 132px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md134 {
    margin-top: 134px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md136 {
    margin-top: 136px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md138 {
    margin-top: 138px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md140 {
    margin-top: 140px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md142 {
    margin-top: 142px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md144 {
    margin-top: 144px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md146 {
    margin-top: 146px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md148 {
    margin-top: 148px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md150 {
    margin-top: 150px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md152 {
    margin-top: 152px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md154 {
    margin-top: 154px !important
  }
}

@media (min-width: 992px) {
  .mr-t_md156 {
    margin-top: 156px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-52 {
    margin-top: -52px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-50 {
    margin-top: -50px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-48 {
    margin-top: -48px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-46 {
    margin-top: -46px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-44 {
    margin-top: -44px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-42 {
    margin-top: -42px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-40 {
    margin-top: -40px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-38 {
    margin-top: -38px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-36 {
    margin-top: -36px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-34 {
    margin-top: -34px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-32 {
    margin-top: -32px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-30 {
    margin-top: -30px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-28 {
    margin-top: -28px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-26 {
    margin-top: -26px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-24 {
    margin-top: -24px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-22 {
    margin-top: -22px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-20 {
    margin-top: -20px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-18 {
    margin-top: -18px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-16 {
    margin-top: -16px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-14 {
    margin-top: -14px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-12 {
    margin-top: -12px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-10 {
    margin-top: -10px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-8 {
    margin-top: -8px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-6 {
    margin-top: -6px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-4 {
    margin-top: -4px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg-2 {
    margin-top: -2px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg0 {
    margin-top: 0px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg2 {
    margin-top: 2px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg4 {
    margin-top: 4px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg6 {
    margin-top: 6px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg8 {
    margin-top: 8px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg10 {
    margin-top: 10px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg12 {
    margin-top: 12px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg14 {
    margin-top: 14px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg16 {
    margin-top: 16px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg18 {
    margin-top: 18px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg20 {
    margin-top: 20px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg22 {
    margin-top: 22px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg24 {
    margin-top: 24px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg26 {
    margin-top: 26px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg28 {
    margin-top: 28px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg30 {
    margin-top: 30px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg32 {
    margin-top: 32px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg34 {
    margin-top: 34px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg36 {
    margin-top: 36px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg38 {
    margin-top: 38px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg40 {
    margin-top: 40px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg42 {
    margin-top: 42px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg44 {
    margin-top: 44px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg46 {
    margin-top: 46px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg48 {
    margin-top: 48px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg50 {
    margin-top: 50px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg52 {
    margin-top: 52px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg54 {
    margin-top: 54px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg56 {
    margin-top: 56px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg58 {
    margin-top: 58px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg60 {
    margin-top: 60px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg62 {
    margin-top: 62px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg64 {
    margin-top: 64px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg66 {
    margin-top: 66px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg68 {
    margin-top: 68px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg70 {
    margin-top: 70px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg72 {
    margin-top: 72px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg74 {
    margin-top: 74px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg76 {
    margin-top: 76px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg78 {
    margin-top: 78px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg80 {
    margin-top: 80px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg82 {
    margin-top: 82px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg84 {
    margin-top: 84px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg86 {
    margin-top: 86px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg88 {
    margin-top: 88px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg90 {
    margin-top: 90px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg92 {
    margin-top: 92px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg94 {
    margin-top: 94px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg96 {
    margin-top: 96px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg98 {
    margin-top: 98px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg100 {
    margin-top: 100px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg102 {
    margin-top: 102px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg104 {
    margin-top: 104px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg106 {
    margin-top: 106px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg108 {
    margin-top: 108px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg110 {
    margin-top: 110px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg112 {
    margin-top: 112px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg114 {
    margin-top: 114px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg116 {
    margin-top: 116px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg118 {
    margin-top: 118px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg120 {
    margin-top: 120px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg122 {
    margin-top: 122px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg124 {
    margin-top: 124px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg126 {
    margin-top: 126px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg128 {
    margin-top: 128px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg130 {
    margin-top: 130px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg132 {
    margin-top: 132px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg134 {
    margin-top: 134px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg136 {
    margin-top: 136px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg138 {
    margin-top: 138px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg140 {
    margin-top: 140px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg142 {
    margin-top: 142px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg144 {
    margin-top: 144px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg146 {
    margin-top: 146px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg148 {
    margin-top: 148px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg150 {
    margin-top: 150px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg152 {
    margin-top: 152px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg154 {
    margin-top: 154px !important
  }
}

@media (min-width: 1200px) {
  .mr-t_lg156 {
    margin-top: 156px !important
  }
}

.mr-t_-3 {
  margin-top: -3px !important
}

.mr-t_5 {
  margin-top: 5px
}

.mr-l_-20 {
  margin-left: -20px !important
}

@media (min-width: 992px) {
  .mr-l_md-20 {
    margin-left: -20px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-20 {
    margin-left: -20px !important
  }
}

.mr-l_-18 {
  margin-left: -18px !important
}

@media (min-width: 992px) {
  .mr-l_md-18 {
    margin-left: -18px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-18 {
    margin-left: -18px !important
  }
}

.mr-l_-16 {
  margin-left: -16px !important
}

@media (min-width: 992px) {
  .mr-l_md-16 {
    margin-left: -16px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-16 {
    margin-left: -16px !important
  }
}

.mr-l_-14 {
  margin-left: -14px !important
}

@media (min-width: 992px) {
  .mr-l_md-14 {
    margin-left: -14px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-14 {
    margin-left: -14px !important
  }
}

.mr-l_-12 {
  margin-left: -12px !important
}

@media (min-width: 992px) {
  .mr-l_md-12 {
    margin-left: -12px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-12 {
    margin-left: -12px !important
  }
}

.mr-l_-10 {
  margin-left: -10px !important
}

@media (min-width: 992px) {
  .mr-l_md-10 {
    margin-left: -10px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-10 {
    margin-left: -10px !important
  }
}

.mr-l_-8 {
  margin-left: -8px !important
}

@media (min-width: 992px) {
  .mr-l_md-8 {
    margin-left: -8px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-8 {
    margin-left: -8px !important
  }
}

.mr-l_-6 {
  margin-left: -6px !important
}

@media (min-width: 992px) {
  .mr-l_md-6 {
    margin-left: -6px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-6 {
    margin-left: -6px !important
  }
}

.mr-l_-4 {
  margin-left: -4px !important
}

@media (min-width: 992px) {
  .mr-l_md-4 {
    margin-left: -4px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-4 {
    margin-left: -4px !important
  }
}

.mr-l_-2 {
  margin-left: -2px !important
}

@media (min-width: 992px) {
  .mr-l_md-2 {
    margin-left: -2px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg-2 {
    margin-left: -2px !important
  }
}

.mr-l_0 {
  margin-left: 0px !important
}

@media (min-width: 992px) {
  .mr-l_md0 {
    margin-left: 0px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg0 {
    margin-left: 0px !important
  }
}

.mr-l_2 {
  margin-left: 2px !important
}

@media (min-width: 992px) {
  .mr-l_md2 {
    margin-left: 2px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg2 {
    margin-left: 2px !important
  }
}

.mr-l_4 {
  margin-left: 4px !important
}

@media (min-width: 992px) {
  .mr-l_md4 {
    margin-left: 4px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg4 {
    margin-left: 4px !important
  }
}

.mr-l_6 {
  margin-left: 6px !important
}

@media (min-width: 992px) {
  .mr-l_md6 {
    margin-left: 6px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg6 {
    margin-left: 6px !important
  }
}

.mr-l_8 {
  margin-left: 8px !important
}

@media (min-width: 992px) {
  .mr-l_md8 {
    margin-left: 8px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg8 {
    margin-left: 8px !important
  }
}

.mr-l_10 {
  margin-left: 10px !important
}

@media (min-width: 992px) {
  .mr-l_md10 {
    margin-left: 10px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg10 {
    margin-left: 10px !important
  }
}

.mr-l_12 {
  margin-left: 12px !important
}

@media (min-width: 992px) {
  .mr-l_md12 {
    margin-left: 12px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg12 {
    margin-left: 12px !important
  }
}

.mr-l_14 {
  margin-left: 14px !important
}

@media (min-width: 992px) {
  .mr-l_md14 {
    margin-left: 14px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg14 {
    margin-left: 14px !important
  }
}

.mr-l_16 {
  margin-left: 16px !important
}

@media (min-width: 992px) {
  .mr-l_md16 {
    margin-left: 16px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg16 {
    margin-left: 16px !important
  }
}

.mr-l_18 {
  margin-left: 18px !important
}

@media (min-width: 992px) {
  .mr-l_md18 {
    margin-left: 18px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg18 {
    margin-left: 18px !important
  }
}

.mr-l_20 {
  margin-left: 20px !important
}

@media (min-width: 992px) {
  .mr-l_md20 {
    margin-left: 20px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg20 {
    margin-left: 20px !important
  }
}

.mr-l_22 {
  margin-left: 22px !important
}

@media (min-width: 992px) {
  .mr-l_md22 {
    margin-left: 22px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg22 {
    margin-left: 22px !important
  }
}

.mr-l_24 {
  margin-left: 24px !important
}

@media (min-width: 992px) {
  .mr-l_md24 {
    margin-left: 24px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg24 {
    margin-left: 24px !important
  }
}

.mr-l_26 {
  margin-left: 26px !important
}

@media (min-width: 992px) {
  .mr-l_md26 {
    margin-left: 26px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg26 {
    margin-left: 26px !important
  }
}

.mr-l_28 {
  margin-left: 28px !important
}

@media (min-width: 992px) {
  .mr-l_md28 {
    margin-left: 28px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg28 {
    margin-left: 28px !important
  }
}

.mr-l_30 {
  margin-left: 30px !important
}

@media (min-width: 992px) {
  .mr-l_md30 {
    margin-left: 30px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg30 {
    margin-left: 30px !important
  }
}

.mr-l_32 {
  margin-left: 32px !important
}

@media (min-width: 992px) {
  .mr-l_md32 {
    margin-left: 32px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg32 {
    margin-left: 32px !important
  }
}

.mr-l_34 {
  margin-left: 34px !important
}

@media (min-width: 992px) {
  .mr-l_md34 {
    margin-left: 34px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg34 {
    margin-left: 34px !important
  }
}

.mr-l_36 {
  margin-left: 36px !important
}

@media (min-width: 992px) {
  .mr-l_md36 {
    margin-left: 36px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg36 {
    margin-left: 36px !important
  }
}

.mr-l_38 {
  margin-left: 38px !important
}

@media (min-width: 992px) {
  .mr-l_md38 {
    margin-left: 38px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg38 {
    margin-left: 38px !important
  }
}

.mr-l_40 {
  margin-left: 40px !important
}

@media (min-width: 992px) {
  .mr-l_md40 {
    margin-left: 40px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg40 {
    margin-left: 40px !important
  }
}

.mr-l_42 {
  margin-left: 42px !important
}

@media (min-width: 992px) {
  .mr-l_md42 {
    margin-left: 42px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg42 {
    margin-left: 42px !important
  }
}

.mr-l_44 {
  margin-left: 44px !important
}

@media (min-width: 992px) {
  .mr-l_md44 {
    margin-left: 44px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg44 {
    margin-left: 44px !important
  }
}

.mr-l_46 {
  margin-left: 46px !important
}

@media (min-width: 992px) {
  .mr-l_md46 {
    margin-left: 46px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg46 {
    margin-left: 46px !important
  }
}

.mr-l_48 {
  margin-left: 48px !important
}

@media (min-width: 992px) {
  .mr-l_md48 {
    margin-left: 48px !important
  }
}

@media (min-width: 1200px) {
  .mr-l_lg48 {
    margin-left: 48px !important
  }
}

.mr-l_-17 {
  margin-left: -17px
}

.mr-r_-16 {
  margin-right: -16px !important
}

@media (min-width: 992px) {
  .mr-r_md-16 {
    margin-right: -16px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-16 {
    margin-right: -16px !important
  }
}

.mr-r_-14 {
  margin-right: -14px !important
}

@media (min-width: 992px) {
  .mr-r_md-14 {
    margin-right: -14px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-14 {
    margin-right: -14px !important
  }
}

.mr-r_-12 {
  margin-right: -12px !important
}

@media (min-width: 992px) {
  .mr-r_md-12 {
    margin-right: -12px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-12 {
    margin-right: -12px !important
  }
}

.mr-r_-10 {
  margin-right: -10px !important
}

@media (min-width: 992px) {
  .mr-r_md-10 {
    margin-right: -10px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-10 {
    margin-right: -10px !important
  }
}

.mr-r_-8 {
  margin-right: -8px !important
}

@media (min-width: 992px) {
  .mr-r_md-8 {
    margin-right: -8px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-8 {
    margin-right: -8px !important
  }
}

.mr-r_-6 {
  margin-right: -6px !important
}

@media (min-width: 992px) {
  .mr-r_md-6 {
    margin-right: -6px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-6 {
    margin-right: -6px !important
  }
}

.mr-r_-4 {
  margin-right: -4px !important
}

@media (min-width: 992px) {
  .mr-r_md-4 {
    margin-right: -4px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-4 {
    margin-right: -4px !important
  }
}

.mr-r_-2 {
  margin-right: -2px !important
}

@media (min-width: 992px) {
  .mr-r_md-2 {
    margin-right: -2px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg-2 {
    margin-right: -2px !important
  }
}

.mr-r_0 {
  margin-right: 0px !important
}

@media (min-width: 992px) {
  .mr-r_md0 {
    margin-right: 0px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg0 {
    margin-right: 0px !important
  }
}

.mr-r_2 {
  margin-right: 2px !important
}

@media (min-width: 992px) {
  .mr-r_md2 {
    margin-right: 2px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg2 {
    margin-right: 2px !important
  }
}

.mr-r_4 {
  margin-right: 4px !important
}

@media (min-width: 992px) {
  .mr-r_md4 {
    margin-right: 4px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg4 {
    margin-right: 4px !important
  }
}

.mr-r_6 {
  margin-right: 6px !important
}

@media (min-width: 992px) {
  .mr-r_md6 {
    margin-right: 6px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg6 {
    margin-right: 6px !important
  }
}

.mr-r_8 {
  margin-right: 8px !important
}

@media (min-width: 992px) {
  .mr-r_md8 {
    margin-right: 8px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg8 {
    margin-right: 8px !important
  }
}

.mr-r_10 {
  margin-right: 10px !important
}

@media (min-width: 992px) {
  .mr-r_md10 {
    margin-right: 10px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg10 {
    margin-right: 10px !important
  }
}

.mr-r_12 {
  margin-right: 12px !important
}

@media (min-width: 992px) {
  .mr-r_md12 {
    margin-right: 12px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg12 {
    margin-right: 12px !important
  }
}

.mr-r_14 {
  margin-right: 14px !important
}

@media (min-width: 992px) {
  .mr-r_md14 {
    margin-right: 14px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg14 {
    margin-right: 14px !important
  }
}

.mr-r_16 {
  margin-right: 16px !important
}

@media (min-width: 992px) {
  .mr-r_md16 {
    margin-right: 16px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg16 {
    margin-right: 16px !important
  }
}

.mr-r_18 {
  margin-right: 18px !important
}

@media (min-width: 992px) {
  .mr-r_md18 {
    margin-right: 18px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg18 {
    margin-right: 18px !important
  }
}

.mr-r_20 {
  margin-right: 20px !important
}

@media (min-width: 992px) {
  .mr-r_md20 {
    margin-right: 20px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg20 {
    margin-right: 20px !important
  }
}

.mr-r_22 {
  margin-right: 22px !important
}

@media (min-width: 992px) {
  .mr-r_md22 {
    margin-right: 22px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg22 {
    margin-right: 22px !important
  }
}

.mr-r_24 {
  margin-right: 24px !important
}

@media (min-width: 992px) {
  .mr-r_md24 {
    margin-right: 24px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg24 {
    margin-right: 24px !important
  }
}

.mr-r_26 {
  margin-right: 26px !important
}

@media (min-width: 992px) {
  .mr-r_md26 {
    margin-right: 26px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg26 {
    margin-right: 26px !important
  }
}

.mr-r_28 {
  margin-right: 28px !important
}

@media (min-width: 992px) {
  .mr-r_md28 {
    margin-right: 28px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg28 {
    margin-right: 28px !important
  }
}

.mr-r_30 {
  margin-right: 30px !important
}

@media (min-width: 992px) {
  .mr-r_md30 {
    margin-right: 30px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg30 {
    margin-right: 30px !important
  }
}

.mr-r_32 {
  margin-right: 32px !important
}

@media (min-width: 992px) {
  .mr-r_md32 {
    margin-right: 32px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg32 {
    margin-right: 32px !important
  }
}

.mr-r_34 {
  margin-right: 34px !important
}

@media (min-width: 992px) {
  .mr-r_md34 {
    margin-right: 34px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg34 {
    margin-right: 34px !important
  }
}

.mr-r_36 {
  margin-right: 36px !important
}

@media (min-width: 992px) {
  .mr-r_md36 {
    margin-right: 36px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg36 {
    margin-right: 36px !important
  }
}

.mr-r_38 {
  margin-right: 38px !important
}

@media (min-width: 992px) {
  .mr-r_md38 {
    margin-right: 38px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg38 {
    margin-right: 38px !important
  }
}

.mr-r_40 {
  margin-right: 40px !important
}

@media (min-width: 992px) {
  .mr-r_md40 {
    margin-right: 40px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg40 {
    margin-right: 40px !important
  }
}

.mr-r_42 {
  margin-right: 42px !important
}

@media (min-width: 992px) {
  .mr-r_md42 {
    margin-right: 42px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg42 {
    margin-right: 42px !important
  }
}

.mr-r_44 {
  margin-right: 44px !important
}

@media (min-width: 992px) {
  .mr-r_md44 {
    margin-right: 44px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg44 {
    margin-right: 44px !important
  }
}

.mr-r_46 {
  margin-right: 46px !important
}

@media (min-width: 992px) {
  .mr-r_md46 {
    margin-right: 46px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg46 {
    margin-right: 46px !important
  }
}

.mr-r_48 {
  margin-right: 48px !important
}

@media (min-width: 992px) {
  .mr-r_md48 {
    margin-right: 48px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg48 {
    margin-right: 48px !important
  }
}

.mr-r_50 {
  margin-right: 50px !important
}

@media (min-width: 992px) {
  .mr-r_md50 {
    margin-right: 50px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg50 {
    margin-right: 50px !important
  }
}

.mr-r_52 {
  margin-right: 52px !important
}

@media (min-width: 992px) {
  .mr-r_md52 {
    margin-right: 52px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg52 {
    margin-right: 52px !important
  }
}

.mr-r_54 {
  margin-right: 54px !important
}

@media (min-width: 992px) {
  .mr-r_md54 {
    margin-right: 54px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg54 {
    margin-right: 54px !important
  }
}

.mr-r_56 {
  margin-right: 56px !important
}

@media (min-width: 992px) {
  .mr-r_md56 {
    margin-right: 56px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg56 {
    margin-right: 56px !important
  }
}

.mr-r_58 {
  margin-right: 58px !important
}

@media (min-width: 992px) {
  .mr-r_md58 {
    margin-right: 58px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg58 {
    margin-right: 58px !important
  }
}

.mr-r_60 {
  margin-right: 60px !important
}

@media (min-width: 992px) {
  .mr-r_md60 {
    margin-right: 60px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg60 {
    margin-right: 60px !important
  }
}

.mr-r_62 {
  margin-right: 62px !important
}

@media (min-width: 992px) {
  .mr-r_md62 {
    margin-right: 62px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg62 {
    margin-right: 62px !important
  }
}

.mr-r_64 {
  margin-right: 64px !important
}

@media (min-width: 992px) {
  .mr-r_md64 {
    margin-right: 64px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg64 {
    margin-right: 64px !important
  }
}

.mr-r_66 {
  margin-right: 66px !important
}

@media (min-width: 992px) {
  .mr-r_md66 {
    margin-right: 66px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg66 {
    margin-right: 66px !important
  }
}

.mr-r_68 {
  margin-right: 68px !important
}

@media (min-width: 992px) {
  .mr-r_md68 {
    margin-right: 68px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg68 {
    margin-right: 68px !important
  }
}

.mr-r_70 {
  margin-right: 70px !important
}

@media (min-width: 992px) {
  .mr-r_md70 {
    margin-right: 70px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg70 {
    margin-right: 70px !important
  }
}

.mr-r_72 {
  margin-right: 72px !important
}

@media (min-width: 992px) {
  .mr-r_md72 {
    margin-right: 72px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg72 {
    margin-right: 72px !important
  }
}

.mr-r_74 {
  margin-right: 74px !important
}

@media (min-width: 992px) {
  .mr-r_md74 {
    margin-right: 74px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg74 {
    margin-right: 74px !important
  }
}

.mr-r_76 {
  margin-right: 76px !important
}

@media (min-width: 992px) {
  .mr-r_md76 {
    margin-right: 76px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg76 {
    margin-right: 76px !important
  }
}

.mr-r_78 {
  margin-right: 78px !important
}

@media (min-width: 992px) {
  .mr-r_md78 {
    margin-right: 78px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg78 {
    margin-right: 78px !important
  }
}

.mr-r_80 {
  margin-right: 80px !important
}

@media (min-width: 992px) {
  .mr-r_md80 {
    margin-right: 80px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg80 {
    margin-right: 80px !important
  }
}

.mr-r_82 {
  margin-right: 82px !important
}

@media (min-width: 992px) {
  .mr-r_md82 {
    margin-right: 82px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg82 {
    margin-right: 82px !important
  }
}

.mr-r_84 {
  margin-right: 84px !important
}

@media (min-width: 992px) {
  .mr-r_md84 {
    margin-right: 84px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg84 {
    margin-right: 84px !important
  }
}

.mr-r_86 {
  margin-right: 86px !important
}

@media (min-width: 992px) {
  .mr-r_md86 {
    margin-right: 86px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg86 {
    margin-right: 86px !important
  }
}

.mr-r_88 {
  margin-right: 88px !important
}

@media (min-width: 992px) {
  .mr-r_md88 {
    margin-right: 88px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg88 {
    margin-right: 88px !important
  }
}

.mr-r_90 {
  margin-right: 90px !important
}

@media (min-width: 992px) {
  .mr-r_md90 {
    margin-right: 90px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg90 {
    margin-right: 90px !important
  }
}

.mr-r_92 {
  margin-right: 92px !important
}

@media (min-width: 992px) {
  .mr-r_md92 {
    margin-right: 92px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg92 {
    margin-right: 92px !important
  }
}

.mr-r_94 {
  margin-right: 94px !important
}

@media (min-width: 992px) {
  .mr-r_md94 {
    margin-right: 94px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg94 {
    margin-right: 94px !important
  }
}

.mr-r_96 {
  margin-right: 96px !important
}

@media (min-width: 992px) {
  .mr-r_md96 {
    margin-right: 96px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg96 {
    margin-right: 96px !important
  }
}

.mr-r_98 {
  margin-right: 98px !important
}

@media (min-width: 992px) {
  .mr-r_md98 {
    margin-right: 98px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg98 {
    margin-right: 98px !important
  }
}

.mr-r_100 {
  margin-right: 100px !important
}

@media (min-width: 992px) {
  .mr-r_md100 {
    margin-right: 100px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg100 {
    margin-right: 100px !important
  }
}

.mr-r_102 {
  margin-right: 102px !important
}

@media (min-width: 992px) {
  .mr-r_md102 {
    margin-right: 102px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg102 {
    margin-right: 102px !important
  }
}

.mr-r_104 {
  margin-right: 104px !important
}

@media (min-width: 992px) {
  .mr-r_md104 {
    margin-right: 104px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg104 {
    margin-right: 104px !important
  }
}

.mr-r_106 {
  margin-right: 106px !important
}

@media (min-width: 992px) {
  .mr-r_md106 {
    margin-right: 106px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg106 {
    margin-right: 106px !important
  }
}

.mr-r_108 {
  margin-right: 108px !important
}

@media (min-width: 992px) {
  .mr-r_md108 {
    margin-right: 108px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg108 {
    margin-right: 108px !important
  }
}

.mr-r_110 {
  margin-right: 110px !important
}

@media (min-width: 992px) {
  .mr-r_md110 {
    margin-right: 110px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg110 {
    margin-right: 110px !important
  }
}

.mr-r_112 {
  margin-right: 112px !important
}

@media (min-width: 992px) {
  .mr-r_md112 {
    margin-right: 112px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg112 {
    margin-right: 112px !important
  }
}

.mr-r_114 {
  margin-right: 114px !important
}

@media (min-width: 992px) {
  .mr-r_md114 {
    margin-right: 114px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg114 {
    margin-right: 114px !important
  }
}

.mr-r_116 {
  margin-right: 116px !important
}

@media (min-width: 992px) {
  .mr-r_md116 {
    margin-right: 116px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg116 {
    margin-right: 116px !important
  }
}

.mr-r_118 {
  margin-right: 118px !important
}

@media (min-width: 992px) {
  .mr-r_md118 {
    margin-right: 118px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg118 {
    margin-right: 118px !important
  }
}

.mr-r_120 {
  margin-right: 120px !important
}

@media (min-width: 992px) {
  .mr-r_md120 {
    margin-right: 120px !important
  }
}

@media (min-width: 1200px) {
  .mr-r_lg120 {
    margin-right: 120px !important
  }
}

@media only screen and (min-width: 991px) {
  .pd-tb_md20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }
}

.br-4 {
  border-radius: 4px !important
}

.width-5 {
  width: 5% !important
}

.width-10 {
  width: 10% !important
}

.width-15 {
  width: 15% !important
}

.width-20 {
  width: 20% !important
}

.width-25 {
  width: 25% !important
}

.width-30 {
  width: 30% !important
}

.width-35 {
  width: 35% !important
}

.width-40 {
  width: 40% !important
}

.width-45 {
  width: 45% !important
}

.width-50 {
  width: 50% !important
}

.width-55 {
  width: 55% !important
}

.width-60 {
  width: 60% !important
}

.width-65 {
  width: 65% !important
}

.width-70 {
  width: 70% !important
}

.width-75 {
  width: 75% !important
}

.width-80 {
  width: 80% !important
}

.width-85 {
  width: 85% !important
}

.width-90 {
  width: 90% !important
}

.width-95 {
  width: 95% !important
}

.width-100 {
  width: 100% !important
}

@media (min-width: 992px) {
  .width-md50 {
    width: 50%
  }

  .width-md100 {
    width: 100%
  }

  .width-md_mincontent {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }

  .width-md_maxcontent {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
}

.max-width_50 {
  max-width: 50% !important
}

.max-width_100 {
  max-width: 100% !important
}

.btn--cos--secondary {
  border-color: #49c5b1;
  background-color: transparent;
  color: #49c5b1
}

.btn--cos--secondary:hover,.btn--cos--secondary:active,.btn--cos--secondary:focus {
  color: #92dcd0 !important;
  border-color: #92dcd0 !important
}

.btn--cos--disabled--green {
  color: white !important;
  background-color: #92dcd0 !important;
  border-color: #92dcd0 !important
}

.btn--cos--arrow {
  padding: 0.5em 0.8em 0.5em 0.4em
}

.btn--cos--arrow::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  content: "";
  padding-left: 0.75em;
  font-size: 0.75em
}

.wf-fontawesome-webfont-n4-active .btn--cos--arrow::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn--cos--arrow::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .btn--cos--arrow::after {
    visibility: visible
  }
}

.btn--cos--loading:not(.btn--cos--arrow) {
  padding-right: 22px
}

.btn--cos--loading:before {
  height: 0.78rem;
  width: 0rem;
  content: " ";
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: -0.1rem;
  background-image: url(/assets_cos/images/loader-button.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 12.469px 12.469px;
  background-size: 12.469px 12.469px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 10000s linear !important;
  transition: -webkit-transform 10000s linear !important;
  -o-transition: transform 10000s linear !important;
  transition: transform 10000s linear !important;
  transition: transform 10000s linear, -webkit-transform 10000s linear !important
}

.btn--cos--loading--disabled {
  padding: 0.5em 0.8em 0.5em 0.9em;
  border-color: #e8e6df !important;
  background-color: #e8e6df !important;
  color: white !important
}

.btn--cos--loading--disabled:not(.btn--cos--arrow) {
  padding-right: 14px
}

.btn--cos--loading--disabled:before {
  display: inline-block;
  width: 0.78rem;
  -webkit-transform: rotate(3200000deg);
  -ms-transform: rotate(3200000deg);
  transform: rotate(3200000deg)
}

.btn--cos--loading--disabled:hover {
  border-color: #e8e6df !important;
  background-color: #e8e6df !important;
  color: white !important
}

.btn--cos--error {
  background-color: #cd0000;
  border-color: #cd0000
}

.btn--cos--error:hover,.btn--cos--error:active,.btn--cos--error:focus {
  background-color: #e16666;
  border-color: #e16666
}

.btn--cos--success {
  background-color: #2fa895;
  border-color: #2fa895
}

.btn--cos--success:hover,.btn--cos--success:active,.btn--cos--success:focus {
  background-color: #82cbbf;
  border-color: #82cbbf
}

.btn--cos--info {
  background-color: #2c3b97;
  border-color: #2c3b97
}

.btn--cos--info:hover,.btn--cos--info:active,.btn--cos--info:focus {
  background-color: #8089c1;
  border-color: #8089c1
}

.btn--cos--warning {
  background-color: #54585a;
  border-color: #54585a
}

.btn--cos--warning:hover,.btn--cos--warning:active,.btn--cos--warning:focus {
  background-color: #989b9c;
  border-color: #989b9c
}

.invest-dropdown__select {
  position: relative;
  width: 260px;
  height: 30px;
  float: right !important
}

.invest-dropdown__select select {
  background-color: #424fa2;
  border-color: #424fa2;
  color: white;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: ""
}

.invest-dropdown__select select:focus {
  outline: none
}

.invest-dropdown__select::after {
  pointer-events: none
}

.invest-dropdown__select select::-ms-expand {
  display: none
}

.invest-dropdown__select option {
  background-color: white;
  color: #424fa2;
  cursor: pointer;
  padding: 0px 6px;
  font-weight: bold
}

.invest-dropdown__select option:focus {
  outline: none
}

.invest-dropdown__select::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .invest-dropdown__select::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .invest-dropdown__select::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .invest-dropdown__select::after {
    visibility: visible
  }
}

.invest-dropdown__list {
  min-width: 190px;
  max-width: 320px;
  height: 200px
}

.invest-dropdown__list button {
  width: 190px;
  height: 30px;
  background-color: #424fa2;
  border: none;
  color: white;
  text-align: left;
  padding: 5px 25px 5px 10px;
  font-size: 12px;
  cursor: pointer;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.invest-dropdown__list button:focus {
  outline: none
}

.invest-dropdown__list button:after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .invest-dropdown__list button:after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .invest-dropdown__list button:after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .invest-dropdown__list button:after {
    visibility: visible
  }
}

.invest-dropdown__list ul {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  border: white;
  list-style: none;
  border-top: 5px solid #424fa2;
  padding: 16px 0px;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2)
}

.invest-dropdown__list ul li {
  color: #424fa2;
  text-decoration: none;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold
}

.invest-dropdown__list ul li:hover {
  background-color: #eee
}

.is-open-drop button:after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .is-open-drop button:after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .is-open-drop button:after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .is-open-drop button:after {
    visibility: visible
  }
}

.panel__cos {
  border: 2px solid #e8e6df;
  background: white
}

.panel__cos--blue {
  border: 2px solid #e8e6df;
  border-top: 2px solid #2c3b97;
  background: white
}

.panel__cos__header--icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px
}

.panel__cos__header--heading {
  display: table-cell;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  vertical-align: bottom
}

.panel__cos .multicolumn-block__heading_underlined:after {
  width: 110px;
  margin-bottom: 7px
}

.Cos_UPM select {
  padding: 7px 7px 7px 5px
}

.tooltip {
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.36364;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  max-width: 200px;
  padding: 3px 8px;
  background-color: #d6d2c4;
  border-radius: 4px
}

@media (min-width: 992px) {
  .tooltip {
    max-width: 250px
  }
}

.tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip--left--error {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #fae5e5;
  border-color: #cd0000;
  border-left: 4px solid;
  margin-left: -6px
}

.tooltip--left--error p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--left--error,.tooltip--left--error .rte a:not([class]),.tooltip--left--error .rte a.info-link {
  color: #cd0000
}

.tooltip--left--error::before {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #fae5e5
}

.tooltip--top--error {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #fae5e5;
  border-color: #cd0000;
  margin-top: -6px;
  border-left: 4px solid
}

.tooltip--top--error p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--top--error,.tooltip--top--error .rte a:not([class]),.tooltip--top--error .rte a.info-link {
  color: #cd0000
}

.tooltip--top--error::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #fae5e5
}

.tooltip--bottom--error {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #fae5e5;
  border-color: #cd0000;
  border-left: 4px solid;
  margin-top: 6px
}

.tooltip--bottom--error p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--bottom--error,.tooltip--bottom--error .rte a:not([class]),.tooltip--bottom--error .rte a.info-link {
  color: #cd0000
}

.tooltip--bottom--error::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #fae5e5
}

.tooltip--right--error {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #fae5e5;
  border-color: #cd0000;
  border-right: 4px solid;
  margin-left: 6px
}

.tooltip--right--error p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--right--error,.tooltip--right--error .rte a:not([class]),.tooltip--right--error .rte a.info-link {
  color: #cd0000
}

.tooltip--right--error::before {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #fae5e5
}

.tooltip--left--success {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #ecf9f7;
  border-color: #2fa895;
  border-left: 4px solid;
  margin-left: -6px
}

.tooltip--left--success p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--left--success,.tooltip--left--success .rte a:not([class]),.tooltip--left--success .rte a.info-link {
  color: #2fa895
}

.tooltip--left--success::before {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #ecf9f7
}

.tooltip--top--success {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #ecf9f7;
  border-color: #2fa895;
  margin-top: -6px;
  border-left: 4px solid
}

.tooltip--top--success p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--top--success,.tooltip--top--success .rte a:not([class]),.tooltip--top--success .rte a.info-link {
  color: #2fa895
}

.tooltip--top--success::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #ecf9f7
}

.tooltip--bottom--success {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #ecf9f7;
  border-color: #2fa895;
  border-left: 4px solid;
  margin-top: 6px
}

.tooltip--bottom--success p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--bottom--success,.tooltip--bottom--success .rte a:not([class]),.tooltip--bottom--success .rte a.info-link {
  color: #2fa895
}

.tooltip--bottom--success::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #ecf9f7
}

.tooltip--right--success {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #ecf9f7;
  border-color: #2fa895;
  border-right: 4px solid;
  margin-left: 6px
}

.tooltip--right--success p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--right--success,.tooltip--right--success .rte a:not([class]),.tooltip--right--success .rte a.info-link {
  color: #2fa895
}

.tooltip--right--success::before {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #ecf9f7
}

.tooltip--left--info {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #e9ebf4;
  border-color: #2c3b97;
  border-left: 4px solid;
  margin-left: -6px
}

.tooltip--left--info p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--left--info,.tooltip--left--info .rte a:not([class]),.tooltip--left--info .rte a.info-link {
  color: #2c3b97
}

.tooltip--left--info::before {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #e9ebf4
}

.tooltip--top--info {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #e9ebf4;
  border-color: #2c3b97;
  margin-top: -6px;
  border-left: 4px solid
}

.tooltip--top--info p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--top--info,.tooltip--top--info .rte a:not([class]),.tooltip--top--info .rte a.info-link {
  color: #2c3b97
}

.tooltip--top--info::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #e9ebf4
}

.tooltip--bottom--info {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #e9ebf4;
  border-color: #2c3b97;
  border-left: 4px solid;
  margin-top: 6px
}

.tooltip--bottom--info p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--bottom--info,.tooltip--bottom--info .rte a:not([class]),.tooltip--bottom--info .rte a.info-link {
  color: #2c3b97
}

.tooltip--bottom--info::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #e9ebf4
}

.tooltip--right--info {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #e9ebf4;
  border-color: #2c3b97;
  border-right: 4px solid;
  margin-left: 6px
}

.tooltip--right--info p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--right--info,.tooltip--right--info .rte a:not([class]),.tooltip--right--info .rte a.info-link {
  color: #2c3b97
}

.tooltip--right--info::before {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #e9ebf4
}

.tooltip--left--warning {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #eee;
  border-color: #54585a;
  border-left: 4px solid;
  margin-left: -6px
}

.tooltip--left--warning p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--left--warning,.tooltip--left--warning .rte a:not([class]),.tooltip--left--warning .rte a.info-link {
  color: #54585a
}

.tooltip--left--warning::before {
  top: 50%;
  right: -4px;
  margin-top: -4px;
  border-width: 4px 0 4px 4px;
  border-left-color: #eee
}

.tooltip--top--warning {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #eee;
  border-color: #54585a;
  margin-top: -6px;
  border-left: 4px solid
}

.tooltip--top--warning p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--top--warning,.tooltip--top--warning .rte a:not([class]),.tooltip--top--warning .rte a.info-link {
  color: #54585a
}

.tooltip--top--warning::before {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #eee
}

.tooltip--bottom--warning {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #eee;
  border-color: #54585a;
  border-left: 4px solid;
  margin-top: 6px
}

.tooltip--bottom--warning p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--bottom--warning,.tooltip--bottom--warning .rte a:not([class]),.tooltip--bottom--warning .rte a.info-link {
  color: #54585a
}

.tooltip--bottom--warning::before {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 4px 4px;
  border-bottom-color: #eee
}

.tooltip--right--warning {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
  padding: 13px 30px 13px 15px;
  background-color: #eee;
  border-color: #54585a;
  border-right: 4px solid;
  margin-left: 6px
}

.tooltip--right--warning p {
  margin-left: 35px;
  margin-top: 5px
}

.tooltip--right--warning,.tooltip--right--warning .rte a:not([class]),.tooltip--right--warning .rte a.info-link {
  color: #54585a
}

.tooltip--right--warning::before {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #eee
}

.invest-dropdown__select {
  position: relative;
  width: 260px;
  height: 30px;
  float: right !important
}

.invest-dropdown__select select {
  background-color: #424fa2;
  border-color: #424fa2;
  color: white;
  font-size: 12px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: ""
}

.invest-dropdown__select select:focus {
  outline: none
}

.invest-dropdown__select::after {
  pointer-events: none
}

.invest-dropdown__select select::-ms-expand {
  display: none
}

.invest-dropdown__select option {
  background-color: white;
  color: #424fa2;
  cursor: pointer;
  padding: 0px 6px;
  font-weight: bold
}

.invest-dropdown__select option:focus {
  outline: none
}

.invest-dropdown__select::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .invest-dropdown__select::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .invest-dropdown__select::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .invest-dropdown__select::after {
    visibility: visible
  }
}

.invest-dropdown__list {
  min-width: 190px;
  max-width: 320px;
  height: 200px
}

.invest-dropdown__list button {
  width: 190px;
  height: 30px;
  background-color: #424fa2;
  border: none;
  color: white;
  text-align: left;
  padding: 5px 25px 5px 10px;
  font-size: 12px;
  cursor: pointer;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.invest-dropdown__list button:focus {
  outline: none
}

.invest-dropdown__list button:after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .invest-dropdown__list button:after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .invest-dropdown__list button:after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .invest-dropdown__list button:after {
    visibility: visible
  }
}

.invest-dropdown__list ul {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  border: white;
  list-style: none;
  border-top: 5px solid #424fa2;
  padding: 16px 0px;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2)
}

.invest-dropdown__list ul li {
  color: #424fa2;
  text-decoration: none;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold
}

.invest-dropdown__list ul li:hover {
  background-color: #eee
}

.is-open-drop button:after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  right: 12px;
  top: 6px;
  font-size: 16px
}

.wf-fontawesome-webfont-n4-active .is-open-drop button:after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .is-open-drop button:after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .is-open-drop button:after {
    visibility: visible
  }
}

.header-primary__menu--cos .header-primary__menu__logo {
  float: left
}

.header-primary__menu--cos .header-primary__menu__logo .fa {
  vertical-align: middle;
  font-size: 45px;
  color: white;
  line-height: 90px
}

.header-primary__menu--cos .nav-site-menu {
  text-align: left;
  float: left;
  margin-left: 24px
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul {
  margin: 0 !important
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li {
  position: initial
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li a {
  position: relative;
  font-weight: 600
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos {
  background-color: white;
  border-bottom: 3px solid #2c3b97;
  position: absolute;
  left: 0px;
  width: 100vw;
  display: none
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 220px;
  padding: 20px 0
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul li {
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul li a {
  color: #2c3b97;
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  border-bottom: 1px solid #e8e6df;
  height: 100%;
  width: 100%;
  padding: 10px 4px;
  display: inline-block;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul li a::before {
  display: none
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul li a::after {
  display: none
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .navigation__dropdown--cos div ul li a:hover {
  background-color: #efebe1
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul li .is-open {
  display: block
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos {
  display: inline-block
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos a {
  padding-right: 25px;
  font-weight: 600
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos a::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  line-height: 13px;
  font-size: 11px;
  content: "";
  position: absolute;
  right: 5px;
  top: 37px
}

.wf-fontawesome-webfont-n4-active .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos a::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos a::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .navigation__parent--cos a::after {
    visibility: visible
  }
}

.header-primary__menu--cos .nav-site-menu .navigation--cos>ul .is-open-drop a::after {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: ""
}

.wf-fontawesome-webfont-n4-active .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .is-open-drop a::after {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .is-open-drop a::after {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos>ul .is-open-drop a::after {
    visibility: visible
  }
}

.header-primary__menu--cos .nav-site-menu .is-current a {
  background-image: none !important
}

.header-primary__menu--cos .nav-site-menu .is-current a::before {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 34px;
  width: calc(100% - 35px);
  height: 2px;
  background: #49c5b1
}

.header-primary__menu--cos .profile_button {
  width: 80px;
  height: 90px;
  float: right;
  position: relative
}

.header-primary__menu--cos .profile_button button {
  width: 80px;
  height: 100%;
  background-color: #2c3b97;
  border: none;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  background-image: url(/assets_cos/images/profile-icon-circle.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 40% 40%;
  background-size: 40%;
  background-position-x: 10px;
  background-position-y: 50%
}

.header-primary__menu--cos .profile_button button:focus {
  outline: none
}

.header-primary__menu--cos .profile_button button:before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  font-size: 12px;
  right: 10px;
  top: 38px
}

.wf-fontawesome-webfont-n4-active .header-primary__menu--cos .profile_button button:before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__menu--cos .profile_button button:before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__menu--cos .profile_button button:before {
    visibility: visible
  }
}

.header-primary__menu--cos .profile_button button:after {
  display: none
}

.header-primary__menu--cos .profile_button button:hover {
  background-color: #424fa2
}

.header-primary__menu--cos .profile_button ul {
  position: absolute;
  top: 80px;
  right: 0;
  background-color: white;
  border: white;
  list-style: none;
  border-top: 5px solid #424fa2;
  padding: 12px 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  width: 260px;
  display: none
}

.header-primary__menu--cos .profile_button ul li {
  color: #424fa2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold
}

.header-primary__menu--cos .profile_button ul li:hover {
  background-color: #e8e6df
}

.header-primary__menu--cos .profile_button ul li a {
  text-decoration: none;
  color: #424fa2;
  font-size: 13px
}

.header-primary__menu--cos .profile_button ul .profile_button_list_header {
  font-size: 11px;
  color: #424fa2;
  padding: 10px 22px 20px 22px
}

.header-primary__menu--cos .profile_button ul .profile_button_list_header--name {
  display: block;
  line-height: 0.8125rem;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  padding: 10px 0 5px 0;
  text-transform: capitalize
}

.header-primary__menu--cos .profile_button ul .profile_button_list_header--edit {
  font-weight: 400;
  color: #424fa2;
  position: relative
}

.header-primary__menu--cos .profile_button ul .hr {
  border-top: 1px solid #e8e6df;
  margin: 10px 20px 5px 10px;
  padding: 0
}

.header-primary__menu--cos .is-open-drop button::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "" !important
}

.wf-fontawesome-webfont-n4-active .header-primary__menu--cos .is-open-drop button::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__menu--cos .is-open-drop button::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__menu--cos .is-open-drop button::before {
    visibility: visible
  }
}

.header-primary__mobile--cos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-primary__mobile--cos .header-primary__mobile__toggle {
  position: relative;
  padding: 16px 10px 15px 10px
}

.header-primary__mobile--cos .header-primary__mobile__logo {
  line-height: 48px
}

.header-primary__mobile--cos .header-primary__mobile__logo i {
  font-size: 20px
}

.header-primary__mobile--cos .profile_button--mobile {
  width: 47px;
  height: 46px;
  position: relative
}

.header-primary__mobile--cos .profile_button--mobile .cos-button-spinner {
  display: none !important
}

.header-primary__mobile--cos .profile_button--mobile button {
  width: 100%;
  height: 100%;
  background-color: #2c3b97;
  border: none;
  padding: 10px 0px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  background-image: url(/assets_cos/images/profile-icon-circle.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
  background-size: 50%;
  background-position-y: 14px;
  background-position-x: 4px
}

.header-primary__mobile--cos .profile_button--mobile button:focus {
  outline: none
}

.header-primary__mobile--cos .profile_button--mobile button:before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: white;
  font-size: 10px;
  right: 0px;
  top: 18px
}

.wf-fontawesome-webfont-n4-active .header-primary__mobile--cos .profile_button--mobile button:before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__mobile--cos .profile_button--mobile button:before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__mobile--cos .profile_button--mobile button:before {
    visibility: visible
  }
}

.header-primary__mobile--cos .profile_button--mobile button:after {
  display: none
}

.header-primary__mobile--cos .profile_button--mobile button:hover {
  background-color: #2c3b97
}

.header-primary__mobile--cos .profile_button--mobile .profile-closed:before {
  content: ""
}

.header-primary__mobile--cos .profile_button--mobile ul {
  display: none;
  top: 50px;
  right: 0px;
  background-color: #2c3b97;
  border: none;
  list-style: none;
  padding: 16px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100vw;
  height: calc(100vh - 50px);
  text-align: left;
  z-index: 999;
  position: fixed;
  border-top: 2px solid #5662ac
}

.header-primary__mobile--cos .profile_button--mobile ul li {
  color: white;
  text-decoration: none;
  padding: 15px 22px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #5662ac;
  margin-left: 15px
}

.header-primary__mobile--cos .profile_button--mobile ul li a {
  text-decoration: none;
  color: white
}

.header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header {
  font-size: 13px;
  padding: 0px 22px 20px 58px;
  margin: 0px;
  border-width: 2px
}

.header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "" !important;
  border-radius: 50%;
  border: 1px solid white;
  padding: 4px 7px;
  font-size: 20px;
  top: 27px;
  left: 15px;
  position: absolute
}

.wf-fontawesome-webfont-n4-active .header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header::before {
    visibility: visible
  }
}

.header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header--name {
  display: block;
  line-height: 0.8125rem;
  font-size: 16px;
  color: white;
  padding: 10px 0 5px 0;
  text-transform: capitalize
}

.header-primary__mobile--cos .profile_button--mobile ul .profile_button_list_header--edit {
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: white;
  position: relative
}

.header-primary__mobile--cos .profile_button--mobile .profile_close_x {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 33px;
  height: 3px;
  position: absolute;
  top: -1px;
  right: 6px;
  pointer-events: none
}

.header-primary__mobile--cos .profile_button--mobile .profile_close_x__inner1 {
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.6, 0.6) rotate(45deg) translate(0, 0);
  -ms-transform: scale(0.6, 0.6) rotate(45deg) translate(0, 0);
  transform: scale(0.6, 0.6) rotate(45deg) translate(0, 0);
  background-color: white;
  color: white
}

.header-primary__mobile--cos .profile_button--mobile .profile_close_x__inner2 {
  top: 25px;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.6, 0.6) rotate(-45deg) translate(0, 0);
  -ms-transform: scale(0.6, 0.6) rotate(-45deg) translate(0, 0);
  transform: scale(0.6, 0.6) rotate(-45deg) translate(0, 0);
  background-color: white;
  color: white
}

.header-primary__mobile--cos .profile_button--mobile .nav-menuItem.hr {
  padding: 0
}

.header-primary__mobile--cos .is-open-drop button::before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  content: "" !important
}

.wf-fontawesome-webfont-n4-active .header-primary__mobile--cos .is-open-drop button::before {
  visibility: visible
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-primary__mobile--cos .is-open-drop button::before {
    visibility: visible
  }
}

@supports (-ms-ime-align: auto) {
  .header-primary__mobile--cos .is-open-drop button::before {
    visibility: visible
  }
}

.nav-mobile-close {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding-top: 20px;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #2c3b97
}

.nav-mobile-close a {
  padding: 0 !important
}

.nav-mobile-close a img {
  height: 50px;
  width: 50px
}

.nav-mobile-close a:focus,.nav-mobile-close a:hover {
  background-color: #2c3b97 !important
}

.profile_close_x_shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5)
}

.cos-header-sticky {
  position: fixed;
  width: 100%
}

@media (min-width: 1200px) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li {
    margin: 0px 10px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0px 10px
  }
}

@media (max-width: 1200px) {
  .header-primary__menu--cos .profile_button ul li a {
    font-size: 11px;
    font-size: 0.6875rem
  }
}

@media (max-width: 991px) {
  .header-primary__menu--cos .nav-site-menu .navigation--cos {
    padding-bottom: 150px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li {
    margin: 0px 10px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li a {
    font-size: 11px;
    font-size: 0.6875rem
  }
}

@media (min-width: 991px) {
  .header-primary__mobile--cos {
    display: none !important
  }

  .nav-menuItem a {
    width: 100%;
    line-height: 0.8125rem;
    display: inline-block;
    padding: 10px 22px
  }
}

@media (max-width: 991px) {
  .header-primary__menu--cos {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50px;
    left: 0;
    width: 100%;
    width: 100vw;
    display: none;
    height: calc(100% - 50px);
    min-height: initial;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    border-top: 2px solid #5662ac
  }

  .header-primary__menu--cos .header-primary__menu__logo {
    display: none
  }

  .header-primary__menu--cos .nav-site-menu {
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 50px);
    margin-left: 20px !important
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul {
    width: 100%;
    padding-right: 0px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li {
    border-top: none !important;
    border-bottom: 1px solid #5662ac;
    width: 100%;
    padding-right: 25px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li a {
    font-size: 13px;
    font-weight: 400
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li a:hover,  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li a:focus {
    background-color: #2c3b97
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos {
    position: relative;
    background-color: #2c3b97;
    border-bottom: 0px solid transparent;
    width: auto
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div {
    margin: 0
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div ul {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div ul li {
    width: auto;
    border-bottom: 1px solid #2c0b97;
    height: 46px;
    padding-top: 3px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div ul li a {
    color: white;
    border-bottom: none;
    font-size: 13px;
    line-height: 17px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div ul li a:hover {
    background-color: #2c3b97;
    text-decoration: underline
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul li .navigation__dropdown--cos div ul li:last-child {
    border-bottom: none !important
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul .navigation__parent--cos {
    display: inline-block
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul .navigation__parent--cos a {
    padding-right: 25px;
    font-weight: 400
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos ul .navigation__parent--cos a::after {
    top: 15px
  }

  .header-primary__menu--cos .nav-site-menu .is-current a {
    background-image: none !important;
    border-right: none !important
  }

  .header-primary__menu--cos .nav-site-menu .is-current a::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 9px;
    width: 100px;
    height: 2px;
    background: #49c5b1
  }

  .header-primary__mobile--cos .profile_button--mobile ul {
    padding-left: 12px
  }

  .header-primary__mobile--cos .profile_button--mobile ul .nav-menuItem {
    font-size: 13px
  }

  .profile_button {
    display: none !important
  }

  .nav-mobile-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 999
  }
}

@media (max-width: 768px) {
  .nav-menuItem-title.profile_button_list_header--name+.nav-menuItem-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px
  }

  .nav-menuItem-subMenu.navigation__dropdown--cos.is-open {
    padding-right: 25px
  }

  .header-primary__menu--cos .nav-site-menu .navigation--cos a {
    -o-text-overflow: clip;
    text-overflow: clip
  }

  .navigation--cos>.nav-menuItem-text-container>.nav-menuItem-text .nav-activeHighlight {
    border-bottom: 2px solid #49c5b1;
    margin-top: 5px
  }

  .profile_button--mobile .nav-activeHighlight {
    border-bottom: 2px solid #49c5b1;
    margin-top: 5px
  }
}

.dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dataTables_paginate .pagination li:focus {
  outline: 0
}

.dataTables_paginate .pagination a:focus {
  outline: 0
}

.dataTables_paginate .pagination li {
  display: inline-block;
  border: 1px solid #49c5b1;
  padding: 4px 8px;
  margin: 2px;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer
}

.dataTables_paginate .pagination li:hover,.dataTables_paginate .pagination li:active,.dataTables_paginate .pagination li:focus {
  border-color: #92dcd0 !important
}

.dataTables_paginate .pagination li:hover a,.dataTables_paginate .pagination li:active a,.dataTables_paginate .pagination li:focus a {
  color: #92dcd0 !important
}

.dataTables_paginate .pagination li a {
  text-decoration: none;
  background-color: transparent;
  color: #49c5b1;
  border-bottom: none
}

.dataTables_paginate .pagination li:before {
  display: none
}

.dataTables_paginate .pagination .disabled {
  background-color: #d6d2c4 !important;
  border-color: #d6d2c4 !important;
  cursor: not-allowed
}

.dataTables_paginate .pagination .disabled a {
  color: white !important;
  cursor: not-allowed
}

.dataTables_paginate .pagination .disabled:hover,.dataTables_paginate .pagination .disabled:active,.dataTables_paginate .pagination .disabled:focus {
  border-color: #d6d2c4 !important;
  background-color: #d6d2c4 !important
}

.dataTables_paginate .pagination .disabled:hover a,.dataTables_paginate .pagination .disabled:active a,.dataTables_paginate .pagination .disabled:focus a {
  color: white !important
}

.dataTables_paginate .pagination .active {
  background-color: #49c5b1 !important;
  cursor: default
}

.dataTables_paginate .pagination .active a {
  color: white !important;
  pointer-events: none;
  cursor: default
}

.dataTables_paginate .pagination .active:hover,.dataTables_paginate .pagination .active:active,.dataTables_paginate .pagination .active:focus {
  border-color: #49c5b1 !important
}

.dataTables_paginate .pagination .active:hover a,.dataTables_paginate .pagination .active:active a,.dataTables_paginate .pagination .active:focus a {
  color: white !important
}

.panel__body .table-overflow .dataTables_paginate ul .active {
  background-color: #49c5b1 !important;
  cursor: default;
  pointer-events: none
}

.panel__body .table-overflow .dataTables_paginate ul .active a {
  color: white !important;
  pointer-events: none;
  cursor: default
}

.panel__body .table-overflow .dataTables_paginate ul .active:hover,.panel__body .table-overflow .dataTables_paginate ul .active:active,.panel__body .table-overflow .dataTables_paginate ul .active:focus {
  background-color: #49c5b1 !important;
  cursor: default;
  pointer-events: none
}

.panel__body .table-overflow .dataTables_paginate ul .active:hover a,.panel__body .table-overflow .dataTables_paginate ul .active:active a,.panel__body .table-overflow .dataTables_paginate ul .active:focus a {
  color: white !important;
  pointer-events: none;
  cursor: default
}

.panel__body .table-overflow .dataTables_paginate ul .disabled {
  background-color: #d6d2c4 !important;
  border-color: #d6d2c4 !important;
  cursor: not-allowed
}

.panel__body .table-overflow .dataTables_paginate ul .disabled a {
  color: white !important;
  cursor: not-allowed
}

.panel__body .table-overflow .dataTables_paginate ul .disabled:hover,.panel__body .table-overflow .dataTables_paginate ul .disabled:active,.panel__body .table-overflow .dataTables_paginate ul .disabled:focus {
  border-color: #d6d2c4 !important;
  background-color: #d6d2c4 !important
}

.panel__body .table-overflow .dataTables_paginate ul .disabled:hover a,.panel__body .table-overflow .dataTables_paginate ul .disabled:active a,.panel__body .table-overflow .dataTables_paginate ul .disabled:focus a {
  color: white !important
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li {
  display: inline-block;
  border: 1px solid #49c5b1 !important;
  padding: 4px 8px !important;
  margin: 2px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:hover,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:active,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:focus {
  border-color: #92dcd0 !important;
  background-color: transparent !important;
  background: transparent !important
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:hover a,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:active a,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li:focus a {
  color: #92dcd0 !important
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul li a {
  text-decoration: none;
  background-color: transparent;
  color: #49c5b1
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled {
  background-color: #d6d2c4 !important;
  border-color: #d6d2c4 !important;
  cursor: not-allowed
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled a {
  color: white;
  cursor: not-allowed
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:hover,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:active,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:focus {
  border-color: #d6d2c4 !important
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:hover a,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:active a,.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .disabled:focus a {
  color: white !important
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate ul .Current {
  border: 1px solid #49c5b1 !important;
  background-color: #49c5b1 !important;
  color: white !important
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead .dataTables_scrollHeadInner {
  min-width: 100% !important;
  width: 100% !important
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead .dataTableColumnHeader {
  padding: 10px 18px 10px 10px
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table {
  margin-bottom: 0;
  min-width: 100% !important
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table tr th {
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search {
  background-color: #d6d2c4;
  border-top: 1px solid #989b9c
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search th {
  padding: 8px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search th select {
  padding: 0 2px;
  width: calc(100% - 4px);
  height: 30px
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input {
  padding: 0px 2px;
  height: 30px
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input::-webkit-input-placeholder {
  color: transparent
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input::-moz-placeholder {
  color: transparent
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input:-ms-input-placeholder {
  color: transparent
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input::-ms-input-placeholder {
  color: transparent
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead table .column-search input::placeholder {
  color: transparent
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead .cell-last-child {
  max-width: 75px;
  text-align: right;
  background-image: url(/assets_webui/custom_styles/")
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollHead .alignRight {
  text-align: right
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody .admin-datatable {
  min-width: 100% !important;
  width: 100% !important
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table {
  margin: 0;
  min-width: 100%
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table thead {
  display: none
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table tr td {
  padding: 8px 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table tr td:last-child .bizagiCaselink {
  text-decoration: underline;
  border-bottom: none;
  color: #2c3b97
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody table tr td:last-child.dataTables_empty {
  text-align: center;
  max-width: none
}

.panel__body.datatable_styled .table-overflow .dataTables_scrollBody .cell-last-child {
  max-width: 75px;
  text-align: right;
  background-image: url(/assets_webui/custom_styles/")
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate {
  margin-top: 0px
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate .previous {
  width: 78px
}

.panel__body.datatable_styled .table-overflow .dataTables_paginate .next {
  width: 78px
}

.panel__body.datatable_styled .table-overflow .dataTables_info {
  font-size: 14px
}

.dataTables--Cos--locked {
  background-color: #ffe4e4 !important
}

table.dataTable thead .sorting {
  background: url(/assets_cos/images/sort_both.png) no-repeat center right
}

table.dataTable thead .sorting_asc {
  background: url(/assets_cos/images/sort_asc.png) no-repeat center right
}

table.dataTable thead .sorting_desc {
  background: url(/assets_cos/images/sort_desc.png) no-repeat center right
}

table.dataTable thead .sorting_asc_disabled {
  background: url(/assets_cos/images/sort_asc_disabled.png) no-repeat center right
}

table.dataTable thead .sorting_desc_disabled {
  background: url(/assets_cos/images/sort_desc_disabled.png) no-repeat center right
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em
}

table.dataTable,table.dataTable th,table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0
}

table.dataTable thead th,table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111
}

.Cos-chart--pie {
  position: relative;
  margin: 10px
}

.Cos-chart--pie circle {
  fill: #2c3b97;
  stroke: #49c5b1;
  stroke-width: 49.5;
  stroke-dasharray: 0 3000;
  -webkit-transition: stroke-dasharray 0.5s ease;
  -o-transition: stroke-dasharray 0.5s ease;
  transition: stroke-dasharray 0.5s ease
}

.Cos-chart--pie svg {
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #2c3b97;
  border-radius: 50%;
  display: block
}

.Cos-chart--check {
  color: #49c5b1;
  position: absolute;
  display: none
}

.Cos-chart--bar {
  height: 13px;
  width: 100px;
  background-color: #d5d8ea;
  overflow: hidden;
  position: relative
}

.Cos-chart--bar span {
  background-color: #2c3b97;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.Cos-chart--start {
  color: white;
  position: absolute;
  display: none
}

.Cos-chart--drawDown {
  background-color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 30px;
  padding-top: 20px;
  position: relative
}

.Cos-chart--drawDown .graphHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: -25px;
  height: 20px;
  width: 100%;
  font-size: 0.9rem
}

.Cos-chart--drawDown .graphHeader p {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
  margin-top: 0px !important
}

.Cos-chart--drawDown .graphHeader p:first-child {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-right: unset
}

.Cos-chart--drawDown .graphBody {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2c3b97
}

.Cos-chart--drawDown .graphBody span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c3b97;
  color: white;
  font-size: 0.8rem
}

.Cos-chart--drawDown .graphBody span:first-child {
  background-color: #d5d8ea;
  color: black
}

.Cos-chart--drawDown .graphMarker {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -35px
}

.Cos-chart--drawDown .graphMarker div {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #49c5b1
}

.Cos-chart--drawDown .graphMarker p {
  font-weight: bold;
  margin-top: 4px;
  font-size: 0.9rem
}

.Cos-chart--FundsKeyChart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  position: relative
}

.Cos-chart--FundsKeyChart .bottomContainer {
  width: 100%;
  padding-top: 34px
}

.Cos-chart--FundsKeyChart .bottomContainer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0px;
  font-weight: bold;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.Cos-chart--FundsKeyChart .bottomContainer .row:first-child {
  border-bottom: 1px solid #dddede
}

.Cos-chart--FundsKeyChart .bottomContainer .row p {
  margin: 0px;
  font-size: 0.8em;
  margin-right: 8px
}

.Cos-chart--FundsKeyChart .bottomContainer .row .AmountHolder {
  white-space: nowrap
}

.Cos-chart--FundsKeyChart .bottomContainer .row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 8px
}

.Cos-chart--FundsKeyChart .bottomContainer .row div p {
  margin-left: 12px
}

.Cos-chart--FundsKeyChart .bottomContainer .row span {
  padding: 6px;
  border-radius: 4px
}

.Cos-chart--FundsKeyChart .bottomContainer .r1 {
  background: #49c5b1
}

.Cos-chart--FundsKeyChart .bottomContainer .r2 {
  background: #2c3b97
}

.Cos-chart--FundsKeyChart .topContainer {
  width: 224px;
  height: 174px;
  position: relative
}

.Cos-chart--FundsKeyChart .topContainer .HRHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 99
}

.Cos-chart--FundsKeyChart .topContainer .HRHolder .HR {
  width: calc(100% - 11px);
  border-color: #000
}

.Cos-chart--FundsKeyChart .topContainer .HRHolder .Zero {
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 0px
}

.Cos-chart--FundsKeyChart .topContainer .bar,.Cos-chart--FundsKeyChart .topContainer .bar-1,.Cos-chart--FundsKeyChart .topContainer .bar-2 {
  width: 70px;
  position: absolute
}

.Cos-chart--FundsKeyChart .topContainer .bar-1 {
  background-color: #49c5b1;
  left: 42px
}

.Cos-chart--FundsKeyChart .topContainer .bar-2 {
  background-color: #2c3b97;
  right: 42px
}

.table--borderless td {
  border-bottom: 1px solid #bbbcbd;
  border-top-width: 0px !important
}

.table--borderless thead tr {
  border-top-width: 0px !important
}

.table--borderless thead tr th {
  text-transform: uppercase;
  border-bottom: 1px solid #bbbcbd
}

.table--borderless tbody tr:last-child {
  border-bottom-width: 0px !important
}

.table--borderless--blue th {
  color: #000000 !important;
  font-weight: 400 !important;
  border-top: 1px solid #bbbcbd
}

.table--borderless--blue td {
  border-bottom: 1px solid #bbbcbd;
  border-top-width: 0px !important
}

.table--borderless--blue thead tr {
  border-top-width: 0px !important
}

.table--borderless--blue thead tr th {
  text-transform: uppercase;
  border-bottom: 1px solid #bbbcbd
}

.table--borderless--blue tbody tr tbody {
  border-color: #2c3b97;
  border-left: 3px solid #2c3b97
}

.table--borderless--blue tbody tr tbody tr {
  border-top: 1px solid #bbbcbd;
  background-color: #e9ebf4
}

.table--borderless--blue tbody tr tbody tr td select {
  padding: 7px 7px 7px 5px
}

.table--borderless--blue tbody tr tbody tr td:first-child {
  font-weight: bold;
  border-bottom: 0px solid transparent
}

.table--borderless--blue tbody tr tbody tr:last-child {
  border-bottom: 1px solid #bbbcbd
}

select[disabled] {
  cursor: not-allowed
}

.cos--locked:before {
  font-family: "fontawesome-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 18px;
  padding-right: 8px;
  display: inline-block
}

.lightPlaceHolder {
  position: relative
}

.intl-tel-input {
  position: relative
}

.intl-tel-input .form-control {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.85714;
  color: #000000;
  padding-top: 1.25em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #bbbcbd;
  min-height: 60px
}

.intl-tel-input .form-control:focus {
  outline: 0;
  border-color: #2c3b97
}

.intl-tel-label {
  display: none !important;
}

.intl-tel-input .intl-tel-label {
  display: block !important;
  left: 8px !important;
}

.intl-tel-input-alternativestyle .intl-tel-input .form-control {
  display: block;
  width: 100%;
  color: #212121;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-weight: 400;
  height: 34px;
  padding: 7px 8px;
  background-color: white;
  border-radius: 0;
  border: 1px solid #989b9c;
  outline: none;
  min-height: 34px
}

.intl-tel-input-alternativestyle .intl-tel-input .form-control:disabled {
  opacity: 0.6
}

.cos-FlexrowHolder,.cos-FlexrowHolder-1,.cos-FlexrowHolder-2,.cos-FlexrowHolder-3,.cos-FlexrowHolder-4,.cos-FlexrowHolder-5,.cos-FlexrowHolder-6,.cos-FlexrowHolder-7,.cos-FlexrowHolder-8,.cos-FlexrowHolder-9,.cos-FlexrowHolder-10,.cos-FlexrowHolder-11,.cos-FlexrowHolder-12,.cos-FlexrowHolder-13,.cos-FlexrowHolder-14,.cos-FlexrowHolder-15,.cos-FlexrowHolder-16,.cos-FlexrowHolder-17,.cos-FlexrowHolder-18,.cos-FlexrowHolder-19,.cos-FlexrowHolder-20 {
  min-width: 100%;
  background-color: white;
  display: -ms-grid;
  display: grid
}

.cos-FlexrowHolder-1 {
  grid-template-columns: minmax(auto, 1fr) repeat(0, auto)
}

.cos-FlexrowHolder-1.Header-row p:nth-child(-n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-1.Header-col p:nth-child(1n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-1.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-1.AlignRight p:nth-child(1n+1) {
  text-align: left
}

.cos-FlexrowHolder-1.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-1.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-1.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-1.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-1.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-1.striped p:nth-child(-n+1) {
  background-color: red
}

.cos-FlexrowHolder-1 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-1 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-1 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-1 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-1 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-1 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-1:not(.Header) div>div:nth-child(-n+1) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-1.EqualSpacing {
  grid-template-columns: auto repeat(0, auto)
}

.cos-FlexrowHolder-2 {
  grid-template-columns: minmax(auto, 1fr) repeat(1, auto)
}

.cos-FlexrowHolder-2.Header-row p:nth-child(-n+2) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-2.Header-col p:nth-child(2n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-2.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-2.AlignRight p:nth-child(2n+1) {
  text-align: left
}

.cos-FlexrowHolder-2.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-2.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-2.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-2.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-2.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-2.striped p:nth-child(-n+2) {
  background-color: red
}

.cos-FlexrowHolder-2 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-2 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-2 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-2 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-2 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-2 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-2:not(.Header) div>div:nth-child(-n+2) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-2.EqualSpacing {
  grid-template-columns: auto repeat(1, auto)
}

.cos-FlexrowHolder-3 {
  grid-template-columns: minmax(auto, 1fr) repeat(2, auto)
}

.cos-FlexrowHolder-3.Header-row p:nth-child(-n+3) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-3.Header-col p:nth-child(3n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-3.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-3.AlignRight p:nth-child(3n+1) {
  text-align: left
}

.cos-FlexrowHolder-3.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-3.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-3.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-3.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-3.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-3.striped p:nth-child(-n+3) {
  background-color: red
}

.cos-FlexrowHolder-3 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-3 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-3 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-3 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-3 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-3 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-3:not(.Header) div>div:nth-child(-n+3) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-3.EqualSpacing {
  grid-template-columns: auto repeat(2, auto)
}

.cos-FlexrowHolder-4 {
  grid-template-columns: minmax(auto, 1fr) repeat(3, auto)
}

.cos-FlexrowHolder-4.Header-row p:nth-child(-n+4) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-4.Header-col p:nth-child(4n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-4.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-4.AlignRight p:nth-child(4n+1) {
  text-align: left
}

.cos-FlexrowHolder-4.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-4.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-4.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-4.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-4.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-4.striped p:nth-child(-n+4) {
  background-color: red
}

.cos-FlexrowHolder-4 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-4 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-4 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-4 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-4 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-4 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-4:not(.Header) div>div:nth-child(-n+4) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-4.EqualSpacing {
  grid-template-columns: auto repeat(3, auto)
}

.cos-FlexrowHolder-5 {
  grid-template-columns: minmax(auto, 1fr) repeat(4, auto)
}

.cos-FlexrowHolder-5.Header-row p:nth-child(-n+5) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-5.Header-col p:nth-child(5n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-5.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-5.AlignRight p:nth-child(5n+1) {
  text-align: left
}

.cos-FlexrowHolder-5.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-5.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-5.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-5.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-5.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-5.striped p:nth-child(-n+5) {
  background-color: red
}

.cos-FlexrowHolder-5 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-5 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-5 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-5 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-5 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-5 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-5:not(.Header) div>div:nth-child(-n+5) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-5.EqualSpacing {
  grid-template-columns: auto repeat(4, auto)
}

.cos-FlexrowHolder-6 {
  grid-template-columns: minmax(auto, 1fr) repeat(5, auto)
}

.cos-FlexrowHolder-6.Header-row p:nth-child(-n+6) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-6.Header-col p:nth-child(6n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-6.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-6.AlignRight p:nth-child(6n+1) {
  text-align: left
}

.cos-FlexrowHolder-6.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-6.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-6.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-6.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-6.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-6.striped p:nth-child(-n+6) {
  background-color: red
}

.cos-FlexrowHolder-6 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-6 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-6 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-6 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-6 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-6 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-6:not(.Header) div>div:nth-child(-n+6) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-6.EqualSpacing {
  grid-template-columns: auto repeat(5, auto)
}

.cos-FlexrowHolder-7 {
  grid-template-columns: minmax(auto, 1fr) repeat(6, auto)
}

.cos-FlexrowHolder-7.Header-row p:nth-child(-n+7) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-7.Header-col p:nth-child(7n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-7.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-7.AlignRight p:nth-child(7n+1) {
  text-align: left
}

.cos-FlexrowHolder-7.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-7.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-7.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-7.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-7.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-7.striped p:nth-child(-n+7) {
  background-color: red
}

.cos-FlexrowHolder-7 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-7 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-7 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-7 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-7 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-7 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-7:not(.Header) div>div:nth-child(-n+7) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-7.EqualSpacing {
  grid-template-columns: auto repeat(6, auto)
}

.cos-FlexrowHolder-8 {
  grid-template-columns: minmax(auto, 1fr) repeat(7, auto)
}

.cos-FlexrowHolder-8.Header-row p:nth-child(-n+8) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-8.Header-col p:nth-child(8n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-8.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-8.AlignRight p:nth-child(8n+1) {
  text-align: left
}

.cos-FlexrowHolder-8.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-8.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-8.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-8.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-8.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-8.striped p:nth-child(-n+8) {
  background-color: red
}

.cos-FlexrowHolder-8 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-8 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-8 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-8 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-8 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-8 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-8:not(.Header) div>div:nth-child(-n+8) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-8.EqualSpacing {
  grid-template-columns: auto repeat(7, auto)
}

.cos-FlexrowHolder-9 {
  grid-template-columns: minmax(auto, 1fr) repeat(8, auto)
}

.cos-FlexrowHolder-9.Header-row p:nth-child(-n+9) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-9.Header-col p:nth-child(9n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-9.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-9.AlignRight p:nth-child(9n+1) {
  text-align: left
}

.cos-FlexrowHolder-9.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-9.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-9.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-9.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-9.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-9.striped p:nth-child(-n+9) {
  background-color: red
}

.cos-FlexrowHolder-9 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-9 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-9 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-9 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-9 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-9 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-9:not(.Header) div>div:nth-child(-n+9) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-9.EqualSpacing {
  grid-template-columns: auto repeat(8, auto)
}

.cos-FlexrowHolder-10 {
  grid-template-columns: minmax(auto, 1fr) repeat(9, auto)
}

.cos-FlexrowHolder-10.Header-row p:nth-child(-n+10) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-10.Header-col p:nth-child(10n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-10.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-10.AlignRight p:nth-child(10n+1) {
  text-align: left
}

.cos-FlexrowHolder-10.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-10.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-10.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-10.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-10.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-10.striped p:nth-child(-n+10) {
  background-color: red
}

.cos-FlexrowHolder-10 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-10 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-10 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-10 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-10 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-10 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-10:not(.Header) div>div:nth-child(-n+10) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-10.EqualSpacing {
  grid-template-columns: auto repeat(9, auto)
}

.cos-FlexrowHolder-11 {
  grid-template-columns: minmax(auto, 1fr) repeat(10, auto)
}

.cos-FlexrowHolder-11.Header-row p:nth-child(-n+11) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-11.Header-col p:nth-child(11n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-11.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-11.AlignRight p:nth-child(11n+1) {
  text-align: left
}

.cos-FlexrowHolder-11.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-11.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-11.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-11.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-11.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-11.striped p:nth-child(-n+11) {
  background-color: red
}

.cos-FlexrowHolder-11 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-11 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-11 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-11 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-11 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-11 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-11:not(.Header) div>div:nth-child(-n+11) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-11.EqualSpacing {
  grid-template-columns: auto repeat(10, auto)
}

.cos-FlexrowHolder-12 {
  grid-template-columns: minmax(auto, 1fr) repeat(11, auto)
}

.cos-FlexrowHolder-12.Header-row p:nth-child(-n+12) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-12.Header-col p:nth-child(12n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-12.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-12.AlignRight p:nth-child(12n+1) {
  text-align: left
}

.cos-FlexrowHolder-12.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-12.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-12.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-12.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-12.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-12.striped p:nth-child(-n+12) {
  background-color: red
}

.cos-FlexrowHolder-12 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-12 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-12 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-12 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-12 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-12 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-12:not(.Header) div>div:nth-child(-n+12) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-12.EqualSpacing {
  grid-template-columns: auto repeat(11, auto)
}

.cos-FlexrowHolder-13 {
  grid-template-columns: minmax(auto, 1fr) repeat(12, auto)
}

.cos-FlexrowHolder-13.Header-row p:nth-child(-n+13) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-13.Header-col p:nth-child(13n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-13.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-13.AlignRight p:nth-child(13n+1) {
  text-align: left
}

.cos-FlexrowHolder-13.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-13.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-13.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-13.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-13.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-13.striped p:nth-child(-n+13) {
  background-color: red
}

.cos-FlexrowHolder-13 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-13 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-13 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-13 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-13 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-13 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-13:not(.Header) div>div:nth-child(-n+13) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-13.EqualSpacing {
  grid-template-columns: auto repeat(12, auto)
}

.cos-FlexrowHolder-14 {
  grid-template-columns: minmax(auto, 1fr) repeat(13, auto)
}

.cos-FlexrowHolder-14.Header-row p:nth-child(-n+14) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-14.Header-col p:nth-child(14n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-14.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-14.AlignRight p:nth-child(14n+1) {
  text-align: left
}

.cos-FlexrowHolder-14.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-14.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-14.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-14.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-14.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-14.striped p:nth-child(-n+14) {
  background-color: red
}

.cos-FlexrowHolder-14 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-14 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-14 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-14 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-14 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-14 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-14:not(.Header) div>div:nth-child(-n+14) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-14.EqualSpacing {
  grid-template-columns: auto repeat(13, auto)
}

.cos-FlexrowHolder-15 {
  grid-template-columns: minmax(auto, 1fr) repeat(14, auto)
}

.cos-FlexrowHolder-15.Header-row p:nth-child(-n+15) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-15.Header-col p:nth-child(15n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-15.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-15.AlignRight p:nth-child(15n+1) {
  text-align: left
}

.cos-FlexrowHolder-15.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-15.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-15.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-15.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-15.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-15.striped p:nth-child(-n+15) {
  background-color: red
}

.cos-FlexrowHolder-15 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-15 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-15 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-15 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-15 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-15 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-15:not(.Header) div>div:nth-child(-n+15) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-15.EqualSpacing {
  grid-template-columns: auto repeat(14, auto)
}

.cos-FlexrowHolder-16 {
  grid-template-columns: minmax(auto, 1fr) repeat(15, auto)
}

.cos-FlexrowHolder-16.Header-row p:nth-child(-n+16) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-16.Header-col p:nth-child(16n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-16.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-16.AlignRight p:nth-child(16n+1) {
  text-align: left
}

.cos-FlexrowHolder-16.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-16.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-16.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-16.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-16.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-16.striped p:nth-child(-n+16) {
  background-color: red
}

.cos-FlexrowHolder-16 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-16 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-16 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-16 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-16 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-16 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-16:not(.Header) div>div:nth-child(-n+16) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-16.EqualSpacing {
  grid-template-columns: auto repeat(15, auto)
}

.cos-FlexrowHolder-17 {
  grid-template-columns: minmax(auto, 1fr) repeat(16, auto)
}

.cos-FlexrowHolder-17.Header-row p:nth-child(-n+17) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-17.Header-col p:nth-child(17n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-17.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-17.AlignRight p:nth-child(17n+1) {
  text-align: left
}

.cos-FlexrowHolder-17.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-17.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-17.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-17.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-17.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-17.striped p:nth-child(-n+17) {
  background-color: red
}

.cos-FlexrowHolder-17 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-17 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-17 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-17 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-17 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-17 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-17:not(.Header) div>div:nth-child(-n+17) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-17.EqualSpacing {
  grid-template-columns: auto repeat(16, auto)
}

.cos-FlexrowHolder-18 {
  grid-template-columns: minmax(auto, 1fr) repeat(17, auto)
}

.cos-FlexrowHolder-18.Header-row p:nth-child(-n+18) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-18.Header-col p:nth-child(18n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-18.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-18.AlignRight p:nth-child(18n+1) {
  text-align: left
}

.cos-FlexrowHolder-18.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-18.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-18.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-18.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-18.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-18.striped p:nth-child(-n+18) {
  background-color: red
}

.cos-FlexrowHolder-18 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-18 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-18 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-18 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-18 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-18 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-18:not(.Header) div>div:nth-child(-n+18) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-18.EqualSpacing {
  grid-template-columns: auto repeat(17, auto)
}

.cos-FlexrowHolder-19 {
  grid-template-columns: minmax(auto, 1fr) repeat(18, auto)
}

.cos-FlexrowHolder-19.Header-row p:nth-child(-n+19) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-19.Header-col p:nth-child(19n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-19.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-19.AlignRight p:nth-child(19n+1) {
  text-align: left
}

.cos-FlexrowHolder-19.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-19.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-19.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-19.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-19.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-19.striped p:nth-child(-n+19) {
  background-color: red
}

.cos-FlexrowHolder-19 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-19 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-19 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-19 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-19 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-19 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-19:not(.Header) div>div:nth-child(-n+19) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-19.EqualSpacing {
  grid-template-columns: auto repeat(18, auto)
}

.cos-FlexrowHolder-20 {
  grid-template-columns: minmax(auto, 1fr) repeat(19, auto)
}

.cos-FlexrowHolder-20.Header-row p:nth-child(-n+20) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-20.Header-col p:nth-child(20n+1) {
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.cos-FlexrowHolder-20.AlignRight p {
  text-align: right
}

.cos-FlexrowHolder-20.AlignRight p:nth-child(20n+1) {
  text-align: left
}

.cos-FlexrowHolder-20.Of-Scroll {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-20.Of-Scroll p {
  white-space: nowrap
}

.cos-FlexrowHolder-20.Of-ScrollLock {
  overflow-x: scroll;
  overflow-y: hidden
}

.cos-FlexrowHolder-20.Of-ScrollLock p {
  white-space: nowrap
}

.cos-FlexrowHolder-20.striped p {
  background-color: rebeccapurple
}

.cos-FlexrowHolder-20.striped p:nth-child(-n+20) {
  background-color: red
}

.cos-FlexrowHolder-20 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top;
  margin: 0px
}

.cos-FlexrowHolder-20 p.Bold {
  font-weight: bold
}

.cos-FlexrowHolder-20 div {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #bbbcbd
}

.cos-FlexrowHolder-20 div>p {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-20 div>a {
  padding: 0px;
  border-bottom: 0px solid #bbbcbd
}

.cos-FlexrowHolder-20 div>div {
  border-bottom: 0px solid #bbbcbd;
  margin: 0 auto
}

.cos-FlexrowHolder-20:not(.Header) div>div:nth-child(-n+20) {
  border-top: 0px solid #bbbcbd
}

.cos-FlexrowHolder-20.EqualSpacing {
  grid-template-columns: auto repeat(19, auto)
}

.Of-ScrollLock {
  display: grid;
  grid-template-columns: auto minmax(auto, 1fr);
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: white
}

.Of-ScrollLock-1 {
  grid-template-columns: auto !important;
  -ms-overflow-style: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  display: grid;
  text-transform: uppercase;
  color: #2c3b97;
  font-weight: bold
}

.Of-ScrollLock-1::-webkit-scrollbar {
  display: none
}

.Of-ScrollLock-1 p {
  font-size: 0.75rem;
  line-height: 1.41667;
  padding: 8px;
  border-bottom: 1px solid #bbbcbd;
  vertical-align: top
}

.Of-ScrollLock-1 p.Bold {
  font-weight: bold
}

.Of-ScrollLock-2 {
  background-color: white;
  display: grid;
  padding-left: 300px;
  width: 100vw
}

.Of-ScrollLock-2 p {
  white-space: nowrap
}

@media only screen and (min-width: 700px) {
  .Of-Scroll::-webkit-scrollbar {
    display: none
  }

  .Of-Scroll {
    -ms-overflow-style: none
  }
}

.disable-pointer-events {
  pointer-events: none
}

.hidden {
  display: none !important
}

.cos-inline {
  display: inline-block
}

.no-rte-padding {
  padding-bottom: 0px
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.cos-text-uppercase {
  text-transform: uppercase
}

.cos-text-lvl1 {
  font-size: 13px;
  line-height: 1.3em
}

.cos-text-lvl2 {
  font-size: 18px;
  line-height: 1.3em
}

.cos-text-lvl3 {
  font-size: 24px;
  line-height: 1.3em
}

.cos-text-lvl4 {
  font-size: 32px;
  line-height: 1.5em
}

.cos-text-title-blue-lvl1 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
  color: #2c3b97
}

.cos-text-title-blue-lvl2 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  color: #2c3b97
}

.cos-text-title-blue-lvl3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  color: #2c3b97
}

.cos-text-title-blue-lvl4 {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 600;
  color: #2c3b97
}

.cos-text-title-lvl1 {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600
}

.cos-text-title-lvl2 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600
}

.cos-text-title-lvl3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600
}

.cos-text-title-lvl4 {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 600
}

.disabledText {
  color: #e8e6df
}

.paragraph-default {
  line-height: 1.41667
}

.formErrorMessage {
  color: #d02423;
  margin-top: 3px;
  font-size: 14px
}

.errorMessage {
  color: #d02423;
  border-left: 1px solid;
  border-width: 4px;
  font-weight: bold
}

.formErrorInput {
  margin-bottom: 10px
}

.formCheckboxError {
  padding-left: 4px;
  display: inline-block
}

.errorMessage>p {
  padding: 10px;
  margin-top: 0px
}

.formMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.formMessage>img {
  width: 16px;
  height: 16px;
  opacity: 0.8
}

.formMessage>*:not(:last-child) {
  margin-right: 9px
}

.form-control:invalid,.form-control .input-validation-error {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control.input-validation-error,select.input-validation-error+.custom-select__value {
  border-color: #cd0000
}

.form-control:disabled {
  border-color: #bbbcbd;
  color: #bbbcbd
}

.custom-checkbox-secure:checked {
  background: #2c3b97
}

.custom-checkbox-secure input:checked {
  background: #2c3b97
}

.custom-checkbox-secure input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-checkbox-secure__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #757575;
  border-radius: 2px
}

.custom-checkbox-secure__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.custom-checkbox-secure input:checked ~ .custom-checkbox-secure__indicator::after {
  display: block
}

.custom-checkbox-secure input:checked ~ .custom-checkbox-secure__indicator {
  background-color: #2c3b97;
  border: 2px solid #2c3b97
}

.cosRadioBtn {
  margin-top: 0px
}

.form-group.has-float-label {
  opacity: 1
}

.form-group.has-float-label input {
  opacity: 1 !important
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 10px
  }
}

.bottomInputLink {
  font-size: 12px
}

.bottomInputLink i {
  font-size: 14px
}

.passwordValidationError {
  float: left
}

legend {
  display: block;
  font-size: 12px;
  font-size: 0.75rem
}

legend .icon {
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin-right: 3px
}

.panelForm {
  background-color: #f3f2ef;
  border: 1px solid #dddad2;
  padding: 40px 20px;
  font-size: 12px
}

.panelHeaderIcon {
  vertical-align: middle;
  top: -3px;
  margin-right: 3px;
  position: relative
}

.lightPlaceHolder ::-webkit-input-placeholder {
  color: rgba(0,0,0,0.54)
}

.lightPlaceHolder :-ms-input-placeholder {
  color: rgba(0,0,0,0.54)
}

.registerIdNumber {
  font-size: 0.775rem !important
}

@media screen and (max-width: 425px) {
  .registerIdNumber {
    font-size: 0.675rem !important
  }
}

@media screen and (max-width: 280px) {
  .registerIdNumber {
    font-size: 0.575rem !important
  }
}

.inputAutofillFix:-webkit-autofill+.labelAutofillFix {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.multicolumn-block__heading_underlined:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 2px;
  background: #49c5b1
}

.highlight-banner__main-heading_portfolio_home {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: none
}

.highlight-banner__main-heading_portfolio_home_underline {
  width: 100px;
  background: #49c5b1;
  height: 2px;
  color: #49c5b1;
  border: none;
  margin-top: 10px
}

.highlight-banner__main-heading_linked_investments {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 15px 0 15px;
  border-bottom: none
}

.highlight-banner__main-heading_linked_investments_div {
  background: white
}

.confirmation-block {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px
}

.confirmation-button-cancel {
  width: initial;
  display: table-cell;
  vertical-align: middle;
  border: none;
  text-transform: none;
  padding: 0.5rem 0.8125rem 0.375rem;
  line-height: 1.38462;
  margin-top: 20px
}

.custom-checkbox-secure {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.41667;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer
}

.custom-card-content-secure {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.41667;
  position: relative;
  display: inline-block
}

.custom-card-content-button-secure {
  line-height: 1.41667;
  position: relative;
  padding-left: 0.5em;
  cursor: pointer
}

.uppercase_label_heading {
  text-transform: uppercase
}

@media (max-width: 992px) {
  .confirmation-block {
    padding-top: 0px
  }
}

@media (max-width: 420px) {
  .confirmation-button-cancel {
    margin-left: 30px
  }
}

@media screen and (max-width: 768px) {
  .obo-supporting-documents-upload-text-bg {
    display: none
  }
}

@media screen and (min-width: 768px) {
  .obo-supporting-documents-upload-text-sm {
    display: none
  }
}

.obo-supporting-documents-upload-text-heading {
  padding-bottom: 15px
}

@media (max-width: 992px) {
  .portfolio-holdings-investment-value {
    margin-bottom: 11px;
    margin-top: 11px;
    color: white;
    font-size: 32px;
    line-height: 18px;
    text-align: center;
    font-weight: 600
  }

  .portfolio-holdings-heading-block {
    text-align: center
  }

  .highlight-banner__main-heading_portfolio_home hr {
    width: 85px !important;
    background: #49c5b1 !important;
    height: 2px !important;
    color: #49c5b1 !important;
    border: none !important;
    margin: 10px auto
  }

  .highlight-banner__main-heading_portfolio_home_underline {
    margin: 10px auto
  }

  .portfolio-home-investment-value {
    padding-right: 15px
  }

  .portfolio-home-investment-arrow {
    padding-left: 15px
  }
}

.page-content .all-investments,.page-content .my-investments,.page-content .obo-investments {
  display: none
}

.page-content.all-investments .all-investments,.page-content.my-investments .my-investments,.page-content.obo-investments .obo-investments {
  display: block
}

@media (max-width: 992px) {
  .product-holdings-banner-divider {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4
  }

  #product-holdings-actions-block {
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3
  }

  #product-holdings-market-value-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2
  }

  #product-holdings-annualised-return-block {
    padding-bottom: 5px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5
  }
}

.cos-admin .header .header-primary .container {
  max-width: none;
  padding-left: 10%;
  padding-right: 10%
}

@media (min-width: 576px) {
  .cos .header .container {
    max-width: initial
  }
}

@media (min-width: 768px) {
  .cos .header .container {
    max-width: initial
  }
}

@media (min-width: 992px) {
  .cos .header .container {
    max-width: 1030px
  }
}

@media (min-width: 1200px) {
  .cos .header .container {
    max-width: 1230px
  }
}

.cos header,.cos .header {
  width: 100%
}

.cos .nav-site-menu,.cos .header-primary__menu--cos .nav-site-menu,.header-primary__menu--cos .cos .nav-site-menu {
  text-align: left;
  float: left;
  margin-left: 30px;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out
}

.cos .nav-site-menu .nav-menuItem {
  margin: 0 10px;
  position: inherit
}

.cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text,.cos .nav-profile-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text {
  line-height: 90px;
  display: inline-block
}

.cos .nav-site-menu>nav>ul>.nav-menuItem:hover,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem:hover,.cos .nav-site-menu>nav>ul>.nav-menuItem:focus,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem:focus,.cos .nav-profile-menu>nav>ul>.nav-menuItem:hover,.cos .nav-profile-menu>nav>ul>.nav-menuItem:focus {
  background-color: #5662ac
}

.cos .nav-site-menu>nav>ul>.nav-menuItem>a:hover,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a:hover,.cos .nav-site-menu>nav>ul>.nav-menuItem>a:focus,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a:focus,.cos .nav-profile-menu>nav>ul>.nav-menuItem>a:hover,.cos .nav-profile-menu>nav>ul>.nav-menuItem>a:focus {
  background-color: transparent
}

.cos .nav-site-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:hover,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:hover,.cos .nav-site-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:focus,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:focus,.cos .nav-profile-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:hover,.cos .nav-profile-menu>nav>ul>.nav-menuItem>a .nav-menuItem-text:focus {
  text-decoration: none
}

.cos .nav-site-menu .nav-menuItem-subMenu {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: white;
  color: #2c3b97;
  border-bottom: 3px solid #2c3b97;
  overflow: hidden;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0, 0);
  transition-timing-function: cubic-bezier(0.1, 0, 0, 0)
}

.cos .nav-site-menu .nav-menuItem-subMenu.is-open {
  height: 220px
}

.cos .nav-site-menu .nav-menuItem-subMenu.is-closed {
  height: 0
}

.cos .nav-site-menu .nav-menuItem-subMenu ul {
  -ms-columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  height: 220px;
  padding: 20px 0
}

.cos .nav-site-menu .nav-menuItem li {
  display: block;
  margin-right: 20px;
  text-transform: capitalize
}

.cos .nav-site-menu .nav-menuItem li a {
  border-bottom: 1px solid #e8e6df
}

.cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text-container>.nav-menuItem-text .nav-activeHighlight,.cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text-container>.nav-menuItem-text .nav-activeHighlight {
  border-bottom: 2px solid #49c5b1;
  margin-top: 2px
}

.cos .nav-profile-menu {
  text-align: left;
  float: right;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out
}

.cos .nav-profile-menu .nav-menuItem-subMenu {
  opacity: 1;
  position: absolute;
  background-color: white;
  color: #2c3b97;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  right: 0;
  min-width: 260px;
  margin-top: -12px;
  padding: 10px 0;
  border-top: 4px solid #5662ac
}

.cos .nav-profile-menu>.nav-menuItem {
  display: block
}

.cos .nav-profile-menu .container {
  padding: 0
}

.cos .nav-profile-menu .nav-menuItem li {
  display: block;
  padding: 0 20px
}

.cos .nav-profile-menu .nav-menuItem.active>a>.nav-menuItem-text-container>.nav-menuItem-text .nav-activeHighlight,.cos .nav-profile-menu-mobile .nav-menuItem.active>a>.nav-menuItem-text-container>.nav-menuItem-text .nav-activeHighlight {
  border-bottom: 2px solid #49c5b1;
  margin-top: 5px
}

.cos .nav-menuItem-title+.nav-menuItem-text {
  font-weight: 400
}

.cos .nav-menuItem li a {
  line-height: 0.8125rem;
  padding: 10px 0
}

.cos .nav-menuItem a:hover,.nav-menuItem a:focus {
  background-color: transparent
}

.cos .nav-menuItem:hover,.nav-menuItem:focus {
  background-color: #f3f2ef
}

.cos .nav-menuItem .nav-menuItem-text:hover,.nav-menuItem .nav-menuItem-text:focus {
  text-decoration: underline
}

.cos .nav-menuItem .nav-menuItem-subMenu a {
  width: 100%
}

.cos .nav-menuItem[data-widget="NavigationDropdown"]>a::after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  visibility: hidden;
  vertical-align: text-top;
  content: "";
  padding-left: 5px;
  font-size: 10px;
  font-family: fontawesome-webfont !important;
  font-variant: normal;
  visibility: visible
}

.cos .nav-menuItem[data-widget="NavigationDropdown"]>a.is-open::after {
  content: ""
}

.cos .nav-menuItem-icon {
  display: inline-block;
  height: 30px;
  width: 30px
}

.cos .nav-menuItem-text {
  display: inline-block;
  line-height: 0.8125rem;
  font-weight: 600
}

.cos .nav-menuItem-title {
  display: block;
  line-height: 0.8125rem;
  font-weight: 600;
  color: #000000;
  padding: 10px 0 5px 0;
  text-transform: capitalize
}

.cos .nav-menuItem-title hr {
  margin-bottom: 10px
}

.cos .nav-menuItem.hr {
  border-top: 1px solid #e8e6df;
  margin: 10px 20px 5px 10px
}

.cos .nav-logo {
  float: left
}

.cos .nav-logo .fa {
  vertical-align: middle;
  float: right;
  font-size: 45px;
  color: white;
  line-height: 90px
}

.cos .cos-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: white;
  -webkit-font-smoothing: subpixel-antialiased
}

.cos .nav-profile-menu-mobile {
  display: none
}

.cos .nav-menuItem-icon-mobile {
  display: none
}

.cos .nav-menuItem-icon-container,.cos .nav-menuItem-text-container {
  display: inline-block
}

@media (max-width: 991px) {
  .cos .nav-menuItem-title {
    font-size: 15px
  }

  .cos .nav-mobile-open-profilemenu::after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 0.8125rem;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
    vertical-align: middle;
    content: "";
    font-size: 10px;
    font-family: fontawesome-webfont !important;
    font-variant: normal;
    visibility: visible
  }

  .cos .is-open header,  .cos .is-open .header {
    height: 100%;
    position: fixed
  }

  .cos .is-open .header-primary {
    height: 100vh
  }

  .cos .header-primary>.container {
    margin: 0;
    padding: 0;
    height: 100%
  }

  .cos .header-primary__menu {
    text-align: left;
    position: relative;
    background-color: #2c3b97;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    height: 75%;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: scroll;
    min-height: 75%
  }

  .cos .is-open .header-primary__menu {
    display: block
  }

  .cos .nav-logo {
    display: none
  }

  .cos .navigation li,  .cos .header-primary__menu--cos .nav-site-menu .navigation--cos li,  .header-primary__menu--cos .nav-site-menu .cos .navigation--cos li {
    border-bottom: 1px solid #5662ac;
    border-top: none
  }

  .cos .navigation li:first-child,  .cos .header-primary__menu--cos .nav-site-menu .navigation--cos li:first-child,  .header-primary__menu--cos .nav-site-menu .cos .navigation--cos li:first-child {
    border-top: none
  }

  .cos .header-primary__mobile,  .cos .header-primary__mobile--cos {
    position: relative;
    padding: 0 15px
  }

  .cos .header-primary__menu .nav-profile-menu {
    display: none
  }

  .cos .header-primary__menu .nav-site-menu {
    float: none;
    overflow-y: scroll
  }

  .cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text,  .cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text,  .nav-profile-menu>nav>ul>.nav-menuItem>a>.nav-menuItem-text {
    line-height: initial
  }

  .cos .nav-menuItem[data-widget="NavigationDropdown"]>a::after {
    float: right;
    margin-right: 10px
  }

  .cos .nav-site-menu .nav-menuItem-subMenu {
    position: relative;
    background-color: initial;
    color: white
  }

  .cos .nav-site-menu .nav-menuItem-subMenu .container {
    padding-right: 0
  }

  .cos .nav-site-menu .nav-menuItem-subMenu ul {
    height: auto;
    -webkit-column-fill: initial;
    -moz-column-fill: initial;
    column-fill: initial;
    -ms-columns: initial;
    -webkit-columns: initial;
    -moz-columns: initial;
    columns: initial;
    padding: 0
  }

  .cos .nav-site-menu .nav-menuItem-subMenu.is-open {
    height: auto;
    border-top: 1px solid #5662ac
  }

  .cos .nav-site-menu>nav>ul>.nav-menuItem:hover,  .cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem:hover,  .cos .nav-site-menu>nav>ul>.nav-menuItem:focus,  .cos .header-primary__menu--cos .nav-site-menu>nav>ul>.nav-menuItem:focus,  .cos .nav-profile-menu>nav>ul>.nav-menuItem:hover,  .cos .nav-profile-menu>nav>ul>.nav-menuItem:focus {
    background-color: initial
  }

  .cos .nav-site-menu .nav-menuItem {
    margin-right: 0
  }

  .cos .nav-menuItem:hover,  .nav-menuItem:focus {
    background-color: initial
  }

  .cos .nav-site-menu .nav-menuItem li a {
    border-bottom: 1px solid #2c0b97;
    margin-right: 0;
    padding: 13px 0
  }

  .cos .nav-site-menu .nav-menuItem li {
    border-bottom: 1px solid #2c0b97;
    margin-right: 0
  }

  .cos .nav-site-menu .nav-menuItem li a:last-child {
    border-bottom: none
  }

  .cos .nav-site-menu .nav-menuItem li:last-child {
    border-bottom: none
  }

  .cos .header-primary__mobile__toggle {
    left: 0;
    font-size: 25px;
    padding: 16px 10px
  }

  .cos .nav-mobile-close .header-primary__mobile__toggle {
    left: auto
  }

  .cos .morphicon--close .morphicon__inner1,  .morphicon--plus .morphicon__inner1 {
    -ms-transform: scale(0.1, 1);
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1)
  }

  .cos .morphicon--close .morphicon__inner2,  .morphicon--plus .morphicon__inner2 {
    -ms-transform: scale(1, 0.1);
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1)
  }

  .cos .morphicon--close .morphicon__inner3,  .morphicon--plus .morphicon__inner3 {
    -ms-transform: scale(1, 0.1);
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1)
  }

  .cos .nav-profile-menu .nav-menuItem-subMenu {
    position: relative;
    color: white;
    left: 0;
    min-width: 260px;
    margin-top: 0;
    padding: 0;
    border-top: 4px solid #5662ac
  }

  .cos .nav-mobile-open-profilemenu {
    display: inline-block;
    line-height: 56px;
    text-decoration: none;
    color: inherit;
    right: 10px;
    position: absolute;
    font-size: 25px
  }

  .cos .nav-profile-menu {
    display: none
  }

  .cos .nav-profile-menu-mobile {
    display: block;
    text-align: left;
    margin-left: 30px;
    -o-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
  }

  .cos .nav-profile-menu-mobile .nav-menuItem {
    margin: 0 10px
  }

  .cos .nav-profile-menu-mobile .nav-menuItem hr {
    margin: 0;
    margin-top: -1px;
    border-top: 1px solid #5662ac;
    margin-left: -25px
  }

  .cos .nav-menuItem-title {
    color: white
  }

  .cos .nav-menuItem.hr {
    margin: 0;
    margin-top: -1px;
    border-top: 1px solid #5662ac;
    margin-left: -25px
  }

  .cos .header-primary__mobile__toggle.show-nav-profile-menu-mobile {
    right: 0;
    left: initial
  }

  .cos .nav-menuItem-icon-mobile {
    display: block;
    height: 30px;
    width: 30px
  }

  .cos .navigation .fa,  .cos .header-primary__menu--cos .nav-site-menu .navigation--cos .fa,  .header-primary__menu--cos .nav-site-menu .cos .navigation--cos .fa {
    line-height: initial;
    bottom: auto;
    font-size: 35px
  }
}

@-webkit-keyframes flipithorizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  100% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }
}

@keyframes flipithorizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  100% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px
}

.heading--icon {
  padding-left: 40px;
  position: relative
}

.heading--icon .icon {
  position: absolute;
  left: 0;
  top: -12px
}

.fa-file-icon-container {
  color: #2c3b97;
  border: 1px solid #2c3b97;
  border-radius: 15px;
  padding: 4px
}

div .cosIcon {
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin-right: 3px
}

.cosIcon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #2c3b97;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

.cosIcon .fa {
  color: #e8e6df;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -7px
}

.nonCompliantIcon {
  background-color: #54585a
}

.icon-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #545859;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

.icon-info .fa {
  color: #e8e6df;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -7px
}

.fa-eye {
  color: #2c3b97
}

.fa-eye-slash {
  color: #2c3b97
}

.errorIcon {
  background-color: #d02423
}

.errorIcon:hover {
  background-color: #d02423
}

.successIcon {
  background-color: #43b09f
}

.successIcon:hover {
  background-color: #43b09f
}

hr.secure {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #eeece6;
  margin: 1em 0;
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: 0
}

.product-home hr.secure {
  margin-top: 0.5em;
  margin-bottom: 1em
}

.cos-padding-bottom-lvl3 {
  padding-bottom: 20px
}

.cos-padding-bottom-lvl2 {
  padding-bottom: 10px
}

.cos-padding-top-lvl2 {
  padding-top: 10px
}

.cos-margin-bottom-lvl2 {
  margin-bottom: 10px
}

.cos-margin-bottom-lvl3 {
  margin-bottom: 20px
}

.cos-margin-top-lvl0 {
  margin-top: 0
}

.cos-margin-top-lvl2 {
  margin-top: 10px
}

.cos-margin-top-lvl4 {
  margin-top: 30px
}

.cos-margin-left-lvl2 {
  margin-left: 10px
}

.cos-padding-left-lvl2 {
  padding-left: 10px
}

.cos-padding-left-lvl3 {
  padding-left: 20px
}

.cos-content-bottom {
  background-color: #e8e6df
}

.cos-page-top-section {
  background-color: #e8e6df;
  padding: 30px 0
}

.cos-page-top-section-card {
  padding-bottom: 100px
}

.cos-page-title {
  background-color: #fbfbfb;
  padding: 20px 0
}

.cos-page-bottom-section {
  background-color: #fbfbfb
}

.cos-admin-page {
  background-color: #e8e6df;
  overflow-x: scroll
}

.cos-admin-block {
  background-color: #fbfbfb;
  padding: 20px
}

.cos-admin-container {
  margin-left: 10%;
  margin-right: 10%;
  padding: 0;
  max-width: 1536px
}

.blue-separator-lvl1 {
  height: 5px;
  background-color: #2c3b97
}

.hr-blue-lvl3 {
  border-top: 4px solid #2c3b97
}

@media (min-width: 992px) {
  .text-left-lg {
    text-align: left
  }

  .cos-padding-left-lvl0-lg {
    padding-left: 0
  }

  .cos-padding-top-lvl0-lg {
    padding-top: 0px
  }

  .text-right-lg {
    text-align: right
  }
}

.pageContentSecure {
  background-color: #e8e6df
}

.content-text {
  padding-bottom: 30px
}

.cos-page-back-link a {
  color: #2c3b97;
  text-decoration: none;
  text-transform: uppercase
}

.cos-page-back-link-section {
  background-color: #fbfbfb;
  padding: 20px 0
}

.underlinedLink {
  border-bottom: none;
  font-weight: bold;
  color: #2c3b97
}

.btnLink {
  border-bottom: none;
  text-decoration: none;
  color: #2c3b97;
  margin-bottom: -1px
}

.btnLink>p {
  display: inline-block;
  margin-left: 5px
}

.cos-link {
  font-size: 13px;
  line-height: 1.4177
}

.cos-btn--arrow-back {
  border-bottom: none;
  text-decoration: none;
  color: #2c3b97;
  font-weight: bold
}

.cos-btn--arrow-back::before {
  padding-right: 0.5em;
  vertical-align: 0.1em
}

.hyperlinkButton {
  background: none;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  color: #2c3b97;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  font-size: 12px
}

.hyperlinkButton:hover {
  border-bottom: 0;
  margin-bottom: 0px !important
}

.hyperlinkButton--lg {
  font-size: 14px
}

.cos-page-back-link-text:before {
  content: "<";
  font-size: 20px;
  color: #2c3b97;
  vertical-align: bottom
}

.modal-label-secure {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.41667;
  margin-bottom: 15px
}

.modal__title__secure {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2.43333;
  margin: 0;
  padding-right: 20px;
  color: #2c3b97;
  text-transform: uppercase;
  font-weight: 600
}

.modal__dialog__secure {
  padding-top: 200px
}

.btn-modal-secure {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38462;
  display: inline-block;
  padding: 0.5rem 0.8125rem 0.375rem;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none
}

.btn-modal-secure[disabled] {
  border-color: #e8e6df;
  background-color: #e8e6df;
  color: white;
  cursor: not-allowed
}

.link-modal-secure[disabled] {
  color: #e8e6df;
  cursor: not-allowed
}

.modal-paragraph {
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: 20px;
  margin-top: 1.25rem
}

.cos-button-spinner {
  -webkit-animation: spin1 2s infinite linear;
  animation: spin1 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% calc(50% - 0.2px);
  transform-origin: 50% calc(50% - 0.2px)
}

.cos-spinning-icon {
  padding: 0px !important
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.cos-spinner-style {
  display: inline-block;
  margin-right: 5px
}

.portfolio-home-card-heading {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px
}

.portfolio-home-fund-heading {
  padding-top: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px
}

.portfolio-home-card-paragraph {
  font-size: 13px;
  color: #000000
}

#portfolio-holdings-banner {
  padding-top: 40px;
  padding-bottom: 100px;
  border-bottom: 2px solid #213587;
  border-top: 2px solid white;
  background-color: #263c94;
  background-image: url(/assets_cos/images/pattern-background.png);
  background-position: bottom;
  background-repeat: repeat-x;
  font-family: Montserrat, sans-serif;
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0,0.23)
}

@media (max-width: 768px) {
  #portfolio-holdings-banner {
    padding-top: 25px
  }
}

.portfolio-holdings-content,product-home-content {
  margin-top: -100px;
  padding-top: 0px;
  background: rgba(0,0,0,0);
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif
}

.portfolio-holdings-card {
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border: 2px solid #e8e6df;
  background-color: white;
  color: #2b2b2b;
  min-height: 200px
}

.portfolio-holdings-investment-filter {
  margin-top: 4px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: right
}

@media (max-width: 768px) {
  .portfolio-holdings-investment-filter {
    margin-top: 32px
  }
}

.portfolio-holdings-investment-value {
  margin-bottom: 11px;
  margin-top: 11px;
  color: white;
  font-size: 32px;
  line-height: 18px;
  text-align: right;
  font-weight: 600
}

.portfolio-dropdown-filter {
  background-color: #424fa2;
  color: white;
  padding: 6px 10px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-radius: 2px
}

.portfolio-dropdown-filter:hover,.portfolio-dropdown-filter:focus {
  background-color: #2980b9
}

.portfolio-dropdown {
  position: relative;
  display: inline-block
}

.portfolio-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1
}

.portfolio-dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block
}

.portfolio-dropdown-content a:hover {
  background-color: #213587
}

.portfolio-dropdown-link {
  background-color: #424fa2;
  color: white;
  padding: 6px 10px;
  font-size: 12px;
  border: none;
  cursor: pointer
}

.portfolio-dropdown-button-content {
  display: inline;
  padding-right: 34px
}

.notification {
  border-left: 4px solid;
  padding: 13px 15px;
  margin-top: 0px
}

.notification__body .rte p {
  margin-top: 0px;
  margin-bottom: 0px
}

.portfolio-home-investment-value {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  -webkit-align-self: center;
  -o-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 0
}

.portfolio-home-card-investor-name {
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px
}

.portfolio-home-investment-arrow {
  font-size: 25px;
  margin-top: -2px;
  -webkit-align-self: center;
  -o-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 0;
  text-align: right
}

.product-holdings-banner-divider {
  display: none;
  width: 100%;
  background: grey;
  height: 1px;
  color: grey;
  border: none;
  margin: 25px 15px
}

.btn[disabled].btn-product-holdings {
  border-color: #c9e0d7;
  background-color: #c9e0d7;
  color: white;
  cursor: not-allowed
}

.product-holdings-heading-block {
  padding: 5px 0px
}

.product-holdings-fund-market-value {
  font-size: 18px;
  line-height: 52px;
  text-align: right;
  font-weight: 600
}

.breadcrumb_product_home {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.53846;
  padding: 12px 8px;
  min-width: 285px;
  color: #2c3b97;
  text-align: left
}

.breadcrumb_product_home_icon {
  min-width: 285px;
  color: #2c3b97;
  text-align: left;
  font-size: 14px
}

.product-funds-empty-state {
  font-weight: 600;
  padding-bottom: 15px
}

.btn[disabled].btn-secure {
  border-color: #e8e6df;
  background-color: #e8e6df;
  color: white;
  cursor: not-allowed
}

.cos-page-loader {
  height: 100px
}

.header-primary__menu__logo a {
  text-decoration: none
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-30 {
  padding-bottom: 30px
}

.mb-80 {
  margin-bottom: 80px
}

.mt-40 {
  margin-top: 40px
}

.mb-50 {
  margin-bottom: 50px
}

/*# sourceMappingURL=defaultcoslegacy.css.map */
