@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #011b33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Helvetica, Arial, serif;
  font-style: normal;
  font-weight: 700;
  color: #011b33;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.line-height25 {
  line-height: 25px;
}

.align-row-center {
  align-items: center;
}

.absolute-top {
  position: absolute !important;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
  font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link {
  /* color: #011b33; */
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #011b33; */
  color: #ff8d06;
}

/* .trade-landing .container,
.trade-success-story .container,
.trade-success-steps .container {
  max-width: 85% !important;
} */

.content {
  display: flex;
  flex-direction: column;
  min-height: 750px;
  justify-content: center;
  /* align-items: center; */
  position: relative;
}

.trade-landing {
  position: relative;
}

.circular-pattern {
  /* width: 100%;
  height: 100%; */
  position: absolute;
  opacity: 1;
}

.trade-landing__banner-pattern {
  background: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 100%;
  height: 105%;
  left: 273px;
  top: -25px;
  opacity: 0.35;
}

.trade-landing__banner__pattern-bottom {
  background: url(../images/banner-pattern-down-alt.svg);
  /* bottom: -42px; */
  background-repeat: repeat-x;
  height: 50px;
  width: 100%;
  /* position: absolute; */
  z-index: 400;
}

.trade-landing__topnav {
  position: absolute;
  top: 15px;
  width: 90%;
  overflow: hidden;
  z-index: 10;
}

.trade-landing__topnav #myLinks {
  display: none;
  background: #000000c7;
}

