/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.solid-top-eye-catch {
  position: relative;
  z-index: 1; }

.breadcrumb-area {
  position: relative;
  padding-left: var(--secondGridLeft);
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #434eba;
  height: 139px; }

.breadcrumb-details {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  width: calc(100% - calc(var(--secondGridLeft))); }
  .breadcrumb-details a {
    color: #ffffff; }

.eye-catch-video {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  z-index: -1;
  opacity: 0;
  animation: visibleVideo;
  animation-duration: 0.3s;
  animation-delay: 2.3s;
  animation-fill-mode: forwards; }

.vertical-text {
  position: absolute;
  z-index: 3;
  left: var(--sideGridWidth);
  top: 60px;
  font-family: "Roboto-Medium";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 500;
  line-height: 32px;
  font-style: normal;
  letter-spacing: 0.02em;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top; }

.eye-catch-details {
  height: 660px;
  position: relative;
  background-size: cover; }

.shadow {
  position: absolute;
  background: #26252e;
  opacity: 0.7;
  height: inherit;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1; }

.eye-catch-body {
  z-index: 2;
  position: relative; }

.details-title-description {
  position: absolute;
  top: 156px;
  left: var(--fourGridLeft); }

.details-title-description-variant2 {
  top: 56px;
  left: var(--secondGridLeft); }

.details-title-description-variant3 {
  top: 205px;
  left: var(--secondGridLeft); }

.details-title {
  position: relative;
  font-family: "Roboto-Bold";
  font-size: var(--font59);
  color: #ffffff;
  font-weight: 700;
  line-height: 69px;
  width: calc(calc(var(--singleGridWidth) * 3) + 50px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  -ms-line-clamp: 7;
  line-clamp: 7;
  top: auto;
  margin: -4px; }

.details-title-variant {
  width: calc(var(--singleGridWidth) * 5); }

.details-description {
  position: relative;
  font-family: "Roboto-Regular";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  width: calc(var(--singleGridWidth) * 3);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 10;
  -moz-line-clamp: 10;
  -ms-line-clamp: 10;
  line-clamp: 10;
  margin-top: 48px; }

.details-description-variant2 {
  margin: 30px 0px;
  width: calc(var(--singleGridWidth) * 6); }

.details-description-variant3 {
  margin: 50px 0px; }

.details-button {
  display: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  width: fit-content;
  padding: 20px 28px;
  background-color: #434eba;
  cursor: pointer; }

.details-button-variant2 {
  display: block; }

.list-area {
  position: relative;
  height: 172px;
  left: var(--secondGridLeft);
  top: 176px;
  font-style: normal;
  width: calc((var(--singleGridWidth) * 2) + 50px); }

.list {
  font-family: "Roboto-Regular";
  font-size: var(--font16);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  position: relative; }
  .list p a {
    color: #ffffff;
    cursor: pointer; }
  .list .disabled-link {
    cursor: default; }

.area-item-diamond {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -38px; }
  .area-item-diamond img {
    width: 30px;
    height: 30px; }

.drop-down-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 31px);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  background-color: #434eba; }
  .drop-down-bottom svg {
    width: 22px;
    height: 31px; }
    .drop-down-bottom svg path {
      stroke-width: 2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .solid-top-eye-catch {
    position: relative; }
  .breadcrumb-area {
    position: relative;
    padding-left: var(--secondGridLeft);
    display: flex;
    align-items: center;
    z-index: 2;
    background-color: #434eba;
    height: 139px; }
  .breadcrumb-details {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    width: calc(100% - calc(var(--secondGridLeft))); }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    position: absolute;
    z-index: 3;
    left: var(--sideGridWidth);
    top: 60px;
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.02em;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top; }
  .eye-catch-details {
    height: 660px;
    position: relative;
    background-size: cover; }
  .shadow {
    position: absolute;
    background: #26252e;
    opacity: 0.7;
    height: inherit;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1; }
  .eye-catch-body {
    z-index: 2;
    position: relative; }
  .details-title-description {
    position: absolute;
    left: var(--fourGridLeft);
    top: 156px; }
  .details-title {
    position: relative;
    font-family: "Roboto-Bold";
    font-size: var(--font56);
    color: #ffffff;
    font-weight: 700;
    line-height: 69px;
    width: calc(calc(var(--singleGridWidth) * 4)) !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 48px;
    top: auto;
    margin-left: -4px; }
  .details-description {
    position: relative;
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    width: calc(var(--singleGridWidth) * 3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10; }
  .list-area {
    position: relative;
    height: 172px;
    left: var(--secondGridLeft);
    top: 176px;
    font-style: normal;
    width: calc((var(--singleGridWidth) * 2) + 50px); }
  .list {
    font-family: "Roboto-Regular";
    font-size: var(--font16);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    position: relative; }
    .list p a {
      color: #ffffff;
      cursor: pointer; }
    .list .disabled-link {
      cursor: default; }
  .area-item-diamond {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -38px; }
    .area-item-diamond img {
      width: 30px;
      height: 30px; }
  .drop-down-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 31px);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    background-color: #434eba; }
    .drop-down-bottom svg {
      width: 22px;
      height: 31px; }
      .drop-down-bottom svg path {
        stroke-width: 2px; } }

