/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*end*/
#Trade .Trade_Background {
  color: white;
  font-family: Serif;
  position: relative;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(0deg, #2b2b2b 0%, #5b5b5b 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
  padding-bottom: 80px; }

#Trade .Trade_Wrapper {
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin: auto; }

#Trade .Trade_Wrapper_Main {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

#Trade .Trade_Container {
  position: relative;
  background-color: white;
  height: 1150px;
  width: 80%;
  top: 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  padding: 50px 80px 0px 80px; }

#Trade .Trade_Container_Wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /*margin: 50px 100px 20px 100px;*/ }

#Trade .Trade_Title_Font {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-family: Serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 125% */
  letter-spacing: 0.96px;
  text-transform: uppercase; }

#Trade .Trade_Container_Wrapper p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b; }

#Trade .Trade_Grid {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 20px 0px 20px 0px;
  /*background-color: gray;*/
  justify-content: space-between;
  width: 80%; }

#Trade .Trade_Title {
  position: relative;
  z-index: 2;
  color: #2b2b2b;
  font-family: Arial;
  font-size: 22.65px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.953px;
  text-transform: uppercase;
  /*padding: 10px 0 0 10px;*/ }

#Trade .Trade-CWE-Slide-wrapper {
  position: relative;
  display: block;
  height: 500px; }

#Trade .Trade-CWE-Slide-wrapper a {
  text-decoration: none; }

#Trade .Trade-CWE-Slide-wrapper:hover .Trade-CWE-Slide-cover {
  transform: scale(1.1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#Trade .Trade-CWE-Slide-wrapper:hover .Trade-CWE-Slide-Footer {
  background-color: #2b2b2b; }

#Trade .Trade-CWE-Slide-wrapper:hover .Trade-CWE-Slide-Footer-txt {
  color: white;
  text-decoration: none; }

#Trade .Trade-CWE-Slide-cover {
  position: relative;
  display: block;
  z-index: 11;
  top: 0px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#Trade .Trade-CWE-Slide-Footer {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  top: 40px;
  width: 280px;
  margin: auto;
  padding: 10px;
  min-height: 70px;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#Trade .Trade-CWE-Slide-Footer-txt {
  position: absolute;
  display: block;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  color: black;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /*font-weight: 500;*/
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#Trade .Titlepadding {
  padding-top: 50px; }

@media only screen and (max-width: 1450px) {
  #Trade .Trade_Grid {
    width: 100%; } }
@media only screen and (max-width: 1250px) {
  #Trade .Trade_Container {
    width: 85%;
    padding: 50px 60px 20px 60px; } }
@media only screen and (max-width: 1160px) {
  #Trade .Trade_Container {
    width: 90%;
    padding: 50px 40px 20px 40px; } }
@media only screen and (max-width: 1080px) {
  #Trade .Trade_Container {
    height: 1670px;
    width: 85%; }

  #Trade .Trade_Grid {
    grid-template-columns: auto auto;
    justify-content: space-around;
    grid-template-rows: 490px 490px; } }
@media only screen and (max-width: 950px) {
  #Trade .Trade_Container {
    height: 1770px; } }
@media only screen and (max-width: 720px) {
  #Trade .Trade_Container {
    height: 2100px;
    width: 85%; }

  #Trade .Trade_Grid {
    grid-template-columns: auto; }

  #Trade .Trade_Title_Font {
    font-size: 40px;
    line-height: 40px;
    /* 125% */
    letter-spacing: 0px; }

  #Trade .Trade_Container_Wrapper p {
    font-size: 15px; } }
@media only screen and (max-width: 600px) {
  #Trade .Trade_Title_Font {
    font-size: 30px;
    line-height: 30px;
    /* 125% */ }

  #Trade .Trade_Container_Wrapper p {
    font-size: 14px; } }
@media only screen and (max-width: 532px) {
  #Trade .Trade_Container {
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin: 0;
    box-shadow: 0;
    height: 2080px; }

  #Trade .Trade_Title_Font {
    padding: 00px 5px 0px 5px; }

  #Trade .Trade_Title_Font {
    padding-left: 5px; }

  #Trade .Trade_Container_Wrapper p {
    padding-left: 5px; }

  #Trade .Titlepadding {
    padding-top: 20px; } }
@media only screen and (max-width: 350px) {
  #Trade .Trade_Container {
    height: 2140px; } }