.trade-landing__topnav a {
  color: #011b33;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

.trade-landing__topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.trade-landing__ban {
  width: 100%;
  padding-bottom: 2rem;
  min-height: 750px;
  background: #fbfbfe;
  /* background: #f9f9fb; */
  /* background: #f8f6f3; */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  overflow: hidden;
}

/* .navbar-brand img {
  width: 60%;
} */

/* .trade-landing__ban::before {
  content: url(../images/header-pat-1.svg);
  display: block;
  position: absolute;
  top: -291px;
  left: -741px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
 */

/* .content::after {
  content: url(../images/header-pat-2.svg);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
} */

.trade-landing__ban__btn {
  display: inline-flex;
  text-decoration: none !important;
  background: #ff8d06;
  color: white !important;
  cursor: pointer;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 6px;
  width: 110px;
  white-space: nowrap;
  font-weight: bold;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  will-change: tranform;
}

.trade-landing__ban__btn:hover {
  color: white !important;
  background-color: #e27d05;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}

.trade-landing__ban__link {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
}

.trade-landing__ban__title h1 {
  font-size: 78px;
  line-height: 82px;
  margin-bottom: 25px;
  color: #0a2440;
  /* text-transform: capitalize; */
  position: relative;
  /* max-width: 600px; */
}

.trade-landing__ban__title h1 span {
  display: block;
}

.trade-landing__ban__title .career h1 {
  color: #fff;
  margin-top: 20px;
}

.trade-landing__ban__title p {
  font-size: 1.3rem;
  line-height: 35px;
  max-width: 700px;
  margin-bottom: 35px;
  margin-top: 40px;
  color: #0a2440;
  font-family: "Raleway", Helvetica, Arial, serif;
}

.trade-landing__ban__title .career p {
  color: rgba(255, 255, 255, 0.75);
}

.trade-landing__ban__title__btn {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 6px;
  width: 150px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: 1rem;
  background-color: #ff8d06;
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  will-change: tranform;
}

.trade-landing__ban__title__btn:hover {
  color: white !important;
  background-color: #e27d05;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}

.trade-landing__ban__title__btn i {
  color: #ff8a3d;
  background: #ffefe4;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}

.play-button {
  display: inline-flex;
  height: 65px;
  margin-right: 15px;
  padding: 0;
  border: 0;
  align-items: center;
  background: none;
  position: relative;
  z-index: 2;
  color: #0a2440;
  font-size: 1rem;
  letter-spacing: 0.38px;
  cursor: pointer;
  transition-delay: 0.9s;
}

.play-button__image {
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  background: url(../images/play.svg) #0a2440 no-repeat calc(50% + 2px)
    calc(50% + 1px);
  background-size: 12px 16px;
  transition: background-color 0.2s ease-in-out;
}

.play-button__text {
  margin-left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.play-button__image:hover,
.play-button__text:hover {
  opacity: 0.6;
}

.trade-landing__ban__brand {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.trade-landing__ban__brand p {
  margin-bottom: 20px;
  color: rgba(6, 3, 47, 0.5);
  text-transform: uppercase;
  font-size: 12px;
}

.trade-landing__ban__brand img {
  width: 60%;
  height: auto;
}

.brand-link {
  font-size: 14px;
  color: #011b33;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-link:hover {
  color: #011b33;
  text-decoration: none;
  opacity: 0.6;
}

.brand-link span {
  display: none;
  -webkit-transition: display 0.2s ease-in 0.2s;
  transition: display 0.2s ease-in 0.2s;
  will-change: display;
}

.brand-link:hover span {
  display: flex;
}

.trade-landing__full {
  display: inline;
}

.trade-landing__mobile {
  display: none;
}

.trade-terms__ban {
  width: 100%;
  padding: 6rem 0;
  height: 65vh;
  display: table;
  color: #fff;
  background: linear-gradient(90deg, #000, #00000054), url(../images/bdd.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-msd {
  padding: 6.5rem 0 2.5rem;
}

.trade-msd h1 {
  font-size: 28px;
  color: #011b33;
  margin-bottom: 5px;
  position: relative;
}

.trade-msd h1::before {
  content: url(../images/patterns-msg.svg);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -18px;
  right: -73px;
}

.trade-msd p {
  color: #011b33;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  font-family: "Raleway", Arial, sans-serif;
  max-width: 660px;
}

.trade-msd b {
  color: #1d1d1d;
}

.trade-benefits {
  padding-top: 2rem;
  background: #fff;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.trade-benefits__img {
  position: relative;
  z-index: 500;
}

.trade-benefits__img.alt {
  margin-top: -40px;
}

.trade-benefits__widget-alt {
  /* content: url(../images/sample-widget-2.svg);
  display: block; */
  position: absolute;
  top: 40px;
  right: -148px;
  z-index: 600;
}

.trade-benefits__widget-alt img {
  box-shadow: -1px 5px 9px 3px #d1e5f340;
}

.trade-benefits__widget {
  /* content: url(../images/sample-widget-2.svg);
  display: block; */
  position: absolute;
  bottom: 14px;
  left: -257px;
  z-index: 600;
}

.trade-benefits__img::before {
  content: url(../images/patterns-image.svg);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -13px;
  right: 107px;
  z-index: -1;
}

.trade-benefits__img.alt::before {
  content: url(../images/patterns-image-alt.svg);
}

.trade-benefits__img img {
  width: 105%;
  border-radius: 0.5rem;
  z-index: 800;
  box-shadow: 0px 8px 20px 4px #d1e5f36e;
}

.trade-benefits__main-side__block h6 {
  color: #011b33b5;
}

.trade-benefits__main-side__block h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 1rem;
}

.trade-benefits__main-side__block p {
  font-size: 19px;
  line-height: 33px;
  letter-spacing: -0.03062rem;
  margin-top: 1.5rem;
}

.trade-benefits__main-side__block .btn {
  background: #ff8d06;
  color: #fff;
  margin-top: 1rem;
  height: 45px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease 0s;
  will-change: tranform, background-color;
}

.trade-benefits__main-side__block .btn:hover {
  background-color: #e27d05;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}

.trade-benefits__main-side__block img,
.trade-benefits__right-side__block img {
  align-self: flex-start;
  width: 100px;
  margin-bottom: 0;
}

.trade-benefits__bottom {
  margin-top: 4.5rem;
}

.trade-benefits__right-side__block p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 1.5rem;
  color: #011b33;
  max-width: 570px;
}

.trade-benefits__right-side__block h2 {
  font-size: 21px;
  line-height: 30px;
  margin-top: 10px;
}

.trade-benefits__right-side__block a {
  color: #ff8d06;
}

.trade-benefits__right-side__block a i {
  color: #ff8a3d;
  background: #ffefe4;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}

.trade-brands {
  background: #fff;
  padding: 6rem 0 2rem;
}

.trade-brands__img h2 {
}

.trade-brands__img p {
  max-width: 700px;
  font-size: 20px;
  margin: 1rem 0 3rem;
  line-height: 37px;
}

.trade-brands__img__list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}

.trade-brands__img__list__item {
  flex: 1 0 16%;
  margin-bottom: 75px;
}

.trade-brands__img__list__item img {
  width: 45%;
}

/* .trade-benefits .container {
  max-width: 70% !important;
} */

/* .trade-benefits__cards {
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 62px 7px rgba(0, 0, 0, 0.02);
  z-index: 2;
  position: relative;
  padding: 2rem 1.7rem;
  min-height: 420px;
  background: #ffffff;
  border-radius: 15px;
  width: 385px;
}

.trade-benefits__cards img {
  align-self: flex-start;
  width: 75px;
  margin-bottom: 15px;
}

.trade-benefits__cards h1 {
  font-size: 28px;
  color: #112950;
  margin-bottom: 10px;
  line-height: 35px;
}

.trade-benefits__cards p {
  color: rgba(17, 41, 80, 0.81);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 10px;
}

.trade-benefits__cards a {
  margin-top: auto;
  font-size: 17px;
  color: #112950b5;
}

.trade-benefits__pattern {
  background: url(../images/benefit-pattern.svg);
  display: block;
  position: absolute;
  bottom: -140px;
  left: -93px;
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
} */

a.how-arrow {
  /* display: flex; */
  color: #112950;
}

.how-arrow img {
  width: 25px;
  margin-left: 10px;
  margin-bottom: 0;
}

.trade-success-story {
  padding: 12rem 3rem 12rem;
  background: #151f2b;
}

.trade-success-story__video iframe {
  border-radius: 1.2rem;
  border: 3px solid #020304;
}

.trade-success-story__heading h3 {
  color: #fff;
  font-size: 40px;
}

.trade-success-story__heading p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  margin-top: 12px;
}

.quote {
  position: relative;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 30px;
}

.quote:before {
  content: "“";
  position: absolute;
  left: -0.7em;
}

.quote:after {
  content: "”";
  margin-right: -1rem;
}

.quote--container {
  width: 90%;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 1.5rem;
  border-top: 1px dashed #ffffff;
  padding-top: 2.5rem;
  margin-top: 56px;
}

.quote--highlight {
  color: #d24335;
}

.quote--author {
  color: #fff;
  text-align: right;
  font-weight: 300;
}

.trade-success-steps {
  position: relative;
  background: #fff9f9c2;
  padding: 5rem 0 11rem;
}

.trade-success-steps__heading h4 {
  font-size: 40px;
  line-height: 58px;
  color: #112950;
}

.trade-success-steps__pattern-top {
  background: url(../images/steps-pattern-up.svg);
  top: -24px;
}

.trade-success-steps__pattern-bottom {
  background: url(../images/steps-pattern-down.svg);
  bottom: -45px;
}

.trade-success-steps__pattern-top,
.trade-success-steps__pattern-bottom {
  background-repeat: repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
}

.step-wrap {
  margin-top: 6rem;
}

.trade-success-steps__list {
  background: #fff;
  position: relative;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 30px 62px 7px rgba(0, 0, 0, 0.02);
}

.trade-success-steps__list__step {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  max-height: 157px;
}

.trade-success-steps__list__step::before {
  content: url(../images/step.svg);
  position: absolute;
  display: block;
  left: -92px;
  top: 34px;
}

.trade-success-steps__list__step.last-step::before {
  content: "";
  display: none;
}

.trade-success-steps__image img {
  width: 100%;
}

.trade-success-steps__list__step img {
  position: absolute;
  width: 45px;
  left: -61px;
  top: -7px;
}

.trade-success-steps__list__step h4 {
  font-size: 22px;
  color: #112950;
  margin-bottom: 5px;
  line-height: 30px;
}

.trade-success-steps__list__step p {
  color: rgba(17, 41, 80, 0.81);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 10px;
}

.trade-adv {
  width: 100%;
  padding: 5rem 0;
  height: 85vh;
  color: #fff;
  background: linear-gradient(90deg, #000, #00000054),
    url(../images/sd.jpg) no-repeat center center fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-adv a {
  color: #fff !important;
  text-decoration: underline;
}

.trade-works {
  padding: 3.5rem 0;
}

.trade-works img {
  width: 70%;
  height: auto;
}

.trade-stories {
  padding-bottom: 5rem;
}

.trade-stories iframe {
  border: none;
  border-radius: 4px;
}

.trade-footer {
}

.trade-footer__header {
  background-color: #f8f8fb;
  padding: 6rem 0 2rem;
}

/* .trade-footer__header-wrap {
  background: #151f2b;
  padding: 3rem;
  border-radius: 12px;
} */

.trade-footer__header h1 {
  color: #011b33;
  font-size: 50px;
  line-height: 60px;
}

.trade-footer__header p {
  color: #011b33;
  font-size: 20px;
  margin: 22px 0 36px;
  max-width: 650px;
}

.trade-footer__header a {
  color: inherit;
}

.trade-footer__header-btn {
  display: flex;
  text-decoration: none !important;
  background-color: #ff8d06;
  color: white !important;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  border-radius: 8px;
  width: 200px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease 0s;
  will-change: tranform, background-color;
}

.trade-footer__header-btn:hover {
  background-color: #e27d05;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
}

.trade-footer__content {
  padding: 2rem 0 4.5rem;
  color: #112950;
  background-color: #f8f8fb;
  position: relative;
  overflow: hidden;
}

.trade-footer__content img {
  width: 40%;
  margin-bottom: 15px;
}

.trade-footer__pattern {
  background: url(../images/benefit-pattern.svg);
  display: block;
  position: absolute;
  bottom: -20px;
  left: -93px;
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
}

.trade-footer__content a {
  color: #112950;
  margin-top: 1em;
  margin-right: 20px;
}

.trade-footer__content p {
  font-size: 15px;
}

.trade-footer__line {
  border-top: 0.5px solid #151f2b26;
  padding-top: 25px;
  margin-top: 40px;
}

.pd-c {
  padding-left: 4rem;
}

/*Terms Tabs*/
.trade-terms__content {
  padding: 4rem 0 1em 0;
}

.trade-terms__tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  border-radius: 5px;
  min-width: 240px;
}

.trade-terms__tabs input[name="tab-control"] {
  display: none;
}

.trade-terms__tabs .content section h2,
.trade-terms__tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #d95800;
}

.trade-terms__tabs ul li label i {
  margin-right: 0.5em;
}

.trade-terms__tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.trade-terms__tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.trade-terms__tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: inherit;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.trade-terms__tabs ul li label br {
  display: none;
}

.trade-terms__tabs ul li label svg {
  fill: inherit;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.trade-terms__tabs ul li label:hover,
.trade-terms__tabs ul li label:focus,
.trade-terms__tabs ul li label:active {
  outline: 0;
  color: #393939;
}

.trade-terms__tabs ul li label:hover svg,
.trade-terms__tabs ul li label:focus svg,
.trade-terms__tabs ul li label:active svg {
  fill: #393939;
}

.trade-terms__tabs .slider {
  position: relative;
  width: 33%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.trade-terms__tabs .slider .indicator {
  position: relative;
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #d95800;
  border-radius: 1px;
}

.trade-terms__tabs .content {
  margin-top: 30px;
  padding: 20px;
}

.trade-terms__tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.trade-terms__tabs .content section h2 {
  color: #d95800;
  display: none;
}

.trade-terms__tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #d95800;
  margin-top: 5px;
  left: 1px;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: #d95800;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label
  svg {
  fill: #d95800;
}

@media (max-width: 600px) {
  .trade-terms__tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.trade-terms__tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: #d95800;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label
  svg {
  fill: #d95800;
}

@media (max-width: 600px) {
  .trade-terms__tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.trade-terms__tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label {
  cursor: default;
  color: #d95800;
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label
  svg {
  fill: #d95800;
}

@media (max-width: 600px) {
  .trade-terms__tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.trade-terms__tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.trade-terms__tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ .content
  > section:nth-child(3) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .trade-terms__tabs ul li label {
    white-space: initial;
  }

  .trade-terms__tabs ul li label br {
    display: initial;
  }

  .trade-terms__tabs ul li label svg {
    height: 1.5em;
  }
}

@media (max-width: 600px) {
  .trade-terms__tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .trade-terms__tabs ul li label span {
    display: none;
  }

  .trade-terms__tabs .slider {
    display: none;
  }

  .trade-terms__tabs .content {
    margin-top: 20px;
  }

  .trade-terms__tabs .content section h2 {
    display: block;
  }
}

/*End Tabs*/

.trade-culture__ban {
  width: 100%;
  padding: 6rem 0;
  height: 65vh;
  display: table;
  color: #fff;
  background: linear-gradient(90deg, #000, #00000054),
    url(../images/ban-four.JPG);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-culture__content {
  padding: 5rem 0 1em 0;
}

.justify-center {
  justify-content: center;
  align-items: center;
}

.trade-culture__line {
  border-bottom: 1px solid #dfdfdf;
  margin: 30px 0;
}

.trade-culture__line1 {
  border-bottom: 1px solid #f2f1f1;
  margin: 6px 0;
}

.trade-culture__subban {
  width: 100%;
  padding: 4rem 0;
  height: 50vh;
  color: #fff;
  background: linear-gradient(90deg, #000, #00000054),
    url(../images/sd4.jpg) no-repeat center center fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  display: table-cell;
  vertical-align: middle;
}

.trade-career__ban {
  width: 100%;
  padding: 6rem 0;
  height: 65vh;
  display: table;
  color: #fff;
  /* background: linear-gradient(90deg, #000, #00000054), url(../images/cad.png); */
  background: linear-gradient(90deg, #000, #00000054),
    url(../images/careers-2.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-career__content {
  padding: 5rem 0 1em 0;
}

.trade-career__content h1 {
  margin-bottom: 10px;
  font-size: 35px;
}

.trade-career__content__img-wrapper {
  overflow: hidden;
  height: 35rem;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.trade-career__icon {
  padding: 3rem 0 5rem 0;
  background: #fcfcfc;
  margin-bottom: 100px;
}

.trade-career__icon img {
  width: 34%;
  height: auto;
  margin-bottom: 12px;
}

.trade-career__icon .text-center:nth-child(2) img {
  position: relative;
  top: 10px;
}

.trade-career__icon .text-center:nth-child(3) img {
  position: relative;
  top: 10px;
}

.trade-career__icon p {
  line-height: 22px;
}

.trade-career__content__together h3 {
  font-size: 27px;
  margin-bottom: 8px;
}

.trade-career__content__together p {
  line-height: 23px;
  margin-bottom: 15px;
}

.trade-career__content__together .image-wrapper {
  height: 17rem;
  overflow: hidden;
  border-radius: 4px;
}

.trade-career__btn {
  color: #d95800 !important;
  background-color: none;
  border: 1px solid #d95800;
  padding: 8px 23px;
  font-weight: bold;
}

.trade-career__benefit {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7rem 0 6rem 0;
  height: 50vh;
  color: #fff;
  background: linear-gradient(11deg, #000, #00000054),
    url(../images/admins.jpeg) no-repeat center center fixed;
  background-position-x: 0%, center;
  background-position-y: 0%, center;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-career__benefit h2 {
  color: #ff8d06;
  margin-bottom: 15px;
}

.trade-career__benefit p {
  font-size: 20px;
}

.trade-career__believe {
  padding: 2rem 0;
}

.trade-career__believe p {
  line-height: 23px;
}

.trade-faq__ban {
  width: 100%;
  padding: 6rem 0;
  height: 65vh;
  display: table;
  color: #fff;
  background: linear-gradient(90deg, #000, #00000054), url(../images/ban1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.trade-faq__content {
  padding: 5rem 0;
}

.trade-faq__line {
  border-bottom: 1px solid #dfdfdf;
  margin: 3em 0;
}

@media screen and (max-width: 600px) {
  .trade-benefits .container {
    max-width: 100% !important;
  }

  .trade-footer__pattern {
    left: -29px;
  }

  .trade-landing__ban__title__btn {
    line-height: 30px;
    margin: 0;
    height: 43px;
    width: 142px;
    margin-left: 0.4rem;
  }

  .lady-img {
    margin-top: 70px;
  }

  .circular-pattern {
    width: 100%;
    height: 100%;
  }

  .trade-benefits__main-side__block {
    margin-top: 2rem;
  }

  .trade-benefits__main-side__block h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .trade-success-steps__list__step::before {
    content: "";
    display: none;
  }

  .step-wrap {
    margin-top: 3rem;
  }

  .trade-success-steps__list {
    padding: 2rem;
  }

  .trade-success-steps__list__step {
    max-height: initial;
  }

  .trade-msd {
    padding: 3.5rem 0 1rem;
  }

  .trade-benefits {
    padding-top: 10px;
  }

  .trade-benefits__cards {
    margin-bottom: 30px;
  }

  .trade-landing__ban__title p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.75);
  }

  .trade-landing__ban {
    min-height: 450px;
  }

  .content {
    min-height: 450px;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .trade-benefits {
    padding-bottom: 4rem;
    padding-top: 2rem !important;
    padding-right: 1rem !important;
  }

  .trade-success-story {
    padding: 60px 5px;
  }

  .trade-landing__full {
    display: none;
  }

  .trade-landing__mobile {
    display: inline;
  }

  .container {
    max-width: 100% !important;
  }

  .trade-landing__topnav {
    position: absolute !important;
    left: 20px !important;
    display: flex;
    justify-content: space-between;
  }

  #mobile-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-sign-up {
    background: #ff8d06;
    color: white !important;
    height: 35px;
    border-radius: 5px;
    line-height: 6px;
    font-weight: 700;
    font-size: 14px !important;
    margin-left: 10px;
  }

  .trade-landing__ban__title h1::after {
    content: url(../images/underline-mobile.svg);
    top: 57px;
    right: -105px;
  }

  .trade-msd h1::before {
    content: url("");
    display: none;
  }

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

  .trade-landing__ban__title h1 {
    font-size: 37px;
    line-height: 50px;
    max-width: initial;
  }

  .trade-landing__ban__title {
    padding-top: 0.5rem;
    margin-top: 6rem;
  }

  .trade-adv {
    height: 150vh !important;
  }

  .pd-c {
    padding-left: 1em;
  }

  .trade-career__benefit {
    height: 85vh;
  }

  .trade-footer__header span {
    top: 0;
  }

  .trade-footer__line .float-right {
    float: left !important;
  }

  .display-3 {
    font-size: 2.5rem;
  }
}

.modal-backdrop {
  background-color: #fde7db;
}

.modal-body {
  padding: 0;
}

button.close {
  position: absolute;
  right: -28px;
  color: #4a2c21;
}

@media only screen and (min-width: 992px) {
  .modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .modal-dialog {
    width: 50% !important;
    max-width: initial;
    height: 600px !important;
    position: relative;
  }

  .modal-content {
    height: 600px;
  }
}