@media screen and (max-width: 1024px) {
  .solid-top-eye-catch {
    position: relative;
    margin-top: 72px; }
  .breadcrumb-area {
    padding-left: calc(var(--secondGridLeft));
    height: 80px;
    width: 100%;
    z-index: 2; }
  .breadcrumb-details {
    width: calc((var(--singleGridWidth) * 3) - 10px);
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    line-height: 18px;
    top: 30px; }
  .eye-catch-details {
    height: 300px; }
  .details-title-description {
    left: var(--secondGridLeft);
    top: 52px; }
  .details-title-description-variant2 {
    top: 20px; }
  .details-title {
    position: relative;
    line-height: 35px;
    width: calc(var(--singleGridWidth) * 3.2);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 7px;
    margin-left: -1px; }
  .details-title-variant {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2; }
  .details-description {
    position: relative;
    letter-spacing: normal;
    line-height: 20px;
    width: calc(var(--singleGridWidth) * 3.1);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10;
    margin-top: 0px; }
  .details-description-variant2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    margin: 15px 0px; }
  .details-button {
    font-size: 14px;
    padding: 6px 12px; }
  .list-area {
    display: none; }
  .area-item-diamond {
    display: none; }
  .drop-down-bottom {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 19px);
    width: 36px;
    height: 36px; }
    .drop-down-bottom svg {
      width: 10px;
      height: 14px; }
      .drop-down-bottom svg path {
        stroke-width: 3px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.left-aligned-block {
  position: relative;
  margin-top: 166px;
  min-height: 742px;
  height: auto;
  z-index: 2; }

.wrap-plus {
  top: -15px;
  left: var(--sideGridWidth); }

.desktop-only {
  display: block; }

.vertical-top-bar {
  width: 113px;
  height: 7px;
  background-color: #000000;
  position: absolute;
  left: var(--secondGridLeft);
  top: -3.5px; }

.left-aligned-logo-img {
  width: calc((var(--singleGridWidth)/2));
  margin: 50px 0px 60px var(--secondGridLeft); }

.left-aligned-vertical-text {
  position: absolute;
  left: var(--sideGridWidth);
  top: 70%;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #26252e;
  transform: rotate(-90deg);
  transform-origin: left top; }

.left-aligned-title {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: var(--font59);
  line-height: 90px;
  color: #26252e;
  margin-left: var(--secondGridLeft);
  padding-top: 58px;
  width: calc((var(--singleGridWidth) * 2));
  overflow-wrap: break-word;
  word-wrap: normal; }

.left-aligned-description {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: var(--font20);
  line-height: 30px;
  letter-spacing: 0.02em;
  color: rgba(38, 37, 46, 0.7);
  margin-left: var(--secondGridLeft);
  letter-spacing: 0.02em;
  margin-top: 48px;
  width: calc((var(--singleGridWidth) * 2));
  position: relative;
  z-index: 1; }

.bottom-border {
  background: #26252e;
  opacity: 0.3;
  position: absolute;
  left: var(--secondGridLeft);
  bottom: 0;
  width: calc((var(--singleGridWidth) * 2));
  height: 1px; }

.feature-img {
  position: absolute;
  left: var(--fourGridLeft);
  bottom: 0;
  z-index: 2;
  height: 660px;
  width: calc(var(--singleGridWidth) * 4);
  background-color: #7d7c82; }

.bg-right-color {
  background-color: #ecf1f2;
  height: calc(100% - 70px);
  position: absolute;
  right: 0;
  width: calc((var(--singleGridWidth) * 3) + var(--sideGridWidth));
  top: -2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .left-aligned-block {
    margin-top: var(--singleGridWidth); }
  .left-aligned-title {
    font-size: var(--font56);
    width: calc(var(--singleGridWidth) * 2.2); }
  .feature-img img {
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .left-aligned-block {
    margin-top: 156px; }
  .bg-right-color {
    height: calc(100% - 70px); }
  .feature-img img {
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 1920px) {
  .left-aligned-block {
    min-height: 743px !important; } }

@media screen and (max-width: 1024px) {
  .left-aligned-block {
    position: relative;
    margin: 64px 0px;
    min-height: 720px;
    height: auto;
    z-index: 2; }
  .wrap-plus {
    top: -8px;
    left: var(--sideGridWidth); }
  .desktop-only {
    display: none; }
  .vertical-top-bar {
    width: 50px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: var(--secondGridLeft);
    top: -3.5px; }
  .left-aligned-logo-img {
    width: 80px;
    margin: 40px 0px 20px var(--secondGridLeft); }
  .left-aligned-vertical-text {
    position: absolute;
    left: var(--sideGridWidth);
    top: 425px;
    letter-spacing: 0.02em;
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: #26252e;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0.02em;
    transform: rotate(-90deg);
    transform-origin: left top;
    font-family: "Roboto-Medium"; }
  .left-aligned-title {
    font-family: "Roboto-Regular";
    font-size: 30px;
    color: #26252e;
    font-weight: normal;
    line-height: 40px;
    width: calc((var(--singleGridWidth) * 3));
    font-family: "Roboto-Medium";
    padding-top: 40px; }
  .spTech-left-aligned-title {
    top: 0;
    margin-top: 30px; }
  .left-aligned-description {
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: #26252e;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.02em;
    opacity: 0.7 !important;
    width: calc((var(--singleGridWidth) * 3)); }
  .spTech-left-aligned-description {
    top: 0;
    margin-top: 23px;
    width: calc((var(--singleGridWidth) * 2)); }
  .bottom-border {
    background: #26252e;
    opacity: 0.3;
    position: absolute;
    left: var(--secondGridLeft);
    bottom: 0;
    width: calc((var(--singleGridWidth) * 2));
    height: 1px; }
  .feature-img {
    position: absolute;
    left: var(--secondGridLeft);
    bottom: 10% !important;
    width: calc((var(--singleGridWidth) * 3));
    z-index: 2;
    height: 216px; }
    .feature-img img {
      width: calc((var(--singleGridWidth) * 3));
      object-fit: cover;
      height: 216px; }
  .spTech-feature-img {
    bottom: 30px; }
  .bg-right-color {
    background-color: #ecf1f2;
    height: calc(100% - 0px);
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((var(--singleGridWidth) * 2) + var(--sideGridWidth));
    z-index: -1; }
  .spTech-bg-right-color {
    top: 0;
    height: 100%; }
  .spTech-bg-right-color-variant2 {
    top: unset;
    bottom: 100px;
    height: 220px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.tra-vertical-title {
  font-family: "Roboto-Medium";
  font-size: var(--font20);
  color: #26252e;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--sideGridWidth);
  letter-spacing: 0.02em;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top; }

.tra-right-align-top-line {
  width: 113px;
  height: 7px;
  background-color: #000000;
  position: relative;
  margin-bottom: 55px; }

.tra-mobile-bottom-border {
  border-bottom: 1px solid #26252e;
  position: absolute;
  right: var(--sideGridWidth);
  width: calc(var(--singleGridWidth));
  bottom: 0;
  opacity: 0.3;
  display: block; }

.tra-title-description-with-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 2; }

.tra-background-image {
  position: relative;
  height: 100%; }

.tra-left-bg-color {
  background: #ecf1f2;
  position: absolute;
  left: 0;
  top: 0; }

.tra-feature-image {
  position: relative;
  top: 0;
  background-color: #7d7c82; }
  .tra-feature-image img {
    object-fit: cover; }

.text-right-aligned-block {
  height: 675px;
  position: relative;
  margin-top: var(--margin166);
  margin-bottom: var(--margin166); }
  .text-right-aligned-block .wrap-plus {
    position: absolute;
    top: -15px;
    left: unset;
    right: calc(var(--sideGridWidth) - 28px); }
  .text-right-aligned-block .tra-vertical-title {
    top: 25%; }
  .text-right-aligned-block .tra-background-image {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3);
    background-color: #7d7c82; }
  .text-right-aligned-block .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth));
    height: 100%; }
  .text-right-aligned-block .tra-feature-image {
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(var(--singleGridWidth) * 2);
    height: 100%; }
    .text-right-aligned-block .tra-feature-image img {
      height: 100%;
      width: calc(var(--singleGridWidth) * 2); }
  .text-right-aligned-block .tra-bar-title-description {
    padding-top: 47px;
    margin-left: var(--singleGridWidth); }
  .text-right-aligned-block .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #000000;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    width: calc(var(--singleGridWidth) * 3);
    margin-bottom: 48px; }
  .text-right-aligned-block .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #000000;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    width: calc(var(--singleGridWidth) * 3 - 0px);
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.7); }

.right-aligned-variants3 {
  min-height: 750px;
  padding-top: 83px;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants3 .wrap-plus {
    position: absolute;
    top: -15px;
    right: unset;
    left: calc(var(--sideGridWidth)); }
  .right-aligned-variants3 .tra-background-image {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants3 .tra-feature-image {
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3) + calc(var(--singleGridWidth) / 2));
    height: calc(744px - 166px); }
    .right-aligned-variants3 .tra-feature-image img {
      width: 100%;
      height: calc(744px - 166px); }
  .right-aligned-variants3 .tra-bar-title-description {
    padding-top: 47px;
    margin-left: var(--singleGridWidth); }
  .right-aligned-variants3 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #26252e;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    margin-bottom: 48px;
    width: calc(var(--singleGridWidth) * 2.1); }
  .right-aligned-variants3 .tra-feature-logo-img {
    position: relative;
    width: 83px;
    height: 83px;
    margin-bottom: 48px; }
  .right-aligned-variants3 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2.2); }
  .right-aligned-variants3 .read-more-section .read-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7; }
  .right-aligned-variants3 .tra-background-grid-line {
    display: block;
    position: absolute;
    height: 744px;
    width: 100%;
    top: 0;
    z-index: 1; }
    .right-aligned-variants3 .tra-background-grid-line .tra-background {
      height: 100%;
      width: calc( 100% - calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth)));
      background: #ecf1f2;
      margin-left: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth)); }
    .right-aligned-variants3 .tra-background-grid-line .grid-one,
    .right-aligned-variants3 .tra-background-grid-line .grid-two,
    .right-aligned-variants3 .tra-background-grid-line .grid-three {
      display: none; }

.right-aligned-variants4 {
  min-height: 750;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants4 .wrap-plus {
    position: absolute;
    top: -15px;
    left: var(--sideGridWidth); }
  .right-aligned-variants4 .tra-background-image {
    height: 744px;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants4 .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
    height: 100%; }
  .right-aligned-variants4 .tra-feature-image {
    margin-top: 83px;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3) + calc(var(--singleGridWidth) / 2));
    height: calc(744px - 166px); }
    .right-aligned-variants4 .tra-feature-image img {
      width: 100%;
      height: calc(744px - 166px); }
  .right-aligned-variants4 .tra-bar-title-description {
    padding-top: 83px;
    margin-left: var(--singleGridWidth);
    margin-bottom: 36px; }
  .right-aligned-variants4 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #000000;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    width: calc(var(--singleGridWidth) * 2);
    margin-bottom: 65px; }
  .right-aligned-variants4 .tra-feature-logo-img {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 27px; }
  .right-aligned-variants4 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2); }

.right-aligned-variants5 {
  min-height: 750;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants5 .wrap-plus {
    display: none; }
  .right-aligned-variants5 .tra-vertical-title {
    display: none; }
  .right-aligned-variants5 .tra-background-image {
    height: 766px;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants5 .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
    height: 100%; }
  .right-aligned-variants5 .tra-feature-image {
    margin-top: 83px;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3));
    height: 600px; }
    .right-aligned-variants5 .tra-feature-image img {
      width: 100%;
      height: 100%; }
  .right-aligned-variants5 .tra-bar-title-description {
    padding-top: 83px;
    margin-left: var(--singleGridWidth);
    margin-bottom: 36px; }
  .right-aligned-variants5 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #26252e;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    width: calc(var(--singleGridWidth) * 2);
    margin: 58px 0 48px; }
  .right-aligned-variants5 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2); }
  .right-aligned-variants5 .tra-mobile-bottom-border {
    display: none; }
  .right-aligned-variants5 .tra-bottom-line {
    border-bottom: 1px solid #26252e;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth) * 5);
    width: calc(var(--singleGridWidth) * 2);
    opacity: 0.3; }

@media screen and (max-width: 1024px) {
  .tra-vertical-title {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 500;
    line-height: 18px;
    top: 88px; }
  .tra-right-align-top-line {
    width: 50px;
    height: 7px;
    margin-bottom: 27px; }
  .tra-mobile-bottom-border {
    right: 0;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
  .tra-title-description-with-image {
    flex-direction: column-reverse;
    height: auto; }
  .tra-feature-image {
    position: relative; }
    .tra-feature-image img {
      object-fit: cover; }
  .text-right-aligned-block {
    height: auto;
    position: relative;
    width: 100%;
    padding-bottom: 48px; }
    .text-right-aligned-block .wrap-plus {
      position: absolute;
      top: -8px;
      left: unset;
      right: calc(var(--sideGridWidth) - 15px); }
    .text-right-aligned-block .tra-vertical-title {
      top: 88px; }
    .text-right-aligned-block .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth));
      height: 290px;
      position: absolute;
      left: 0; }
    .text-right-aligned-block .tra-feature-image {
      position: absolute;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 2);
      height: 290px; }
      .text-right-aligned-block .tra-feature-image img {
        height: 290px;
        width: calc(var(--singleGridWidth) * 2); }
    .text-right-aligned-block .tra-background-image {
      position: relative;
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .text-right-aligned-block .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .text-right-aligned-block .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .text-right-aligned-block .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .text-right-aligned-block .read-more {
      opacity: 0.8;
      cursor: pointer;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #16c36e;
      font-weight: 500;
      line-height: 20px; }
      .text-right-aligned-block .read-more img {
        height: 7px;
        width: 7px; }
  .right-aligned-variants3 {
    min-height: 750px;
    position: relative;
    width: 100%;
    margin: 72px 0; }
    .right-aligned-variants3 .wrap-plus {
      position: absolute;
      top: -8px;
      right: unset;
      left: calc(var(--sideGridWidth)); }
    .right-aligned-variants3 .tra-vertical-title {
      top: 120px; }
    .right-aligned-variants3 .tra-background-image {
      position: relative;
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants3 .tra-feature-image {
      margin-left: 0;
      width: 100vw;
      height: 320px; }
      .right-aligned-variants3 .tra-feature-image img {
        width: 100%;
        height: 320px; }
    .right-aligned-variants3 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants3 .tra-right-align-title {
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #26252e;
      font-weight: 500;
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .right-aligned-variants3 .tra-feature-logo-img {
      width: 36px;
      height: 36px;
      margin-bottom: 24px; }
    .right-aligned-variants3 .tra-right-align-description {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .right-aligned-variants3 .tra-background-grid-line {
      height: 780px;
      z-index: -1; }
      .right-aligned-variants3 .tra-background-grid-line .tra-background {
        margin-left: var(--sideGridWidth);
        width: calc(100% - var(--sideGridWidth)); }
      .right-aligned-variants3 .tra-background-grid-line .grid-one,
      .right-aligned-variants3 .tra-background-grid-line .grid-two,
      .right-aligned-variants3 .tra-background-grid-line .grid-four,
      .right-aligned-variants3 .tra-background-grid-line .grid-six,
      .right-aligned-variants3 .tra-background-grid-line .grid-eight {
        display: none; }
      .right-aligned-variants3 .tra-background-grid-line .grid-three {
        display: block; }
  .right-aligned-variants4 {
    height: auto;
    position: relative;
    width: 100%; }
    .right-aligned-variants4 .wrap-plus {
      position: absolute;
      top: -7px;
      right: unset;
      left: calc(var(--sideGridWidth)); }
    .right-aligned-variants4 .tra-vertical-title {
      display: block;
      top: 70%; }
    .right-aligned-variants4 .tra-background-image {
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants4 .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
      height: 100%;
      position: absolute;
      left: 0; }
    .right-aligned-variants4 .tra-feature-image {
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 3);
      height: 216px;
      margin-top: 36px; }
      .right-aligned-variants4 .tra-feature-image img {
        height: 100%;
        width: 100%; }
    .right-aligned-variants4 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants4 .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .right-aligned-variants4 .tra-feature-logo-img {
      position: relative;
      width: auto;
      height: 42px;
      margin-bottom: 24px; }
    .right-aligned-variants4 .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
  .right-aligned-variants5 {
    height: auto;
    position: relative;
    width: 100%; }
    .right-aligned-variants5 .tra-vertical-title {
      display: block;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #000000;
      font-weight: 500;
      line-height: 20px;
      position: absolute;
      top: 70%;
      width: auto;
      left: var(--sideGridWidth);
      transform: rotate(-90deg) translateX(-50%);
      transform-origin: left top; }
    .right-aligned-variants5 .tra-background-image {
      height: 334px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants5 .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
      height: 100%;
      position: absolute;
      left: 0; }
    .right-aligned-variants5 .tra-feature-image {
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 3);
      height: 262px;
      margin-top: 36px; }
      .right-aligned-variants5 .tra-feature-image img {
        width: 100%;
        height: 100%; }
    .right-aligned-variants5 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants5 .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin: 27px 0; }
    .right-aligned-variants5 .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .right-aligned-variants5 .tra-bottom-line {
      margin-left: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 3));
      width: calc(var(--sideGridWidth) + var(--singleGridWidth)); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .text-right-aligned-block {
    margin-top: var(--singleGridWidth);
    margin-bottom: 0px; }
    .text-right-aligned-block .tra-right-align-title {
      font-size: var(--font56);
      width: calc(var(--singleGridWidth) * 4);
      margin-bottom: 30px; }
    .text-right-aligned-block .read-more-section .read-description {
      font-size: var(--font20);
      width: calc(var(--singleGridWidth) * 3.1); } }

